@charset "utf-8";
/* CSS Document */
* {
	font-family: "Source Sans Pro", Arial, Geneva, sans-serif;
}
html {
	width: 100%;
	height: 100%;
}
body {
	/*display:-webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-o-box-pack:center;
	box-pack:center;*/
	height: 100%;
	width: 100%;
}
.container {
	/* background-color: #d3dddc; */
}
.top-banner {
	background-color: #157260;
	height: 100%;
	float: left;
	width: 100%;
}
.nav-bar {
	background-color: #283949;
	margin-bottom: 10px;
}
.left-section {
	position: relative !important;
	background-color: #3b454f;
}
.right-section {
	width: 100%;
	background: #3b454f  center 100px no-repeat;
	overflow: hidden;
}
.middle-section {
}
/*//////////////////Activity-Accordion Menu///////////////*/
#accordian {
	background: #157260;
	width: 100%;
	margin: 0 auto;
	color: white;/*Some cool shadow and glow effect*/
}
/*heading styles*/
#accordian h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	background-color: #3b454f;
	margin: 0;
	border-bottom: solid 1px #38424b;
	border-top: solid 1px #38424b;
}
#accordian a h3, #accordian a {
	color: #e2e2e2;
	text-decoration: none;
}
#accordian ul {
	margin: 0;
	padding: 0;
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 13px;
	margin-right: 10px;
	width: 15px;
	height: 15px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#accordian ul ul li a label {
	display: block;
	font-weight: normal;
	cursor: pointer;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	/*background: #157260;*/
	color: #000;
	background: #86cf37;
	border-left: 5px solid #86cf37;
	cursor: pointer;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
h2.act-title {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	background-color: #333c43;
	margin: 0;
	font-size: 17px;
	border-radius: 5px 5px 0px 0px;
}
.med-logo {
	position: absolute;
	width: 30%;
	height: 100%;
	line-height: 300%;
	padding-bottom: 10px !important;
}
.med-logo img {
	max-width: 100%;
	max-height: 50px;
	padding: 0px;
}
.med-notice-box {
	float: right;
}
.med-notify-bar li {
	margin-left: 1px;
}
.med-notify-bar > li > a {
	padding: 20px 15px;
	display: inline-flex;
	vertical-align: bottom;
	align-items: baseline;
	color: #FFF;
}
.med-notify-bar > li > a:hover {
	text-decoration: none;
	background-color: #48887C;
}
.med-account-info {
	background: url(../images/profile_pic.png) 95% center no-repeat;
	background-size: auto 80%;
	padding-right: 60px !important;
	font-size: 15px !important;
}
.med-note-pad {
	position: relative;
}
.med-user {
	padding: 10px !important;
	font-size: 14px;
}
.red {
	background-color: #DB1F1F;
}
.med-notify-bar.nav li span, .med-notify-bar.nav li i {
	vertical-align: middle;
}
.med-notify-bar.nav .open>a, .med-notify-bar.nav .open>a:hover, .med-notify-bar.nav .open>a:focus, .med-notify-bar.nav>li>a:hover, .med-notify-bar.nav>li>a:focus {
	background-color: #48887C !important;
	outline: none;
	text-decoration: none;
}
.med-notify-bar.navbar-nav>li>a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 2px;
}
.med-notify-bar.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
#messages .image, #notifications .image {
	float: left;
	height: 48px;
	width: 48px;
	font-size: 350%;
	margin: 8px 10px 0px 0px;
	color: #e7e7e7;
	text-align: right;
}
#notifications.dropdown-menu, #addnote.dropdown-menu {
	width: 300px;
	top: 100% !important;
	box-shadow: none;
	overflow-y: auto;
	max-height:339px;
	
}
#profileDetails.dropdown-menu {
	min-width: 152px;
	width: 100% !important;
	height: 80px;
	top: 99% !important;
	padding-left: 5%;
	color: #fff;
	box-shadow: none;
}
#notifications li a p {
	min-height: 100%;
	text-align: left;
	padding: 2px;
	line-height: 16px;
	color: #fff;
}
#messages li a, #notifications li a {
	padding-top: 7px;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	white-space: inherit;
	width: 301px;
	text-align: left;
}
#addnote li #statuses span {
	width: 85%;
	line-height: 16px;
	margin-right: 15px;
	word-break: break-all !important;
}
.main-nav li {
	display: block;
}
.main-nav li a {
	display: block;
	background-color: #283949;
	padding: 12px 30px;
	color: #FFFFFF;
}
.main-nav li a:hover {
	background-color: #86cf37;
	color: #000000;
	text-decoration: none;
}
.main-nav li a i {
	font-size: 20px;
	line-height: 10px;
}
/*--------------- Main Menu--------------*/
.menu_container {
	width: 100%;
	display: block !important;
	background-color: #283949;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
	box-shadow: 0 2px 2px rgba(0,0,0,0.075);
}
.menu_container a {
	text-decoration: none;
	color: #e2e2e2 !important;
	font-weight: 500;
	font-size: 14px;
	display: block;
	padding: 4px 22px;
}
.menu_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_container ul li.current-menu-item {
	background: #86cf37;
	color: #000;
}
.menu_container ul li.current-menu-item a {
	color: #000;
}
.menu_container > ul > li {
	display: block;
	float: left;
	position: relative;
}
.menu_container ul li a:hover {
	background: #86cf37 !important;
	color: #000 !important;
}
.menu_container > ul > li > ul {
	background-color: #fff;
	position: absolute;
	display: none;
	border: 1px solid #eee;
	top: 100%;
	width: 140px;
}
.menu_container > ul > li:hover > ul {
	display: block;
}
.menu_container > ul > li > ul > li {
	position: relative;
}
.menu_container > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	border: 1px solid #eee;
	width: 140px;
}
.menu_container > ul > li > ul > li:hover > ul {
	display: block;
	background-color: #fff;
}
.menu_container > ul > li > ul > li > ul > li {
}
ul.firstNav {
	display: table;
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
}
ul.firstNav li {
	width: 14.2859%;
	display: table-row;
	vertical-align: middle;
}
ul.firstNav li a p {
	width: 100%;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
ul.firstNav li a p {
	width: 100%;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}
	::i-block-chrome, ul.firstNav li a p {
 height:36px;
}
}
.firstNav>li.history>a {
	background: url(../images/links.png) -5px center no-repeat !important;
}
.firstNav>li.history:hover>a, .firstNav>li.history.active>a {
	background: #86cf37 url(../images/links.png) -1028px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.physical>a {
	background: url(../images/links.png) -150px center no-repeat !important;
}
.firstNav>li.physical:hover>a, .firstNav>li.physical.active>a {
	background: #86cf37 url(../images/links.png) -1173px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.systematic>a {
	background: url(../images/links.png) -285px center no-repeat !important;
}
.firstNav>li.systematic:hover>a, .firstNav>li.systematic.active>a {
	background: #86cf37 url(../images/links.png) -1308px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.lab>a {
	background: url(../images/links.png) -420px center no-repeat !important;
}
.firstNav>li.lab:hover>a, .firstNav>li.lab.active>a {
	background: #86cf37 url(../images/links.png) -1443px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.diagnosis>a {
	background: url(../images/links.png) -575px center no-repeat !important;
}
.firstNav>li.diagnosis:hover>a, .firstNav>li.diagnosis.active>a {
	background: #86cf37 url(../images/links.png) -1598px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.treatment>a {
	background: url(../images/links.png) -720px center no-repeat !important;
}
.firstNav>li.treatment:hover>a, .firstNav>li.treatment.active>a {
	background: #86cf37 url(../images/links.png) -1743px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.review>a {
	background: url(../images/links.png) -865px center no-repeat !important;
}
.firstNav>li.review:hover>a, .firstNav>li.review.active>a {
	background: #86cf37 url(../images/links.png) -1888px center no-repeat !important;
	color: #000 !important;
}
@media (max-width: 767px) {
.home_icons{
	width: 100%;
	height:90px;
	display: table-cell;
	padding-left:62px;
	vertical-align: middle;
	padding-top:12px;
	text-align:center !important;
}

.home_Tabs ul.firstNav li {
	width: 16.38% !important;
}

.firstNav>li.icon_All>a {
	background: url(../images/category.png) 20px center no-repeat !important;
}
.firstNav>li.icon_All:hover>a, .firstNav>li.icon_All.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1050px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Age>a {
	background: url(../images/category.png) -165px center no-repeat !important;
}
.firstNav>li.icon_Age:hover>a, .firstNav>li.icon_Age.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1235px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Gender>a {
	background: url(../images/category.png) -337px center no-repeat !important;
}
.firstNav>li.icon_Gender:hover>a, .firstNav>li.icon_Gender.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1408px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_complaints>a {
	background: url(../images/category.png) -520px center no-repeat !important;
}
.firstNav>li.icon_complaints:hover>a, .firstNav>li.icon_complaints.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1590px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Duration>a {
	background: url(../images/category.png) -700px center no-repeat !important;
}
.firstNav>li.icon_Duration:hover>a, .firstNav>li.icon_Duration.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1770px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Occupation>a {
	background: url(../images/category.png) -877px center no-repeat !important;
}
.firstNav>li.icon_Occupation:hover>a, .firstNav>li.icon_Occupation.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1947px center no-repeat !important;
	color: #000 !important;

}
.tab_container{
	margin-top: -1px;
	margin-left: -0.5px ;
	width: 100.2%;
}
}
.tab_container{
	margin-top:-5px;
	margin-left: -0.5px ;
	width: 100.2%;
}
}
@media (max-width: 992px) {
.home_icons{
	width: 100%;
	height:90px;
	display: table-cell;
	padding-left:62px;
	vertical-align: middle;
	padding-top:12px;
	text-align:center !important;
}

.home_Tabs ul.firstNav li {
	width: 16.38% !important;
}

.firstNav>li.icon_All>a {
	background: url(../images/category.png) 20px center no-repeat !important;
}
.firstNav>li.icon_All:hover>a, .firstNav>li.icon_All.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1050px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Age>a {
	background: url(../images/category.png) -165px center no-repeat !important;
}
.firstNav>li.icon_Age:hover>a, .firstNav>li.icon_Age.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1235px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Gender>a {
	background: url(../images/category.png) -337px center no-repeat !important;
}
.firstNav>li.icon_Gender:hover>a, .firstNav>li.icon_Gender.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1408px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_complaints>a {
	background: url(../images/category.png) -520px center no-repeat !important;
}
.firstNav>li.icon_complaints:hover>a, .firstNav>li.icon_complaints.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1590px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Duration>a {
	background: url(../images/category.png) -700px center no-repeat !important;
}
.firstNav>li.icon_Duration:hover>a, .firstNav>li.icon_Duration.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1770px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Occupation>a {
	background: url(../images/category.png) -877px center no-repeat !important;
}
.firstNav>li.icon_Occupation:hover>a, .firstNav>li.icon_Occupation.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1947px center no-repeat !important;
	color: #000 !important;

}
.tab_container{
	margin-top: -1px;
	margin-left: -0.5px ;
	width: 100.2%;
}
}
@media (max-width: 1200px) {
.firstNav>li.physical>a {
	background: url(../images/links.png) -165px center no-repeat !important;
}
.firstNav>li.physical:hover>a, .firstNav>li.physical.active>a {
	background: #86cf37 url(../images/links.png) -1188px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.systematic>a {
	background: url(../images/links.png) -300px center no-repeat !important;
}
.firstNav>li.systematic:hover>a, .firstNav>li.systematic.active>a {
	background: #86cf37 url(../images/links.png) -1323px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.lab>a {
	background: url(../images/links.png) -435px center no-repeat !important;
}
.firstNav>li.lab:hover>a, .firstNav>li.lab.active>a {
	background: #86cf37 url(../images/links.png) -1458px center no-repeat !important;
	color: #000 !important;
}
ul.firstNav li.physical a p, ul.firstNav li.systematic a p, ul.firstNav li.lab a p {
	width: 85%;
	position: relative;
	left: -9px;
}


.home_icons{
	width: 100%;
	height:90px;
	display: table-cell;
	padding-left:62px;
	vertical-align: middle;
	padding-top:12px;
	text-align:center !important;
}
.home_icons_Align{
	
	padding-left:36px;
	}

.home_Tabs ul.firstNav li {
	width: 16.38% !important;
}

.firstNav>li.icon_All>a {
	background: url(../images/category.png) 20px center no-repeat !important;
}
.firstNav>li.icon_All:hover>a, .firstNav>li.icon_All.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1050px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Age>a {
	background: url(../images/category.png) -165px center no-repeat !important;
}
.firstNav>li.icon_Age:hover>a, .firstNav>li.icon_Age.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1235px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Gender>a {
	background: url(../images/category.png) -337px center no-repeat !important;
}
.firstNav>li.icon_Gender:hover>a, .firstNav>li.icon_Gender.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1408px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_complaints>a {
	background: url(../images/category.png) -541px center no-repeat !important;
}
.firstNav>li.icon_complaints:hover>a, .firstNav>li.icon_complaints.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1611px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Duration>a {
	background: url(../images/category.png) -700px center no-repeat !important;
}
.firstNav>li.icon_Duration:hover>a, .firstNav>li.icon_Duration.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1770px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Occupation>a {
	background: url(../images/category.png) -877px center no-repeat !important;
}
.firstNav>li.icon_Occupation:hover>a, .firstNav>li.icon_Occupation.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1947px center no-repeat !important;
	color: #000 !important;

}
	
.tab_container{
	margin-top: -1px;
	width: 100.2%;
}
}
.content {
	clear: both;
}
.title {
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
}
pre {
	background-color: #fafafa;
	padding: 20px;
	overflow: auto;
	border: 1px solid #f1f1f1;
	color: #000;
}
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857;
	color: #fff;
	vertical-align: middle;
	background-color: #16A086;
	background-image: none;
	border: none;
}
.menu_container .responsive_menu select {
	color: #e2e2e2;
	background-color: #283949;
	padding: 12px;
	height: 48px;
}
.case-details {
	height: 150px;
	background-color: #157260;
}
.detail-title {
	color: #36dab9;
	font-size: 14px;
	padding: 1px 11px;
	display: inline-block;
	width: 60px;
	vertical-align: top;
	min-height: -1px;
}
.detail-value {
	color: #FFFFFF;
	font-size: 14px;
	padding: 1px 11px;
	display: inline-block;
	vertical-align: top;
}
.detail-value ul li {
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
}
.detail-value ul {
	width: 195px;
	margin: 0 0 0em !important;
	padding: 0 3px 3px 20px;
}
h2.case-sub-title {
	display: block;
	margin: 0;
	padding: 10px 5px;
	color: #FFFFFF;
	/*background-color:#16a086;*/
	background-color: #157260;
	font-size: 15px;
}
h2.caseload-sub-title {
	display: block;
	margin: 0;
	padding: 10px 5px;
	color: #FFFFFF;
	/*background-color:#16a086;*/
	background-color: #333c43;
	font-size: 15px;
}
.navbar-nav>li>.dropdown-menu {
	background-color: #00A086;
}
.navbar-nav>li>.dropdown-menu>li {
/*text-indent:5px;*/
}
.dropdown-header {
	color: #FFFFFF;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #3DC4AE;
}
#statuses li {
	list-style-type: disc;
}
@media (max-width: 767px) {
.act-body {
/*min-width:100%;*/
}
}
@media (max-width: 992px) {
.nav-bar {
/*display:none;*/
}
.left-section {
	/*display:none;*/
	height: 100% !important;
}
#userName {
	display: none;
}
.med-logo img {
	max-width: 100%;
	padding: auto 0px;
}
}
@media (max-width: 20000px) {
.right-section {
}
}
@media (max-width: 992px) {
.act-body {
/*min-width:100%;*/
		/*-webkit-box-flex:1;
		-moz-box-flex:1;
		-o-box-flex:1;
		box-flex:1;
		
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		-o-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		
		-webkit-align-self: stretch;
		-moz-flex-item-align: stretch;
		-o-flex-item-align: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;*/
}
.log_main{background:#FFF !important;;
	width:97%;
	border-radius:5px;
	padding-bottom:10px;
	margin-top: 22px;
	margin-left: 8px;
}
#normal_sign{
	padding-top: 41px;
}

#normal_sign .txt_box1{width: 191px;
	height: 32px;
	margin-bottom: 9px;
	
	
}	
#normal_sign .txt_box2{width: 191px;
	height: 32px;
	width:5px;

}	
#opnid_Sign .opnId_Btn{

	margin-top: 42px;
	margin-bottom: 22px;
}
#normal_sign .normal_signBtn{width: 191px;
	height: 32px;
	margin-top: -4px;
	background-color:#8DC63F;			

}
.logError_Mesg{
	color: #C73F2A;
	}
#opnid_Sign{
	border-bottom:0px solid #000;
	padding-top:15px;
	padding-left:15px;
}
#normal_sign .normal_signList{
	list-style-type: none;
	

}
.opnId_BtnOne{
	padding-bottom:45px;
	}
.log_main{background:#FFF;
	width:96%;
	border-radius:5px;
	padding-bottom:13px;
	margin-top: 29px;
	margin-left: 15px;
	margin-bottom:2px;

}

}
@media (min-width: 992px) {
.col-md-3, .col-md-6, #bodyDiv .col-md-12 {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	box-orient: horizontal;
}
.act-body {
/*min-width:100%;*/
		/*display:-webkit-box;
		display:-moz-box;
		display:-o-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-box-flex:1;
		-moz-box-flex:1;
		-o-box-flex:1;
		box-flex:1;
		
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		-o-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		
		-webkit-align-self: stretch;
		-moz-flex-item-align: stretch;
		-o-flex-item-align: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;*/
}
.log_main{
	float:left;
	background:#FFF !important;;
	width:97%;
	height:100%;
	border-radius:5px;
	padding-bottom:10px;
	margin-top: 22px;
	margin-left: 8px;
	padding-right:20px;

}
#opnid_Sign{
	margin-top: 18px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position:right;
	margin-top: 10px;
    padding-top: 0px;
    padding-left: 0%;

}
#opnid_Sign img{	
	height:70vw;
}
#normal_sign{
	padding-top: 0px;
	margin-top: -49%;
	padding-left: 0%;
	width: 31%;
	margin-left: 45%;
	background-color: #fff;
}
#footerlogo{
	background: #DCDCE4;
	margin-left: 64%;
	margin-top: 17.5%;
	width: 36%;
}
.form-control{
	width:100%;
}
.field-icon {
	float: right;
	/* margin-left: -25px; */
	margin-top: -25px;
	/* position: relative; */
	margin-left: 45%;
        position: absolute;
	z-index: 2;
}
.logform,.sub_reg{
	margin-top: 0%;
    padding: 4%;
	width: 82%;
}
.log_header{
	/* text-align: center; */
	padding-top:0%;
}
.logline{
	/* padding-left:25%; */
	padding-left:0%;
}
.blue-arrow {
	font-size: 15px; /* Set the desired size */
	color: #7471f0;
}
.form-group{
	width: 76%;
}
button.sub_button{
	background: #004aab;;
	color: #fff;
	font-weight: bold;
	width: 92%;
	/* margin-left: 5%; */
}
button.reg_button{
	/* background: linear-gradient(0deg, #426277, #426277),
linear-gradient(0deg, #D9D8FF, #D9D8FF); */
	color: #234fa7;
	font-weight: bold;
	margin-top: 5%;
	width: 92%;
	border:solid 2px #234fa7;
     /* margin-left: 5%; */
}
button.guest_button{
	border: none;
	box-shadow: none;
	font-weight: bold;
	margin-top: 5%;
	color:#416192;
	width: 92%;
     /* margin-left: 5%; */
}
#normal_sign .txt_box1{width: 234px;
	height: 38px;
	margin-bottom: 9px;
	
	
}	
#normal_sign .txt_box2{width: 234px;
	height: 38px;

}	
#normal_sign .normal_signBtn{width: 234px;
	height: 38px;
	margin-top: -4px;
	background-color:#8DC63F;			

}
#normal_sign .normal_signList{
	list-style-type: none;
	margin-top: 13px;

}	
.opnId_BtnOne{
	padding-bottom:45px;
	}

#opnid_Sign .opnId_Btn{

	margin-top: 42px;
	margin-bottom: 22px;
}
#opnid_Sign .opnId_disc{
	text-align: justify;
	padding-right: 81px;
}
.logError_Mesg{
	color: #C73F2A;
	}
#opnid_Sign .log_header{
margin-top: -34px;
}
.log_main{background:#FFF;
	width:96%;
	border-radius:5px;
	padding-bottom:13px;
	margin-top: 29px;
	margin-left: 22px;
	margin-bottom:2px;

}

#bodyDiv, #leftBar {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-moz-flex-item-align: stretch;
	-o-flex-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#opnid_Sign{
		margin:-15px;
		padding-left: 24px;
		background-repeat: no-repeat;
		background-position:right;
		margin-top: -9px;
		padding-top: 15px;
		padding-left: 25px;
	
	}
	#normal_sign{
		padding-top: 0px;
		margin-top: -90%;
		width: 45%;
		margin-left: 30%;
		background-color: #fff;
	  }
	#footerlogo{
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 32%;
		width: 101%;
	}
	#opnid_Sign img{	
		height: 109vw;
	}
	.form-control{
		width:100%;
	}
	.field-icon {
		float: right;
		/* margin-left: -25px; */
		margin-top: -25px;
		/* position: relative; */
		margin-left: 45%;
        position: absolute;
		z-index: 2;
	}
	.logform,.sub_reg{
		margin-top: 0%;
	    padding: 4%;
		width: 65%;
	}
	.log_header{
		text-align: center;
		padding-top:0%;
	}
	.logline{
		padding-left:25%;
	}
	.blue-arrow {
		font-size: 15px; /* Set the desired size */
		color: #7471f0;
	}
	button.sub_button{
		background: #004aab;;
		color: #fff;
		font-weight: bold;
		width: 90%;
		/* margin-left: 5%; */
	}
	button.reg_button{
		/* background: linear-gradient(0deg, #426277, #426277),
	linear-gradient(0deg, #D9D8FF, #D9D8FF); */
		color: #234fa7;
		font-weight: bold;
		margin-top: 5%;
		width: 90%;
		border:solid 2px #234fa7;
	     /* margin-left: 5%; */
	}
	button.guest_button{
		border: none;
		box-shadow: none;
		font-weight: bold;
		margin-top: 5%;
		color:#416192;
		width: 90%;
	     /* margin-left: 5%; */
	}

}
@media (min-width:640px) {
	#footerlogo {
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 30%;
		width: 101%;
	}

	#opnid_Sign img{	
		height: 109vw;
		/* opacity: .5; */
	}
}
@media (max-width:520px) {
	#footerlogo {
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 10%;
		width: 101%;
	}

	#opnid_Sign img{	
		height: 109vw;
		opacity: .1;
	}
	.logform, .sub_reg {
		width: 65%;
		margin-top: 0%;
		padding: 3%;
	}
}
 
 @media screen and (max-width:320px) {
	#footerlogo {
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 10%;
		width: 101%;
	}
 
 @-ms-viewport {
 width:320px;
}
.act-body {
/*min-width:100%;*/
}
}
 @media screen and (max-width:480px) {
	#footerlogo {
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 10%;
		width: 101%;
	}
.act-body {
/*min-width:100%;*/
}
}
.act-box {
	position: relative;
}
.parentDiv {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
}
.act-body {
	position: relative;
	width: 100%;		/* desired width */
}
.act-body:after {
	content: "";
	display: block;
	padding-top: 100%; 	 /*initial ratio of 1:1*/
}
.act-body, #pageLoader {
	width: 100%;
}
.inp-checkbox+label {
	margin: 2px 0px 2px 10px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}
.inp-radios+label {
	margin: 2px 0px 2px 10px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	-webkit-border-radius: 50cm !important;
	-moz-border-radius: 50cm !important;
	-o-border-radius: 50cm !important;
	-khtml-border-radius: 50cm !important;
	border-radius: 50cm !important;
}
#search_history {
	padding: 10px;
	width: 95%;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.contentDtlRight {
	width: 100%;
	background: #3b454f;
}
.proIcon {
	width: 15px;
	text-align: right;
	margin-right: 8px;
}
.inp-checkbox ~ span, .inp-radios ~ span {
	padding: 3px 8px;
	margin-left: 6px;
	background: #19bad7;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.inp-checkbox ~ span, .inp-radios ~ span{
	color: #bfbfbf;
}
.ui-state-active ~ span {
	 color: #e6e4e4;
	 }

label[for^="rb-"] {
	
	background:#1C30D1 url("../images/ui-bg_inset-soft_65_e2e2e2_1x100.png") 50% 50% repeat-x;
	 
	}
 

#sideMenu {
	width: 100%;
	border: 0px solid;
	background-color: #283949;
}
.patientImg img {
	width: 100%;
}
.patientImg {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.symptomsbgImg { 
	background:#f6f6f6 url(../images/prescribe.jpg) bottom right no-repeat; 
}

.patientGnrl * {
	vertical-align:bottom !important;
}

.patientGnrl {
	margin:0 auto !important;
	width:40% !important;
}

.patientGnrlDtl {
	float: left;
	width: 100%;
}

.patientGnrlDtlTop {
	float: right;
	width: 100%;
	color: #666;
	background-color: #f6f6f6;
	border: 1px solid #283949;
	font-size: 14px;
	padding: 1% 2% 1% 2%;
	text-align: justify;
}


.patientGnrlDtlTop p {
	font-size: 18px;
	line-height: 33px;
}
.patientGnrlDtlBottom {
	float: left;
	width: 100%;
	padding: 0px;
}

.patientGnrlDtlBottomLeft {
	float: left;
	width: 33%;
}

.patientGnrlDtlBottomRight{
	float:right;
	padding:0  0 0 0%;
	height:auto;
	width:33%;
}

.patientGnrlDtlBottomLeftInner{
	float:left;
	width:95%;
	height:55px;
	margin-left:1%;
	background-color:#283949;
	color:#fff;
}

.patientGnrlDtlBottomLeftInner b{
	color:#fff;
	font-size:20px;
}


.startButton{
	float:left;
	border-radius:15px;
	height:44px;
	margin:4% 0 0 100%;
	 /* width:90%; */
	width:73%; 
	background:#283949;
	border:0px solid;
	font-size:20px;
	
}
.startButton span {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 10px 0px 18px 0px;
	border: 0px solid;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.startButton span a {
	color: #ccc;
}
.timer {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 18px;
}
.goals-parent {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	margin: 0px auto;
	padding-bottom: 125px;
	text-align: center;
	z-index: 10;
	background: #c8d4e0 url(../images/bottom_bg_img.jpg) center bottom no-repeat;
	background-size: contain;
}
.goals-parent a {
	display: inline-block;
	color: #fff;
}
.goal {
	display: inline-block;
	position: relative;
	width: 193px;
	height: 165px;
	background: #3b454f;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px 0px 10px 20px;
}
.goal:after {
	content: '';
	border: 5px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.goal table {
	border-collapse: collapse !important;
	width: 94% !important;
	margin: 10px !important;
}
.goal td, .goal tr, .goal table {
	padding: 0px !important;
	margin: 0px 10px !important;
	text-align: left;
}
.goal input[type=submit].goalButton, .goal input[type=button].goalButton {
	position: absolute;
	left: 27%;
	bottom: 5px;
	z-index: 999999;
	font-size: 13px;
	color: #000;
	padding: 3px 9px;
	border: 0px;
	background: #8f969c;
	margin: 0px;
	border-radius: 0px;
	border: 0px;
}
.goal:hover input[type=submit].goalButton, .goal:hover input[type=button].goalButton, .goal:hover h3 {
	background: #84d135;
}
.goal:hover h3 {
	color: #000;
}
.goal:hover:after {
	border: 5px solid #11b696;
}
.goals-parent a.active .goal:after {
	border: 5px solid #11b696;
}
.goals-parent a.active .goal input[type=submit].goalButton, .goals-parent a.active .goal input[type=button].goalButton, .goals-parent a.active .goal h3 {
	background: #84d135;
}
.goals-parent a.active .goal h3 {
	color: #000;
}
.goal h3 {
	font-size: 16px;
	background: #157260;
	padding: 4px 0px;
	margin: 0px !important;
}
.goals-parent form {
	display: inline;
}
.flashMessage {
	position: fixed;
	top: -300px;
	left: 0px;
	right: 0px;
	padding: 15px 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: #C90;
	color: #fff;
	z-index: 999999999;
	text-align: center;
}
.iccuControls .goal:hover h3 {
	background: #157260;
	color: #fff;
}
.goal:hover h3 {
	color: #000;
}
.goal:hover:after {
	border: 5px solid #11b696;
}
.iccuControls .goal:hover:after {
	border: 5px solid transparent;
}
.goals-parent a.active .goal:after {
	border: 5px solid #11b696;
}
.goals-parent a.active .goal .goalButton, .goals-parent a.active .goal h3 {
	background: #84d135;
}
.goals-parent a.active .goal h3 {
	color: #000;
}
.goal h3 {
	font-size: 16px;
	background: #157260;
	padding: 4px 0px;
	margin: 0px !important;
}
.iccu {
	position: relative;
	background: url(../images/iccu.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 310px;
}
.objectHolder {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: auto;
	height: 90px;
	text-align: center;
	background: #157260;
	color: #fff;
	font-size: 11px;
	padding: 5px 5px 15px 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.objectHolder td {
	padding: 0px 15px;
}
.iccuControls {
	background: #fff url(../images/iccu_bg.jpg) center top repeat-x;
	width: 100%;
	min-height: 170px;
	height: auto;
	padding: 5px 10px;
	text-align: center;
}
.iccuControls .goal {
	height: auto;
	margin-left: 0px;
	margin-right: 5px;
}
.iccuControls .goal ul {
	padding: 0px 10px;
	margin: 4px 0px;
	text-align: left;
	list-style: disc !important;
}
.iccuControls .goal ul li {
	list-style: disc !important;
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.controlBtnHolder {
	display: inline-block;
	width: 130px;
	padding-top: 35px;
	vertical-align: top;
}
.controlBtnHolder input {
	clear: both;
	width: 130px;
	margin-bottom: 5px;
	padding: 3px 0px;
	color: #fff;
	background: #179f87;
	border: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.controlBtnHolder input:hover {
	background: #86cf37;
	color: #000;
}
.proIcon {
	width: 15px;
	text-align: right;
	margin-right: 8px;
}
.goals-parent {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	margin: 0px auto;
	padding-bottom: 125px;
	text-align: center;
	z-index: 10;
	background: #c8d4e0 url(../images/bottom_bg_img.jpg) center bottom no-repeat;
	background-size: contain;
}
.goals-parent a {
	color: #fff;
}
.goal {
	display: inline-block;
	position: relative;
	width: 193px;
	height: 165px;
	background: #3b454f;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px 0px 10px 20px;
}
.goal:after {
	content: '';
	border: 5px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.goal table {
	border-collapse: collapse !important;
	width: 94% !important;
	margin: 10px !important;
}
.goal td, .goal tr, .goal table {
	padding: 0px !important;
	margin: 0px 10px !important;
	text-align: left;
}
.goal .goalButton {
	font-size: 13px;
	color: #000;
	padding: 3px 9px;
	border: 0px;
	background: #8f969c;
}
.goal:hover .goalButton, .goal:hover h3 {
	background: #84d135;
}
.goal:hover h3 {
	color: #000;
}
.goal:hover:after {
	border: 5px solid #11b696;
}
.goals-parent a.active .goal:after {
	border: 5px solid #11b696;
}
.goals-parent a.active .goal .goalButton, .goals-parent a.active .goal h3 {
	background: #84d135;
}
.goals-parent a.active .goal h3 {
	color: #000;
}
.goal h3 {
	font-size: 16px;
	background: #157260;
	padding: 4px 0px;
	margin: 0px !important;
}
.iccu {
	position: relative;
	background: url(../images/iccu.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 310px;
}
.objectHolder {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: auto;
	height: 90px;
	text-align: center;
	background: #157260;
	color: #fff;
	font-size: 11px;
	padding: 5px 5px 15px 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.objectHolder td {
	padding: 0px 15px;
}
.iccuControls {
	background: #fff url(../images/iccu_bg.jpg) center top repeat-x;
	width: 100%;
	min-height: 170px;
	height: auto;
	padding: 5px 10px;
	text-align: center;
}
.iccuControls .goal {
	height: auto;
	margin-left: 0px;
	margin-right: 5px;
}
.iccuControls .goal ul {
	padding: 0px 10px;
	margin: 4px 0px;
	text-align: left;
	list-style: disc !important;
}
.iccuControls .goal ul li {
	list-style: disc !important;
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.controlBtnHolder {
	display: inline-block;
	width: 130px;
	padding-top: 35px;
	vertical-align: top;
}
.controlBtnHolder input {
	clear: both;
	width: 130px;
	margin-bottom: 5px;
	padding: 3px 0px;
	color: #fff;
	background: #179f87;
	border: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.controlBtnHolder input:hover {
	background: #86cf37;
	color: #000;
}
#message {
	padding: 10px 15px !important;
	color: #629f20;
	font-size: 22px;
	font-weight: 600;
}
/*//////////////////Review Panel///////////////*/

#resultPane {
	position: absolute;
	height: 100%;
}
.result-section {
	position: absolute;
	height: 100%;
	background: #3b454f;
	width: 100%;
	margin-bottom: 15px;
}
.dig_col {
	left: 0%;
	width: 50%;
}
h2.case-sub-titles {
	display: block;
	margin: 0;
	padding: 10px 10px;
	color: #707070;
	/*background-color:#16a086;*/
	margin-left: -28px;
	font-size: 17px;
}
h2.diganosis-sub-title {
	display: block;
	margin: 0;
	padding: 10px 10px;
	color: #FFFFFF;
	/*background-color:#16a086;*/
	background-color: #157260;
	font-size: 24px;
}
.confirm {
	font-size: 19px;
	width: 102px;
	height: 34px;
	margin-right: -122px;
	color: #FFFFFF;
	border: 1px solid #999;
	border: 0 rgba(5, 3, 2, 0);
	background-color: #1FB1CB;
	text-decoration: none;
	border-radius: 2px;
	margin-left: 234px;
}
.diagnosis_detail-value {
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width:100%;
}
h2.maindiganosis-sub-title {
	display: block;
	margin: 0;
	padding: 10px 10px;
	color: #FFFFFF;
	/*background-color:#16a086;*/
	background-color: #157260;
	font-size: 18px;
}
.diagnosis_detail-value ul li {
	/*padding-left:20px;*/
	list-style: none;
	color: #FFFFFF;
	font-size: 14px;
	
	line-height: 24px;

}
.diagnosis_detail-value ul li span {
	width: 63% !important;
	display: inline-block;
}
.diagnosis_detail-value ul {
	width: 99%;
	margin: 0 0 0em !important;
	padding: 0 3px 3px 0px;
}
#accordian1 {
	background: #157260;
	width: 100%;
	margin: 0 auto;
	color: white;/*Some cool shadow and glow effect*/
}
/*heading styles*/
#accordian1 h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	background-color: #3b454f;
	margin: 0;
	border-bottom: solid 1px #38424b;
	border-top: solid 1px #38424b;
}
#accordian1 a h3, #accordian a {
	color: #e2e2e2;
	text-decoration: none;
}
#accordian1 ul {
	margin: 0;
	padding: 0;
}
/*heading hover effect*/
#accordian1 h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian1 h3 span {
	font-size: 13px;
	margin-right: 10px;
	width: 15px;
	height: 15px;
}
#accordion1 div {
	font-size: 16px;
	color: #333;
	padding-left: 70px;
	font-style: italic;
	margin-top: 2px;
	border: 1px solid #ededed!important;
	background: #ededed!important;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#accordian ul ul li a label {
	display: block;
	font-weight: normal;
	cursor: pointer;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	/*background: #157260;*/
	color: #000;
	background: #86cf37;
	border-left: 5px solid #86cf37;
	cursor: pointer;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
.clearable{
  /*background: #fff url(icoX.gif) no-repeat right -10px center;*/
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */

.show_all_notification {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: white;
	width: 247px;
	height: 19px;
	
}
.notification_count{
	color: #FAF6F6;
	position: absolute;
	margin-left: -14px;
	margin-top: -7px;
	font-weight: bolder;
	background-color: #DA0B0B;
	width: 20px;
	border-radius: 40px;
	font-size: 14px;
	
	}
	
.notification_count: hover {
	background-color: #3DC4AE;
}

.dropdown-menu::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    padding-top: 40px;
}
.dropdown-menu::-webkit-scrollbar-thumb{
    border-radius:10px;
    height: 30px;
    width: 8px;
    background: #157260;
    }
	
#delete_note{
	float: right;
	margin-top: 7px; 
	cursor:pointer;
	margin-right: 1px;
	}	


h2.mainreport-sub-title {
	display: block;
	margin: 0;
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #16A086;
	font-size: 18px;
}

#reportPanel h3 {
	font-size: 18px;
	font-weight:bold;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	background-color:#2d9884;
	margin:0;
	padding:5px 15px;
	color:#fff !important;
}

@media (max-width:767px) {
 .col-md-6,.col-md-8 {
width:100% !important;
}
log_main{background:#FFF;
	width:100%;
	border-radius:5px;
}
#normal_sign{
	padding-top: 0px;
	margin-top: -100%;
	width: 55%;
	margin-left: 25%;
	background-color: #fff;
}
#footerlogo{
	background: #DCDCE4;
	margin-left: 0%;
    	margin-top: 11.2%;
    	width: 101%;
}
.form-control{
	width:100%;
}
.field-icon {
	float: right;
	/* margin-left: -25px; */
	margin-top: -25px;
	margin-left: 45%;
    position: absolute;
	/* position: relative; */
	z-index: 2;
}
.logform,.sub_reg{
	margin-top: 0%;
    padding: 4%;
	width: 70%;
}
.log_header{
	text-align: center;
	padding-top:0%;
}
.logline{
	padding-left:25%;
}
.blue-arrow {
	font-size: 15px; /* Set the desired size */
	color: #7471f0;
}
button.sub_button{
	background: #004aab;;
	color: #fff;
	font-weight: bold;
	width: 90%;
      /* margin-left: 5%; */
}
button.reg_button {
	/* background: linear-gradient(0deg, #426277, #426277),
linear-gradient(0deg, #D9D8FF, #D9D8FF); */
	color: #234fa7;
	font-weight: bold;
	margin-top: 5%;
	width: 90%;
	border:solid 2px #234fa7;     /* margin-left: 5%; */
}
button.guest_button{
	border: none;
	box-shadow: none;
	font-weight: bold;
	margin-top: 5%;
	color:#416192;
	width: 90%;
     /* margin-left: 5%; */
}
#normal_sign .txt_box1{width: 191px;
	height: 32px;
	margin-bottom: 9px;
}	
#normal_sign .txt_box2{width: 191px;
	height: 32px;
	width:5px;

}	
#opnid_Sign .opnId_Btn{

	margin-top: 20px;
	margin-bottom: 22px;
}
#normal_sign .normal_signBtn{width: 191px;
	height: 32px;
	margin-top: -4px;
	background-color:#8DC63F;			

}
.logError_Mesg{
	color: #C73F2A;
	}
#opnid_Sign{
	border-bottom:0px solid #000;
	/* padding-top:15px; */
	padding-left:5px;
}
.opnId_BtnOne{
	padding-bottom:45px;
	}
#normal_sign .normal_signList{
	list-style-type: none;
	

}
.log_main{background:#FFF;
	width:96%;
	border-radius:5px;
	padding-bottom:13px;
	margin-top: 29px;
	margin-left: 5px;
	margin-bottom:2px;
}

}

@media (min-width:1200px) {
.form-control{
	width:110%;
}
.log_header{
	/* text-align: center; */
	padding-top:0%;
	padding-left: 5%;
}
.logline{
	/* padding-left:25%; */
	padding-left:5%;
}
.field-icon {
	float: right;
	/* margin-left: -25px; */
	margin-top: -25px;
	/* position: relative; */
	margin-left: 45%;
        position: absolute;
	z-index: 2;
}
.logform,.sub_reg{
	margin-top: 0%;
}
.blue-arrow {
	font-size: 15px; /* Set the desired size */
	color: #7471f0;
}
button.sub_button{
	background: #004aab;;
	color: #fff;
	font-weight: bold;
	width:92%;
	/* margin-left: -3%; */
}
button.reg_button{
	/* background: linear-gradient(0deg, #426277, #426277),
linear-gradient(0deg, #D9D8FF, #D9D8FF); */
	color: #234fa7;
	font-weight: bold;
	margin-top: 5%;
	width:92%;
	border:solid 2px #234fa7;	/* margin-left: -3%; */
}
button.guest_button{
	border: none;
	box-shadow: none;
	font-weight: bold;
	margin-top: 5%;
	color:#416192;
	width:92%;
	/* margin-left: -3%; */
}
#footerlogo{
	background: #DCDCE4;
	/* margin: 3% 4% 7% 0%; */
	margin-left: 44.27%;
	margin-top: -2.2%;
	width: 58%;
}	
#normal_sign{
	padding-top: 41px;
	padding-left: 60px;
}
#normal_sign .txt_box1{width: 234px;
	height: 38px;
	margin-bottom: 9px;
}	
#normal_sign .txt_box2{width: 234px;
	height: 38px;

}	
#normal_sign .normal_signBtn{width: 234px;
	height: 38px;
	margin-top: -4px;
	background-color:#8DC63F;			

}
#normal_sign .normal_signList{
	list-style-type: none;
	margin-top: 13px;

}

.logError_Mesg{
  margin-left: 0px;
  color: #C73F2A;
  margin-top: -30px;
  font-size: 100%;
  font-weight: 600;

}

#opnid_Sign{
	margin-top: -15px;
	padding-left: 0px;
	/* background-image:url("../images/doctor-fnt.svg"); */
	background-repeat: no-repeat;
	background-position:right;
	/* margin-top: 49px; */
	
	width:50%

}
#opnid_Sign img{	
	height: 46.6vw;
}
#opnid_Sign .opnId_Btn{

	margin-top: 42px;
	margin-bottom: 22px;
	margin-left: -51px;
}
#opnid_Sign .opnId_disc{
	text-align: justify;
	padding-right: 81px;
}

#opnid_Sign .log_header{
margin-top: -34px;
}
.opnId_BtnOne{
	padding-bottom:45px;
	}

.log_main{
	background:#FFF;
	width:97%;
	height: 100%;
	border-radius:5px;
	padding-bottom:10px;
	margin-top: 0px;
	margin-left: 16px;

}

.home_icons{
	width: 100%;
	height:90px;
	display: table-cell;
	padding-left:62px;
	vertical-align: middle;
	padding-top:12px;
	text-align:center !important;
}
.home_icons_Align{
	
	padding-left:53px;
	}
.home_Tabs ul.firstNav li {
	width: 16.38% !important;
}

.firstNav>li.icon_All>a {
	background: url(../images/category.png) 20px center no-repeat !important;
}
.firstNav>li.icon_All:hover>a, .firstNav>li.icon_All.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1050px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Age>a {
	background: url(../images/category.png) -165px center no-repeat !important;
}
.firstNav>li.icon_Age:hover>a, .firstNav>li.icon_Age.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1235px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Gender>a {
	background: url(../images/category.png) -337px center no-repeat !important;
}
.firstNav>li.icon_Gender:hover>a, .firstNav>li.icon_Gender.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1408px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_complaints>a {
	background: url(../images/category.png) -528px center no-repeat !important;
}
.firstNav>li.icon_complaints:hover>a, .firstNav>li.icon_complaints.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1598px center no-repeat !important;
	color: #000 !important;
}
.firstNav>li.icon_Duration>a {
	background: url(../images/category.png) -700px center no-repeat !important;
}
.firstNav>li.icon_Duration:hover>a, .firstNav>li.icon_Duration.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1770px center no-repeat !important;
	color: #000 !important;
}

.firstNav>li.icon_Occupation>a {
	background: url(../images/category.png) -877px center no-repeat !important;
}
.firstNav>li.icon_Occupation:hover>a, .firstNav>li.icon_Occupation.ui-state-active>a {
	background: #86cf37 url(../images/category.png) -1947px center no-repeat !important;
	color: #000 !important;

}

.treatmentmodule-start {
	float: right;
	width: 100%;
	color: #666;
	background-color: #f6f6f6;
	border: 1px solid #283949;
	font-size: 14px;
	padding: 1% 2% 1% 2%;
	text-align: justify;
}


.treatmentmodule-start p {
	font-size: 18px;
	line-height: 26px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#opnid_Sign{
		margin:-15px;
		padding-left: 24px;
		background-repeat: no-repeat;
		background-position:right;
		margin-top: -9px;
		padding-top: 15px;
		padding-left: 25px;
	
	}
	#normal_sign{
		padding-top: 0px;
		margin-top: -90%;
		width: 45%;
		margin-left: 30%;
		background-color: #fff;
	  }
	#footerlogo{
		background: #DCDCE4;
		margin-left: 0%;
		margin-top: 36%;
		width: 101%;
	}
	#opnid_Sign img{	
		height: 109vw;
	}
	.form-control{
		width:100%;
	}
	.field-icon {
		float: right;
		/* margin-left: -25px; */
		margin-top: -25px;
		/* position: relative; */
		margin-left: 45%;
        position: absolute;
		z-index: 2;
	}
	.logform,.sub_reg{
		margin-top: 0%;
	    padding: 4%;
		width: 65%;
	}
	.log_header{
		text-align: center;
		padding-top:0%;
	}
	.logline{
		padding-left:25%;
	}
	.blue-arrow {
		font-size: 15px; /* Set the desired size */
		color: #7471f0;
	}
	button.sub_button{
		background: #004aab;;
		color: #fff;
		font-weight: bold;
		width: 90%;
		/* margin-left: 5%; */
	}
	button.reg_button{
		/* background: linear-gradient(0deg, #426277, #426277), */
	/* linear-gradient(0deg, #D9D8FF, #D9D8FF); */
		color: #234fa7;
		font-weight: bold;
		margin-top: 5%;
		width: 90%;
		border:solid 2px #234fa7;	     /* margin-left: 5%; */
	}
	button.guest_button{
		border: none;
		box-shadow: none;
		font-weight: bold;
		margin-top: 5%;
		color:#416192;
		width: 90%;
	     /* margin-left: 5%; */
	}

}
@media (min-width: 1300px) and (max-width: 2000px) {
	#normal_sign{
	      padding-top: 0px;
		margin-top: -66%;
	      padding-left: 0%;
	      width: 45%;
	      margin-left: 80%;
		background-color: #fff;
	} 
	.form-control{
		width:110%;
	}
	.log_header{
		/* text-align: center; */
		padding-top:0%;
		padding-left: 5%;
	}
	.logline{
		/* padding-left:25%; */
		padding-left:5%;
	}
	.field-icon {
		float: right;
		/* margin-left: -25px; */
		margin-top: -25px;
		/* position: relative; */
		margin-left: 45%;
        position: absolute;
		z-index: 2;
	}
	.logform,.sub_reg{
		margin-top: 0%;
	}
	.blue-arrow {
		font-size: 15px; /* Set the desired size */
		color: #7471f0;
	}
	button.sub_button{
		background: #004aab;;
		color: #fff;
		font-weight: bold;
		width:92%;
		/* margin-left: -3%; */
	}
	button.reg_button{
		/* background: linear-gradient(0deg, #426277, #426277),
	linear-gradient(0deg, #D9D8FF, #D9D8FF); */
		color: #234fa7;
		font-weight: bold;
		margin-top: 5%;
		width:92%;
		border:solid 2px #234fa7;		/* margin-left: -3%; */
	}
	button.guest_button{
		border: none;
		box-shadow: none;
		font-weight: bold;
		margin-top: 5%;
		color:#416192;
		width:92%;
		/* margin-left: -3%; */
	}
	#footerlogo{
		background: #DCDCE4;
		/* margin: 3% 4% 7% 0%; */
		margin-left: 64.7%;
		margin-top: -3.2%;
		width: 90%;
	}
	#opnid_Sign {
		margin-top: -15px;
		padding-left: 0px;	
		background-repeat: no-repeat;
		background-position: right;
		/* margin-top: 49px; */
		width: 65%;	
}
}