/************ MODAL Styling ************/

.modal-open {overflow: hidden;}

.ztop  {z-index: 999999 !important;}

.modal {	display: none;}

.modal.in  {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	line-height: initial;
	padding-right: 40px;
	background-color: rgba(255,255,255,0.8);
}

.modal-dialog {
	width: 96%;
	min-width: 1150px;
	max-width: 1400px;
	height: auto;
	z-index: 1050;
	margin: 30px auto;
	border-radius: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.modal-narrow  {
	width: 46% !important;
	min-width: 1024px !important;
}

.modal.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.mediumModal .modal-dialog  {width: 600px !important;}
.smallModal .modal-dialog  {width: 600px !important;}

.modal-backdrop {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #FFFFFF;
}

/*
.modal-backdrop.fade {opacity: 0; filter: alpha(opacity=0);}

.modal-backdrop.in {opacity: 0.8; filter: alpha(opacity=100);}
*/

.modal-content {
	width: 100%;
	height: 90vh;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	position: relative;
}

#detailPopup .modal-content {overflow-y:scroll;}

.modal-header  {
	width: 100%;
	height: 74px;
	padding: 20px;
	background: #3295e6;
	background: -moz-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: -webkit-linear-gradient(left, #3295e6 0%,#37d1c9 100%);
	background: linear-gradient(to right, #3295e6 0%,#37d1c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3295e6', endColorstr='#37d1c9',GradientType=1 );
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.modal-content, .modal-header  {border-radius: 7px;}

.modal-title  {
	width: auto;
	height: auto;
	float: left;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 34px;
}

.modal-buttons  {
	width: auto;
	height: auto;
	float: right;
}

.modal-body  {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.modal_instructions_container  {
	width: 100%;
	height: auto;
}

.modal_instructions_inner  {
	width: auto;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 7px;
	margin-bottom: 6px;
}

#successPopup .modal-dialog,
#errorPopup .modal-dialog,
#warningPopup .modal-dialog,
#processingPopup .modal-dialog,
#confirmationPopup .modal-dialog,
#confirmation3OptPopup .modal-dialog,
#closeCPPPopup .modal-dialog  {
	min-width: 0px !important;
	height: auto !important;
}

#successPopup,
#errorPopup,
#warningPopup,
#processingPopup,
#confirmationPopup,
#confirmation3OptPopup,
#closeCPPPopup  {z-index: 999999999999999 !important;}

.modal-body-header  {
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #7f7f7f;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: 1px solid #7f7f7f;
}

.modal-sidebar  {
	width: 300px;
	height: 90vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eaeaea;
	border-right: 1px solid #e3e3e3;
	padding: 20px;
	padding-top: 94px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9;
}

.modal-main-with-sidebar  {
	width: 100%;
	height: 90vh;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	padding-left: 320px;
	padding-top: 94px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 8;
}

.no-side-padding  {padding-left: 0 !important; padding-right: 0 !important;}
.no-side-padding-with-sidebar  {padding-left: 300px !important; padding-right: 0 !important;}

.modal-main-no-sidebar  {
	width: 100%;
	height: 90vh;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	padding-top: 94px;
	overflow-y: auto;
	overflow-x: hidden;
}

.modal-main-with-sidebar::-webkit-scrollbar {
  width: 40px;
  background-color: transparent;
  background-image: url('../images/scroll_arrow.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.modal_body_btn  {
	width: auto;
	height: auto;
	border: 0;
	background-color: #008ABE;
	color: #FFFFFF;
	padding: 7px 14px !important;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 14px;
}

.labelled_item .modal_body_btn  {margin-top: 0px;}

#selectencounttemplate .modal_body_btn  {
	margin-top: 0px;
	margin-bottom: 14px;
}

.modal-body .column  {
	width: 50%;
	height: auto;
	float: left;
}

#quick_bill  {}

.item_label, #qbphysician, #qbdate, #qbtotal  {
	width: auto;
	height: auto;
	float: left;
}

#static_info  {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#static_info .item  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #004677;
	font-size: 18px;
}

#static_info .item:nth-child(1)  {}
#static_info .item:nth-child(2)  {}
#static_info .item:nth-child(3)  {}

#quickbill_input_row  {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#quickbill_input_row .item  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
}

#quickbill_input_row .item .label, #quickbill_input_row .item .input  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 3px;
}

#quickbill_input_row .item .standardbtn  {margin-top: -12px;}

.quickbill_display_row  {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.modal-body .title  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #004677;
	font-size: 18px;
	margin-bottom: 5px;
}

.abs_split  {
	padding-left: 40px;
	height: auto;
	float: left;
}

.abspatientlog  {padding-top: 10px;}

.quickbill_display_row .item  {
	width: auto;
	height: auto;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.quickbill_display_row .item .label  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #004677;
	font-size: 16px;
}

.quickbill_display_row .item .input  {
	width: 100%;
	height: auto;
}

.quickfloat  {
	width: auto;
	height: auto;
	float: left;
}

.modal-content .btnpanel  {
	width: 100%;
	height: auto;
	padding: 20px;
	position: absolute;
	top: 74px;
	left: 0;
}

.modal-body .column:nth-child(1)  {padding-right: 2%;}
.modal-body .column:nth-child(2)  {padding-left: 2%;}

.modal_item  {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}

.modal_item input[type="text"], .modal_item input[type="email"]  {
	width: 100%;
	border: 1px solid #4b4b4b;
	border-radius: 0px;
	color: #004677;
	font-size: 14px;
	/*cursor: pointer;*/
	margin: -5px 0 0 0;
	padding: 4px;
}

.modal-body img  {max-height: 100px;}

.text_nomargin input[type="text"], .text_nomargin input[type="email"]  {margin: 5px 0 0 0;}

.modal_item .label  {min-width: 130px;}

.modal_item .labelled_item  {min-width: 250px; margin-left: 8px;}

.labelled_item textarea  {width: 100%; min-height: 100px;}

.modal_confirm_btn  {
	width: 50%;
	height: 40px;
	float: left;
	border: none;
	border-radius: 0px;
	background-color: #008ABE;
	transition: background 0.25s ease;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	padding: 8px !important;
	font-weight: 300;
	line-height: 13px;
	font-size: 13px;
}

.modal_confirm_btn:hover  {background-color: #004677;}

.modal_confirm_btn_full  {width: 100% !important;}

.modal-footer .modal_confirm_btn:nth-child(1)  {border-right: 1px solid #FFF;}
.modal-footer .modal_confirm_btn:nth-child(2)  {border-right: 1px solid #FFF;}

#sBulkNotes  {
	width: 100%;
	height: 26px;
	font-size: 15px;
	padding: 2px 4px 0 4px;
	resize: none;
}

.appt_notification_class .modal_confirm_btn  {
	border-top: 1px solid #FFFFFF;
	border-right: 0 !important;
	border-left: 0 !important;
	width: 100%;
}



/************ Stage Styling ************/

#stageInfo  {
	width: 100%;
	height: auto;
	background-color: #e7f2f8;
	border-bottom: 1px solid #c8c8c8;
	padding: 6px;
}

.stageItem  {
	height: auto;
	float: left;
}

#add_questionnaire .stageItem  {width: 33.3%;}

.stage_item_inner  {
	width: auto;
	height: auto;
	min-width: 105px;
	font-size: 13px;
	line-height: 13px;
	padding: 8px;
	border-radius: 6px;
}

.stage_active .stage_item_inner  {
	background-color: #008ABE;
	color: #FFF;
}

.stage_grey .stage_item_inner  {
	background-color: #B3D8F2;
	color: #85B9E6;
}

.stage_title  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #435F80;
	padding-bottom: 10px;
}

.half_width:nth-child(1) .subsection  {width: 96%; height: auto; float: left;}
.half_width:nth-child(2) .subsection  {width: 96%; height: auto; float: right;}

.subsection  {
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.subsection_title  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #435F80;
	padding-bottom: 10px;
}

.full_width  {
	width: 100%;
	height: auto;
}

.half_width  {
	width: 50%;
	height: auto;
	float: left;
}

.stage_nav  {
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #c8c8c8;
}

.stage_nav_btn_container  {
	width: auto;
	height: auto;
	float: right;
	margin-left: 10px;
}

.stage_nav input[type=button]  {
	width: 100%;
	height: auto;
	border: 0;
	background-color: #008ABE;
	color: #FFFFFF;
	padding: 7px 14px !important;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.patientRefDocDate_sub .hasDatepicker  {background-color: #FFFFFF !important;}




/************ Error Message Styling ************/

/************ #closeCPPPopup ************/

#errorPopup .modal-dialog,
#successPopup .modal-dialog,
#warningPopup .modal-dialog,
#processingPopup .modal-dialog,
#confirmationPopup .modal-dialog,
#confirmation3OptPopup .modal-dialog,
#closeCPPPopup .modal-dialog  {
	width: 300px;
	height: auto;
	border-radius: 0;
}

#errorPopup .modal-content,
#successPopup .modal-content,
#warningPopup .modal-content,
#processingPopup .modal-content,
#confirmationPopup .modal-content,
#confirmation3OptPopup .modal-content,
#closeCPPPopup .modal-content  {
	border: none;
	border-radius: 0;
	background-color: #F9FBFA;
}

#errorPopup .modal-body,
#successPopup .modal-body,
#warningPopup .modal-body,
#processingPopup .modal-body,
#confirmationPopup .modal-body,
#confirmation3OptPopup .modal-body,
#closeCPPPopup .modal-body  {
	padding: 20px 10px;
	font-size: 14px;
	line-height: 24px;
	position: inherit;
	height: auto !important;
}

#errorPopup .modal-content,
#successPopup .modal-content,
#warningPopup .modal-content,
#processingPopup .modal-content,
#confirmationPopup .modal-content,
#confirmation3OptPopup .modal-content,
#closeCPPPopup .modal-content  {height: auto;}

#processingPopup .loading  {height: auto;}

#processingPopup .modal-content  {
	background-color: transparent !important;
	box-shadow: none !important;
}

#processingPopup .modal-dialog,
#processingPopup .modal-body    {
	width: 600px !important;
	height: 600px !important;
	padding: 0 !important;
}

.popup_notification_container  {
	width: 100%;
	height: auto;
	padding: 40px 0;
}

.popup_notification  {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.error_color  {background-color: #8C1F27;}
.success_color  {background-color: #00834D;}
.warning_color  {background-color: #008ABE;}

.error_graphic  {background-image: url("../images/error.svg");}
.success_graphic  {background-image: url("../images/success.svg");}
.warning_graphic  {background-image: url("../images/error.svg");}

.popup_exit  {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: transparent;
	border: none;
	background-image: url("../images/popupexit.svg");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.subpane  {
	width: 100%;
	height: auto;
	background-color: #eaeaea;
	border: 1px solid #e3e3e3;
	padding: 16px 20px 8px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
}

.subpane .modal_item  {margin: 10px 0;}

.subpane .modal_item .labelled_item  {min-width: 20px;}

.subpane_title  {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #7f7f7f;
	text-transform: uppercase;
}

#id_modal_succ_body  {text-align: center;}

#addTask_modal .modal-main-with-sidebar  {padding-left: 300px; padding-top: 74px;}

.modal-sidebar .label, .modal-sidebar .labelled_item  {min-width: 0px;}

#faxEmailModal .check_label  {margin-bottom: 10px;}

.check_label .label  {min-width: 0px;}

.check_label .labelled_item  {min-width: 0px;}

.check_label input[type="checkbox"]  {margin-right: 5px;}
.check_label .label input  {margin-right: 5px;}

.check_label .label input[type="checkbox"]:nth-child(2)  {margin-left: 15px;}
.check_label .label input:nth-child(2)  {margin-left: 15px;}

.check_label .labelled_item input[type="text"]  {margin-left: 10px;}

#id_dragDrop_modal .modal-dialog  {margin-top: 75px !important;}

#id_dragDrop_modal  {z-index: 99999999999 !important;}

#edit_fileTitle_modal  {z-index: 99999999999 !important;}

#edit_fileTitle_modal .modal-dialog  {
	width: 300px;
}

.item_meta  {
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 12px;
	margin-top: 3px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}

.patientRefDocDate_sub  {
	width: 100%;
	height: auto;
}

.patientRefDocDate_sub input[type="text"]  {margin-top: 3px !important;}

#apptPatientValues .subnavbtn  {margin-top: 10px;}

.error_msg  {
	width: 100%;
	height: auto;
}

.error_reason  {
	width: 100%;
	height: auto;
}




/************ Manage Tag Styling ************/

#manage_tag_header  {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.manage_tag_header_item  {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}




/************ View RX Styling ************/

.view_rx_header  {
	width: 100%;
	height: auto;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.view_rx_header_title  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #008ABE;
	padding-bottom: 10px;
}

.view_rx_header_item  {
	width: 100%;
	height: auto;
	padding-bottom: 6px;
}

.view_rx_date  {
	width: 100%;
	height: auto;
	font-weight: 700;
	font-size: 15px;
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #BEBDBB;
}

.view_rx_rx_item  {
	width: 100%;
	height: auto;
	padding: 8px 0;
	margin-bottom: 3px;
	padding-left: 20px;
}

.view_rx_rx_item_name  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 12px;
}

.view_rx_rx_item .subnavbtn  {
	margin-top: -5px;
	text-align: center;
}




/* Send Fax/Email Styling */

#faxEmailModal  {
	z-index: 999999999 !important;
	background-color: rgba(255,255,255,0.75);
}

#faxEmailModal .modal-dialog  {
	width: 900px;
	margin-top: 65px !important;
}

#faxEmailModal .modal-content  {height: 80vh;}

#faxEmailModal .modal-body  {
	overflow: hidden;
	overflow-y: scroll;
}

#faxEmailModal textarea  {padding: 10px;}

#add_file_title  {
	width: 100%;
	height: auto;
	color: #435F80;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

#pdfViewModal  {z-index: 9999999 !important;}

#patientSearchModal  {
	z-index: 999999999 !important;
	background-color: rgba(255,255,255,0.75);
}

#patientSearchModal .modal-dialog  {
	width: 900px;
	margin-top: 65px !important;
}

#addEncounterModal .modal-header  {padding: 10px 20px;}

#encounter-modal-header-left  {
	width: 50%;
	height: auto;
	float: left;
}

#encounter-modal-header-left .modal-title  {
	font-size: 20px;
	line-height: 28px;
}

#encounter-modal-header-left .item_meta  {margin: 0;}

#encounter-modal-header-right  {
	width: 50%;
	height: auto;
	float: left;
	padding: 10px 0;
}

#encounter-modal-header-right .modalbtn  {min-width: 60px;}

/************ MODAL FALLBACK ************/

/*
.modal_fallback  {
	width: 200px;
	height: auto;
	cursor: pointer;
	color: #000000;
	background-color: #FFFFFF;
	display: none;
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -100px;
	z-index: 999999999;
}

.modal-open .modal_fallback  {display: block;}

.modal_exit_container  {
	width: 300px;
	height: auto;
	position: fixed;
	top: 34px;
	left: 50%;
	margin-left: -150px;
	padding: 18px;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

.modal.in .modal_exit_container  {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.modal_exit_btn  {
	width: 100%;
	height: auto;
	margin: 10px 0;
	cursor: pointer;
}

.modal_exit_message  {
	width: 100%;
	height: auto;
	color: #7e1517;
	text-align: center;
}

*/
