
/* webkit custom scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
/*  background: #1e253a;*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(183, 200, 255, 0.2);
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(183, 200, 255, 0.4);
}



#header{/*background: #FFFFFF url('../image/background.png') left bottom repeat-x;*/
z-index: 99999;
border-bottom:2px solid #000;
}



#loading {
    position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.9) url('../image/page_loading.gif') no-repeat center center;z-index:999999;
}

#header-logo{height:500px;}
#header-logo > #datepicker{width:250px;    float: left;}
#appointmentsch{height:450px;width: calc(100% - 275px);float:right;}
#selectedday{text-align:center;}
#selectedday span{color:red;}
#header .div4  img{vertical-align:middle;}
.ui-menu .ui-menu-item a  {text-transform: uppercase;}

#casecontent{text-transform: uppercase;}
#case_left{width:20%;width:330px;float:left;border-right:1px solid #000;}
#case_mid{width:55%;width:650px;float:left;text-align:center;}
#case_right{width:245px;float:left;}
.plistdiv select{border:none;text-transform: uppercase;padding-bottom:10px;}
.diagnosdiv{padding-bottom:10px;border-bottom:1px solid #000;}

.spacer{height:20px;}



.imgform td:first-child{
    width: 180px;    height: 25px;
}

.imgform input,/*.imgforminput*/{
    background-color: #F5F5F5;
	
}
.imgform .fulllength,.imghistory .fulllength{
    width: 100%;
}
/*.imgforminput{min-height:25px;width:100%;}*/

    
.imglabel{width: 130px;display: inline-block;}

#imghistory{
/*margin-top: 30px;*/
position: absolute;
width: 100%;
}

.linkedIMGnote{display:none;color:red;text-decoration:underline;cursor: pointer;}


#imgupload{float:left;margin-left: 20px;}

.forXRAY{}

#imgform{float:left;}

#upperdiv{display:none;}
#leftcol,#rightcol{width:48%;float: left;}
#rightcol{margin-top: -50px;height:330px;overflow:auto;}

.imgthumb img{margin: 5px;
    border: 1px solid #dddddd;}
.imgthumb a{outline: none;}
.imgthumb {white-space: initial;}

.disabled input,.disabled select{
background: inherit;
/*border: none;*/
	
}
.disabled select {
-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.hidden{display:none;}
.delimg{float:right;}
.saveimg,.editimg_cancel{display:none;}
.editimg img,.saveimg img,.editimg_cancel img{height:22px;cursor: pointer;}

#lgfs legend  {padding:10px;}
#lgfs input,#lgfs label{float: left;}
#lgfs label{padding-top:1px;text-transform:uppercase;}
#lgfs .row{width:100%;height: 20px;}
#lgfs .row .left,#lgfs .row .left{width:49%;height: 20px;float: left;}


.historytitle{
	text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: underline;
}

.imghistory{
    width: 400px;
	margin-right:10px;
	height: 100%;
    display: inline-block;
	vertical-align: top;
	padding: 10px;
	background-color: aliceblue;
    border: 0px solid rgba(0, 0, 0, 0.125);
	width:45%;
/*	min-height:400px;*/
	margin-bottom:20px;
}

.imghistory td:first-child{
    width: 180px;
	font-weight: bold;
}

/*
.imghistory table{width:100%;}
*/

#historyoutter{
height: 100%;
/*overflow-x: auto;
white-space: nowrap;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#toolcolour span {
      width: 25px;
      height: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
	  display:inline-block;
	  margin-right:5px;
	  cursor: pointer;
}

#toolcolour  .huge{
      width: 20px;
      height: 20px;
	  border:1px solid #000;
}
#toolcolour  .large{
      width: 10px;
      height: 10px;
	  border:1px solid #000;
}
#toolcolour  .normal{
      width: 5px;
      height: 5px;
	  border:1px solid #000;
}
#toolcolour  .small{
      width: 2px;
      height: 2px;
	  border:1px solid #000;
}

.toolselected{border:2px solid #000;}
.sizeselected{background:#000;}
.eraserselected{ background: #000 url('../image/eraser_25.png') no-repeat center center !important;}


#eraser{
background: url('../image/eraser_25.png') no-repeat center center;
    height: 40px !important;
    width: 40px !important;
	display:inline-block;
}

.yellowpen{
    background: yellow;
}

.redpen{
    background: red;
}
.bluepen{
    background: blue;
}
.greenpen{
    background: #66FF66;
}

#canvasDiv{
/* background:url('../image/human_diagram_650.jpg') no-repeat center center;*/
}

#canvasDiv canvas{
border:1px solid;
cursor:crosshair;
}
#canvasDiv:before{
  position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    pointer-events: none;
background:url('../image/human_diagram_600.jpg') no-repeat center center;
opacity:0.5;
}



.isstitle{    
	padding: 5px 15px;
    margin: 5px 15px;
    text-align: center;
    border: 1px solid #D6CFCE;
}
.isscontent{
	padding: 5px 15px;
    margin: 5px 15px;

}


.isstitle2{    
width: 60px;
float: left;
font-weight: bold;

}
	
.isscontent2{
float: left;
width:256px;

}


.isstitle3{    
font-weight: bold;
}


.isstitleBtm{    
width: 80px;
float: left;
font-weight: bold;
}

.isstitleBtmCol2{    
width: 128px;
float: left;
font-weight: bold;
text-align:right;
height:17px;
padding-top: 6px;
}

.isstitleBtmCol3{    
width: 128px;
font-weight: bold;
}

.isstitleBtmCol4{    
font-weight: bold;
}
	
.isscontentbtm{
float: left;
width:260px;
}
.isscontentbtm300{
width: 300px !important;
}


.isscontentbtm210{
float: left;
width:212px;
margin-bottom: 5px;
height: 23px;
}

.isscontentbtm125{
float: left;
width:125px;
height:57px;
margin-bottom: 5px;
}

.isscontentbtm85{
padding-top: 20px;
height: 42px;
margin-left: 0px !important;
width: 85px;
float: left;
margin-bottom: 5px;
}

.contentbtmmargin{margin-left:10px;}

.isscontentbtm210 span{padding: 0 10px;line-height: 23px;}
.examinationlr{padding: 0 5px;}
.examinationTitle{display:inline-block;width:80px;max-height:15px;}
.listingcol{width:75px;min-height:10px;float:left;padding-left:5px;}

.treatmentbtn{display:inline-block;}

.dellist{margin-left: -20px;position:absolute;}

#soap_div{padding-left:10px;}
#soap_div{max-height:800px;overflow:hidden;}
.delsoap{ display:none; }
.enableDEL,.timeslot{float: left;    margin: 3px 0 3px 20px;}


.ellipsis {
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
	min-width:20px;
    position: absolute;
    z-index: 2;
    margin-left: -20px;
}
.height15{height:15px;}
.plistname{}

.singleline{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


.yn,.examinationlr{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

/*.yn_treatment_selected,.yn_trauma_selected,.yn_surgery_selected{*/
.yn_selected{
background:blue;
color:#fff;

}


.btmcol1{
width: 340px;
    height: 155px;
    float: left;
}
.btmcol2{
width: 350px;
height: 155px;
float: left;

}	
	
.btmcol3{
width: 310px;
height: 155px;
float: left;
margin-left:15px;
}	

.btmcol4{
width: 200px;
height: 155px;
float: left;
margin-left:15px;
}	

.col3header{
width: 60px;
display: inline-block;
height: 20px;
}

.isscontentbtm2 input[type='radio']{margin:3px;}


.case_right_table{width:100%;text-align:center;}
.case_right_table tr td:first-child{text-align:left;}
.case_right_table tr td input[type='text']{padding:0px;}

.case_right_table tr {height:18px;}
.case_right_table tr td span{display:inline-block;width:25px;}
.tdstyle{width:15px;padding:0px;height: 12px;text-align:center;}
.tdstyle_long{width:45px;}
.right_col{padding:10px 0;}

#clickable_lists_box{width:100%;height:200px;}
#clickable_lists,#clickable_functional_lists,#uploadedIMG2,#clickable_image_view,#clickable_curvature_type,#clickable_imgangle,#clickable_contraindication{
	z-index: 99999;
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 14px 22px;
    width: 680px;
    max-width: 80%;
    position: relative;
    display: none;
}

#lists_selection span,#functional_lists_selection span, #image_view_selection span, #curvature_type_selection span,#imgangle_selection span,#contraindication_selection span{display:block;line-height: 20px;cursor: pointer;}
#lists_selection .col,#functional_lists_selection .col,#image_view_selection .col,#curvature_type_selection .col,#imgangle_selection .col,#contraindication_selection .col{display:block;float:left;margin-right:15px;}
#lists_selection .col h2,#functional_lists_selection .col h2{margin-bottom:5px;text-decoration:underline;}


#image_view_selection h3{
margin-bottom: 5px;
text-transform: uppercase;
}
#image_view_selection {
text-transform: uppercase;
}
#image_view_selection .col{
height: 150px;
}
/*
.indicator:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
     animation: sonar 1.5s infinite; 
    -moz-animation: sonar 1.5s infinite;
    -ms-animation: sonar 1.5s infinite;
    -webkit-animation: sonar 1.5s infinite;
}
*/

.indicator {
    cursor: default;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 15px;
    letter-spacing: -1px;
    line-height: 10px;
    top: 10px;
    right: 10px;
    text-align: center;
    width: 20px;
    display: inline-block;
    padding-top: 5px;
	margin-right: 3px;
    margin-bottom: 5px;
}

#indicator_table{text-align: center;}
#indicator_table .item{padding-right: 20px;}
    
.bg1 {
    background-color: #15d4be !important;
}
.bg2 {
    background-color: #cc667e !important;
}
.bg3 {
    background-color: #d6b465 !important;
}
.bg4 {
    background-color: #bad980 !important;
}
.bg5 {
    background-color: #c9b6d6 !important;
}


.clickablestyle{font-weight:bold;text-decoration: underline;cursor:pointer;}

.clickedImageView{display:inline-flex;width:220px;    }
.imageViewEntry{height: 25px;}


.clickedIMGAngle{display:inline-flex;width:210px;    }


.functional_exe_label{vertical-align:top;font-weight:bold;text-decoration:underline;}

.flcol{margin-right: 35px !important;}
.col1{width:200px;}
.col2{}
.col3{}
.col4{}

.floatleft{float:left;width: 90px;height: 65px;}
.floatright{float:right;width: 150px;height: 65px;}

.floatleft2{float:left;width: 120px;height: 65px;}
.floatright2{float:right;width: 130px;height: 65px;}
.floatright3{float:left;width: 98px;height: 65px;}
.floatleft_medication{width:150px;}

.hiddenbox{display:none;}
.showhiddenbox{display:block;}
.showhiddenbox_inline{display:inline-block;}

#casebtm{border-top:1px solid #000;padding-top: 10px;height: 150px;}


.save_success{font-weight: bold;
    color: blue;}
.save_failed{font-weight: bold;
    color: red;}
.vtabssml a{ height:16px;}
.vtabssml a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}
.vtabssml a input{ vertical-align: top;}
.tabname{border:none;text-transform:uppercase;}

#problem-add{    
padding: 7px 0 0 5px;
display: inline-block;
}

.mapop{
display:none;
border: 2px solid black; 
background: #EEEEEE; 
width:160px; 
padding:4px; 
margin: 4px; 
-moz-box-shadow: 3px 3px 5px #535353;
-webkit-box-shadow: 3px 3px 5px #535353; 
box-shadow: 3px 3px 5px #535353; 
-moz-border-radius: 6px 6px 6px 6px; 
-webkit-border-radius: 6px;
border-radius: 6px 6px 6px 6px; 
/*opacity: 0.9;*/
position: absolute; 
z-index: 9999;

}
/*
left: 292px; 
top: 473px; 
*/

.mapop textarea{
resize:none;
width: 155px;
height: 85px;
opacity:1;
}

.tabcontent
{
display: none;
}

.ui-icon-closethick{
left: 0px !important;
top: 0px !important;
margin: 0px !important;
}


/*
#tab_dailysoap,#tab_casehistory,#tab_imaginganalysis,#tab_phistory{display:none;}
*/




#tab_dailysoap{
text-transform: uppercase;

}

#soap_left{width:25%;width:450px;width:600px;float:left;border-right:1px solid #000;margin-right: 10px;padding-right: 5px;}
#soap_left table{width:100%;}
.mid_left{float: left;margin-right: 10px;}
.soap_table{padding-top: 6px;}
#mid_right{float:right;}


.tbmid{width:80px;text-align:center;border: 1px solid #ccc;}
.tbleft{width:80px;/*min-width:140px;*/}
.tbright{width:80px;/*min-width:140px;*/}
.soap_table tr{height:25px;}
.soap_table_er{height:10px !important;}
.tbleft input, .tbright input,.tbbtm input{display:none;width:80px;}

.hidden_label{display:none;}

.selected_input{border:1px solid #FF6600;}
.selected_box{background:#FF6600;color:#fff;}


.tbleft .show_selected_input,.tbright .show_selected_input,.tbbtm .show_selected_input{border:1px solid #FF6600;display:inline-block;}
.listingdiv{min-height:35px;overflow-y: auto;font-size: 12px;text-align: left;}
.poclabel,.poclabel2{
text-indent: -30px;
font-style: italic;
font-size: smaller;
color: blue;
position: relative;
margin-top: 3px;
}
.poclabel2{
margin-top: -20px;
}

#pocbox,#pocbox select{
background:#FFE98F;
text-align:center;
padding:3px 0;

}


.probtn{    
display: inline-block;
width:5px;
padding:0 5px;  
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
}


.prog_better_selected{background-color: #66FF66;}
.prog_same_selected{background-color: #0080FF;color:#fff;}
.prog_worse_selected{background-color: red;}

.soap_label{
    width: 135px;
    width: 165px;
    width: 300px;
    display: block;
	vertical-align: top;
	font-weight:bold;
/*	padding: 10px 0;*/
	}

.soap_label span{float:right;font-weight:bold; display:none;   }


.soap_input{border:none;resize: none;width: 300px;margin-left: 5px !important;    margin: 0 0 10px 5px;background-color:#fcfcfc;}

.pretext{
    position: absolute;
    border: 1px solid #ccc;
    min-width: 146px;
    min-height: 60px;
    background: #fff;
	text-align: center;
	display:none;
	color:red;
	    margin-left: -60px;
}

.pretextupper{    margin-top: -84px;    margin-left: -33px;}
.pretextbottom{margin-left: 52px;}

.pretext span{
padding:5px;
display: inline-block;
cursor: pointer;
}

.js-copytextarea{
	width: 70px;
    padding: 0;
    background: none;
    border: none;
    color: red;
    font-weight: bold;	
}

.hidden_txt{
	display:none;
	color:#52D017;
	font-weight:bold;
}

.selectedfunctional{width:160px;}
.isscontent input[type=checkbox]:checked + label,.isscontent2 input[type=checkbox]:checked + label,.isscontentbtm input[type=checkbox]:checked + label,.isscontentbtm125 input[type=checkbox]:checked + label,.isscontentbtm85 input[type=checkbox]:checked + label,.isscontentbtm2 input[type=checkbox]:checked + label,.isscontentbtm2 input[type=radio]:checked + label,#CONTRAINDICATIONchk input[type=checkbox]:checked + label{background-color:red;color:yellow;}

#uploadedIMG input[type=checkbox]:checked + label,#uploadedIMG2 input[type=checkbox]:checked + label{
border: 3px blue solid;
}
#uploadedIMG label,#uploadedIMG2 label{display: inline-block;border: 3px solid #eef2f7;}

.innerdiv{float: left;margin:6px;}
.imgdesc{text-align:center;}

.userlist{
    width: 500px;
    margin: 0 auto;
	border: none;
}

.patientnotfound{
text-align: center;
font-size: 40px;
padding-top: 50px;
}

/*#subselect{display:none;}*/

#soap_left input,select{border:none;}

#soap_left .selected,#soap_left .selected td,#soap_left .selected input,#soap_left .selected select{
/*background:#549ca9;
color:#fff;*/
}

#soap_left .selected{

border:1px solid #549ca9;
background: #9fc6d6;
}

#soap_left table { border-collapse: collapse; text-align:center; }


.poc_highlight_side{/*border:2px solid #FFB6C1;*/border-top:none;border-bottom:none;height:20px;    background: #FFB6C1;}
.poc_highlight_btm{/*border-bottom:2px solid red;background: url("../image/end.png") no-repeat center bottom;*/height:20px;}
.poc_highlight_top{/*border-top:2px solid red;background: url("../image/start.png") no-repeat center top;*/height:20px;}
.poc_highlight_btm_start{/*background: url("../image/end_start.png") no-repeat center bottom;*/ height:20px;padding-bottom: 15px;}
.poc_highlight_btm.poc_highlight_top{/*background: url("../image/start.png") no-repeat center top,url("../image/end.png") no-repeat center bottom;*/}


.switch_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.htabscustom{
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.htabscustom li {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: "Courier New", Courier,Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	list-style: none;
}
.htabscustom li.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}



.htabscustom a 
{
display:inline;
}


.qltleft,.qltright,.qltmid{
    width: 33%;
    float: left;

}
#qltbtm{padding-top:10px;clear:both;}

.popup_msg{
position:absolute;
z-index:10;
width:172px;
height:102px;
text-align:center;
color:#FF0000;
display:none;

box-shadow: 0 2px 4px rgba(82,158,173,.2);
background: #fff;
border: 1px solid #ccc;
-moz-box-shadow: 0 2px 4px rgba(82,158,173,.2);
-webkit-box-shadow: 0 2px 4px rgba(82,158,173,.2);

}

.polist thead .left{
	padding: 4px 2px;
	}
.polist thead td a{
	padding-left: 2px;
	}	
	
.polist .left {
	text-align: left;
	padding: 0px 7px;
	}
.polist .right {
	text-align: right;
	padding: 0px 7px;
	}
	

.list .mid {
    text-align: center;
    padding: 7px;
	width:10%;
}
.list .scheduletd
 {
  height:200px;
}
.applist tbody tr:hover td {
	background-color: #fff;
}
.applist tbody tr td {
	vertical-align:top;
}
.applist tbody tr td > ul {padding-left: 15px;cursor:pointer;	}

.dashboardbox {float:left;width:150px;height:200px;}
.dashboardbox  img {width:125px;}
.appoverview{}
.todaysapp{border:red 2px solid !important;}
#addappform{height:200px;width:300px;margin:0px auto;}
#addappform table tr td{border:1px solid red;}

.calhighlight > .ui-state-default{background-image: none;background-color: #FFEF8F;background-color: red;color:#fff; border: 1px solid #F9DD34;}

.search_heading{height:200px;text-align:center;padding-top: 150px;}
.searchscreen{text-align: center;}
.searchscreen > input{width: 500px;height: 35px;text-transform: uppercase;}
.searchscreen > a{padding: 14px 25px 5px 25px;height: 24px;text-transform: uppercase;}

.adminform table{width: 600px;margin: 0px auto;text-transform: uppercase;}
.adminform input{text-transform: uppercase;border:none;width:98%;line-height: 25px; background-color: #F5F5F5;}
.adminform select{text-transform: uppercase;border:none;}

.adminform  table > tbody > tr > td {
    color: #000000;
    border: 1px solid #CCCCCC;
	padding:0px 10px;
	height: 32px;
}

.userinputfield{background-color: #F5F5F5;}


.login-tr{text-align:center;text-transform: uppercase;}
.list .sortable{background-color:#10557B;}
.list .OP{background-color:#9ce159 !important;}
.list .FP{background-color:#6eb2df !important;}
.list .PB{background-color:#9d45b8 !important;}

.success2 {
    padding: 10px 10px 10px 33px;
    background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
    border: 1px solid #BBDF8D;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	width: 100px;
	float:left;
	position: absolute;
    right: 160px;
/*	right: 422px;*/
	
}

.div2{}
.div2 ul{width:100%;    height: 50px;margin: 0px;padding-left: 0px;}
.div2 ul li{display:block;float:left;padding:0px 20px;height: 100%;  text-align: center;}
.div2 ul li a{text-decoration: none;text-transform: uppercase;height: 100%; display: block;}

.formupper{text-transform:uppercase;}
.formcol{min-width:225px;}

.weltext{
    text-align: left;
    font-weight: bold;
    font-size: 30px;
	width: 930px;
    float: left;
}

.formheader{    
	text-align: center;
    font-size: 14px;
    font-weight: bold;
	padding: 5px 0px;
}

.formfilter{float:right;width:380px;height:30px;padding-right: 10px;}
.formfilter > input{width:100%;height:100%;text-transform:uppercase;}

.formth{width:115px;height:32px;height:25px;}
.formtd{width:80px;}
.thlong{width:180px;}


.patientlist{
 /*   width: 100%;*/
}

.patientlist tr td {padding:7px;height: 23px;}

.timecol{width:60px;}
.roomcol{width:80px;}

#today_patient, #cheked_patient,#cheked_out_patient {
width:23%; 
float:left;
padding-right:20px;
}
#cheked_out_patient {padding-right:0px;}
#check-in-room{
width:50%;
float:left;
text-transform: uppercase;
padding-right:20px;
}

#room1,#room2,#room3,#roomc{
width:20%;
float:left;
padding-right:20px;
}

.room-content{    
border: 1px solid #dddddd;
background: #eeeeee;
height:100px;
}

.occupied div,.occupied input{ background:#549ca9;color:white;}

.r1placeholder,.r2placeholder,.r3placeholder,.rcplaceholder{border:none;background: #eeeeee; padding-top: 7px;text-indent:7px;width: 100%;
text-transform: uppercase;}

#ci_no_patient td,#co_no_patient td  {text-align:center;}
.checkoutbtn
{
display:none;
background: url("../image/appointments/checkoutbtn.png") no-repeat left top;
}


/*overwrite on calender ui*/
.ui-datepicker-multi{
width:17em !important;
}


.ui-datepicker-multi .ui-datepicker-group {
    float: none !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
}

.testsample{background:red;}

/*overwrite on calender ui done*/

#refotherTextbox,#raceotherTextbox,#emerotherTextbox,#salutationotherTextbox{display:none;width:;position:relative;/*float:right;*/}


@media (max-width: 1500px){
#refotherTextbox, #raceotherTextbox, #emerotherTextbox,#salutationotherTextbox {

/*    width: 70%;*/
	}
}

/*
@media (max-width: 1300px){
.formcol{min-width:300px;}
}

@media (max-width: 1500px){
.formth {
    width: 120px !important;
}
}
*/






.treatmentbtn span,#load_prior{
	border-radius: 4px;
    padding: 4px 5px;
	float:none; 
	border:1px solid #ccc; 
	background:#f1f1f1;
	font-weight:normal;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 5px 0 rgba(0,0,0,0.12)!important;
	display: inline-block;
	margin: 3px 0;
    text-transform: capitalize;
	
}


#load_prior{

	}
	
	
#case_left input[type=checkbox],#CONTRAINDICATIONchk input[type=checkbox],#casebtm input[type=checkbox],#casebtm input[type=radio],#uploadedIMG input[type=checkbox],#uploadedIMG2 input[type=checkbox]{display:none;}

.hr{
border-bottom:1px solid #000;
}
.emptyrow{height:10px;}

#firstcol{
vertical-align:top;
width: 250px;
float:left;
padding-right: 20px;
}

#clockMain{text-align:center;    margin-top: 20px;}
#clockMain select{
height: 30px;
font-size: 15px;
border:1px solid;
}
#reportOutput {margin:10px 0;text-transform: uppercase;    text-align: center;}
#reportOutput table{width:100%;border-color: #fff}
#reportOutput table caption{

font-size: 20px;
font-weight: bold;
margin-bottom:10px;
	
}

#reportOutput table th{
height: 20px;
    font-size: 15px;
}


#reportOutput table tr{
border:1px solid;
}

.aligncenter{
	width: 800px;
    margin: auto;
	margin-bottom:20px;
}

.red_highlight{background:#FCD6D8;color:#000;}


#reportOutput table tr:nth-child(even) {background: #eafaea;background: #fff;height: 30px;}
#reportOutput table tr:nth-child(odd) {background: #FFF;height: 30px;}

.adjustmentItem{float:right;}
.goRight{text-align:right;}
.itemMinutes,.subtotal,#totalMin,.disabledfield{
text-align:center;
border: none;
background: none;
	}

#saveItem{display:none;}

.successIcon{
display:none;
padding: 1px 4px 1px 30px;
background: url(../image/success.png) 10px center no-repeat;
}

#contentMid {
    padding: 10px 30px 0px 30px; 
    min-width: 900px;
    padding-top: 60px;
    width: 1250px;
    margin: 0 auto;
	text-align:center;
}

.imagelink{
display:inline-block;
position: relative;
padding: 10px;
margin: 10px;
padding-bottom: 20px;
}
.imagelink span{
position: absolute;
text-transform:uppercase;
bottom: 5px;
width: 100%;
left: 0px;
font-weight: bold;
}

.invoicelink{
width:150px;
height:150px;
background: #fff url(../image/invoice.png) center 10px no-repeat;
}


.userAccount{
width:150px;
height:150px;
background: #fff url(../image/user_account.jpg) center 10px no-repeat;
}

.workHours{
width:150px;
height:150px;
background: #fff url(../image/workhours.jpg) center 10px no-repeat;
}

.checkinTimesheet{
width:150px;
height:150px;
background: #fff url(../image/checkinTimesheet.jpg) center 10px no-repeat;
}

.calendarSetting{
width:150px;
height:150px;
background: #fff url(../image/calendar.jpg) center 10px no-repeat;
}

.systemSetting{
width:150px;
height:150px;
background: #fff url(../image/settings.png) center 10px no-repeat;
}

.billingReport{
width:150px;
height:150px;
background: #fff url(../image/billing_report.png) center 10px no-repeat;
}

.draggable_outter{
display:inline-block;
width: 150px;
height: 200px;
float: left;
margin-right: 50px;	
border:1px solid #000;
}

.draggable{
cursor: -webkit-grabbing; 
cursor: grabbing;
float:left;
}

.draggable_outter h3{
text-transform: uppercase;
text-indent:10px;
}

.draggable_outter span{
text-indent: 10px;
display: inline-block;
}

.draggable_outter input{
width: 50px;
margin-left: 10px;
}

.draggable_outter ul{
padding-left:0px;
}

.draggable_outter ul li{
list-style: none;
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
padding: 5px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
margin: 5px;
text-align: center;
width: 50px;
display:inline-block;
}


.formLeft{float:left;width:420px;}
.formRight{float:left;width: 560px;}
.formLeft input[type="text"],.formRight input[type="text"]{width: 220px;margin-bottom: 5px;}
.formLeft label,.formRight label {
display:inline-block;    float: left;width: 130px;
}
.formRight table{width: 100%;margin-bottom: 10px;}
#noresult{    text-align: center;}
#noIPresult{    text-align: center;}
#IPtable input{
    width: 100%;
    height: 25px;
    padding: 0;
    border: none;
    background: none;
}
#Shifttable{text-align:center;}
#Shifttable input,#Shifttable select{
    width: 100%;
    height: 25px;
    padding: 0;
    border: none;
    background: none;
}


#finalTotal{
	width: auto;
    background: none;
    border: none;
    margin-bottom: 0px;
}

.billingBox{width:100%;}
.billingBox .heading h1{    font-size: 35px;}
.billingBox .heading { margin-bottom:30px;}

#billingContent{
width:755px;
height:495px;
margin:0 auto;
background:#fff;
padding: 0 10px;
text-transform:uppercase;
}
#billingContent .header{height:82px;border-bottom:1px solid;position:relative;  }
.header .left{width:450px;float:left;}
.header .left span{position: absolute;top: 63px;font-weight:bold;}
.header .right{  float: right;text-align: right;}
.header .right p{line-height: 1.2;} 

.upperdiv{
width: 100%;
    height: 100px;
	line-height: 1.2;
}

.upperdiv .center{
width: 100%;
    text-align: right;
    float: right;
    font-weight: bold;
    color: #000;
	    margin-bottom: 10px;
}


.upperdiv .left {
width:450px;float:left;
}

.upperdiv .right {
float: right;
text-align:left;
width: 260px;
}


.upperdiv .left label{
width: 90px;
display: inline-block;
}

.upperdiv .right label{
width: 120px;
display: inline-block;
}

#itemized{width:100%;text-align: center;}

#itemized td:first-child { 
    text-align: left;
}

.footer_top{width:100%;text-align:center;font-style:italic;font-size:9px;margin-top: 15px;}
.footer_bottom{width:100%;text-align:center;letter-spacing: 8px;    margin-top: 50px;font-size: 12px;}

.reminder{text-transform:uppercase;text-align: center;padding-top:20px;}

.pinktext{color:#e75480; }

.item_name {
float: none !important;
width: 50px !important;
}

.doctor_name {
float: none !important;
width: 150px !important;
}

.dailySubtotal{
float: left; 
text-align: left;
padding: 10px;
	}
	
#drcollection{display:none;height: 50px;}








































/*Copy from businessclassic for live site*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.claimsbtn{font-weight:bold;}

.boldred{color:red;font-weight:bold;}

.boldgreen{color:#00FF00;font-weight:bold;}
.boldlimegreen{color:#32CD32;font-weight:bold;}

#clockReport table tr:hover	{
font-weight: bold;
background: #9fc6d6;
}

#clockReport table tr:hover .boldlimegreen	{
color: #00FF00;
}

.approvalbtn{margin-right: 10px;}


#viewmoresoap td{
	text-transform: initial;
	text-decoration: underline;
	color:#549ca9;
}

/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */
 
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    margin: 0 -5%;
    overflow: hidden;
 }	
	
.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #549ca9;
  color: #549ca9;
  box-shadow: 9999px 0 0 0 #549ca9;
  animation: dotFalling 1s infinite linear;
  animation-delay: .1s;
}

.dot-falling::before, .dot-falling::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #549ca9;
  color: #549ca9;
  animation: dotFallingBefore 1s infinite linear;
  animation-delay: 0s;
  margin-left: -10px;
}

.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #549ca9;
  color: #549ca9;
  animation: dotFallingAfter 1s infinite linear;
  animation-delay: .2s;
}

@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #549ca9;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #549ca9;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #549ca9;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}