@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Work Sans", sans-serif !important; */
   font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    
}
.custom-scrollbar {    
    overflow-y: auto;
    padding-right: 5px;
    /* rounded corners */
    scrollbar-gutter: stable;
    /* reserve space for scrollbar */

    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #ddd;     
}
.custom-scrollbar{
    height: 160px;
}
/* Chrome/Edge/Safari scrollbar */
.custom-scrollbar::-webkit-scrollbar {
   width: 12px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    border: 2px solid #f1f3f4;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}
.p-0{
	padding: 0 !important;
}
.m-0{
	margin: 0 !important;
}
.gap-10{
	gap:10px !important;
}
.gap-15{
	gap:15px !important;
}
.gap-20{
	gap:20px !important;
}
.relative{
	position: relative;
}
/* Card */
	.acoptionWrapper__card {
	width: 100%;
	max-width: 420px;
	border-radius: 14px;
	padding: 0 16px;
	animation: fadeIn 0.25s ease;
	}
	/* Title */
	.acoptionWrapper__title {
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: 600;
	color: #111827;
	}
	/* Warning Text */
	.acoptionWrapper__warning {
	font-size: 14px;
	color: #dc2626;
	margin-bottom: 20px;
	}
	/* Account List */
	.acoptionWrapper__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	}
	/* Option Box */
	.acoptionWrapper__option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 6px;
	border: 1px solid #e5e7eb;

	cursor: pointer;
	transition: all 0.2s ease;
	}
	.acoptionWrapper__option:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	}
	/* Custom Radio */
	.acoptionWrapper input[type="radio"] {
	accent-color: #10b981;
	width: 16px;
	height: 16px;
	}
	/* Account Info */
	.acoptionWrapper__info {
	font-size: 14px;
	color: #1f2937;
	font-weight: 500;
	}
	/* Status Badge */
	.acoptionWrapper .status-badge {
	font-size: 12px;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 20px;
	}
	.acoptionWrapper .status-badge.inactive {
	background: #fee2e2;
	color: #b91c1c;
	}
	/* Footer */
	.acoptionWrapper__footer {
	margin-top: 24px;
	text-align: right;
	}
	/* Continue Button */
	.acoptionWrapper__continue {
	background: #111827;
	color: #fff;
	padding: 8px 18px;
	border-radius: 6px;
	border: none;

	cursor: pointer;
	font-size: 14px;
	transition: 0.2s ease;
	}
	.acoptionWrapper__continue:hover {
	background: #000;
	transform: translateY(-1px);
	}
	/* Animation */
	@keyframes fadeIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
	}
	/* Mobile */
	@media (max-width: 480px) {
	.acoptionWrapper__card {
		padding: 20px;
	}
	.acoptionWrapper__title {
		font-size: 18px;
	}
	.acoptionWrapper__continue {
		width: 100%;
	}
	.acoptionWrapper__footer {
		text-align: center;
	}
	}

     /* Header */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 16px !important;
        background-color: #ffffff;
		border:0 !important;
		position: relative;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
		height: 95px;		
    }
	
@media(max-width:767px){
	header{
		padding:0 12px !important;
		position: sticky;
		top: 0;
		z-index: 1000;
	}
}

.header-text {
  font-size: .9rem;
  line-height: 1.25;
}

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
	  padding: 0 8px;
    }
	@media(max-width:767px){
		.mobile-logo{
			display: none
		}
	}

    .logo img {
      /* height: 45px;
      width: auto; */
	  width: 100%;
    }
	@media(max-width:767px){
	    .mobile-left{
		 display: none;
	  	}
	}
    .header-right {
      display: flex;
	  align-items: center;
	  gap: 16px;
      /* position: relative; */
    }
	.header-right__logo img {
		width: auto;
		height: 85px;
		object-fit: contain;
		margin: 0;
	}
	.header-right__info {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.header-right__title {
		font-size: 17px;
		font-weight: 600;
		color: #1F2937;
		margin: 4px 0;
	}
	.header-right__address{
		font-size: 13px;
	}
	.header-right__details {
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
		font-size: 13px;
	}
	.header-right__details span {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	@media (max-width: 992px) {
		.header-right__info {
			gap: 3px;
		}
		.header-right__title {
			font-size: 12px;
			margin: 0;
		}
		.header-right__address, .header-right__details{
			font-size: 12px;
			gap:3px
		}
		.header-right__address img, .header-right__details img{
			height: 14px;
		}
	}


    .profile {
      position: relative;
      cursor: pointer;
	  
    }
    .profile-img{
        cursor: pointer;
		display: none;
	}
	@media(max-width:767px){
		.profile-img{     
		  display: block;
		}
		#meduPar{
         display: none;
		}
		.header-right {      
		  gap: 5px;
		}
	}

    .profile-img img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #ddd;
      object-fit: cover;
    }
    /* .profile-dropdown{
      display: none;
      position: absolute;
      top: 50px;
      right: 0;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      z-index: 10;
      width: 150px;
    } */
    .profile-dropdown a {
      display: block;
      padding: 10px 15px;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
	  font-weight: 500;
    }
    /* .profile-dropdown a:hover {
      background: #f4f4f4;
    }
    .profile-img.active .profile-dropdown {
      display: block;
    } */
/* Login Container */

    .login-container {     
      display: flex;
      justify-content: center;
      align-items: center;
      height: calc(100vh - 95px - 40px)  !important;
       background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
      padding: 20px;
    }
	.login-container .login-logo{
   display: flex;
	margin-bottom: 20px;
}
.login-logo img{
	display: block;
	max-width: 100%;
	width: 8rem;
	margin: auto;
}

    /* Login Box */
.login-box {
  background: #fff;
  padding: 30px 20px !important;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
}

    .login-box h2 {
      text-align: center;
      font-size: 1.35rem;
      font-weight: 600;
      color: #333;
    }

    .input-group {
      margin-bottom: 20px;
    }

    .input-group label {
      display: block;
      font-size: 13px;
      color: #0A0A0A;
      margin-bottom: 6px;
	  letter-spacing: .2px;
    }
    .input-group label  span{
    margin-left: 2px;
      color:red;
    }
  .input-group input, 
  .input-group select,
  .input-group textarea{
  width: 100%;
  padding: 8px 12px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 6px;
  font-size: .85rem;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.input-group textarea{
	height: 130px !important;
}

.input-group input:focus {
  border-color: #4f46e5;
}
.password-wrapper{
  position: relative;margin-bottom: 20px;
}
.eye-icon, .search-icon {
  position: absolute;  
  top: 50%;
  transform: translateY(-50%);  
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.eye-icon{
  right: 10px;
  width: 22px;
  height: 22px;
}
.eye-icon:hover {
  opacity: 1;
}
.search-input{
	padding-left: 30px !important;
}
.search-icon {
  left:10px ;
  width: 14px;
  height: 14px;
}
.dob-wrapper{
  display: flex;
  align-items: center;
  position: relative;
}
.dob-wrapper img{
  position: absolute;
  right: 10px;
  width: 20px;
  cursor: pointer;
}

/* Button */
.btn {
  width: 100%;
  padding: 8px 12px;
  background-color:rgb(23, 23, 23);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  border:1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.15s ease;
}
.btn.outline{
  background: #ffff;
  border:1px solid rgb(229, 229, 229);
  color:#474747; 
}
.btn.orange{
  background-color:#ea580c;
  border:1px solid #ea580c;
}
.btn.orange:hover{
  background-color:#ea580c;   
}

.makeCenter > div{
	display: flex !important;
	flex-wrap: wrap;
	gap:10px !important
}
/* .btn:hover {
  background-color: #FFA349;
} */

/* Signup text */
.signup-text {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666;
}

.signup-text a {
  color: #4f46e5;
  text-decoration: none;
}

.signup-text a:hover {
  text-decoration: underline;
}
  .changeContainer .change-password .pageTitle{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom:6px
}
.lock-icon{
    width: 22px;
    color: #00bfa5;
}  

    
    .footer{
        padding:10px; 
        font-size: .85rem;
        background-color: transparent;
        text-align: center;
        
    }

    /* Responsive */
    @media (max-width: 480px) {
       header {
        padding: 15px;
        gap:20px;
    }
    .header-text {
        
  font-size: .8rem;
}
      .login-box {
        padding: 30px 15px;
      }

      header img {
        height: 35px;
      }
    }
/* *{
margin:0px auto;
padding:0px;
} */
.password-rules {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 16px;
    max-width: 650px;
    margin: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }

  .password-rule {
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #374151;
  }
  @media(max-width:640px){
	.password-rule{
		width: 100% !important;
	}
  }

  .password-rule svg {
    width: 15px;
    margin-right: 6px;
    fill:rgb(31, 31, 32);
  }

  .password-rule span {
    color: #6B7280;
	font-size: 13px;
  }
  .changeContainer .change-password{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom:10px
}
.changeContainer .lock-icon .pageTitle{
    width: 18px;
    height: 18px;
    color: #00bfa5;
}
.changeContainer .change-passwordtitle{
    font-size: 15px;
    font-weight: 600;
}
.changeContainer .change-passwordsubtitle{
    font-size: 14px;
	color: #737373;
}
.changeContainer  .change-passwordReqmnt{
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   background-color: #f7f7f7;
   padding: 12px;
   border-radius:5px;
}
/* 
body {
	background: #fff none repeat scroll 0 0;
  
	font-family: "Work Sans", sans-serif !important;
    font-size: 100%;
    margin: 0px auto;
	padding:0px;
	max-width:100%;
	min-width:360px;
} */

/* 
body.login-body{
    background: none repeat scroll 0 0 #f1f1f1;
    color: #404040;
    font: 13px/20px 'Lucida Grande',Tahoma,Verdana,sans-serif;
} */
.pageTitle{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 36px;
}
@media(max-width:767px){
	.pageTitle{
		font-size: 22px;
		line-height: 30px;
	}
}
.flex-center{
	display: flex;
	align-items: center;
}
img{
	border: medium none;
	/*width:100%;*/
	height:auto;
	margin-left:5px;
}

img.log-img{
	/* border: medium none;
	width:40%;
	height:auto;
	background-color: #fff;
  padding: 5px 10px; */
}

a{
	text-decoration:none;
}

.checkin-bttn-hgt-wd{
		width:75%;
	}	
	
.left{
	float:left !important;
}

.right{
	float:right !important;
}

.width100{
	width:100% !important;
}

.container {
  margin: 10px auto;
  width: 100%;
}

.login {
	background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px #b2b2b2;
    float: left;
    margin:0px 20px;
    position: relative;
    width:calc(100% - 40px);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  sbackground: #afc575;
  border-radius: 4px;
}

.login h1 {
    /* background: #e6e7d9 none repeat scroll 0 0; */
    background: #ffffff none repeat scroll 0 0;
    /* border-bottom: 1px solid #cfcfcf; */
    /* border-radius: 3px 3px 0 0; */
    box-shadow: 0 1px whitesmoke;
    color: #1ab3a2;
    float: left;
    font-size: 3vw;
    font-weight: bold;
    line-height: 40px;
    padding: 15px 3%;
    text-align: left;
    text-shadow: 0 1px white;
    width: 94%;
}

.login p {
  /* margin: 20px 0 0; */
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
	width: 95.5%;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 16px;
  color: #8AA93A;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
	margin-right:30px;
    padding-bottom: 20px;
    text-align: right;
	width: 250px;
	margin-top: 15px;
}

.login-help {
   margin: 10px 0 -10px;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

/*:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
} */


input {
  sfont-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  sfont-size: 14px;
}

.input-text{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-outline-radius: 3px;
    background: white none repeat scroll 0 0;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    color: #404040;
    font-size:24px;
    outline: 5px solid #e6eaea;
    padding: 10px 2%;
    width: 200px;
}

.input-text:focus, .input-text:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.input-sub{
	background: #ceeb84; /* Old browsers */
	background: -moz-linear-gradient(top,  #ceeb84 0%, #8aa93a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceeb84), color-stop(100%,#8aa93a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ceeb84 0%,#8aa93a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeb84', endColorstr='#8aa93a',GradientType=0 ); /* IE6-9 */

    border: 1px solid #bad771;
    /*border-radius: 6px;*/
    box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    color: #374e02;
    font-size:30px;
    font-weight: bold;
    margin-left: 20px;
    outline: 0 none;
    padding:10px 15%;
    text-shadow: 0 1px #e3f1f1;
	width: calc(60% - 2px);
}

.input-sub:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  /* sline-height: 34px; */
}





.medgre-logo-login{
	padding: 10px 5px 25px;
	width: calc(100% - 10px); 
}


.frst-nm-head{
	float: left;
    font-size: 40px;
    margin-top: 10px;
    width: 39%;
	line-height: 40px;
}

.lst-nm-mrgn{
	margin-top:10px;
	smargin-left:40px;
}

.frm-mrgn{
	smargin-left:40px;
}

.or-heading-spratn{

	color:#717171;
	margin-left: 150px;
}


.calndr-img1 {
    float: left;
    font-size:36px;
    margin-top:-4px;
   /*  padding-left: 2.5%;
    padding-right: 2.5%; */
	width: 100%;
	margin-bottom: -17px;
	text-align: center;
}

/*--------------------Login Code End Here-----------------------*/

/*---------------------Set Password Code Start Here----------------------*/

.medgre-logo-login-set-pass{
	padding: 10px 5px 120px;
}

/*---------------------Set Password Code End Here----------------------*/


#main-container, header, .header-container, section {
	float:left;
    width: 100%;
}

.header-container {
	margin: 10px 0px 10px 0px;
}

.headr-logo-txt-prt{
	float: left;
    width: 20%;
}


.medgre-logo-left {
	float: left;
	margin:5% 4% 0% 10%;
	width: 100%;
}

.wlcm-patient-txt {
	color: #B34040;
    float: right;
    font-family: Century Gothic;
	width: 100%;
	margin:0px 0px 8px 0px;
}

.logout-sec{
	float: right;
    font-size: 12px;
}

.header-menu {
	float: left;
    width:80%;
}

.header-menu .demographic-tab {
	background-color: #8AA93A;
    border-left: 1px solid #BFDE6F;
    border-right: 1px solid #557405;
    color: #FFFFFF;
    scursor: pointer;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 2.5% 2% 0;
    text-align: center;
    width: 15%;
	line-height: 14px;
	cursor:pointer;
}

.header-menu .demo-tab-active {
	background-color: #6E874D;
    border-radius: 6px 6px 0 0 !important;
    color: #FFFF00;
    margin-top: -0.5%;
    padding-top: 3%;
}

.p-logout{
	color: #689100;
    float: left;
    font-size:18px;
    /* font-weight: bold; */
    margin-right: 30px;
    margin-top:13px;
    /*text-shadow: 0 1px 1px #A2D914;*/
}

.p-logout-icon{
	background:url("../images/top-menu-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
	height: 26px;
    width: 191px;
	padding-bottom: 3px;
	cursor: pointer;
}

.p-change-pass-icon{
	background:url("../images/change-password-img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
	height: 25px;
    width: 25px;
	padding-bottom: 3px;
	margin-right: 30px;
	cursor: pointer;
}

.p-setting-icon{
	background:url("../images/setting-img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
	height: 25px;
    width: 25px;
	padding-bottom: 3px;
	margin-right: 30px;
	cursor: pointer;
}
.checkin-setting{
	background:url("../images/checkin-setting.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:left;
	height: 28px;
    width: 64px;
}
.checkin-change-password{
	background:url("../images/checkin-change-password.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
    height: 53px;
    width: 70px;
}
.checkin-logout{
	/* background:url("../images/checkin-logout.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
	float: left;
	height: 30px;
	width: 35px;
	/* transform: scale(0.7); */
	margin:-12px 22px 0px 0px;
	}

.p-profile-icon{
	background: rgba(0, 0, 0, 0) url("../images/profile-img.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height:55px;
    margin-right:5px;
    margin-top:0px;
    padding-bottom: 0;
    width:55px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.icon-images{
	margin-top:6px;
}

.seprator-tp-hd{
	color:#000000;
}

/*
.demo-head-txt{
	color: #FFFF00;
    float: left;
    font-size:16px;
    margin-left:13px;
    margin-top: 26px;
    text-shadow: 0 1px 1px #262626;
	font-weight:bold;
}

.demo-head-txt-1{
	color: #FFFFFF;
    float: left;
    font-size:16px;
    margin-left: 20px;
    margin-top: 18px;
    text-shadow: 0 1px 1px #262626;
}

.demo-mrgn{
	border-radius: 6px 0 0;
    margin-left: 0px;
	border-left: medium none !important;
}

.pre-mrgin-lft{
	margin-left:29px !important;
}

.cli-his-mrgin-lft{
	margin-left:12px !important;
}

.ros-mrgin-lft{
	margin-left:41px !important;
}
*/

.ros-brdr-radius-1-tab {
    border-radius: 6px 0px 0 0;
}

.demo-brdr-radius{
	border-radius: 0px 6px 0 0;
}

.ros-brdr-radius{
	border-radius: 0px 6px 0 0;
}

.middle-container{
	float: left;
    padding: 0 0.5%;
    width: 99%;
}

.mid-con-colom-1{
	 float: left;
	 margin: 0.4%;
	  width: 21%;
}

.colom-tab-1{
	border-bottom: 1px solid #415A20;
    border-top: 1px solid #95AE74;
    color: #FFFFFF;
    display: table;
    float: left;
    font-size: 1.1em;
    height: 64px;
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: 1px 1px 1px #303030;
    width: 93%;
	line-height: 18px;
	cursor:pointer;
}

.identity-detail-tab-hd{
    display: table-cell;
	font-variant: small-caps;
    letter-spacing: 1.3px;
    margin-left: 5px;
	vertical-align: middle;
}

.brder-tp{
	border-top:medium none !important;
}

.mid-con-colom-2{
	background-color: #feffe7;
	border: 1px solid #dadada;
	/* border-radius: 10px; */
	float: left;
	padding-bottom: 0.8%;
	width:calc(100% - 2px);
}

.lft-clm-head-txt-1{
	float: left;
	width: calc(100% - 50px);
	text-shadow: unset;
	margin-top: 3px;
}


.lft-clm-head-txt-2{
	float:left;
}

.lang-chkbx{
	float:left;
	 margin-top: 0.6%;
    padding: .5%;
	text-shadow: 1px 1px 1px #555;
	
}

.chk-bx-nm{
	float: left;
    font-size:14px;
    padding: 4px 1%;
	width: 24%;
	color: #727272;
	margin-top: 12px;
}

.lft-clm-head-txt-3{
	float:left;
	color: #333;
	/* swidth:9% */
}

.brdr-btm{
	border-bottom: medium none;
}

.active-tab{
	background-color:#F0FDFA!important;
	/* border-bottom: medium none;
	border-top: medium none; */
	/* border-radius: 6px 0 0 6px; */
	/* padding-left: 7px; */
	/* text-shadow: 1px 1px 1px #B7D096; */
	/* width: calc(100% - 0px); */
	
	color: #0F766E !important;
	border-left:4px solid  #0F766E !important;
	cursor: default !important;
}
.active-tab svg{
	fill: #0F766E !important;
	opacity: 1 !important;;
}

.selct-tab-head{
	background-color: #e3f6db;
	border-bottom: 1px solid #fff;
	color: #44553d;
	float: left;
	font-size: 15px;
	/* font-variant: small-caps;
	font-weight: bold; */
	margin: 0px 0px 1px 0px;
	padding: 11px 5px 11px 8px;
	width: calc(100% - 13px);
	box-shadow: -8px 0px 5px -2px #c5e1ba inset;
}

.hdr-slct-tab-nw{
	/* background-color: #ffffff;
    border-bottom: 1px solid #8f8f8f;
    color: #575757;
    font-variant: normal;
    margin-bottom: 0;
    width: 96%; */
	background-color: #f4f4f4;
/* border-bottom: 1px solid #8f8f8f; */
	color: #111111;
	font-variant: normal;
	width: 97%;
	margin: 0px 0px 10px 0px;
	padding: 5px 1.5%;
	box-shadow: unset;
}


.clm-2-frm-containr{
	/* qborder-bottom: 1px dotted #6E874D; */
    float: left;
    /* #height: 525px;
    #overflow-x: hidden;
    soverflow-y: scroll; */
    padding: 5px 0 0;
    width: 100%;
}

.frm-containr-rw{
	float: left;
	margin-bottom:15px;
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}

.frm-heading{
	color: #333;
    float: left;
    font-size: 14px;
    margin: 7px 0 5px 0px;
	width:calc(100% - 5px);
}

.frm-inpt-bx {
	/* border: 1px solid #e1e1e1 !important; */
	border: 1px solid #85cad2 !important;
	border-radius:4px;
	color: #333;
	float: left;
	font-size:13px;
	height: 16px;
	padding-left:10px;
	width:calc(100% - 2px);
	/*  margin-left: 10px;*/
	background-color: #fff;
}

.frm-provider-bx {
	-moz-outline-radius: 3px;
    background: white none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    color: #444444 !important;
    float: left;
    font-size:24px;
    height:51px;
    outline: 5px solid #e6eaea;
    padding-left: 2%;
    padding-top: 6px;
    width:100%;
	padding-right: 7%;
	padding-bottom: 8px;
}

.frm-inpt-bx:focus{
	border: 1px solid #42aeff;
}

.wd-nw-1{
	width:90%;
}

.slct-bx-pad-wd{
	/* padding: 7px 7px 7px 7px; */
	-webkit-padding: 7px 7px 7px 10px;
     width: 100%;
	 /* background-color: #F0F0F0; */
	 /* height:230px; */
}

.selct-bcgrnd-clr{
	background-color:red !important;
}

.calndr-img{
	float:left;
	margin-left: 10px;
}

.left-con-button{
	background-color: #ffa500;
    /* box-shadow: 0 0 5px 1px #5b7a0b inset;
   
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
    margin-right: 9px;
    padding: 7px 35px;
    text-shadow: 0 1px 1px #262626; */
	/* background-color: #fff; */
	box-shadow: 0 0 3px 0px #aeaeae;
	 color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	font-variant: unset;
	/* font-weight: bold; */
	margin-right: 9px;
	padding: 2px 25px;
	margin-top: 3px;
	/* text-shadow: 1px 1px 1px #fff; */
	text-decoration: none;
	border: 0px solid #fff;
}

*::-moz-placeholder {
    color: #949494;
}

*::-moz-data-placeholder {
    color: #949494;
}

.arrw-dropdwn{

}

/*--------------------------Demographic---End Code Here-------------------------->*/

/*--------------------------Preferences---Start Code Here-------------------------->*/

.app-remndr-chkbx{
	float: left;
    margin-top:6px;
	margin-left:0px;
    padding:5px;
	margin-right: 10px;
	/* #width:20px; */
}

/*--------------------------Preferences---End Code Here-------------------------->*/

/*--------------------------Clinical History---Start Code Here-------------------------->*/

.slct-bx-pad-wd-hisry{
	width:17%;
	padding: 5px 7px 7px 10px;
	 background-color: #F0F0F0;
}

.phy-nm-his{
	float: left;
    font-size:16px;
    margin-top: 7px;
    /* padding: 6px 1%; */
    width:35%;
	color:#333;
}

.add-button{
	background-color: #8aa93a;
    box-shadow: 0 0 5px 1px #5b7a0b inset;
    color: #ffffff;
    cursor: pointer;
    float: left;
  
    font-variant: small-caps;
    /* height:34px; */
    padding:5px 20px;
    text-align: center;
    text-shadow: 0 1px 1px #262626;
    /* width:150px; */
}

.add-value{
	background-color: #fff4e0;
    border: 1px solid #f2e7d3;
    color: #333 !important;
    float: left;
    font-size:13px;
    height:24px;
    margin-bottom: 9px;
    overflow: hidden;
    padding:4px 0 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-value-cross{
	background-color: #d9a28d;
	border: 1px solid #ce9782;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	font-variant: small-caps;
	height: 24px;
	margin-left: -1px;
	padding-top: 0px;
	text-align: center;
	text-shadow: 0 1px 1px #262626;
	width:35px;
}

.brdr-nw{
	/* border-bottom: 1px dotted #717171; */
    float: left;
    padding: 0 1.5%;
}

.wd-nw-2{
	width:100px;
}

.slct-bx-wd-hisry-nw{
	padding: 7px 7px 7px 10px;
    width: 12.5%;
	 background-color: #F0F0F0;
}

.hlth-mntnce-nxt-due{
	color: #415a20;
    float: left;
    font-size: 26px;
    margin-left: 6px;
    padding: 10px 5px 10px 3px;
    width: 13.5%;
}

textarea
{
   resize: none;
}




/*--------------------------Clinical History---End Code Here-------------------------->*/

/*--------------------------ROS---Start Code Here-------------------------->*/

.hdng-wid{
	width:50%;
}


/*--------------------------ROS---End Code Here-------------------------->*/

.show-text-like-label{
 background-color: #FFFFFF !important;
    border: 0 solid !important;
}

.home-change-password-main {
    border-radius: 8px;
     box-shadow: 0 0 20px 0px #434343;
    float: left;
    height:230px;
    left: 225px;
    opacity: 0.98;
    position: absolute;
    top: 220px;
    width: 575px;
    z-index: 1000;
}

.home-change-password-header {
    background-color: #6E874D;
    border: 1px solid #6E874D;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    float: left;
    height: 40px;
    opacity: 0.98;
    width: 573px;
    z-index: 10;
}


.home-change-password-title {
    color: #F7FBEF;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 9px 0 0 20px;
}


.home-change-password-close {
    bottom: 15px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 15px;
    margin-top: 9px;
    transform: scaleX(1.9) scaleY(1.5);
    width: 30px;
}


.home-change-password-inner {
    background-color: #F7F7E7;
	border:2px solid #6E874D;
	border-top:none;
    border-radius: 0 0 6px 6px;
    float: left;
    height:188px;
    opacity: 0.98;
    width: 571px;
}


.home-change-password-row {
    float: left;
    padding: 5px 0 0;
    width: 562px;
}


.home-password-label {
    color: #6B7142;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
    width: 190px;
}


.home-password-input {
    float: left;
    width: 350px;
}


.change-password-input {
    border: 1px solid #8AA93A;
    height: 30px;
    margin-right: 97px;
    margin-top: 3px;
    padding: 2px;
    width: 350px;
}


.home-change-password-action {
    float: left;
    margin-top: 6px;
    padding: 5px;
    width: 562px;
}



.home-change-password-cancel {
    border: 1px solid #A5B684;
    color: #527121;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin: 0 15px 0 20px;
    padding-top: 5px;
    text-align: center;
    width: 75px;
}

.home-change-password-save {
    background: url("../images/doc/Changepassword-button.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A5B684;
    color: #527121;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-left: 0;
    padding-top: 5px;
    text-align: center;
    width: 75px;
}

.check-left{
	display:none;
}

.check-left-active{
	display:block;
}

.check-right{
	display:none;
}

.check-right-active{
	display:block;
}

.check-right-sub{
	display:none;
}

.check-right-sub-active{
	display:block;
}
.alter-height-chosen .chzn-single{
	height:30px !important;
}


.hide{
	display:none;
}
.required{
    color:red !important;
}

/*coding for auto complete jquery combo*/
.ui-autocomplete-loading {
    background: white url("../../images/doc/ajax_loader.gif") right center no-repeat;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

  .ui-autocomplete-input{
	  border:1px solid red;
  }
  
 .family-detail-add-edit-data-row{
	border-bottom: 1px solid #717171;
    float: left;
    height: auto;
    width: 100%;
}

.family-data-first-row{
	float: left;
    height: 80px;
    width: 100%;
}


.family-data-first-row .family-member-relation{
	border-right: 1px dotted #717171;
    float: left;
    height: 80px;
    width: 23%;
}

.selection-button {
	background: #ceeb84; /* Old browsers */
	background: -moz-linear-gradient(top,  #ceeb84 0%, #8aa93a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceeb84), color-stop(100%,#8aa93a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ceeb84 0%,#8aa93a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ceeb84 0%,#8aa93a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeb84', endColorstr='#8aa93a',GradientType=0 ); /* IE6-9 */

    border: 1px solid #bad771;
    /*border-radius: 6px;*/
    box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    color: #374e02;
    cursor: pointer;
    font-size: 4vw;
    font-weight: bold;
    margin-left: 5px;
    outline: 0 none;
    padding:15px 20%;
    text-shadow: 0 1px #e3f1f1;
	width:calc(60% - 8px);
}

.selection-button:active {
    background: #cde5ef none repeat scroll 0 0;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
}

.family-member-relation-header{
	color: #717171;
    font-size: 16px;
    margin: 7px 0 0 25px;
}

.frst-nm-head-login {
    float: left;
    font-size: 18px;
    margin-top: 10px;
    width: 30%;
}


.family-member-relation-text{
	margin: 7px 0 0 25px;
	font-size: 16px;
}


.family-data-first-row .family-member-alive{
	border-right: 1px dotted #717171;
    float: left;
    height: 80px;
    width: 23%;
}

.width-new-login {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}


.family-data-first-row .family-member-health-status{
	border-right: 1px dotted #717171;
    float: left;
    height: 80px;
    width: 27%;
}

.family-data-first-row .family-member-age{
	float: left;
    height: 80px;
    width: 17%;
}

.family-data-first-row .family-history-edit-link{
	float:left;
	width:7%;
	height:59px;
}

.family-data-disease-row{
	float: left;
    height: auto;
    width: 100%;
} 

.width-new-1 {
    font-size: 3.5vw;
    line-height:54px;
    margin-top: 0;
    width: 70%;
}

/*---------------------Appointment Code Strat Here-------------------*/

.appntment-wdgt-txt-1{
	float:left;
	width: 138px;
}

.appntment-wdgt-txt-2{
	float: left;
    font-weight: bold;
    width:400px
}
.appntment-wdgt-txt-3{
	float:left;
	width: 34px;
}
.appntment-wdgt-txt-4{
    float: left;
	 width: 260px;
}

.apptment-widgts-nw{
	background: -moz-linear-gradient(center top , #FAF8F9, #DCDCDC) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top , #FAF8F9, #DCDCDC) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(top , #FAF8F9, #DCDCDC) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(top , #FAF8F9, #DCDCDC) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c8c8ca;
    border-radius: 5px;
    float: left;
    font-size: 20px;
    margin-left: 22%;
    margin-top: 40px;
    padding: 3%;
    width: 50%;
}

.appntment-wdgt-txt-5{
	float: left;
    padding-top: 10px;
    width: 115px;
}

.appntment-wdgt-txt-8{
	float: left;
    padding-top: 10px;
    width: 90px;
	color: #717171;
}

.appntment-wdgt-txt-9{
	float: left;
    padding-top: 10px;
    width: 138px;
	color: #717171;
}

.appntment-wdgt-txt-6{
	float: left;
    padding-top: 10px;
    width: 25px;
}

.appntment-wdgt-txt-7{
    color: #6B8527;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.cursor {
    cursor: pointer !important;
}

/*---------------------Appointment Code End Here-------------------*/

.maskForCommonForIndividual{
	display: block;
	background: #111111; 
	position: fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: 0.4;	
	filter: alpha(opacity=40);
}
#loading {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 0 20px #999999;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 999999999;
}

.frm-cn-magnbtm-nw{
	margin-bottom:8px !important;
}

.chk-bx-mrgn-nw{
	-webkit-transform: scale(1.5) !important;
	-moz-transform: scale(1.5) !important;
	/* margin-left: 35px !important; */
}

.slct-bx-wd-nw{
	width: 14.4% !important;
}


.ftr-snup-updt {
	/* background: #828282; /* Old browsers */
	/* background: -moz-linear-gradient(top,  #828282 0%, #161616 100%); /* FF3.6-15 */ 
	/* background: -webkit-linear-gradient(top,  #828282 0%,#161616 100%); /* Chrome10-25,Safari5.1-6 */ 
	/* background: linear-gradient(to bottom,  #828282 0%,#161616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#161616',GradientType=0 ); /* IE6-9 */ 
    /* border: 1px solid #161616; */
	background: orange;
    border-radius: 3px;
    box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: right;
    font-family: arial;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 0 3%;
    padding:7px 9%;
    text-align: center;
	/* text-shadow: 0 1px #e3f1f1; */
}

.ftr-snup-updt:hover {
    qbackground: rgba(0, 0, 0, 0) linear-gradient(to bottom, #161616 0%, #828282 100%) repeat scroll 0 0;
}

.mrgn-add-nw{
	margin-right:35%;
}

.input-disble-clr-nw{
	sbackground-color:#dcdcdc;
	background-color:-moz-#dcdcdc;
	border-color: #a4dde3;
	/* box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
}

.rdio-bx-mrgn-nw {
    transform: scale(1.5) !important;
}

/*.chzn-container{
	font-size:16px !important;
}*/

.result-selected{
	font-size:28px !important;
}


.active-result{
	padding:15px 10px !important;
	font-size:16px !important;
}

.chzn-container-single .chzn-single span {
    display: block;
    margin-right: 26px;
	padding-top:4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chzn-container-single .chzn-single {
    sbackground-color: #b4b4b4;
    border: 1px solid #a4dde3;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    line-height:18px;
    min-height: 20px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

/* .header-text{
    font-size: 21px;
    margin-left: -104px;
    margin-top: 16px;
    position: absolute;
    text-decoration: inherit;
} */

.diagListContainer-row{
	float: left;
    width: 35%;
}

.diag-wrt-slt {
    border: 1px solid #a9a9a9;
    color: #000000 !important;
    float: left;
    font-size: 16px;
    height: 40px;
    padding: 5px 0 5px 10px;
    width: 98%;
}


.slct-an-optn-hd-main-nw{
	float:left;
	background-color:#ffffff;
}


.slct-an-optn-hd-1-nw{
	float: left;
    padding: 55px 3%;
    width: 94%;
}

.slct-optn-inpt-con-nw{
	float: left;
    width: 30%;
}

.arivd-logn-fname-nw{
	float: left;
    padding: 25px 10%;
    width: 80%;
}

.arivd-logn-dob-ssn-inpt-nw{
	width:calc(100% - 20px) !important;
}

.inpt-margn-right-nw{
	/* margin-right:10%; */
}

.frn-provdr-bx-nw{
	margin-right: 9.2%;
}

.exampl-psswrd-txt {
    /* color: #ff4c00; */
    color: #444444;
    float: left;
    font-size: 20px;
    margin: 10px 0px 10px -5px;
    /* padding-right: 10%; */
    width: 100%;
}

.exampl-key-txt{
	color: #ff4c00;
    float: left;
    font-size: 20px;
    margin: 1%;
    width: 90%;
}

.medgre-logo-bttn-pg{
    float: left;
    width: 50%;
    padding: 10px 5px 0px;
}

.middle-container-buttn-page{
    border-radius: 6px;
    float: left;
    padding: 40px 1%;
    width: 98%;
}

.chkin-demographi-btn{
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #7d7a76 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#7d7a76 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 0%,#7d7a76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#7d7a76',GradientType=0 ); /* IE6-9 */

	box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	border: 1px solid #aaa9a7;
	border-radius: 8px;
    /*border-radius: 10px;
    box-shadow: 0 0 10px -1px #8aa93b;*/
    float: left;
    padding: 2% 1%;
    width:calc(46% - 2px);
}

.chk-done-demo-btn{
	background: #d7eba4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7eba4 0%, #8aa93a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7eba4 0%,#8aa93a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7eba4 0%,#8aa93a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eba4', endColorstr='#8aa93a',GradientType=0 ); /* IE6-9 */

	border: 1px solid #9ab650;
}

.demo-btn-nm-clr{
	color: #5D631D !important;
}

.demographic-btn-img {
    float: left;
    width: 30%;
}

.demographic-btn-nm {
	color: #302e34;
	float: left;
	font-size:36px;
	font-weight: bold;
	margin-top: -8px;
	text-shadow: 1px 1px 1px #8e8e8e;
	width:calc(70% - 7px);
	margin-left: 7px;
}

.demo-bttn-mrgn{
	margin-bottom: 20px;
    margin-left:1%;
    margin-right:1%;
}

.demo-bttn-mrgn-insurnce{
	margin-right: 0.8%;
}

.demographic-btn-chk{
	background: #fefcea; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #fefcea 0%, #ffff00 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fefcea), color-stop(100%,#ffff00)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #fefcea 0%,#ffff00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #fefcea 0%,#ffff00 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #fefcea 0%,#ffff00 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #fefcea 0%,#ffff00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffff00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
    border-radius: 35px;
    box-shadow: 0 0 6px 2px #575757;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: -28px;
    padding: 5px 10px;
}

.demographic-btn-nm-dn {
    color: #5c621d;
    float: left;
    font-size: 36px;
    font-weight: bold;
    /*margin-top: 40px;*/
    text-shadow: 1px 1px 1px #5c621d;
    width: 65%;
	margin-top:-8px;
}

.alter-height-chosen .chzn-container-single .chzn-single{
    height: 30px !important;
	padding: 0 0 0 15px;
	color:#000000;
}

.alter-height-chosen .chzn-container-single .chzn-single span {
    display: block;
    font-size: 30px !important;
    margin-right: 75px;
    overflow: hidden;
    padding:8px 0 7px 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:15px !important;
}

.prefrncs-frm-containr-rw{
	float: left;
	margin-bottom: 20px;
	/* margin-left: 20px;
	margin-right: 1%; */
	width: calc(100% - 0px);
	padding: 0px 20px;
}

.prfrncs-wd-nw-1{
	width: calc(70% - 60px);
	float: left; 
	margin-left:1%;
	padding-left: 2%;
}

.chkin-required{
	color: red !important;
    float: left;
    font-size: 35px;
    margin-left: 0.5%;
    margin-top: -5px;
    width: 5%;
}

.chkn-mrk-inactv{
	float: left;
    margin-top: 15px;
    width: 45%;
}

.insu-pyr-slct-bx-wd-nw{
	float: left !important;
    width: 192px !important;
}

.insu-type-stct-bx-nw{
	float: left !important;
    width: 310px !important;
}

.clinicl-his-frm-cntanrr-rw{
	float: left;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	width: calc(100% - 0px);
}

.medcl-histry-onst-dt{
	/*float: left;
    font-size: 26px;
    margin: 3px 0 0;*/
}

.add-value-date-nw{
	float: left;

    margin: 10px 1%;
}

.social-frm-containr-rw-nw{
	float: left;
	margin: 0px 0px 0px 0px;
  width: calc(100% - 2px);
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f4ee;
  padding: 15px 15px;
}

.social-frm-heading-nw{
	color: #333;
    float: left;
    font-size:14px;
    margin: 3px 0 0;
    width: 100%;
}

.social-frm-inpt-bx-nw{
	border: 1px solid #a4dde3;
    color: #333;
    float: left;
    font-size:14px;
    height: 30px;
    padding-left: 1.5%;
    width: 78%;
}

.medicl-his-chk-bx-size-nw{
	transform: scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
}

.socl-alcohlic-type-nw{
    float: left;
    height: 42px;
    width: 31%;
}

.sx-act-no-partnr-nw {
    border: 1px solid #a9a9a9;
    color: #444444 !important;
    float: left;
    font-size:14px;
    height: 30px;
    padding-left: 1%;
    width: 23%;
}


.wd-clndr-inpt-nw{
	width:80%;
}

.done-button{
	width: 50%;
}

.upload-profile-icon {
    cursor: pointer;
    float: left;
    height: 55px;
    margin-right: 10px;
    margin-top:0px;
    padding-bottom: 0;
    width: 55px;
	border-radius: 30px;
}

.done-btn-ftr-snup-updt{
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

    border: 1px solid #d6aa71;
    box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #843B00;
	text-shadow: 0 1px #e3f1f1;
    float: right;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-top:2px;
    padding: 8px 11%;
    text-align: center;
	border-radius: 8px;
}

.demo-chkin-btn-headng{
	border-radius: 10px;
    color: #302e34;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    padding: 10px 1%;
    text-shadow: 1px 1px 1px #8e8e8e;
	width: 68%;
}

.insurnce-card-main {
    float: left;
    width: 100%;
}

.insu-card-upld-bx-nw{
	color: #333;
	font-size: 14px;
	height: 30px;
	padding:3px 5px 0px 3px;
	width: calc(100% - 10px);
	background-color: #fff;
}

.button-cancel {
	background: #ffffff none repeat scroll 0 0 !important;
	/* border: 1px solid #acacac !important; */
	border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	color: #1a1a1a !important;
	cursor: pointer;
	float: right;
	font-size: 18px !important;
	/* font-weight: bold !important; */
	padding: 7px 15px;
	text-align: center;
	width:130px;
}

.chknin-complte-btn{
	cursor: pointer;
    float: right;
    width: 12%;
}


.process-bar-main-con{
	float: left;
    margin-bottom: 15px;
    padding: 0 1%;
    width: 98%;
}

.process-bar-demograph-crcl{
	background-color: #ffffff;
    border: 3px solid #e6e7d9;
    border-radius: 45px;
    box-shadow: 0 0 0 3px #000000 inset;
    float: left;
    font-size:20px;
    font-weight: bold;
    padding: 9px 15px;
    position: relative;
    z-index: 1111;
}

.process-bar-demograph-btn{
	background: #50545b; /* Old browsers */
	background: -moz-linear-gradient(top,  #50545b 0%, #231e24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #50545b 0%,#231e24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #50545b 0%,#231e24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50545b', endColorstr='#231e24',GradientType=0 ); /* IE6-9 */

    color: #fff;
    float: left;
    font-size:13px;
    font-weight: bold;
    margin-left: -30px;
    margin-top: 5px;
    /* opacity: 0.5; */
	padding: 10px 0px 10px 35px;
	cursor: pointer;
	width: calc(100% - 54px);
}

.prefrncs-btn-main{
	float: left;
	margin-left: -15px;
	position: relative;
	z-index: 1;
	width: calc(25% + 10px);
}

.qslctd-bg-clr{
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #ededed 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #ededed 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #ededed 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 );
}

.process-bar-demograph-crcl-chk{
	background: #d7eba4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7eba4 0%, #8aa93a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7eba4 0%,#8aa93a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7eba4 0%,#8aa93a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eba4', endColorstr='#8aa93a',GradientType=0 ); /* IE6-9 */

    border: 4px solid #e6e7d9;
    border-radius: 45px;
    box-shadow: 0 0 0 4px #000000 inset;
    float: left;
    font-size:22px;
    font-weight: bold;
    padding:14px 23px;
    position: relative;
    z-index: 1111;
}

.bg-font-clr-btn{
	background: #c9dd96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9dd96 0%, #8aa93a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9dd96 0%,#8aa93a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9dd96 0%,#8aa93a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dd96', endColorstr='#8aa93a',GradientType=0 ); /* IE6-9 */

    color: #585e18;
    opacity: 1;
    text-shadow: 1px 1px 1px #ffffff;
}

.change-sctn-highlited{
	/* background-color: #e7f5cf;
    border: 1px solid #ff8800; */
    float: left;
    margin: 2px;
    padding: 5px 0;
	width: calc(100% - 4px);
}

.hdr-bg-clr-none{
	background-color: rgba(0, 0, 0, 0);
	box-shadow: unset;
	color: #333;
}

.patnt-name-chrt-age{
	font-size: 23px;
    font-weight: bold;
    margin-left: 15%;
    margin-top: 10px;
    width: 78%;
}

.chkin-page-headng{
	float: left;
	margin-top: 2px;
	width: 40%;
	text-shadow: 1px 1px 1px #fff;
	font-size: 27px;
}

.save-page-bttn-nw {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c9dd96 0%, #8aa93a 100%) repeat scroll 0 0;
    color: #323800;
    border: 1px solid #8aa93a;
    border-radius: 3px;
    box-shadow: 0 1px #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    float: right;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin: 0 3%;
    padding: 12px 7%;
    text-align: center;
    text-shadow: 0 1px #e3f1f1;
}

.form-edit-save-cncl-btn{
	/* border-top: 1px dotted; */
    float: right;
    margin: 0 0.7% 8px 0.5%;
    padding-top: 9px;
    width: 98.8%;
}

.insurnce-crd-upld-vw{
	border: 1px solid #f1f1f1;
  float: left;
  height: 180px;
  margin-top: 10px;
  width: calc(100% - 24px);
	background-color: #fff;
}

.button-submit {
	/* background: orange none repeat scroll 0 0;
	border: 1px solid orange;
	border-radius:5px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
	padding-top: 0px;
	text-align: center;
	text-shadow: unset;
	width:130px; */
	/* margin-top: 4px;
	margin-left: 1.5%; */
	/* margin: 10px 17px !important; */
	/* vertical-align: middle;
	line-height: 1.5; */
}

.login-mid-contanor{
    border-radius: 6px;
    float: left;
    width: 100%;
}

.chkin-insu-card-img{
	height: 180px;
    margin-left: 0;
    width: 100%;
}

.margin-top10{
	margin-top:10px;
}

.margin-top5{
	margin-top:5px;
}

.margin-top3{
	margin-top:3px;
}

.margin-top2{
	margin-top:2px;
}

.margin-top1{
	margin-top:1px;
}

input[type="text"], input[type="file"], input[type="password"], .first-value-patienInfo.custom-ch-flx > select, textarea, .note-bil-nw-accntr {
    -moz-appearance: none;
   /* background: #ffffff none repeat scroll 0 0; */
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
	padding: 8px 12px;
	width: 100%;
    /* box-shadow:0 2px 2px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
}

.chzn-container-single .chzn-default {
    color: #BFBFBF !important;
}

.insu-frm-hd-wd37{
	width:100%;
}

.spcial-diet-inpt{
	color: #333;
	font-size:13px;
	font-family: Arial;
	height: 62px;
	/* margin-left: 1%; */
	padding: 5px;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #e1e1e1;
	  background-color: #fff;
}

.control-subs-inpt-bx{
	color: #333;
    height: 40px;
    margin-left: 1%;
    padding: 5px 1%;
    width: 36%;
}

.control-subs-free-txt{
	color: #333;
    float: right;
    font-family: Arial;
    height: 72px;
    margin-left: 1%;
    margin-right: 7%;
    margin-top: 18px;
    padding: 5px 1%;
    width: 47%;
}

.diseases-free-txt {
    color: #333;
    float: left;
    font-family: Arial;
    height: 72px;
    /* margin-left: 1%;
    margin-right: 7.4%; */
    margin-top: 18px;
    padding: 5px 1%;
    width:94%;
}

.family-diseases-free-txt{
	color: #333;
    float: right;
    font-family: Arial;
    height: 72px;
    margin-left: 1%;
    margin-right: 1.8%;
    margin-top: 18px;
    padding: 5px 1%;
    width: 61%;
}

.disease-record-btn{
	/* clear: both; */
    float: right;
    margin-right:0px;
    margin-top:4px;
}
.family-data-reason-death-row{
	float: left;
    height: auto;
    width: 100%;
}

.chistry-inpt-new-wd{
	color: #333;
    padding-left: 18px;
    width: 23%;
}

.concnt-tittle-blk {
    float: left;
    font-size: 26px;
    /* font-weight: bold; */
    padding: 10px 15px;
    width: calc(100% - 30px);
	/* margin-left: 580px; */
	text-align:center;
}

.concnt-txt-blk {
    color: #333;
    float: left;
    /* *height: 362px; */
    line-height: 22px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px 15px 10px;
    width: calc(100% - 30px);
}

.consent-main-con {
    float: left;
    /* #height: 548px; */
    width: 100%;
}

.login-bdy{
	background-color:#feffe7;
	width: 100%;
	float: left;
	border-bottom: 1px solid #cfcfcf;
}

.login-bdy-lft {
    float: left;
    width: calc(50% - 1px);
}

.login-bdy-rt {
    float: left;
    width: calc(50% - 5px);
}
.chckn-helptext {
    font-size: 11px;
    margin-left: 5px;
    font-style: italic;
    color: #a1a1a1;
	/* float:right; */
}

.chckn-logn-hdng{
	margin:10px 0px -10px 25px;
	color: #ff4c00;
}

.chckn-lgn-sep {
    float: left;
    border-right: 1px solid #7dc9e2;
    height: 380px;
    margin-top: 47px;
    width: 1px;
}

.chckn-textarea{
	padding: 10px;
	width: 94%;
	height: 145px;
	resize: none;
	margin-bottom: 20px;
	font-size:24px;
}

#appointmentBlock .arivd-logn-fname-nw {
    float: left;
    padding:10px 10% 15px 10%;
    width: 80%;
}

.alter-height-chosen {
    /* float: left;
    width:74%; */
}

.gnrl-frst-col{
	width:100%;
}

.medicalblock .alter-height-chosen, .psh-block .alter-height-chosen {
	float: left;
    width: calc(74% - 0px);
}


#diseaseGridContent .frm-inpt-bx, #allDataSurgery .frm-inpt-bx{
	font-size:16px;
	height:28px;
}

#diseaseGridContent .chk-bx-nm {
    font-size: 16px;
}

.psh-block{
	border-bottom: 1px solid #9E9E9E;
	padding-bottom:10px;
}

.input-cross{
	float: right;
	font-size: 15px;
	font-weight: lighter;
	color: red;
	width: 10px;
	position: relative;
	top: 7px;
	right: 215px;
	cursor: pointer;
	margin-bottom: -20px;
}

.blk-cross{
	float:left;
	font-size:13px;
	/* font-weight: bold; */
	color: red;
	width: 10px;
	/* position: relative;
	top: 1px;
	right: 80px;
	margin-bottom: -35px;	*/
	cursor:pointer;
	
}

.lndscp-dob-inpt{
	padding: 25px 0% 25px 10%;
	width: 78%;
}
.lndscp-dob-inpt-fld{
	width: 95% !important;
}

.login-bdy .ui-datepicker-trigger{
	float: right;
	position: relative;
	top: -42px;
	right: 10px;
}

#buttonAtView .button-submit{
	padding-top: 6px;
	margin-bottom: 8px;
	font-size: 14px;
	margin-top: 9px;
}


.clear-left10{
	margin-left:10px;
}

.cnsnt-date {
    height: 26px;
    border: 1px solid #dadada;
    padding: 2px 6px;
    width: 350px;
}

.cnst-relatnshp {
    float: left;
    width: 250px;
    padding: 2px 4px;
    height: 30px;
}

.refrsh-bg{
	margin-left: 60px;
	background-color: #fff;
	padding-right: 8px;
}

.left-nav-tabs {
    float: left;
    width: 26%;
    position: fixed;
    border-right: 1px solid #a4dde3;
    background-color: #e3f6db;
    height: 500px;
    overflow: auto;
}

.tabs-rt-bdy {
	float: left;
	width: 100%;
	/* margin: 0px 6%; */
}

.rt-frame{
	float:left;
	width:100%;
}

.form-sb-hdng {
	float: left;
	padding:5px 0px;
	font-size: 16px;
	color: #333;
	width: calc(100% - 40px);
	/* background-color: #fff;
	box-shadow: -1px 0px 5px -1px #e1e1e1; */
}

.form-label {
    float: left;
    width: calc(100% - 0px);
    margin-bottom: 5px;
	color: #333;
	font-weight:normal;
	font-size: 14px;
	/* margin-left: 12px; */
}
.left-nav-tabs .active-tab{
	background-color: #feffe7;
	box-shadow: -12px 0px 10px -2px #a4dde3;
	border-top: 1px solid #a4dde3;
	border-bottom: 1px solid #a4dde3;
	border-left: 1px solid #a4dde3;
	margin-bottom: 2px;
	width: calc(100% - 13px);
	color: #46acb7;
	
	font-size: 19px;
	font-weight: normal;
}

.left-nav-tabs .active-tab .lft-clm-head-txt-1{
	text-shadow: 0px 0px 0px;
}

.ins-recrd-nwbtn{
	/* background-color: #ffa500; */
	background-color: #c89c4b;
	color: #fff;
	padding: 3px 15px;
	float: right;
	margin-bottom: 15px;
	margin-right: 25px;
}

#phyDiv .alter-height-chosen, #refPhyDiv .alter-height-chosen {
    float: left;
    width: 54%;
}

.clear-top5{
	margin-top:5px !important;
}

fieldset {
	border: 3px solid #f2f2f2;
	/* color: #333; */
	color: #0a8b9b;
	text-align: left;
	width: calc(100% - 40px);
	
    margin: auto;
	font-size: 13px;
	margin: 0px 20px 20px 20px;
	text-decoration: underline;
	float: left;
	padding:0 10px 20px 10px;
	background-color: #fafafa;
	word-break: break-word;
	/* box-shadow: 0px 0px 3px 1px #dadada; */
}

legend{
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 19px;
}

.primary-insu .frm-containr-rw{
	/* margin-left: 12px; */
}

#allDataSurgery .frm-heading{
font-size: 15px;
font-style:italic;color:#717171;
}

.ros-section{
	float:left;
	width:100%;
}

.ros-section .chk-bx-nm{
	width: 70%;
	margin-top:4px;
}

.slect-bx-wd{
	height: 30px;
	padding-top: 1px;
	background-color: #fff;
	width: calc(100% - 1px) !important;
	Padding-right:20px;
	font-size:13px;
	border: 1px solid #e1e1e1;
	color: #333;
	border-radius: 4px;
}

.payor-info-block {
    width: Calc(100% - 12px);
    border: 1px solid #a4dde3;
	border-bottom: 0px solid #a4dde3;
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #fff;
}

.payor-info-hdng {
    width: 100%;
    padding: 4px 0px;
    font-variant: small-caps;
    border-bottom: 1px solid #a4dde3;
}

.payor-priority-col, .payor-name-col, .payor-policy-col, .payor-actn-col{
    padding: 5px;
    width: calc(26% - 21px);
    border-right: 1px solid #a4dde3;
	border-bottom: 1px solid #a4dde3;
	text-align: left;
	color: #333;
}

.payor-actn-col{
	border-right: 0px solid #a4dde3;
}

.payor-info-rw {
    width: 100%;
    border-bottom: 1px solid #a4dde3;
}

.payor-info-rw:last-child{
	 border-bottom: 0px solid #a4dde3;
}

.payor-priority-col{
	 width: calc(16% - 21px);
}

.payor-actn-col a{
	color:#46acb7;
	text-decoration: underline !important;
}

.ins-active-tab{
	background-color: #ffe5c4;
	font-size:13px;
	font-weight:bold;
}

.alrgy-rsltng-sec {
	width: calc(99% - 40px);
	float: left;
	font-size: 14px;
	color: #666;
	margin-left: 1%;
}

.alrgy-rsltng-sec-left {
    float: left;
    width: 50%;
}

.alrgy-rsltng-sec-left .slect-bx-wd{
	width: calc(100% - 22px) !important;
	font-size:14px;
}

.done-check {
	padding: 1px 6px;
	background-color: #fff;
	border-radius: 16px;
	font-weight: bold;
	color: green;
	border: 1px solid #c5e1ba;
	margin-right: 10px;
	width: 13px;
	height: 22px;
	font-size: 16px;
}

#familyHistoryform .app-remndr-chkbx, #pastSurgicalHistoryBlock .app-remndr-chkbx{
	margin-top: 1px;
}


.clear-right{
	/* margin-right:5px; */
}

.clear-left{
	margin-left:10px;
}

.clear7{
	margin-top: 7px;
}

.wmn-wlns-radio{
	margin-top: 9px;
	font-size: 16px;
	color: #333;
}

#main-container header{
	position: sticky;
	top: 0px;
	z-index: 1001;
	background-color: #fff;
}

/* #main-container section{
position: absolute;
top: 133px;
} */

.main-container-right-section{
	width:calc(74% - 2px);
	position:relative; 
	smargin-left: 26%;
}

.left-nav-tabs .active-tab:first-child{
	margin-top:15px;
}

#smokingStatusBlock .ui-datepicker-trigger{
	margin-top: 22px;
}

#frmPrimaryInsuranceyDisEnblMode .ui-datepicker-trigger{
	margin-top: 22px;
}

* {
	box-sizing: border-box;
}

.row{
	padding-top:13px;
	
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	float: left;
 }
 @media (max-width:640px){
	[class*="col-"] {
	 float: none;
    }
	.password-wrapper, .input-group{
		margin-bottom: 0;
	}
	.mb10{
		margin-bottom: 10px !important;
	}
	.dob-wrapper img{
       width:26px;
	}
	.ui-datepicker-trigger{
    margin:0 !important
	}
	.hide-m{
		display: none !important;
	}
	.col-t-9{
		width: 100% !important;
		padding: 15px;
	}
	.logo img{
		height: 32px;
	}
 }

html {
	font-family: "Lucida Sans", sans-serif;
}

.header {
	background-color: #fffff7;
	/* background-color: #0a8b9b; */
	scolor: #ffffff;
	padding: 5px 10px 0px 10px;
	float:left;
	width:100%;
	/* border-bottom: 1px solid #f7f7ef; */
	border-bottom: 1px solid #fff;
	box-shadow: 1px 1px 10px 0px #dadada;
 
}
.main{
	width: 100%;
	margin: 0px auto;
	/* box-shadow: 0px 0px 30px #dadada; */
	/* height: 629px; */
	/* background-color: #f0f0fe; */
	/* background-color: #f9f9f9; */
	display: flex;
}

.footer {
	/* background-color: #0099cc; */
	/* color: #999;
	text-align: center;
	font-size: 12px;
	padding:5px 0px 5px 0px;
	float:left;
	width:100%;
	position: absolute;
  bottom: 0px; */
}



.done-check {
  padding: 0px 5px;
  background-color: #fff;
  border-radius: 16px;
  font-weight: bold;
  color: green;
  border: 1px solid #fff;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  float: left;
  margin-top: -3px;
 }

 .loginBoxActionSignin {
	  background: url("../images/doc/Medgre-Login-signin-button.png") repeat-x scroll 0 0 transparent;
	  border: 1px solid #fff;
  border-radius: 0px;
	  color: #FFFFFF;
	  cursor: pointer;
	  font-size: 14px;
	  font-weight: bold;
	  height: 31px;
	  margin-top: 2px;
	  text-align: center;
	  width: 133px;
	  background: #01b17f;
	  box-shadow: 0px 0px 5px 0px #b3aeae;
	  
  }

  .ui-datepicker-trigger{
  		/* padding:5px; */
  }

  .hide{
  	display:none;
  }

  .errorMsg{
	color:red;
	display:none;
	text-align:center;
  }

   #maskLayer {
     display: none;
     background-color:rgba(0, 0, 0, 0.3);
     position: fixed;
     left: 0;
     top: 0;
     z-index: 10;
     width: 100%;
     height: 100%;
     opacity: 0.23;
     z-index: 999;
     filter: alpha(opacity=20);
}

.loader .loader-body {
     background: none repeat scroll 0 0 rgba(107, 143, 71, 0.5);
     box-shadow: 0 0 7px 1px #bbbbbb;
     color: #78836c;
     float: left;
     font-family: Arial;
     font-size: 12px !important;
     left: 43%;
     padding: 7px;
     position: fixed;
     top: 43%;
     z-index: 100001;
}
 .loader .large .msg {
     background: url("../../images/doc/loader-new.gif") no-repeat scroll 6% 50% #ffffff;
     font-size: 17px;
     padding: 15px 20px 15px 50px;
}

/**********questionare section***************/

.form-dsclmr {
	float: left;
	width: 100%;
	text-align: justify;
	padding: 5px 12px;
	color: #888;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 20px;
}

.questnair-rslt-bdy {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dadada;
  color: #333;
}

.questnair-rslt-hdng {
	float: left;
	width: calc(100% - 30px);
	background: #f2f2f2;
	font-weight: bold;
	margin: 0px 15px 10px 15px;
}

.questnair-sn-col {
   float: left;
  padding: 5px 0px 5px 5px;
  margin-top: 4px;
  width: 25px;	
}

.questnair-frst-col {
    float: left;
    padding: 5px 40px 5px 5px;
	width: calc(48% - 20px);
    margin-top: 4px;
}
.questnair-othr-col {
	float: left;
	padding:9px 5px 5px 5px;
	width: 12%;
}
.questnair-scr-col {
    float: left;
    padding: 5px;
    margin-left: 18px;
}
.questnair-rslt-inr-bdy {
	float: left;
	width: 100%;
	min-height: 320px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.questnair-inr-bdy-rw {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	}
.qustnr-inpt {
	float: left;
	width: 35px;
	padding: 2px 5px;
	background-color:#fff;
	border: 1px solid #000;
	transform: scale(1.4);
}

.qustnr-rdio {
  float: left;
  margin: 0px 8px 0px 0px;
}

.questnair-totl-rw{
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	font-weight: bold;
	float: left;
	width: 100%;
}

.questnair-assmnt-col {
    float: left;
    width: calc(100% - 112px);
    margin: 7px 0px;
}

.qustnr-asmnt-area {
    float: left;
    width: 97%;
    padding: 5px;
    height: 250px;
}

.qstnr-tmplt-inpt-bx {
    float: left;
    padding: 2px 5px;
    width: 92%;
}

.qstnr-tmplt-lst {
    float: left;
    width: 99%;
    position: relative;
}

.qstnr-tmplt-inpt-ul{
	list-style: none;
	padding: 5px 0px;
	float: left;
	width: calc(100% - 2px);
	background: #fff;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 120px;
	min-height: 40px;
	position: absolute;
}

.qstnr-tmplt-lst-val {
	float: left;
	width: 97%;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px dotted #dadada;
}

.qstnr-button-row {
    float: left;
    width: 100%;
    border-top: 1px solid #dadada;
	padding: 7px 0px;
	
}

.qustnr-dtal-block {
    float: left;
    width: 100%;
    background-color: #feffe7;
    border-top: 1px solid #eff0d8;
    border-bottom: 1px solid #eff0d8;
    padding-bottom: 5px;
}

/************************Add this css in first column when form have five answers***********************/
.questnair-ffth-col{
	width:calc(20% - 25px) !important;
}

/************************END***********************/


/************************Add this css when user want to highlight the input field***********************/
.hshtg-lnk {
    padding: 10px 10px 8px 10px;
    color: #75bdbd;
    text-decoration: underline;
	cursor: pointer;
	width: max-content;
	font-size: 16px;
}

.qustnr-inpt-bg{
	background-color: #fdca6d;
	border: 1px solid #fff;
}

.assmnt-nt-rw-lft {
  float: left;
  width: 50%;
}

.assmnt-nt-lbl {
  width: 160px;
  padding-right: 15px;
  color: #111111;
}

.prgrs-vw-blk {
  padding: 0px 10px 10px 20px;
  color: #555555;
  font-size: 13px;
}

.cntnt-blk {
  padding: 5px 10px 0px 10px;
  color: #444;
  line-height: 20px;
  float: left;
  width:100%;
  font-size: 14px;
}

.assmnt-nt-val {
  width: calc(100% - 200px);
  color: #555555;
}

.left {
  float: left !important;
}


.clinicName {
  /* font-size: 30px;
  float: right;
  color:#565930;
 color:#00766a;
	max-width: 28%;
  min-width: 10%;
  margin: 9px 0px 10px 0px; */
}

.int-clnc-adr, .int-clnc-cnt {
  /* font-weight: normal;
  font-size: 14px;
   width: 100%;
   display: flex;
   margin:13px 0px -12px 0px; */
}

.clinic-logo-h {
  float: left;
  width: 20%;
  margin-top:2px;
}

.center{
	text-align:center;
}

.assmnt-nt-rw {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.med-label{
	color:#717171;
}
.goalLink{
	font-size:16px;
	color: #008aa0;
}

.fontsize14{
	font-size:14px;
}

.p-chart-grid-alt {
  background-color: #f7fbf3;
}

#needToCreateNoteBlock .assmnt-nt-rw{
	width: 100%;
  padding: 10px;
  margin-bottom:0px;
}

#needToCreateNoteBlock .cntnt-blk{
	padding-top:0px;
}

#goalDetailBlock{
	margin-top:15px;
	float:left;
	width:100%;
}

.orange{
	color:orange;
}

.italic{
	font-style:italic;
}

.ptname{
	margin: 10px;
}

.ptname-inpt{
	padding: 6px 6px;
	width: 130px;
	border: 1px solid #dadada;
}

.fontsize12{
	font-size:12px;
}

.fontsize13{
	font-size:13px;
}

.menu-item-hdng {
  float: left;
  margin: 20px 25px 15px 25px;
  width: calc(100% - 50px);
  text-align: center;
  color: #0a8b9b;
}

.int-tp-sec {
  /* background-color: #81a55a; */
  background-color: #0a8b9b;
  color: #fff;
  padding: 15px 0px;
}

.int-li-sec {
  float: left;
  width: 100%;
  padding-left: 0px;
  font-size: 14px;
   text-align: left;
}

.int-fstli-sec {
  float: left;
  width: 100%;
}


.int-li-sec .demoLeftIdentity {
  list-style: none;
  /* float: left; */
  width: 48%;
  text-align: left;
  margin-bottom: 7px;
  display:inline-block;
  padding-left: 20px;
}

.int-li-sec .done-check {
  padding: 0px 4px;
  background-color: #fff;
  border-radius: 16px;
  font-weight: bold;
  color: green;
  border: 1px solid #81a55a;
  margin:0px 10px 0px 0px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  float: left;
}

.int-menu-blk{
	margin:0px 20%;
	width:60%;
}

.dsk-hide{
	display:none;
}

.int-scrn-frm-vals{
	width:66px;height:20px;border:1px solid;margin-left:0px;float:left;
}

.int-lgn-nm{
	float:left;
	color: #208646;
  font-size: 17px;
  font-weight: bolder;
}

.dsk-align{
	margin-top: -25px;
}

#leftPanelId {
	/* background-color: #197d76; */
	/* background-color:#024750; */
	/* border-right: 1px solid #fbfbfb; */
	font-size: 15px;
	background-color: #fff;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
	position: relative;
	box-shadow:rgba(0, 0, 0, 0.06) 1.95px 1.95px 2.6px;
	width: 256px;
	padding: 16px;
	
}

.int-scrng-frm .questnair-frst-col{
	width: calc(100% - 40px);
}

.clear5 {
  margin-top: 5px;
}

.intk-scrng-chld-rw {
  border-bottom: 1px dotted #fde6c2;
  padding-bottom: 15px;
}

.int-scrng-frm .frm-inpt-bx{
	width: calc(86% - 36px);
	margin-left: 14px;
}

.bold{
	font-weight:bold;
}

.int-tmrs-area {
  height: 66px;
  font-size: 13px;
  padding: 5px;
  font-family: Arial;
}

.flex-sec{
	display:flex;
}
.grid-sec{
	display:grid;
}

.cc-main-scrn-bdy {
	float: left;
	width: 100%;
}
.cc-saved-crds-blk {
	float: left;
	width: 100%;
}
.cc-saved-crds-blk-rw {
	float: left;
	width: calc(100% - 30px);
	font-size: 13px;
	margin: 0px 15px 13px 15px;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	padding-top: 10px;
}
.cc-saved-crds-blk-rw-lt {
	float: left;
	width: 70%;
}
.cc-saved-crds-blk-rw-rt {
	float: left;
	width: 30%;
}
.cc-saved-crds-blk-rw-lt-rw {
	float: left;
	width: 100%;
}
.cc-type {
	float: left;
	width: auto;
	margin-right: 10px;
}
.cc-nickname {
	float: left;
	min-width: 10%;
	margin-right: 10px;
	/* border-right: 1px solid orange; */
}
.cc-deflt, .cc-authrize, .unauth {
	background-color: #fb8145;
	color: #fff;
	padding: 1px 5px;
	margin: 3px 30px 0px 15px;
	float: left;
	font-size: 11px;
	border-radius: 10px;
	font-weight: bold;
}

.cc-authrize {
	background-color:#01cf01;
}

.unauth {
	background-color:#dadada;
}

.cc-actn-lnk {
  color: #48908c;
  cursor:pointer;
}
.disabled {
  color: #aaa;
  cursor:none;
}

.intcol-1{
	width:33.33%;
}

.social-frm-containr-rw-nw .intcol-1 {
  width: 28.33%;
  margin-right: 5%;
}


.intcol-2{
	width:50%;
}

.col-t-12{
	color:#333;
	font-size:14px;
}

.clear-top10{
	margin-top:10px;
}

.social-frm-lbl {
  float: left;
  width: 100%;
  margin-top: 8px;
}

.social-frm-val {
  float: left;
  width: 100%;
}

.int-scol3 {
  width: 45%;
  margin-right: 5%;
}

.margin0{
	margin:0px;
}

.grid-alt{
	/* background-color: #f7fbf3; */
	background-color: #fff;
}

.int-hm-chk-wd{
	width:20px;
}

.int-hm-1st-col{
	float: left;
	width: calc(48% - 50px);
	margin-right: 50px;
}

.int-hm-2nd-col{
	float: left;
	width: calc(48% - 50px);
	margin-left: 50px;
}

.int-hm-dt-inpt{
	width:60%;
	padding-left:6px;
}

.payHiddenFields{
	/*display:none;*/
}

.intentPhd{
	font-style:italic;
}

.left-top-item-non-cl{
	cursor: default !important;
    /* background-color: rebeccapurple !important; */
}

.acceptConsent{
	width:20px !important;
}

.questnair-inr-bdy-rw span:has(input[type="radio"]:checked:disabled) {
  color: red !important;
}

.questnair-inr-bdy-rw span:has(input[type="checkbox"]:checked:disabled) {
  color: red !important;
}

.score-inpt{
	transform: unset;
	margin: -3px 0px 0px 8px;
	text-align: center;
	border: 1px solid #9d9d9d;
	width: 28px;
	padding: 0px 5px;
	height: 24px;
}

#labresFormBsd .questnair-frst-col{
	width: calc(35% - 20px);
}

#labresFormBsd .questnair-othr-col{
	width: 16%;
}

#labresFormBsd .qustnr-rdio {
  float: left;
  margin: 1px 1px 0px 0px;
}

#paymentIntentForm {
  margin: 0px 15px;
}

#paymentIntentForm .questnair-sn-col{
	width: 0px;
}

#addCardContainer .frm-inpt-bx {
  width: calc(100% - 29px);
  margin-left: 14px;
  border: 1px solid #e9e9e9 !important;
  height: 45px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding-left: 14px;
  transition: all 0.1s ease-in-out 0s;
}

#addCardContainer .frm-inpt-bx:focus {
	border:1px solid #93b5cf   !important;
	border-radius: 6px;
	outline:4px solid #bad6ec;
	 transition:all 0.1s ease-in-out 0s;
}


#addCardContainer .intk-scrng-chld-rw{
	border-bottom: 0px dotted #fde6c2;
	padding-bottom: 10px;

}


#formContainerId fieldset{
	margin-top:25px;
}

#formContainerId .cc-saved-crds-blk-rw{
	margin-right: 35px !important;
}


#addMorecardDiv{
	background-color: #ffecc9;
	color: #333;
	margin: 0px 25%;
	width: 50%;
	border-radius: 10px;
	border: 1px solid #ffecc9;
	text-align: center;
	padding: 10px 0px;
}

#cardAuthDiv .cc-acpt-agrmnt{
	text-align: justify;
	margin: 20px 0px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.2px;
}

.flex-grid{
	display:flex;
}

#customForm fieldset{
	line-height: 21px;
	background-color: #fff;
	letter-spacing: 0.3px;
}
	
	
#customForm	.frm-inpt-bx{
	margin-bottom:10px;
	width: calc(85% - 12px);
}

#customForm .questnair-sn-col{
	width: 25px;
  font-size: 14px;
  padding-right: 0px !important;
}

#customForm .scrng-ans{
	font-size:14px;
}

.pharmacy-serch-main-con {
	width: 60%;
	top: 3900px;
	left: 20%;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	position: absolute;
	box-sizing: border-box;
	font-size: 13px;
	z-index: 1006;
}

.pharmacy-serch-main-hdr {
  padding: 7px 15px;
  width: calc(100% - 30px);
  color: #1ab3a2;
  font-weight: bold;
}

.hdr-close {
  float: right;
}
.pharmacy-serch-main-bdy {
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.pharmacy-serch-main-ftr {
  width: calc(100% - 30px);
  padding: 7px 15px;
}

.phrmcy-srch-bdy-rw {
  width: 100%;
  padding:6px 0px 7px 0px;
}
.phrmcy-lbl {
  width: 80px;
  float: left;
  margin: 5px 0px 0px 15px;
}
.phrmcy-val {
  float: left;
  width: calc(100% - 110px);
}
.phrmcy-srch-bdy-chldrw {
  width: 50%;
}

.phrmcy-inpt {
  float: left;
  padding-left: 6px;
  border: 1px solid #dadada !important;
  width: calc(100% - 8px);
  height:25px !important;
}

.phrmcy-srch-bdy-chldrw1 {
  width: 19%;
}

.phrmcy-srch-bdy-chldrw1 .phrmcy-lbl {
	width: 45px;
}

.phrmcy-srch-bdy-chldrw1 .phrmcy-val {
	 width: calc(100% - 75px);
}

.pharmacy-rwslt-sec {
  width: 100%;
}

.pharmacy-rwslt-sec-hdr {
  padding: 7px 0px 7px 0px;
  background-color: #e4e6e9;
  width: calc(100% - 0px);
}

.rwslt-sec-hdng {
  margin-left: 15px;
  width: calc(32% - 15px);
}

.pharmacy-rwslt-sec .phm-col2{
	width: calc(32% - 15px);
}

.pharmacy-rwslt-sec .phm-col3{
	width: calc(12% - 15px);
}

.pharmacy-rwslt-sec-bdy {
  width: calc(100% - 0px);
  padding: 7px 0px 7px 0px;
}

.pharmacy-rwslt-sec-rw {
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px dotted #c7c7c7;
  line-height: 21px;
}

.pharmacy-serch-sec {
  background-color: #fafcff;
}

.p-alt-rw{
	background-color: #fafcff;
}

.resp-hdng2{
	display:none;
}

@media only screen and (orientation:portrait){
   /* portrait styles here */
 .main-container {
		width:768px !important;
		min-height:1090px !important;
   }
	.middle-container {
		height:auto !important;
   }
   .mid-con-colom-2{
		min-height:1030px !important;
   }
	.clm-2-frm-containr{
		min-height: 887px !important;
	}
	.home-change-password-main{
		left:120px !important;
		top:430px !important;
	}

	.medgre-logo-login {
		Padding-bottom:25px !important;
   } 
   
   .selection-button {
		padding: 7% 17% !important;
	}
   
  .medgre-logo-login-set-pass{
		Padding-bottom:350px !important;
	}
	
	.frst-nm-head {
		font-size: 35px !important;
		width: 33% !important;
	}
	
	.calndr-img1 {
		padding-left: 1% !important;
		padding-right: 1% !important;
	}
	
	.inpt-margn-right-nw{
		margin-right: 8.3% !important;
	}
	
	.frn-provdr-bx-nw{
		margin-right: 9.5% !important;
	}
	
	.checkin-bttn-hgt-wd{
		width:50%;
	}
	
	.demographic-btn-img {
		width: 28% !important;
	}
	
	.demographic-btn-nm {
		font-size: 52px !important;
		/*margin-top: 42px !important;*/
	}
	
	.chkin-demographi-btn {
		width: 95.8% !important;
	}
	
	.demo-bttn-mrgn{
		margin-right:1.2% !important;
		margin-bottom: 20px !important;
	}
	
	.demo-bttn-mrgn-insurnce{
		margin-right: 1.2% !important;
	}
	
	.middle-container-buttn-page{
		padding: 50px 1% !important;
	}
	
	.demographic-btn-chk {
		margin-top: -28px !important;
		padding: 1px 6px !important;
	}
	
	.demographic-btn-nm-dn {
		font-size: 60px !important;
		margin-top: 40px !important;
	}
	
	.wd-nw-1 {
		width: 78% !important;
	}
	
	.slct-bx-pad-wd{
		 /* width:400px !important; */
	}
	
	.chknin-complte-btn{
		width: 55% !important;
	}

}
@media(max-width: 767px){
	#meduPar{
		float: left;
		position: fixed !important;
		left: 0px !important;
		background-color: #509e33;
		opacity: 0.95;
		height: 100vh !important;
		overflow: hidden;
		z-index: 2;
		/* top:70px !important; */
	}
}

@media only screen and (max-width: 1200px){
	
.clinicName{
	font-size:16px;
	margin-bottom:0px;
	font-weight:bold;
	width:21%;
	margin-top: 0px;
}

.int-clnc-adr, .int-clnc-cnt {
    font-weight: normal;
    font-size: 10px;
}

.clinic-logo-h {
    float: left;
    width: 25%;
	margin-top:5px;
}

.int-menu-blk{
	margin:0px 20%;
	width:60%;
}

.col-t-10 {
    font-size:15px;
	color:#333;
  }
  
  .dropbtn {
		background-color: #509e33;
		color: white;
		padding: 0px 1px 3px 0px;
		font-size: 29px;
		border: none;
		cursor: pointer;
		width: 13%;
		top: 98px;
		position: absolute;
		left: 0px;
		font-weight: bold;
	}

	#meduPar{
		float: left;
		position: absolute;
		top: 127px;
		left: 0px;
		width:60%;
		background-color: #509e33;
		opacity: 0.95;
		height: 535px;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 2;;
	}
	
	.intcol-1{
	width:100%;
	margin-bottom: 10px;
}

.social-frm-containr-rw-nw	.intcol-1{
	width:100%;
	}

	.intcol-2{
	width:100%;
}

.int-scol3 {
  width: 100%;
}

.phrmcy-srch-bdy-chldrw1{
	  width: 50% !important;
	  padding-bottom: 11px;
}

.phrmcy-lbl{
	width:85px!important;
}

.phrmcy-val{
	width:calc(100% - 115px)!important;
}

.resp-colr{
	color:#717171;
}

.resp-hdng{
	display:none;
}

.resp-hdng2{
	display:block;
}

.resp-val{
	width:100% !important;
}


}


@media only screen and (max-width: 1024px){
	
.clinicName{
	font-size:15px;
	margin-top:0px;
	font-weight:bold;
	width:31%;	
	line-height: 1.1;
}

.int-li-sec {
  font-size: 12px;
}	

.int-clinic-nm{
	display:flex;
	font-size:16px;
	margin-bottom: 5px;
}


.int-clnc-adr, .int-clnc-cnt {
    font-weight: normal;
    font-size: 10px;
}

.clinic-logo-h {
    float: left;
    width: 14%;
	margin-top:5px;
}

.int-menu-blk{
	margin:0px;
	width:100%;
}
	
img.log-img{
	width: 100%;
}

fieldset {
	font-size: 12px;
}

.ui-datepicker-trigger {
  /* padding: 5px; */
  margin: -9px 0px 0px 0px;
}
 .scl-lst-usd .ui-datepicker-trigger {
    padding: 5px 0px 5px 5px;
	margin: -9px 0px 0px 0px;
 }

.input-cross{
	font-size: 14px;
	top: 10px;
    right: 115px;
}

.col-t-10 {
    font-size:15px;
  }

.assmnt-nt-rw{
	font-size:13px;
}

.slct-bx-pad-wd{
	/* width:293px; */
}

.main {
  width: 100%;
  margin: 0px auto;
}

.tabs-rt-bdy {
  float: left;
  width: 96%;
  margin: 0px 2%;
}
.assmnt-nt-lbl {
  width: calc(100% - 15px);
  font-weight:bold;

}

.assmnt-nt-val {
  width: 100%;
}

.bold{
	font-weight:bold;
}

.dropbtn {
		background-color: #509e33;
		color: white;
		padding: 0px 1px 3px 0px;
		font-size: 29px;
		border: none;
		cursor: pointer;
		width: 13%;
		top: 98px;
		position: absolute;
		left: 0px;
		font-weight: bold;
	}

	#meduPar{
		float: left;
		position: absolute;
		top: 90px;
		left: 0px;
		width:230px;
		background-color: #fff;
		opacity: 1;
		height: 535px;
		overflow-y: scroll;
		overflow-x: hidden;
		box-shadow: rgba(0, 0, 0, 0.07) 1.95px 1.95px 2.6px
	}
	.profile-dropdown a{
		color: #000;
	}

.tp-body{
	height:500px;
	overflow-x:hidden;
	overflow-y:auto;
}

.footer {
	font-size:9px;
}

.dsk-align {
  margin-top: 0px;
}

.int-lgn-nm{
	margin-top: 6px;
	font-size: 12px;
}

.col-t-3 {
    width: 22%;
}

 .col-t-9 {
    width: 78%;
 }
 
 .menu li{
	 font-size:14px;
	 font-weight:normal;
 }
 
 .int-hm-dt-inpt {
  width: 69%;
 }
 
 .int-hm-2nd-col {
  float: left;
  width: calc(50% - 17px);
  margin-left: 0px;
}

.int-hm-1st-col {
  float: left;
  width: calc(50% - 14px);
  margin-right: 0px;
}

.phrmcy-srch-bdy-chldrw, .phrmcy-lbl, .phrmcy-val, .phrmcy-srch-bdy-chldrw1{
	width:100% !important;
}

.phrmcy-val {
    padding: 0px 15px;
    margin-bottom: 5px;
	width: calc(100% - 30px);
  }
  
.resp-colr{
	color:#717171;
}

.resp-hdng{
	display:none;
}

.resp-hdng2{
	display:block;
}

.resp-val{
	width:100% !important;
}

 }

@media only screen and (min-width: 768px) {

  /* For desktop: */
	.col-0 {width: 0%;}
	.col-1 {width: 8.33%; padding:5px;}
	.col-2 {width: 16.66%; padding:5px;}
	.col-3 {width: 25%; padding:0px;}
	.col-4 {width: 33.33%; padding:5px;}
	.col-5 {width: 41.66%; padding:5px;}
	.col-6 {width: 50%; padding:5px;}
	.col-7 {width: 58.33%; padding:5px;}
	.col-8 {width: 66.66%; padding:5px;}
	.col-9 {width: 75%; padding:0px }
	.col-10 {width: 83.33%; padding:5px;}
	.col-11 {width: 91.66%; padding:5px;}
	.col-12 {width: 100%; qpadding:5px;}
	.ralign{
		text-align:right;
	}


	.menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.menu li {
		padding: 12px 16px;
        border-radius: 5px;
		/* background-color: #33b5e5; */
		
		/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
		transition: all .2s ease;
		display: flex;
		align-items: center;
		gap:5px;
		color:#5C6572;
		line-height: 1.45;
	}
	.menu li svg{
	opacity:.65;	
    width: 29px;
    padding-right: 11px;
		
	}

	.menu li:hover {
		background-color: #f7f7f7;
		cursor:pointer;
	}

	.hide-l{
		display:none;
	}

	.button-center{
		width:9%;
		margin:auto;
	}

}


/* For mobile phones: */
@media only screen and (min-width: 600px) {
	 
  /* For tablets: */
	.col-t-0 {width: 0%;}
	.col-t-1 {width: 8.33%; padding:5px;}
	.col-t-2 {width: 16.66%; padding:5px;}
	.col-t-3 {width: 17%; padding:10px 24px;min-height: 100vh;}
	.col-t-4 {width: 33.33%; padding:5px;}
	.col-t-5 {width: 41.66%; padding:5px;}
	.col-t-6 {width: 50%; padding:5px; margin-left:25%;}
	.col-t-7 {width: 58.33%; padding:5px;}
	.col-t-8 {width: 66.66%; padding:5px;}
	.col-t-9 {width: 81%; padding:24px;}
	.col-t-10 {width: 83.33%; padding:7px;}
	.col-t-11 {width: 91.66%; padding:5px;}
	.col-t-12 {width: 100%; margin-bottom: 0px;
	.ralign{
		text-align:right;
	}
	
	.menu-t ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	.menu-t li {
		padding: 8px;
		margin-bottom: 10px;
		background-color: #00766a;
		/* background-color: #024750; */
	 	/* color: #8d8d8d; */
	 	color: #fff;
		/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  */
		/* box-shadow:1px 1px 5px #001d21;  */
		/* border-bottom: 1px dotted #e6ddc9;*/
		border-radius: 5px;
    margin: 5px;
	}

	.menu-t li:hover {
		background-color: #0099cc;
		cursor:pointer;
		color: #fff;
	}

	.hide-t{
		display:none;
	 }

	 .button-center-t{
		width:15%;
		margin:auto;
	}
}

@media only screen and (max-width: 600px) {
	
.clinic-logo-h {
	float: left;
	width: 26%;
	margin-top: 5px;
}

.clinicName{
	font-size:14px;
	margin-top:0px;
	font-weight:bold;
	width: 50%;
	margin:0px 0px 3px 0px;
}

.int-clinic-nm{
	display:flex;
	font-size:15px;
}


.int-clnc-adr, .int-clnc-cnt {
    font-weight: normal;
    font-size: 9px;
	text-align: left;
}

.int-li-sec {
  font-size: 14px;
}

fieldset {
	font-size: 14px;
}

.ui-datepicker-trigger {
  padding: 5px;
  margin: -9px 0px 0px 0px;
}

#healthMaintenanceblock .ui-datepicker-trigger {
  padding: 5px;
  margin: 0px 0px 0px 0px;
  width:20%;
}

.scl-lst-usd .ui-datepicker-trigger {
  padding: 5px 0px 5px 5px;
  margin: -8px 0px 0px 0px;
}

.input-cross{
	font-size: 14px;
	top: -28px;
    right: 55px;
}

.checkin-logout{
	height: 22px;
    width: 25px;
    margin-right: 10px;
    margin-top: -7px;
}

.dsk-align {
  margin-top:2px;
}

	.col-m-1 {width: 8.33%; padding:2px;}
	.col-m-2 {width: 16.66%;}
	.col-m-3 {width: 25%;}
	.col-m-4 {width: 33.33%;}
	.col-m-5 {width: 41.66%;}
	.col-m-6 {width: 50%;}
	.col-m-7 {width: 58.33%;}
	.col-m-8 {width: 66.66%;}
	.col-m-9 {width: 75%;}
	.col-m-10 {width: 83.33%; padding:7px;}
	.col-m-11 {width: 91.66%; padding:5px; }
	.col-m-12 {width: 100%;font-size: 14px; }
	/* .text-align:{left;} */

	.hide-m {display:none;}

	
	.dropbtn {
		/* background-color: #81a55a; */
		background-color:#024750;
		color: white;
		padding: 0px 1px 3px 0px;
		font-size: 24px;
		border: none;
		cursor: pointer;
		width: 11%;
		top: 76px;
		position: absolute;
		left: 0px;
		font-weight: bold;
	}

	#meduPar{
		float: left;
		position: absolute;
		top: 110px;
		left: 0px;
		width:60%;
		/* background-color: #81a55a; */
		background-color: #024750;
		opacity: 0.9;
		height: 535px;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 10;
	}


	.menu-m ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	.menu-m li {
		padding: 8px;
		border-bottom: 1px solid #00282d;
		/* background-color: #33b5e5; */
		border-top: 1px solid #005f6a;
		/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
		color: #fff;
		font-size: 13px;
	
	}

	.menu-m li:hover {
		background-color: #0099cc;
		cursor:pointer;
	}

	.button-center-m{
		width:45%;
		margin:auto;
		padding-bottom: 13px;
	}
	
	.form-label, .frm-heading{
		font-size: 14px;
	}
	
	.frm-inpt-bx{
		font-size: 13px;
		height: 28px;
	}
	.main{
		/* height: 600px; */
    overflow-y: scroll;
    overflow-x: hidden;
	/* background-color: #f9f9f9; */
	height: 100vh;
	}

.main .row{
	width:100%;
	margin:0px auto;
}

.main .row .col-12{
	width:100%;
}

	.tabs-rt-bdy {
    float: left;
    width: 100%;
	margin:0px;
  }
  
  .questnair-frst-col {
	  float: left;
	  padding: 1px 5px 5px 5px;
	  width: calc(100% - 30px) !important;
	  margin-top: 4px;
	}
	
	.mview-hide{
	  display:none;
  }
  
  .questnair-othr-col {
	float: left;
	padding: 5px;
	width: 100% !important;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}

.intk-scrng-tp-rw {
  float: left;
  width: 100%;
  color: #333;
}

.int-scrng-lbls {
  margin-top: 5px;
  float: left;
}

.dsk-hide{
	display:block;
}

.intcol-1{
	width:100%;
	margin-bottom: 10px;
}

.intcol-2{
	width:100%;
}

.int-scol3 {
  width: 100%;
} 

.int-lgn-nm{
	margin-top: 0px;
}

.header {
  background-color: #0a8b9b;
  /* background-color: #fffff7; */
}

.flex-grid{
	display:grid !important;
}

.int-li-sec .demoLeftIdentity{
	width: 48%;
	margin-bottom: 15px;
}

.pharmacy-serch-main-con {
	width: 90%;
	top: 200px;
	left:5%;
}

.phrmcy-srch-bdy-chldrw, .phrmcy-lbl, .phrmcy-val, .phrmcy-srch-bdy-chldrw1{
	width:100% !important;
}

.phrmcy-val{
	padding: 0px 15px;
	margin-bottom:5px;
}

.resp-colr{
	color:#717171;
}


.pharmacy-serch-main-ftr {
  width: 100%;
  padding: 0px 15px 7px 15px;
}

.resp-hdng{
	display:none;
}

.resp-hdng2{
	display:block;
}

.resp-val{
	width:100% !important;
}

}
}

.header-left {
  width: 40%;
}

.width50-p {
  width: 50%;
}