@font-face {
	font-family: 'lato';
	src: url("../fonts/Lato-Regular.eot");
	src: url("../fonts/Lato-Regular.woff") format("woff"),
	url("../fonts/Lato-Regular.ttf") format("truetype"),
	url("../fonts/Lato-Regular.otf") format("otf");
	url("../fonts/Lato-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	padding-top: 50px;
	background: #FBFBF3;
}
a{color: #00549a;}
.table-bordered > tbody > tr > td{border-color: #bddaf3;}
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.error{color:red; padding:5px 5px;}
.error_div{color:red; padding:5px 5px; text-align: center;}
.form-control{color:#555555;}
.success{color:green; padding:5px 5px;text-align: center;}
.navbar-fixed-top {
	border: 0;
}
/*.loading{float: right; margin-top: 12px; color: rgb(255, 255, 255); margin-right: 10px;}*/
/* .loader{height:52px;width:130px;padding:5px !important;margin:auto;display:block;vertical-align:top;position:absolute !important;left:0;right:0;top:100px;bottom:0;opacity:0.75;background:#000 !important;border:1px solid #000;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:9999;}*/
/*#loader{display:none;border-radius:5px !important;}*/
/*.loader_txt{line-height:0;margin:20px auto 0;padding:0;float:left;width:auto;height:auto;color:#fff;height:32px;width:32px;}
.spinner img{margin:4px 0;}*/
.sidebar {
	display: none;
}

.hide_other_txtbox,.hide_div {display:none;}
.show_other_txtbox,.show_div {display:block;}
.text-header {
  float: left;
  margin: 0 -10px;
  display: block;
  position: relative;
}
.scorespacer{padding-left:5px;padding-right:10px;}
.nav-sidebar {
	margin-right: -21px;
/* 20px padding + 1px border */
	margin-bottom: 0;
	margin-left: -20px;
	/*border-bottom: 1px solid #DDDDDD; */
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	color: #fff;
	/*background-color: #428bca; */
  background-color: #00549a;
}
.main {
	padding: 20px;
	margin-top: 50px;
  background: #FBFBF3;
  display: inline-block;
}
@media (min-width: 768px) {
.main {
	padding-right: 40px;
	padding-left: 40px;
}
.mrgnLN37{margin-left: -37px;}
}
.main .page-header {
	margin-top: 0;
}
.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}
/* -- Main Style - Do Not Modify -- */
.nav_logo {
  margin: 0 auto;
  padding: 15px 0;
  font-size: 18px;
  line-height: 18px;
  height: 50px;
  text-align: center;
  float: none;
  color: #1C1819;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  display: block;
}
a.nav_logo:hover, a.nav_logo:focus, a.nav_logo:active {
	text-decoration: none;
	color: #efefef;
}
.menu-icon {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  padding: 12px 5px;
  z-index: 10;
}
.menu-icon div {
  display: block;
  width: 20px;
  height: 3px;
  /* background: #666666; */
  background: #ffffff;
  margin: 4px;
  transition: all 0.35s;
  border-radius: 0;
}
.on .line_one {
	transform: rotate(45deg) translate(5px, 5px);
}
.on .line_two {
	opacity: 0;
}
.on .line_three {
	transform: rotate(-45deg) translate(5px, -5px);
}
.on span.icon-bar:first-child {
	transform: rotate(45deg) translate(5px, 5px);
	opacity: 1;
}
.on span.icon-bar {
	opacity: 0;
}
/**/
.on span.icon-bar:last-child {
	transform: rotate(-45deg) translate(5px, -5px);
	opacity: 1;
}
header.navbar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1029;
  background: #00549A;
  border: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.navbar-btn {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin: 5px auto;
}
.patientinfo {
  display: block;
  float: left;
  margin: 13px auto 0;
	width: auto;
  font-size: 14px;
  color:#ffffff;
}
.patientinfossi_aod {
	margin-top: 28px;
	float: left;
	margin-left: -70px;
}
.radiobuttonspacing {
	margin-left: 10px !important;
}
.invisible {
	color: #ffffff;
}
.search{margin-top: 25px;}
.search_reset{margin-top: 25px !important;}
.radio_inline{margin-top: 2px;}
.label_inline{margin-top: 15px;}
textarea{resize: none;}
.reason_cont input[type="radio"]{position: absolute;}
.reason_cont label{word-break: break-word; padding-left: 15px;}
.row.call_wrap {
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding: 0;
}
.inline{margin-top: 28px;}
.spacer{margin:10px 0;}
.sm_input{
  width: 60px;
}
.auth_input{
  display: inline-block;
  margin: -2px 0 0 4px;
}
.auth_cont{
  vertical-align: middle;
  line-height: 2;
}
.rst_btn{
  border-radius: 4px;
  vertical-align: middle;
  margin: -6px 0 0 6px;
  line-height: 0;
  padding: 1px 3px;
  font-size: 8px;
}
.rst_btn i{
font-weight: bold;
}
.photchcklst span {
	width: 33.3%;
	display: block;
	float: left;
	padding-bottom: 5px;
}
.sub_ques{
width: 100%;
padding: 0 15px;
}
.yes_ttl{
  max-width: 60px;
}
.scorettl_lbl{
margin-top: 5px;
}
.brdr_top{
  border-top: 1px solid #ccc;
}
.tootip_inline{
  margin-left: 15px;
}
.brand{
color: #428bca;
text-decoration: none;
padding:0;
font-weight: normal;
}
.brand:hover, .brand:focus{
text-decoration: none;
color: #428bca;
}
.brand span:not(:first-child){
vertical-align: middle;
}
.sm_input_70{
  width: 70px;
}
.spacing{margin-top:35px;}
.signspacing{margin-top:43px;}
.signaturespacing{margin-top:47px;}
.remove_padding_topbottom{padding:0px !important;}
table .tab_f{
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}
.tab_header{
  margin: 0 auto 10px;
  font-size: 16px;
}
.underline{
text-decoration:underline;
}

.text-header-sub{width:100%;}
.footer_text{font-size:13px;font-style: italic;}
.bold{
	font-weight: bold;
	color:#000000;
}
.prblm_stmnt_mdl .modal-header{
  border-bottom: 0 none;
  /*background-color: #B8D8F4;*/
  background-color:#00549a;
  color:#ffffff;
}
.prblm_stmnt_mdl .modal-footer{
  /*background-color: #B8D8F4; */
  background-color:#00549a;
}
.prblm_stmnt_mdl ul.list-group{
  box-shadow: none;
  margin-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
}
.prblm_stmnt_mdl .modal-body{
  padding: 0;
}
.prblm_stmnt_mdl ul.list-group li.list-group-item a{
  display: block;
}
td input[type='text'] + a.release_pop_btn{
  position: absolute;
  right: 10px;
  top: 10px;
}
td.text-center a.release_pop_btn{
  position: relative;
  right: 0;
  top: 0;
}
.navigation_msg{width:54%;margin:0px auto;}
.navigation_msg .modal-header{
  border-bottom: 0 none;
  /*background-color: #B8D8F4;*/
  background-color:#00549a;
  color:#ffffff;
}
.navigation_msg .modal-footer{
  /*background-color: #B8D8F4; */
  background-color:#00549a;
}
.ico-wrap{
   float:left;margin-right:10px;
}
.ico-wrap-inner{
   float:left;margin-right:5px;padding-left:10px;
}
.textwrap{
   overflow: hidden;
   margin-bottom:10px;
}
.scoring{
       margin-top: 11px;
}
table label{
  margin-bottom: 0;
}
table input[type="radio"]{
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
table .hover{
background: #F5F5F5;
}
.multislct{
  display: block;
  width: 100%;
  float: left;
  text-align: left;
}
.multiselect .multiselect-selected-text{
  text-align: left;
  float: left;
}
.multiselect .caret{
  float: right;
  margin-top: 8px;
}
.patient_name_header{
	padding: 5px;
	color: #fff;
	margin-right: 10px;
}
td{
  font-size:14px;
}
.main-dashboard-container a:hover{
  text-decoration:none;
}
.scoring-result{
  /*margin-right: 10px;*/
  background-color: rgb(203, 203, 239);
  padding: 0px 5px 2px 10px;
  width: 85%;
}
.scoring-result-riasi{
  background-color: rgb(203, 203, 239);
  padding: 0px 10px;
  width: 67%;
}
.ico-left{
  margin: 3px auto;
  padding: 2px 12px;
}
.bullet-wrap{
  width:16px;text-align:right;
}
input[type="file"] {width: 100%;}
.bullet-wrap-hidden {visibility:hidden;}

.signaturediv{
 height:70px;
 padding:0px;

 border:1px solid #cccccc;
}
.signatureimg{
 height:100%;
 width:100%;
}
.signature-esof{
 font-size:10px;
}
.divider[class*="col-"]{
  border-right: 1px solid #EEE;
  border-bottom: 0 none;
}

.highlighttable{background-color: #CCE8FF;}
form.label_fix label{
padding: 5px 0;
}
.int_ques{
margin-left: 25px !important;
}
.patient_name,.mrcode,.adm_date,.counselor{background:transparent;padding: 0;}
.patient_name,.counselor{
		display: block;
		overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
    wra: normal;
    white-space: nowrap;
}
.patientinfo {margin:0 auto;}
.navbar-default .navbar-toggle .icon-bar {background-color: #FFFFFF;}
.nav_patient_info {
	display: inline-block;
	color: #ffffff;
	float: left;
	text-align: left;
	vertical-align: middle;
	height: 100%;
  font-size: 14px;
  line-height: 1.42857143;
	margin: 5px 45px 5px 0;
}
.main_mrcode {
 display: inline-block;
	margin: 5px 45px 5px 45px;
	text-align: center;
	float: left;
}
.main_mrcode:last-child {
	border-right: 0 none;
}
.main_mrcode .mrcode {
	display: block;
}
.divider_header{
	border-right: 2px solid #226ead;
  margin: 5px 0 0 0;
  text-align: center;
  float: left;height:40px;
}
.patient_pic {
	width: 40px;
	height: 40px;
	display: block;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0 auto;
}
.patient_pic img {
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: none;
	display: block;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
}
.pointer{
  cursor: pointer;
	}
.patient_pic_lg {
	max-width: 165px;
	max-height: 165px;
	display: block;
	background: #fff;
  border: 2px solid #efefef;
	/*float: left; */
	margin:0px auto;
	padding: 0;
	/*margin: 50px 0 0 0px;*/
	position: relative;
}
.patient_pic_lg img {
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: none;
	display: block;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
}
.main_user {
	display: inline-block;
	/*border-right: 2px solid #AD4E5D;
	padding: 0 5px 0 0;*/
	margin: 5px 5px 5px 0;
	text-align: center;
	/*float: left;*/
	width:100%;

}
.navbar-grey {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.navbar-grey img {
  /*display: block;
  float: left;
  position: absolute;
	margin: 0px auto;*/
}
.application-name {
	font-size:20px; margin-top:10px;display:inline-block;
}
.score_margin{margin-left:10px;}
.highlight{font-size:14px;font-weight:bold;background-color: rgb(173, 218, 255);color:#000000;padding:2px 8px;}
.step_to_obtain{font-size:12px;}
.notesprovider{margin-top:30px;}
th{ text-align:center !important;font-size:14px;}
.patient_details_main,.patient_details, #add_row, #add_row_comm{display:none;}
.bold-border{border:3px solid black;padding-top: 17px;}
.note-text-idms3{line-height: 40px;font-weight: bold;font-size: 20px;}
.star-important{color:#00549a;font-wight:bold;font-size:15px;}
input[type="radio"]{margin-right:5px;}
.remove-margin{margin-top:0px;margin-bottom:0px;}
.userlogin-left{margin-top: 15px !important;display:inline-block;}
.userlogin-right{margin: 0px 5px;margin-top: 18px !important; cursor: pointer;}
.userlogin-right-icon{margin: 0px 5px;margin-top: 16px !important;}
.dropdown-menu > li > a {z-index:1040;padding: 3px 10px;width:100%;}
.dropdown-menu{  position: relative;top: 100%;z-index: 1000;display: none;float: right;clear:right;min-width: 162px;padding: 5px 0;margin: 2px 0 0;list-style: none;font-size: 14px;text-align: left;background-color: #ffffff;border: 1px solid #cccccc;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);-webkit-background-clip: padding-box;background-clip: padding-box; }
.icon-16 {height: 16px;width: 16px;}
.dropdown-toggle{min-width: 135px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {  background-color: #1064ab;}
.redflag{cursor: auto;}
.btn_navigation{padding:3px 6px;}
.sub_section a{padding-left:30px !important;}
.sources_text{font-size:11px;}

.show_redflagimg {display:block;}
.no_redflagimg {display:none;}
.hide_score_div {display:none;}
.show_score_div {display:block;}
.show_div {display:block !important;}

.hide_pushed_partner {display:none;}
.show_pushed_partner {display:block;}

.hide_pushed_by_partner {display:none;}
.show_pushed_by_partner {display:block;}

.adaf-form .modal-header {
  border-bottom: 0 none;
  /* background-color: #B8D8F4; */
  background-color: #00549a;
  color: #ffffff;
}

.adaf-form .modal-footer {
  border-bottom: 0 none;
  /* background-color: #B8D8F4; */
  background-color: #00549a;
  color: #ffffff;
  text-align: left;
}
.adaf-form model-body{
  padding: 20px 15px 15px 15px;
}

.apform-align{
  text-align: center;
}

.note-align{
  margin-left: 144px;
}
.ap-form{
   margin: 30px 16px 0 16px;
}
.ap-note{
  border: 1px solid;
  padding: 6px;
}
.comp_logo{
	width:120px;
	height:50px;
}
.client_logo{
	width:100px;
	height:50px;
}

.sm_input_92{
	width: 98px; padding:0 5px;
}
.resize_status-width{
	width:auto;
}


/* dashboard */
.main-dashboard-container
{
	margin-top:80px;
}
	.rec_out {
	height: 100px;
	/*background-image: linear-gradient(cyan, #3385FF);*/
	background-image: linear-gradient(#f2faff, #00549a);
	text-align: center;
	display: block;
	margin: 0 10px;
	opacity: 1;
	margin-bottom:25px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	.rec_out:hover div, .rec_out:hover p { color:#00549a; }
	.rec_out:hover .rec_blue{ background: #bdc5cc;}
	.rec_out:hover {
	/*opacity: 0.5;*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-image: linear-gradient(rgb(198, 229, 255), #bdc5cc);
	}
	.rec_in {
	width: 100%;
	height: 70px;
	display: inline-block;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius: 15px;
	}
	.icon-40 {
	font-size: 40px;
	}
	.rec_in div{
	border: none;
	margin: 6px 6px;
	color:#ffffff;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	.rec_out span {
	opacity:1;
	}
	.rec_border p {
	border: 0;
	vertical-align: baseline;
	color: #fff;
	padding: 5px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	position: relative;
	opacity: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	margin: 0px auto;
	}
	/*.nav_patient_info{
	padding: 0 5px 0 0;
	}
	.main_mrcode {
	padding: 0 5px 0 0;


	} */

	.rec_out span {
	opacity: 1;
	}
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.rec_blue {
	/*background: #3385FF; */
	background: #00549a;
	}
	.disability{display:none;}
	.mdr-radiospan{width: 49px;display: inline-block;}
/* THE END */
#search_table_no{display:none;}
.scoring-result-riasi-color{background-color: rgb(203, 203, 239);padding: 0px 10px;}

/******* Loader *********/
@-moz-keyframes throbber-loader {
0% {
  background: #dde2e7;
}
10% {
  background: #00549a;/*#6b9dc8;*/
}
40% {
  background: #dde2e7;
}
}
@-webkit-keyframes throbber-loader {
0% {
  background: #dde2e7;
}
10% {
  background: #00549a;/*#6b9dc8;*/
}
40% {
  background: #dde2e7;
}
}
@keyframes throbber-loader {
0% {
  background: #dde2e7;
}
10% {
  background: #00549a;/*#6b9dc8;*/
}
40% {
  background: #dde2e7;
}
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
-moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
-webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
animation: throbber-loader 2000ms 300ms infinite ease-out;
background: #dde2e7;
display: block;
position: relative;
text-indent: -9999px;
width: 0.9em;
height: 1.5em;
margin: 0 1.6em;
padding-top:10px;
margin:0px auto;
}
.throbber-loader{text-align:center;}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
background: *#dde2e7;
content: '\x200B';
display: inline-block;
width: 0.9em;
height: 1.5em;
position: absolute;
top: 0;
}
.throbber-loader:not(:required):before {
-moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
-webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
animation: throbber-loader 2000ms 150ms infinite ease-out;
left: -1.6em;
}
.throbber-loader:not(:required):after {
-moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
-webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
animation: throbber-loader 2000ms 450ms infinite ease-out;
right: -1.6em;
}
.loder-bodyheight{height: 65px;}
.container-background { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);}
.container-background .error-template {padding: 40px 15px;text-align: center;}
.container-background .error-actions {margin-top:15px;margin-bottom:15px;}
.container-background .error-actions .btn { margin-right:10px; }
.container-background .error-details {margin-top:15px;}
.container-background	.bigtext{font-size:55px;}
.master-inner-table{width:100%}
.master-inner-table tr:not(:last-child){border-bottom: 1px solid #dddddd;}
hr{margin-top: 14px;}
.print_pdf_popup {width:100%; }
.scroll-table{overflow-x:auto;}
.init_scrn{height: auto !important;padding-bottom: 10px !important;}
.nav-font {color: red !important;font-style: italic;}
.padding15{padding:15px;}
.welcmPg{
background: white;
padding: 10px;
color: #00549a;
border: 1px solid #eeeeee;
}
.compulsory{color:red;font-weight:bold;}
.user_msg{
margin: 12px;
margin-bottom: 0;
}

.welcomeUser{position: absolute;right: 0;}
.logoDiv img{margin: auto;}
.totalLabel{
		width: 82px;
    max-width: 82px;
    background: rgb(203, 203, 239);
    text-align: center;
    padding: 0px 5px 2px 10px;
		margin-top: 5px;
}
.bgColor{background: rgb(203, 203, 239);}
th, td{padding-left: 10px;}
.dateEdit{
    cursor: pointer !important;
    background-color: white !important;
}
.width100{width: 100%;}
.list_selected {background: #bddaf3;}
/* Media Queries - ***As of now write here later move to a new file.*** */
@media screen and (min-width:480px) and (max-width:991px) {
.physHlth51 {width:50.1%;}
.physHlth {width:49%;}
}
@media (max-width: 1024px) {
  .nav_patient_info {
    margin: 5px 35px 5px 0;
	}
  .main_mrcode{
   	margin: 5px 25px 5px 25px;
	}
	.resize_status-width{
		width:11% !important;
	}
  .scoring-result-riasi{
    width: 64%;
	}
  .patient_name,.counselor{
		display: block;
		overflow: hidden;
    text-overflow: ellipsis;
    max-width: 124px;
    wra: normal;
    white-space: nowrap;
	}
 .datepicker_input{padding:0px 5px}
 .sm_input_92{width:94px; padding:0 3px;}
}
@media screen and (min-width:480px) and (max-width:991px) {
.physHlth51 {width:50.1%;}
.physHlth {width:49%;}
}
@media (max-width: 900px) {
.nav_logo {
	text-align:right;
 }
.nav_patient_info{
    font-size: 12px;
  	margin: 7px 20px 5px 0;
}
.main_mrcode{
    font-size: 12px;
    margin: 7px 20px 5px 20px;
}
.patient_name, .counselor{
  	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 124px;
    wra: normal;
    white-space: nowrap;
		}
.responsive_table_div {max-width:780px; }
}
@media (max-width: 991px) {
.searchtableinner{width:800px;overflow:auto;}
}
@media (max-width: 768px) {
 /*.main{
	 width:100%
 }*/
 .signaturespacing{
   margin-top:47px;
 }
 .label_inline {
   margin-top: 0px;
 }
 .spacing {
   margin-top: 0px;
 }
.nav_patient_info{
  padding: 0 10px 0 0;
 }
 .main_mrcode{
    font-size: 12px;
    padding: 0 5px 0 0;
		margin: 7px 12px 5px 12px;
 }
 .scoring-result-riasi{width: 58%;}
 .note-text-idms3 {line-height: 25px;}
.mrginLeft0 {margin-left:0;}
}
/*@media (min-width: 760px) and (max-width: 768px) {
	.table-responsive{width: 473px;}
} */

@media (min-width: 768px) {
.sidebar {
	position: fixed;
	top: 97px;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: block;
	padding: 0 20px;
	overflow-x: hidden;
	overflow-y: auto;
/* Scrollable contents if viewport is shorter than content. */
	background-color: #F2FAFF;
	border-right: 1px solid #eee;
}

}
@media (max-width: 767px) {
.text-header-outerdiv{width:58%;}
.nav-sidebar {
  clear:both;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.sidebar {
	border: 0 none;
	padding: 0;
	margin: 50px 20px 0px 0;
	display: block;
	position: fixed;
	width: auto;
	left: -100%;
	/*z-index: 99999;*/
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
/* Scrollable contents if viewport is shorter than content. */
	background-color: #f5f5f5;
	/*border-right: 1px solid #eee;*/
  border-right: 0 none;
  width: 80%;
  text-align: left;
  max-width: 280px;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.2), 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.text-header {
	float: left;
  margin: 5px 0 0 0 !important;
  /*font-size: 18px;*/
}
 .patientinfo {
	/*float: left;
  margin: 13px 0 -2px 40px !important;
  font-size: 16px;*/
  float: left;
  margin: 0 0 -2px 30px !important;
  font-size: 13px;
}
.option_wrap .form-group .pull-right, .option_wrap .form-group{
  float: left !important;
  width: 100%;
}
.sub_ques{
padding: 0;
margin-left: -10px;
margin-right: -10px;
}
.int_ques{
margin-left: 0 !important;
}
.score_margin{
   margin-left:0px;
}
.main{width:100%;}
/* .signaturediv{
	width:50%;
} */
.signature-esof{
 float:left !important;
}
.welcomeMsg{display: none;}
#dropdown_div{min-width: 27px;}
}
@media screen and (max-width: 615px){
.xsm_lft{
  width: auto;
  position: relative;
  left: 0;
}
.xsm_rgt{
  width: 100px;
  width: 30px;
  position: absolute;
  right: 0;
}
.nav_logo {
  font-size: 14px;
}
.main_mrcode, .mrcode {
	display: none;
}
.main_mrcode {
	padding: 0 5px 0 0;
}

.patient_details{background-color:#5486af;margin-top:50px;padding: 3px 10px 4px 10px;}
.patient_details_main{float:left;  display: inline-block;padding: 0px 5px 0 10px;margin: 13px 5px 5px 0;text-align: center;}
.logoDiv img{margin: 0;}
#ccardtable table {
    width: 75px;
    height: 75px;
}
}
@media screen and (max-width: 480px){
.nav_patient_info{
   width: 156px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	}
.patientinfo {
  margin: 0 30px -2px 30px !important;
	}
.patient_name{
  width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
.counselor{
   width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.userlogin-left {
  margin-top: 5px !important;
}
.main_mrcode {
	padding: 0 5px 0 0;
	}
.nav_patient_info{
  padding: 0 5px 0 0;
 }
 .divider1,.divider2,.divider3,.divider4{
	display:none;
	}
.welcome{display:none;}
.user-name{
  display:inline-block;
  width:120px;
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
}
.comp_logo{
  width: 100px;
  height: 30px;
  margin-top: 11px;
}
.client_logo{
	width:70px;
	height:30px;
  margin-top: 11px;
}
/*.logo-outerdiv{
	margin-top:10px;
}*/
.table-responsive{width: 100%;}
#ccardtable table {
    width: 60px;
    height: 60px;
}
}
@media screen and (max-width: 400px){
#ccardtable table {
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 480px){
.logoDiv img{margin: 0;}
.error-template img{width: 275px !important;}
}
@media screen and (max-width: 320px){
.logoDiv img {
    width: 85%;
}
}
#mr_error{
	width:auto;
}
.btn-active > a {
	color: #ffffff;
	background-color: #00549a;
}
.btn-active > a:focus, .btn-active > a:hover {
	background-color: #00549a !important;
	outline: none;
}
.icon-checkmark {
	color: green;
}
.pagination {
	padding: 3px !important;
	width: 100% !important;
}
.pagination ul {
	font-size: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
.pagination li {
	display: inline !important;
	list-style-type: none !important;
 	padding: 3px !important;
}
.pagination a, .pagination a:visited {
	border: 1px solid #dddddd !important;
  padding: 2px 7px;
  text-decoration: none;
}
.pagination a.currentpage {
	background-color: #00549a !important;
	border-color: #dddddd !important;
	color: #ffffff !important;
	cursor: pointer !important;
	font-weight: bold !important;
  text-decoration: none;
}
.pagination a.fillpage {
	background-color: #A9DB96 !important;
	border-color: #71A760 !important;
	color: #666666 !important !important;
	font-weight: bold !important;
}
.pagination a:hover {
	color: #ffffff !important;
	background-color: #00549a !important;
  text-decoration: none;
}

#servie_rate th{text-align:left !important;padding:10px 25px !important;}
#servie_rate th label{font-size:16px;font-weight:bold;}
.ratesPadding td:first-child{padding-left:25px;}
#servie_rate .nobordr{border-left: none !important;border-right: none !important;}
#servie_rate  .td-bg-grey{background: #A3D5FF;}
.ratestable{width: 80%;max-width: 550px; margin-bottom: 10px;}
.ratestable td div{margin-top:3px;margin-bottom:3px;}
.signaturediv{border:none;}
.signatureimg{/*width:auto;*/border: 1px solid #cccccc;}
.darker-hr {border-top: 3px solid #A49D9D;}
.marginbottom{margin-bottom: 15px;}
.st_width{width: 203px;}

.dropdown-width{width: 81px !important;}

.popover-content {
    word-wrap: break-word;
}

.button-file-class {
	display:inline-table;
	margin-top:15px;
	margin-right:15px;
}

.file-upload-info{
	display:inline-table;
	/*font-size: 11.5px;*/
	font-size: 12px;
	padding: 2px;
	vertical-align: bottom;
	margin-bottom: 6px;
}

.dsm-substances {
	background-color:#eeeeee;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

.scores {
	text-align: center;
}

#tbl_patient_data tr td:nth-child(2) {
    word-break: break-word;
}

#tbl_patient_data tr td:nth-child(1) {
    word-break: break-word;
}

#tbl_patient_data tr th{
    vertical-align:top;
}

.padding_ind{
	padding-left: 0px !important;
}

.imgWidth{
	background-color: white;
	width:100%!important;
}

.note_button_space {
	width: 5%!important;
}

#md_other_text {
	width:auto;
}

.privacy_div {
	margin-left: 10px;
}
.mtop {margin-top:20px;}
.stop {margin-top:8px;}

.summary_text {
	border: 1px solid black;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: floralwhite;
}

.sign-img{
	width: 100%; border:1px solid #cccccc; background-color: white;
}

.sig-pad{min-width: 200px;}
.sig-pad-img{min-width:205px; width:232px !important;}
.clear-sig{margin-top: 15px; margin-bottom:15px;}
.sig-font{font-size:14px;}
.sig-body{height: 80px; min-width: 200px; max-width: 250px;}
.dt-sig{ min-width:110px; max-width:188px; }
.export-tbl{padding-top:15px; padding-bottom:15px; display:inline-flex; flex-wrap:wrap;}
form.page-break {
	page-break-after: always;
}
form.page-break:last-of-type{page-break-after:auto;}

@media (min-width: 768px){
.privacy-dialog {
    width: 75%;
    margin: 30px auto;
}
.privacy_mdl ul.list-group {
    box-shadow: none;
    margin-bottom: 0;
    max-height: 450px;
    overflow-y: auto;
}
}
.agree_div{padding-top: 15px; border-top: 1px solid #eae5e5; padding: 10px 0px 10px 10px; background-color: #CCE8FF;}
.div_list {float: left; margin-right: 5px;}
.logout_btn{color: white; margin-top: 5px;}
.logout_link{background: #00549a; margin-top: 6px; padding: 4px 12px;}
.logout_link:hover,
.logout_link:focus,
.logout_link:active{
  color: #ffffff;
  background-color: #00549a;
  border-color: #adadad;
}
@media (max-width: 450px){
	.logout_txt{
		display:none;
	}
	.logout_btn {
    color: white;
    margin: 5px 5px 10px 5px;

}
}
