body
{
	font-family: 'open_sanssemibold';
	font-size:13px;
	background:#ddebff;
	color:#000;
}
.login-body
{
	height:100%;
	width:100%;
	background:url(../../images/login-2.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	top:0;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu
{
	top:100%;
	bottom:auto;
}
.btn-group-vertical>.btn, .btn-group>.btn
{
	padding-left:10px;
	padding-right:10px;
}
.dropup .btn-primary .caret
{
	border-bottom:0;
}
.no-padding-left
{
	padding-left:0 !important;
}
no-padding-right
{
	padding-right:0;
}
.grid-footer
{
	background:#ddebff;
	border:1px solid #b0bfcc;
	border-top:0;
	border-left:0;
	padding: 15px 10px 10px 10px;
    margin-top: -38px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
{
	background:#FFECC3;
	border-left:3px solid #FFAE00;
}
.list-group-item
{
	border-bottom: 1px solid #ccc;
	padding:9px 15px;
	border-left:3px solid transparent;
}
.list-group > a > div > div, .list-group > .dictation > div > div, .list-group > div > div > div
{
   /* padding: 9px 15px;
    /* border-right: 1px solid #eee; 
    height: 20px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.list-group > a > div > div:last-child
{
	border-right:0;
}
div.dictation > div:last-child
{
	border-right:0;
}



.list-content-head, .list-content-head ul li div:first-child, .list-content-head ul li div
{
	font-size:14px;
	font-family: 'open_sanssemibold';
	color:#fff !important;
	border-bottom: 3px solid #2872af;
    background: #3181C2;
	min-height:43px !important;
}
.list-contents
{
	font-size:14px;
}
#page-title-km h1
{
	font-family: 'open_sansregular';
	font-size:1.6em;
	color:#364860;
	padding-top:5px;
}
.app-sidebar-fixed #sidebar > .sidebar-container
{
	background:#023783;
	margin:11px 0 0 0;
}
#sidebar > div nav > ul
{
	margin:0;
	background:#023783 !important;
	border:0;
	padding-bottom:20px;
}
#sidebar > div nav > ul > li a
{
	font-family: 'open_sansregular';
	color: #fff !important;
    text-shadow: 1px 1px 1px #649c12;
}
#sidebar > div nav > ul > li.active > a {
    border-top: none !important;
    color: #ffffff !important;
}
header .navbar-collapse
{
	box-shadow:none;
}
ul.sub-menu
{
	background:#023783;
}
#sidebar > div nav > ul li a .icon-arrow
{
	color:#eee;
}
.no-touch #sidebar > div nav > ul > li:hover, #sidebar > div nav > ul > li.active, #sidebar nav > ul > li.open
{
	background:#7acd02 !important;
}
.pagination>li>a, .pagination>li>span
{
	background:#fff;
	border:1px solid #ddd;
	//padding:6px 12px !important;
	padding:6px 10px 10px 10px!important;
	color:#808285 !important;
}
.pagination li:first-child a, .pagination li:first-child a span
{
	border-left:1px solid #ddd !important;
}
.pagination li:last-child a, .pagination li:last-child a span
{
	border-right:1px solid #ddd !important;
}
.pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover
{
	background:#f7f7f7;
	border-color: #f7f7f7;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
	background-color: #f7941e;
    border-color: #f7941e;
}
.navbar .navbar-collapse
{
	border-bottom:0px solid #e3e3e3 !important;
	background:#0049b2 !important;
}
.navbar .navbar-header
{
	height:65px !important;
	border-right: 0px solid #f7f7f7;
}
#sidebar
{
	float:right;
	right:0;
	width:240px;
}
.main-content
{
	margin-right:240px;
	margin-left:0;
}
.btn-squared
{
	border-radius:3px !important;	
}
.navbar .navbar-header .navbar-brand
{
	padding:0px;
}
.navbar .navbar-header .navbar-brand
{
	padding:0 10px;
}
.btn-success
{
	background-color: #12b84a;
    border-color: #12b84a;
    color: #ffffff;
}
.btn-success:hover {
    background-color: #12b84a !important;
    border-color: #12b84a;
    color: #ffffff;
}
.btn-info {
    background-color: #2286db!important;
    border-color: #2286db;
    color: #ffffff;
}
.btn-info:hover {
    background-color: #2286db !important;
    border-color: #2286db;
    color: #ffffff;
}
.btn-danger {
    border-color: #E82929;
    background-color: #F62B2B !important;
    color: #ffffff;
}
.btn-danger:hover {
    border-color: #D20202;
    background-color: #E82929 !important;
    color: #ffffff;
}
.navbar .navbar-collapse .nav
{
	margin-left: 200px;
}
.navbar .navbar-right
{
	margin-top:0;
}
.navbar .navbar-right > li > a
{
	font-family: 'open_sansregular';
    padding: 16px 15px 18px 15px;
    font-size: 16px;
    color: #fff !important;
    font-weight: 300;
    text-transform: capitalize;
    border-right: 1px solid #023783;
    margin-right: 0;
    min-width: 130px;
    text-align: center;
}

ul li ul.dropdown{
	min-width: 100%; /* Set width of the dropdown */
	background: #0049b2;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	width:200px;
	border:1px solid #023783;
	padding:0;
	margin:0;
}
ul li:hover ul.dropdown{
	display: block; /* Display the dropdown */
}
ul li ul.dropdown li{
	display: block;
    padding: 15px 10px;
    font-size: 14px;
    font-family: 'open_sansregular';
    border-bottom: 1px solid #33393D;
}
ul li ul.dropdown li a
{
	color:#fff;
	padding:5px 0;
}
ul li ul.dropdown li a i
{
	width:30px;
	text-align:center;
}
.navbar .navbar-right > li > a i
{
	display:inline-block;
	width:25px;
	color:#fff !important; 
}
.panel-body label
{
	padding-top: 9px;
    color: inherit;
}
.panel-body .nav-tabs > li > a label
{
	padding:0;	
}
.kmm-checkbox label::after
{
	top:2px;
}
.form-group .kmm-checkbox label::after
{
	top:8px;
}
.kmm-checkbox label.thchkBox::after
{
	top:-10px;
}
.kmm-checkbox label.listchk::after
{
	top:4px;
}
.kmm-checkbox label.thchkBox
{
	top:2px;
}


#container .panel-tabs, .tabbable
{
	border-top:1px solid #ddebff !important;
}
#container .modal-header
{
	background:transparent;
}
#container .modal-body
{
	border:0;
}

.modal-header {
    min-height: 61px;
    padding: 13px 0;
    border-bottom: 1px solid #2f5fa7;
	background: #2f5fa7;
    border-radius:0;
}
.modal-header-action {
	display: block;
	margin: 2px 0 -18px 0;
    text-align: right;
}
.modal-header-action #patient_form {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: right;
	text-align: right;
	gap: 4px;
}
.modal-content {
    box-shadow: none;
    border: 5px solid #2f5fa7;
	border-top: 2px solid #2f5fa7;
    border-radius: 0;
}
.modal-footer
{
	padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
	background: #fcfcfc;
    border-radius: 0;
}
.panel-body
{
	background:transparent;
}
.panel-body .row:nth-child(even)
{
	/*background:#fafafa;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding-top:16px;
	margin-bottom:15px;*/
}
.panel-body nrow
{
	margin:0;
	padding:0;
}
.swMain > ul li > a.selected .stepNumber, .swMain > ul li > a.selected:before, .swMain li > a.done:before
{
	border-color: #F79521;
}
.swMain ul li > a.done .stepNumber, .swMain > ul li:last-child > a.selected .stepNumber
{
	border-color: #F79521;
	background-color: #F79521;
}
.panel-body div.nrow .list-content-head
{
	border-bottom:0;
}
.grid-footer .input-group-btn .btn-default
{
	background: #1f415d;
    color: #fff;
}
.note-editor textarea
{
	border:1px solid #bbbac0;
}
.no-border-bottom
{
	border-bottom:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	color: #ffffff;
    cursor: default;
    background-color: #0048b7;
    border-bottom: 1px solid #0048b7;
}
.panel-tabs, .tabbable
{
	background:#ddebff;
	border:0px solid #eee;
	border-left:0;
	border-right:0;
	margin-bottom:0;
	padding:0;
}
.modal-body
{
	/* border:1px solid #ddebff; */
	padding:0 15px 0 15px;
	background:#ddebff;
	position: unset;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover
{
	padding: 1px 20px 0px 20px;
    background: #ffffff;
    color: #023784;
    margin-right: 10px;
    border: 1px solid #023784;
    border-bottom: 0px solid transparent;
    margin-top: 1px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs
{
	border-bottom:2px solid #023784;
}
.nav-tabs > li {
	margin-bottom:0;
	margin-top:-1px;
}
.text-bold
{
	font-family: 'open_sanssemibold';
	font-weight:normal !important;
}
.nav-tabs > li > a label
{
	margin-bottom:0;	
}
.patient-det-inv-bal
{
	position: absolute;
    right: 15px;
    top: 55px;
    z-index: 1;	
	color:#e74c3c;
}	
.patient-det-inv-bal span
{
	font-family: 'open_sanssemibold';
	font-size:1.2em;
}
.patient-label
{
	padding:1px 10px 2px 10px;
	list-style:none;
	background:#808285;
	border:1px solid #6F7175;
	border-radius:3px;
	min-width:0px;
	cursor:pointer;
	margin: 0;
	display: inline-block;
}	
.patient-label li
{
	padding: 6px 10px 5px 10px;
	text-align:left;
	color:#fff;
}
.patient-label li a
{
	color:#fff;
}
.patient-label li a span
{
	float:right;
}

ul.patient-label li ul.label-dropdown{	
	background: #f7f7f7;
	display: none;
	position: absolute;
	z-index: 999;
	/* right: 0px; */
	width:160px;
	border:1px solid #eee;
	padding:0 10px;
	margin:0;
	border-radius:3px;
	/* top:30px; */
}

ul.patient-label li:hover ul.label-dropdown{
	display: block; /* Display the dropdown */
}
ul.patient-label li ul.label-dropdown li{
	display: block;
	padding:10px 0;
    font-size: 14px;
	border-bottom:1px solid #eee;
	
}
ul.patient-label li ul.label-dropdown li a
{
	color:#808285;
	padding:5px 0;
}
ul.patient-label li ul.label-dropdown li a i
{
	width:30px;
	text-align:center;
}	
.list-content-head ul li div, .list-content-head ul li div:first-child
{
	border-left:0;
	border-right:0;
	border-top:0;
}	
.ui-select-multiple.ui-select-bootstrap input.ui-select-search
{
	border:1px solid #ddd !important;
	border-radius:4px !important;
}	
.tab-content > .tab-pane, .pill-content > .pill-pane
{
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
.list-group-item div span.badge
{
	float:right;
	padding: 2px 7px 4px 7px;
	background:#e74c3c !important;
	border:1px solid #c0392b;	
}
ul[uib-datepicker-popup-wrap]
{
	width:305px;
	padding:0 0 10px 0;	
}
ul[uib-datepicker-popup-wrap] table
{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:100%;
}
ul[uib-datepicker-popup-wrap] table thead
{
	background:#eee !important;
}
ul[uib-datepicker-popup-wrap] table thead tr:nth-child(2) th
{
	background:#eee !important;
	padding:6px 0;
}
ul[uib-datepicker-popup-wrap] table thead tr th
{
	padding:0;
	background:#eee;
	border:0;
	color:#222 !important;
}
ul[uib-datepicker-popup-wrap] table thead tr th .btn-default
{
	border-color:#ddd !important;
	border-radius:0;
}
ul[uib-datepicker-popup-wrap] table thead tr th:nth-child(2) .btn-default
{
	width: 103% !important;
    margin-left: -1px;
    text-align: center;
}	
ul[uib-datepicker-popup-wrap] table tbody tr td
{
	padding:0;
	border-bottom:0;
}
ul[uib-datepicker-popup-wrap] table tbody tr td .btn-default
{
	border-radius:0;
	border-right:0;
	border-bottom:0;
}
ul[uib-datepicker-popup-wrap] table tbody tr td:first-child
{
	background:#eee;
	padding:0;
}

ul[uib-datepicker-popup-wrap] .btn-group-vertical>.btn, .btn-group>.btn
{
	
}
#patient-header {
    background-color: #fff;
    border: 1px solid #043883;
    border-bottom: 3px solid #043883;
    margin: 10px 0 14px 0;
}	
.patientDatalb1
{
	padding:5px 5px 0px 10px;
	margin:0;
	text-align:left;
}
.lb1
{
	font-size:12px !important;
	color:#333 !important;
	font-family: 'open_sanssemibold' !important;
}
.lb1-val
{
	font-size:14px !important;
	color:#ef1450 !important;
	font-family: 'open_sanssemibold' !important;
}
.lb1-val-1
{
	font-size:14px !important;
	color:#ef1450 !important;
	font-family: 'open_sanssemibold' !important;
	padding:2px 0 0 0;
}
.header-cust
{
	display:block !important;
}
.cal-row-fluid, .cal-year-box , .cal-row-fluid:hover, .cal-year-box:hover 
{
	border-bottom: 3px solid #1165A9;
	background:#3181C2 !important;
	color: #fff;
}
.calendar-header
{
	padding:10px 0px 15px 0;
	margin-bottom:10px;
}
.calendar-header h3, .calendar-header h4
{
	padding-top:6px;
	font-size:20px;
	font-family: 'open_sanssemibold';
}
.calendar-header h4
{
	font-size:20px;
	font-family: 'open_sanssemibold';
}
.cal-row-fluid:nth-child(even)[class*=cal-cell]
{
	background:#ff0;
}
span[data-cal-date]
{
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:1.5em !important;
	margin:10px !important;
}
.cal-month-day small
{
	
	left:15px !important;
}
.calendarInMonthTrue
{
	color:#000;
}
.calendarToDay
{
	background:#ffeb99!important;
}
.cal-month-day small span .btn-danger
{
	background:#fff !important;
	color:#e87a77 !important;
	border:0px solid #a95fb2 !important;
	padding:2px 10px !important;
	text-decoration:underline;
	font-size:14px;
	font-family: 'open_sansbold';
}
.cal-month-day small span .btn-success, .cal-month-day small span .btn-success:hover
{
	background:#fff !important;
	color:#9891FF !important;
	border:0px solid #a95fb2 !important;
	padding:2px 10px !important;
	text-decoration:underline;
	font-size:14px;
	font-family: 'open_sansbold';
}
.calendarInMonthFalse 
{
	color:#999;
}
.cal-month-day small span.ng-binding
{
	width:100%;
	float:left;
	padding:10px 0px;
	color:#999 !important;
}
.tooltipster-noir
{
	color:#fff !important;
	border:3px solid #e48621 !important;
	transform: translateX(15px);
	
}
.tooltipster-noir .tooltipster-content
{
	font-family: 'open_sansregular' !important;
	background:#ed8f2a;
}
.tooltipster-arrow span + span
{
	border-color:#e48621 !important;
	display:none;
}
.cal-cell.drop-active, .cell-focus, [class*=cal-cell] .drop-active, [class*=cal-cell]:hover
{
	background:#3181C2 !important;
}

.DayViewList, .DayViewList-1
{
	border-bottom:0px solid #aaa;
}
.DayViewList table, .DayViewList-1 table
{
	background:#fff;
	border-top:0;
	border-right:0;
}
.DayViewList .table > thead > tr > th, .DayViewList-1 .table > thead > tr > th
{
	border-bottom: 3px solid #1165A9;
    background: #3181C2 !important;
    color: #fff !important;
	border-right:0;
}
.DayViewList-1 table tr td
{
	border-bottom: 1px solid #e2e2e4;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}


.DayViewList table tr td div[note=notes]
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:150px;
	border:0;
	margin:0 0 0 0;
	padding:0;
	line-height: 20px;
	position: relative;
    top: 3px;
}

.DayViewList table tr td div[loc=loc]
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:150px;
	border:0;
	margin:0 0 0 0;
	padding:0;
	line-height: 20px;
	position: relative;
    top: 0px;
}


.DayViewList table tr td div[desc=desc]
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:150px;
	border:0;
	margin:0 0 0 0;
	padding:0;
	line-height: 20px;
	position: relative;
    top: 3px;
}

.DayViewList table tr td div.custom-desc
{
	max-width:106px!important;
}

.DayViewList table tr td div[desc=phone]
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:150px;
	border:0;
	margin:0 0 0 0;
	padding:0;
	line-height: 20px;
	position: relative;
    top: 3px;
}

.calendar-day-header
{
	height: 55px;
    background: #ddebff;
    padding: 10px 0;
    border: 1px solid #ddebff;
    border-bottom: 0;
	margin-top: -1px;
}
.iMedActions .btn:nth-child(3)
{
	background:#fb9d23;
	border:1px solid #e78404;
	color:#fff;
}
.iMedActions .btn:nth-child(4)
{
	background: #38CEB9;
    border: 1px solid #2BBDA9;
	color:#fff;
}
.iMedActions .btn:nth-child(5)
{
	background:#ef007c;
	border:1px solid #f60080;
	color:#fff;	
}
.iMedActions .btn:nth-child(6)
{
	background:#F9BA00;
	border:1px solid #f3b600;
	color:#fff;
}
.iMedActions .btn:nth-child(7)
{
	background:#34495e;
	border:1px solid #2c3e50;
	color:#fff;
}
.iMedMoreCaret .btn-default
{
	background:#777;
	border:1px solid #666;
	color:#fff;
}
.monthview, .monthview:hover
{
    font-size: 1.3em;
    color: #E44E4E;
    top: 5px;
    position: relative;
}
.dropdown-submenu {
	position:relative
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	right:100%;
	margin-top:-6px;
	margin-left:-1px
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#bfbfbf;
	margin-top:5px;
	margin-right:-10px
}
.dropdown-submenu:hover>a:after {
	border-left-color:#fff
}
.dropdown-submenu.pull-left {
	float:none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	right:-100%;
	margin-left:10px
}
.dna
{
	background:#60bdf3 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #52b1e8;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.dna i
{
	color:#fff;font-size:20px;margin-top:6px;float:right;
}
.arr
{
	background:#ffa25e !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #f2934d;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.arr i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.na
{
	background:#d96262 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #ce5656;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.na i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.comp
{
	background:#89c564 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #7ab656;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.comp i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.can
{
	background:#ab9081 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #9e8171;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.can i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.con
{
	background:#6289d9 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #557ccc;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.con i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.cons
{
	background:#009933 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #557ccc;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}
.cons i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}

.conf
{
	background:#d962ae !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #557ccc;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.conf i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}

.nocharge
{
	background:#D81B60 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #557ccc;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.nocharge i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.gtx
{
	background:#f160f3 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #d64ed8;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.gtx i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.bfx
{
	background:#b649ca !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.bfx i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.cbp
{
	background:#9e589f !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #9e589f;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.cbp i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.cbu
{
	background:#b649ca !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.cbu i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}


.bft
{
	background:#f160f3 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #d64ed8;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.bft i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}

.gft
{
	background:#2286db !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #2286db;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.gft i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.dis
{
	background:#cde411 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #cde411;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.dis i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}

.resch
{
	background:#7d0c7a !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #7d0c7a;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.resch i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.tbc
{
	background:#66CC00 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #66CC00;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.tbc i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.un
{
	background:#FF6 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #FF0;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.adna
{
	background:#FF1493 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.adna i
{
	color:#fff;
	font-size:20px;
	margin-top:0px;
	float:right;
}

.def
{
	background:#7d0c7a !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.def i
{
	color:#fff;
	font-size:20px;
	margin-top:0px;
	float:right;
}


.gfht
{
	background:#FF69B4 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.gfht i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}

.witc
{
    background:#7d0c8a !important;
    width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
    border:1px solid #a43ab7;
    margin-bottom:6px;
    padding:8px 10px;
    border-radius:3px;
}

.witc i
{
    color:#fff;
    font-size:20px;
    margin-top:0px;
    float:right;
}
.nr
{
    background:#5728e6 !important;
    width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
    border:1px solid #5728e6;
    margin-bottom:6px;
    padding:8px 10px;
    border-radius:3px;
}

.nr i
{
    color:#fff;
    font-size:20px;
    margin-top:0px;
    float:right;
}

.ccl
{
	background:#FF69B4 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.ccl i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}


.inc
{
	background:#FF69B4 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #a43ab7;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.inc i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.typ
{
    background:#18e9cd !important;
    width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
    border:1px solid #a43ab7;
    margin-bottom:6px;
    padding:8px 10px;
    border-radius:3px;
}

.typ i
{
    color:#fff;
    font-size:20px;
    margin-top:0px;
    float:right;
}

.pro
{
    background:#18e9cd !important;
    width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
    border:1px solid #a43ab7;
    margin-bottom:6px;
    padding:8px 10px;
    border-radius:3px;
}

.pro i
{
    color:#fff;
    font-size:20px;
    margin-top:0px;
    float:right;
}
.pay
{
    background:#18e9cd !important;
    width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
    border:1px solid #a43ab7;
    margin-bottom:6px;
    padding:8px 10px;
    border-radius:3px;
}

.pay i
{
    color:#fff;
    font-size:20px;
    margin-top:0px;
    float:right;
}

.un i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.trs
{
	background:#996600 !important;
	width:100%;text-align:left;font-size:16px;letter-spacing:0.5px;color:#fff;
	border:1px solid #996600;
	margin-bottom:6px;
	padding:8px 10px;
	border-radius:3px;
}

.trs i
{
	color:#fff;font-size:20px;margin-top:0px;float:right;
}
.navbar .navbar-header
{
	width: 220px;
    background: #023783 !important;
	-webkit-box-shadow:inset -25px 0px 25px -25px rgba(0,0,0, 0.2);
    -moz-box-shadow: inset -25px 0px 25px -25px rgba(0,0,0, 0.2);
    box-shadow: inset -25px 0px 25px -25px rgba(0,0,0, 0.2);
}
.navbar .navbar-header img:first-child
{
	background: #fff;
    width: 45px;
    border-radius: 50%;
    margin-left: 20px;
	border: 2px solid #EF8C17;
	margin-top: -3px;
	display:none;
}
.navbar .navbar-header img:last-child
{
	padding-left: 10px;
    margin-top: 0;
}
.item-content .item-media {
    display: table-cell;
    padding: 8px 8px 8px 8px;
    font-size: 1.2em;
}
.item-content .item-media::before
{
	content:"\f1db";
	font-family: FontAwesome;
	color:#fff;
}
.no-touch #sidebar > div nav > ul > li:hover .item-content .item-media::before, #sidebar > div nav > ul > li.active .item-content .item-media::before, #sidebar nav > ul > li.active .item-content .item-media::before
{
	content:"\f058";
	font-family: FontAwesome;
	color:#fff;
}
header .navbar-collapse .navbar-right > li > a:hover, header .navbar-collapse .navbar-right > li > a:focus, header .navbar-collapse .navbar-right > li > a:active
{
	background:#023783 !important;
}
ul.sub-menu li a
{
	font-size:14px;
}
#sidebar nav > ul .sub-menu > li.active a {
    background: #0049b2 !important;
    color: #ffffff !important;
}
.has-success .form-control {
    color: #5b5b60;
    border-color: #F8F8F8;
    border-bottom-color: #CCCCCC !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-color: #ccc !important;
    border-width: 1px !important;
    border-style: solid;
}
.form-group {
    margin-bottom: 5px;
}
.modal-title
{
	color:#fff;
}
.calFilter, .rightFilter
{
	padding:0px;
	margin:0;
	list-style:none;
}
.calFilter li.highlight a, .rightFilter li.highlight a
{
	color:#ff0000;
	text-decoration: underline;
}
.calFilter li
{
	padding:10px 0;
	float:left;
	margin:0px 2px 0 0;
}
.rightFilter li 
{
	padding:10px 0;
	float:right;
	margin:0px 2px 0 0;
}
.calFilter li a
{
	padding:2px 10px;
	float:left;
	width:auto;
	color:#3366FF;
	cursor:pointer;
	text-decoration: line-through;
}

.rightFilter li a
{
	padding:2px 10px;
	float:left;
	width:auto;
	color:#3366FF;
	cursor:pointer;
	text-decoration: line-through;
}

.filterLbl {
    font-family: 'open_sanssemibold';
    padding: 2px 14px 2px 5px;
    text-align: left;
    color: #444;
    margin-top: 10px;
    text-transform: uppercase;
    width: 80px;
}
.statusLbl {
    font-family: 'open_sanssemibold';
    padding: 2px 14px 2px 5px;
    color: #444;
    margin-top: 10px;
    text-transform: uppercase;
}
.no-padding-right
{
	padding-right:0 !important;
}
.general-settings
{
	background:#fafafa !important;
}
.personal-info
{
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	font-weight:normal;
}
.personal-info thead tr th
{
	font-family: 'open_sanslight';
	padding:10px 8px;
	background:#1c75bc;
	color:#fff;
	font-size:16px;
}
.personal-info tbody tr td
{
	padding:10px 0 0 10px;	
	color:#999;
	font-weight:normal;
	font-family: 'open_sansregular';
}
.personal-info tbody tr:nth-child(odd) td
{
	padding:5px 0 10px 10px;	
	color:#666;
	border-bottom:1px dashed #eee;
	font-family: 'open_sanssemibold';
}
.user-info
{
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	font-weight:normal;
}
.user-info thead tr th
{
	font-family: 'open_sanslight';
	padding:10px 8px;
	background:#1c75bc;
	color:#fff;
	font-size:16px;
}
.user-info tbody tr td
{
	padding:10px 0 0 10px;	
	color:#999;
	font-weight:normal;
	font-family: 'open_sansregular';
}
.user-info tbody tr:nth-child(even) td
{
	padding:5px 0 10px 10px;	
	color:#666;
	border-bottom:1px dashed #eee;
	font-family: 'open_sanssemibold';
}
.invoiceTable
{
	width:98%;
	margin:0 auto;
	border: 1px solid #aec3d4;
    background: #fff;
}
.invoiceTable thead tr th
{
	font-size: 14px;
    font-family: 'open_sanssemibold';
    color: #fff !important;
	border: 1px solid #3181C2;
    border-bottom: 3px solid #3181C2;
    background: #3181C2;
	padding:8px 15px;
}
.invoiceTable tbody tr td
{
	padding:6px 15px 6px 15px;
	border-bottom:1px solid #eee;
	border-right: 1px solid #eee;
}
.invoiceTable tfoot tr td
{
	padding:8px 15px 8px 15px;
	border-top:1px solid #eee;
	background:#f7f7f7;
}
.invoiceTable tbody tr:nth-child(even) td
{
	background:#fafafa;
}
.invoiceTable tbody tr:nth-child(even) td.white-bg
{
	background:#fff;
}
.invoiceTable p
{
	margin-bottom:0;
}
.invoiceTable ul[uib-datepicker-popup-wrap] table
{
	padding:0;
}
.left-border
{
	border-left:1px solid #eee;
}
.inv-remove
{
	padding:7px;
	color:#E82929;
	float:right;
	cursor:pointer;
}
.invoice-table table tr th:nth-child(1), .invoice-table table tr td:nth-child(1)
{
	width:5% !important;
}
.invoice-table table tr th:nth-child(2), .invoice-table table tr td:nth-child(2)
{
	width:6% !important;
}
.invoice-table table tr th:nth-child(3), .invoice-table table tr td:nth-child(3)
{
	width:8% !important;
}
.invoice-table table tr th:nth-child(4), .invoice-table table tr td:nth-child(4)
{
	width:18% !important;
}
.invoice-table table tr th:nth-child(5), .invoice-table table tr td:nth-child(5)
{
	width:12% !important;
}
.invoice-table table tr th:nth-child(6), .invoice-table table tr td:nth-child(6)
{
	width:8% !important;
}
.invoice-table table tr th:nth-child(7), .invoice-table table tr td:nth-child(7)
{
	width:8% !important;
}
.invoice-summary-table table tr th:nth-child(1), .invoice-summary-table table tr td:nth-child(1)
{
	width:6% !important;
}
.invoice-summary-table table tr th:nth-child(2), .invoice-summary-table table tr td:nth-child(2)
{
	width:8% !important;
}
.invoice-summary-table table tr th:nth-child(3), .invoice-summary-table table tr td:nth-child(3)
{
	width:12% !important;
}
.invoice-summary-table table tr th:nth-child(4), .invoice-summary-table table tr td:nth-child(4)
{
	width:20% !important;
}
.invoice-summary-table table tr th:nth-child(5), .invoice-summary-table table tr td:nth-child(5)
{
	width:18% !important;
}
.invoice-summary-table table tr th:nth-child(6), .invoice-summary-table table tr td:nth-child(6)
{
	width:17% !important;
	
}
.invoice-summary-table table tr th:nth-child(7), .invoice-summary-table table tr td:nth-child(7)
{
	width:30% !important;	
}
.invoice-summary-table table tr th:nth-child(8), .invoice-summary-table table tr td:nth-child(7)
{
	width:10% !important;	
}
.invoice-summary-table table tr th:nth-child(9), .invoice-summary-table table tr td:nth-child(7)
{
	width:10% !important;	
}
.receipt-summary-table table tr th:nth-child(1), .receipt-summary-table table tr td:nth-child(1)
{
	width:5% !important;
}
.receipt-summary-table table tr th:nth-child(2), .receipt-summary-table table tr td:nth-child(2)
{
	width:8% !important;
}
.receipt-summary-table table tr th:nth-child(3), .receipt-summary-table table tr td:nth-child(3)
{
	width:10% !important;
}
.receipt-summary-table table tr th:nth-child(4), .receipt-summary-table table tr td:nth-child(4)
{
	width:8% !important;
}
.receipt-summary-table table tr th:nth-child(5), .receipt-summary-table table tr td:nth-child(5)
{
	width:10% !important;
}
.receipt-summary-table table tr th:nth-child(6), .receipt-summary-table table tr td:nth-child(6)
{
	width:23% !important;
}
.receipt-summary-table table tr th:nth-child(7), .receipt-summary-table table tr td:nth-child(7)
{
	width:8% !important;
}
.receipt-summary-table table tr th:nth-child(8), .receipt-summary-table table tr td:nth-child(8)
{
	width:8% !important;
}
.receipt-summary-table table tr th:nth-child(9), .receipt-summary-table table tr td:nth-child(9)
{
	width:8% !important;
}
.receipt-summary-table table tr th:nth-child(10), .receipt-summary-table table tr td:nth-child(10)
{
	width:8% !important;
}

.monthlyincome-summary-table table tr th:nth-child(1), .monthlyincome-summary-table table tr td:nth-child(1)
{
	width:5% !important;
}
.monthlyincome-summary-table table tr th:nth-child(2), .monthlyincome-summary-table table tr td:nth-child(2)
{
	width:25% !important;
}
.monthlyincome-summary-table table tr th:nth-child(3), .monthlyincome-summary-table table tr td:nth-child(3)
{
	width:20% !important;
}
.monthlyincome-summary-table table tr th:nth-child(4), .monthlyincome-summary-table table tr td:nth-child(4)
{
	width:15% !important;
}
.monthlyincome-summary-table table tr th:nth-child(5), .monthlyincome-summary-table table tr td:nth-child(5)
{
	width:15% !important;
}
.monthlyincome-summary-table table tr th:nth-child(6), .monthlyincome-summary-table table tr td:nth-child(6)
{
	width:20% !important;
	
}

.monthlyexpenditure-summary-table table tr th:nth-child(1), .monthlyexpenditure-summary-table table tr td:nth-child(1)
{
	width:5% !important;
}
.monthlyexpenditure-summary-table table tr th:nth-child(2), .monthlyexpenditure-summary-table table tr td:nth-child(2)
{
	width:65% !important;
}
.monthlyexpenditure-summary-table table tr th:nth-child(3), .monthlyexpenditure-summary-table table tr td:nth-child(3)
{
	width:30% !important;
}

.balancelist-summary-table table tr th:nth-child(1), .balancelist-summary-table table tr td:nth-child(1)
{
	width:5% !important;
}
.balancelist-summary-table table tr th:nth-child(2), .balancelist-summary-table table tr td:nth-child(2)
{
	width:8% !important;
}
.balancelist-summary-table table tr th:nth-child(3), .balancelist-summary-table table tr td:nth-child(3)
{
	width:25% !important;
}
.balancelist-summary-table table tr th:nth-child(4), .balancelist-summary-table table tr td:nth-child(4)
{
	width:14% !important;
}
.balancelist-summary-table table tr th:nth-child(5), .balancelist-summary-table table tr td:nth-child(5)
{
	width:10% !important;
}
.balancelist-summary-table table tr th:nth-child(6), .balancelist-summary-table table tr td:nth-child(6)
{
	width:10% !important;
}
.balancelist-summary-table table tr th:nth-child(7), .balancelist-summary-table table tr td:nth-child(7)
{
	width:13% !important;
}
.balancelist-summary-table table tr th:nth-child(8), .balancelist-summary-table table tr td:nth-child(8)
{
	width:15% !important;
}
.accounts-invoice-table table tr th:nth-child(1), .accounts-invoice-table table tr td:nth-child(1)
{
	width:5% !important;
}
.accounts-invoice-table table tr th:nth-child(2), .accounts-invoice-table table tr td:nth-child(2)
{
	width:6% !important;
}
.accounts-invoice-table table tr th:nth-child(3), .accounts-invoice-table table tr td:nth-child(3)
{
	width:8% !important;
}
.accounts-invoice-table table tr th:nth-child(4), .accounts-invoice-table table tr td:nth-child(4)
{
	width:25% !important;
}
.accounts-invoice-table table tr th:nth-child(5), .accounts-invoice-table table tr td:nth-child(5)
{
	width:20% !important;
}
.accounts-invoice-table table tr th:nth-child(6), .accounts-invoice-table table tr td:nth-child(6)
{
	width:8% !important;
}
.accounts-invoice-table table tr th:nth-child(7), .accounts-invoice-table table tr td:nth-child(7)
{
	width:10% !important;
}
.accounts-invoice-table table tr th:nth-child(8), .accounts-invoice-table table tr td:nth-child(8)
{
	width:8% !important;
}
.accounts-invoice-table table tr th:nth-child(9), .accounts-invoice-table table tr td:nth-child(9)
{
	width:8% !important;
}
.accounts-receipt-table table tr th:nth-child(1), .accounts-receipt-table table tr td:nth-child(1)
{
	width:5% !important;
}
.accounts-receipt-table table tr th:nth-child(2), .accounts-receipt-table table tr td:nth-child(2)
{
	width:8% !important;
}
.accounts-receipt-table table tr th:nth-child(3), .accounts-receipt-table table tr td:nth-child(3)
{
	width:8% !important;
}
.accounts-receipt-table table tr th:nth-child(4), .accounts-receipt-table table tr td:nth-child(4)
{
	width:8% !important;
}
.accounts-receipt-table table tr th:nth-child(5), .accounts-receipt-table table tr td:nth-child(5)
{
	width:8% !important;
}
.accounts-receipt-table table tr th:nth-child(6), .accounts-receipt-table table tr td:nth-child(6)
{
	width:18% !important;
}
.accounts-receipt-table table tr th:nth-child(7), .accounts-receipt-table table tr td:nth-child(7)
{
	width:12% !important;
}

.workflow
{
	padding:0;
	margin:0;
	list-style:none;
}
.workflow li
{
	padding:8px 12px;	
	float:left;
	width:100%;
	border-bottom:1px dotted #eee;
}
.workflow li a
{
	color: #666;
    padding: 15px;
    height: 40px;
    line-height: 40px;
	cursor:pointer;
}
.workflow li a:hover
{
	color: #3366FF;
}
.workflow li a div.round
{
	width:40px;
	height:40px;
	background:#f7f7f7;
	float:left;
	border-radius:50%;
	text-align:center;
	border:1px solid #eee;
}

.workflow li a div.round i
{
	color:#8b8b8b;
	padding:0px 0 0 1px;
	font-size:18px;
}
.workflow li a div.round i.fa-circle
{
	color: #e74c3c;
    position: absolute;
    padding:0;
	font-size:0.8em;
	left: 56px;
}
.workflow li a div.round i.fa-check-circle
{
	color: #2ecc71;
    position: absolute;
    padding: 0;
	font-size:0.8em;
	left: 56px;
}
.workflow li span
{
	color:#EF6767;
	float:right;
	font-size:0.9em;
	padding-top:1em;
	display:none;
	cursor:pointer;
}
.workflow li span:last-child
{
	color:#5994CC;	
	float:right;
	font-size:0.9em;
}
.workflow li:hover span.view
{
	display:block;
}
.sticky-add
{
	position:absolute;
	right:120px;
	top:-38px;
}
.sticky-update
{
	position:absolute;
	right:15px;
	top:-38px;
}
.note-editor textarea.sticky
{
	min-height:25px !important;
}
a.remove
{
	color:#F62B2B;
	position: relative;
    top: 10px;
}
.tab-content
{
	background:#ddebff;
}
.sticky-content 
{
	padding:12px 0 0 0 !important;	
}
.main-login
{
	/*position:absolute;*/
	/*right:80px;*/
	/*top:26%;*/
	/*background:#fff;*/
	width:400px;
	/*border:1px solid #eee;*/
	/*background:url(../../images/1.png) no-repeat;*/
	/*right:0%;*/
	/*top:11.4%;*/
}
.main-login-reg
{
	position:absolute;
	right:80px;
	top:16%;
	background:#fff;
	width:1000px;
	border:1px solid #eee;
	padding:15px;
}
.main-login .box-login:nth-child(2)
{
	padding-left:0 !important;
	width:240px;
	display:none;
}
.box-login, .box-forgot
{
	width:375px;
	float:right;
	padding-left:20px !important;
	padding-right:20px !important;
}
.box-login h4
{
	font-size:16px;
	text-transform:uppercase;
	font-family: 'open_sanssemibold';
	margin-bottom:15px;
}
.box-login .form-control, .box-forgot .form-control, .box-register .form-control
{
	padding: 10px 10px 10px 10px !important;
    height: 45px;
    border-radius: 3px !important;
	background: #f9f9f9 !important;
	border:1px solid #e4e4e4;
}
.loginHeader
{
	padding:20px 0 0 0px;
	width:100%;
	margin:0 auto;
	height:75px;
}
.loginHeader .logo
{
	margin-left:60px;
	margin-top: -7px;
	color:#333;
}
.loginHeader div + div
{
	font-family: 'open_sanslight';
	padding:5px 0px;
	color:#333;
	font-size:16px;
}
.login-text
{
	/*margin:60px 0 0 80px;*/
	padding:10px 0 0 0px;
	width:420px;
	float:left;
}
.login-text h4
{
	font-family: 'open_sanssemibold';
	/*color:#222;*/
	color:#3776d0;
	font-size:16px !important;
	margin-top:40px;
}
.login-text label
{
	font-family: 'open_sansregular';
	/*color:#000;*/
	color:#222;
	font-size:14px !important;
	padding-bottom:10px;
}
.login-btn
{
	float:left;
	background:#1c75bc;
	color:#fff;
	padding:8px 15px;
	border-radius:3px;	
	border:1px solid #1c75bc;
}
.forgot
{
	float:right;
	padding-top:10px;
	padding-left:25px;	
}
.create-account
{
	background:#F7A645;
	color:#fff;
	padding:8px 15px;
	border-radius:3px;
	float:left;
}
.create-account:hover
{
	color:#fff;
	text-decoration:none;
}
.new-account label
{
	font-family: 'open_sansregular';
	color:#999;	
	margin-top:90px;
}
.pat-acc-actions
{	
    position: absolute;
    right: 0;
    padding: 10px 0;
    top: -55px;
}
/* Header logo animation */
.cssplay_auto {    
	width: 100%;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    height: 65px;
    position: absolute;
}
.cssplay_auto img {display:block; width:100%; visibility:hidden;}
.cssplay_auto img[id*='img'] {position:absolute; left:-100%; top:0; visibility:visible;}

.cssplay_auto div[id*='txt'] {position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    left: 100%;
	font-family:'open_sanssemibold', sans-serif;
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    padding:8px 10px;
    background: #F7941E;
	color:#fff;
}
.cssplay_auto div[id*='txt'] span {display:block; font-size:12px;color:#fff;padding:0px 0 10px 0;font-family: 'open_sansregular';}

.cssplay_auto div#buttons {width:100%; position:absolute; left:0; bottom:10%; text-align:center;}
.cssplay_auto span[id*='btn'] {display:inline-block; margin:0 8px; width:10px; height:10px; background:#ddd; border-radius:10px;}

.cssplay_auto div#txt_01 {-webkit-animation:autoplay0 25s infinite 0s; animation:autoplay0 50s infinite 0s;}



@keyframes autoplay0 {
	0% {left:100%}
	5%,12.5% {left:0;}
	17.5%,100% {left:-100%}
}
@keyframes autoplay1 {
	0% {left:-100%}
	5%,12.5% {left:0;}
	17.5%,100% {left:100%}
}
@keyframes autoplay2 {
	5%,12.5% {background:#888;}
	0%,17.5%,100% {background:#ddd;}
}


@-webkit-keyframes autoplay0 {
	0% {left:100%}
	5%,12.5% {left:0;}
	17.5%,100% {left:-100%}
}
@-webkit-keyframes autoplay1 {
	0% {left:-100%}
	5%,12.5% {left:0;}
	17.5%,100% {left:100%}
}
@-webkit-keyframes autoplay2 {
	5%,12.5% {background:#888;}
	0%,17.5%,100% {background:#ddd;}
}
@media only screen and (max-width: 480px) {
.cssplay_auto div[id*='txt'] {font:700 20px/25px 'Oswald', arial, sans-serif;}
.cssplay_auto div[id*='txt'] span {font:300 14px/20px 'latomedium', arial, sans-serif;}
}
/* end of header animation */



/* New CSS*/
.group-add
{
background-color:#ccc;
border:1px solid #ccc;
color:#777;
}
.title-cust
{
padding-top:10px;
color:#333;
text-decoration:underline;
font-size:16px;
font-family: 'open_sansregular';
}
.tray-actions
{
	position:absolute;
	top:-58px;
	right:0;
}
.invoiceTable thead tr th .kmm-check label::before
{
	top: 10px !important;
    margin-left: -19px !important;
}
.invoiceTable thead tr th .kmm-checkbox label::after
{
	top: 10px !important;
    left: 2px;
}
.sep-25
{
	border-bottom: 1px dashed #ddd;
    height: 5px;
    width: 100%;
    margin-bottom: 13px;
}
.ui-select-multiple.ui-select-bootstrap
{
	padding: 5px 5px 2px 5px !important;
}	
.invoiceGrid .form-control, .invoiceGrid input[type="text"]:hover, .invoiceGrid .btn-default, .invoiceGrid .btn-default:hover
{
	border:1px solid #e4e4e4 !important;
	background-color:#fff !important;
}
.mail-title
{
    font-family: 'open_sansregular';
    font-size: 1.6em;
    color: #808285;
    padding-top: 5px;
}
.compose
{
	background: #f7f7f7;
    padding: 15px 0 11px 10px;
    //border-bottom: 1px solid #ddd;
}
.compose-1
{
	background: #f7f7f7;
    padding: 20px 0 10px 10px;
    border-bottom: 1px solid #ddd;
}
.compose-btn
{
	//background: #f7f7f7;	
    padding: 13px 0 11px 15px;
    border-bottom: 1px solid #ddd;
	position: absolute;
	float:left;

}
.btn-com
{
background-color:#e7e7e7 !important;
border:1px solid #e7e7e7 !important;
}
.compose .form-control
{
	background-color:#fff !important;
	border-radius:3px !important;
	border:1px solid #ddd !important;
	width:89% !important;
	//margin:-1px 0 0 3.5%;
	float:left;
}
.main-options li a, .main-options li a:hover
{
	color:#858586;
	text-transform:capitalize !important;
}
.main-options li.active a
{
	color:#e74c3c;
}
.main-options li a span.title::before
{
	content: "\f07b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.INBOX::before
{
	content: "\f01c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Drafts::before
{
	content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Important::before
{
	content: "\f02e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Spam::before
{
	content: "\f05e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.All::before
{
	content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Sent::before
{
	content: "\f1d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Trash::before
{
	content: "\f1f8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.main-options li a span.Starred::before
{
	content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: 14px;
    padding-right: 0.5em;
}
.attachmentUL
{
	margin:0;
	padding:0;
	list-style:none;
}
.attachmentUL li
{
	font-family: 'open_sanssemibold';
	font-size:13px;
	padding:10px;	
	color:#E74C3C;	
	cursor:pointer;
}
.attachmentUL li span
{
	color:#3498db;
	width:80%;
	cursor:pointer;
}
.no-email
{
	font-size:22px;
	width:100%;
	margin:10% 0 0 0;
	color:#FF0000;
	text-align:center;
	line-height:60px;
}
.no-email i
{
	font-size:72px;
	-webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}


.review-ul a
{
	color:#f7941e;
}
.review-ul ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.review-ul ul li
{
	padding:10px;
	color:#666;
	float:left;
	width:100%;
}
.review-ul ul li a
{
	color:#666;
	font-size:1em !important;
}
.review-ul ul li a span
{
	float:right;
	color:#ff0000;
}


/* Timeline css script */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d4d4d4;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 12%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 1em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #f7941e;
}
.cd-timeline-img.cd-movie {
  background: #f7941e;
}
.cd-timeline-img.cd-location {
  background: #f7941e;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 12%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	color: #fff;
    font-size: 13px;
    padding: 13px 0 0 0px;
    text-align: center;
  }
  .cd-timeline-img span
  {
  	font-size: 14px;
	top:-4px;
	position:relative;
  }
  .cd-timeline-img span.review-date 
  {
	  color: #333;
	  position:absolute;
	  left:-85px;
	  font-size:12px;
	  top:23px;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-timeline-content label
{
	font-weight:normal;
	width:52%;
	color:#333;
	float:left;
}
.cd-timeline-content label i
{
	top:1px;
	position:relative;
	right:5px;
	color:#666;
}
.cd-timeline-content label span
{
	float:right;
	color:#e74c3c;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #f7941e;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 16px;
  }
  .cd-timeline-content p {
    font-size: 13px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    padding: 1.6em 1em 0 .5em;
    width: 82%;
    float: right;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: -20px;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    left: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: -20px;
    border-color: transparent;
    border-right-color: #fff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {

    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.rip-patient .panel-body
{
	background:#ffefef;
}

.rip-patient .panel-body, .rip-patient
{
	background:#f6d6d6;
}

 /* for particular user need scanned background */
.scanned-patient .panel-body {
	background: #90ec90;
}

.mail_attachments
{
	margin:0;
	padding:0;
	list-style:none;
}
.mail_attachments li
{
	padding:6px 15px;
	float:left;
	width:auto;
	list-style:none;
}
.calappsurg_tablink
{
	margin: 0 0 0 -10px;
	padding:0;
	list-style:none;	
}
.calappsurg_tablink li a
{
	float: left;
    padding: 10px 15px;
    color: #333;
    background: #eee;
    margin: 6px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.calappsurg_tablink li a.active
{
	background:#3181c2;
	color:#fff;
}

.form-titlebg
{
background-color:#E2E8EC;
border:1px solid #E2E8EC;
}
.form-titlebg label span
{
padding-left:5px;
font-weight:500;
}
.form-label-cust
{
width:14.1%;
float:left;
padding-left:4px;
}

.lblVal
{
	font-size:20px;
	color:#000 !important;
	width:100%;
	padding:0;	
}
.lblVal1
{
	font-size:1em;
	color:#000 !important;
	width:100%;
	padding:0 !important;
	margin-bottom:0;	
	font-weight:400;
}
.lblVal2
{
	font-size:16px;
	color:#000 !important;
	width:100%;
	padding:0;	
	text-align:justify;
}
.patient_summary
{
	padding-left:0;	
}
.patient_summary_1
{
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	padding-left:0;
	text-align:justify;
}
.patient_summary_1 .row
{
	border-bottom:0px dashed #aaa;
	padding:10px 0;
}
.patient_summary_1 .row:nth-child(even)
{
	
}

.box-1
{
	margin:0 auto;
	border:1px solid #15aeec;
	background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
	background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
						filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
	padding:0 10px;
	color:#fff;	
	border-radius:3px;
}
.box-1 .lblText, .box-1 .lblVal
{
	color:#fff !important;	
	text-shadow: 1px 1px 1px #0b6e96;
}
.box-2
{
	margin: 15px auto;
    padding: 0px;
    border: 1px solid #76bdd1;
    width: 94%;
	background:#ddebff;
}
.box-2 h4
{
	background:#76bdd1;	
	padding:10px;
	color:#fff;
}
.box-2 label.lblVal1
{
	padding:5px 15px !important;
}

.box-app
{
	margin:15px 0 0 3%;
    padding: 0px;
    border: 1px solid #c79810;
    width: 94%;
	background:#fff4d4;	
}
.box-app h4
{
	background:#c79810;	
	padding:10px;
	color:#fff;
}
.box-app label.lblVal1
{
	padding:5px 15px !important;
}
.box-pnotes
{
	margin:15px 0 0 3%;
    padding: 0px;
    border: 1px solid #7a7aeb;
    width: 94%;
	background:#f2f2ff;	
}
.box-pnotes h4
{
	background:#7a7aeb;	
	padding:10px;
	color:#fff;
}
.box-pnotes label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}

.box-proc
{
	margin:5px 0 0 3%;
    padding: 0px;
    border: 1px solid #7bb64b;
    width: 94%;
	background:#f5ffec;	
}
.box-proc-1
{
	margin: 0px 0 0 3%;
    padding: 0px;
    border: 1px solid #c8c7cc;
    width: 100%;
    background: #fff;
    min-height: 70px;		
}

.box-proc h4
{
	background:#7bb64b;	
	padding:10px;
	color:#fff;
}
.box-proc label.lblVal1, .box-proc-1 label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}

.box-medi
{
	margin:5px 0 0 3%;
    padding: 0px;
    border: 1px solid #845108;
    width: 94%;
	background:#fff8ed;	
}
.box-medi-1
{
	margin:5px 0 0 3%;
    padding: 0px;
    border: 1px solid #c8c7cc;
    width: 100%;
	background:#fff;
}
.box-medi h4
{
	background:#845108;	
	padding:10px;
	color:#fff;
}
.box-medi label.lblVal1, .box-medi-1 label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}

.box-clin
{
	margin:15px 0 0 3%;
    padding: 0px;
    border: 1px solid #908c68;
    width: 94%;
	background:#fffce6;	
}
.box-clin h4
{
	background:#908c68;	
	padding:10px;
	color:#fff;
}
.box-clin label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}
.box-comp
{
	margin:15px 0 0 3%;
    padding: 0px;
    border: 1px solid #26759e;
    width: 94%;
	background:#f6fcff;	
}
.box-comp h4
{
	background:#26759e;	
	padding:10px;
	color:#fff;
}
.box-comp label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}
.box-alle
{
	margin:15px 0 0 3%;
    padding: 0px;
    border: 1px solid #ef007c;
    width: 94%;
	background:#fff0f8;	
}
.box-alle h4
{
	background:#ef007c;	
	padding:10px;
	color:#fff;
}
.box-alle label.lblVal1
{
	padding:5px 15px !important;
	text-align:justify;
}

.box-3
{
    margin: 15px 0;
    padding: 0 15px;
    float: left;
}
.box-3 .lblText, .box-3 .lblVal
{
	color:#333 !important;	
	padding:0 0 6px 0;
	font-weight:normal;
	
}
.box-3 .lblVal
{
	color:#fd1983 !important;	
}
.tbl
{
	width:100%;	
}
.tbl tr td
{
	padding:5px 0 0 0;	
}
.tbl tr:last-child td
{
	padding:5px 0 15px 0;	
}

#container  div.container 
{
	border-left:1px solid #ced6dc;	
}





.subtitle-heading
{
margin-top:1.5em;
}
.outer-tab
{
border-top:1px solid #e8e8e8 !important;
}
.actionBtn
{
padding-top:10px;
}
.invoice-List a div.row div
{
	float:left;
}
.invoice-List a div.row div:first-child
{
	width:10%;
}
.invoice-List a div.row div:nth-child(2)
{
	width:10%;
}
.invoice-List a div.row div:nth-child(3)
{
	width:18%;
}
.invoice-List a div.row div:nth-child(4)
{
	width:25%;
}
.invoice-List a div.row div:nth-child(5)
{
	width:16%;
}
.invoice-List a div.row div:nth-child(6)
{
	width:10%;
}
.invoice-List a div.row div:nth-child(7)
{
	width:10%;
}
.invoice-List ul li div
{
	float:left;
	
}
.invoice-List ul li div:first-child
{
	width:10%;
	padding-left:12px;
}
.invoice-List ul li div:nth-child(2)
{
	width:10%;
	padding-left:14px;
}
.invoice-List ul li div:nth-child(3)
{
	width:18%;
	padding-left:14px;
}
.invoice-List ul li div:nth-child(4)
{
	width:25%;
	padding-left:18px;
}
.invoice-List ul li div:nth-child(5)
{
	width:16%;
	padding-left:19px;
}
.invoice-List ul li div:nth-child(6)
{
	width:10%;
}
.invoice-List ul li div:nth-child(7)
{
	width:10%;
}

.receipt-List a div.row div
{
	float:left;
}
.receipt-List a div.row div:first-child
{
	width:9%;
}
.receipt-List a div.row div:nth-child(2)
{
	width:10%;
}
.receipt-List a div.row div:nth-child(3)
{
	width:16%;
}
.receipt-List a div.row div:nth-child(4)
{
	width:23%;
}
.receipt-List a div.row div:nth-child(5)
{
	width:16%;
}
.receipt-List a div.row div:nth-child(6)
{
	width:15%;
}
.receipt-List a div.row div:nth-child(7)
{
	width:10%;
}
.receipt-List ul li div
{
	float:left;
	
}
.receipt-List ul li div:first-child
{
	width:9%;
	padding-left:12px;
}
.receipt-List ul li div:nth-child(2)
{
	width:10%;
	padding-left:14px;
}
.receipt-List ul li div:nth-child(3)
{
	width:16%;
	padding-left:14px;
}
.receipt-List ul li div:nth-child(4)
{
	width:23%;
	padding-left:18px;
}
.receipt-List ul li div:nth-child(5)
{
	width:16%;
	padding-left:19px;
}
.receipt-List ul li div:nth-child(6)
{
	width:15%;
	padding-left:20px;
}
.receipt-List ul li div:nth-child(7)
{
	width:10%;
}
.patient-Account
{
	width:100% !important;	
}
#sticky_doctor_form button, #sticky_secretary_form button, #sticky_nurse_form button
{
	margin-top:-6px;	
}
.subtitle
{
	margin-bottom:10px;
	color:#a035ff;
}
.lblSmall
{
	color:#aaa !important;
	font-size:0.9em;
	padding-top:14px !important;
}

.grid-footer-1 {
    border-top: 0;
    padding: 10px 10px 10px 10px;
	margin-top:0;
}

/* start For Scanned Labels*/
.scanned-label
{
	margin: 0 4px 0 240px;
    padding: 2px 10px 3px 10px;
    list-style: none;
    background: #1aa7e5;
    border: 1px solid #15aeec;
    float: right;
    border-radius: 3px;
    min-width: 20px;
    cursor: pointer;
    position: absolute;
    right: -4px;
	top:0px;
}	
.scanned-label li
{
	padding: 6px 10px 5px 10px;
	text-align:left;
	color:#fff;
}
.scanned-label i
{
text-align:center;
}
.scanned-label li a
{
	color:#fff;
}
.scanned-label li a span
{
	float:right;
}
ul.scanned-label li ul.label-dropdown{	
	background: #364860;
	display: none;
	position: absolute;
	z-index: 999;
	right: 0px;
	width:160px;
	border:1px solid #253345;
	padding:0 10px;
	margin:0;
	border-radius:3px;
	top:32px;
}

ul.scanned-label li:hover ul.label-dropdown{
	display: block; /* Display the dropdown */
}
ul.scanned-label li ul.label-dropdown li{
	display: block;
	padding:10px 0;
    font-size: 1em;
	border-bottom:1px solid #253345;
	
}
ul.scanned-label li ul.label-dropdown li a
{
	color:#fff;
	padding:5px 0;
}
ul.scanned-label li ul.label-dropdown li a i
{
	width:30px;
	text-align:center;
}
.scan-label-align
{
margin-right:52px;
}
/* End For Scanned Labels*/

.addr
{
    position: relative;
    top: -6px;
    padding: 0;
    font-size: 13px;
    color: crimson;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
	display:none;
}

ui-select-choices {
	position: fixed;
	top: auto;
	left: auto;
	width: inherit;
}

.followup
{
	list-style:none;
	padding:0;
	margin:0;		
}
.followup li
{
	padding:15px 10px;
	color:#34495e;
	cursor:pointer;
}
.followup li:first-child
{
	color:#f39c12;	
}
.followup li:nth-child(2)
{
	color:#3498db;	
}
.followup li:nth-child(3)
{
	color:#e74c3c;	
}
.followup li:nth-child(4)
{
	color:#9b59b6;	
}
.followup li:nth-child(5)
{
	color:#2ecc71;	
}
.followup li i
{
	padding:0 5px 0 0; 	
}
.table tr td .kmm-checkbox label::after
{
	top:6px;	
}
.table tr td input[type=checkbox]
{
	margin-top:-6px;	
}
.btn-followup , .btn-followup:hover
{
	background:#9b59b6;
	border:1px solid #8e44ad;	
	color:#fff;	
}

/* calendar send mail */
.btn-style1
{
	background: #38CEB9;
	border: 1px solid #2BBDA9;
	color: #fff;
}
.btn-style1.focus, .btn-style1:focus, .btn-style1:hover
{
color:#fff;
text-decoration:none;
}
.btn-style
{
	background: #307C92;
	border: 1px solid #307C92;
	color: #fff;
}
.btn-style.focus, .btn-style:focus, .btn-style:hover
{
color:#fff;
text-decoration:none;
}
.attachment_div li
{
border:1px solid #f3f3f3;
width:23%;
margin:10px 0px 10px 10px;
}
.attachment_div li span:first-child
{
padding:2px;
color:#333;
font-size:12px;
float:left;
}
.attachment_div li div
{
	width:80%;
	float:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.attachment_div li span:last-child
{
	float:right;
	cursor:pointer;
}
.attachment_div li span:last-child i
{
color:#d96262;
}
/* End of calendar send mail */
.white-bg
{
	background:#fff;	
}
ul.qlink
{  
	gont-size: 14px;   margin: 0;   padding: 0;   list-style: none; 
} 
ul.qlink li 
{   
	display: block;   
	position: relative;   
	float: left; 
	padding:16px;
	font-size:18px;
} 
ul.qlink li a
{
	color:#fff;	
}
ul.qlink li ul 
{ 
	display: none; 
	width:165px;	
	height:auto;	
	float:left;
	margin: 15px 0 0 -15px;
	padding:0;
} 
ul.qlink li:hover ul 
{ 
	display: block; 
} 
ul.qlink li ul li
{
	float: left; 
	padding:6px 0;
	font-size:14px;
	width:100%;
}
ul.qlink li ul li a 
{   
	display: block;   
	text-decoration: none;   
	color: #ffffff;   
	border-top: 0px solid #ffffff;   
	padding: 5px 15px 5px 15px;   
	white-space: nowrap; 
} 

.user-roles fieldset
{
	margin: 0;
    border: 0;
    border-bottom: 1px solid #dae2e6;
    padding: 0px;
    border-radius: 0px;
    background: #ebf1f5;
}
/* User Roles Page */
.kmm-userroles
{

}
.kmm-userroles label
{
}

.filter {
width: 100%;
}
ul.checkbox {
margin: 0;
padding: 0;
margin-left:20px;
list-style: none;
}
ul.checkbox li input {
margin-right: .25em;
}
ul.checkbox li {
border: 1px transparent solid;
display:inline-block;
width:12em;
}
ul.checkbox li:hover, ul.checkbox li.focus {
width: 12em;
}

.statusbar
{
	background:#f7f7f7;
	height:10px;
	width:100%;
	margin:0 auto;
	border:1px solid #ddd;
	margin-top:4px;
}

.statusbar ul
{
	padding:0;
	margin:0;
}
.statusbar li
{
	background:#FF0000;
	width:auto;
	border:0;
	border-right:1px solid #fff;
	float:right;
	height:10px;
	padding:0;
	position:relative;
	margin:0;
	list-style:none;
}
.statusbar li.comp
{
	background:#33CC00;
}
.user-roles fieldset h4
{
	margin: 0;
    font-size: 15px;
    padding: 15px 10px 0 0;
    color: #0c77bd;
}
.user-roles fieldset div.col-md-10
{
	background:#f8fafb;
	border-left:1px solid #dae2e6;	
}
.user-roles fieldset:nth-child(even) div.col-md-10
{
	background:#fff;
	border-left:1px solid #dae2e6;	
}
.user-roles fieldset div.col-md-10 > div + div 
{
	border-right: 1px solid #dae2e6;
}
.user-roles fieldset .kmm-checkbox
{
	padding: 12px 10px;
}
/* End of user roles page */
.ql
{
	background: #023783;
    position: absolute;
    top: 72px;
    right: 255px;
    width: 240px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index: 1;
}
.ql ul
{
	margin:0;
	padding:0;
	list-style:none;	
	width:100%;
	
}
.ql ul li
{
	float: left;
    padding: 2px 0;
    color: #fff;
    margin: 2px 0 0 4px;
    background: #0049b2;
    width: 12.50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.ql-pat
{
	background:#023783;
	border-radius:5px;
	float:left;
	width:200px;
	height:36px;
}
.ql-pat ul
{
	margin:0;
	padding:0;
	list-style:none;	
	width:100%;
}
.ql-pat ul li
{
	float: left;
    padding: 2px 0;
    color: #fff;
    margin: 2px 0 0 3px;
    background: #0049b2;
    width: 12.0%;
    text-align: center;
    font-size: 20px;
	cursor:pointer;
}
.ql2
{
	background: #023783;
    position: absolute;
    top: 75px;
    right: 255px;
    width: 200px;
}
.ql2 ul
{
	margin:0;
	padding:0;
	list-style:none;	
	width:100%;
}
.ql2 ul li
{
	float: left;
    padding: 4px 0;
    color: #fff;
    margin: 2px 0 0 3px;
    background: #0049b2;
    width: 12.0%;
    text-align: center;
    font-size: 20px;
	cursor:pointer;
}
.ql2-pat
{
	background:#023783;
	border-radius:5px;
	float:left;
	width:200px;
	height:36px;
}
.ql2-pat ul
{
	margin:0;
	padding:0;
	list-style:none;	
	width:100%;
}
.ql2-pat ul li
{
	float: left;
    padding: 2px 0;
    color: #fff;
    margin: 2px 0 0 3px;
    background: #0049b2;
    width: 14.9%;
    text-align: center;
    font-size: 20px;
	cursor:pointer;
}
.inner-login
{
 padding: 0;
height: 100%;
/*background-color: #0049b2;*/
width: 300px;
margin: 0;
position:absolute;
right:0;
}
.loginCust
{
/*right:15%;
top:24%;*/
/*background-color:#0049b2;*/
height:400px;
width:280px;
float:right;
margin-right:20px;
}
.loginCustText
{
float:left;
margin:0 0 0 0%;
border-right:1px solid #f5f5f5;
height:100%;
width:550px;
}
.loginCustText div:nth-child(2), .loginCustText div:nth-child(3) 
{
margin-top:10px;
}

.formLogin
{
    width: 300px;
    position: absolute;
    top: 40%;
    right: 180px;
	background-color:#fff;
	box-shadow: 0 0 20px #666;
}
.formLogin h4
{
color:#000;
padding-top:25px;
}
.formLogin div
{
}
.loginButton
{
width:75%;
}
.formForgot
{
width:300px;
position: absolute;
top: 10%;
}
.formForgot h4
{
color:#fff;
}

.formForgot div
{
margin-top:15px !important;
}

.pat-name
{
	width:100%;
	position:relative;
	padding:5px 0 3px 0;	
	float:left;
}
.pat-id, .pat-dob
{
	width: 40%;
    position: relative;
    top: 6px;
    margin: 0;
    padding: 5px;
    float: left;
	background:#27b2b9;
	color:#fff;
	border-radius:2px;
	font-size:12px;
	text-align:center;
}
.pat-dob
{
	margin-left:10%;
	width: 50%;	
	background:#993366;
}

.DayViewList table tr td div.pat-name
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:230px;
}

.DayViewList table tr td div.custom-pat-name
{
	max-width:95px!important;
}

.footer-bg
{
	position:absolute;
	bottom:0px;
	background-color:#00b0f0;
	width:100%;
	float:left;
	height:100px;
}
.footer-bg div
{
	width:13.5%;
	float:left;	
	background-color:#00b0f0;
	height:100px;
	border-right:1px solid #108ef1;
	text-align:center;
	color:#fff;
	padding:15px 0 0 0;
}

.footer-bg div:first-child
{
	width:19%;
}

.footer-bg div:nth-child(even)
{
	background:#227cc3;
}
.footer-bg div h2
{
font-size:14px;
text-transform:uppercase;
font-family:inherit;
color:#fff;
}
.footer-bg div span
{
padding-left:10px;
}
.footer-bg div p
{
color:#fff;
text-align:center;
line-height:16px;
font-size:10px;
padding:0 5px 5px 5px;
}
.header div
{
float:right;
margin-right:70px;
font-family: 'open_sanssemibold';
}
.header div span
{
color:#9b999a;
font-size:20px;
position:relative;
top:12px;
}
.header div:last-child
{
float:left;
margin-left:50px;
margin-top:35px;
}
.header div:last-child span
{
font-size:17px;
color:#333;
}
.header div:last-child span:last-child
{
position:relative;
top:25px;
}

.header div:last-child i
{
color:#333;
font-size:20px;
position:relative;
top:25px;
}
.header div:last-child i:first-child
{
top:13px;
position:relative;
}
.header div:last-child h2
{
font-size:32px;
color:#0000ff;
font-family: 'open_sanssemibold';
}
.header div img
{
	padding-top:30px;
}
.leftsideclass{
	width: calc(100% - 70px) !important;	
}

.customsideclass{
	width: calc(100% - 220px) !important;	
}

/* Send HIS */
.his_div li
{
	width:31% !important;
}


/* Forms Table */
.custom-table >thead
{
	background-color: #298ce4;
	border-bottom: 3px solid #1275ce;
	
}
.custom-table >thead >tr >th
{
color:#FFF !important;
width: 12.5%;
}
.custom-table >thead >tr >th:first-child
{
color:#FFF !important;
width: 15.5%;
}
.custom-table >thead >tr >th:nth-child(2)
{
color:#FFF !important;
width: 9.5%;
text-align: center;
}
.custom-table >thead >tr >th:nth-child(4)
{
color:#FFF !important;
width: 13.5%;
}
.custom-table >thead >tr >th:nth-child(6)
{
color:#FFF !important;
width: 16.5%;
}
.custom-table >thead >tr >th:nth-child(7)
{
	text-align: center;
}
.custom-table >tbody >tr >td
{
width: 12.5%;
text-align: center;
}
.custom-table >tbody >tr >td:first-child
{
width: 15.5%;
text-align: left;
}
.custom-table >tbody >tr >td:nth-child(2)
{
width: 9.5%;
}
.custom-table >tbody >tr >td:nth-child(4)
{
width: 13.5%;
}
.custom-table >tbody >tr >td:nth-child(6)
{
width: 16.5%;
}

.custom-table1{
background-color:#298ce4;
color:#fff !important; 
}
.custom-table1 > td{
}

.dictation-ul
{
	margin:0;
	padding:0;
	list-style:none;	
}
.dictation-ul li
{
	padding:2px 10px;
	background:#fff;
	border:1px solid #ccc;
	color:#333;	
	margin:5px;
	width:100%;
}
.dictation-ul li:hover
{
	background:#007AFF;
}
.dictation-ul li:hover label a
{
	color:#fff;
}
.dictation-ul li label
{
	padding:5px;
	margin:0;	
}
 .IpTbl > thead > tr > th, .IpTbl > tbody > tr > th, .IpTbl > tfoot > tr > th, .IpTbl > thead > tr > td, .IpTbl > tbody > tr > td, .IpTbl > tfoot > tr > td
{
border-bottom:0px !important;
}
.IpTbl > tbody > tr > td:first-child
{
width:15%;
}

.agreement-page .panel-body
{
	height:450px;
	overflow-y:auto;	
}
.agreement-page .panel-body h2
{
	font-size:32px;
	color:#f00;
	text-decoration:underline;
}
.agreement-page .panel-body h3
{
	font-size:18px;
	color:#000;
	padding:0;
	margin:0;
	margin:25px 0 10px 0;
}
.agreement-page .panel-body h4
{
	font-size:18px;
	color:#000;
	padding:0;
	margin:25px 0 10px 0;
}
.agreement-page .panel-body h5
{
	font-size:16px;
	color:#000;
	padding:0;
	margin:0;
	margin:25px 0 10px 0;
}
.m-b-15
{
	margin-bottom: 15px !important;
}



.modal.full-screen.in {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}
.modal.full-screen.in .modal-dialog {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
}
.modal.full-screen.in .modal-dialog .modal-content {
    border: 0;
}
.modal.full-screen.mail.in .modal-dialog .modal-content .mail-box {
	width: 100%;
	height: 99.3vh;
    border: 0;
}
.modal.full-screen.mail.in .modal-dialog .modal-content .close.mail {
	position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 5px 9px;
    font-size: 23px;
    line-height: 1;
    background: #c82e29;
    color: #ffffff;
    border-radius: 50%;
    opacity: 0.5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.modal.full-screen.mail.in .modal-dialog .modal-content .close.mail:hover,
.modal.full-screen.mail.in .modal-dialog .modal-content .close.mail:focus {
    opacity: 0.8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.patient_list h1
{
    width: 40%;
    float: left;
}
.patient_list span.patients_count
{
 width: 60%;
    float: left;
    padding: 6px 0;
    font-size: 15px;   
}

/* Blood Test Module */
.blood_test_set fieldset
{
    padding:0px;
    margin:10px 0;
}
.blood_test_set fieldset .title_head
{
    background-color: #2f5fa7;
    width: 100%;
    float: left;
}
.blood_test_set fieldset .title_head h4
{
    color: #fff;
    font-size: 14px;
    padding: 10px 5px 0 5px;
    text-align: left;
    margin-bottom: 5px;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    top: 4px;
    left: 5px;
}
.blood_test_set fieldset .title_head span
{
    float: right;
    width: 25%;
    position: relative;
    top: -9px;
    color: #fff;
}
.bloodtest_checkall .kmm-checkbox-primary input[type="checkbox"]:checked + label::before, .kmm-checkbox-primary input[type="radio"]:checked + label::before
{
    background-color: #fff;
    border-color: #fff;
}
.bloodtest_checkall .kmm-checkbox-primary input[type="checkbox"]:checked + label::after, .kmm-checkbox-primary input[type="radio"]:checked + label::after
{
    color: #2f5fa7;
    font-weight: bold;
}
.blood_test_set fieldset .kmm-checkbox label
{
    width: 95%;
    float: right;
    padding-left: 10px;
}
.blood_test_set fieldset div.col-md-12
{
    padding-top: 5px;
    border-bottom: 1px dotted #e8e8e8;
}
.blood_test_set fieldset div.col-md-12:last-child
{
    border-bottom: 0px dotted #e8e8e8;
}
.blood_test_set fieldset div.col-md-12:first-child
{
    padding-top: 0px;
}
.blood_test_set fieldset div.field_values
{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.marginTop10
{
    margin-top: 10px;
}

/* for mdt report form */

.no-margin
{
	margin: 0px;
}
.bold-font
{
	font-family: 'open_sansbold';
}
.highlighted_text
{
	color: #2a39ec !important;
	font-family: 'open_sansbold';
	font-size: 16px;
}
.form-content-head span
{
	font-size: 12px;
	color: #333;
}

/* For Date Picker Alignment */
.demo_date + ul.dropdown-menu
{
	right: 0px !important;
	left: auto !important;
}

/* For Agreement Popup */
.agree_letter p
{
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	font-family: 'open_sanssemibold';
}
.agree_letter ul li
{
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'open_sanssemibold';
	text-align: justify;
}
.agree_letter p a
{
	color: #2f5fa7;
	font-family: 'open_sansbold';
}
/* For Eye Form */
.eye_sec_title
{
    padding: 0px;
    border: 1px solid #2f5fa7;
    background: #2f5fa7;
    text-align: center;
}
.eye_sec_title label
{
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}
.eye_sec_content table tr
{
    height: 56px;
}
.eye_sec_content table tr td
{
    text-align: center;
}
.border-bottom-1
{
    border-bottom: 2px solid #2f5fa7;
}
.eye_sec_content table
{
    border:1px solid #b3b3b3;
    border-left: none;
}
.eye_sec_content .table tr td
{
    border-bottom: 0px solid #e2e2e4;
}
.eye_sec_content table tr td
{
    border:1px solid #b3b3b3;
    border-right: none;
}

.border-top-0
{
    border-top: 0px solid #000 !important;
}
.border-left-0
{
    border-left: 0px solid #000 !important;
}
.padding-bottom-10
{
    padding-bottom:10px;
}
.margin-top-20
{
    margin-top:20px;
}
.padding-bottom-10
{
    padding-bottom:10px;
}
.margin-top-20
{
    margin-top:20px;
}
.text-left
{
    text-align:left !important;
}
.eye_form table tr td .kmm-checkbox input[type=checkbox]
{
    float:left;
    width:10%;
}
.eye_form table tr td .kmm-checkbox input[type=checkbox]
{
    float:left;
    width:5%;
}
.eye_form table tr td .kmm-checkbox label
{
    width:90%;
    float:right;
}
.h_border_right
{
    border-right: 2px solid #b3b3b3;
}
.h_border_left
{
    border-left: 2px solid #b3b3b3;
}

.kmm-table-checkbox label::after
{
	top: 2px !important;
}
.head_position_table label::after
{
	top: 8px !important;
}
.kmm-table-checkbox label
{
	text-align:left;
	width:90%;
	float:right;
}
.head_position_table label
{
	text-align:left;
	width:90%;
	float:right;
}
.dropdown-left-0 ul
{
left:0px !important;
}
.without_label_checkbox label
{
	width:28% !important;
}
.without_label_checkbox label::after
{
	top: 8px !important;
}

.without_label_checkbox1 label
{
	width:44% !important;
}
.without_label_checkbox1 label::after
{
	top: 8px !important;
}

.eye_form_tbl table tr td .kmm-checkbox label::after
{
top:8px;
}
.vision_tbl table tr td .kmm-checkbox label::after
{
top:2px;
}

.width-100 {
	width: 100px;
}
.btn-toggle {
	height: 15px;
	font-size: 17px;
	cursor: pointer;
}
i.btn-toggle.active {
	color: #5cb85c;
}
i.btn-toggle.inactive {
	color: #d9534f;
}
.display-flex {
    display: flex;
    justify-content: flex-end;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.display-flex.justify-content-start {
    justify-content: flex-start;
}
.display-flex.justify-content-between {
    justify-content: space-between;
}
.display-flex .flex-item:nth-child(n+2) {
	margin-left: 15px;
}

.icn-status::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
}
.icn-status.Paid::before {
	background-color: green;
}
/**** new scheduler ***/
table.table.sticky tbody tr.blocked td {
	color: #AAAAAA !important;
	cursor: no-drop;
	background-color: #EFEFEF;
}
table.table.sticky > tbody > tr > td {
	border-bottom: 1px solid #d7d7d7;
}
table.table.sticky {
	position: relative;
	border-collapse: collapse;
	border: 0;
}
table.table.sticky th {
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
}
.no-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.dropdown-menu.divider > li:nth-child(n+2) {
	border-top: 1px solid #CFCFCF;
	margin-top: 4px;
	padding-top: 4px;
}
.disable-text {
	margin-left: 62%;
    position: relative;
    max-width: 300px;
	padding-left: 10px;
	font-size: 18px;
	color: #f6362f;
}



.invoice-billto-col-md-2 {
	width: 15.0%;
}

.invoice-date-col-md-2 {
	width: 10.0%;
}

.logo {
	width:5.0%;
}

.year {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: left;
}
.year * {
	/* transition: all 0.5s; */
	
}
.year .month {
	font-size: 14px;
    width: 258px;
    margin: 15px 20px 35px 20px;
	background: #fdfdfd;
	/* radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)); */
    padding: 20px 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); */
}
/* .year .month:focus, .year .month:hover {
	transform: scale(1.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); 
}*/
.year .month .title {
	position: absolute;
    margin: -42px auto 0 -9px;
	background: #fdfdfd;
    /* background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));; */
    border-radius: 15px 15px 0 0;
    padding: 7px 20px 0px 20px;
	text-align: center;
	font-weight: 600;
	font-size: 110%;
	color: #103b68;
	border: 1px solid #f1f1f1;
	border-bottom: 0;
	cursor: pointer;
}
.year .month .days {
	display: flex;
	flex-wrap: wrap;
	background: #f1f7fe;
}
.year .month .days .week-break {
    flex-basis: 100%;
}
.year .month .days .day,
.year .month .days .date {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px 5px 0;
	padding: 0;
	z-index: 9;
}
.year .month .days .day {
	font-size: 80%;
}
.year .month .days .date {
	font-size: 90%;
	cursor: pointer;
}
.year .month .days .date {
	position: relative;
	background: #fcfcfc;
    border: 1px solid #ececec;
	border-radius: 4px;
	overflow: hidden;
}
.year .month .days .date::before {
	content: '';
	position: absolute;
	background: var(--bg-color);
	width: 100%;
	bottom: 0;
	animation: wipe 2s cubic-bezier(0.2, 0.6, 0.8, 0.4) forwards;
	z-index: -1;
} 

@keyframes wipe { 0%{height: 100%} 100%{height: var(--height)} }
.year .month .days .day .txt,
.year .month .days .date .txt {
	display: table-cell;
	width: 30px;
	height: 30px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
.year .month .days .day .txt {
	color: #666666;
}
.year .month .days .date .txt {
	color: #222222;
}
.year .month .days .date.disable {
	background-color: #e7e7e7;
}
.year .month .days .date.disable .txt {
	color: #b5b5b5;
}



.custom-tags {
	display: block;
	padding: 0;
	margin: 0;
}
.custom-tags.inline {
	display: inline;
}
.custom-tags.bg {
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
}
.custom-tags .custom-tag {
	list-style: none;
}
.custom-tags.inline .custom-tag {
	display: inline-block;
}
.custom-tags.inline .custom-tag:nth-child(n+2) {
	margin-left: 25px;
}
.custom-tags .custom-tag .color {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid #999999;
	margin-right: 2px;
	margin-bottom: -2px;
}
.custom-tags .custom-tag .text {
	list-style: none;
	font-size: 90%;
}


/* GIF Loader */

.overlay-gif {
	margin-left: 44%;
	margin-top: 20%;
}

.overlay-gif > img {
	width: 250px;
}

/* Calendar Day View */
.cal-day-box .cal-day-panel {
    overflow-x: auto;
    overflow-y: hidden;
	scrollbar-width: thin;
}

.ck.ck-reset.ck-editor__editable {
    z-index: 9999 !important; /* Ensure CKEditor toolbar is on top */
}

.ck.ck-balloon-panel {
    z-index: 10000 !important; /* Ensure dropdowns and tooltips are on top */
}
.ck.ck-balloon-panel {
    position: absolute; /* Ensure it’s positioned correctly */
    top: 0; /* Adjust if necessary */
    left: 0; /* Adjust if necessary */
}

.ck-editor__editable {

    max-width: 100%; /* Optional: set max-width */
    min-height: 200px; /* Minimum height */
    max-height: 200px;
	background-color: #f7f7f7 !important; /* Light grey background */
    font-family: 'Arial', sans-serif; /* Change the font */
    color: #333 ; /* Text color */
    padding: 15px !important; /* Add some padding */
    border-radius: 8px !important; /* Round the corners */
	box-sizing: border-box; 
}



.ck-button:hover {
    background-color: lightblue !important; /* Darker blue on hover */
}

.ck.ck-toolbar .ck-button.ck-on {
    background-color: lightblue !important; /* Lighter shade for hover/active buttons */
}

/* 2. Editor Content Area Styling */
.ck.ck-editor__editable_inline {
    background-color: #f9f9f9; /* Light background for content area */
    color: #333; /* Dark text color */
    font-family: 'Arial', sans-serif; /* Font family */
    font-size: 16px; /* Font size */
    line-height: 1.6; /* Line height for better readability */
    border: 1px solid #ddd; /* Border around the editor */
    padding: 15px; /* Padding inside the editor */
    min-height: 230px; /* Minimum height for the editor */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius: 5px; /* Rounded corners */
}

/* 3. Dropdown Menu Styling */
.ck.ck-dropdown__panel.ck-dropdown__panel--is-shown {
    background-color: #282c34 !important; /* Dark background for dropdown */
    border: 1px solid #3a3f47 !important; /* Border matching the toolbar */
    color: #ffffff !important; /* White text color */
}

.ck.ck-dropdown__panel.ck-dropdown__panel--is-shown .ck-button {
    background-color: transparent !important; /* Transparent background for dropdown items */
    color: #ffffff !important; /* White text */
    border-radius: 0 !important; /* Remove border radius */
    padding: 8px 12px !important; /* Padding for dropdown items */
}

.ck.ck-dropdown__panel.ck-dropdown__panel--is-shown .ck-button:hover,
.ck.ck-dropdown__panel.ck-dropdown__panel--is-shown .ck-button.ck-on {
    background-color: #4f535b !important; /* Lighter shade for hover/active dropdown items */
}

/* 5. Miscellaneous Customizations */
.ck.ck-editor__top {
    box-shadow: none !important; /* Remove default shadow from toolbar */
    border-bottom: 1px solid #ddd !important; /* Border between toolbar and content area */
}

.ck.ck-button__label {
    font-weight: bold !important; /* Bold text for button labels */
}

.ck.ck-editor__editable_inline a {
    color: #007bff !important; /* Custom link color */
    text-decoration: underline !important; /* Underline links */
}

.ck.ck-editor__editable_inline a:hover {
    color: #0056b3 !important; /* Darker color on hover */
}


/* 7. Custom Scrollbars */
.ck.ck-editor__editable_inline::-webkit-scrollbar {
    width: 10px !important;
}

.ck.ck-editor__editable_inline::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.ck.ck-editor__editable_inline::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 5px !important;
}

.ck.ck-editor__editable_inline::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.ck-button-special-character {
    font-size: 14px !important;
}

.ck-button-special-character:hover {
    background: #f0f0f0 !important;
}

.ck-content p {
    line-height: 1.06; /* Default for old content */
}

.ck-content p.new-line-height {
    line-height: 1.06; /* Default for new content */
}

.tooltipster-noir .tooltip-content, .tooltipster-noir-customized .tooltip-content {
    max-height: 200px; /* Match this value with tooltipMaxHeight if needed */
    overflow-y: auto;   /* Enable vertical scrolling */
    /* Optional: Add padding or other styles as needed */
    /* padding: 10px; */
    box-sizing: border-box;
}

.tooltipster-noir-customized {
	border-radius: 5px; 
	border: 3px solid #2c2c2c;
	background: #2a2a2a;
	color: #ffffff;
	transform: translateX(15px);
}
.tooltipster-noir-customized .tooltipster-content {
	font-family: 'open_sansregular' !important;
	font-size: 14px;
	line-height: 26px;
	padding: 8px 10px;
}
.cursor-hand {
	cursor: pointer;
}
/* Patient History */
table.slots {
	width: 40vw;
}
table.slots.width {
	width: 100%;
}
table.slots thead tr th,
table.slots tbody tr td {
	padding: 7px 10px;
}
table.slots thead {
	border: 1px solid #64B5F6;
}
table.slots tbody tr td {
	border: 1px solid #64B5F6;
}
table.slots.no-warp tbody tr td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
table.slots thead tr:nth-child(1) {
	background-color: #1565C0;
	color: #ffffff;
}
table.slots thead tr.head:nth-child(2) {
	height: 60px;
}
table.slots thead tr:nth-child(2) {
	background-color: #1976D2;
	color: #ffffff;
}
table.slots thead tr:nth-child(3) {
	background-color: #1E88E5;
	color: #ffffff;
}
table.slots thead tr:nth-child(4) {
	background-color: #42A5F5;
	color: #ffffff;
}
table.slots thead tr th {
	text-align: center;
}
table.slots thead tr.nth-5 th:nth-child(5) {
	width: 150px;
}
table.slots tbody {
	background: #ffffff;
}
table.slots tbody tr.red { background: #FFEBEE; }
table.slots tbody tr.green { background: #E8F5E9; }
table.slots tbody tr.blue { background: #E3F2FD; }
table.slots tbody tr.orange { background: #FFE0B2; }
table.slots tbody tr.color-orange { color: #F57C00 !important; }
table.slots tbody tr.gray { background: #EEEEEE; }
table.slots tbody tr.color-black { color: #000000 !important; }
/* Scroll for the table body inside */
/* table.slots thead {
	display: block;
}
table.slots tbody {
	display: block;
	overflow: auto;
	height: 200px;
	width: 100%;
}
table.slots thead tr,
table.slots tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 90%;
} */
.tooltipster-base {
	max-width: 50vw;
}


