.search_box span
{
	margin-top:5px;
}
html{
	min-height:100%;
	height:100%;
}
:root{
	--hospital-primary:#00639E;
	--hospital-primary-dark:#00527f;
	--hospital-accent:#00639E;
	--hospital-surface:#ffffff;
	--hospital-bg:#eef4f8;
	--hospital-border:#d7e2ea;
	--hospital-text:#1f2d3d;
	--hospital-muted:#6d7d8b;
}
.required
{
	color:#F00;
	font-weight:bold;
}
body {
    font-size: 14px;
	background:var(--hospital-bg);
	color:var(--hospital-text);
	min-height:100vh;
	height:100%;
	margin:0;
	display:flex;
	flex-direction:column;
}
.wrapper{
	width:100%;
	flex:1 0 auto;
}
.requir
{
	color:#F00 !important;
	font-size:16px !important;
}
.skin-blue .logo, .skin-black .logo{
    background: linear-gradient(135deg, #f8fcff 0%, #e4f1f8 100%) !important;
    color: var(--hospital-primary) !important;
    border-bottom: 1px solid var(--hospital-border);
}
.admin_enrollment_detail
{
	font-size:12px;
}
.admin_enrollment_detail table th, .admin_enrollment_detail table td
{
	text-transform:uppercase;
	padding:2px !important;
	vertical-align:middle !important;
}
.name a
{
	color:#000 !important;
	font-size:12px !important;
}

.verified a
{
	color:#093 !important;
}
.admin_enrollment_detail form
{
	width:auto;
	float:left;
}
.admin_enrollment_detail .lock, .admin_enrollment_detail .unlock, .admin_enrollment_detail .print, .admin_enrollment_detail .delete
{
	padding:1px 6px;
	border-radius:2px;
	margin:1px;
	border:none;
	float:left;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	color:#fff;
}
.admin_enrollment_detail .enroll
{
	border:none;
	padding: 3px 8px !important;
	border-radius:2px !important;
}
.admin_enrollment_detail .popup
{
	width:100% !important;
	float:left !important;
	padding:0 !important;
	margin:0 !important;
	padding-bottom:10px !important;
}
.admin_enrollment_detail media-body
{
	float:right !important;
}
.admin_enrollment_detail .popup img
{
	width:70px;
}
.admin_enrollment_detail .popup .media-object, .admin_enrollment_detail .popup .pull-left
{
	padding:0 !important;
	margin:0 !important;
}
.admin_enrollment_detail .popup
{
	width:300px;
}
.admin_enrollment_detail .popup h3 span
{
	width:100px;
	float:left;
}
.admin_enrollment_detail .popup img
{
	float:left;
}
.admin_enrollment_detail .popup h3
{
	font-size:11px !important;
	margin:0 !important;
	width:100%;
	float:right;
	padding:4px 0 0 10px !important;
	line-height: 10px;
}
.admin_enrollment_detail .popover
{
	padding:5px !important;
}
.btn-yellow
{
	background-color:#fbbc05; 
	color:#fff;
}
.btn-yellow:hover
{
	background-color:#fba015; 
	color:#fff;
}
.btn-receipt {
    background-color: #4cad91;
	color:#fff;
}
.btn-receipt:hover {
    background-color: #4DA186;
}
.challan_img img
{
	border:3px solid #666;
	display:block;
	margin:10px auto 0;
	float:none;
	max-width:700px;
}

.new_user
{
	width:100%;
	float:left;
	padding:10px;
	margin-top:20px; 
}
.new_user label
{
	margin:0 !important;
}
.no-print
{
	display:none !important;
}


	.new_user .sucess, .new_user .unsucess  {
     background: #bbdd8c none repeat scroll 0 0;
    border: 1px solid #a0c272;
    border-radius: 5px;
	color:#060;
	text-align:center;
	font-size:16px;
	font-weight:bold;
    margin: 0 0 5px 0;
	}
	.new_user .sucess p, .new_user .unsucess p
	{
		padding:3px 0;
		margin:0;
	}
	.new_user .unsucess {
    background: #f1d5d6 none repeat scroll 0 0;
    border: 1px solid #f2b1b4;
	color:#F00;
	}
	
	
	.admin_login .login_box {
    margin: 50px auto 0;
    max-width: 400px;
	}
	.box {
    margin: 0 10px 16px;
    padding: 14px !important;
    width: calc(100% - 20px) !important;
	float:left;
	border-top: 3px solid var(--hospital-primary) !important;
	background:var(--hospital-surface);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 53, 77, 0.08);
	border-left: 1px solid var(--hospital-border);
	border-right: 1px solid var(--hospital-border);
	border-bottom: 1px solid var(--hospital-border);
	}
	.title {
    background: linear-gradient(135deg, var(--hospital-primary) 0%, #0078bf 100%);
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
	}
	.admin_login .login_box h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
	}
 	.admin_login .login_box .button {
    background: linear-gradient(135deg, var(--hospital-primary) 0%, #0078bf 100%);
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal !important;
    padding: 8px 10px !important;
    text-decoration: none;
    text-transform: uppercase;
	float:left;
	margin:0 2px;
	}
 	.admin_login .login_box .box.box-danger {
    border-top-color: var(--hospital-primary);
	}
	.view_members_popup h3
	{
		margin:0 !important;
		padding:0 !important;
		font-size:14px !important;
	}
	.view_members_popup 
	{
		text-transform:none;
	}
	.red_color
	{
	 color:#F00;
    float: left;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 100%;
	}
	.red_star
	{
		color:#F00;
		font-weight:bold;
	}
	.login_box label
	{
		margin:0;
	}
	.user-header p
	{
		padding:0 !important;
		margin:0 !important;
	}
	.chg_psw_admin
	{
		margin: 0 0 0 225px !important;
		 width: calc(100% - 250px) !important ;
		max-width:none !important;
		padding: 0 15px;
	}
	.admin_pswcng
	{
		max-width:400px !important;
	}
	.admin_pswcng .cngpsw_box
	{
		margin:0 !important;
		padding:0 !important; 
	}
	.admin_pswcng .cngpsw_box table
	{
		width:100%;
	}
	.admin_pswcng .cngpsw_box td
	{
		padding:0 0 !important;
	}
	.admin_pswcng .cngpsw_box span
	{
		 color: #f00;
		float: left;
		font-weight: bold;
		margin-bottom: 5px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	.admin_pswcng .cngpsw_box input
	{
		width:100%;
		padding: 4px 0;
	}
	.admin_pswcng .cngpsw_box input[type="submit"]
	{
		width:auto !important;
		float:right !important;
		background:var(--hospital-primary);
		padding:6px 20px;
		color:#fff;
		border:none;
		border-radius:5px;
		text-transform:uppercase;
		font-weight:bold;
	}
	.admin_pswcng .cngpsw_box input[type="submit"]:hover
	{
		background:var(--hospital-primary-dark);
	}
	
	
	
	.search_box
	{
		width:100%;
		float:left;
		padding-bottom :10px;
	}
	.search_box h3
	{
		color:#000 !important;
		margin:0 0 5px 0 !important;
		font-size:18px;
	}
	.search_box small
	{
		color:#000;
		padding-left:5px;
	}
	.full-width
	{
		width:100% !important;
		float:left !important;
	}
	.search_box span
	{
		font-size:14px;
		float:left;
		width:100%;
		font-weight:bold;
		text-align:left;
	}
		
	.search_box input
	{
		padding:9px 12px !important;
		font-size:14px;
		float:left;
		width:100%;
		border:1px solid var(--hospital-border);
		border-radius:10px;
	}
	.search_box select
 	 {
		padding:9px 12px !important; 
 		font-size:14px;
 		float:left;
 		width:100%;
		border:1px solid var(--hospital-border);
		border-radius:10px;
 	 }
	
	.dataTables_filter input, .dataTables_length select
	{
		float:none !important;
	}
	
	.update_transaction
	{
		font-size:16px;
	}
	.update_transaction label
	{
		width:150px;
		float:left;
	}
	.update_transaction span
	{
		width: calc(100% - 150px);
		float:left;
	}
	.update_transaction input[type="number"], .update_transaction input[type="text"]
	{
		float:left;
		width: calc(100% - 150px);
		margin-bottom:10px;
	}
	.update_transaction input[type="submit"]
	{
		float:right;
		font-size:14px;
		font-weight:bold;
		padding:4px 20px; 
		margin:0 15px;
 	}
	.user-menu .user_pic
	{
		width:30px;
		height:30px;
		border-radius:50%;
		float:left;
		margin-right:10px;
		margin-top: -6px;
	}
	
	.add_place
	{
		font-size:16px;
	}
	.add_place label
	{
		float: left;
    	width: 80px;
	}
	.add_place input, .add_place select
	{
		float: left;
		margin-bottom: 10px;
		width: calc(100% - 80px);
	}
	.add_place input[type="submit"]
	{
		float: right;
		width:auto;
		margin-right:15px;
		padding:3px 20px;
		font-size:16px;
		font-weight:bold;
	}
	.new_place 
	{
		float: left;
		margin-top: 0px;
		padding:0 ;
		width: 100%;
	}
	a 
	{
		color:#000;
	}
	
	
	.add_news
	{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
	.add_news span
	{
		font-weight:bold;
	}
	.add_news input, .add_news select
	{
		width:100%;
		float:left;
		padding:5px;
	}
	.add_news span
	{
		width:100%;
		float:left;
		padding:6px 0 1px 0;
	}
	.add_news input[type='submit']
	{
		float: right;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 15px 0;
		padding: 2px 20px;
		text-transform: uppercase;
		width: auto;
	}
	.delete {
    border: medium none;
    border-radius: 2px;
    float: left;
    margin: 2px 6px;
    padding: 3px 5px;
    text-transform: uppercase;
	}
	.add_institute input[type='text'], .add_institute select
	{
		width:50%;
	}
	.add_institute select option
	{
		padding:3px !important;
	}
	.my_button a
	{
	border-radius: 5px;
    padding: 5px 10px;
	margin-right:5px;
	}
	.dashboard .logo
	{
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		background:none !important;
	}
	.add_group_payment a 
	{
		text-decoration:none !important;
		color:#333333 !important;
	}
	.align_center th, .align_center td
	{
		text-align:center !important;
	}
	.align_center a
	{
		float: left !important;
		margin: 0 5px !important;
	}
	.popover-content {
    padding: 10px 5px !important;
	}
	.popover {
		max-width:500px !important;
	}
	.enroll_issue td, .enroll_issue th
	{
		text-transform:uppercase;
	}
	
	.fa-eye, .fa-eye-slash
	{color:#000; border-radius: 50%; background:#FFE5C8; text-align: center; width: 24px;}
	.full_width
	{
		width:100%;
		float:left;
		display:block;
	}
	.refund_popup
	{
		max-width:400px !important;
	}
	.refund_popup form, .refund_popup table
 	{
		width:100% !important;
		float:left !important;
	}
	.refund_popup table input
	{
		width:100% !important;
		float:left !important;
		padding:5px;
	}
	.refund_popup table input[type='submit']
	{
		width:50% !important;
		float:none !important;
		padding:5px;
		margin:0 auto;
		display:block;
	}
	.refund_popup .modal-body {
    	padding: 10px !important ;
	}
	a
	{
		text-decoration:none !important;	
	}
	.width140
	{
		width:140px;
	}
	.add_timetable .col-sm-6, .add_timetable .col-sm-4, .add_timetable .col-sm-2
	{
		padding:5px 10px !important;
	}
	.add_timetable .col-sm-6 input
	{
		padding:3px;
	}
	.add_timetable .col-sm-6 select
	{
		padding:5px;
		width:100%;
	}
	.add_timetable input[type="submit"]
	{
		float: right;
		font-size: 16px;
		font-weight: bold;
		margin: 15px 0 0;
    	padding: 2px 15px;
		text-transform: uppercase;
		width: auto;
	}
	.add_timetable
	{
		margin-bottom:30px;
		width:100%;
		float:left;
	}
	.row-offcanvas 
	{
		position:relative !important;
	}
	.col-xs-12
	{
		padding:10px 0 5px 10px !important;
	}
	.table-responsive {
    border: none !important;
	margin-top:15px !important;
	}
	.table-responsive .col-xs-6 input
	{
		width:auto !important;
	}
	.my_button a
	{
		float:left;
		margin:2px;
	}
	.add_timetable input
	{
		width:100%;
	}
	
	.add_course .my_box select
	{
		width:100%;
		padding:5px;
	}
	.add_course .my_box span
	{
		float:left;
		width:160px;
	}
	.add_course .my_box input[type='submit']
	{
		width:100%;
		float:left;
		margin:0 0 20px 0;
		padding:4px 15px;
	}
	.add_course .my_box .submit
	{
		width:auto;
		float:left;
	}
	
	.logo .img-responsive {
    max-width: 68% !important;
	margin:2px auto !important;
	}
	.dashboard
	{
		float: left;
		padding: 100px 0;
		width: 100%;
	}
	
	
	
	
	
	


input[type="checkbox"] {
    display:none !important;
}
input[type="checkbox"] + label {
    color:#f2f2f2 !important;
}
input[type="checkbox"] + label span {
    display:inline-block !important;
    width:19px !important;
    height:19px !important;
    margin:-2px 10px 0 0 !important;
    vertical-align:middle !important;
    background:url(../img/check_radio_sheet.png) left top no-repeat !important;
    cursor:pointer !important;
}
input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -19px top no-repeat !important;
}

@media screen and (max-width: 560px) {
	.logo .img-responsive {
    max-width: 48% !important;
	}
}
.top-border {
	border-top:2px solid var(--hospital-primary) !important;
	border-radius: 3px !important;
}

.enrolled_students .popup h3
{
	width: 74%;
	float:right;
}
.enrolled_students .popup img
{
	width:26%;
	float:left;
}
.enrolled_students .popup h3 span {
    float: left;
    width: 85px;
}













    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: auto !important; /* Full width */
		overflow: hidden; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
	/* Modal Content */
    .modal-content {
        text-align: center;
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
	.modal-content.export{width:30% !important;}
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0} 
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    /* The Close Button */
    .close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header h2
{
	margin:0 !important;
	padding:0 !important;
}
    .modal-header {
        padding: 2px 16px;
        background-color: var(--hospital-primary);
        color: white;
        width: 100%;
        float: left;
    }

    .modal-body {
        padding: 2px 16px;
        width: 100%;
        float: left;
        background-color: #fff;
    }

    .modal-footer {
        padding: 2px 16px;
        margin: 0 auto !important;
        background-color: var(--hospital-primary);
        color: white;
        width: 100%;
        float: left;
    }

    .modal-body  p{
        width: calc(100%-19px) !important;
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin:0 0 0 10px;
		font-size:16px !important;
		padding:7px 0 0 0 ;

    }
    .modal-body label{
        width: 19px;
        float: left;
		margin:0 !important;
    }

.enroll_issue form
{
	width:100%;
	float:left;
}
.full_student_detail
{
	text-transform:uppercase;
	padding:15px !important;
}
.full_student_detail .img_sign
{
	width:auto;
	float:none;
	margin:0 auto;
}
.full_student_detail .col-sm-4
{
	font-weight:bold;
}

.full_student_detail h3
{
	margin:6px 0 0 5px !important;
	font-size: 16px;
    font-weight: bold;
}
.full_student_detail .sec1
{
	width:100%;
	float:left;
	border:1px solid #ddd;
	padding:15px 0px;
}
.full_student_detail table
{
	border-collapse:collapse !important;
	width:100%;
}
.full_student_detail table th
{
	padding:0 !important;
}
 .full_student_detail table td
{
	padding:5px 0 !important;
	border-collapse:collapse !important;
}
.full_student_detail .col-sm-12
{
	padding:0 !important;
}
.full_student_detail table th .col-sm-12 div:nth-child(2)
{
	font-weight:normal !important;
}

.full_student_detail table th:first-child
{
	border-top:1px solid #fff !important;
}
.full_student_detail table tr:first-child th
{
	border-bottom:1px solid #fff !important;
}
.full_student_detail table th td
{
	border-left:1px solid #fff !important;
}
.full_student_detail table th td:last-child
{
	border-right:1px solid #fff !important;
}

.full_student_detail table th table tr:last-child td
{
	border-bottom:1px solid #fff !important;
}

.quali
{
	margin:0 0 2px 0;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	width:100% !important;
	height:100%;
}
.img_thumb
{
	padding:2px !important;
	height:80px;
	width:100px;
	text-align:center !important;
}
.img_thumb a
{
	color:#000 !important;
	font-weight:bold !important;
}
.img_thumb .btn
{
	float:none !important;
	margin:0 auto !important;
	display:block !important;
}
.quali tr td
{
	padding:5px 10px !important;
}
.quali tr:nth-child(odd)
{
	font-weight:bold !important;
}






 /* Style the Image Used to Trigger the Modal */
*, 
*:before, 
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}
.btn {
	border: none;
	cursor: pointer;
	outline: none;
}

.btn-open {
	background-color: #337357;
	color: #E4E3D3;
	font-size: 15px;
	border-radius: 4px;
	padding: 8px 16px;
}

.btn-close {
	font-size: 30px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -15px;
	top: -15px;
	line-height: 16px;
	background-color: #333;
	color: #fff;
}

.relative {
	position: relative;
	padding: 32px 16px;
}

.modal-content {
	border-radius: 8px;
}

.credit {
	position: absolute;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

.credit a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #E4E3D3;
	font-family: monospace;

}

.modal-wrapper { 
  width: 100%; 
  height: 100%; 
  min-height: 100%; 
  position: fixed; 
  top: 0; 
  left: 0; 
  background-color: rgba(0,0,0,.7); 
  transition: .4s; 
  visibility: hidden; 
  opacity: 0; 
  z-index: 100;
}

.modal-content { 
  max-width: 800px;
  width: 100%;
  position: absolute;
 
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background-color: #fff;
}

.modal-opened { 
  opacity: 1; 
  visibility: visible;
}

.enroll_left a, .enroll_left input
{
	float:left;
	margin-right:3px;
}
.overview .col-sm-4, .overview .col-sm-4 .box-header
{
	padding:0 !important;
}


.search_enroll
{
	margin-bottom:20px !important;
}
.search_enroll form
{
	width:100%;
	float:left;
}
.search_enroll input[type='text']
{
	float:left;
	width:75%;
	margin-right:5px;
	padding:4px;
	font-size:16px;
}
.search_enroll input[type='submit']
{
	font-size:16px;
	float:left;
	width:15%;
	padding:4px;
}
.fc-sun 
{
	color:#f56954 !important;
}
.ums_dashboard #calendar .fc-grid .fc-day-number
{
	font-size:24px !important;
    padding: 0 10px;
}
.ums_dashboard .fc-content
{
	 border-left: 1px solid #ddd !important;
	 border-right: 1px solid #ddd !important;
}
.ums_dashboard .fc-event-title
{
	font-size:12px !important;
}

.ums_dashboard .col-md-8, .ums_dashboard .col-md-4
{
	padding:0 !important;
}






.tan_isu
{
	width:100% !important;
	float:left !important;
}
.tan_left 
{
	float:left;
}
.tan_right
{
	float:right !important;
	width:30px !important;
	display:block !important;
}
.tan_right a
{
	float:right;
}





.add_exam label
{
	width:100%;
	float:left;
	margin:0;
}
.add_exam select, .add_exam input
{
	width:100%;
	float:left;
	padding:6px !important;
}
.add_exam .btn-file, .add_exam .btn-file input
{
	width:100%;
	float:left;
	padding:5px !important;
	height:auto !important;
}
.myrow
{
	width:100%;
	float:left;
}
.add_exam .col-sm-6, .add_exam .col-sm-2, .add_exam .col-sm-12, .add_exam .col-sm-4, .add_exam .col-sm-3
{
	padding:5px !important;
}
.add_exam .form-group
{
	margin:0 !important;
}
.add_exam .check label
{
	color:#000 !important;
}
.myborder
{
border:1px solid #bbb; padding:4px; float:left; width:100%;
}

.add_exam_sec1 .btn-danger, .add_exam_sec1 .btn-receipt
{
	padding:5px !important;
    border-radius: 5px !important;
	float:left!important;
}
.export_box select
{
	padding:5px 10px !important;
	width:99% !important;
	float:left !important;
	margin:2px .5% !important;
}
.export_box input
{
	padding:5px 10px !important;
	width:49% !important;
	float:left !important;
	margin: 2px .5% !important;
}
.add_course .my_box input
{
	width:100%;
	float:left;
	margin-top:4px;
	padding: 5px 10px !important;
}
.add_subject span
{
	padding:0;
	margin:0;
}
.add_subject input, .add_subject select
{
	width:100% !important;
	float:left;
	padding:7px 10px;
	margin-bottom:5px;
	line-height:16px !important;
}
.red_bk
{
	background:#ea4335 !important;
}
.green_bk
{
	background:#34a853 !important;
}
.red_bk a, .green_bk a 
{
	color:#fff !important;
}
.form_box span
{
	padding:0;
	width:100% !important;
	float:left !important;
}
.form_box input, .form_box select
{
	width:100% !important;
	float:left !important;
	padding:5px !important;
	margin-bottom:5px !important;
}
.form_box input[type="text"]
{
	padding: 3px 0 3px 10px !important;
}
.form_box input[type="radio"]
{
	width:50% !important;
	padding: 3px 0 3px 10px !important;
}
.form_box .border
{
	border:1px solid #aaa;
	width:100%;
	float:left;
	padding:3px 0;
	margin-bottom:5px !important;
}

.migration_isu span, .migration_isu input, .migration_isu select
{
	width: 100% !important;
	float:left !important;
	display:block !important;
}
.my_form input, .my_form select
{
	width:100% !important;
	float:left !important;
	padding:6px 5px ;
	margin-bottom:6px;
}
 .my_form input
 {
	padding:4px 5px ; 
 }
.my_form .col-sm-6, .my_form .col-sm-5, .my_form .col-sm-4, .my_form .col-sm-3, .my_form .col-sm-2, .my_form .col-sm-1
{
	padding:0 5px !important	; 
	margin:0 !important;
}
.modal-header, .modal-footer
{
	padding:6px !important;
}
.fee_popup
{
	width:100%;
	float:left;
	border:1px solid #ddd;
}
.fee_popup .col-sm-3, .fee_popup .col-sm-6
{
	padding:0 !important;
	border:1px solid #ddd;
	font-size:15px;
}
.fee_popup .sec
{
	width:100%;
	float:left;
}
.table tr td, .table tr th
{
	vertical-align:middle !important;
	padding:2px !important;
}
.forget_psw a
{
	font-size:14px;
	color:#900;
}
.forget_psw a:hover
{
	color:#03C;
}

.sno{ width:40px; }

tr td{ text-transform:capitalize; }
input[type=email] { text-transform:lowercase; }
select option { text-transform:uppercase; }
select { text-transform:uppercase !important}

.mytable{ 
border: 1px solid #999;
border-collapse:collapse;
width:100%;
float:left;}
.mytable tr td, .mytable tr th{
	border:1px solid #999;
	padding:5px 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	padding:0 5px !important;
}
input[type="submit"]
{
	width:auto;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.btn_bk{background:var(--hospital-primary); color:#fff; border:none;}
.btn_bk:hover{background:var(--hospital-primary-dark);}
.mybtn
{
	border:none;
	float:left;
	margin:2px 0 2px 6px;
	padding: 0 4px !important; 
    font-size: 14px !important; 
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.btn-green{
	color: #fff;
    background-color: var(--hospital-primary);
    border-color: var(--hospital-primary);
}
.btn-green:hover{background-color:var(--hospital-primary-dark);}
.btn-red{
	color: #fff;
    background-color: var(--hospital-primary);
    border-color: var(--hospital-primary);
}
.btn-red:hover{background-color:var(--hospital-primary-dark);}
.btn-blue{
	color: #fff;
    background-color: var(--hospital-primary);
    border-color: var(--hospital-primary);
}
.btn-blue:hover{background-color:var(--hospital-primary-dark);}

.print_btn{ float:right; margin-right:15px; padding: 10px; color: #FFFFFF; background-color: #5a8bd5; }
.print_btn:hover{color: #000000; background-color: #5a8bd5;}

.print_hadding{ background:#CCC; font-size:20px;}
#printableArea1 ul li, #printableArea3 ul li{ list-style:decimal;}
#printableArea1 ul, #printableArea3 ul, #printableArea4 ul{padding: 0 0 0 25px;}
#printableArea1, #printableArea3, #printableArea4 { text-align:justify;}
.box_height
{
	padding-right:5px;
	height:300px;
	overflow-y:scroll;
	width:100%;
	float:left;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #999; 
}

#printableArea4 .full_width{width:100%;float:left; margin-top:15px;}
#printableArea4 .left{width:50%;float:left;}
#printableArea4 .right{width:50%;float:right;}
@font-face {
font-family: myFirstFont;
src: url(fonts/devlys010.ttf);
}
.hover_box
{
	width:100% !important;
	float:left !important;
	padding:0 !important;
	margin:0 !important;
	padding-bottom:10px !important;
}
.hover_box h3
{
	font-size:13px !important;
	padding: 3px 0 2px 0 !important; 
	margin:0 !important;
	width: 100% !important;
	float:left;
	border-bottom: 1px solid #ddd;
}
.hover_box span
{
	width:150px;
	float:left;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	float:none;
}
#cngpsw .modal-content{	float:left;}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.multiple_select
{
	width:100%;
	float:left;
}
.multiple_select .left
{
	width:calc(50% - 20px);
	float:left;
	height: 113px;
}
.multiple_select .middle
{
	width:36px;
	float:left;
	margin:0 2px; 
}
.multiple_select .right
{
	width:calc(50% - 20px);
	float:right;
	height: 113px;
}
.multiple_select input[type='button']
{
	padding:0 !important;
	text-align:center;
	margin:2px 0; 
	width:100% !important;
	float:left;
}
.close_box
{
	text-align:right;
}

input:-moz-read-only { /* For Firefox */
    background-color: #eee;
	border:1px solid #aaa;
	padding: 5px 10px !important;
}
input:read-only {
    background-color: #eee;
	border:1px solid #aaa;
	padding: 4px 10px !important;
}
.color_box h3
{
	color:#fff !important;
}
.popover
{
	    z-index: 9999 !important;
}
.news
{
	width:100%;
	float:left;
}
.news textarea
{
	width:100%;
	float:left;
	height:100px;
	margin:0 0 5px 0;
}
.news input
{
	width:100%;
	float:left;
	margin:0 0 5px 0 ;
}
.print_hadding span
{
	width:auto !important;
}

.radiotable input[type="radio"]
{
	width:auto !important;
	float:left;
	margin-right:5px;
}
.same_add
{
	padding:15px 0 0px 20px !important;
}
.same_add label
{
	float:left;
	margin-top: 3px;
}
.same_add b
{
	float:left;
}
.text_normal, .text_normal tr td, .text_normal tr th
{
	text-transform:none !important;
}
.text_normal tr td, .text_normal tr th
{
	padding:0 15px !important;
}
#cngpsw tr{
	margin-top: 5px;
    float: left;
}
#cngpsw tr td
{
	width:100% !important;
	float:left !important;
	text-align:left !important;
	font-weight:bold !important;
}
.modal-header .close {
    margin-top: 2px !important;
	 color: #fff;
}
.footer{
	position:relative;
	left:auto;
	right:auto;
	bottom:auto;
	z-index:auto;
	width:100%;
	margin-top:auto;
	top:auto;
}
.footer p{
	text-align:center;
}
.sidebar .sidebar-menu {
    margin-bottom: 75px;
}

.lower{ text-transform:lowercase; }
.upper{ text-transform:uppercase; }

form{ width:100%; float:left;}
table{ width:100%; float:left;}

.hover_box .col-sm-8, .hover_box .col-sm-4{
	box-sizing: border-box;
}
.small-box form{ width:auto; float:none;} 

.hospital-ui .navbar.navbar-static-top{
	background:#036EAE !important;
	border-bottom:1px solid #025a8e;
	box-shadow: 0 6px 18px rgba(3, 110, 174, 0.18);
	min-height:68px;
}
.hospital-ui .header .navbar{
	margin-left:228px;
	display:flex;
	align-items:center;
	padding:0 18px 0 0;
}
.hospital-ui .header .logo{
	font-weight:700;
	background:#f8fbfe !important;
	border-bottom:1px solid var(--hospital-border);
	box-shadow: 0 6px 18px rgba(15, 53, 77, 0.05);
	width:228px;
	height:68px;
	line-height:1.2;
	padding:14px 18px !important;
	text-align:left;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}
.hospital-ui .header .hospital-brand-title{
	display:block;
	color:var(--hospital-primary);
	font-size:24px;
	font-weight:800;
	letter-spacing:.1px;
	line-height:1.05;
}
.hospital-ui .header .hospital-brand-subtitle{
	display:block;
	margin-top:4px;
	color:#5d7384;
	font-size:11px;
	font-weight:700;
	letter-spacing:1.2px;
	text-transform:uppercase;
}
.hospital-ui .left-side{
	background:#f5f9fc;
	border-right:1px solid var(--hospital-border);
	width:228px;
	top:68px;
}
.hospital-ui .sidebar{
	background:transparent;
	padding:14px 12px 20px;
}
.hospital-ui .right-side{
	margin-left:228px;
}
.hospital-ui .header{
	max-height:68px;
}
.hospital-ui .navbar-btn.sidebar-toggle{
	padding:24px 16px !important;
	margin-left:-18px;
	border-radius:10px;
	color:#ffffff !important;
	transition:background .18s ease, color .18s ease;
}
.hospital-ui .navbar-btn.sidebar-toggle:hover,
.hospital-ui .navbar-btn.sidebar-toggle:focus{
	background:rgba(255,255,255,0.14) !important;
	color:#ffffff !important;
}
.hospital-ui .navbar-btn.sidebar-toggle .icon-bar{
	background:#ffffff !important;
	height:2px;
	border-radius:2px;
}
.hospital-ui .sidebar-menu > li.header{
	background:transparent;
	color:#6e8596;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
	padding:16px 10px 8px;
	text-transform:uppercase;
	border-bottom:none;
}
.hospital-ui .sidebar-menu > li > a{
	border:1px solid transparent;
	margin:0 0 6px;
	border-radius:10px;
	color:#334e60;
	padding:11px 12px;
	font-weight:600;
	background:transparent;
	line-height:1.35;
}
.hospital-ui .sidebar-menu > li > a > .fa{
	margin-right:10px;
	min-width:16px;
	text-align:center;
	color:var(--hospital-primary);
}
.hospital-ui .sidebar-menu > li > a:hover,
.hospital-ui .sidebar-menu > li.active > a{
	background:#eef6fb;
	border-color:#cfe0ea;
	box-shadow:none;
	color:var(--hospital-primary);
}
.hospital-ui .sidebar-menu > li:not(.physio-item) > a{
	color:var(--hospital-primary) !important;
}
.hospital-ui .sidebar-menu > li:not(.physio-item):hover > a,
.hospital-ui .sidebar-menu > li:not(.physio-item).active > a{
	background:#eef6fb !important;
	border-color:#cfe0ea !important;
	color:var(--hospital-primary) !important;
	box-shadow:none !important;
}
.hospital-ui .sidebar-menu > li:not(.physio-item) > a > span,
.hospital-ui .sidebar-menu > li:not(.physio-item) > a > .fa{
	color:var(--hospital-primary) !important;
}
.hospital-ui .sidebar-menu > li:not(.physio-item) > a:hover > span,
.hospital-ui .sidebar-menu > li:not(.physio-item).active > a > span,
.hospital-ui .sidebar-menu > li:not(.physio-item) > a:hover > .fa,
.hospital-ui .sidebar-menu > li:not(.physio-item).active > a > .fa{
	color:var(--hospital-primary) !important;
}
.hospital-ui .sidebar-menu > li.physio-header{
	color:#3c7a5e;
}
.hospital-ui .sidebar-menu > li.physio-item > a > .fa{
	color:#3c7a5e !important;
}
.hospital-ui .sidebar-menu > li.physio-item > a{
	color:#3c7a5e !important;
}
.hospital-ui .sidebar-menu > li.physio-item > a > span{
	color:#3c7a5e !important;
}
.hospital-ui .sidebar-menu > li.physio-item > a:hover,
.hospital-ui .sidebar-menu > li.physio-item > a:focus,
.hospital-ui .sidebar-menu > li.physio-item.active > a{
	color:#2f6a51 !important;
	border-color:#9fcab2;
	background:#e4f3ea;
	box-shadow:none;
}
.hospital-ui .sidebar-menu > li.physio-item > a:hover > span,
.hospital-ui .sidebar-menu > li.physio-item > a:focus > span,
.hospital-ui .sidebar-menu > li.physio-item.active > a > span,
.hospital-ui .sidebar-menu > li.physio-item > a:hover > .fa,
.hospital-ui .sidebar-menu > li.physio-item > a:focus > .fa,
.hospital-ui .sidebar-menu > li.physio-item.active > a > .fa{
	color:#2f6a51 !important;
}
.hospital-ui .sidebar-menu > li{
	border-bottom:none;
}
.hospital-ui .navbar-right{
	display:flex;
	align-items:center;
	margin-left:auto;
}
.hospital-ui .nav.navbar-nav{
	display:flex;
	align-items:center;
}
.hospital-ui .nav.navbar-nav > li{
	float:none;
}
.hospital-topbar-user{
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	letter-spacing:.2px;
	line-height:68px;
	margin-right:8px;
	white-space:nowrap;
}
.hospital-topbar-icon{
	display:block;
	color:#ffffff !important;
	font-size:17px;
	line-height:68px !important;
	padding:0 12px !important;
	border-radius:8px;
}
.hospital-topbar-icon:hover,
.hospital-topbar-icon:focus{
	background:rgba(255,255,255,0.14) !important;
	color:#ffffff !important;
}
.hospital-ui .content-header > h1{
	font-size:24px;
	font-weight:700;
	color:var(--hospital-primary);
	letter-spacing:.2px;
}
.hospital-ui .content-header{
	padding:20px 20px 8px;
}
.hospital-ui .content{
	padding:0 20px 24px;
}
.hospital-page-note{
	color:var(--hospital-muted);
	font-size:13px;
	margin:6px 0 12px;
}
.hospital-stat-grid{
	display:flex;
	flex-wrap:wrap;
	gap:14px;
	margin-bottom:8px;
}
.hospital-stat-card{
	background:#ffffff;
	border:1px solid var(--hospital-border);
	border-radius:12px;
	padding:18px 20px;
	box-shadow:0 6px 18px rgba(14, 47, 71, .06);
}
.hospital-stat-card h4{
	margin:0 0 8px;
	font-size:15px;
	font-weight:700;
	color:var(--hospital-muted);
	text-transform:uppercase;
	letter-spacing:.5px;
}
.hospital-stat-card .value{
	font-size:34px;
	font-weight:800;
	color:var(--hospital-primary);
	line-height:1.1;
}
.hospital-stat-card .meta{
	margin-top:8px;
	color:var(--hospital-muted);
	font-size:13px;
}
.hospital-form-card,
.hospital-table-card{
	background:#fff;
	border:1px solid var(--hospital-border);
	border-radius:12px;
	padding:18px;
	box-shadow:0 6px 18px rgba(14, 47, 71, .06);
}
.hospital-ui .box.box-primary{
	border-top:3px solid var(--hospital-primary) !important;
}
.hospital-ui .box-header{
	padding:16px 20px 12px;
	border-bottom:1px solid #edf2f6;
}
.hospital-ui .box-header > .box-title{
	font-size:16px;
}
.hospital-ui .box-body{
	padding:16px 20px;
}
.hospital-ui .box-body.no-padding{
	padding:0 !important;
}
.registration-form-card{
	background:transparent !important;
	border:none !important;
	box-shadow:none !important;
	padding:0;
}
.registration-heading{
	margin:0 0 10px;
	padding:0;
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	color:var(--hospital-primary);
	font-size:15px;
	font-weight:700;
	line-height:1.3;
}
.registration-form-grid{
	margin-top:0;
	display:block;
	padding-top:0;
}
.registration-form-grid .form-group{
	margin-bottom:16px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.registration-form-grid .form-group:first-child{
	margin-top:0;
}
.registration-form-grid .col-form-label{
	padding-top:10px;
	font-size:13px;
	font-weight:700;
	color:#355267;
}
.registration-form-grid .field-required{
	display:inline;
	margin-left:3px;
	color:#d84c4c;
	font-weight:700;
	font-size:12px;
	line-height:1;
}
.registration-form-grid .form-control{
	min-height:42px;
}
.registration-form-grid small{
	display:block;
	margin-top:4px;
	font-size:12px;
}
.registration-submit-row{
	padding-top:6px;
}
.registration-submit-row .btn{
	min-width:200px;
}
@media (max-width: 767px){
	.hospital-ui .header{
		max-height:none;
		height:auto;
	}
	.hospital-ui .wrapper{
		padding-top:70px;
	}
	.hospital-ui .header .logo{
		width:100%;
		height:58px;
		padding:10px 14px !important;
	}
	.hospital-ui .header .hospital-brand-title{
		font-size:22px;
	}
	.hospital-ui .header .hospital-brand-subtitle{
		font-size:10px;
		letter-spacing:.8px;
	}
	.hospital-ui .header .navbar{
		margin-left:0;
		padding-right:8px;
		min-height:58px;
	}
	.hospital-ui .left-side{
		top:116px;
		width:228px;
	}
	.hospital-ui .right-side{
		margin-left:0;
		padding-top:0;
	}
	.hospital-ui .right-side.treatment-module{
		padding-top:0 !important;
	}
	.hospital-ui .content-header.treatment-module{
		padding-top:12px !important;
	}
	.hospital-topbar-user{
		display:none;
	}
	.hospital-topbar-icon{
		line-height:58px !important;
	}
	.hospital-ui .navbar-btn.sidebar-toggle{
		padding:19px 14px !important;
		margin-left:0;
	}
	.registration-form-grid .col-form-label{
		padding-top:0;
		margin-bottom:6px;
	}
	.hospital-ui .content-header{
		padding:12px 12px 8px;
	}
	.hospital-ui .content{
		padding:0 12px 20px;
	}
	.hospital-ui .content.treatment-module{
		padding-top:0 !important;
	}
	.hospital-ui .content.treatment-module > .box:first-child{
		margin-top:0 !important;
	}
}
.hospital-form-card .section-title,
.hospital-table-card .section-title{
	font-size:16px;
	font-weight:700;
	color:var(--hospital-primary);
	margin:0 0 14px;
}
.hospital-actions{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	align-items:center;
}
.hospital-actions .btn,
.hospital-form-card .btn,
.hospital-table-card .btn{
	border-radius:10px;
	font-weight:700;
	padding:8px 14px;
}
.hospital-ui .btn.btn-primary,
.hospital-ui input.btn.btn-primary,
.hospital-ui input.btn-primary{
	background:linear-gradient(135deg, var(--hospital-primary) 0%, #0078bf 100%);
	border-color:var(--hospital-primary);
}
.hospital-ui .btn.btn-success,
.hospital-ui input.btn.btn-success,
.hospital-ui input.btn-success{
	background:linear-gradient(135deg, var(--hospital-accent) 0%, #0078bf 100%);
	border-color:var(--hospital-primary);
}
.hospital-ui .form-control{
	border:1px solid var(--hospital-border);
	border-radius:10px;
	padding:10px 12px;
	height:auto;
	box-shadow:none;
}
.hospital-ui .form-control:focus{
	border-color:#59a7d3;
	box-shadow:0 0 0 3px rgba(0, 99, 158, .14);
}
.treatment-module .treatment-checkline input[type="checkbox"],
.treatment-module .treatment-checkline input[type="radio"]{
	display:inline-block !important;
	width:16px;
	height:16px;
	margin:0;
	opacity:1 !important;
	visibility:visible !important;
	position:static !important;
	appearance:auto;
}
.treatment-module .treatment-checkline input[type="checkbox"]{
	-webkit-appearance:checkbox;
}
.treatment-module .treatment-checkline input[type="radio"]{
	-webkit-appearance:radio;
}
.treatment-module .treatment-checkline > span{
	color:#24415d;
}
.treatment-module .box-body::after,
.treatment-module .box::after,
.treatment-module form::after{
	content:"";
	display:block;
	clear:both;
}
.treatment-module .alert,
.treatment-module .box{
	clear:both;
}
.treatment-module .alert{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
	padding-left:15px !important;
	position:relative;
}
.treatment-module .box{
	float:none !important;
	width:100% !important;
	margin:0 0 16px !important;
	padding:0 !important;
	display:block;
}
.treatment-module .box:last-child{
	margin-bottom:0 !important;
}
.treatment-module .hospital-stat-grid,
.treatment-module .treatment-dashboard-grid,
.treatment-module .treatment-action-grid{
	clear:both;
}
.hospital-ui table.table{
	background:#fff;
	border:1px solid var(--hospital-border);
	border-radius:12px;
	overflow:hidden;
}
.hospital-ui .table thead tr{
	background:#edf6fb;
}
.hospital-ui .table tr td,
.hospital-ui .table tr th{
	padding:10px 8px !important;
	border-color:#dfe9ef !important;
}
.hospital-ui .content{
	padding-bottom:30px;
}
.hospital-ui .tab{
	display:flex;
	flex-wrap:wrap;
	gap:0;
	align-items:flex-end;
	padding:0 0 0 14px;
	background:#edf6fb;
	border:1px solid var(--hospital-border);
	border-radius:16px 16px 0 0;
	overflow:hidden;
}
.hospital-ui .tab button{
	float:none !important;
	padding:13px 18px !important;
	font-size:13px !important;
	font-weight:700;
	letter-spacing:.15px;
	color:#4e6a7d;
	background:transparent;
	border:none !important;
	border-right:1px solid #d6e3eb !important;
	border-radius:0;
	margin:0;
	transition:all .18s ease;
}
.hospital-ui .tab button:hover{
	background:#f8fbfd;
	color:var(--hospital-primary);
}
.hospital-ui .tab button.active{
	background:#fff !important;
	color:var(--hospital-primary-dark);
	border-right:1px solid var(--hospital-border) !important;
	box-shadow:none;
}
.hospital-ui .tabcontent{
	display:none;
	border:1px solid var(--hospital-border);
	border-top:none;
	background:#fff;
	padding:14px 0 0;
	width:100%;
	float:left;
	border-radius:0 0 16px 16px;
	box-shadow:0 12px 28px rgba(15, 53, 77, 0.06);
}
.physio-diagnosis-tabs{
	display:flex;
	flex-wrap:wrap;
	gap:0;
	align-items:flex-end;
	padding:0 0 0 14px;
	background:#edf6fb;
	border:1px solid var(--hospital-border);
	border-radius:16px 16px 0 0;
	overflow:hidden;
}
.physio-diagnosis-tabs button{
	float:none !important;
	padding:13px 18px !important;
	font-size:13px !important;
	font-weight:700;
	letter-spacing:.15px;
	color:#4e6a7d;
	background:transparent;
	border:none !important;
	border-right:1px solid #d6e3eb !important;
	border-radius:0;
	margin:0;
	transition:all .18s ease;
}
.physio-diagnosis-tabs button:hover{
	background:#f8fbfd;
	color:var(--hospital-primary);
}
.physio-diagnosis-tabs button.active{
	background:#fff !important;
	color:var(--hospital-primary-dark);
	border-right:1px solid var(--hospital-border) !important;
	box-shadow:none;
}
.physio-diagnosis-panel{
	display:none;
	border:1px solid var(--hospital-border);
	border-top:none;
	background:#fff;
	padding:14px 0 0;
	width:100%;
	float:left;
	border-radius:0 0 16px 16px;
	box-shadow:0 12px 28px rgba(15, 53, 77, 0.06);
}
.diagnosis-details-wrap{
	padding:8px 0 0;
}
.diagnosis-details-form{
	width:100%;
	float:left;
}
.diagnosis-section-card{
	background:#fff;
	border:1px solid var(--hospital-border);
	border-radius:12px;
	padding:18px 18px 10px;
	box-shadow:0 6px 18px rgba(14, 47, 71, .06);
	margin-bottom:16px;
}
.diagnosis-section-title{
	margin:0 0 14px;
	padding:0;
	color:var(--hospital-primary);
	font-size:15px;
	font-weight:700;
	line-height:1.3;
}
.diagnosis-section-body .form-group{
	margin-bottom:14px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.diagnosis-section-body .col-form-label{
	padding-top:10px;
	font-size:13px;
	font-weight:700;
	color:#355267;
}
.diagnosis-submit-row{
	padding:4px 0 8px;
	text-align:center;
}
.diagnosis-submit-row .btn{
	min-width:190px;
}
.hospital-ui .billing-summary-cell{
	padding:14px 16px !important;
	background:#fff;
}
.hospital-ui .billing-summary-form{
	max-width:none;
	width:100%;
}
.hospital-ui .billing-summary-grid{
	margin:0 -6px;
}
.hospital-ui .billing-summary-grid > [class*="col-sm-"]{
	padding:0 6px;
	margin-bottom:10px;
}
.hospital-ui .billing-summary-form label,
.hospital-ui .billing-summary-form span{
	display:block;
	float:none !important;
	margin:0 0 4px;
	font-size:14px;
	font-weight:800;
	color:#355267;
}
.hospital-ui .billing-summary-form .form-control{
	min-height:36px;
	padding:7px 10px;
	border-radius:6px;
	font-size:14px;
	font-weight:600;
}
.hospital-ui .billing-summary-actions{
	padding-top:0;
	text-align:left;
}
.hospital-ui .billing-summary-actions .btn{
	min-width:140px;
}
.treatment-module .hospital-page-note{
	line-height:1.6;
}
.treatment-module .box-header{
	padding:14px 16px 10px;
}
.treatment-module .box-body{
	padding:14px 16px;
}
.treatment-module .treatment-static-value{
	overflow-wrap:anywhere;
	word-break:break-word;
}
.treatment-module .treatment-attachment-link{
	display:inline-block;
	margin:2px 0;
	color:#0b5f99;
	font-weight:600;
	text-decoration:none;
}
.treatment-module .treatment-attachment-link:hover,
.treatment-module .treatment-attachment-link:focus{
	text-decoration:underline;
}
.treatment-module .table-responsive{
	border:0;
	margin-bottom:0;
	-webkit-overflow-scrolling:touch;
}
.treatment-module .table-responsive table{
	min-width:680px;
}
.treatment-module .form-control,
.treatment-module .btn{
	font-size:16px;
}
.treatment-module .treatment-queue-card{
	padding:14px;
}
.treatment-module .treatment-action-row,
.treatment-module .treatment-approval-actions,
.treatment-module .treatment-status-actions{
	gap:10px;
	flex-wrap:wrap;
}
@media (max-width: 991px){
	.treatment-module .box-header,
	.treatment-module .box-body{
		padding-left:14px;
		padding-right:14px;
	}
}
@media (max-width: 767px){
	.treatment-module .box-header,
	.treatment-module .box-body{
		padding:12px;
	}
	.treatment-module .queue-patient{
		font-size:16px;
	}
	.treatment-module .queue-status,
	.treatment-module .timeline-badge{
		white-space:normal;
	}
	.treatment-module .treatment-status-strip{
		flex-direction:column;
		align-items:stretch;
	}
	.treatment-module .treatment-status-actions,
	.treatment-module .treatment-action-row,
	.treatment-module .treatment-approval-actions{
		flex-direction:column;
		align-items:stretch;
	}
	.treatment-module .treatment-status-actions .btn,
	.treatment-module .treatment-action-row .btn,
	.treatment-module .treatment-approval-actions .btn,
	.treatment-module .treatment-dash-btn{
		width:100%;
	}
	.treatment-module .treatment-checkline{
		align-items:flex-start;
	}
	.treatment-module .treatment-radiograph-grid,
	.treatment-module .treatment-report-grid{
		grid-template-columns:1fr;
	}
	.treatment-module .teeth-container{
		grid-template-columns:repeat(5, minmax(0, 1fr));
	}
	.treatment-module .table-responsive table{
		min-width:620px;
	}
}
@media (max-width: 480px){
	.treatment-module .teeth-container{
		grid-template-columns:repeat(4, minmax(0, 1fr));
	}
}
