body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	background-color: #eaeaea;
	color: #222;
}
@font-face {
  	font-family: 'Open Sans';
  	src: url("../fonts/open_sans/OpenSans.otf") format("otf"),
  		 url("../fonts/open_sans/OpenSans.svg") format("svg"),
  		 url("../fonts/open_sans/OpenSans.ttf") format("ttf"),
  		 url("../fonts/open_sans/OpenSans.woff") format("woff"),
  		 url("../fonts/open_sans/OpenSans-Regular.eot") format("eot"),
  		 url("../fonts/open_sans/OpenSans-Regular.woff2") format("woff2"); 
}
@font-face {
  	font-family: 'Open Sans Semi Bold';
  	src: url("../fonts/open_sans/OpenSans-Semibold.otf") format("otf"),
  		 url("../fonts/open_sans/OpenSans-Semibold.svg") format("svg"),
  		 url("../fonts/open_sans/OpenSans-Semibold.ttf") format("ttf"),
  		 url("../fonts/open_sans/OpenSans-Semibold.woff") format("woff"),
  		 url("../fonts/open_sans/OpenSans-Semibold.eot") format("eot"),
  		 url("../fonts/open_sans/OpenSans-Semibold.woff2") format("woff2"); 
}
@font-face {
  	font-family: 'Open Sans Bold';
  	src: url("../fonts/open_sans/OpenSans-Bold.otf") format("otf"),
  		 url("../fonts/open_sans/OpenSans-Bold.svg") format("svg"),
  		 url("../fonts/open_sans/OpenSans-Bold.ttf") format("ttf"),
  		 url("../fonts/open_sans/OpenSans-Bold.woff") format("woff"),
  		 url("../fonts/open_sans/OpenSans-Bold.eot") format("eot"),
  		 url("../fonts/open_sans/OpenSans-Bold.woff2") format("woff2"); 
}
html,
body {	
    width: 100%;
    height: 100%;
    overflow: auto;
}
select {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans Semi Bold';
}
.btn:hover .steal_c,
.btn:focus .steal_c,
.btn:focus .fa-edit,
.btn:focus .fa-edit {
	color: #fff !important;
}
.steal_c,
.fa-edit {
	color: #1d827f !important;
}
.error {
	font-family: 'Open Sans Semi Bold';
	font-size: 11px;
	color: #d20d0d !important;
	padding: 5px 0 0 !important;
}
.font_bold {
	font-family: 'Open Sans Semi Bold';
}
.no-mar {
	margin: 0 !important;
}
.no-pad {
	padding: 0 !important;
}
.no_bot_mspace {
	margin-bottom: 0 !important;
}
.cur {
	cursor: pointer;
}
.cursor_not_allowed {
	cursor: not-allowed;
	pointer-events: none;
}
.right_pad_5 {
	padding-right: 5px;
}
.space {
	padding: 10px !important;
}
.space_5 {
	padding: 5px !important;
}
.no_right_pad {
	padding-right: 0 !important;
}
.no_left_pad {
	padding-left: 0 !important;
}
.no_left_mar {
	margin-left: 0 !important;
}
.left_space_10 {
	padding-left: 10px !important;
}
.left_space_25 {
	padding-left: 25px !important;
}
.top_space_5 {
	padding-top: 5px !important;
}
.top_space_6 {
	padding-top: 6px !important;
}
.top_space_10 {
	padding-top: 10px !important;
}
.top_mspace_15 {
	margin-top: 15px;
}
.top_mspace_5 {
	margin-top: 5px !important;
}
.bot_mspace_15 {
	margin-bottom: 15px;
}
.right_mspace_10 {
	margin-right: 10px;
}
.top_mspace_10 {
    margin-top: 10px !important;
}
.ver_mspace_5 {
	margin: 5px 0 !important;
}
.ver_space_5 {
	padding: 0 5px !important;
}
.ver_space_10 {
	padding: 0 10px !important;
}
.ver_space {
	padding: 0 15px !important;
}
.no_top_space {
	padding-top: 0 !important;
}
.no_top_mspace {
	margin-top: 0 !important;
}
.no_bot_space {
	padding-bottom: 0 !important;
}
.bot_space_10 {
	padding-bottom: 10px !important;
}
.bot_mspace_20 {
	margin-bottom: 20px !important;
}
.left_space_15 {
	padding-left: 15px !important;
}
.right_space_15 {
	padding-right: 15px !important;
}
.right_space_10 {
	padding-right: 10px !important;
}
.left_space_5 {
	padding-left: 5px !important;
}
.d_inline_block {
	display: inline-block;
}
.info_border {
	border-color: #22b6e0;
}
.break_time_error {
	border-color: #ff0000 !important;
}
.break_time_error_bg	 {
	background-color: #ffcfcf;
    margin: 1px 0;
}
.fa-minus,
.fa-minus-circle,
.fa-trash-alt,
.fa-trash {
	color: #ef1f1b;
}

.btn:hover .fa-trash-alt,
.btn:focus .fa-trash-alt {
	color: #fff;
}
.text-center {
	text-align: center !important;
}
.list-inline {
	margin: 0;
}
.prov_del_btn {
	text-align: right;
    padding: 7px 10px 4px;
}
/* .required {
	display: inline-block;
	width: 8px;
    height: 8px;
    background-color: red;    
    margin-right: 3px;
    border-radius: 50%;
} */

/** Border classes
	=============**/
.border_top {
	border-top: 1px solid #ddd !important;	
}
.border_bottom {
	border-bottom: 1px solid #ddd !important;	
}
.no_border {
	border: none !important;
}
.btn {
	font-family: 'Open Sans Semi Bold';
	font-size: 11px;
	text-transform: capitalize;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn:hover .fa-edit {
	color: #fff !important;
}
.dl-horizontal {
	margin-bottom: 3px;
	font-size: 11px;
}

/** File Upload
	===========**/
.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    margin: 3px 10px;
    cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.scrollTop {
    position: fixed;
    right: -120px;
    bottom: 10px;
    background-color: #0f2b72;
    display: none;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-family: 'Open Sans Semi Bold';
    border: 3px solid #0070e0;
}
.scrollTop:hover,
.scrollTop:focus {
	background-color: #fff;
}
.scrollTop:hover a,
.scrollTop:focus a {
	color: #0070e0;
} 
.scrollTop.show_scroll_top {
	right: 20px;
}
.scrollTop a {
	color: #fff;
}
.bg_blue_heading {
	color: #31708f;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.progress_blocks .page_heading {
	padding: 0 10px;
	position: relative;
}
/* #all_progress_notes {
	position: absolute;
    right: 5px;
    left: auto;
    top: 11px;
    bottom: auto;
} */
/** Animation Effect Start
	======================**/
/** Menus 
	=====**/
/* .hvr-bounce-to-right {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}
.hvr-bounce-to-right:hover {
	background-color: #fff;
}
.hvr-bounce-to-right:hover .hvr-bounce-to-right:before {
	background: #fff;
} 
.hvr-bounce-to-right:hover a,
.hvr-bounce-to-right:focus a,
.hvr-bounce-to-right:active a {
	color: #fff;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #22b6e0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}
.hvr-bounce-to-right:hover:before, 
.hvr-bounce-to-right:focus:before, 
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} */

/** Animation effects in button
	===========================**/
/* .btn-primary.hvr-shutter-in-horizontal,
.btn-primary.btn {
	background: #2098D1;
} */
/* .hvr-shutter-in-horizontal,
.btn {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;    
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before,
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover:before, 
.hvr-shutter-in-horizontal:focus:before, 
.hvr-shutter-in-horizontal:active:before,
.btn:hover:before, 
.btn:focus:before, 
.btn:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
} */

/** Animation Effect End
	=====================**/
	
/** table heading width
	==================**/
.table_date,
.date {
	min-width: 100px;
}
.description {
	min-width: 100px;
}
.small_date_width {
	width: 75px !important;
	min-width: 75px;
}
.medium_width {
	min-width: 95px;
}
.table th {
	font-size: 12px;  
}
.table_provider_name {
	min-width: 130px;
}
.date_with_time {
	min-width: 143px;
}
.medical_history_block thead tr th:nth-child(3) {
	width: 635px;
}
.testing_center_name {
	min-width: 220px;
}
.history_type {
	width: 634px;
}
.description.sorting {
	min-width: 300px;
}
.lab_test {
	min-width: 240px;
}
.description.sorting {
	min-width: 530px;
}
.lab_result_option {
	width: 30px !important;
}
.visit_date {
	width: 80px !important;
	min-width: 80px;
}
.history_created_date {
	width: 100px;
}
.education_name_width {
	width: 1100px;
}
.single_delete {
	text-align: center;
	width: 20px;
	min-width: auto !important;
}
.table-responsive.not_hide_dropdown {	
    overflow-x: initial;
    overflow-y: initial;
}	
.panel {
	margin-bottom: 10px;
}

a {
	color: #0070e0;
}
a, .btn {
   transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
button,a {
    outline: none;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:hover,
.btn:focus {
	outline: none;
}

a:hover, 
a:focus, 
.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
	outline: none;
	color: #2d79f5;
}
.ps {
	position: static;
}
.pr {
	position: relative;
}
.text-info {
	color: #31b0d5;
}
.text-10 {
	font-size: 10px !important;
}
.text-12 {
	font-size: 12px !important;
}   
.text-b {
	font-weight: 600 !important;
}
.text_dark_b {
	font-weight: 700 !important;
}
.whitec {
	color: #fff !important;
}
.text-danger {
    color: #ef1f1b !important;
}
.text-success {
    color: #5cb85c !important;
}
.text-primary {
    color: #007af5 !important;
}
.list-decimal {
	list-style: decimal;
} 
.dark_bluec {
	color: #0f2b72 !important;
}
.text_favorite {
	color: #f13f03 !important;
}
/* .add_patient .form-horizontal .checkbox, 
.add_patient .form-horizontal .radio {
	padding-top: 10px;
} */
.add_patient_form input.error,
.add_patient_form select.error,
.add_patient_form textarea.error {
	position: static !important;
	color: #555;
}
/* form .list-inline {
	padding-top: 5px;
} */
.add_patient_form .error {
	width: 100% !important;
	font-family: 'Open Sans Semi Bold';
	font-size: 10px !important;
    position: absolute;
    bottom: -22px;
    left: 14px;
}
.dl-horizontal dt {	
    font-family: 'Open Sans Semi Bold';
}
.add_patient .page_heading ul {
	margin-bottom: 3px;
}
#PatientListTable_wrapper .table>thead>tr>th {
	min-width: 90px;
}
#PatientListTable {
	width: 100% !important;
}
.patient_appointment_all .datepicker_table_block .table>thead>tr>th {
	background-color: #32b6e0;
	color: #fff;
}
/* .add_patient .input-group.date .input-group-addon {
	padding-right: 0;
} */
.collect_copay .list-inline > li {
	vertical-align: middle;
}
.collect_copay {	
    padding: 7px 5px;
    -webkit-box-shadow: inset 0 0 2px 1px #cacaca;
    -moz-box-shadow: inset 0 0 2px 1px #cacaca;
    box-shadow: inset 0 0 2px 1px #cacaca;
}
.gray_bg {
	background-color: #f7f9fa;
}
.blackc {
	color: #222;
}
.btn-primary {
	background-color: transparent;
	color: #0070e0;
	border-color: #0070e0; 
}
.btn-primary:hover {
	background-color: #007af5;
	border-color: #007af5;
	color: #fff !important;
}
.btn-info {
	background-color: transparent;
	color: #31b0d5;
	border-color: #31b0d5; 
}
.btn-info:hover {
	background-color: #31b0d5;
	border-color: #31b0d5;
}
#advanced_drug_search .modal-header .form-control {
	height: 26px;
}
/* .btn-default {
	background-color: transparent;
	color: #222;
	border-color: #fff; 
}
.btn-default:hover {
	background-color: #fff;
	border-color: #fff;
} */
.cal_input {
	display: inline-block;
	padding-top: 5px;
}

.btn-success {	
    background-color: transparent;
    color: #4cae4c;
    border-color: #4cae4c;
}
.btn-danger {	       
    background-color: transparent;
    color: #d43f3a;
    border-color: #d43f3a;
}
.btn-warning {
	background-color: transparent;
    color: #ec971f;
    border-color: #ec971f;
}
.bot_space_10 {
	padding-bottom: 10px;
}
.dataTables_empty {
	color: #ff0000;
}
.overflow_auto {
	overflow: auto;
}
/** Header 
	=========**/
.site_logo {
	display: block;
	width: 110px;
}
.site_logo img {
	max-width: 100%;
	height: auto;
}
#collapsed_menu {
	display: inline-block;
}
header .bg-info {
	background-color: #0e2b72;	
	font-size: 13px;
	padding: 10px 0;
	color: #fff;
}
.load header.navbar-fixed-top {
	z-index: 99999;
}
.scroll_top_particulat_div {
	position: relative;
	z-index: 0;
}
/* header.navbar-fixed-top {
	z-index: 0;
} */
.modal-open header.navbar-fixed-top {
	z-index: 2;
}
.vitals_details {
	font-size: 11px;
}
header a,
header .input-group-addon,
header .btn-link {
	color: #fff;
}
header .btn-link {
	padding: 6px 2px;
}
header .btn-link:hover,
header .btn-link:focus,
header a:hover,
header a:focus {
	color: #fff;
	opacity: 0.7;
}

header .pull-left .list-inline {
	padding-top: 5px;
}
header .open>.dropdown-menu {
	margin-top: 10px;
}
header .dropdown-menu:before,
header .dropdown-menu:after,
.patient_details_page .ui-sortable.dropdown-menu:before,
.patient_details_page .ui-sortable.dropdown-menu:after {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dadada;
    position: absolute;
    top: -9px;
    right: 23px;
}
header .dropdown-menu:after,
.patient_details_page .ui-sortable.dropdown-menu:after {	
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    right: 25px;
}
.collapse_menu {
	width: 12%;
	padding:1px 0;
	z-index: 2;
}
.rightside_menu {
	width:88%;
}
.bg-info {
    background-color: #efefef;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #efefef;
}
.rightside_menu .header-icons {
    padding-top: 5px;
}
header li > a {
	color: #fff;
	position: relative;
}
/* header .fa-list-alt {
	font-size: 18px;
    vertical-align: bottom;
} */
header .fa-calendar {
	font-size: 16px;
}
.header-icons li a i:after {
	content: '';
    width: 22px;
    height: 22px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: -2.17px;
    right: auto;
    z-index: -1;
}
.header-icons li a i.fa-list-alt:after {
	left: -2.2px;
}
.header-icons li.active a i:after {
	display: block;	 
	background-color: #fff;  
}
.header-icons li.active a i {
	color: #0e2b72;
}
/* .header-icons li.active a > i.fa-list-alt {
	vertical-align: middle;
    padding-top: 3.5px;
    line-height: 16px;
} */
.header-icons li.active a > i {
	font-size: 14px;
	line-height: 22px;
	z-index: 1;
    position: relative;
}
.input-group.date .input-group-addon {
	width: 30px;
	background-color: transparent;
	border: none;    
}
header .input-group input.form-control {
	width: 100px;
}
header .input-group {
	padding-right: 15px;
}
.calendar_full_width {
	padding-top: 50px !important;
}
.left_side_menu li > a:after {
	content: '';
	background-color: #0070e0;
}
header select > option {
	color: #fff !important;
}

/** Page Heading 
	==========**/
/* .page_heading {
	background-color: #dee8ff;
	border-left: 3px solid #75a9ff;
	padding: 3px 0; 
	margin-bottom: 10px;
} */
.page_heading {
	background-color: #fff;
    color: #0e2b72;
	-wbkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 3px 10px;    
}
.page_heading h5 {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-bottom: 2px ridge #fff;
	padding: 3px 0 0;
	line-height: 21px;
	text-transform: uppercase;	
	word-spacing: 4px;
}

/** Form 
	==========**/
.form_section {
	background-color: #f7f7f7;
    margin: 10px 0; 
    border-top: 1px solid #ddd;
    padding: 5px 5px 0;
}
.custom_form .form-control {	
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #bbb;
    box-shadow: none;
    border-radius: 0;
    font-size: 11px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    padding: 6px 5px 6px 0;
}
.custom_form .form-horizontal label {
	padding: 10px 0;
}
.custom_form label {
	padding: 9px 0;
	font-size: 11px;
	font-family: 'Open Sans Semi Bold';
	margin: 0;
	color: #333;
}
.custom_form .checkbox label,
.custom_form .radio label {
    padding: 0;
}
.custom_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/select_arrow.png) 99% / 14px no-repeat;
  border: 1px solid #ddd;
}
.custom_form select.form-control {
	padding: 6px 16px 4px 2px;
}
.form-horizontal .checkbox, 
.form-horizontal .radio {
	padding-top: 0;
    margin-top: 7px;
}

/* .custom_form select:after {
	content:"\f0d7";
	display: inline-block !important;
	font-family: fontawesome;
} */
.form-horizontal .form-group {
	margin: 0 0 5px;
}
.right_aside .form-horizontal .control-label {
	padding: 7px 10px 0 0;
	text-align: left;	
}
/* .multi_fields .no_right_pad {
	padding-right: 25px !important;
} */
.multi_fields select {
    background: url(../images/select_arrow.png) 98% / 11% no-repeat;
}
.help_block {
	font-size: 11px;
    font-weight: 500;
}
.add_patient .form-horizontal .form-group {
	margin-bottom: 5px;
}
.modal-header .btn {
	color: #fff;
    border-color: #fff;
}
.modal-header label {
	color: #fff;
}
.modal-body ~ .modal-footer {
	padding: 10px;
}
.modal-header .form-control {
    color: #fff;
}
.modal-header select {
	background: #fff url(../images/select_arrow_white.png) 99% / 14px no-repeat;
}

/** Login page 
	============**/
.login_page {
	display: block;
	background: #edfbfe url(../images/login_page_bg.jpg) no-repeat left center;
	background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.login_page label {
	color: #fff;
	text-align: left !important;
}
.login_page .form-control {
	color: #fff;
	padding: 6px 5px 6px 5px;
}
.login_page .btn-default {
	background-color: transparent;
    color: #fff;
    margin-top: 10px;
}
.login_page .btn-default:hover,
.login_page .btn-default:focus {
	background-color: #fff;
	color: #222;
}
.middle_form {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.login_page .custom_form label {
	padding: 5px 15px;
}
.login_page h4 {
	text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans Semi Bold';
    padding-bottom: 10px;
}
.gray_light-bg {
	background: rgba(72, 78, 84, 0.8);
    padding: 3px 20px;
    color: #fff;
}
.login_page input:-webkit-autofill, 
.login_page textarea:-webkit-autofill, 
.login_page select:-webkit-autofill {
	background-color: #fff !important;
	background:  #fff !important;
}
.login_page .gray_light-bg {
	max-width: 480px;
    margin: auto;    
}
.login_page select {
	background: transparent url(../images/caret-down.png) 99% / 12px no-repeat;
    color: #fff;
}
.login_page select option {
	color: #222;
}
/* .login_page .btn-default {
	color: #fff;
} */
.login_page .btn-default:hover,
.login_page .btn-default:focus,
.login_page .btn-default:active {
	color: #222;
}
/* .login_page_logo {
	float: left;
} */

/** Checkbox and radio style
	========================**/
	
.custom_form .checkbox label, 
.custom_form .radio label {
	padding-left: 0;
}
.custom_form .checkbox input[type=checkbox], 
.custom_form .radio input[type=checkbox], 
.custom_form .checkbox input[type=radio], 
.custom_form .radio input[type=radio] {
	left: 23px;
	top: -2px;
    z-index: -1;
}
/* .form-horizontal .checkbox, 
.form-horizontal .checkbox-inline, 
.form-horizontal .radio, 
.form-horizontal .radio-inline {
	padding-top: 0;
} */

.custom_form .checkbox span:before,
.custom_form .radio label>span:before {
	content: '';
    display: inline-block;
    background-color: #fff;
    width: 15px;
    height: 15px;
    min-width: 15px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 4px;
    border: 1px solid #d5dae0;
    pointer-events: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.custom_form .checkbox input[type=checkbox]:checked+span:before,
.custom_form .radio input[type=radio]:checked+span:before {
	content: '\f00c';
    background-color: #007af5;
    font: 10px/14px fontawesome;
    border: none;
    color: #fff;
}

.custom_form .radio label>span:before {
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: -4px 6px 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
   /*  -webkit-box-shadow: 1px 1px 1px #d4d4d4;
    -moz-box-shadow: 1px 1px 1px #d4d4d4;
    -ms-box-shadow: 1px 1px 1px #d4d4d4; 
    box-shadow: 1px 1px 1px #d4d4d4;
    -webkit-box-shadow: 1px 1px 1px #d4d4d4 0 1px #000;
    -moz-box-shadow: 1px 1px 1px #d4d4d4 0 1px #000;
    box-shadow: 1px 1px 1px #d4d4d4 0 1px #000;*/
}


/** left_side_menu
	=================**/
.left_side_menu .gray_bg {
	background-color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
#left_aside {
	background-color: #fff;
} 
.left_side_menu li {
	font-family: 'Open Sans Semi Bold';
	border-bottom: 1px solid #eaeaea;
	font-size: 10px;
}
.left_side_menu li > a {
	display: block;	
	padding: 7px 4px 7px 5px;	
	color: #0f2b72;
	transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.left_side_menu li > a:hover,
.left_side_menu li.active > a {
	background-color: #22b6e0;	
	color: #fff;
}
.left_side_menu .administrator_submenus li > a:hover,
.left_side_menu .administrator_submenus li.active > a {
	background-color: #79d3ec;
	color: #444;
}
.left_side_menu .administrator_submenus .administrator_super_submenus li > a:hover,
.left_side_menu .administrator_submenus .administrator_super_submenus li.active > a {
	background-color: #bce9f5;
    color: #444;
}
.left_side_menu .administrator_submenus li > a:hover .fa-chevron-right, 
.left_side_menu .administrator_submenus li.active > a .fa-chevron-right {
	color: #444;
}
.left_side_menu li > a:hover .fa-chevron-right, 
.left_side_menu li.active > a .fa-chevron-right {
	color: #fff;
}
.left_side_menu {
	padding-left: 0;
}
.left_side_menu li > .sub_menu a  {
	padding: 5px 0 5px 25px;
}
.left_side_menu .sub_menu_child > li > a {
	padding: 5px 0 5px 0;
}
.left_side_menu .sub_menu_child {
	padding-left: 50px;
}
#left_aside.hide ~ .no-pad {
	width: 100%;
}
.left_side_menu .fa-chevron-right {
	color: #bbb;
	padding-top: 3px;
}

#left_aside {
	width: 29px;
}
#right_aside {
	width: 97.8%;
}
.hide_width {
	width: 3%;
}

#left_aside.show ~ #right_aside {
	width: 88%;
	min-height: 590px;
}
#left_aside ~ #right_aside {	
	padding: 0 10px !important;
}
#left_aside.show {
	background-color: #fff;
	width: 12%;	
}
#left_aside {	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.left_side_menu .list-unstyled > li > a span {
	display: none;
}
#left_aside.show .left_side_menu .list-unstyled > li > a span {
	display: inline;
}

/** Right side 
	============**/
.table_top {
	padding: 10px;
    box-shadow: 1px 1px 1px #ddd;
}
.right_aside .table-bordered>thead>tr>td, 
.right_aside .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.right_aside table .dropdown-menu-right {
	right: 82px;	
}
.right_aside table .dropdown-menu-right li>a {
	font-family: 'Open Sans Semi Bold';
	border-bottom: 1px solid #ddd;
}
.right_aside table .dropdown-menu-right li>a:last-child {
	border-bottom: none;
}
.right_aside table .dropdown-menu:before, 
.right_aside table .dropdown-menu:after,
.table_top_menu .dropdown-menu:before,
.table_top_menu .dropdown-menu:after {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c5c5c4;
    position: absolute;
    top: -9px;
    right: 23px;
}
.right_aside table .dropdown-menu:after,
.table_top_menu .dropdown-menu:after {
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    right: 25px;	
}
.time {
	min-width: 135px;
}
.appointment_detail {
	min-width: 160px;
}
.plan_insurance {
	min-width: 130px;
}
.reason {
	min-width: 85px;
}
.reason {
	min-width: 85px;
}
.status {
	min-width: 120px;
}
.appointment_detail {
	min-width: 160px;
}
.appointment_schedule_timings {
	margin-top: 10px;
}
.appointment_schedule_timings .table>thead>tr>th {
	background-color: #32b6e0;
    color: #fff;
    border: 1px solid #0584ad !important;
}
.appointment_schedule_timings .table-bordered>tbody>tr>td {
	border-color : #0584ad;
}

/** Datepicker 
	===========**/

.datepicker_block {
	width: 13%;
	padding: 0;
}
.datepicker_table_block {
	width: 100%;
	padding: 0;
}

.datepicker_table_block .table>thead>tr>th,
.allergies_content .table>thead>tr>th,
.medications_content .table>thead>tr>th {
	background-color: #d9edf7;
}
.line-control-status-bar {
	display: none;
}
.Editor-editor {
	height: 0;
    padding: 0;
}
.datepicker_table_block .table>tbody>tr>td[rowspan] {	
	text-align: center;
	word-break: break-all;
}
.receptionist_view .datepicker_table_block .table>thead>tr>th:not(:first-child) {
	min-width: 60px;
}
.receptionist_view .tab-content {
	height: 510px;
}
.receptionist_view .provider_name {
	min-width: 100px;
	font-size: 10px;
}
.datepicker_table_block .calendar_heading {
	margin-bottom: 10px;
}
.show#left_aside ~ #right_aside .datepicker_block {
	width: 15%;
}
.show#left_aside ~ #right_aside .datepicker_table_block {
	width: 100%;
}
#GardianFormChecked {
	margin-top: -10px;
}

/** New datepicker 
	================**/
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td.day {
    height: 11px;
    line-height: 11px;
    width: 11px;
    font-size: 10px;
    padding: 3px;
    color: #222;
    width: 20px !important;
}
.bootstrap-datetimepicker-widget table td.active {
	color: #fff;	
}

.bootstrap-datetimepicker-widget table td.old {
	color: #777;
}
.bootstrap-datetimepicker-widget a[data-action] {
	color: #0e2b72;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th,
.bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon,
.bootstrap-datetimepicker-widget table th {
	color: #222;
}

.bootstrap-datetimepicker-widget table th {
    height: 11px;
    line-height: 11px;
    width: 11px;
    font-size: 10px;
    padding: 3px !important;
}
.datepicker {
	width: 160px;
}
.bootstrap-datetimepicker-widget {
	width: 170px !important;
}
/* .summary_vital .bootstrap-datetimepicker-widget {
	width: 330px !important;	
} */
.bootstrap-datetimepicker-widget table td.today:before {
	border-width: 0 0 4px 4px;
	bottom: 2px;
}

/* Combobox */
.bootstrap-select > .btn-default {
	border: none;
}
.bootstrap-select > .btn-default.active,
.open>.dropdown-toggle.btn-default:hover,
.btn-default.active, 
.btn-default:active,
.btn-group.open .dropdown-toggle,
.open>.dropdown-toggle.btn-default,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus {
	background-color: transparent !important;
	border: none;
	box-shadow: none;
	outline: none !important;
}
.bootstrap-select .bs-searchbox .form-control {
	height: 22px;
}


/* .bootstrap-datetimepicker-widget table td {
	width: 30px;
	height: 20px;
} */
.summary_vital .bootstrap-datetimepicker-widget table td {
	width: 30px;
	height: 20px;
}
.top_form_summary .bg-info {
	background-color: #bce8f1;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute, 
.bootstrap-datetimepicker-widget .timepicker-second {	
	width: 30px;
	height: 20px;
	line-height: 24px;
}

.input-group.date {
	padding-left: 15px;	
}
header .location,
header .doctor_list {
	min-width: 150px;
    padding-right: 25px;
}
header .doctor_list {
	min-width: 200px;
}
header .doctor_list {
	 padding-right: 0;
}


.provider .list-inline {
	display: table;
}
.provider .input-group {
	width: 120px;
}
.provider .list-inline>li {
    float: left;
    padding-right: 15px;
}
.provider .list-inline>li:last-child {
	padding-right: 0;
}
.provider .input-group .form-control {
	height: 27px;
}
.drug_btn {
	background-color: #fff;
    padding: 5px;
    margin: 10px 0 0;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
}
.ui-datepicker {
	width: 12.6em;
}

/** Calender page 
	================**/
.calendar_page .right_aside table .dropdown-menu-right {
	right: 55px;
}
.calendar_page {
	padding: 0 10px;
}
/* .calendar_page .patient_info_header a > i {
	color: #0f2b72;
} */
/* .calendar_page .page_heading {
    background-color: #e8e8e8;
} */
#left_aside.hide ~ .no-pad .datepicker_block .ui-datepicker {
	width: auto;
    margin-right: 10px;
}
.calendar_active.hide ~ .datepicker_table_block {
	width: 100%;
}
.calendar_page .table>tbody>tr>td {
	padding: 2px 8px;
    font-size: 11px;
    line-height: 1;
    height: 20px;
} 
.calendar_page .custom_form select.form-control {
	height: 20px;
	padding: 3px 16px 3px 2px;
	border-color: #bbb !important;
}
.calendar_page .appointment_schedule .custom_form select.form-control {
    border-color: #bbb !important;
}
.appointment_schedule {
    background: #efeff0 !important;
}
.appointment_reschedule {
    background: #d4ffd4 !important;
}
.appointment_cancelled {
    background: #f37c7c !important;
}
.appointment_noshow {
    background: #ff0000 !important;
    color: #fff;
}
.appointment_noshow a,
.appointment_noshow input,
.appointment_noshow select,
.appointment_noshow td {
	color: #fff;
}
table .appointment_noshow .custom_form select {
	background: url(../images/select_arrow_white.png) 99% / 10% no-repeat;
}
.appointment_confirm {
    background: #ffbfdf !important;
}
.appointment_arrived {
    background: #ffbfdf !important;
}
.appointment_left_without_seen {
    background: #ff0000 !important;
}
.appointment_left_without_seen a,
.appointment_left_without_seen input,
.appointment_left_without_seen select,
.appointment_left_without_seen td {
	color: #fff;
}
table .appointment_left_without_seen .custom_form select {
	background: url(../images/select_arrow_white.png) 99% / 10% no-repeat;
}
.appointment_checked_out {
    background: #008000 !important;
    color: #fff;
}
.appointment_checked_out a,
.appointment_checked_out input,
.appointment_checked_out select,
.appointment_checked_out td {
	color: #fff;
}
table .appointment_checked_out .custom_form select {
	background: url(../images/select_arrow_white.png) 99% / 10% no-repeat;
}
select > option {
	color: #222 !important;
}
.status {
	min-width: 130px;
}

.appointment_nurse_ready {
    background: #ffd9b3 !important;
    -webkit-animation: blink 1s infinite; /* Safari 4+ */
  -moz-animation:    blink 1s infinite; /* Fx 5+ */
  -o-animation:      blink 1s infinite; /* Opera 12+ */
  animation:         blink 1s infinite; /* IE 10+, Fx 29+ */
}
.appointment_readyfordoctor {
    background: #ffbf80 !important;
    -webkit-animation: blin_doctor 1s infinite; /* Safari 4+ */
  -moz-animation:    blin_doctor 1s infinite; /* Fx 5+ */
  -o-animation:      blin_doctor 1s infinite; /* Opera 12+ */
  animation:         blin_doctor 1s infinite; /* IE 10+, Fx 29+ */
}
.patient_details_opened span.error {
  color: #d20d0d !important;
  -webkit-animation: blink_color 1s infinite; 
  -moz-animation:    blink_color 1s infinite; 
  -o-animation:      blink_color 1s infinite;
  animation:         blink_color 1s infinite; 
  padding-top: 3px !important;
  display: inline-block;
  font-size: 13px;
}

/** key frame
	========**/
@keyframes blink_color {
	0%{color: #ff3333;}
	49%{color: #ff4d4d;}
    50%{color: #ff3333;}
    99%{color: #ff0000;}
    100%{color: #cc0000;}
}
@-webkit-keyframes blink {
	0%{     background-color: #ffa64d; }
    49%{    background-color: #ffb366; }
    50%{    background-color: #ffa64d; }
    99%{    background-color: #ffcc99; }
    100%{   background-color: #ffd9b3; }
}
@-webkit-keyframes blin_doctor {
	0%{     background-color: #ffd9b3; }
    49%{    background-color: #ffcc99; }
    50%{    background-color: #ffa64d; }
    99%{    background-color: #ffb366; }
    100%{   background-color: #ffa64d; }
}

/** Flow board 
	============**/
.flow_board .flowboard_list_view_page .table > thead > tr > th {
	min-width: 70px;
}
.flow_board_page .calendar_heading {
	margin-bottom: 20px;
}
.calendar_page .custom_form.top_form select.form-control {
	height: 30px;
}
.top_form ~ .patient_info_header .list-inline {
	font-family: 'Open Sans Semi Bold';
	font-size: 13px;
}
.top_form ~ .patient_info_header .list-inline > li span {
	color: #000;
    font-size: 14px;   
}
.top_form ~ .patient_info_header .pull-right .list-inline {
	padding-top: 13px;
}
.top_form.patient_info_header {
	padding: 0 10px;
}
.top_form .row > div {
	padding: 10px;
}
.flow_board .custom_tab .nav-tabs > li > a {
	font-size: 11.5px;
}
/* #flowboard_graph .tab-pane h6 ~ div,
#flowboard_graph .tab-pane h6 ~ div > div:first-child  {
	width: 100%;
} */
/** Appoinment page 
	==================**/
.table_body_width_scroll {
	height: 550px;
	overflow: auto;
}
.total_time,
.separate_time {
	min-width: 100px;
	max-width: 100px;
	width: 100px;
}

.lab_width_name {
	width: 320px !important;
	min-width: 320px !important;
}
/* .visit_type_wid, 
.location_wid,
.copay_wid,
.status_wid {
	min-width: 100px;
	max-width: 100px;
	width: 100px;
}
.plan_insurance_wid ,
.appointment_reason_wid,
.patient_name_wid,
.comments_wid,
.contact_num_wid {
	min-width: 150px;
	max-width: 150px;
	width: 150px;
} */
.top_table_heading {
	margin-right: 3px;
}
.custom_tab .nav-tabs {
	background-color: #f7f7f7;
	border-bottom: none;
	margin-top: 5px;    
}
.custom_tab .nav-tabs > li {
	margin-bottom: 0;	
}
.custom_tab #sortable1.nav-tabs > li {
	top:0 !important;
}
.custom_tab .nav-tabs > li > a {
    background-color: #fff;
    border-color: #fff;
    border-top: 3px solid transparent !important;
    font-family: 'Open Sans Semi Bold';
	color: #222;
	padding: 5px 6px;
}	
.custom_tab .nav-tabs>li.active>a, 
.custom_tab .nav-tabs>li.active>a:focus, 
.custom_tab .nav-tabs>li.active>a:hover {
	border-color: #fff !important;
    border-top-color: #007af5 !important;
    color: #007af5;    
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	border: 1px solid #2d79f5;
    background: #2d79f5;
    color: #fff;
}

/** patient Report
	===============**/
.patient_report {
	padding: 0;
}
.patient_report .page_heading {
	/* background-color: #f87d6f;
    color: #fff; */
	-wbkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 3px 10px;    
}
.patient_report .medication .error {
	display: block;
	margin-left: 6.2%;
    margin-bottom: 5px;
}
.patient_report > div {
	background-color: #fff;
	-wbkit-box-shadow: inset 0px 1px 6px 1px #ddd;
	-moz-box-shadow: inset 0px 1px 6px 1px #ddd;
	box-shadow: inset 0px 1px 6px 1px #ddd;
	padding: 10px 10px 5px;
	margin: 10px 0 0;
}
.patient_report > div.redirect_page {
	padding-top: 70px;
}
.patient_report h6 {
	font-family: 'Open Sans Semi Bold';
    color: #2d79f5;
    font-size: 14px;
    -webkit-text-shadow: 0px 1px #9bc4d8;
    -moz-text-shadow: 0px 1px #9bc4d8;
    text-shadow: 0px 1px #9bc4d8;
    margin: 0 0 10px;
}
.medication_date {
	display: inline-block;
	padding-right: 15px;
}
.patient_encounter_select select.form-control {
	height: 20px;
	padding: 2px 16px 2px 2px;
}
.patient_encounter_select .form-horizontal label {
	padding: 2px 0 0;
}
.patient_reports h6 {
	padding-top: 3px;
}
.patient_reports .panel-heading {
	padding: 8px 15px;
}


/** Data Table 
	==========**/
.table_date {
	min-width: 90px;
}
.table_provider_name {
	min-width: 130px;
}
.table_actions {
	min-width: 150px;
}
.table_action {
	min-width: 110px;
}

.patient_page .Precision_content thead th {
	min-width: 65px;
	font-size: 11px;
	color: #222;
}
.patient_page .dataTables_filter input,
.order_create_page .no-footer input,
.ticket_page #TicketingListTable_filter input,
.doc_right_aside_width .dataTables_filter input {
	border: none;
    border-bottom: 1px solid #ddd;
}
.patient_page .dataTables_filter input:focus,
.order_create_page .no-footer input:focus,
.ticket_page #TicketingListTable _filter input:focus,
.doc_right_aside_width .no-footer input:focus {
	outline: none;
}
.patient_page  #PatientListTable_length select,
.order_create_page .no-footer select,
.ticket_page  #TicketingListTable_length select,
.doc_right_aside_width .no-footer select {
	width: 40px;
    padding: 1px 4px;
    margin: 0 5px;
}
.patient_page table.dataTable.no-footer,
.order_create_page table.dataTable.no-footer,
.ticket_page table.dataTable.no-footer,
.doc_right_aside_width table.dataTable.no-footer {
	border-color: #ddd;
}
.patient_page table.dataTable thead th, 
.patient_page table.dataTable thead td,
.order_create_page table.dataTable thead th, 
.order_create_page table.dataTable thead td,
.ticket_page table.dataTable thead th, 
.ticket_page table.dataTable thead td ,
.doc_right_aside_width table.dataTable thead th, 
.doc_right_aside_width table.dataTable thead td{
	border-bottom: none;
}
.patient_page .dataTables_paginate .paginate_button,
.order_create_page .dataTables_paginate .paginate_button,
.ticket_page .dataTables_paginate .paginate_button,
.doc_right_aside_width .dataTables_paginate .paginate_button {
	width: 25px;
    height: 25px;
    background: #4d91ff !important;
    border-radius: 50%;
    text-align: center;
    padding: 3px !important;
    line-height: 19px;
    margin: 0 7px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
}
.patient_page .dataTables_paginate .paginate_button.current,
.order_create_page .dataTables_paginate .paginate_button.current,
.ticket_page .dataTables_paginate .paginate_button.current,
.doc_right_aside_width .dataTables_paginate .paginate_button.current {
	background: #2d79f5 !important;	
}
.patient_page .dataTables_wrapper .dataTables_paginate .paginate_button, 
.patient_page .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.order_create_page .dataTables_wrapper .dataTables_paginate .paginate_button, 
.order_create_page .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.ticket_page .dataTables_wrapper .dataTables_paginate .paginate_button, 
.ticket_page .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.doc_right_aside_width .dataTables_wrapper .dataTables_paginate .paginate_button, 
.doc_right_aside_width .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
}
.patient_page .dataTables_paginate .paginate_button.previous:before,
.patient_page  .dataTables_paginate .paginate_button.next:after,
.order_create_page .dataTables_paginate .paginate_button.previous:before,
.order_create_page  .dataTables_paginate .paginate_button.next:after,
.ticket_page .dataTables_paginate .paginate_button.previous:before,
.ticket_page  .dataTables_paginate .paginate_button.next:after,
.doc_right_aside_width .dataTables_paginate .paginate_button.previous:before,
.doc_right_aside_width  .dataTables_paginate .paginate_button.next:after {
	font-family: FontAwesome;
	content:"\f053";
	display: inline-block;    
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.patient_page  .dataTables_paginate .paginate_button.next:after,
.order_create_page  .dataTables_paginate .paginate_button.next:after,
.ticket_page  .dataTables_paginate .paginate_button.next:after ,
.doc_right_aside_width .dataTables_paginate .paginate_button.next:after {
	content:"\f054";	
}
.patient_page .dataTables_paginate .paginate_button.next,
.patient_page .dataTables_paginate .paginate_button.previous,
.order_create_page .dataTables_paginate .paginate_button.next,
.order_create_page .dataTables_paginate .paginate_button.previous,
.ticket_page .dataTables_paginate .paginate_button.next,
.ticket_page .dataTables_paginate .paginate_button.previous,
.doc_right_aside_width .dataTables_paginate .paginate_button.next,
.doc_right_aside_width .dataTables_paginate .paginate_button.previous {
	background-color: #449d44 !important;
	font-size: 0;
}
.patient_page .dataTables_paginate .paginate_button.previous.disabled,
.patient_page .dataTables_paginate .paginate_button.next.disabled,
.order_create_page .dataTables_paginate .paginate_button.previous.disabled,
.order_create_page .dataTables_paginate .paginate_button.next.disabled,
.ticket_page .dataTables_paginate .paginate_button.previous.disabled,
.ticket_page .dataTables_paginate .paginate_button.next.disabled,
.doc_right_aside_width .dataTables_paginate .paginate_button.previous.disabled,
.doc_right_aside_width .dataTables_paginate .paginate_button.next.disabled {
	background-color: #d8d8d8 !important;
}
.patient_page .dataTables_paginate .paginate_button.previous.disabled:before,
.patient_page  .dataTables_paginate .paginate_button.next.disabled:after,
.order_create_page .dataTables_paginate .paginate_button.previous.disabled:before,
.order_create_page  .dataTables_paginate .paginate_button.next.disabled:after,
.ticket_page .dataTables_paginate .paginate_button.previous.disabled:before,
.ticket_page  .dataTables_paginate .paginate_button.next.disabled:after,
.doc_right_aside_width .dataTables_paginate .paginate_button.previous.disabled:before,
.doc_right_aside_width  .dataTables_paginate .paginate_button.next.disabled:after {
	color: #222;
}
.patient_page .dataTables_wrapper .dataTables_paginate,
.order_create_page .dataTables_wrapper .dataTables_paginate,
.ticket_page .dataTables_wrapper .dataTables_paginate,
.doc_right_aside_width .dataTables_wrapper .dataTables_paginate {
	padding-top: 5px;
}
.patient_page table.dataTable,
.order_create_page table.dataTable,
.ticket_page table.dataTable,
.doc_right_aside_width table.dataTable {
	border-collapse: collapse;
}
.order_create_page .dataTables_length {
	margin: 5px 0 0;
}
.order_create_page .radio-inline,
.order_create_page .radio-inline+.radio-inline {
	margin: 0 10px 0 0;
}
.order_create_page 
.patient_page .patient_info_header h5 {
	font-size: 14px;
	font-family: 'Open Sans Semi Bold';
}
.patient_page .filter {
	padding-left: 30px;
}
.patient_page .patient_info_header > .list-inline {
	border-bottom: 1px solid #ddd;
}
.custom_form #sent_items.checkbox span:before, 
.custom_form #sent_items.radio label>span:before {
	margin: 0;
}
.OrderGroupList #OrderGroupTable_filter,
#LabListTable_wrapper #LabListTable_filter,
.OrderListDiv #OrdersListTable_filter {
	margin-top: 10px;
}

/** precision_page
	==============**/
.precision_page {
    padding-top: 7px;
}
.precision_page > .list-inline > li >a {
	padding: 3px 12px;
}
.precision_page > .list-inline > li.active a {
	background-color: #007af5;
    border-color: #007af5;
    color: #fff;
}
.table_top_menu {
	background-color: #fff;
    padding: 0px 10px;
    margin-right: 1px;
    border: 1px solid #fff;
}
.table_top_menu .dropdown-menu-right {
	right: -18px;   
    margin-top: 5px;
}
.table_top_menu .checkbox label,
.table_top_menu .radio label {
	padding:0 5px;
}
.table_top_menu .checkbox,
 .table_top_menu .radio{
	background-color: #fff;
	margin: 7px 0 5px 0;	
    padding: 1px 5px;
    border-radius: 3px;
}
.message_table_block {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	margin: 0 1px 10px 0;
}
.message_table_block ~ .document {
	background-color: #eaeaea;
    padding: 5px;
}
.summary_document > .page_heading {
	background-color: #d9edf7;
}
.custom_tab .document.summary_document .patient_info_header {
	-webkit-box-shadow: 0 0 3px 1px #ccc;
	-moz-box-shadow: 0 0 3px 1px #ccc;
	box-shadow: 0 0 3px 1px #ccc;
}
.message_table_block th p {
	font-size: 13px;
	font-family: 'Open Sans Semi Bold';
}
.MessageListDiv.custom_form .table .checkbox span:before, 
.MessageListDiv.custom_form .table .radio label>span:before {
	margin-right: 0;
} 
.Precision_content h6 {
	font-family: 'Open Sans Semi Bold';
}
.Precision_content .dataTables_wrapper .dataTables_info,
.ticket_page .dataTables_wrapper .dataTables_info {
	font-size: 12px;
	font-family: 'Open Sans Semi Bold';
}
body .dropdown-menu {
	font-size: 12px;
}
/** Placeholder for login page
	==========================**/
	
.login_page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fafafa;
}
.login_page ::-moz-placeholder { /* Firefox 19+ */
  fcolor: #fafafa;
}
.login_page :-ms-input-placeholder { /* IE 10+ */
  color: #fafafa;
}
.login_page :-moz-placeholder { /* Firefox 18- */
	color: #fafafa;
}

/** Placeholder
	==============**/
	
body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 10px;
}
body ::-moz-placeholder { /* Firefox 19+ */
  font-size: 10px;
}
body :-ms-input-placeholder { /* IE 10+ */
  font-size: 10px;
}
body :-moz-placeholder { /* Firefox 18- */
  font-size: 10px;
}
/* body select,
body option {
	font-size: 12px !important;.create_delete_form
} */

.custom_form .form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}
.custom_form .form-control:focus::-moz-placeholder {
	opacity: 0;	
}
.custom_form .form-control:focus:-ms-input-placeholder {
	opacity: 0;
}
.custom_form .form-control:focus:-moz-placeholder {
	opacity: 0;
}

/** table 
	===**/
table .custom_form select {
	/* border: 1px solid #bbb !important; 	
	border-radius: 3px !important;*/
}
table .custom_form select {
	background: url(../images/select_arrow.png) 99% / 10% no-repeat;
	font-size: 9px !important;
    height: 25px;
}
table .custom_form select option { 
	font-size: 9px !important;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	padding: 4px 8px;
	vertical-align:  middle;
}

/** Form 
	======**/
fieldset {
	border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
}
legend {
	width: auto;
	border: none;
	font-size: 14px;
	padding: 0 8px;
	margin-bottom: 0;
	font-family: 'Open Sans Semi Bold';
}
form fieldset .btn {
	padding: 1px 6px;;
}
form fieldset .dl-horizontal dt {
    width: 50%;
    padding: 2px 0;
    white-space: normal;
    text-align: left;
}
form fieldset .dl-horizontal dd {
	width: 50%;
    padding: 2px 10px;
}
form fieldset .form-group .btn-primary {
	margin: 15px 0 0;	
}
.custom_form .combo_box_select.form-control {
	padding: 8px 20px 8px 5px;
} 
.select_picker > button.dropdown-toggle,
.combo_box_select > button.dropdown-toggle {
	background-color: transparent;
    border: none;
    box-shadow: none;
    color: #555;
    font-weight: 500;
    padding: 0;
    font-size: 11px;
}
.select_picker > button.dropdown-toggle:hover,
.select_picker > button.dropdown-toggle:focus,
.combo_box_select > button.dropdown-toggle:hover,
.combo_box_select > button.dropdown-toggle:focus {
	outline: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none;
}
.select_picker > .bootstrap-select.btn-group .dropdown-toggle .caret,
.combo_box_select > .bootstrap-select.btn-group .dropdown-toggle .caret {
	vertical-align: middle;
    right: 0;
    color: #909090;
    border-top: 4px dashed;
    border-bottom: none;
}
.select_picker .dropdown-menu,
.combo_box_select .dropdown-menu {
	padding: 0;
}
.action {
	min-width: 70px;
}
.patient_insurance_form.patient_form .fileUpload.btn-primary {
	margin: 8px 0 0 6px;
    padding: 4px 6px;
}


/** Patient history 
	=======================**/
.patient_history .form_section {
	background-color: #fff;
	padding-top: 0;
}
.patient_history .form_section li {
	background-color: #f7f7f7;
	margin: 10px 0;
}
#patient_table a {
	color: #222;
}
.patient_info_header {
	background-color: #fff;	  
	margin-left: 0; 
}
/* .patient_report .patient_info_header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    padding: 0;
    margin: 0;
} */
.patient_info_header h5 {
	padding-bottom: 5px;
	color: #0070e0;
	font-size: 15px;
	-webkit-text-shadow: 0px 1px #9bc4d8;
    -moz-text-shadow: 0px 1px #9bc4d8;
    text-shadow: 0px 1px #9bc4d8;
}
.slider_item {
	background-color: #dbedff;	
	color: #222;
	text-align: center;	
}
.slider_item {
	padding: 8px 0 1px;
    font-size: 11px;
}
.table_view.slider_item {
	padding-top: 0;
}
.patient_details_slider tbody td {
	text-align: left;	
}
#other_demographics_input:hover,
#other_demographics_input:focus,
#guardian_input:hover,
#guardian_input:focus {
	background-color: transparent;
	color: #2d79f5 !important;
}
.custom_form .form-horizontal .response_div label {
	padding-top: 0;
}
/* .patient_details_slider .owl-item  > .item {
	padding: 0 5px;
} */
.patient_details_slider .owl-item  > .item table {
	margin: 0;
	text-align: left;
}
.patient_details_slider .owl-item  > .item .table>tbody>tr>td,
.patient_details_slider .owl-item  > .item .table>thead>tr>th {
	font-size: 11px;
}
.table>thead>tr>th {
	background-color: #d9edf7;
	text-align: left;
	text-transform: capitalize;
}
.patient_details_slider .owl-item  > .item .table>tbody>tr>td {
	font-family: 'Open Sans Semi Bold';
}
.patient_details_slider {
	background-color: #fff;
	margin-bottom: 20px;
	-wbkit-box-shadow: 0px 1px 6px 1px #ddd;
    -moz-box-shadow: 0px 1px 6px 1px #ddd;
    box-shadow: 0px 1px 6px 1px #ddd;
    padding: 10px;
    margin: 0 0 10px;
}
.patinet_hover-image .modal-header {
	background-color: #0e2b72;
    color: #fff;
	padding: 7px 9px 6px;
}
.patinet_hover-image .modal-footer {
	padding: 7px 9px 6px;
}
.patient_details_slider a.blackc {
	display: inline-block;
	padding: 5px 0;    
}
.patient_details_slider a:hover,
.patient_details_slider a:focus {
    color: #222;
}
.patient_details_slider .btn:hover,
.patient_details_slider .btn:focus {
	color: #fff;
}

/* #Open_Visit .list-inline {
	padding: 0 15px 0 22px;
} */
#Open_Visit li.active button {
	background-color: #0070e0;
	color: #fff;
}
#Open_Visit li.active .btn-danger {	    
    background-color: #c9302c;
    color: #fff;
}
#Open_Visit .owl-nav {
	margin: 0;
}
.encounter {
	background-color: #f7f5f5;
    border-radius: 3px 3px 0 0;
    padding: 2px 5px;
    font-family: 'Open Sans Semi Bold';
    border: 1px solid #c8e2fd;
    border-bottom: none;
    text-transform: uppercase;
}
.open_encounter .panel-info > .panel-heading{
	padding: 0 7px 7px;
}

.assessment_page .patient_info_header .date {
	min-width: 280px;
}
/* .panel-heading.icd_filter_option {
	padding: 10px 10px 5px !important;
} */
.icd_filter .form-control {
	height: 20px;
    padding: 2px 6px;
}
.icd_filter label {
	padding-top: 9px !important;
	line-height: 1;    
}
.icd_codes_scroll,
.add_selections_block_list .AllOrdersList,
.add_selections_block_list .OrderGroupUl {
	max-height: 350px;
    overflow: auto;
}
.icd_filter_option .radio .radio-inline, 
.icd_filter_option .radio.radio-inline, .checkbox .checkbox-inline, 
.icd_filter_option .checkbox.checkbox-inline {
	margin: 0;
}
.note-insert > .note-btn,
.note-view > .note-btn,
.note-table {
	display: none;
}
.note-insert > .note-btn:first-child {
	display: inline-block;
}
/** Patient Details
	===============**/
.advanced_col_width .fa-plus {
	color: #2d79f5;
}
.patient_details_list .dl-horizontal dt,
.patient_details_list .dl-horizontal dd {
	text-align: left;
}
.patient_details_list .dl-horizontal dt {
	width: 110px;
}
.patient_details_list .dl-horizontal {
	margin-bottom: 7px;
}
.patient_details_list .panel-body {
	height: 185px;
    overflow: auto;
	padding: 8px 10px;
}
.patient_details_list .panel-info > .panel-heading {
	padding: 5px 10px;
}
.patient_details_list .panel-heading span.dark_bluec {
	font-size: 13px;
	font-family: 'Open Sans Semi Bold';
	vertical-align: middle;
}
#demographics.row,
.row_10 {
	margin: 0 -10px;
}
.advanced_col_full_width {
	width: 100%;
}
.advanced_col.btn-danger:hover {
	background-color: #d43f3a;
    color: #fff !important;
    border-color: #d43f3a;
}
.advanced_col.btn-danger:hover i {
	color: #fff;
}
.advanced_col.btn-danger:focus i {
	color: #d43f3a;
}
.advanced_col.btn-danger:focus {	    
    background-color: transparent;
    color: #d43f3a !important;
    border-color: #d43f3a;
}
.patient_info_list {
	height: 200px;
    overflow: auto;
}
.patient_details_page .right_setting form .dropdown {
	position: absolute;
    top: 9px;
    right: 10px;
}
.patient_details_page .table_top_menu h6 {
	color: #0e2b72;
	margin: 5px 0;
}
.patient_details_page dl.top-to-bottom {
	margin-bottom: 5px;
}
.patient_details_page .table-responsive.patient_info_header .table>thead>tr>th,
.message_table_block .table>thead>tr>th  {
	background-color: #d9edf7;
    border-color: #bce8f1;
}
#message_modal .radio .radio-inline, 
#message_modal .radio.radio-inline, 
#message_modal .checkbox .checkbox-inline, 
#message_modal .checkbox.checkbox-inline{
	margin-top: 1px;
}
/* .patient_details_page .left_setting_menu {
	padding-right: 50px;
} */
.patient_details_page .dropdown li >a {
	font-family: 'Open Sans Semi Bold';
	background-color: #fff;
	padding: 0 20px;
}
.right_setting .dropdown-menu-right {
	right: -17px;
	top: 25px;
}
.patient_details_page .ui-sortable.dropdown-menu:before, 
.patient_details_page .ui-sortable.dropdown-menu:after {
	top: -9px;
    right: 14px;
}
.patient_details_page .ui-sortable.dropdown-menu:after {
	top: -7px;
    right: 16px;
}
/* .patient_details_page .tab-content {
	padding: 0 5px;
} */
.patient_details_page .text-right.ui-sortable-handle {
	padding-top: 10px;
}
.patient_details_page .dropdown li >a label {
	font-family: 'Open Sans Semi Bold';
}
.patient_details_page .dropdown-menu {
	min-width: 180px;
}
.patient_details_page .custom_tab .patient_info_header {
	background-color: #fff;
	box-shadow: 0 0 6px 1px #ddd;
	-webkit-box-shadow: 0 0 6px 1px #ddd;
	-moz-box-shadow: 0 0 6px 1px #ddd;
	margin: 0 2px 5px
}
.patient_details_page .custom_tab .tab_heading {	
    border: 1px solid #69b3fd;
	padding: 0;
	margin: 12px 2px 0;
    box-shadow: 0px 1px 6px 1px #ddd;
    -webkit-box-shadow: 0px 1px 6px 1px #ddd;
    -moz-box-shadow: 0px 1px 6px 1px #ddd;    
}

.patient_details_page .custom_tab .medical_history_list .collapse,
.patient_details_page .custom_tab .medical_history_list .collapsing {
	background-color: #f7f7f7;
	border: 1px solid #69b3fd;
    margin: 0 2px;
    padding: 5px 0 0;    
    border-top: 0;	
}
.connectedSortable {
	position: relative !important;
}
.connectedSortable fieldset {
	background-color: #fff;
	border: 1px solid #69b3fd;
	/* margin-top: 10px; */
}
.connectedSortable textarea.form-control {
	height: 34px;
}
#document_upload_modal #photo-error {
	display: table;
	width: 100%;
}
/* .connectedSortable #Messages fieldset {
	background-color: #f7f7f7;
    border: 1px solid #dadada;
} */
#Messages form .tab-pane {
	padding: 2px;	
}
/* .patient_details_page .custom_tab .tab_heading .pull-left {		
	border-bottom: 2px solid #2d79f5;  
	padding-bottom: 3px; 
} */
#Messages .custom_tab .nav-tabs {
	margin-bottom: 1px;
} 
#Messages .panel-heading {
	padding: 5px 10px;
}
.message_multiselect {
	margin-top: 5px;
}
.message_multiselect > span {
	display: inline-block;
    margin: 2px;
    border: 1px solid #87b5ff;
    padding: 1px 15px 1px 5px;
    font-size: 11px;
    border-radius: 3px;
    position: relative;
}
.message_multiselect > span:after {
	display: inline-block;
	content: "\f00d";
	font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 3px;
    color: #9a9a9a;
    cursor: pointer;
}
.note-frame.panel {
	margin-bottom: 0;
}
.patient_details_page .custom_tab .tab_heading a {
	background-color: #dbedff;	
	color: #222;
	font-family: 'Open Sans Semi Bold';
	padding: 5px 10px 8px;
	transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.modal-header {
	background-color: #0e2b72;
	color: #fff;
	padding: 5px 15px 3px;
}
.patient_details_page .custom_tab .tab_heading a:hover {
	background-color: #69b3fd;
	color: #fff;
}
#plan .modal-header {
	background-color: #0e2b72;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px 3px;
    color: #fff;
}
#plan .modal-body {
	padding: 7px 15px
}
#plan .dl-horizontal dt,
#plan .dl-horizontal dd {
	white-space: normal;
	font-size: 11px;	
	padding: 2px 5px;
}
#plan .dl-horizontal dt {
	font-family: 'Open Sans Semi Bold';
}
#plan .tab-content {
	margin-top: 10px;
}
.pharmacy_list .panel-heading,
.pharmacy_list .panel-body {
	padding: 3px 10px;
}
.pharmacy_list > .row > div {
	padding: 0 5px;
	margin-bottom: 10px;
}
.pharmacy_list > .row > div:last-child {
	margin-bottom: 0;
}
.pharmacy_list > .row > div:nth-of-type(3n+0) {
	padding-right: 10px;
}
.pharmacy_list > .row > div:first-child {
	padding-left: 10px;
}
.lab_form {	    
    display: table;
    width: 100%;
	padding: 4px 6px 9px;
    margin: 0;    
}
.lab_form > li {
	float: left;
}
.lab_form .btn-primary {
	margin-top: 9px;
}

/** Patient View
	=============**/
.receptionist_view {
	margin-bottom: 5px;
}
/* .receptionist_view .list-unstyled {	
    padding: 5px 10px;
    margin: 0;	
    line-height: 18px;
    box-shadow: inset 0 0 7px 1px #a5d3ff;
    -webkit-box-shadow: inset 0 0 7px 1px #a5d3ff;
    -moz-box-shadow: inset 0 0 7px 1px #a5d3ff;
    text-align: left;
} */
.receptionist_view .table>tbody>tr>td {
	padding: 3px 5px;
}
.receptionist_view .time {
	width: 65px;
	min-width: 65px;
}
/* .receptionist_view td > a {
	font-size: 13px;
} */
.receptionist_view .list-unstyled h5 {
	font-size: 12px;
	font-family: 'Open Sans Semi Bold';
    line-height: 0;
}
/** patient and provider add page
	=============================**/
.provider_days .list-inline>li {
	padding-right: 4px;
    padding-left: 0;
}
.provider_days input[disabled] ~ span {
	opacity: .5;
}
.custom_form .provider_days .checkbox span:before, 
.provider_days .provider_days .custom_form .radio label>span:before {
	margin-right: 6px;
}
.patient_scheduling_add {
	padding: 10px 0;
}
.patient_scheduling_add .patient_scheduling_add_heading,
.provider_scheduling_add .patient_scheduling_add_heading {
	margin: 0 14px 0;
}
.break_heading {
	padding-top: 10px;
    color: #0e2b72;
    text-transform: uppercase;
}
.break_heading h6 {
	border-bottom: 1px solid #ddd;
    float: left;
    padding: 0 0 3px;
    margin: 0 0 5px;
}
.customize_check_footer {
	min-width: 1040px;
	background-color: #d9edf7;
}
.patient_scheduling_add_heading h5 {
    line-height: 26px;
}
.patient_scheduling_add .form-horizontal,
.provider_scheduling_add .form-horizontal {
	box-shadow: inset 0 0 1px 1px #ddd;
    padding: 15px 5px;
}
.patient_scheduling_add .table {
	font-size: 10px;
}
.patient_scheduling_add tbody td {
	font-family: 'Open Sans Semi Bold';
}
.patient_search_modal .modal-header,
.find_available .modal-header,
.add_form  .modal-header,
.insurer_form .modal-header,
.allergies_add .modal-header,
.medications_add .modal-header,
.problem_list_add .modal-header {
	background-color: #0f2b72;
	color: #fff;
    border-radius: 5px 5px 0 0;
	padding: 5px 15px 3px;
}
.problem_list .minimize_view .top_form_summary,
.social_history_page .minimize_view .top_form_summary {
	margin-bottom: 0;
}
.problem_list ~ .modal .modal-header .radio,
.assessment_page ~ .modal .modal-header .radio ,
#icd_search .modal-header .radio {
	min-height: auto;
	margin: 0;
}
.problem_list ~ .modal .modal-body .form-horizontal .checkbox, 
.problem_list ~ .modal .modal-body .form-horizontal .checkbox-inline, 
.problem_list ~ .modal .modal-body .form-horizontal .radio, 
.problem_list ~ .modal .modal-body .form-horizontal .radio-inline,
.assessment_page ~ .modal .modal-body .form-horizontal .checkbox, 
.assessment_page ~ .modal .modal-body .form-horizontal .checkbox-inline, 
.assessment_page ~ .modal .modal-body .form-horizontal .radio, 
.assessment_page ~ .modal .modal-body .form-horizontal .radio-inline {
	padding-top: 10px;
}
.problem_list ~ .modal .modal-header label,
.assessment_page ~ .modal .modal-header label,
#icd_search .modal-header label {
	padding: 3px 0;
}
.problem_list ~ .modal .modal-header .form-control,
.assessment_page ~ .modal .modal-header .form-control,
#icd_search .modal-header .form-control  {
	height: 20px;
	padding: 2px 6px;
}
/** Provider schedule filter
	=======================**/
.filter_prev_next {
	margin: 7px 0 0;	
}
.week_count {
	display: inline-block;
	background-color: #2d79f5;
    width: 14px;
    height: 14px;    
    vertical-align: top;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    margin: 1px 0 1px 3px;
    text-align: center;
}

.modal-header .close {
	color: #fff;
    opacity: .9;
}
#Medication .list-inline > li {
	padding: 5px;
}
/* .add_form .modal-header {
	background-color: #e0e9ff;
	padding: 6px 15px;    
}  */
.patient_search_modal .modal-header .close,
.find_available .modal-header .close {
	margin-top: 0;
	opacity: .6;
}
.patient_search_modal .table>thead>tr>th,
.find_available .table>thead>tr>th {
	border-width: 1px 1px 1px 1px;
}

/** Add patient 
	=============**/
.modal-header h5 {
	font-family: 'Open Sans Semi Bold';
}
.patient_checkbox span {
	font-family: 'Open Sans Semi Bold';
	font-size: 13px;
	color: #222;
}
.insurer_form .form-horizontal {
	margin: 0 -15px;
}
.patient_form {
	display: none;
}
.add_patient_btn {
	float: left;
	padding: 5px 10px 0;
}
.patient_form .fileUpload.btn-primary {
	margin: 10px 0 0 6px;
    padding: 4px 6px;
}
.plan_upl_w {
	width: 80px;
}
.csv_rules li {
	padding: 3px 1px;
	display: table;
}
.csv_rules li > .fas {
    position: relative;
    width: 16px;
    overflow: hidden;
    display: table-cell;
}
.csv_files_name div,
.csv_files_name span {
	font-family: 'Open Sans Semi Bold';
	font-weight: 600;
}
.csv_files_name .fa-circle {
	font-size: 6px;
    color: #6b6b6b;
    vertical-align: middle;
}
.csv_file_upload .fileUpload {
	padding: 4px 10px;
    margin: 10px 10px;
}
	
/** Common 
	=======**/
.table>thead>tr>th {
	font-family: 'Open Sans Semi Bold';
	vertical-align: middle;
	font-size: 11.5px;
}
.text-14 {
	font-size: 14px;
}
.text-15 {
	font-size: 15px;
}
.top-to-bottom {
    border-right: 1px solid #222;
    -webkit-border-image: -webkit-gradient(to bottom, #c3c3c3, #6f6f6f,  #c3c3c3) 1 100%;  
    -webkit-border-image: -webkit-linear-gradient(to bottom, #c3c3c3, #6f6f6f,  #c3c3c3) 1 100%;  
    -moz-border-image: -moz-linear-gradient(to bottom, #c3c3c3, #6f6f6f,  #c3c3c3) 1 100%;      
    -o-border-image: -o-linear-gradient(to bottom, #c3c3c3, #6f6f6f,  #c3c3c3) 1 100%;  
    border-image: linear-gradient(to bottom, #c3c3c3, #6f6f6f,  #c3c3c3) 1 100%; 
    min-height: 108px;   
}
.bot_mspace_10 {
	margin-bottom: 10px !important;
}

.bot_mspace_15 {
	margin-bottom: 15px !important;
}
.top_mspace_15 {
	margin-top: 15px !important;
}
.space_10 {
	padding: 10px;
}
.space_5 {
	padding: 5px;
}

#demographics .btn-sm {
	display: inline-block;
	margin:1px 5px;
}

#Insurance legend a {
	display: inline-block;
	margin:1px 5px;
}
/* #Medication {
	padding-top: 10px;
} */
.medications_content .list-inline > li {
	margin: 5px 0;
}
.medications_page .patient_report {
	margin-top: 120px;
}
.medications_page .progress_note_bars {
	top: -18px;
}
.e_sign .modal-body,
.e_sign .modal-footer {
	padding: 10px;	
}
.e_sign .form-group {
	margin: 0;
}
#allergies_progress_notes .list-unstyled {
	line-height: 20px;
}
.progress_heading {
	position: relative;
	padding: 7px 10px 5px 0 !important;
	margin-bottom: 10px !important;
}
.progress_heading.no_bot_mspace {
	margin-bottom: 0 !important;
}
.progress_heading.template_page_list {
	padding: 5px 10px 5px 0 !important;
}
.progress_heading ul > li > a {
	display: block;
	padding: 2px 8.5px 4px;
	margin: 5px 0;
	font-size: 11px;
	font-family: 'Open Sans Semi Bold';
}
.progress_heading ul > li > a:hover,
.progress_heading ul > li > a:focus,
.progress_heading ul > li > a.active {
	-webkit-box-shadow: inset 0 0 3px 2px #2d79f5;
	-moz-box-shadow: inset 0 0 3px 2px #2d79f5;
	box-shadow: inset 0 0 3px 2px #2d79f5;
}

/* .owl-stage {
	    width: 2927px !important;
}
.owl-item {
	    width: 315.118px !important;
} */
.right_aside.precision_page .tab-pane {
	padding-top: 20px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next  {
	position: absolute;
    top: 28%;
    left: -13px;
    right: auto;
}
.owl-nav .owl-next {
	right: -13px;
    left: auto;
}
.owl-nav button span {
	font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.patient_details_slider .owl-theme .owl-dots .owl-dot span {
	margin: -5px 7px;
}

/** Message Block
	==============**/
.add_new_message {
	max-width: 900px;
	background-color: #fff;
    margin: 20px auto;
    box-shadow: 0px 1px 6px 1px #ddd;
    padding: 20px;
}
/* .add_new_messages .page_heading {
	max-width: 900px;
    margin: 10px auto;
} */
.add_new_message .custom_form select {
	background: url(../images/select_arrow.png) 99% / 14px no-repeat;
}
.add_new_message .custom_form .list-inline {
    margin-left: 90px;
}

.message_page .tab-content {
	padding-top: 2px;
}
.message_page .tab-content .btn {
	padding: 1px 6px;
}
.message_blocks form legend {
	margin: -20px 0;
}

/** patient_details_header
	=====================**/
header.patient_details_header ul > li {
	vertical-align: middle;
}
header.patient_details_header .custom_form .form-control {
	background-color: #0e2b72;
	height: 26px;
	font-size: 12px;
	color: #fff;
}
header .custom_form select {   
    background: #0e2b72 url(../images/select_arrow_white.png) 99% / 14px no-repeat;
}
header.patient_details_header .main-date_picker,
.main_date_picker_arrow {
	min-width: auto;
	position: relative;
}
header.patient_details_header .rightside_menu .header-icons {
	padding-top: 0;
}
header .main-date_picker .pull-left > a,
.main_date_picker_arrow .pull-left > a {
	display: inline-block;
	padding: 4px 3px 0 0;  
	color: #fff; 
	position: absolute;
    z-index: 999;
    left: auto; 
}
.main_date_picker_arrow .pull-left > a {
	color: #222;
}
.main_date_picker_arrow .pull-left > a {
	top: 5px;
}
.main_date_picker_arrow {
	width: 185px;
}
header .main-date_picker .input-group input,
.main_date_picker_arrow  .input-group input {
	padding: 6px 16px;
}
header .main-date_picker .pull-left > a.next {
	right: 35px;
}
 .main_date_picker_arrow .pull-left > a.next {
 	right: 90px;
 }
.patient_details_header .list-inline {
	padding-top: 4px;
}
.patient_details_header .list-inline.pull-right {
	padding-top: 0;
}
.patient_details_header .text-right > .list-inline {
	padding-top: 0;
}
.patient_details_header .text-right > .list-inline > li {
	vertical-align: top;
	padding-top: 3px;   
}

.patient_details_header .text-right > .list-inline > li.dropdown {	
	font-family: 'Open Sans Semi Bold';
    vertical-align: inherit;
	padding-top: 0; 
}
/* .appointment_active_custom {
	padding-left: 38px;
    font-size: 10px;
} */
.doctor_list {
	min-width: 160px;
	margin-left: -30px;
}
/** Create Visit
	=============**/
.create_visit_user > a {
	width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: auto;   
}
.create_visit_user > a:after {	
	content:'';
	background-color: #ddd;
	width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.create_visit_user > a:before {
	content: "\f030";
    font-family: fontawesome;
    color: #222;
    position: absolute;
    top: 42%;
    left: 46%;
    bottom: auto;
    opacity: 0;	
}
.create_visit_user > a:hover:after {	
	opacity: 0.3;	
}
.create_visit_user > a:hover:before {	
	opacity: 1;	
}

.past_visit input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select_arrow.png) 99% / 14px no-repeat;
}
.nav-tabs .ui-sortable-handle .pull-right {
	display: none;
}
.mild_color {
	background-color: #32cd32 !important;
}
.moderate_color {
	background-color: #ffff00 !important;
}
.severe_color {
	background-color: #ff0000 !important;
}

/** Visit Type color
	==============**/
.follow_up_visit {
	color: #0e2b72;
}
.new_patient_visit {
	color: #008000;
}
.new_consult_visit {
	color: #61b361;
}
.imaging_visit {
	color: #32b6e0;
}
.procedure_visit {
	color: #923ced;
}
.ct_visit {
	color: #25a785;
}
.other_visit {
	color: #d74e43;
}
.procedure_tab .list-inline>li {
	vertical-align: middle;
}
.procedure_tab .table_top_menu {
	background-color: transparent;
}
.procedure_tab .table>thead>tr>th {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.procedure_tab form fieldset {
	margin: 0;
}
.procedure_tab {
	margin-bottom: 10px;
}
.patient_details_page .procedure_tab h6 {
	margin: 0 4px 0 5px;
	font-size: 11px;
    text-transform: uppercase;
	/* padding: 5px 4px;
    margin: 0;
    border-bottom: 1px solid #fff; */
}
.procedure_tab .table_top_menu .custom_form {
	padding: 3px 0;
}
.procedure_tab .table_top_menu {
	display: table-row;
	width: 100%;    
}
.procedure_tab .procedure_table_block {
	/* display: table-row;
	margin-top: 10px; */
	margin: 3px;
}
.procedure_tab .table_top_menu .list-inline > li {
	vertical-align: middle;
    display: table-cell;
}
.procedure_tab .table>thead>tr>th {
	min-width: 110px;
}
.cus_wid_100 {
	min-width: 100px;
}
/* .procedure_tab .table_top_menu > form {
	border: 1px solid #fff;
} */
.procedure_tab .message_table_block > .table {
	border: 1px solid #eaeaea;
    border-collapse: inherit;
    border-width: 0px 1px 1px 1px;
}
/* .procedure_tab {
	margin: 10px 0;
} */
.procedure_tab .message_table_block td {
	word-break: break-all;
}
.description_procedure {
	display: block !important;
	min-width: 100%;  
	margin-bottom: 5px;  
}
.performed_by_procedure {
	min-width: 240px;
}
.col_10 {
	padding: 0 10px;
}
.procedure_tab .form-control {
	height: 28px;
	padding: 2px 5px;
}

/** Summary
	==========**/
.encounter_form .list-inline > li {
	vertical-align: middle;
	float: left;
	padding: 15px 10px;
}
.encounter_form .form-horizontal .control-label {
	padding: 10px 10px 0 0;
}
.encounter_form.custom_form {
	padding: 0; 
}
.summary_vital {	
    margin: auto;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}
.summary_vitals_page.summary_main .patient_report {
	margin-top: 0;
}
.summary_vitals_page .patient_report .list-inline li {
	padding: 2px 5px;
}
.summary_vitals_page .editor_content .list-inline > li {
    padding: 3px 5px;
}
.summary_vitals_page #default_notes {
	padding-top: 5px;
}
.summary_main.summary_vitals_page .patient_report {
	max-height: 1035px;
}
.summary_vitals_page .encounter_form .row > div {
	padding: 0 5px;
}
.summary_vitals_page .encounter_form .row > .expand_block {
	padding-left: 0;
}
.summary_vitals_page .encounter_form .row > .view_vitals_block {
	padding-right: 0;
}
/* .summary_vitals_page .encounter_form .row > div:nth-child(2) {
	padding-left: 0;
} */
.summary_vitals_page .progress_note_bars {
	top: -15px
}
/* .summary_vital .date {
	position: relative;
    display: table;
    border-collapse: separate;
    padding-left: 15px;
    float: none;
    padding-right: 0;
    padding-left: 0;
} */
#default_notes .btn:hover i {
	color: #fff !important;
}
.view_vitals {
	background-color: #fff;
	padding: 0 5px;
}
.view_vitals .row > div {
	padding: 0 5px;
}
.view_vitals ul > li {
	padding: 12px 0 15px;
	font-family: 'Open Sans Semi Bold';
    font-size: 10px;
}
.view_vitals ul > li:first-child {
	padding-top: 30px;
}
.expand_block,
.view_vitals_block {
	overflow: auto;
}
.expand_block .summary_vital {
	min-width: 475px;
}
.view_vitals_block .view_vitals {
	overflow: auto;
}
.view_vitals_block .view_vitals > .row {
	display: flex;
    width: 940px;
}
.view_vitals_block .view_vitals > .row .list-unstyled {
	min-width: 100px;
	border-image: linear-gradient(to bottom, #efefef, #dcdcdc, #efefef) 1 100%;
    border-right: 1px solid #dcdcdc;
    min-height: 835px;
}
.form-horizontal .vital_form_heading .control-label {
	font-family: 'Open Sans Semi Bold';
	color: #0f2b72;
	font-weight: 700 !important;
    font-size: 14px;
}
#left_aside.show ~ #right_aside .form-horizontal .patient_info_header .control-label {
	font-size: 11px;
}
.progress_note_bars {
	position: absolute;
    top: 5px;
    right: 15px;
    left: auto;
    bottom: auto;
    z-index: 1;
    text-align: center;
}
.progress_note_bars a {
	display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    color: #0f2b72;
    border:1px solid transparent;
    line-height: 19px;
    border-radius: 3px;
}
.progress_note_bars a:hover,
.progress_note_bars a:focus {
	background-color: #2d78f1;
    color: #fff;	
}
.summary_vitals_page .expand_block.show {
	width: 75%;
}
.summary_vitals_page .expand_block.show ~ .view_vitals_block {
	width: 25%;
}
.summary_main  .expand_block.show {
	width: 100%;
}
.summary_main .progress_status .checkbox span:before {
	margin-bottom: 0;
}
.disable_encounter_block .left_aside_icons,
.disable_encounter_block .left_aside_icons .btn {
	pointer-events: none;
	opacity: .7;
}
.disable_encounter_block > .tab-content {
	padding-top: 0 !important;
}
.progress_notes_page_slider {	
	display: none;
    background-color: #eaeaea;
    max-width: 550px;
    width: 100%;
    position: absolute;
    top: 78px;
    right: -300px;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* border: 1px solid #a9bce8; */
    box-shadow: 0px 0px 4px 0px #366be4;
    margin-top: 0;
}
.progress_notes_page_slider > .patient_report {
	max-height: 800px;
    overflow: auto;
}
.progress_notes_page_slider.click_to_show_progress_content {
	display: block;
	right: 10px;
	margin-bottom: 20px;
}
.progress_notes_page_slider .patient_report > div {
	margin: 0 0 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.progress_notes_page_slider .patient_report > div:last-child {
	margin: 0;
}
/* .progress_notes_page_slider .patient_report {
	margin-top: 10px;
} */
.EncounterSignedOff .form-control,
.EncounterSignedOff .form-control ~ .input-group-addon,
.EncounterSignedOff .radio,
.EncounterSignedOff .checkbox,
.EncounterSignedOff .complaint_list,
.EncounterSignedOff a,
.EncounterSignedOff input,
.EncounterSignedOff button,
.EncounterSignedOff textarea,
.EncounterSignedOff .note-editable,
.VisitOpened .form-control,
.VisitOpened .form-control ~ .input-group-addon,
.VisitOpened .radio,
.VisitOpened .checkbox,
.VisitOpened .complaint_list,
.VisitOpened a,
.VisitOpened button,
.VisitOpened textarea,
.VisitOpened input,
.VisitOpened .note-editable,
.VisitOpened .SelectTheEducaionMacro,
.VisitOpened .SelectTheLetter,
.VisitOpened .SelectPatientOrder,
.VisitOpened .OrderSelect,
.VisitOpened .OrderSummaryTableBody {
	opacity: .4;
	pointer-events: none;
	cursor: not-allowed;
}
.EncounterSignedOff .radio,
.EncounterSignedOff .checkbox,
.VisitOpened .radio,
.VisitOpened .checkbox  {
	opacity: .7;
}
.owl-carousel.owl-drag .owl-item {
	width: auto;
}
.click_to_show_progress_content .medication .error {
	margin-left: 12.2%;
}
.main_sec {
	position: relative;
	/* overflow: hidden; */
}
.right_aside_clickable_arrow {
	position: absolute;
    right: 0;
    bottom: -1px;
    top: 0;
    padding: 1px 5px 0;  
    border-bottom-width: 0;
    border: 1px solid transparent;
}
.right_aside_clickable_arrow.stylish_border {
	background-color: #d9edf7;
	border-color: #a9bce8;
	border-bottom-color: transparent;
}
.right_aside_clickable_arrow span {
	display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    color: #0f2b72;
}
.right_aside_clickable_arrow i {
	color: #5cb85c;
}
.minimize_view .create_delete_form,
.minimize_view > .patient_info_header,
.minimize_view > .top_form_summary,
.minimize_view .custom_form .patient_info_header,
.plan_page .minimize_view .top_form_summary,
.minimize_view .editor_bot_scroll,
.minimize_view .vertical_scroll,
.bot_scroll_arrow {
	/* width: 615px; */
	overflow-x: auto;    
	margin-bottom: 10px;
}
.minimize_view .create_delete_form > .panel,
.minimize_view > .patient_info_header > .row 
.plan_page .minimize_view .top_form_summary > .bg-info,
.minimize_view .custom_form .patient_info_header .table-responsive,
.minimize_view .custom_form .patient_info_header .ImmunizationFormDiv,
.minimize_view .create_delete_form > .custom_tab,
.minimize_view .vertical_scroll > .row {
	width: 1170px; 
}

.hide_width ~ .progress_blocks .minimize_view .create_delete_form,
.hide_width ~ .progress_blocks .minimize_view > .patient_info_header,
.hide_width ~ .progress_blocks .minimize_view > .top_form_summary,
.hide_width ~ .progress_blocks .minimize_view .custom_form .patient_info_header,
.hide_width ~ .progress_blocks .minimize_view .editor_bot_scroll .note-editor,
.hide_width ~ .progress_blocks .plan_page .minimize_view .top_form_summary,
.hide_width ~ .progress_blocks .minimize_view .vertical_scroll {
	width: 745px;
}

/** customixed Scroll bar
	======================**/ 
.patient_report h5 {
	text-transform: uppercase;
	font-family: 'Open Sans Semi Bold';
    margin: 0;
}
.summary_main .patient_report {
	max-height: 500px;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 20px;
}
.encounter_form_page .patient_report {
	max-height: 750px;
	/* border-radius: 20px; */
}
.encounter_form_page .progress_note_bars {
	top: -20px;
}
/* .progress_notes_page .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #efefef;
} */
#default_notes .patient_report h5 {
	margin: 6px 5px 0;
}
.encounter_form .mce-tinymce {
	margin-top: 40px;
	border: none;
}
.summary_main .editor_content .list-inline {
	padding-top: 30px;
}
.summary_main .mce-container,
.summary_main .mce-btn-group:not(:first-child) {
	border: none;
}
.medical_history .patient_report {
	margin-top: 0;
	max-height: 630px;
	margin-bottom: 25px;
}
.medical_history .mce-tinymce {
	margin-top: 20px;
}
.medical_history .editor_content > .list-inline {
	z-index: 999;
    position: relative;
    padding-top:0;
}
.CopyPastRosData,
.CopyPastPhysicalExamData {
	margin-top: 2px;
}
.custom_scroll {
	overflow: auto;
}
/* width */
.panel-body::-webkit-scrollbar,
.stage_list .list-unstyled::-webkit-scrollbar,
.add_assessment_width::-webkit-scrollbar,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar,
.surgical_history_page .form_block_list .list-unstyled::-webkit-scrollbar,
.add_selections_block::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.progress_notes_page_slider > .patient_report::-webkit-scrollbar,
.document_selected_option .dropdown-menu::-webkit-scrollbar,
.custom_scroll::-webkit-scrollbar,
.minimize_view .create_delete_form::-webkit-scrollbar,
.minimize_view > .patient_info_header::-webkit-scrollbar,
.minimize_view > .top_form_summary::-webkit-scrollbar,
.minimize_view .custom_form .patient_info_header::-webkit-scrollbar,
.minimize_view .editor_bot_scroll::-webkit-scrollbar,
.plan_page .minimize_view .top_form_summary::-webkit-scrollbar,
.minimize_view .vertical_scroll::-webkit-scrollbar,
.form_field_block::-webkit-scrollbar,
.form_field_block ~ div::-webkit-scrollbar,
.encounter_form_block ::-webkit-scrollbar,
.vertical_scroll .expand_block::-webkit-scrollbar,
.bot_scroll_arrow::-webkit-scrollbar,
#target .component::-webkit-scrollbar,
.table__head ~ tbody::-webkit-scrollbar,
.order_create_page .cpt_code_div::-webkit-scrollbar, 
.order_create_page .modifier_code_div::-webkit-scrollbar {
    width: 3px !important;
    height: 4px !important;
    /* height: 10px; */
}
.panel-body:hover::-webkit-scrollbar,
.stage_list .list-unstyled:hover::-webkit-scrollbar,
.add_assessment_width:hover::-webkit-scrollbar,
.assessment_page .panel-body .assessment_stage:hover::-webkit-scrollbar,
.surgical_history_page .form_block_list .list-unstyled:hover::-webkit-scrollbar,
.add_selections_block:hover::-webkit-scrollbar,
.table-responsive:hover::-webkit-scrollbar,
.progress_notes_page_slider > .patient_report:hover::-webkit-scrollbar,
.document_selected_option .dropdown-menu:hover::-webkit-scrollbar,
.custom_scroll:hover::-webkit-scrollbar,
.minimize_view .create_delete_form:hover::-webkit-scrollbar,
.minimize_view > .patient_info_header:hover::-webkit-scrollbar,
.minimize_view > .top_form_summary:hover::-webkit-scrollbar,
.minimize_view .custom_form .patient_info_header:hover::-webkit-scrollbar,
.minimize_view .editor_bot_scroll:hover::-webkit-scrollbar,
.plan_page .minimize_view .top_form_summary:hover::-webkit-scrollbar,
.minimize_view .vertical_scroll:hover::-webkit-scrollbar,
.form_field_block:hover::-webkit-scrollbar,
.form_field_block:hover ~ div::-webkit-scrollbar,
.encounter_form_block:hover ::-webkit-scrollbar,
.vertical_scroll .expand_block:hover::-webkit-scrollbar,
.bot_scroll_arrow:hover::-webkit-scrollbar,
#target .component:hover::-webkit-scrollbar,
.table__head ~ tbody:hover::-webkit-scrollbar,
.panel-body:hover::-webkit-scrollbar,
.table-responsive tbody:hover::-webkit-scrollbar,
.assessment_page .panel-body:hover::-webkit-scrollbar,
.order_create_page .cpt_code_div:hover::-webkit-scrollbar, 
.order_create_page .modifier_code_div:hover::-webkit-scrollbar {
	width: 6px !important;
	height: 6px !important;
} 
/* .panel-body::-webkit-scrollbar,
.stage_list .list-unstyled::-webkit-scrollbar:hover,
.add_assessment_width::-webkit-scrollbar:hover,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar:hover,
.surgical_history_page .form_block_list .list-unstyled::-webkit-scrollbar:hover,
.add_selections_block::-webkit-scrollbar:hover,
.table-responsive::-webkit-scrollbar:hover,
.progress_notes_page_slider > .patient_report::-webkit-scrollbar:hover,
.document_selected_option .dropdown-menu::-webkit-scrollbar:hover,
.custom_scroll::-webkit-scrollbar:hover,
.minimize_view .create_delete_form::-webkit-scrollbar:hover,
.minimize_view > .patient_info_header::-webkit-scrollbar:hover,
.minimize_view > .top_form_summary::-webkit-scrollbar:hover,
.minimize_view .custom_form .patient_info_header::-webkit-scrollbar:hover,
.minimize_view .editor_bot_scroll::-webkit-scrollbar:hover,
.plan_page .minimize_view .top_form_summary::-webkit-scrollbar:hover,
.minimize_view .vertical_scroll::-webkit-scrollbar:hover,
.form_field_block::-webkit-scrollbar:hover,
.form_field_block ~ div::-webkit-scrollbar:hover,
.encounter_form_block ::-webkit-scrollbar:hover,
.vertical_scroll .expand_block::-webkit-scrollbar:hover,
.bot_scroll_arrow::-webkit-scrollbar:hover,
#target .component::-webkit-scrollbar:hover {
	height: 10px !important;
} */ 
/* .add_assessment_width::-webkit-scrollbar,
.assessment_page .tab-pane .panel-body::-webkit-scrollbar,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar,
.view_vitals_block .view_vitals::-webkit-scrollbar,
.add_selections_block::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.progress_notes_page_slider > .patient_report::-webkit-scrollbar,
.document_selected_option .dropdown-menu::-webkit-scrollbar,
.custom_scroll::-webkit-scrollbar,
.minimize_view .create_delete_form::-webkit-scrollbar,
.minimize_view > .patient_info_header::-webkit-scrollbar,
.minimize_view > .top_form_summary::-webkit-scrollbar,
.minimize_view .custom_form .patient_info_header::-webkit-scrollbar,
.minimize_view .editor_bot_scroll::-webkit-scrollbar,
.plan_page .minimize_view .top_form_summary::-webkit-scrollbar,
.minimize_view .vertical_scroll::-webkit-scrollbar,
.form_field_block::-webkit-scrollbar,
.form_field_block ~ div::-webkit-scrollbar,
.encounter_form_block::-webkit-scrollbar,
.vertical_scroll .expand_block::-webkit-scrollbar,
.bot_scroll_arrow::-webkit-scrollbar,
#target .component::-webkit-scrollbar,
.table__head ~ tbody::-webkit-scrollbar  {
    height: 4px !important;
} */
/* Handle */
.panel-body::-webkit-scrollbar-thumb,
.stage_list .list-unstyled::-webkit-scrollbar-thumb,
.add_assessment_width::-webkit-scrollbar-thumb,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar-thumb,
.surgical_history_page .form_block_list .list-unstyled::-webkit-scrollbar-thumb,
.view_vitals_block .view_vitals::-webkit-scrollbar-thumb,
.add_selections_block::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.progress_notes_page_slider > .patient_report::-webkit-scrollbar-thumb,
.document_selected_option .dropdown-menu::-webkit-scrollbar-thumb,
.custom_scroll::-webkit-scrollbar-thumb,
.minimize_view .create_delete_form::-webkit-scrollbar-thumb,
.minimize_view > .patient_info_header::-webkit-scrollbar-thumb,
.minimize_view > .top_form_summary::-webkit-scrollbar-thumb,
.minimize_view .custom_form .patient_info_header::-webkit-scrollbar-thumb,
.minimize_view .editor_bot_scroll::-webkit-scrollbar-thumb,
.plan_page .minimize_view .top_form_summary::-webkit-scrollbar-thumb,
.minimize_view .vertical_scroll::-webkit-scrollbar-thumb,
.form_field_block::-webkit-scrollbar-thumb,
.form_field_block ~ div::-webkit-scrollbar-thumb,
.encounter_form_block::-webkit-scrollbar-thumb,
.vertical_scroll .expand_block::-webkit-scrollbar-thumb,
.bot_scroll_arrow::-webkit-scrollbar-thumb,
#target .component::-webkit-scrollbar-thumb,
.table__head ~ tbody::-webkit-scrollbar-thumb,
.order_create_page .cpt_code_div::-webkit-scrollbar-thumb, 
.order_create_page .modifier_code_div::-webkit-scrollbar-thumb  {
    background: #aaa !important; 
}
/* Track */
/* .panel-body::-webkit-scrollbar-track,
.stage_list .list-unstyled::-webkit-scrollbar-track,
.add_assessment_width::-webkit-scrollbar-track,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar-track,
.surgical_history_page .form_block_list .list-unstyled::-webkit-scrollbar-thumb,
.view_vitals_block .view_vitals::-webkit-scrollbar-thumb,
.custom_scroll::-webkit-scrollbar-thumb:hover {
    height: 10px !important; 
} */
/* Handle on hover */
.panel-body::-webkit-scrollbar-thumb:hover,
.stage_list .list-unstyled::-webkit-scrollbar-thumb:hover,
.add_assessment_width::-webkit-scrollbar-thumb:hover,
.assessment_page .panel-body .assessment_stage::-webkit-scrollbar-thumb:hover,
.surgical_history_page .form_block_list .list-unstyled::-webkit-scrollbar-thumb:hover,
.view_vitals_block .view_vitals::-webkit-scrollbar-thumb:hover,
.add_selections_block::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover,
.progress_notes_page_slider > .patient_report::-webkit-scrollbar-thumb:hover,
.document_selected_option .dropdown-menu::-webkit-scrollbar-thumb:hover,
.custom_scroll::-webkit-scrollbar-thumb:hover,
.minimize_view .create_delete_form::-webkit-scrollbar-thumb:hover,
.minimize_view > .patient_info_header::-webkit-scrollbar-thumb:hover,
.minimize_view > .top_form_summary::-webkit-scrollbar-thumb:hover,
.minimize_view .custom_form .patient_info_header::-webkit-scrollbar-thumb:hover,
.minimize_view .editor_bot_scroll::-webkit-scrollbar-thumb:hover,
.plan_page .minimize_view .top_form_summary::-webkit-scrollbar-thumb:hover,
.minimize_view .vertical_scroll::-webkit-scrollbar-thumb:hover,
.form_field_block::-webkit-scrollbar-thumb:hover,
.form_field_block ~ div::-webkit-scrollbar-thumb:hover,
.encounter_form_block::-webkit-scrollbar-thumb:hover,
.vertical_scroll .expand_block::-webkit-scrollbar-thumb:hover,
.bot_scroll_arrow::-webkit-scrollbar-thumb:hover,
#target .component::-webkit-scrollbar-thumb:hover,
.table__head ~ tbody::-webkit-scrollbar-thumb:hover,
.order_create_page .cpt_code_div::-webkit-scrollbar-thumb:hover, 
.order_create_page .modifier_code_div::-webkit-scrollbar-thumb:hover  {
    background: #0070e0 !important; 
    /* height: 10px !important;  */
}
.custom_scroll_height {
	max-height: 460px;
	overflow: auto;
}
.custom_scroll_patient {
	max-height: 300px;
}
/** Medical History 
	===============**/
/* .medical_history_content .custom_tab .tab-pane {
	max-width: 600px;
	padding-top: 10px;
} */
.medical_history_content .tab-content .tab-pane {
	-webkit-box-shadow: 0px 0px 12px 1px #ddd;
	-moz-box-shadow: 0px 0px 12px 1px #ddd;
	box-shadow: 0px 0px 12px 1px #ddd;
    padding: 10px 5px;
    margin: 5px;
}
.medical_history_content .dl-horizontal dt {
	width: auto;
    margin-right: 10px;
    white-space: normal;
    overflow: auto;
}
.medical_history_content .dl-horizontal dd {
	margin-left: 100px;
}
.medical_history_content .top-to-bottom {
	min-height: 50px;
}

/** history Edit 
	===========**/
.medical_history_edit .radio {
	display: inline-block;
	padding: 0 5px;
	min-height: 20px;
}
.medical_history_edit .patient_report {
	max-height: 965px;
	padding: 0;
	margin: 0 5px;
}
.medical_history_edit #midical_history > .form-horizontal {
	min-width: 670px;
}
.medical_history_edit .checkbox {
	min-height: 20px;	
}
.medical_history_edit .custom_tab .tab-pane {
	font-family: 'Open Sans Semi Bold';
	max-width: 700px;	
}
.medical_history_edit p {	
	margin: 0;
}
.medical_history_edit .custom_form .radio input[type=radio] {
	left: 26px;
}
.date_notes {
	margin-top: -10px;
}
.medical_history_edit .tab-pane .form-horizontal > .row {
	margin: 0 0 10px;
} 
.medical_history_edit .tab-pane > .row {
	min-width: 800px;
}
.medical_history_edit .tab-pane {
	overflow: auto;
	max-width: 100% !important;
}
.medical_history_edit .tab-pane.surgical_history_edit .form-horizontal {
	min-width: 1200px;
    overflow: auto;
}
.medical_history_list ul > li {
	padding: 4px 0;
}
.medical_history_list dt,
.medical_history_list dd {
	padding: 3px 0;
}
.medical_history_content .tab-pane.surgical_history,
.medical_history .tab-pane.family_history,
.medical_history .tab-pane#social_history {
	max-width: 800px;
}

.tab-pane.surgical_history .dl-horizontal dt {
	width: 100px;
	text-align: left;
}
/** family_history_page
	===================**/
.family_history_page .form-group {
	margin: 0 0 10px;
}
.ToolBar > .navbar-right .checkbox-inline {
	padding-right: 15px;
}
.family_hist {
	overflow: auto;
}
.family_history_page .form-group label {
	display: block;
}
.family_history_page h5 {
	margin-top: 0;	
}
.family_history_page .list_block {
    padding: 8px;
    background: linear-gradient(#f3f1f1 , #eaeaea);
    border: 1px solid #e4e4e4;
}
.family_history_page .list_block h5 {
	border-bottom: 1px solid #0f2b72;
    padding-bottom: 3px;
}

/** Social history
	==============**/
.last_update {
	display: block;
	font-size: 9.5px;
	color: green;
	text-align: right;
}

/** Allergies
	=========**/
.allergies_add .help_block {
	margin-top: 5px;
}
.summary_main tr > th {
	min-width: 85px;
}
.summary_main tr > th.coding {
	min-width: 195px;
}
.summary_main tr > th.refered_by {
	min-width: 100px;
}
.summary_main tr > th.modify_date {
	min-width: 150px;
}
.summary_main .enc {
	min-width: auto;
}
.summary_allergies_page .patient_report {
	max-height: 500px;
	margin-top: 0;
}
.summary_allergies_page .progress_note_bars {
	top: 45px;
}
#save {
	position: relative;
	z-index: 1;
}
/* .summary_main .patient_report .medication .error {
	margin-left: 14%;
} */
.summary_main .page_heading {
	margin-bottom: 10px;
	position: relative;
}

/** Problem List
	============**/
.problem_list_add .form-horizontal p {
	padding-top: 7px;
	margin: 0;
}
.problem_list .position_search {
	position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
}
.icd_width {
	min-width: 100px;
}
.note_width {
	min-width: 150px;
}

/** Admin pages facilities modal
	==============================**/

.facilities_add .checkbox .control-label {
	text-align: left;	
	padding-left: 5px;
} 
.facilities_add .checkbox .check_label {
	font-family: 'Open Sans Semi Bold';
	text-align: left;
	padding-right: 0;
	font-size: 11px;	
} 
.facilities_add .minicolors-theme-default.minicolors {
	display: block;
	width:100px;
}
.facilities_add .custom_form .checkbox input[type=checkbox] {
	left: 40px;    
    top: 4px
}
.facilities_add .minicolors-theme-default .minicolors-input {
	width: 100%;
    display: block;
}
.minicolors-theme-default .minicolors-swatch {
	top: 0;
    left: auto;    
    right: 0;
    cursor: pointer;
}

/** Vitals 
	======**/
.vitals_page .summary_vital {	
	background-color: transparent;
}

/** Codes
	=====**/
.codes .form-horizontal > .add_form ,
.codes .form-horizontal > .list-inline {
	box-shadow: inset 0 0 10px 0px #cccccc;
    padding: 12px 7px 5px;
    margin: 0 0 10px;
} 

/** Global 
	======**/
.global .custom_form .tab-pane .checkbox input[type=checkbox] {
	left: 40px;   
    top: -2px;
}
.global .custom_form .checkbox label {
	padding-left: 17px;
}
.global {
	padding-bottom: 20px !important;
}

/** vitals_list_view
	===============**/
.vitals_list_view {
	background-color: #efeff0;
	padding: 10px 0 5px;
	font-family: 'Open Sans Semi Bold';
}
.vitals_list_view span {
	display: block;
	padding: 15.5px 2px;
	font-size: 12px;
}

.table {
	font-size: 11px;
}

/** Fonts include
	============**/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot'), /* IE9 Compat Modes */
  /* src: url('webfont.eot?#iefix') format('embedded-opentype'), IE6-IE8 */
       url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/glyphicons-halflings-regular.svg') format('svg'); /* Legacy iOS */
}

/**Editor
	======**/
.mce-content-body h5 {
	padding-left: 10px;
}
.mce-content-body .patient_report > div {
	padding: 0 10px 10px;
}
.mce-content-body .patient_report form {
	padding: 15px 0 0;
}
.summary_main .patient_report .list-inline {
	padding: 0;
	margin: 0;
}
.summary_main #mceu_34-body {
	display: none;
}
/* .patient_report .medication .error {
	margin-left: 16%;
} */
#mceu_21 {	
	box-shadow: none;
}
.editor_content {
	display: none;
}
#mceu_21 iframe {
	height: 500px !important;
}

/* #save, .btn-info {
  display: none;
}
textarea {
  width: 100%;
  min-height: auto;
  resize: vertical;
  margin: 0;
  padding: 2px;
} */


/*Prabhakaran*/
.receptionist_view .datepicker_table_block .table>thead>tr th.time {
	min-width: auto;
    width: 65px;
    font-size: 11px;
}
.provider_appointment_all .datepicker_table_block .table>thead>tr th.time {
	min-width: 100px;
}
.summary_main .datepicker tr > th {
	min-width: auto;
}

.receptionist_view .datepicker_table_block .table>tbody>tr td { 
	font-size: 11px !important;
}

/*Prabhakaran*/

.save_button {
	padding: 8px 15px 3px;
}
.provider_appointment_all .table>thead>tr>th {
	text-align: left;
}
.table.table-hover.table-bordered.table-striped {
	font-size: 11px !important;
}

/** 14-05-2018
	==========**/
 #components {
  	margin-top: 5px;
}
#target {
	min-height: 1500px;
}
#target fieldset {
  	min-height: 560px;   
  	padding-bottom: 150px;	
}
#target .component {
  	border: 1px solid #fff;
  	padding: 0 6px;  
  	max-height: 36px;
    overflow: hidden;	    
}
#target .component .checkbox input[type=checkbox], 
#target .component .radio input[type=checkbox], 
#target .component .checkbox input[type=radio], 
#target .component .radio input[type=radio] {
	top: 1px;
}
#target {
	position: relative;
}
#temp {
  	width: 500px;
  	background: white;
  	border: 1px dotted #ccc;
  	border-radius: 10px;
}
.form_builder_width {
	width: 1010px;
}
.popover-content form {
  	margin: 0 auto;
  	width: 213px;
}
.popover-content form .btn{
  	margin-right: 10px
}
#source{
  	min-height: 500px;
}
.component {
    cursor: pointer;
}

/** Create visit
	============**/
.complaint_list .list-unstyled > li a {
	display: block;
	color: #222;
	padding: 3px 8px;
	margin: 1px 0;
	font-family: 'Open Sans Semi Bold';
	font-size: 11px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border-bottom: 1px solid #ddd; */
}
.complaint_list .list-unstyled > li a:hover,
.complaint_list .list-unstyled > li a:focus {
	color: #fff;
}
.complaint_list.patient_info_header {
	margin: 10px 0;
	box-shadow: inset 0px 0px 2px 1px #acdcf5;
	webkit-box-shadow: inset 0px 0px 2px 1px #acdcf5;
	moz-box-shadow: inset 0px 0px 2px 1px #acdcf5;
}
.order_create_page .patient_info_header {
	box-shadow: none;
}
.complaint_list .list-unstyled > li a:hover,
.complaint_list .list-unstyled > li a:focus,
.complaint_list .list-unstyled > li a:active {
	background-color: #22b6e0;
	padding: 3px 10px;
}
.complaint_list .list-unstyled > li.ros_active a:hover,
.complaint_list .list-unstyled > li.ros_active a:focus,
.complaint_list .list-unstyled > li.ros_active a:active {
	background-color: #0736ad;
}
.complaint_list.patient_info_header .row > div {
	padding-left: 0;
}
.layout_view {
	margin: 20px 0;
}
.layout_view .child_border {
	min-height: 24px;
    padding: 0 0;
    margin: 1px;
}
.parent_border {	
	clear: both;
	border: 1px solid #60bedc;    
    min-height: 50px;
    padding: 8px;
    margin-bottom: 15px;
}
.child_border {
	background-color: #ebfaff;
    border: 1px solid #60bedc;
    text-align: center;
}
.child_border > p {
	margin: 5px 0;
	font-family: 'Open Sans Semi Bold';
}

/** 10-05-2018
	==========**/
.template_darg_drop .panel-default {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.template_darg_drop .panel-default>.panel-heading {
    background-color: #60bedc;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.template_darg_drop .panel-default .panel-title span {
	display: inline-block;
	padding: 5px;
}
.template_darg_drop .panel-default .panel-title .drag_icon {
	border-right: 1px solid #e8e8e8;
}
.template_darg_drop .panel-group .panel+.panel {
	margin-top: -1px;
}
.template_darg_drop .panel-default>.panel-heading:hover,
.template_darg_drop .panel-default>.panel-heading:focus {
	background-color: #43abcc;
}
.template_darg_drop .panel-title {
	font-size: 12px;
	font-family: 'Open Sans Semi Bold';
	color: #fff;
}
.template_darg_drop .panel-title a:hover,
.template_darg_drop .panel-title a:focus {
	color: #fff;
}
.template_darg_drop .parent_border {
	margin: 3px 0;
    padding: 2px 0;
    min-height: 30px;   
    clear: initial;
}
.template_darg_drop .parent_border > div {
	padding: 0 2px;
}
.template_darg_drop .child_border > p {
	margin: 1px 0
}
.template_darg_drop .drop_row {
	background-color: #fff;
	min-height: 34px;	
    border: 1px solid #ddd;
    border-bottom: none;
    /* padding: 5px; */
    line-height: 23px;
}
.template_darg_drop .drop_row:last-child {
	border-bottom: 1px solid #ddd;
}
.template_darg_drop .ElementDropContent,
.template_darg_drop .layout_drop {
	text-align: center;
	font-size: 10px;
}
.layout_drop {
	background-color: #ececec;
}
#dString {
	display: none;
}
/** Form Elements
	=============**/
.form_elements .panel-body {
	padding: 0 5px;
}
.form_elements  .nav > li > a {
	padding: 3px 1px;
}
.form_elements fieldset {
	margin-bottom: 5px;
}
.RowTemplate {
	cursor: pointer;
	padding: 0 8px;
}

/** html_elements
	=============**/
.html_elements .panel-body {
	padding: 0 5px;
}
.html_elements form fieldset {
	padding: 0 10px;
    margin-bottom: 6px;
}
.html_elements .form-horizontal .form-group {
	margin: 0 0 8px;
}

/** 17-05-2018
	==========**/
.element_drop .component label {
	float: left;
}
.component label,
.component label span {
	font-size: 11px !important;
}
.template_darg_drop .panel-title > a {
	display: block;
}
/* .template_setup_popup .error {
	margin: 10px;
} */
.template_setup_popup label {
	padding-top: 0;
}
.template_setup_popup .modal-title {	
	font-size: 15px;
	font-family: 'Open Sans Semi Bold';
}
.template_setup_popup .modal-header {
	padding: 4px 9px;
}
.template_setup .page_heading > .pull-right .text-success,
.template .page_heading > .pull-right .text-success,
.pe2_page .page_heading > .pull-right .text-success,
.order_create_page .page_heading > .pull-right .text-success {
	display: inline-block;
	padding-top: 2px;
}

#VisitProcedureMacroForm .checkbox,
.note-editor ~ div .checkbox {
	min-height: 24px;
}

/** Prabakar
	===========**/
.element_drop .dynamic_split_div, 
.parent_class .dynamic_split_div {
    border-right: 1px solid #a6daea;
    min-height: 60px;
    float: left;
    box-sizing: border-box;  
    padding: 11px 2px 2px;  
    /* cursor: not-allowed; */
}

.element_drop .dynamic_split_div {
	min-width: 75px;
	/* transition: all 2s linear; */
}
.element_drop .ElementDropContent {
	transition: all 2s linear;
}

.element_drop .dynamic_split_div:last-child,
.parent_class .dynamic_split_div:last-child {
	/* height: 0; */
}

/** 18-05-2018 Prabakar
	====================**/
.dynamic_split_div .ElementDropContent {
	/* background-color: #cbeffb; */
	display: none;
	font-size: 10px;
	/* line-height: 16px; */
}
.dynamic_split_div .ElementDropContent:first-child {
	display: block;
}
/** 18-05-2018
	===========**/
.element_drop [data-valtype=checkboxes] ,
.element_drop [data-valtype=radios],
.element_drop [data-valtype=inline-radios] {
	float: left;
}
.element_drop .checkbox,
.element_drop .radio  {
	clear: both;
}
.element_drop .component {
	margin: 0;
}
.layout_drop .fa,
.ElementDropContent .fa {
	opacity: 0.7;
}
.ElementDropContent .fa-dropbox {
	color: #008000;
	width: 100%;
    padding: 2px 0;
    vertical-align: top;
}
.template_darg_drop .custom_tab .nav-tabs > li > a {
	color: #989898;
	font-size: 12px;
}
.patient_details_page .custom_tab .nav-tabs > li > a {
	background-color: #fff;
	border-color: #fff;
}
.patient_details_page .bg-danger {
	background-color: #f9cccc !important;
}
.template_darg_drop .custom_tab .nav-tabs > li.active > a {
	color: #007af5;
}
body > .form-horizontal {
	padding: 0;
}
body > .form-horizontal .col-md-8 {
	padding-left: 0;
}
.parent_border .child_border {
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.parent_border:hover .child_border,
.parent_border:focus .child_border {
	background-color: #60bfdc;
	color: #fff;
}

/** 22-05-2018
	==========**/
.component,
.component label {
	/* cursor: auto; */
	cursor: pointer;
}
.component .form-control {
	cursor: pointer;
}
.element_drop .component {
	padding-left: 5px;
}

/** 24-05-2018
	==========**/
p {
	font-size: 11px;
}
.popover.right {
	cursor: default;
}
#target {	
	/* border: 1px solid #ccc; */
    padding: 5px;
    position: relative;
    margin-bottom: 100px;   
    overflow: auto;
}

/** 25-05-2018
	==========**/
.template_darg_drop .panel-group {
	position: fixed;
	width: 100%;
	max-width: 250px;
	padding: 0 25px 0 0; 
	margin-top: 15px;   
}
#DesignerView {
	margin-right: 20px;
}
#DesignerView .form-horizontal .checkbox,
#DesignerView .form-horizontal .radio {
	min-height: auto;
	margin: 5px 0;	
}
#DesignerView .form-horizontal .checkbox.checkbox,
#DesignerView .form-horizontal .radio.radio {
	display: table;
    width: 100%;
}
#DesignerView .form-horizontal .checkbox-inline,
#DesignerView .form-horizontal .radio-inline {
	min-height: auto;
	margin: 5px 0;	
}
#DesignerView textarea.form-control {
	height: 34px;
}
#DesignerView select[multiple], 
#DesignerView select[size] {
	height: 30px;
}
#DesignerView .form-horizontal .checkbox label,
#DesignerView .form-horizontal .radio label {
	min-height: auto;
}
.custom_form #target select {
	background-position: 98.7%;
}
.loading {
	margin-top: 100px;
}

/** 04-06-2018
	==========**/
.template #accordion {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/** 07-06-2018
	==========**/
.component {
	transition: all 2s linear;
}
/* The Modal (background) */
.form_modal {    
	transition: all 2s linear;
	display: none;
    position: relative; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 14%;
    margin-top: -20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */    
}
.modal_heading h5 {
	font-family: 'Open Sans Semi Bold';
    border-bottom: 1px solid #ddd;
    padding: 7px 10px 8px;
    margin: 0;
    background-color: #60bfdc;
    color: #fff;
    text-align: left;
}

.modal-content-form .custom_form {
	padding: 10px;
}
.modal-content-form .list-inline {
	padding-right: 10px;
}
/* Modal Content */
.modal-content-form {
    background-color: #fefefe;
    margin: 0 auto 0 0;
    /* border: 1px solid #888; */
    box-shadow: inset 0 0 9px 1px #c1c0c0;
    max-width: 948px;
    position: relative;
    transition: all 2s linear;
}

/* The Close Button */
.close_form {
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all 2s linear;
}

/* .Top_Row .element_drop {
	margin-top: -25px;
} */

#transparent_bg {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 999;
}
.Popup_Model_Active {
	/* background-color: #fff;	 */
	background-color: #cff4ff;
	z-index: 9999;
}
.Popup_Model_Active .component {
	max-height: 65px;
    overflow: auto;
}
.Popup_Model_Active .component .col-md-8 > * {
	transition: all 2s linear;
}
 .element_drop .dynamic_split_div.Popup_Model_Active {
	transition: initial;
}

/* .Popup_Model_Active .component > div,
.Popup_Model_Active .component > div * { 
	cursor: not-allowed;
} */

.close_form:hover,
.close_form:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#click_modal {
	visibility: hidden;
	transition: all 2s linear;
}
.Property_Popup_Window .custom_form label {
	padding: 5px 0;
	transition: all 2s linear;
	text-align: left;	
}
/** .template_page
	===============**/
/* .template_page #left_aside {
	display: none !important;
} */
/* .template_page #left_aside.show ~ #right_aside {
	width: 100%;
} */
.template_page #DesignerView {
	margin-right: 0;
	position: relative;
}
.hide_width ~ .template .template_darg_drop .panel-group {	
    max-width: 265px;
    padding: 0 7px 0 0;
    right: 0;
}
/** 12-06-2018
	==========**/
/* .template_darg_drop .drop_row.Row_Completed_Popup {
	padding-top: 70px;
}
#build fieldset .drop_row.Row_Completed_Popup:nth-child(2) {
	padding-top: 30px;
} */
/** 14-06-18
	========**/
.valtype ~ .valtype {
	padding: 0;
}
.dragover {
	background-color: red !important;
}
/** 18-06-2018
	==========**/
/* .create_delete_form {
	margin: 10px 0 0;
} */
.create_delete_form p {
	margin: 10px 0 0 0;
}
.create_delete_form .form-horizontal .form-group {
	margin: 0 0 5px;
}
#left_aside ~ .template #DesignerView #build {
	width: 1010px;	
}
.create_delete_form .list-inline > li {
	vertical-align: middle;
}
.create_delete_form .panel-heading {
	padding: 6px 15px;
}
.create_delete_form .panel-heading .navbar-left {
	padding-top: 2px;
}
/** 19-06-2018
	==========**/
.encounter_form_block {
	overflow: auto;
}
/* .encounter_form_block .create_delete_form {
	width: 989px;
}   */
.hide_width ~ .create_visit .encounter_form_block .create_delete_form {
    width: 1080px;
}
a .custom_icon {
	padding: 0 3px;
	display: inline-block;
}
a:hover .custom_icon,
a:focus .custom_icon {
	display: none;
}
a .custom_icon.hover_icon {
	display: none;
}

a:hover .custom_icon.hover_icon,
a:focus .custom_icon.hover_icon {
	display: inline-block;
}

.add_family_member .modal-header {
	padding: 5px 14px 4px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #0f2b72;
    color: #fff;
    font-family: 'Open Sans Semi Bold';
}
.add_family_member h6 {
	font-family: 'Open Sans Semi Bold';
}
.add_family_member .close {
	opacity: .9;
}
/** PE2 page
	========**/
.pe2_page .top_form_summary select {
	/* background-color: #bce9f1; */
	height: 28px;
}
.pe2_page .top_form_summary .top_space_6 {
	padding-top: 8px !important;
}
#administrator_submenus {
	display: none;
}
.administrator_submenus .fa-edit {
	color: #0e2b72 !important;
} 
.left_side_menu .administrator_submenus li.active > a .fa-edit,
.left_side_menu .administrator_submenus li > a:hover .fa-edit {
	color: #444 !important;
}
.administrator_submenus,
.administrator_super_submenus {
	display: none;	
}
#administrator_menu > a {
	margin-bottom: 1px;
}
.administrator_menu > a {
	margin-bottom: 1px;
}
.left_side_menu li .administrator_submenus .administrator_super_submenus li a {
	padding-left: 20px;	
	font-size: 9.5px;
}
.left_side_menu li .administrator_submenus li a {
	padding-left: 12px;	
}
.top_form_summary .btn-link {
	color: #222;
}
.pe2_page .form-control {
	color: #000;
    /* border-bottom-color: #797979; */
}

/** Order List page
	==============**/
.problem_list td {
	position: relative;
}
/* .problem_list .table-responsive {
	overflow: inherit;
} */

/** surgical history
	==============**/
/* .surgical_history_page .form_block {
	padding: 10px;
}
.surgical_history_page .form_block_list {
	-webkit-box-shadow: inset 0 0px 7px 0px #a9def9;
	-moz-box-shadow: inset 0 0px 7px 0px #a9def9;
	box-shadow: inset 0 0px 7px 0px #a9def9;
}
.surgical_history_page .form_block_list .list-unstyled {
	height: 140px;
	overflow: auto;
}
.surgical_history_page .form_block_list .list-unstyled a {
	color: #222;
    display: block;
    padding: 2px 10px;
    margin: 3px 0;
    font-size: 12px;
    font-family: 'Open Sans Semi Bold';
}
.surgical_history_page .form_block .list-inline {
	padding-right: 7px;
}
.surgical_history_page .form_block .form-group {
	margin: 0 -10px 15px;
} */


/** Documents page 
	==============**/
.bg-white {
	background-color: #fff !important;
}
.document_right_aside .checkbox {
	text-align: center;
}
.form_block_sub_folder {
	padding-top: 2px;
}
.document_right_aside .bg-white ~ .patient_info_header {
	padding: 5px 5px 0;
}
.document_right_aside .bg-white {
	padding: 5px;
}
#patient_document_list_wrapper .dataTables_length,
#patient_document_list_wrapper #patient_document_list_filter {
	display: none;
}
.folder_cus_width {
	display: inline-block;
    width: 136px;
}
.doc_left_aside_width .panel-heading i {
	vertical-align: top;
	padding-top: 2px;
}
.doc_left_aside_width .panel-heading i.fa-folder-open {
	padding-top: 0;
}
.doc_left_aside_width .panel-group .panel+.panel {
	margin-top: 0;
} 
/* select {
	font-size: 1.3em;
          padding:10px;
         -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
          margin: 10px;
          background: darkgrey;
          color: white;
          outline: none;
} */

.document_selected_option .root_folder_option span {
	color: #0e2b72 !important;
	padding-left: 10px !important;
}
.document_selected_option .sub_folder_one_option span {	
	color: #204ebf !important;
	padding-left: 20px !important;
}
.document_selected_option .sub_folder_two_option span {	
	color: #3f76ff !important;
	padding-left: 30px !important;
}
.document_selected_option .dropdown-menu {
	min-width: 250px;
	max-height: 400px;
	overflow: auto;
	padding: 0 0;
}
.document_selected_option .dropdown-menu li span {
	display: block;
	font-family: 'Open Sans Semi Bold';
	padding: 3px 5px;
	margin: 1px 0;
	font-size: 10px;
	cursor: pointer;
}
.document_selected_option .caret {
	display: inline-block;
	margin: 6px;
	float: right;
}
.root_folder_option {
	border-bottom: 1px solid #d9edf7;
	margin-top: 1px;	
}
.document_selected_option {
	padding-top: 5px;
}
.dropdown-toggle {	    
    padding: 4px 3px;
    border-width: 0 0 1px;
}
.document_selected_option .dropdown-menu li span:hover,
.document_selected_option .dropdown-menu li span:focus,
.document_selected_option .btn-default:hover,
.document_selected_option .btn-default:focus,
.document_selected_option .btn-default:active:hover,
.document_selected_option.open>.dropdown-toggle.btn-default,
.document_selected_option.open>.dropdown-toggle.btn-default:hover {
	background-color: #d9edf7;
}
/* .doc_left_aside_width .panel-group > .panel-info {
	border-bottom: 1px solid #eaeaea;
} */
.document_right_aside h5 {
	margin: 0;
	color: #0e2b72;
	font-family: 'Open Sans Semi Bold';
	padding-top: 3px;
}
.document_right_aside .checkbox span:before, 
.document_right_aside .radio label>span:before {
	margin-right: 0;
}
.document .panel-info {
	border-radius: 0;
	border-color: #fff;
}
.folder_add_icon .fa-plus-square {
	vertical-align: -1px;
}
/* .folder_add_icon {
	padding: 5px 0 0 35px;
} */
.search_filter {
	padding-left: 10px;
}
.search_filter .form-control {
	height: 24px;
}
.filtering_block h5 {
	padding-top: 6px;
}
.filtering_block .list-inline {
	padding-top: 3px;
}
#document_upload_modal .fileUpload {
	padding: 4px 8px;
    margin: 10px 10px 0;
}
#document_upload_modal #uploadFile {
	min-width: 170px;
}
.document .panel-heading, 
.document .panel-body {
	padding: 5px 15px;
	border-radius: 0;
}
.document .panel-heading {
	background-color: #fff;
	border: none;
	border-right: 2px solid transparent;
}
.document .panel-heading a {
	display: block;
	font-family: 'Open Sans Semi Bold';
	color: #505050;
	font-size: 11px;
}
.document .header_active a {
	color: #222;
}
.accordion_sub .header_active a,
.accordion_super_sub .header_active a {
	color: #222;
}
.document .tag_list {	
	padding: 6px 10px 10px;
}
.document .tag_list > ul > li {
	padding: 5px 2px;
}
.document .list-unstyled > li > a {
	display: block;
	color: #333;
	font-family: 'Open Sans Semi Bold';
	padding-left: 1px;
	margin: 6px 0;
	font-size: 11px;
	word-break: break-all;
}
.document .fa-images {
	color: #008000;
}
.document .list-unstyled > li > a:hover,
.document .list-unstyled > li > a:focus,
.document .list-unstyled > li > a.active {
	color: #0070e0;
	padding-left: 2px;
}
.document > .row,
.scan_document .bg-white ~ .row {
	margin: 0 -10px;
}
.scan_document .bg-white ~ .row > [class^="col"] {
	padding: 0 10px;
}
.document > .row > div {
	padding: 0 10px;
}
.document legend {	
    color: #0f2b72;
}
.document form fieldset {
    border: 1px solid #69b3fd;
    margin-top: 10px;
}
.document form fieldset legend .btn {
	display: inline-block;
    margin: 1px 3px;
    padding: 3px 4px;
    line-height: 1;
}
.scan_file {
	min-height: 100px;
	margin-top: 15px !important;
}
.document .label-info {
	font-size: 11px;
}
.document .filter_block .form-control {
	height: 26px;
}
.document .panel-heading.header_active,
.document .panel-heading.header_active:hover,
.document .panel-heading.header_active:active {
	background-color: transparent;
    border-bottom: none;
    box-shadow: inset 0 0 1px 0px #32b6e0;
}
.document .panel-heading:hover,
.document .panel-heading:active,
.document .panel-heading.active {
	background-color: #d9edf7 !important;
    border-right: 2px solid #32b6e0;
}
/* .document .panel-heading:hover a,
.document .panel-heading:active a,
.document .panel-heading.active a {
	color: #fff !important;
} */
/* .document .panel-heading.header_active a,
.document .panel-heading.header_active:hover a,
.document .panel-heading.header_active:active a {
	color: #fff;
} */

/* .accordion_sub .panel > .panel-heading.header_active a,
.accordion_sub .accordion_super_sub .panel > .panel-heading.header_active a {
	color: #505050;
} */
/* .DocumentDirectoyList > .patient_info_header {
	padding-right: 0 !important;
} */
.accordion_sub .fa-plus-circle {
	padding-top: 3px;
}
.header_active ~ .panel-collapse .panel-body {	
	padding-right: 0;
    border-right: 0;
    border-top: none !important;
}
/* .accordion_sub .panel > .panel-heading.header_active {
	background-color: #79d1ec;   
} */
.accordion_sub .panel > .panel-heading.header_active ~ .panel-collapse > .panel-body {
	border-color: #79d1ec;
}
/* .accordion_sub .accordion_super_sub .panel > .panel-heading.header_active {
	background-color: #a6e0f2;  
} */
/* .accordion_sub .accordion_super_sub .panel > .panel-heading.header_active ~ .panel-collapse > .panel-body {
	border-color: #a6e0f2;
} */

.panel .panel {
	margin-top: 3px;
}
.panel .panel > .panel-heading {
	padding: 3px 4px;
    font-size: 12px;
}
canvas {
	display: block;
}

/** Provider schedule
	===============**/
.provider_scheduling_add .table.table-hover.table-bordered.table-striped {
	font-size: 11px !important;
}
.provider_scheduling_add .table.table-hover th {
	min-width: 70px;
}
.provider_scheduling_add .table.table-hover th.provider_name {
	min-width: 100px;
}
.form_field_block,
.form_field_block ~ div {
	overflow: auto;
}
.provider_scheduling_add .table>tbody>tr>td {
	font-size: 11px;
    line-height: 1;
    height: 20px;
    font-family: 'Open Sans Semi Bold';
}
.filter_schedule .filter {
	padding: 10px 0 0 10px;
}
.filter_schedule {
	margin-bottom: 10px;
}
.filter_schedule .custom_form label {
	padding: 10px 0;
}
.filter_schedule .input-group.date {
	min-width: auto;
}
.schedule_day {
	color: #222;
	padding-top: 4px;	
    font-weight: bold;
}
.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr {
	background-color: #fff;
}
.provider_scheduling_add .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #e8e8e8;
}
.provider_scheduling_add .table.table-hover th.provider_name {
	background-color: #32b6e0;
    color: #fff;
}
.provider_scheduled_table .btn-primary {
	/* border: none;
    border-bottom: 1px solid #0070e0;
    padding: 0 0 2px; */
    font-size: 10px;
    -wbkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.provider_schedule .table-striped>tbody>tr > td {
	padding: 4px 8px;
}
.calendar_page .custom_form .provider_select select.form-control {
	height: 24px;
}
.provider_appointment_all .table>thead>tr>th {
	text-align: left;
	font-size: 11px;
}
.filter_schedule .filter {
	padding: 10px 0 0 10px;
}
.filter_schedule {
	margin-bottom: 10px;
}

.patient_report > div.progress_notes_new_div {
	margin: 0;
	box-shadow: none;
    padding: 10px 10px 5px;
}
.patient_report > div.progress_notes_new_div.signed_status {
	color: #0f2b72;
	font-family: 'Open Sans Semi Bold';
	text-align: right;
	padding: 3px 10px !important;
	line-height: 18px;
    margin-bottom: 0; 
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;  
    /* -webkit-box-shadow: inset 0 0 3px 1px #afc6ff;
    -moz-box-shadow: inset 0 0 3px 1px #afc6ff;
    box-shadow: inset 0 0 3px 1px #afc6ff; */
}
.signed_status .date_time {
	padding-left: 25px;
	color: #4a4a4a;
}
.signed_status li > img {
	width: 100px;
    height: auto;
}
.signed_status li {
	vertical-align: middle;
}
.progress_notes_new .encounter_form {
	margin-bottom: 10px !important;
}

.time_extension {
    display: inline-block;
    padding-top: 17px;
}
.left_side_menu li.sign_out_encounter a {
	color: #b5b5b5;
}
.left_side_menu li.sign_out_encounter a:hover,
.left_side_menu li.sign_out_encounter a:focus,
.left_side_menu li.sign_out_encounter.active a {
	background-color: #ddd;
	color: #6f6c6c;
}
.left_side_menu li.sign_out_encounter > a:hover .fa-chevron-right, 
.left_side_menu li.sign_out_encounter.active > a .fa-chevron-right {
	color: #6f6c6c;
}
/** Toogle on off buton 
	=================**/
.form_page_toggle,
.patient_details_slider li.active .btn {
	-webkit-transform: perspective(1px) translateZ(0);
    transform: initial;
}
.form_page_toggle:before,
.patient_details_slider li.active .btn:before {
	position: static;
}

/** Orders page
	===========**/
.orders_table_row_width {
	min-width: 70px;
}
.orders_page textarea {
	height: 34px;
}
.orders_heading {
	padding: 5px 10px;
}
.orders_heading > span {
	display: inline-block;
	padding: 5px;
}
.orders_error_block {
	display: inline-block;
	padding-top: 3px;
}
.orders_heading > .pull-left {
	padding-top: 3px;
}
.order_with_clear > li {
	padding: 2px 0;
}
.order_with_clear > li > a {
	padding: 2px 7px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-family: 'Open Sans Semi Bold';
}
.search_list {
	margin: 12px 15px 5px;
}
.new_order .panel-body li > span {
	display: inline-block;
	padding: 4px 8px;
	line-height: 16px;
	cursor: pointer;
}
.order_table table th.text-center {
	width: 25px;
}
/* .orders_lists {
	overflow: auto;
} */
.add_selections_block {
	/* width: 1380px; */
	display: flex;
	overflow: auto;
	margin-bottom: 10px;
}
#resizable h6 {
	background-color: #fff;
	margin: 0;
    padding: 13px 0 0;
}
#resizable {
	margin-bottom: 35px;
}
.add_selections_block > .add_selections_block_list .panel-body {
	height: 250px;
	overflow: auto;
}
.add_selections_block > .add_selections_block_list {
	/* width: 20%; */
	flex: 0 0 229px;
    flex-grow: 1;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.add_selections_block > .add_selections_block_list:first-child {
	padding-left: 0;	
}
.add_selections_block > .add_selections_block_list:last-child {
	padding-right: 0;	
}
.add_selections_block > .add_selections_block_list h6 {
	color: #000;
	font-family: 'Open Sans Semi Bold';
}
.lab_list h6 {
    float: left;
    padding: 4px 2px 0;
}
.lab_list .checkbox {
    float: right;
}
.lab_list .checkbox-inline {
	padding-top: 3px !important;
}
.custom_form .lab_list .checkbox span:before {
	width: 13px;
    height: 13px;
    min-width: 13px;
    line-height: 12px !important;
    margin-right: 5px;
}
.checkbox-inline {
	margin-right: 10px !important;
}
/* .add_selections_block > .add_selections_block_list {
	min-width: 230px;	    
} */

.template {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.patient_info_header .patient_image:hover img {
	transform: scale(1.21);
}
.patient_info_header .patient_image {
	padding: 2px 10px 10px;
}

.patient_info_header .patient_image a {
	right: 30px;
}

/** 10-07-2018
	==========**/
/* .top_form_summary .btn-primary,
.top_form_summary .btn-info {
	margin-top: 10px;
} */
.top_form_summary > .bg-info {
	background-color: #fff;
}
.top_form_summary .bg-info > .navbar-left {
	padding: 6px 0;
}
.top_form_summary .bg-info > .navbar-right .checkbox {
	margin: 6px 0 4px 0;
	min-height: auto;
}
.top_form_summary .bg-info > .navbar-right .btn-blue {
	margin-top: 5px;	
}
.btn-blue {
	color: #0f2b72;
	border: 1px solid #0f2b72;
}
.btn-blue:hover,
.btn-blue:focus {
	background-color: #0f2b72;
	color: #fff;
}
.add_summary {
	padding: 10px 0 0;
}
.custom_form #OrderSummaryForm .form-control,
.focus_sdit_comment .form-control {
	border-bottom: none;
}
.custom_form #OrderSummaryForm .form-control:focus,
.focus_sdit_comment .form-control:focus {
	border-bottom: 1px solid #bbb;
}
.assessment_stage {
	display: flex;
	overflow: auto;
}
.assessment_page .orders_filter .panel-heading {
	padding: 0 10px 2px;
	position: relative;
}
.assessment_page .assessment_summary_table .panel-heading {
	padding: 5px 10px 5px;
}
.assessment_summary_table .panel-heading .text-b {
	padding-top: 2px;
}
.assessment_summary_table .icds .form-control {
	height: 26px;
}
.assessment_page .top_form_summary .btn-primary,
.assessment_page .top_form_summary .btn-info {
	margin-top: 7px;
}
.orders_filter .panel-heading .form-control {
	padding: 3px 16px 3px 5px;
    height: 18px;
    line-height: 1;
}
.orders_filter .btn-link {
	position: absolute;
    right: 20px;
    left: auto;
    top: -15px;
}
.modal-body.assessment_page .panel-heading .btn-link {
	right: 15px;
	top: -16px;
}
.assessment_page .panel-heading {
	padding: 5px 10px;
}
/* .orders_filter h6 {
	margin-bottom: 0;
} */
.assessment_stage .list-unstyled a {
	color: #222;
	display: block;
    padding: 4px 10px;
    /* margin: 3px 0; */
    font-size: 11px;
    font-weight: normal;
}
.add_assessment .list-unstyled a:before,
.surgical_history_page .form_block_list .list-unstyled a:before {
	content: "\f054";
    font-family: fontawesome;
    display: inline-block;
    font-weight: 500;
    padding-right: 3px;
    color: #949494;	
}
.add_selections_block_list .orders_lists .panel-heading {
	padding: 6px 15px;
}
.add_assessment .list-unstyled a:hover:before,
.add_assessment .list-unstyled a:focus:before,
.add_assessment .list-unstyled a.active:before,
.form_block_list .list-unstyled a:hover:before, 
.form_block_list .list-unstyled a:focus:before, 
.form_block_list .list-unstyled a.active:before {
	color: #0070e0;
}
.assessment_stage .list-unstyled a:hover,
.assessment_stage .list-unstyled a:focus,
.assessment_stage .list-unstyled a.active,
.surgical_history_page .form_block_list .list-unstyled a:hover,
.surgical_history_page .form_block_list .list-unstyled a:focus,
.surgical_history_page .form_block_list .list-unstyled a.active {
	color: #0070e0;
	padding-left: 12px;
}
/* .add_assessment .list-unstyled a:hover,
.add_assessment .list-unstyled a:focus {
	background-color: #fff;
} */
.stage_list,
.stage_list_settings {
	flex: 0 0 230px;
	float: left;
    margin: 0 5px;        
}
.stage_list .list-unstyled > li {
	border-bottom: 1px solid #ddd;
}
.stage_list .list-unstyled > li:last-child {
	border-bottom: none;
}
.stage_list_settings {
	flex: 0 0 280px;
}
.add_assessment .stage_list {
	box-shadow: inset 0 0px 7px 0px #a9def9;    
}
.add_assessment .stage_list .list-unstyled {
	height: 200px;
    overflow: auto;	
}
.add_assessment .stage_list h6,
.form_block_list .form_block_heading {
	margin: 0;
    padding: 5px 5px 4px;
    background-color: #bce8f1;
    line-height: 1;
    font-family: 'Open Sans Semi Bold';
}
.add_assessment .stage_list h6 {
	font-size: 11px;
}
.form_block_heading > pull-left {
	padding-top: 3px;
}
.form_block_heading .form-control {
	height: 20px;
    padding: 5px;
    float: left;
    width: 92%;
}
.overall_asessment_list .panel-body {
	height: 150px;
	overflow: auto;
}
.assessment_page form > div.row {
	margin: 0 -10px;
}
.assessment_page form > div.row > div {
	padding-left: 10px;
}
/** Add assessment page
	====================**/
.add_assessment_width {
	overflow: auto;
	display: flex;
	margin: 0 10px;
}
.assessment_page .add_assessment_width .pull-left {
	padding-left: 0;
}
.assessment_page .add_assessment_width .pull-right {
	padding-right: 0;
}
.AddNewAssessmentDiv {
	margin: 0 -10px;
	overflow: hidden;
}
.assessment_page .add_assessment_width > div {
	min-width: 615px;
    float: left;
    padding: 0 10px;
}
.add_assessment_width .assessment_stage {
	overflow: inherit;
}
.overall_asessment_list {
	padding-top: 10px !important;
}
.ros_panel_heading {
	padding-top: 8px;
}
select.prev_counter_color {
	font-weight: normal;
	color: #000;
}
.PhysicalExamFormDive .ros_panel_heading {
	padding-top: 10px;
}
.settup_settings {
	margin-bottom: 20px;
}
.settup_settings.panel-heading {
	padding: 5px 10px !important;
	margin: 0;
}
.settup_settings.panel-heading h6 {
	padding-top: 4px;
	font-size: 11px;
}
.settup_settings ul > li {
	padding: 0;
}
.flowboard_list_view_page .exam_room {
	width: 84px;
}
.flowboard_list_view_page .table>thead>tr>th {
	font-size: 10px;
}
.flowboard_list_view_page .form-control {
	height: 26px;
}

/** Flowboard
	========**/
.canvasjs-chart-credit {
	display: none;
}
#add_icd .modal-body {
	min-height: 200px;
}
#add_icd .modal-header ul > li,
#problem_list_search .modal-header ul > li,
#icd_search .modal-header ul > li {
	vertical-align: middle;	
}
#add_icd .modal-header .fa {
	display: block;
	padding-top: 0;    
}
#add_icd .modal-header ul > li .fa-lg {
	vertical-align: 10%;
}
#add_icd .modal-header ul > li .radio {
	margin: 0;
}
/* #icd_settings .modal-body {
	min-height: 260px;
} */
#add_icd .modal-header input,
#problem_list_search .modal-header input,
#icd_search .modal-header input {
	color :#fff;
}
.check_btn,
.check_btn:hover,
.check_btn:focus {
	background-color: green;
	color: #fff;
}
.progress_status label.checkbox > span:before {
	width: 11px;
    height: 13px;
    min-width: 13px;
    margin-top: 2px;
	line-height: 13px !important;
}
/** surgical history
	==============**/
.surgical_history_page .form_block {
	padding: 10px;
}
.surgical_history_page .form_block_list {
	-webkit-box-shadow: inset 0 0px 7px 0px #a9def9;
	-moz-box-shadow: inset 0 0px 7px 0px #a9def9;
	box-shadow: inset 0 0px 7px 0px #a9def9;
}
.surgical_history_page .form_block_list .list-unstyled {
	height: 195px;
	overflow: auto;
}
.surgical_history_page .form_block_list .list-unstyled a {
	color: #222;
    display: block;
    padding: 2px 10px;
    margin: 3px 0;
    font-size: 11px;
    font-family: 'Open Sans Semi Bold';
}
.surgical_history_page .form_block .list-inline {
	padding-right: 7px;
}
.surgical_history_page .form_block .form-group {
	margin: 0 -10px 15px;
}
.option {
	min-width: 110px;
}
.options {
	min-width: 80px;
	width: 180px;
}

/* .check_btn span {
	opacity: 0;
} */
.check_btn:before {
	content:"\f058";
	display: inline-block;
	font-family: fontawesome;
	padding-right: 4px;
}
.icd_list > li {
	font-family: 'Open Sans Semi Bold';
    font-size: 11px;
    line-height: 18px;
}
.plan_page .form-horizontal .top_form_summary .radio {
	min-height: auto;
	margin-top: 3px;
}
.plan_page .bg-info > .top_space_5 {
	padding-top: 2px !important;
}
.plan_page .top_form_summary .form-group {
	margin: 0;
}
.plan_page .top_form_summary ul > li {
	vertical-align: middle;
}
.plan_page .top_form_summary .radio-inline {
	padding-top: 0;
}
.plan_page .top_form_summary .form-control {
	border-color: #888;
	height: 24px;
}
.plan_page .bg-info .radio .radio-inline {
	margin-top: 2px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:hover,
select:focus {
	outline: none;
}

/** Range Style
	===========**/
.plan_page input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: #0f2b72;
  height: 6px;
}

 .plan_page input[type=range]::-webkit-slider-thumb {
  /* -webkit-appearance: none; */
   background: #0f2b72;
} 

.plan_page input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.plan_page input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  width: 3px;
  height: 20px;

  /* Hides the slider so custom styles can be added */
  background: red; 
  border-color: red;
  color: red;
}
.capture_image {
	width: 120px;
    height: 90px;
    background-color: #ddd;
    text-align: center;
    position: relative;
}
.capture_image .fa-camera {
	display: block;
	position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    right: 0;    
    transform: translatey(-50%);
}
.open_encounter > .page_heading ~ .row {
	margin: 0 -10px 0 -13px;
}
.superflowsheet_table th {
	min-width: 90px;
}
th.table_date {
	min-width: 90px;
}
th.table_comments {
	min-width: 150px;
}
th.table_com_width {
	min-width: 100px;
}
.superflowsheet_refresh .fa {
	padding-top: 15px;
}
.superflowsheet_block tr > th {
	font-size: 11px !important;
}
.lab_result_unit {
	width: 60px !important;
    min-width: 60px !important;
}
.lab_result_comment {
	width: 300px !important;
    min-width: 300px !important;
}
.add_selections_block_list .panel-heading h6 {
    padding-top: 3px;
}
.lab_test_wid {
	width: 10px !important;
	min-width: 10px;
}

/** Flip css
	========**/
.patient_details_page > .patient_info_header {
	padding-bottom: 5px;
}
.flip-container {
	background-color: #ececec;
	width: 250px;
    height: 159px;
    margin: auto;
  	-webkit-perspective: 1000;
  	-moz-perspective: 1000;
  	-o-perspective: 1000;
  	perspective: 1000;  	
} 
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.name,
.back-logo {
	width: 252px;
    height: 159px;
    overflow: hidden;    
}
.name img,
.back-logo img {
	display: block;	
  	max-width: 100%;
  	max-height: 100%;
  	width: 100%;
  	margin: auto;	
  	transition: all ease-in-out .5s;
  	padding: 5px;
}
.name img:hover,
.back-logo img:hover {
	transform: scale(1.25);
}
.flipper, .front, .back {
	width: 100%;
    height: 100%;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;  
  	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.front .name {		
	top: 0;
	left: 0;
	position: absolute;	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.click_to_zoom {
    position: absolute;
    right: -11px;
    top: -5px;
}
.front_img, .back_img {
	min-height: 215px;
    max-height: 215px;
    height: 215px;
	padding-bottom: 20px;
	/* position: relative;	 */
}
.front_img img, .back_img img {
	/* position: absolute;
	left: 0;
    right: 0;
    top: 18px; */
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    	
}
.click_to_zooming h6 {
	text-align: center;	
	font-family: 'Open Sans Semi Bold';
}
.full_view_progress hr {
	margin: 10px 0;
}
.full_view_progress p {	
	font-weight: 500;
}
.full_view_progress .ProgressNoteDiv span,
.full_view_progress .ProgressNoteDiv strong  {
	font-size: 11px !important;
	font-weight: normal !important;
}
.progress_notes_page_slider span {
	font-size: 11px !important;
	color: #333 !important;
	font-weight: normal !important;
}
.full_view_progress .template_name {
	font-family: 'Open Sans Semi Bold' !important;
	font-size: 12px !important;
}
/* .click_to_zooming .modal-content {
	overflow: auto;
} */

/** Super flow sheet
	================**/
.superflow_sheet .list-inline>li {
	vertical-align: middle;
}
.progress_title {
	padding: 5px 7px 0 20px;
}
.progress_title > label {
	display: inline-block;
	padding: 0 5px;
}
.lab_summary_block .lab_form .form-control {
	height: 26px;
}

/** Scanning
	========**/
.asprise-web-scan-dialog h2 {	
    font-size: 20px;
    margin: 0;
    padding: 0;	
}
.asprise-web-scan-dialog h3 {
	font-size: 14px;
}
.blue_box_shadow {
	box-shadow: inset 0px 0px 8px 0px #98e6ff;
    background: #fff;
}
.GetImageSource {
	position: relative;
}
.GetImageSource i {
	float: left;
    color: #0e2b72;
    margin-right: 10px;
}
/* .GetImageSource .fa-cloud-download-alt {
	float: left;
	diplay: inline-block;
	padding-right: 10px;
} */
.upload_image_full_view {
	position: absolute;
    max-width: 234px;
    right: auto;
    left: -205px;
    z-index: 999;
    top: 0;
}
/** Document
	=======**/
.add_sub_folder_modal .add_form,
.add_root_folder_modal .add_form_root {
	padding: 0 20px 0 0;
}
.note-btn {
	float: none;
	padding: 5px 6px;
    border-width: 1px;
}

/** Template
	==========**/
.custom_template > .complaint_list > .list-unstyled >li {
	padding-left: 0;
}

/** Administrator Users
	===================**/
.users_filter {
	margin-top: 10px;
}
.order_group_selections .panel-body {
	padding: 0 !important;
}
.order_group_selections .panel-body ul > li {
	border-bottom: 1px solid #ddd;
}
.order_group_selections .panel-body ul > li:last-child {
	border-bottom: none;
}
.template_page_list {
	background-color: #fff;
    margin-top: 10px;
}

/** create_appointment_filters
	=========================**/
.create_appointment_filters .form-control {
	height: 18px;
	padding: 2px 5px 2px 0 !important;
}
.file_upload_docs {
	width: 90px;
}
.file_upload_docs ~ .fileUpload {
	padding: 2px 4px;
    margin: 2px 3px;
}
.file_upload_docs ~ .fileUpload .fa-cloud-upload-alt {
	color: #2870e0;
    margin-top: 5px;
}
/** Access Role
	==========**/
.menu_name .checkbox {
	min-height: auto;
    background-color: #d9edf7;
    padding: 5px 7px 1px;
}
.menu_name > .form-group,
.menu_name ~ .checkbox {
	margin: 0;
}
.select_menus {
	margin: 0 0 10px;
    border: 1px solid #d9edf7;
    padding: 10px 10px 0
}
.access_role a[data-toggle="collapse"]{
	display: inline-block;
	padding: 2px 10px 4px 8px;
}
.access_role_page .custom_form .checkbox span:before {
	width: 12px;
    height: 12px;
    min-width: 12px;
}
.access_role_page .custom_form .checkbox input[type=checkbox]:checked+span:before {
	line-height: 11px;
	font-size: 9px;
}
.surgical_history_form.custom_form .checkbox {
	min-height: auto;
	margin-top: 0;
}
.counseling table .checkbox,
.surgical_history_page table .checkbox {
	margin-left: 8px;
}

/** superbill_preview
	=================**/
.superbill_preview .modal-content {
	border-radius: 0;
}
.superbill_preview h5 {
	font-family: 'Open Sans Bold';
    font-size: 16px;
    border-bottom: 3px solid #000;
    padding-bottom: 6px;
    margin: 0 0 0;
}
.superbill_preview h6,
.superbill_preview .text-b {
	font-family: 'Open Sans Bold';
	color: #000;
    font-size: 11px;
    margin-bottom: 3px;
}
.superbill_preview {
	font-size: 10px;
	color: #000;
}
.superbill_preview .border_bottom {
	border-bottom: 2px solid #8c8c8c !important;
}
.superbill_preview .block_border_bill {
	border-bottom: 2px solid #222 !important;
}
.superbill_preview .table>tbody>tr>td {
	border: none;
	padding: 2px 1px;
}
.superbill_preview .table>thead>tr>th {
	background-color: transparent;
	font-family: 'Open Sans Bold';
    border: 2px solid #ddd;
    border-color: #000 #fff !important;
    padding: 0;
    font-size: 11px;
}
.superbill_preview .table-responsive {
	border-top: 2px solid #000;
}
.superbill_preview .table>tbody>tr:last-child td {
	padding: 15px 3px;
}
.superbill_preview .modal-body > a {
	display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #222;
    line-height: 1;
    font-weight: 600;
}

/** Letters form
	=============**/
.drop_value {
	padding-top: 20px;
}
.drop_value textarea {
	width: 100%;
}
#drop_values ~ .note-editor .note-editable {
	min-height: 200px;
}
.letters_view_style .customize_letters_form {
	padding: 10px;
    border: 1px solid #b1d2e2;
    margin: 10px 0;
}
.note-editable {
	height: 200px;
}

/** Educaton
	=======**/
.search_input {
	position: relative;
}
.search_input .btn-link {
	position: absolute;
    top: 3px;
    right: -8px;	
}
.customize_letters_form p {
	font-size: 14px;
}
.medication_view_page {
	padding-top: 10px;
}
.aga_det {
	position: absolute;
    top: 10px;
    right: 15px;
    color: #666;
}
.users_view .fileUpload {
	padding: 6px 4px;
}
.import_csv .csv_file_upload .fileUpload {
	padding: 4px 6px;
    margin: 10px 6px;
}
.enable_progress_page .patient_info_header h5 {
	font-size: 13px;
}
.error_msg_here {
	padding-right: 20px;
}
.csv_file_upload .import_exel .fileUpload {
	padding: 4px;
	margin: 10px 5px;
}

.required {
	padding-right: 3px;	
}
/*30-10-2018 - Prabhakaran*/
.icd_from_problem_list > li {
	border-bottom: 1px solid #ddd;
}
.icd_from_problem_list > li:last-child {
	border-bottom: none;
}
.icd_from_problem_list a {
	color: #222;
    display: block;
    padding: 4px 10px;
    /* margin: 3px 0; */
    font-size: 11px;
    font-weight: normal;
}
.icd_active_class {
    background-color: #ddd;
}

.medication_page .panel-body li > span {
    display: inline-block;
    padding: 4px 8px;
    line-height: 16px;    
}
.medication_page .panel-body li {
	cursor: pointer;
}
.medication_page .list-unstyled > li.active {
    background-color: #eaeaea;
}

/** page_loader
	===========**/
.page_loader {
	position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background: url('../images/page_loader.gif') 50% 50% no-repeat rgba(0,0,0,.8);
   opacity: .8;
}
.charge_summary_header_image .minimize_view .patient_info_header form > div > .col-md-2 img {
	width: 90px;
    height: 90px;
}
.plan_page .minimize_view > form .navbar-left > .list-inline > li {
	display: flex;
    padding: 5px;
}
#pe2_progress_notes p,
#pe2_progress_notes h1,
#pe2_progress_notes h2,
#pe2_progress_notes h3,
#pe2_progress_notes h4,
#pe2_progress_notes h5,
.overite_style p,
.overite_style h1,
.overite_style h2,
.overite_style h3,
.overite_style h4,
.overite_style h5,
.overite_style span,
.overite_style b {
	font-size: 11px !important;
	font-family: inherit !important;
	font-weight: 500 !important;
	background-color: transparent !important;
    text-align: left !important;
    text-decoration: none !important;
}

.fixed_table_header th.time, 
.fixed_table_header td.time {
	width: 65px !important;
	min-width: 65px !important;
	max-width: 65px !important;
}
.fixed_table_header table ,
.super_flow_shet_fixed_table table  {	
	table-layout:fixed;
	margin:0 auto 0;
	
}
.fixed_table_header th, 
.fixed_table_header td ,
.super_flow_shet_fixed_table th, 
.super_flow_shet_fixed_table td  {
	padding:5px 10px;
	border:1px solid #ddd;
	border-width: 0 1px 1px 1px !important;
	width: 200px;
}
.fixed_table_header thead, 
.fixed_table_header tfoot ,
.super_flow_shet_fixed_table thead, 
.super_flow_shet_fixed_table tfoot {
	background:#f9f9f9;
	display:table;
	width:100%;
	width:calc(100% - 3px);
}
.fixed_table_header tbody ,
.super_flow_shet_fixed_table tbody  {
	height:47.35em;
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:calc(100% - 3px) !important; 
}
.fixed_table_header table:hover thead {
	width:calc(100% - 7px); 
}
.fixed_table_header tbody tr,
.fixed_table_header thead tr ,
.super_flow_shet_fixed_table tbody tr,
.super_flow_shet_fixed_table thead tr   {
	display:table;
	width:100%;
	table-layout:fixed;
}

 
.super_flow_shet_fixed_table {
	/* max-height: 30em;
	overflow: auto; */
	padding: 0 0 15px 15px; 
}

.super_flow_shet_fixed_table tbody {
	max-height:30em;
	height: auto;
}
.super_flow_shet_fixed_table .scroll_thead_width thead,
.super_flow_shet_fixed_table .scroll_thead_width thead.table__head:hover,
.super_flow_shet_fixed_table table.scroll_thead_width:hover thead {
	width: calc(100% - 6px);
}
.super_flow_shet_fixed_table table.scroll_thead_width tbody:hover thead {
	width: calc(100% - 9px);
}

/* fixed table header with rowspan */

.TimeSlatClass {
	height: 60px;
}
.family_history_split .form-group > div {
	width: 100% !important;
}
.encounter_form_block.ros_page {
	overflow: initial;
}
.patient_apoointment_table_height:hover table {
	width: calc(100% - 3px);
}
.top_scrolled_on_column {
	/* background-color: #ffccd5; */
    -webkit-animation: create_row_doctor 1s 1; /* Safari 4+ */
  -moz-animation:    create_row_doctor 1s 1; /* Fx 5+ */
  -o-animation:      create_row_doctor 1s 1; /* Opera 12+ */
  animation:         create_row_doctor 1s 1; /* IE 10+, Fx 29+ */
}
.top_scrolled_on_row .layout_drop {
	 -webkit-animation: create_row_doctor 1s 1; /* Safari 4+ */
  -moz-animation:    create_row_doctor 1s 1; /* Fx 5+ */
  -o-animation:      create_row_doctor 1s 1; /* Opera 12+ */
  animation:         create_row_doctor 1s 1; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes create_row_doctor {
	0%{     background-color: #ff99aa; }
    49%{    background-color: #ffb3bf; }
    50%{    background-color: #ffc0cb; }
    99%{    background-color: #ffccd5; }
    100%{   background-color: #ececec; }
}


/** SSl Certificate
	===============**/
.ssl_certificate_page .patient_info_header h5 {
	color: #0e2b72;
	text-shadow: none;
}
.ssl_certificate_page .fa-circle {
	color: #616161;
    font-size: 8px;
}



/* #left_aside {
	position: fixed;
}
#right_aside {
	margin-left: 10%;
} */

/* .encounter_form_block.ros_page .panel-info .panel-body {
	overflow: auto;
} */

/** Prabhakar 29-06-2018	
	====================**/

/* #target fieldset,#PreviewView fieldset {
	min-height: 500px;
    border: 1px solid #ccc;
    padding: 5px 5px 5px;
    position: relative;
}
 .radio .radio-inline, 
 .radio.radio-inline, 
 .checkbox .checkbox-inline, 
 .checkbox.checkbox-inline {
    padding-left: 0;
    margin: 0 5px;
}
.preview_input {
    float: left;
    padding: 0 10px;
}
#PreviewView legend {
    width: auto;
    border: none;
    font-size: 14px;
    padding: 0 8px;
    margin-bottom: 0;
    font-weight: 600;
}
.family_hist .family_history_split {
    width: 300px;
    float: left;
    padding: 0 10px;
} */

/** Media Query
	===========**/
/* @media(min-width:1400px) {
	.container-fluid {
		max-width: 1440px;
		margin: 0 auto;
	}	
} */

/* @media(max-width: 1350px) {
	.form_field_block,
	.form_field_block ~ div {
		overflow: auto;
	}
} */
.order_summary_icd_code {
	width: 360px;
	min-width: 200px;
	max-width: 360px;
}
.order_summary_icd_code_val input {
    float: left;
}
.encounter_list_block {    
    padding: 0 10px 0 0;
}
.ros_page {    
    padding: 0;
}
.minimize_view .SocialHxDiv .form_builder_width {
	width: auto;
}
/* .pe2_page .minimize_view [class^="col"] {
	width: auto;
} */
@media(min-width: 1510px) {
	#left_aside ~ .template #DesignerView #build {
		width: auto;
	}
	.template_darg_drop .panel-group {
		max-width: 20% !important;
	}
	.encounter_form_block .create_delete_form {
		width: auto;
	}
}
@media(min-width: 1340px) and (max-width: 1509px) {
	#left_aside ~ .template #DesignerView #build {
		width: 1046px;
	}
}
@media(min-width: 1300px) and (max-width:1350px) {
	.template_page .template_darg_drop .panel-group {
		max-width: 225px;
	}
	.form_field_block ~ div {
		width: 15%;
	}	
}
@media(min-width: 1300px) {
	.doc_left_aside_width {
		width: 20%;
	}
	.doc_right_aside_width {
		width: 80%;
	}
	.resp_drag_icon {
		display: none;
	}	
	.encounter_list_block {
		width: 180px;
	   	padding: 0 10px 0 0;
	}
	.encounter_form_block {
		padding: 0;
	}
	.encounter_form_block {
		width: 84.6%;
	}
	/* .patient_apoointment_table_height {
		margin-bottom: 20px;
	}	 */
}

@media(min-width: 1300px) and (max-width: 1350px) {
	.encounter_form_block {
	    width: 84%;
	}
}
@media(max-width: 1152px) {	
	.plan_page .navbar-right {
		float: left !important;
		margin-bottom: 7px;
	}
	.resp_width {
		min-width: 100px;
	}
}
@media(min-width: 992px) and (max-width: 1244px) {
	.cus_wid_100 {
	    min-width: 150px;
	}
} 

@media(min-width: 992px) and (max-width: 1070px) {
	.order_selections .navbar-left {
		max-width: 67%;
	}
	.order_selections .navbar-right {
		max-width: 33%;
	}
}
@media(min-width: 1300px) and (max-width:1310px) {
	.encounter_list_block {
	    width: 167px;
	}	
}
@media(min-width:1000px) and (max-width:1332px) {
	#right_aside {
	    width: 97.1%;
	}
}
@media(min-width: 1200px) and (max-width: 1310px) {
	.flip-container, .front, .front, .name, .back-logo {
		width: 100%;
	}
	.document > .page_heading h5 {
		font-size: 13px;
	}
}
@media(max-width: 1299px) {	
	.hide_width ~ .template .template_darg_drop .panel-group {
		max-width: 240px;
	} 		
}
@media(max-width: 1199px) {
	.visit_type_wid, 
	.location_wid,
	.copay_wid,
	.status_wid {
		min-width: 100px;
		max-width: 100px;
		width: 100px;
	}
	.plan_insurance_wid ,
	.appointment_reason_wid,
	.patient_name_wid,
	.comments_wid,
	.contact_num_wid {
		min-width: 150px;
		max-width: 150px;
		width: 150px;
	}
	.custom_scroll.patient_apoointment_table_height {
		overflow: initial;
	}
}
@media(min-width: 1199px) {
    .modal-xl {
        width: 1199px;
    }
}
@media(min-width: 1200px) {
	.patient_apoointment_table_height {
		height: 47.3em;
	    overflow-x: auto;
	    overflow: inherit;
	}
}
@media(min-width: 1199px) and (max-width:1299px) {
	.template_darg_drop .panel-group {
		max-width: 210px;
	}
}
@media(min-width: 992px) and (max-width: 1160px) {
	.assessment_page .patient_info_header .date {
		min-width: 100%;
	}
}
@media(min-width:992px) and (max-width: 1164px) {
	.patient_details_header .list-inline:first-child li span {
		display: none;
	}
}
@media(min-width: 768px) and (max-width: 1198px) {
    .modal-xl {
        width: 760px;
    }
}
@media(min-width: 800px) and (max-width: 999px) {
	#right_aside {
	    width: 96.3%;
	}
}
@media(min-width: 560px) and (max-width: 799px) {
	#right_aside {
	    width: 94.9%;
	}
}
@media(min-width: 992px) {
	.custom_width_code label {
		width: 12.666667%;
	}
	.custom_width_code label ~ div {
		width: 87.333333%;
	}
	.toggle_responsive {
		display: block !important;
	}
	.responsive_arrow {
		display: none;
	}
	.choose_doctor {
		min-width: 145px;
	}
	.form_field_block {
		width: 80%;
	}
	.custom_grid_width {
		width: 20%;
	}	
	.patient_menu_img,
	.vitals_details {
		padding: 0 0 0 20px !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.prov_del_btn {
		padding: 7px 30px 4px !important;
	}
	.bot_mspace_sm_15 {
		margin-bottom: 15px !important;
	}
	.patient_appointment_report label {
		padding: 10px 15px !important;
	}
	.patient_form > .row,
	.border_bottom_sm > .row,
	.e_m_block .form-horizontal > .clearfix {
		border-bottom: 1px solid #ddd;
    	padding-bottom: 7px;
	}
	.collapse_menu {
		width: 7%;
	}
	.rightside_menu {
		width: 93%;
	}
	.patient_menu_img, 
	.vitals_details {
		padding: 0 !important;
	}
	.patient_details_page .pull-right form .dropdown {
		padding: 15px 0 10px 5px;
	}
	.patient_details_page .custom_tab .nav-tabs > li > a {
		padding: 8px 6px;
		font-size: 12px;
	}
	.new_order .navbar-right {
		max-width: 61%;
	}
	/* .header-icons {
		width: 94.5%;
	} */
	.header-icons ~ .text-right {
		width: 4.5%;
		padding: 0;
	}
	/* .add_selections_block > .add_selections_block_list {
	    width: 50%;
	} */
	#left_aside.show {
		width: 23%;
	}
	#left_aside.show ~ #right_aside {
		width: 77%;
	}
	.template_page .template_darg_drop .panel-group {
		max-width: 257px;
	}
	/* .family_history_page .navbar-left, 		
	.family_history_page .navbar-right {
		float: none !important;
	}	 */
}
@media(max-width: 991px) {
	.prov_del_btn {
		padding: 7px 15px 4px;
	}
	.no_sm_pad {
		padding: 0 !important;
	}
	header.patient_details_header .resp_alignment > ul:last-child > .main-date_picker {
		max-width: 140px;
	}
	header.patient_details_header .resp_alignment > ul {
		text-align: center;
	    float: none !important;	    
	}	
	.family_history_page .list_block {
		margin-bottom: 15px;
	}
	.top_form_summary .bg-info > .navbar-left,
	.top_form_summary .bg-info > .navbar-right {
		float: none !important;
	}
	.top_form_summary .bg-info > .navbar-right {
		padding-bottom: 8px;
	}
	.cpt_code_resp {
		margin-bottom: 15px;
	}	
	.flip-container {
		margin: 15px auto;
	}
	.folder_add_icons li > a > span {
		display: none;
	}
	.toggle_responsive {
		display: none;
	}
	header .header-icons ~ .text-right {
		text-align: center;		
	}	
	.rightside_menu .text-right {		
	    width: 100%;
	}
	.responsive_arrow {
		position: absolute;
	    right: 7px;
	    top: 13px;
	    padding: 0 4px 1px;
	    z-index: 999;
	    border: 1px solid #fff;
	}
	.rightside_menu {
		width: 100%;
		float: right;
	}
	header.patient_details_header .resp_alignment > ul > li {
		display: block;
		padding: 5px 0;
	    /* width: 100%;
	    float: none;	    
	    max-width: 300px;
	    margin: 4px auto;  */   	
	}
	.patient_form > .row {
		margin: 0 -5px;
	}
	.order_selections > div {
		float: none !important;
		padding-bottom: 10px;
	}
	.patient_info_header dl {
		display: table;
		width: 100%;		
    	min-height: auto;
	}	
	.patient_info_header .dl-horizontal dd {
		float: left;
    	margin-left: 10px !important;    	
	}
	.top-to-bottom {
		border-right: none;
		float: left;
	}
}
@media(min-width: 560px) and (max-width: 991px) {
	.upload_image_full_view {
	    max-width: 100%;
	    left: -158px;
	}
}
@media(min-width: 993px) {
	.col-8 {
		width: 12.5%;
	}
	.col-10 {
		width: 10%;
	}
}
@media(min-width: 1300px) {
	.plan_upl_w {
		width: 110px;	
	}
}
@media(min-width: 1200px) {	
	.facility_logo label {
		width: 26.333333%;
	}
	.facility_logo label ~ div {
		width: 73.666667%;
	}
	.encounter_form .list-inline > li {	   
	    padding: 5px;
	}
	.encounter_form .list-inline > li > button,
	.encounter_form .list-inline > li > a {
		display: inline-block;
		margin-top: 8px;
	}
	.folder_add_icon {
	    padding: 5px 0 0 35px;
	}
}
@media(min-width: 1200px) and (max-width: 1299px) {
	.folder_add_icon {
		padding: 5px 0 0 83px;
	}	
}
@media(min-width: 992px) and (max-width: 1310px) {
	#left_aside.show {
		width: 17.2%;
	}
	#left_aside.show ~ #right_aside {
		width: 82.8%;
	}
}
@media(min-width: 992px) and (max-width: 1199px) { 
	/* .patient_form > .row > div:first-child {
		width: 100% !important;
	} */
	/* .patient_form > .row > div:first-child label {
		width: 12.5%;
	} */
	/* .patient_form > .row > div:first-child label ~ div {
		width: 21.8%;
	} */
	.patient_date_info {
		padding: 0 10px 0 0;
	}	
	.hide_width ~ .template .template_darg_drop .panel-group {
		max-width: 200px;
	}	
	.template_darg_drop .panel-group {
		max-width: 175px;
	}
	/* .add_selections_block > .add_selections_block_list {
	    width: 33%;
	} */	
}
@media(min-width: 768px) and (max-width: 1199px) {	
	.encounter_form .list-inline > li {
		padding: 5px;
	}
	.encounter_form .list-inline > li a {
	    margin: 7px 0 5px;
	    /* min-height: 68px; */
	}
	.provider_scheduling_add .patient_info_header > .row > div {
		margin-bottom: 15px;
	}
}

@media(min-width:320px) and (max-width: 818px) {
	header .location,
	header .doctor_list {
		min-width: 130px;
	}
	.patient_details_header .text-right > .list-inline {
		font-size: 12px;
	}
}
@media(min-width:768px) {
	.left_setting_menu {
		width: 94.666667%;
	}
	.right_setting {
		width: 5.333333%;
	}
	.insuranceDynamicClass [class^="col"] {
		padding: 0;
	}
	.collect_copay {
		margin-right: 15px;
	}
	.modal-dialog {
		margin: 50px auto;
	}
	#add_icd .modal-dialog {
		width: 620px;
	}	
	.dl-horizontal dd {
		margin-left: 125px;
	}
	.rightside_menu .header-icons {
	    padding: 0;
	}
	.dl-horizontal dt,
	.dl-horizontal dd {
		white-space: normal;
	}
	.patient_info_header .dl-horizontal dt {
	    width: 130px;
	    margin: 1px 0;
	    text-align: left;
	}
	.patient_info_header .dl-horizontal dd {
	    margin-left: 140px;
	    padding: 2px 5px;
	}
	.navbar-right {
		margin-right: 0;
	}	
	.family_history_page .panel-body .row > div {
		padding: 0 8px;
	}
	.family_history_page .panel-body .row > div:first-child {
		padding-left:15px;
	}
	.family_history_page .panel-body .row > div:last-child {
		padding-right:15px;
	}
}
@media(max-width: 767px) {
	.patient_encounter_select {
		padding: 5px 0 0;
	}
	/** preferences_page
		================**/
	.preferences_page .mob_res_view .col-xs-3 {
		min-width: 200px;
		max-width: 200px;
		width: 200px;
		padding-right: 10px;
	}
	.mob_res_view {
		overflow: auto;
    	width: 820px;
	}
	.preferences_page .tab-content {
		overflow: auto;
	}
	.preferences_page .patient_info_header > .navbar-right {
		padding-bottom: 10px !important;
	}
	
	
	.message_table_block.table-responsive>.table-bordered {
		border: 1px solid #ddd;
	}
	.doc_redirect {
		text-align: left !important;
	}
	.patient_image {
		text-align: left !important;
	}
	.ver_xs_space_15 {
		padding: 0 15px !important;
	}
	.bot_xs_space_10 {
		padding-bottom: 10px !important;
	}
	.orders_heading > div {
		text-align: left !important;
		padding: 5px 0;
	}
	.signed_status li {
		display: block;
	}
	.no_left_pad_xs {
		padding-left: 0 !important;
	}
	.patient_image {
		text-align: left;
	}
	.flip-container {
		margin: 10px 0;
	}
	.search_filter .list-inline {
	    text-align: right;
   		margin: 10px 23px 0 0 !important;
	}
	.assessment_summary_table .panel-heading > .navbar-right {
		padding-top: 10px;
	}
	.AddAppointmentBreakTimeDiv .NewBreakInputRow > div:nth-child(3) {
		padding-right: 55px;
	}
	.create_delete_form > .panel > .panel-heading {
		padding-bottom: 7px !important;
	}
	.progress_title {
		width: 100%;
		padding-left: 0 !important;	
	}
	.pe2_page .top_form_summary .top_space_6 {
		text-align: left;
	}	
	.create_delete_form .panel-heading > .navbar-left {
		padding-bottom: 10px;
	}
	.custom_form .ros_panel_heading {
		padding: 10px;
	}
	.encounter_list_block,
	.encounter_form_block {
		padding: 0;
	}
	.provider_select {
		margin-bottom: 10px;
	}
	.cus_wid_100 {
	    min-width: 150px;
	}
	.procedure_tab .list-inline>li {
		display: block;
	}
	.procedure_tab .list-inline>li:first-child {
		padding-top: 10px;
	}
	.add_patient .custom_form label {
		padding: 10px 0 0;
	}
	.lab_form > li:last-child {
		text-align: right;
		padding-right: 18px;
	}
	.lab_summary_block .table_top_menu {
		padding: 0;
	}
	label ~ div[class^="col"] {
	    padding: 0;
	}	
	.order_create_page .list-inline.cpoe_block,
	.resp_row {
		margin: 0 -15px !important;
	}
	.order_create_page .table-responsive {
		border: none;
	}
	.input-group.date {
		padding-left: 0;
	}
	.doctor_list .no_right_pad {
		padding: 0;
	}
	.page_heading > a {
		width: 100%;
		float: left;
	}
	.page_heading > a > span {
		padding-left: 0 !important;
	}
	.add_summary {
		text-align: left;
		padding: 10px;
	}
	.orders_heading .navbar-right .list-inline {
		padding: 7px 0 0
	}
	.create_visit .list-inline {
		padding-left: 15px;
	}
	.provider_days {
		padding-left: 15px;
	}
	form fieldset .form-group .btn-primary {
		margin: 10px 0px;
	}
	.patient_form .input-group,
	.patient_scheduling_add_page .input-group {
		width: 100%;
	}
	/* .patient_scheduling_add_page div[class*="col"] {
		padding: 0 15px !important;
	} */
	.patient_form > .row > div {
		padding: 0;
	}
	form fieldset .dl-horizontal dd {
		padding: 2px 2px;
	}
	.provider_scheduling_add .main-date_picker > div .input-group,
	.encounter_form_page .main-date_picker > div .input-group,
	.create_visit .main-date_picker > div .input-group,
	.main_date_picker_arrow > div .input-group,
	.main_date_picker_arrow > div .input-group,
	.main_date_picker_arrow > div .input-group {
		display: table;
		width: 100%;
	}
	.provider_scheduling_add .main-date_picker > div.form-group,
	.main_date_picker_arrow  > div.form-group {
		margin-bottom: 15px !important;
	}
	.mob_ver_space_15 {
		padding: 0 15px !important;
	}
	.mob_bot_mspace {
		margin-bottom: 15px;
	}
	.encounter_form .list-inline > li {
		float: none;
		display: block;
		padding: 8px 10px;
	}	
	/* .encounter_form .list-inline > li button ,
	.encounter_form .list-inline > li > a {
		margin: 0 15px;
	} */
	.patient_info_header .center-block {
		margin-bottom: 30px;
	}
	#left_aside.show {
		z-index: 999;
	}
	.patient_info_header .dl-horizontal dt {
		width: auto !important;
		float: left;
		padding-right: 10px;
	}
	.patient_info_header .dl-horizontal dd {
	    float: none;
	    margin-left: 10px !important;
	}
	/* .right_aside .form-horizontal label[class*="col"] {
		padding: 0 15px;
	} */
	.right_aside > .page_heading > .pull-left .text-b > .pull-left {
		float: none !important;
		padding-left: 0 !important;
	}
	/* .order_create_page.right_aside .form-horizontal label[class*="col"] {
		padding: 5px 15px 0;
	} */
	/* .top_form .row > div:last-child {
		padding: 0 10px 10px 25px;
	} */
	.family_history_page .checkbox .checkbox-inline {
		padding: 3px 12px 3px 0 !important;
		margin: 0;
	}
	
	/* header.patient_details_header .resp_alignment > ul > li:hover,
	header.patient_details_header .resp_alignment > ul > li:focus {
		background-color: #fff;
	} */		
	.choose_doctor {
		min-width: 115px;
	}		
	.main-date_picker > div .input-group {
		display: inline-block;
	}
	header .main-date_picker .pull-left > a.next,
	.main_date_picker_arrow .pull-left > a.next {
		right: 40px;
	}		
	.collapse_menu {
		float: left;
	}	
	header .bg-info {
		background-color: #0e2b72;
    	border-bottom: 1px solid #c7c7c7;
	}
	.resp_alignment {
		padding-bottom: 10px;
	}
	.patient_details_page .pull-right form .dropdown {
		padding: 6px 0;
	}
	/* .add_selections_block > .add_selections_block_list {
		width: 100%;
	} */
}
@media(max-width: 590px) {
	.top_form ~ .patient_info_header .pull-left,
	.top_form ~ .patient_info_header .pull-right {
		float: none !Important;
	}
}
@media(min-width:560px) and (max-width:767px) {
	#left_aside.show ~ #right_aside {
		width: 70%;
		float: left;
	}
	#left_aside.show {
		width: 30%;
		float: left;
	}	
	#right_aside_arrow_click > span {
		display: none;
	}
	/* .hide_width ~ #right_aside .add_selections_block > .add_selections_block_list {
		width: 50%;
	} */
}
@media(min-width: 421px) and (max-width: 767px) {
	.patient_details_page .custom_tab .nav-tabs > li {
		width: 50%;
	}
}
@media(max-width: 559px) {
	#left_aside {
		margin-bottom: 10px;
	}
	.upload_image_full_view {
	    left: 0;
    	top: 30px;
	}
	/* .add_selections_block > .add_selections_block_list {
		width: 100%;
	} */
	#left_aside.show ~ #right_aside,
	#left_aside.show,
	#left_aside {
		width: 100%;
		height: auto !important;
	}
	.PatientPhotoModel .fileUpload {
		margin-left: 0;
	}
	.progress_blocks .page_heading {
		position: static;
	}
	.progress_notes_page_slider.click_to_show_progress_content {
		right: 0;
	}
	.right_aside_clickable_arrow {
		top: 54px;
	    z-index: 999;
	    right: 6px;
	}
	.page_heading.pr {
		position: static;
	}
	.progress_blocks {
		position: static;
	}
	.progress_blocks > .right_aside > .row > .col-xs-12 {
		position: static;
	}
}
@media(max-width: 420px) {
	.connectedSortable > li {
		float: none;
		display: block;
	}
}


/* .required {
	display: inline-block;
	width: 12px;
    height: 12px;
	vertical-align: middle;
    color: #ff0000;
    text-align: center;
    line-height: 9.3px;
    font-size: 8px;
    margin-right: 3px;
    position: relative;
} 
span.required:after {
	content: 'm';
    display: block;
    width: 12px;
    height: 12px;
    text-align: center;
    border: 1px solid #ff0000;
    border-radius: 50%;
    vertical-align: middle;
   
} */ 
/* span.required:before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    text-align: center;
    border: 1px solid #ff0000;
    border-radius: 50%;
    vertical-align: middle;
}
span.required:after {
	content: 'm';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
} */

/* #DesignerView .form-group.component {
	pointer-events: none;
}
#DesignerView.enable_control .form-group.component {
	pointer-events: auto;
} */

/* #temp > .component {
	display: none;
} */
/* .element_drop .component .checkbox input[type=checkbox], 
.element_drop .component .radio input[type=checkbox], 
.element_drop .component .checkbox input[type=radio], 
.element_drop .component .radio input[type=radio] {
	top: 1px;
} */



/* Fixed table */
/* .table_height_custom body {
  max-height: 6em;
  overflow-y: auto;   
}

.table_height_custom head,
.table_height_custom tbody {
  display: block;  
}

.table_height_custom tr {
  display: flex;
} 

.table_height_custom td, 
.table_height_custom th {
  display: block; Needed for IE
  width: 200px;
  min-width: auto !important;
  padding: .25em .5em;
  border-width: 0 1px 1px 0px !important;
  text-align: left;
} 	
.table_height_custom thead tr {
  overflow-y: auto;
}	
.table__head ~ tbody {
    max-height: 50em;    
    overflow-y: auto;
} */

.superbillreport h6 {
  font-weight: 600;
  color: #2d79f5;
  font-size: 13px;              
  margin: 0 0 3px;
}
.superbillreport .table-bordered>tbody>tr>td,
.superbillreport .table-bordered>tbody>tr>th {
	border : none;
}
.superbillreport .table-bordered>tbody>tr>td span,
.superbillreport .table-bordered>tbody>tr>th span  {
	font-family: 'Open Sans Bold';
}

@media print {
	hr {
		break-after: page;
	}
}


