#schedule  {
	height: -webkit-calc(100% - 81px);
	min-height: 0;
}

#schedule_container  {
	width: 100%;
	height: auto;
}

#schedule_left  {
	width: 180px !important;
	padding: 12px 10px 0 10px;
	height: -webkit-calc(100% - 41px);
}

#schedule_left #dr_select_side  {width: 100%;}

#schedule_left #dr_select_side select  {width: 100%;}

.bp_feature  {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.bp_feature_body  {
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.bp_feature_header  {
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	text-align: center;
	line-height: 46px;
	color: #3f3f3f;
	font-family: 'Montserrat', sans-serif;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
}

#to_be_submitted .bp_feature_body,
#patientCount .bp_feature_body  {
	font-size: 11px;
	line-height: 16px;
}

#schedule_left .bp_feature_header  {
	font-size: 11px;
	line-height: 16px;
	padding: 6px;
}

#schedule_functions .standardbtn  {font-size: 12px;}

#schedule_right  {
	height: -webkit-calc(100% - 41px);
	padding: 0px 43px 40px 180px;
	position: absolute;
}

#schedule_functions, #patientCount #to_be_submitted  {
	width: 100%;
	height: auto;
}

#schedule_functions .standardbtn  {
	width: 100%;
	margin-bottom: 10px;
}

#schedule_functions input[type="text"]  {
	border: thin solid #EAEAEA;
	color: #435F80;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
	padding: 5px 16px 4px 6px;
	background-color: #fff;
	margin: 0 0 10px 0;
}

#schedule_functions input[type="text"]  {padding: 5px;}

table#patientcount  {width: 100%; height: auto;}

table#patientcount th  {font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}

table#patientcount th:nth-child(1),
table#patientcount td:nth-child(1)  {width: 60% !important; text-align: left;}

table#patientcount th:nth-child(2),
table#patientcount td:nth-child(2)  {width: 19% !important; text-align: center;}

table#patientcount th:nth-child(3),
table#patientcount td:nth-child(3)  {width: 21% !important; text-align: center;}

table#patientcount td  {line-height: 24px; font-weight: 300;}

#schedule .subheader .standardbtn  {
	width: auto;
	height: auto !important;
	text-align: left;
}

.schedule_panel .standardbtn img {
	width: auto;
	height: 20px;
	float: left;
	margin-right: 6px;
}

#schedule_title_container  {
	width: 100%;
	height: auto;
	position: relative;
}

#add_schedule_button_container  {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
}

#add_schedule_button_container img  {
	width: 100%;
	height: auto;
}

.schedule_title  {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-bottom: 9px;
	color: #7f7f7f;
	border-right: 1px solid #bebebe;
}

.schedule_title:nth-child(2)  {border-right: none;}

.schedule_title_inner  {
	width: 230px;
	height: auto;
	margin: 0 auto;
}

.subtract_schedule_btn_container  {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	cursor: pointer;
}

.subtract_schedule_btn_container img  {width: 100%; height: auto;}

.schedule_dropdown  {
	width: 200px;
	height: auto;
	float: left;
}

#scheduletable  {
	width: 100%;
	height: auto;
}

#adminschedule  {
	height: 100%;
	position: relative;
}

#schedule_header  {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	line-height: 38px;
	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 );
	z-index: 9;
}

.schedule_header_block  {
	width: auto;
	height: auto;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}

#schedule_table_container  {padding-top: 29px;}

tbl.daily_schedule  {
	width: 100%;
	height: auto;
}

#scheduletable  {
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.daily_schedule  {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse;
	table-layout: fixed;
}

.daily_schedule tr:nth-child(odd) {background-color: #F2F2F2;}
.daily_schedule tr:nth-child(even) {background-color: #F9F9F9;}

.daily_schedule tr  {cursor: pointer; height: 38px !important;}

.daily_schedule td {border-top: 1px solid #FFF;}

.daily_schedule td select  {
	width: 90%;
	font-size: 11px;
	letter-spacing: 0px;
	margin-top: 6px;
}

.schedule_header_block, .daily_schedule td  {text-align: center;}

#checkin_left  {
	width: 16px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#checkin_left input[type=checkbox]  {
	margin: 0 !important;
}

#checkin_right  {
	width: 80%;
	height: auto;
	line-height: 12px;
	padding: 2px 6px;
	font-size: 10px;
	margin-top: -18px;
	margin-left: 18px;
	float: left;
	text-align: center;
}

#checkin_print  {
	width: 100%;
	height: auto;
	line-height: 12px;
}

.sched_print_btn  {
	width: 100%;
	background: url('../../images/printer_icon.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
}

.print_button  {
	width: 100%;
	background: url('../../images/printer_icon.svg') no-repeat right top ;
	background-size: auto 100%;
	border: none;
	cursor: pointer;
}

#appntworkspace  {
	width: 100%;
	height: auto;
	line-height: 24px;
	border-left: 1px solid #008ABE;
}

#appntworkspace a:hover  {color: #008ABE; font-weight: 700;}

#reasonItem  {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

#reasonItem input[type=radio]  {
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.reason_number  {
	width: auto;
	height: auto;
	float: left;
	font-weight: 700;
	margin-right: 6px;
}




/*********** NEXT AVAILABLE APPT ************/

#next_available_appt_table  {
	width: 100%;
	height: auto;
}

.modal-sidebar-item-container  {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.modal-sidebar-item-container select,
.modal-sidebar-item-container input[type=text]  {
	width: 100%;
	height: auto;
}

.main_panel_description  {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#next_available_appt_table tr td:nth-child(1)  {width: 160px;}
#next_available_appt_table tr td:nth-child(2)  {width: 160px;}
#next_available_appt_table tr td:nth-child(3)  {text-align: center;}

#next_available_appt_table tr td:nth-child(3) img  {
	width: 24px;
	height: auto;
}

span.qnaire_flag  {
	padding: 0 3px;
	color: #AE272B;
	font-weight: 700;
	font-size: 16px;
}




/****************** ZOOM FUNCTIONALITY STYLING ******************/

.subnav_right  {
	width: auto;
	height: auto;
	float: right;
}

#zoom_btns_container  {
	width: 152px;
	height: auto;
}

.zoom_btn_label  {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	font-size: 10px;
	margin-bottom: 2px;
}

.zoom_btn  {
	width: 38px;
	height: auto;
	float: left;
	text-align: center;
	cursor: pointer;
	background-color: #008ABE;
	padding: 3px 0;
	transition: background 0.25s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}

.zoom_btn:nth-child(2)  {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.zoom_btn:nth-child(5)  {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

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

.zoom_level_100 #scheduletable tbody  {zoom: 100%;}

.zoom_level_75 #scheduletable tbody  {zoom: 75%;}

.zoom_level_50 #scheduletable tbody  {zoom: 50%;}

.zoom_level_25 #scheduletable tbody  {zoom: 25%;}

.zoom_active  {background-color: #004677;}

.zoom_level_75 #scheduletable tr:hover  {zoom: 150% !important;}
.zoom_level_50 #scheduletable tr:hover  {zoom: 200% !important;}
.zoom_level_25 #scheduletable tr:hover  {zoom: 400% !important;}




/*********** MULTI-SCHEULE LAYOUT ************/

.one_col  {}
.two_col  {}
.three_col  {}
.four_col  {}

.multischedule_header  {
	height: 32px;
	float: left;
	text-align: center;
	position: relative;
}

.overflow  {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url('../../images/of_flag.svg');
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.core_schedule  {background-color: #e7f2f8;}

.added_schedule  {background-color: #F9F9F9;}

.daily_schedule td  {display: block; float: left; height: 38px;}

.daily_schedule td  {line-height: 38px; font-size: 12px; border-right: 1px solid rgba(255,255,255,0.4);}

.daily_schedule td img  {
	width: auto;
	height: 17px;
	margin: 0 4px -2px 4px;
}

#schedule_left .sidebar_group .sidebar_split_btn  {
	width: 100%;
	margin-left: 0;
}

.sidebar_group_inner  {
	background-color: #FFFFFF;
	padding: 9px 6px;
	border: 1px solid #c5c5c5;
	font-size: 12px;
	margin-bottom: 12px;
}

#to_be_submitted .sidebar_group_inner  {max-height: 294px; overflow-y: scroll;}

.schedule_legend_item  {
	width: 100%; /*159px*/
	height: auto;
	margin-bottom: 12px;
}

.sidebar_group_inner .schedule_legend_item:nth-child(4)  {margin-bottom: 0;}

.schedule_legend_item_left  {
	width: 15%;
	height: auto;
	float: left;
	font-weight: 700;
}

.schedule_legend_item_left img  {
	width: 63%;
	height: auto;
}

.schedule_legend_item_right  {
	width: 85%;
	height: auto;
	float: left;
}

.schedule_legend_item_right:before  {content: "= ";}




/*********** ONE-COLUMN LAYOUT ************/

.one_col .multischedule_header  {width: 100%;}

.one_col .schedule_header_block:nth-child(1),
.one_col .daily_schedule td:nth-child(1)  {width: 7%;}

.one_col .schedule_header_block:nth-child(2),
.one_col .daily_schedule td:nth-child(2)  {width: 5%;}

.one_col .schedule_header_block:nth-child(3),
.one_col .daily_schedule td:nth-child(3)  {width: 38%;}

.one_col .schedule_header_block:nth-child(4),
.one_col .daily_schedule td:nth-child(4)  {width: 30%;}

.one_col .schedule_header_block:nth-child(5),
.one_col .daily_schedule td:nth-child(5)  {width: 20%;}




/*********** TWO-COLUMN LAYOUT ************/

.two_col .multischedule_header  {width: 50%;}

.two_col .multischedule_header:nth-child(1)  {border-right: 3px solid #FFFFFF;}

.two_col .schedule_header_block:nth-child(1),
.two_col .daily_schedule td:nth-child(1),
.two_col .schedule_header_block:nth-child(6),
.two_col .daily_schedule td:nth-child(6)  {width: 7%;}

.two_col .daily_schedule td:nth-child(1),
.two_col .daily_schedule td:nth-child(6)  {background-color: rgba(255,255,255,0.4);}

.two_col .schedule_header_block:nth-child(2),
.two_col .daily_schedule td:nth-child(2),
.two_col .schedule_header_block:nth-child(7),
.two_col .daily_schedule td:nth-child(7)  {width: 5%;}

.two_col .schedule_header_block:nth-child(3),
.two_col .daily_schedule td:nth-child(3),
.two_col .schedule_header_block:nth-child(8),
.two_col .daily_schedule td:nth-child(8)  {width: 18%;}

.two_col .schedule_header_block:nth-child(4),
.two_col .daily_schedule td:nth-child(4),
.two_col .schedule_header_block:nth-child(9),
.two_col .daily_schedule td:nth-child(9)  {width: 10%;}

.two_col .schedule_header_block:nth-child(5),
.two_col .daily_schedule td:nth-child(5),
.two_col .schedule_header_block:nth-child(10),
.two_col .daily_schedule td:nth-child(10)  {
	width: 10%;
	border-right: 3px solid #FFFFFF !important;
}




/*********** THREE-COLUMN LAYOUT ************/

.three_col .multischedule_header:nth-child(1)  {width: 37.3%;}

.three_col .multischedule_header:nth-child(2),
.three_col .multischedule_header:nth-child(3)  {width: 31.3%;}


.three_col .multischedule_header:nth-child(1),
.three_col .multischedule_header:nth-child(2)  {border-right: 3px solid #FFFFFF;}

.three_col .schedule_header_block:nth-child(1),
.three_col .daily_schedule td:nth-child(1)  {width: 6%;}

.three_col .daily_schedule td:nth-child(1)  {background-color: rgba(255,255,255,0.4);}

.three_col .schedule_header_block:nth-child(2),
.three_col .daily_schedule td:nth-child(2),
.three_col .schedule_header_block:nth-child(5),
.three_col .daily_schedule td:nth-child(5),
.three_col .schedule_header_block:nth-child(8),
.three_col .daily_schedule td:nth-child(8)  {width: 6%;}

.three_col .schedule_header_block:nth-child(3),
.three_col .daily_schedule td:nth-child(3),
.three_col .schedule_header_block:nth-child(6),
.three_col .daily_schedule td:nth-child(6),
.three_col .schedule_header_block:nth-child(9),
.three_col .daily_schedule td:nth-child(9)  {
	width: 25.3%;
	border-right: 3px solid #FFFFFF !important;
}




/*********** FOUR-COLUMN LAYOUT ************/

.four_col .multischedule_header:nth-child(1)  {width: 31%; padding-left: 8%;}

.four_col .multischedule_header:nth-child(1),
.four_col .multischedule_header:nth-child(2),
.four_col .multischedule_header:nth-child(3)  {border-right: 3px solid #FFFFFF;}

.four_col .multischedule_header:nth-child(2),
.four_col .multischedule_header:nth-child(3),
.four_col .multischedule_header:nth-child(4)  {width: 23%;}

.four_col .schedule_header_block:nth-child(1),
.four_col .daily_schedule td:nth-child(1)  {width: 8%;}

.four_col .daily_schedule td:nth-child(1)  {background-color: rgba(255,255,255,0.4);}

.four_col .schedule_header_block:nth-child(2),
.four_col .daily_schedule td:nth-child(2),
.four_col .schedule_header_block:nth-child(5),
.four_col .daily_schedule td:nth-child(5),
.four_col .schedule_header_block:nth-child(8),
.four_col .daily_schedule td:nth-child(8),
.four_col .schedule_header_block:nth-child(11),
.four_col .daily_schedule td:nth-child(11)  {width: 5%;}

.four_col .schedule_header_block:nth-child(3),
.four_col .daily_schedule td:nth-child(3),
.four_col .schedule_header_block:nth-child(6),
.four_col .daily_schedule td:nth-child(6),
.four_col .schedule_header_block:nth-child(9),
.four_col .daily_schedule td:nth-child(9),
.four_col .schedule_header_block:nth-child(12),
.four_col .daily_schedule td:nth-child(12)  {
	width: 18%;
	border-right: 3px solid #FFFFFF !important;
}




/*********** THREE/FOUR-COLUMN APPPOINTMENT CORNERS ************/

.three_col .daily_schedule td:nth-child(4),
.three_col .daily_schedule td:nth-child(7),
.three_col .daily_schedule td:nth-child(10),
.four_col .daily_schedule td:nth-child(4),
.four_col .daily_schedule td:nth-child(7),
.four_col .daily_schedule td:nth-child(10),
.four_col .daily_schedule td:nth-child(13)  {
	width: 20px;
	height: 20px;
	border: none;
	font-size: 0px;
	margin-left: -23px;
	margin-top: 1px;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
	clip-path: polygon(100% 0, 100% 100%, 0 0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/*background-image: url('./../images/menuview_sched.svg');
	background-size: 12px auto;
	background-position: 8px 1px;
	background-repeat: no-repeat;*/
}

.three_col .daily_schedule td:nth-child(4):hover,
.three_col .daily_schedule td:nth-child(7):hover,
.three_col .daily_schedule td:nth-child(10):hover,
.four_col .daily_schedule td:nth-child(4):hover,
.four_col .daily_schedule td:nth-child(7):hover,
.four_col .daily_schedule td:nth-child(10):hover,
.four_col .daily_schedule td:nth-child(13):hover  {
	width: 26px;
	height: 26px;
	margin-left: -29px;
	-webkit-box-shadow: inset 10px 10px 200px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 10px 10px 200px 0px rgba(255,255,255,0.4);
	box-shadow: inset 10px 10px 200px 0px rgba(255,255,255,0.4);
	/*background-size: 14px auto;
	background-position: 10px 2px;*/
}

.three_col .schedule_header_block:nth-child(4),
.three_col .schedule_header_block:nth-child(7),
.three_col .schedule_header_block:nth-child(10),
.four_col .schedule_header_block:nth-child(4),
.four_col .schedule_header_block:nth-child(7),
.four_col .schedule_header_block:nth-child(10),
.four_col .schedule_header_block:nth-child(13)  {display: none;}




/*********** MEDIA CALLS FOR MULTI-SCHEDULE ************/

@media only screen and (max-width: 1439px)  {

	/*********** ONE-COLUMN LAYOUT ************/

	.one_col .schedule_header_block:nth-child(1),
	.one_col .daily_schedule td:nth-child(1)  {width: 8%;}

	.one_col .schedule_header_block:nth-child(2),
	.one_col .daily_schedule td:nth-child(2)  {width: 8%;}

	.one_col .schedule_header_block:nth-child(3),
	.one_col .daily_schedule td:nth-child(3)  {width: 37%;}

	.one_col .schedule_header_block:nth-child(4),
	.one_col .daily_schedule td:nth-child(4)  {width: 27%;}

	.one_col .schedule_header_block:nth-child(5),
	.one_col .daily_schedule td:nth-child(5)  {width: 20%;}




	/*********** TWO-COLUMN LAYOUT ************/

	.two_col .schedule_header_block:nth-child(1),
	.two_col .daily_schedule td:nth-child(1),
	.two_col .schedule_header_block:nth-child(6),
	.two_col .daily_schedule td:nth-child(6)  {width: 8%;}

	.two_col .schedule_header_block:nth-child(2),
	.two_col .daily_schedule td:nth-child(2),
	.two_col .schedule_header_block:nth-child(7),
	.two_col .daily_schedule td:nth-child(7)  {width: 8%;}

	.two_col .schedule_header_block:nth-child(3),
	.two_col .daily_schedule td:nth-child(3),
	.two_col .schedule_header_block:nth-child(8),
	.two_col .daily_schedule td:nth-child(8)  {width: 16%;}

	.two_col .schedule_header_block:nth-child(4),
	.two_col .daily_schedule td:nth-child(4),
	.two_col .schedule_header_block:nth-child(9),
	.two_col .daily_schedule td:nth-child(9)  {width: 9%;}

	.two_col .schedule_header_block:nth-child(5),
	.two_col .daily_schedule td:nth-child(5),
	.two_col .schedule_header_block:nth-child(10),
	.two_col .daily_schedule td:nth-child(10)  {width: 9%;}




	/*********** THREE-COLUMN LAYOUT ************/

	.three_col .multischedule_header:nth-child(1)  {width: 38%;}

	.three_col .multischedule_header:nth-child(2),
	.three_col .multischedule_header:nth-child(3)  {width: 31%;}

	.three_col  .multischeduleselect  {width: 90%;}

	.three_col .schedule_header_block:nth-child(1),
	.three_col .daily_schedule td:nth-child(1)  {width: 7%;}

	.three_col .schedule_header_block:nth-child(2),
	.three_col .daily_schedule td:nth-child(2),
	.three_col .schedule_header_block:nth-child(5),
	.three_col .daily_schedule td:nth-child(5),
	.three_col .schedule_header_block:nth-child(8),
	.three_col .daily_schedule td:nth-child(8)  {width: 8%;}

	.three_col .schedule_header_block:nth-child(3),
	.three_col .daily_schedule td:nth-child(3),
	.three_col .schedule_header_block:nth-child(6),
	.three_col .daily_schedule td:nth-child(6),
	.three_col .schedule_header_block:nth-child(9),
	.three_col .daily_schedule td:nth-child(9)  {width: 23%;}




	/*********** FOUR-COLUMN LAYOUT ************/

	.four_col .schedule_header_block:nth-child(1),
	.four_col .daily_schedule td:nth-child(1)  {width: 8%;}

	.four_col .schedule_header_block:nth-child(2),
	.four_col .daily_schedule td:nth-child(2),
	.four_col .schedule_header_block:nth-child(5),
	.four_col .daily_schedule td:nth-child(5),
	.four_col .schedule_header_block:nth-child(8),
	.four_col .daily_schedule td:nth-child(8),
	.four_col .schedule_header_block:nth-child(11),
	.four_col .daily_schedule td:nth-child(11)  {width: 7%;}

	.four_col .schedule_header_block:nth-child(3),
	.four_col .daily_schedule td:nth-child(3),
	.four_col .schedule_header_block:nth-child(6),
	.four_col .daily_schedule td:nth-child(6),
	.four_col .schedule_header_block:nth-child(9),
	.four_col .daily_schedule td:nth-child(9),
	.four_col .schedule_header_block:nth-child(12),
	.four_col .daily_schedule td:nth-child(12)  {width: 16%;}
}




/*********** MULTI-SCHEDULE IMAGE SIZES ************/

.one_col .daily_schedule td:nth-child(2) img,
.two_col .daily_schedule td:nth-child(2) img,
.two_col .daily_schedule td:nth-child(7) img,
.three_col .daily_schedule td:nth-child(2) img,
.three_col .daily_schedule td:nth-child(5) img,
.three_col .daily_schedule td:nth-child(8) img,
.four_col .daily_schedule td:nth-child(2) img,
.four_col .daily_schedule td:nth-child(5) img,
.four_col .daily_schedule td:nth-child(8) img,
.four_col .daily_schedule td:nth-child(11) img  {margin-top: 8px;}




/*********** MULTI-SCHEDULE HEADER PADDING ************/

.one_col .schedule_header_block,
.two_col .schedule_header_block,
.two_col .schedule_header_block,
.three_col .schedule_header_block,
.three_col .schedule_header_block,
.three_col .schedule_header_block,
.four_col .schedule_header_block,
.four_col .schedule_header_block,
.four_col .schedule_header_block
.four_col .schedule_header_block  {padding: 10px 0;}




/************** MULTI-SCHEDULE STYLING ***************/

.bulk_name  {
	font-size: 10px !important;
	line-height: 10px !important;
	padding-top: 15px;
	overflow: hidden;
}

.multischeduleselect  {
	width: 100%;
	float: left;
	letter-spacing: 0px;
	font-size: 12px;
}

.schedule_header_middle  {
	width: 100%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 110px 0 5px;
}

.schedule_header_options_container  {
	width: 52px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 52px;
	padding: 4px 0 0 0;
}

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

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

.schedule_header_right  {
	width: 50px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 3px 0 0;
}

.schedule_header_add,
.schedule_header_remove  {
	width: 20px;
	height: 32px;
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
}

.schedule_header_add  {margin-left: 4px;}

.schedule_header_remove  {margin-left: 2px;}

.schedule_header_add img,
.schedule_header_remove img  {
	width: 16px;
	height: auto;
	cursor: pointer;
	padding: 1px;
}

.schedule_header_add img:hover,
.schedule_header_remove img:hover  {padding: 0px;}

/*.schedule_header_right_bottom  {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 3px;
}

.schedule_header_right_bottom input[type=button]  {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
	border: 0;
	background-color: transparent;
}*/

.printScheduleDropDown, .exportSchedule  {
	width: 100%;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.printScheduleDropDown  {background-image: url("../../images/menuprinter_grey.svg");}

.exportSchedule  {background-image: url("../../images/menuexport.svg");}

/*.schedule_header_export_container input[type=button]*/

.td_vert_split_top,
.td_vert_split_bottom  {
	width: 100%;
	height: auto;
}

.td_vert_split_top  {
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.td_vert_split_bottom  {
	background-color: rgba(255,255,255);
	padding: 2px 0;
}

.qnaire_flag,
.appt_status_flag  {
	color:grey;
	line-height: 13px;
	font-size: 10px !important;
}


.td_vert_split_bottom img  {
	height: 14px !important;
	margin: 0px 0px -3px 4px !important;
}

.appt_top  {
	width: 100%;
	height: auto;
	border-top: 2px solid #FFFFFF;
	margin-top: -1px;
}




/************** APPT PREVIEW STYLING ***************/

.one_col .daily_schedule td:nth-child(3),
.two_col .daily_schedule td:nth-child(3),
.two_col .daily_schedule td:nth-child(8),
.three_col .daily_schedule td:nth-child(3),
.three_col .daily_schedule td:nth-child(6),
.three_col .daily_schedule td:nth-child(9),
.four_col .daily_schedule td:nth-child(3),
.four_col .daily_schedule td:nth-child(6),
.four_col .daily_schedule td:nth-child(9),
.four_col .daily_schedule td:nth-child(12)  {position: relative;}

.appt_preview_container  {
	height: auto;
	min-height: 200px;
	position: absolute;
	top: 38px;
	right: 0;
	z-index: 999;
	border: 2px solid #e3e3e3;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: left;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	display: none !important;
}

.one_col .appt_preview_container  {width: 113%;}
.two_col .appt_preview_container  {width: 128%;}
.three_col .appt_preview_container  {width: 124%;}
.four_col .appt_preview_container  {width: 128%;}

.appt_preview_title  {
	width: 100%;
	height: auto;
	background-color: #e7f2f8;
	border-bottom: 1px solid #c8c8c8;
	color: #435F80;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 10px;
}

.appt_preview_menu  {
	width: 100%;
	height: auto;
	padding: 5px 10px 0px 10px;
	background-color: #F3F3F4;
	border-bottom: 1px solid #DEDFE1;
}

.appt_preview_menu .subnavbtn  {
	min-width: 0px;
	height: 24px;
	padding: 6px 10px !important;
	margin-bottom: 5px;
	cursor: pointer;
}

.appt_preview_body  {
	width: 100%;
	height: auto;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
}

@media only screen and (max-width: 1439px)  {
	.one_col .appt_preview_container  {width: 121%;}
	.two_col .appt_preview_container  {width: 150%;}
	.three_col .appt_preview_container  {width: 135%;}
	.four_col .appt_preview_container  {width: 145%;}
}

@media only screen and (max-width: 1199px)  {

	.three_col .appt_preview_title,
	.four_col .appt_preview_title  {
		font-size: 12px;
		padding: 6px;
	}

	.three_col .appt_preview_menu,
	.four_col .appt_preview_menu  {padding: 5px 6px 0px 5px;}

	.three_col .appt_preview_menu .subnavbtn,
	.four_col .appt_preview_menu .subnavbtn  {margin-right: 5px;}

	.three_col .appt_preview_body,
	.four_col .appt_preview_body  {padding: 5px 6px 10px 5px;}
}

/*************INSURANCE STYLING*************/

.letterhead_container  {
	width: 100%;
	height: auto;
	padding: 14px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}






.ins_add_btn {
	width: 16px !important;
	height: 16px !important;
	background-size: 86% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	cursor: pointer;
	margin: 0 !important;
	border: none !important;
}

.ins_add_btn:hover  {background-size: 100% auto;}

.ins_add_btn  {background-image: url('../../images/add.svg');}