a:hover, a:focus, a:active { outline:none !important; }
.alert { padding:10px 30px 10px 10px; }
.alert-dismissible .close { padding:8px 10px; }

.nav > li.active{ border:none }

ul#side-menu > li > ul.nav.in { display:block; }
ul#side-menu > li > ul > li > a { padding:7px 10px 7px 40px; }
ul#side-menu > li > ul > li > a:hover, ul#side-menu > li > ul > li > a:active, ul#side-menu > li > ul > li > a:focus, ul#side-menu > li > ul > li.active > a { background:rgba(0,0,0,0.2);/*1E2D3B*/ }
ul#side-menu > li > ul > li:last-child { padding-bottom:0; }
ul#side-menu > li > ul > li > a:hover, ul#side-menu > li > ul > li > a:active, ul#side-menu > li > ul > li > a:focus, ul#side-menu > li > ul > li.sub_active > a {
	background: #1E2D3B;
}
.hide { display:none; }

.custom_right_add_new_btn { margin-top:-8px; }
.no_wrap { white-space:nowrap; }

.toggle.btn { width: 80px !important; height: 28px !important; min-height: 0; min-width: 0;}
.toggle-on.btn { padding: 4px 15px 4px 10px; line-height: 18px; font-size: 12px; }
.toggle-off.btn { padding: 4px 10px 4px 20px; line-height: 18px; font-size: 12px; }
.nowrap { white-space:nowrap; }

.custom_footer_menu_check > .i-checks > label { margin:5px 30px 10px 0;  }

.text_bold
{
	font-weight:600;
}

.edit_form_image
{
	position:relative;
}

.edit_form_image a
{
	display:inline-block;
}

.edit_form_image a.edit_image_outer img 
{
	max-width: 100px;
	max-height: 60px;
	opacity: 0.9;
	transition: all .3s ease-in-out;
	border: 1px solid #e5e6e7;
	padding: 2px;
}

.edit_form_image a.edit_image_outer:hover img
{
	opacity:1;
}

.edit_form_image a.img_delete_btn
{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 5px 1px 5px;
	font-size:12px;
}

.custom_admin_form_all .form-group > label
{
	margin:0;
}

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices
{
	padding: 2px 0 0 12px !important;
	border-radius: 0 !important;
	background: #fff !important;
	border: 1px solid #e5e6e7 !important;
	line-height: 28px !important;
}

.chosen-container-active .chosen-single, .chosen-container-active .chosen-choices
{
	box-shadow:0 0 0 0 !important;
}

.i-checks > label
{
	margin:0;
}

.i-checks > label > div
{
	margin:0 5px 0 0;
}

.dataTables_wrapper.container-fluid
{
	padding-left:0 !important;
	padding-right:0 !important;
}

#custom_search_form { background: rgba(0,0,0,0.06); padding: 20px 20px 5px 20px; margin: 10px 0 30px 0; }

ul#side-menu li.nav-header
{
	padding:0; 
	text-align:center;
	background: linear-gradient(150deg, rgba(255,246,214,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 72%, rgba(255,246,214,1) 100%);	
}

ul#side-menu li.nav-header a img 
{
	max-width: 90%;
	max-height: 70px;
	margin: 10px auto;
}

ul#side-menu li.nav-header h2 
{
	margin: 10px 0;
	font-size: 20px;
	font-weight: 600;
}

ul#side-menu li.nav-header h2 a
{
	color:#000;
}

ul#side-menu li 
{
	width:100%;
	border-bottom:1px solid #505050;
}

.btn 
{
	padding: 5px 10px;
	border-radius: 0;
}

.btn-xs
{
	padding:4px 8px;
}

.nav.navbar-right > li 
{
	border-right: 1px solid #999c9e;
	margin: 0;
	padding: 0px 15px;
}

.nav.navbar-right > li:last-child 
{
	margin: 0;
	padding-right: 25px;
	border: none;
}

.nav.navbar-right > li > a 
{
	padding: 0;	
	min-height: auto;
	line-height: 16px;
}

td.tbl_listing_img a img 
{
	max-height: 60px;
	max-width:120px;
}

#example_paginate, #datatables_paginate 
{
	float: right;
}

.file-preview.old_file_preview a img 
{
	max-width: 200px;
	max-height: 120px;
}

.old_file_preview {
	width: auto !important;
	display: inline-block;
	position: relative;
	padding: 10px !important;
}

.old_file_preview .img_outer_preview {
	display: inline-block;
	max-height: 120px;
	margin: 6px 4px;
	position: relative;
	border: 1px solid #E8E8E8;
}

.old_file_preview .img_delete_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 6px;
	font-size: 12px;
}

.old_file_preview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.old_file_preview ul li {
	display: inline-block;
	position: relative;
	border: 1px solid #DDDDDD;
	margin: 6px 5px;
	padding: 2px;
}

#add_banner_form .upload_btn_outer {
	text-align: left;
	margin: 8px 0 0 0;
}

#add_banner_form .fileContainer {
	overflow: hidden;
	position: relative;
	color: #fff;
}

#add_banner_form .fileContainer [type="file"] 
{
	cursor: inherit;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}


.add_cancer_doctor_list_outer label {
	margin: 10px 0 5px 0;
	min-width: 185px;
}

.custom_modal_style .modal-header {
	background-color: #000;
	color: #fff;
	border-radius: 0;
}

.custom_modal_style .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	margin: -2px 0 0 0;
	position: absolute;
	right: 22px;
	top: 22px;
}

.custom_modal_style h4 {
	font-size: 18px !important;
	text-align: center;
	margin: 0;
	display: block;
	width: 100%;
	white-space: normal;
}

.custom_modal_style .modal-body img 
{
	max-height: 900px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.custom_modal_style .PopupDataFooter {
	text-align: center;
	margin: 15px 0 0 0;
}

.custom_modal_style .PopupDataFooter a.btn 
{
	margin: 0 2px;
	min-width: 130px;
	padding: 8px 10px;
}

.custom_modal_style .info-btn, .custom_modal_style .info-btn:focus, .custom_modal_style .info-btn:active {
	padding: 5px 20px;
	margin-top: 10px;
	background-color: #168eea;
	color: #fff;
	border: 1px solid #168eea;
	border-radius: 0px;
	outline: none;
}

.modal_master_form_all .modal-body
{
	padding-bottom:1px;
}

.modal_master_form_all .form-group > label
{
	text-align:right;
	font-weight:600;
}

.html5buttons a.btn
{
	margin:0 0 0 3px !important;
	color: #FFFFFF;
	background-color: #1ab394;
	border-color: #1ab394;
}

.html5buttons a.btn:hover, .html5buttons a.btn:focus, .html5buttons a.btn.focus
{
	background-color: #18a689;
	border-color: #18a689;	
}

/****** ONLY FOR DATE PICKER *******/
.datepicker table > tfoot { position: relative; height: 40px; border-top: 1px solid #e6e6e6; }
.datepicker table > tfoot > tr > th { position: absolute; left: 0; width: 50px; padding: 4px 0 5px !important; height: auto; border-radius: 0; margin: 8px 0 0 8px; font-size: 10px; }
.datepicker table > tfoot > tr > th.clear { right: 0; left: auto; margin: 8px 8px 0 0; }
.form-control.datepicker:disabled, .form-control.datepicker[readonly] { background-color: #fff; opacity: 1; }


.m_t_5 { margin-top:5px; } .m_t_10 { margin-top:10px; } .m_t_15 { margin-top:15px; } .m_t_20 { margin-top:20px; } .m_t_25 { margin-top:25px; }
.m_b_5 { margin-bottom:5px; } .m_b_10 { margin-bottom:10px; } .m_b_15 { margin-bottom:15px; } .m_b_20 { margin-bottom:20px; } .m_b_25 { margin-bottom:25px; }
.m_l_5 { margin-left:5px; } .m_l_10 { margin-left:10px; } .m_l_15 { margin-left:15px; } .m_l_20 { margin-left:20px; } .m_l_25 { margin-left:25px; }
.m_r_5 { margin-right:5px; } .m_r_10 { margin-right:10px; } .m_r_15 { margin-right:15px; } .m_r_20 { margin-right:20px; } .m_r_25 { margin-right:25px; }

@media only screen and (max-width:575px)
{
	.modal_master_form_all .form-group > label
	{
		text-align:left;
	}
}