@font-face {
font-family: "Brown-Bold";
src: url("../font/Brown/Brown-Bold.eot");
src: url("../font/Brown/Brown-Bold.woff") format("woff"),
url("../font/Brown/Brown-Bold.otf") format("opentype"),
url("../font/Brown/Brown-Bold.svg#filename") format("svg");
}
@font-face {
font-family: "Brown-Regular";
src: url("../font/Brown/Brown-Regular.eot");
src: url("../font/Brown/Brown-Regular.woff") format("woff"),
url("../font/Brown/Brown-Regular.otf") format("opentype"),
url("../font/Brown/Brown-Regular.svg#filename") format("svg");
}
a{
	color:#61BAFF;
	text-decoration: none;
}
a:hover , a:visited , a:focus{
	color:#2B9FFA ;
	text-decoration: none;
}
body {
 background-image: url("../images/newImages/background.jpg");
 background-size: 100%;
 font-family:Brown-Regular;
}
.paddingbody {
    padding: 20px 0;
}
.btn-default{
	background-color:#61BAFF;
	color:#FFFFFF !important;
	font-family:Brown-Regular;
	font-size:18px;
	color: white; 
	padding: 14px 20px; 
	margin: 8px 0; 
	border: none; 
	cursor: pointer; 
	width: 100%; 
	border-radius: 5px;
	margin-top: 22px;
}

.btn-small{
	background-color:#61BAFF;
	color:#FFFFFF !important;
	font-family:Brown-Regular;
	font-size:18px;
	color: white; 
	padding: 14px 20px; 
	margin: 8px 0; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px;
	margin-top: 22px;
}
.karma-logo{
	width: 184px;
}
.form-heading{
	color:#121212;
	font-family:Brown-Bold;
	font-size:36px;
	align:left;
}
.form-sub-heading{
	color:#121212;
	font-family:Brown-Regular;
	font-size:16px;
	align:left;
}
label {  
  	margin-bottom: 0rem !important; 
}
label b{  
	color:#121212;
	font-family:Brown-Regular;
	font-size:18px;
	font-weight: normal;
}
.text-2{
	color:#303030;
	font-family:Brown-Bold;
	font-size:16px;
	align:left;
}
.text-1{
	color:#303030;
	font-family:Brown-Regular;
	font-size:16px;
	align:left;
}
.other-links p{
	margin: 8px 0;
}
.form-footer {
	padding:20px 0;
}
.form-footer p ,.form-footer a{
	color:#212121;
	font-family:Brown-Regular;
	font-size:16px;
	margin: 0;
}
.or {
    position: absolute;
    left: 49%;
    right: 48%;
    top: 50%;
    font-family:Brown-Regular;
}
.relative{
	position: relative;
}
.error p {
	color: red;
    font-size: 14px;
    text-align: center;
}
.error-empty{
	border: 1px solid red !important;
}
.btn-small-sec {
    background-color: #fff;
    color: #61BAFF !important;
    font-family: Brown-Regular;
    font-size: 18px;
    color: white;
    padding: 14px 20px !important;
    margin: 8px 0;
    border: 1px solid #61BAFF;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 22px;
}
.btn-small-th {
	background-color: #fff;
    color: #303030 !important;
    font-family: Brown-Regular;
    font-size: 16px;
    color: white;
    padding: 11px 20px;
    margin: 8px 0;
    border: 1px solid #303030;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    display: block;
}
.position-right-ab{
    position: absolute;
    right: 4%;
    display: inline-block;
    top: 0px;
    float: right;
}
#openModal h2 {
    text-align: center;
    color: #303030;
    font-family: Brown-bold;
    font-size: 22px;
    padding: 20px 0;
}
#confirmBox , #retryBox , #cssmenu ul{
display:none;
}
.selectize-input.items.not-full.has-options {
    padding: 14px 10px;
    margin: 0;
    height: unset;
}
textarea#pat_comments1 {
    height: 140px;
}
div#symptomsTable .plus-icon {
    margin-top: 10px;
}
img#deleteIcon_symptoms {
    margin-top: 10px;
}
.modalDialog > div {
    width: unset !important;
    background: #fff !important;
    padding: 20px !important;
}
#upload #cancel {
    margin: 0 14px 0 0 !important;
    width: unset !important;
}
#openModal #reportButtonDiv {
    margin-right: 10px;
}
.snackbar-container.snackbar-pos.top-left {
    display: none;
}
	/*assign full width inputs*/ 
	
	input[type=text], input[type=password], input[type=date], 
	input[type=number], input[type=tel], select , textarea{
    width: 100%;
    padding: 12px 20px !important;
    margin: 8px 0 !important;
    display: inline-block ;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    background: #fff !important;
}
.plus-icon{
	background: #3c3c3c;
    padding: 5px;
    border-radius: 50%;
}
.sub-heading-l {
    margin-top: 35px;
}
.sub-heading-f {
    margin-bottom: 20px;
}
div#symptomsTable .row {
    margin-bottom: 12px;
}
.padding-bottom-40{
	padding-bottom: 40px;
}
	
	/* set a hover effect for the button*/ 
	
	.btn-default:hover , .btn-small:hover { 
		background: #2B9FFA;
	} 
	/*set extra style for the cancel button*/ 
	
	.cancelbtn { 
		width: auto; 
		padding: 10px 18px; 
		background-color: #f44336; 
	} 
	/*centre the display image inside the container*/ 
	
	.imgcontainer { 
		text-align: center; 
		margin: 24px 0 12px 0; 
	} 
	@media screen and (max-width: 540px) { 
	.logout {
     	position: unset;
   		display: inline-block;
    	float: right;
    	padding-right: 20px;
		}
	}
	@media screen and (max-width: 300px) { 
		span.psw { 
			display: block; 
			float: none; 
		} 
		.cancelbtn { 
			width: 100%; 
		} 
	} 
div#spinner
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #cccccc;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	cursor: wait;

}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #c1c6c6;
	background: url("../images/page-loader.gif") no-repeat center;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	cursor: wait;
}
.modalDialog {
	position: fixed;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;}

.modal-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

.modal-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.selectize-dropdown, .selectize-input, .selectize-input {
  line-height: 14px;
}


#confirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#confirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}


#cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#confirmBox
{
	
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
	z-index: 99999;
	border-radius: 10px;
	background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
	right: 0 !important;
	margin: 0 auto !important;
	top: 25%;
}
#confirmBox .message
{
    text-align: center;
    margin: 8px;
}

#confirmBox:target, #confirmBox:target + #cover{ display:block; opacity:2; }

@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }

.blink {
   text-decoration:blink;

  -webkit-animation-name:blinker;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:1s;
}

#speedConfirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#speedConfirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#speedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#speedConfirmBox
{
    
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#speedConfirmBox #speedMessage
{
    text-align: center;
    margin: 8px;
}

#speedConfirmBox:target, #speedConfirmBox:target + #speedCover{ display:block; opacity:2; }


**********************

#doctorallocationConfirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#doctorallocationConfirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#doctorspeedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#doctorallocationConfirmBox
{
    
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#doctorallocationConfirmBox #doctorallocationspeedMessage
{
    text-align: center;
    margin: 8px;
}

#doctorallocationConfirmBox:target, #doctorallocationConfirmBox:target + #doctorspeedCover{ display:block; opacity:2; }
*********************************


#retryBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#retryBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

/*#speedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }*/
#retryBox
{
    
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#retryBox #retryMessage
{
    text-align: center;
    margin: 8px;
}

#retryBox:target, #retryBox:target{ display:block; opacity:2; }


/*Suggested Doctor*/

#suggestedDoctorBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#suggestedDoctorBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#suggestedDoctorBox
{
    
    display: none;
    position: fixed;
    width: 500px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#suggestedDoctorBox #suggestedDoctorMessage
{
    text-align: center;
    margin: 8px;
}

#suggestedDoctorBox:target, #suggestedDoctorBox:target + #speedCover{ display:block; opacity:2; }

/*End Of Suggested Doctor*/

#editLockBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#editLockBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#editLockBox
{
    
    display: none;
    position: fixed;
    width: 500px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#editLockBox
{
    text-align: center;
    margin: 8px;
}

#editLockBox:target, #editLockBox:target{ display:block; opacity:2; }
 #symptomsTable .row:first-child #deleteIcon_symptoms, #saveaddreport {
        display: none;
    }