html, body {
    
}
body {
  font: 12px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #094f5f;
  margin:0;
  padding:0;
}
.lcontainer {
	/*width:100%;
	height:100%;
	margin: 0 auto;*/
	margin-top:350px;
}
.container {
	/* width:960px; */
	height:100%;
	margin: 0 auto;
	background:#fff;
	margin-bottom:54px;
}
.header{
/* 	width:940px; */
	padding:10px;	
}
/*.logoContainer{
	width:130px;
	margin-left:10px;
	float:left;	
}*/
.logoContainer{
	padding: 15px;
	margin-left:10px;
	float:left;	
}
.userInfo{
	float:right;
	margin-right:10px;
	margin-top:12px;
}
.divider{
	height:3px;
	background:#094f5f;	
}
.unameTxt{
	color:#094f5f;
	font-weight:bold;	
}
.content{
	padding:10px;
}
.selectFacility{
	width: 37%;
	height:58px;
	float:left;
	background:#008ed5;
	padding-top:32px;
}
.selectFacility span{
	font-weight:normal;
	margin-left:20px;
	color:#fff;
}
.selectFacility select{
	width:200px;	
}
.facilityAddress{
	width:59%;
	float:right;
	height:70px;
	background:#008ed5;
	color:#fff;
	padding:10px 20px 10px 20px;
}
.patientsContainer{
	width:330px;
	float:left;
	height:100%;
	background:#f4f5fa;	
}
.patientsContainer hr{
	border: 0;
    border-bottom: 1px dashed #ccc;
    background: #fff;
}
#patientsList{
	overflow:hidden;
	height:540px;
	position:relative;
}
.codeList{
	height:300px;
	overflow:scroll;
}
.codeList table{
	width:100%;
}
.trBorder{
	border: 1px solid #000000;	
}
.headText{
	height:30px;
	color:#008ed5;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}
.searchContainer{
	padding-left:10px;
	padding-right:10px;
	background: #f3f3f3;
	
	border-top: 1px solid #cfcfcf;
	background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
	background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
	-webkit-box-shadow: 0 1px whitesmoke;
	box-shadow: 0 1px whitesmoke;
	padding-top:6px;
	padding-bottom:8px;
	box-shadow: 0 4px 4px -2px #969696;
    -moz-box-shadow: 0 4px 4px -2px #969696;
    -webkit-box-shadow: 0 4px 4px -2px #969696;
}
.patList{
	height:585px;
	position:relative;
	margin-top:2px;
}
.addNewContainer{
	position:absolute;
	bottom:0;
	border-bottom: 1px solid #cfcfcf;
	
	background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
	background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
	-webkit-box-shadow: 0 1px whitesmoke;
	box-shadow: 0 1px whitesmoke;
	padding-top:6px;
	padding-bottom:8px;
	width:320px;
	padding-left:10px;
	box-shadow: 0px -4px 3px -2px #969696;
    -moz-box-shadow: 0px -4px 3px -2px #969696;
    -webkit-box-shadow: 0px -4px 3px -2px #969696;
}
.saveContainer{
	position:absolute;
	bottom:0;
	border-bottom: 1px solid #cfcfcf;
	background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
	background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
	-webkit-box-shadow: 0 1px whitesmoke;
	box-shadow: 0 1px whitesmoke;
	padding-top:8px;
	padding-bottom:8px;
	width:590px;
	padding-right:10px;
}
.patList ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.patList ul li{
	height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;	
}
.patList ul li:hover{
	height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background-color:#008ed5;
	cursor:pointer;	
}
.patList ul li:hover .patName{
	color:#fff;
}
.patName{
	text-decoration:none;
	color:#000;
	display:inline-block;
	width:260px;
	height:26px;
	margin-left:10px;
	padding-top:4px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-right:10px;
	float:left;
}
.patList ul li a.patNameEdit{
	display:inline-block;
	width:20px;
	height:30px;

	background:url(../images/edit.png) no-repeat 0 7px;
}
.patList ul li a.patNameEdit:hover{
	opacity:0.7;
}
.patList ul li a.patNameDelete{
	display:inline-block;
	width:20px;
	height:30px;
	background:url(../images/delete.png) no-repeat 0 7px;
}
.patList ul li a.patNameDelete:hover{
	opacity:0.7;
}
.patList ul li.selectedPatName{
	background-color:#008ed5;
	cursor:pointer;
	border-bottom:1px solid #008ed5;
	color:#fff;
}
.patList ul li.selectedPatName .patName{
	color:#fff;
}
.calContainer{
	width:600px;
	float:right;
	height: 100%;
	background: #f4f5fa;	
}
.daysList{
	height:585px;
	position:relative;
	margin-top:1px;
}

.dayContainer{
	padding:5px;
	border-bottom:1px solid #ccc;
}
.codesContainer{
	display:inline-block;
	float:left;
	width:260px;
	margin-left:10px;
	border-right:1px solid #ccc;
	height:61px;
	padding-top:5px;
}
.currentDay{
	background-color:#c3e2f2;
	box-shadow: 0 1px 6px #ccc,
            0 -2px 6px #ccc;
}
.disabled{
	cursor:none;
	opacity:0.4;
	pointer-events: none;
		
}
.treatmentType{
	display:inline-block;
	float:left;
	margin-left:10px;
	padding-top:4px;
}
.treatmentType a{
	text-decoration:underline;
	color:#008ed5;	
}
.treatmentType a:hover{
	text-decoration:none;
	color:#008ed5;	
}
.selectBoxes{
	width:215px;
	margin-left:10px;
	float:left;
}
.selectBoxes select{
	width:200px;	
}
.selectBoxes input[type=text]{
	width:170px;
	height:14px;
	font-size:12px;
}
hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
.menu{
	height:30px;
	float:right;
}
.menu a{
	display:inline-block;
	background-color:#25a868;
	color:#fff;
	height:26px;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #094f5f;	
	padding-top:4px;
}
.menu a:hover{
	background-color:#75c49d;
}

/* Data Table */
#box-table-a{
	font-size:12px;
	width:940px;
	text-align:left;
	border-collapse:collapse;
}
#box-table-a th{
	font-size:12px;
	font-weight:normal;
	background:#007ac9; 
	border-top:4px solid #007ac9;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:8px;
	font-weight:bold;
}

/*SID 14 Feb 2017 */
#box-table-ts th{
	font-size:12px;
	font-weight:normal;
	
	border-top:4px solid #007ac9;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:8px;
	font-weight:bold;
}



#box-table-a td{
	border-bottom:1px solid #fff;
	color:#000;
	border-top:1px solid transparent;
	padding:8px;
}
#box-table-a td.green{
	color:#50a82a;
}
#box-table-a td.red{
	color:#a70909;
}
#box-table-a tr:hover, #box-table-a tr.odd:hover{
	
	color:#000;
}
#box-table-a tr{
	background: #e8edff;
	color:#000;
	
}
#box-table-a tr.odd{
	background:#fff;	
}
.confirmed td{
	background:#dff2bf;
}

#box-table-c h4{
	margin-top:0;
	margin-bottom:0;
}
#box-table-c{
	font-size:12px;
	width:940px;
	text-align:left;
	border-collapse:collapse;
}
#box-table-c th{
	font-size:12px;
	font-weight:normal;
	background:#007ac9;
	border-top:4px solid #007ac9;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:8px;
	font-weight:bold;
}
#box-table-c td{
	border-bottom:1px solid #fff;
	color:#000;
	border-top:1px solid transparent;
	padding:8px;
	height:100px;
	vertical-align:top;
}
#box-table-c td.green{
	color:#50a82a;
}
#box-table-c td.red{
	color:#a70909;
}
#box-table-c tr{
	background: #e8edff;
	color:#000;
}
#box-table-c tr.odd{
	background:#fff;	
}
#box-table-c a, #box-table-c a:active, #box-table-c a:visited{
	color:#094f5f;
	text-decoration:none;
}
#box-table-c a:hover{
	text-decoration:none;	
}
#box-table-c span.green{
	color:#007ac9;	
}
/* Data Table */

/* Pagination */
.pagination{
	margin-top:10px;
	margin-bottom:10px;
}
.pagination ul{border:0; margin:0; padding:0;}

.pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
.pagination a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
.pagination .previous-off,
.pagination .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} 
.pagination .active{
color:#007ac9;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination a:link,
.pagination a:visited {
color:#0063e3;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover{
border:solid 1px #666666;
}
/* Pagination */

/* date badge */
.post { 
    position: relative;
    margin-left: 4.8em;
}
.entryDate { 
    border: 1px solid #ccc;  
    line-height: 1;
    width: 5em;
	background-color:#fff;
	display:inline-block;
	float:left;
}
.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth { 
    text-transform: uppercase; 
    font-size: 12px;
    padding-top: 0.3em; 
}
.postDay { font-size: 2em; font-weight:bold;}
.postYear { 
    background-color: #008ed5; 
    color: #FFF; 
    font-size: 12px; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
	font-weight:normal;
}
/* date badge */
/* Buttons */
.nBtn, .nBtn:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.nBtn:hover{ background-color: #111; color: #fff; }
.nBtn:active{ top: 1px; }
.small.nBtn, .small.nBtn:visited{ font-size: 11px; padding: ; }
.nBtn, .nBtn:visited,
.medium.nBtn, .medium.nBtn:visited{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.nBtn, .large.nBtn:visited{ font-size: 14px; padding: 8px 14px 9px; }
	
.green.nBtn, .green.nBtn:visited{ background-color: #91bd09; }
.green.nBtn:hover{ background-color: #749a02; }
.blue.nBtn, .blue.nBtn:visited{ background-color: #2daebf; }
.blue.nBtn:hover{ background-color: #007d9a; }
.red.nBtn, .red.nBtn:visited{ background-color: #e33100; }
.red.nBtn:hover{ background-color: #872300; }
.magenta.nBtn, .magenta.nBtn:visited{ background-color: #a9014b; }
.magenta.nBtn:hover{ background-color: #630030; }
.orange.nBtn, .orange.nBtn:visited{ background-color: #ff5c00; }
.orange.nBtn:hover{ background-color: #d45500; }
.yellow.nBtn, .yellow.nBtn:visited{ background-color: #ffb515; }
.yellow.nBtn:hover{ background-color: #fc9200; }
.large-padding-btn{padding:10px 84px 10px !important;}
/* Buttons */

/* Login Screen */
.loginContainer{
	position: relative;
	top: 50%;
	margin: -210px auto auto auto;
}
.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.loginLogo{
	text-align:center;
	margin-bottom:15px;	
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login h1 {
  margin: 0px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.login p {
  margin: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}


.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #03414f;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}
/* Login Screen */

/* Form Elements */
/*
.login input[type=checkbox],
.login input[type=radio] {
border: 1px solid #c0c0c0;
margin: 0 0.1em 0 0;
padding: 0;
font-size: 16px;
line-height: 1em;
width: 1.25em;
height: 1.25em;
background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));

-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: 0.25em;
vertical-align: text-top;
display: inline-block;

}
*/

/* Make radios round */
/*
.login input[type=radio] {
-webkit-border-radius: 2em; 
}
*/
/*
.login input[type=checkbox]:checked::after {
content:"ÃƒÂ¢Ã…â€œÃ¢â‚¬ï¿½";
display:block;
text-align: center;
font-size: 16px;
height: 16px;
line-height: 18px;
}
*/
/*
.login input[type=radio]:checked::after {
content:"ÃƒÂ¢Ã¢â‚¬â€�Ã¯Â¿Â½";
display:block;
height: 16px;
line-height: 15px;
font-size: 20px;
text-align: center;
}
*/
.login :-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

.login ::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

.login input[type=text], .login input[type=password] {
  margin: 5px;
  padding: 0 5px;
  
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.treatmentType input[type=text]{
  margin-bottom: 5px;
  padding: 0 10px;
  width:210px;
  height: 24px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;

}
.treatmentType textarea{
  padding: 0 10px;
  width:210px;
  height: 24px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  resize: none;
  font: 12px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.treatmentType textarea:focus{
  margin-bottom: 5px;
  padding: 0 10px;
  width:210px;
  height: 100px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
}
.treatmentType select{
	width:200px;
	margin-bottom:10px;
}
.login input[type=text]:focus, .login input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.login input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 2px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.login input[type=submit]: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);
}

.login .lt-ie9 input[type=text], .login .lt-ie9 input[type=password] {
  line-height: 34px;
}
.rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.search {
	padding: 3px 15px 3px 30px;
	margin: 2px 0px 0px 0px;
	background: url('../images/search.png') no-repeat 8px 4px;
	width:260px;
}
.searchContainer input[type="text"] {
	border: 1px solid #d0d0d0;
	background-color: #fcfcfc;
	outline:none;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}
.codesContainer label{
	font-size:11px;	
}
.codesContainer .ui-widget{
	margin-bottom:5px;
}
.codesContainer .ui-corner-all{
	border-radius:
}
.ui-widget-content{
	font-size:12px;	
}
.codesContainer .ui-state-default{
	background:#fff;
	font-size:12px;
	outline:none;
}
.providerTable{
	border-collapse:collapse;	
}
.providerTable th{
	font-size: 12px;
	background: #007ac9;
	border-top: 4px solid #007ac9;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 5px;
	font-weight: bold;	
}

.providerTable tr:nth-child(even){
	background-color:#dff4ea;
}
.providerTable tbody td{
	padding:9px 5px 5px 5px;
	vertical-align:top;
}
.providerTable input[type="text"]{
	width:120px;
	font-size:11px;
	height:18px;
	margin:0;
	border: 1px solid;
    border-color: #abadb3;
}
.providerTable select{
	width:92px;
	font-size:11px;
	height:22px;
	padding:1px;
	vertical-align:top;
	border: 1px solid;
	border-color: #abadb3;
}
.providerTable textarea{
  padding: 0 5px;
  width:94px;
  
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #abadb3;
  resize: none;
  font: 11px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.providerTable textarea:focus{
  width:110px;
  
}
.saveFixed{
	position:fixed;
	bottom:0;
	background:#f0f3ff;
	width:100%;
	left:0;
	border-top:4px solid #e3e3e3;
	box-shadow: 0px -4px 3px -2px #969696;
    -moz-box-shadow: 0px -4px 3px -2px #969696;
    -webkit-box-shadow: 0px -4px 3px -2px #969696;	
}
.dPicker{
	font-weight:bold;
	font-size:16px;
}
.admission{
	width: 50px !important;
}
.date{
	width: 70px !important;
}
/* popup & tabs css*/
#element_to_pop_up { display:none; }
#change_pwd_pop_up { display:none; }
#popup, #popup2, #popup3, #popup_reason, .bMulti {
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  color: #111;
  min-width: 700px;
  padding: 25px;
}
#popup, .bMulti {
  min-height: 250px;
}
.popupbutton.b-close, .popupbutton.bClose {
  border-radius: 4px 4px 4px 4px;
  box-shadow: none;
  font: bold 100% sans-serif;
  padding: 3px 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.popupbutton {
  background-color: #008ed5;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker-trigger{
	position:relative; top:3px; left:3px; cursor: pointer;
	
}

.data{
	margin-top: 10px;
}

.dataTables_scrollHeadInner{
	background: #007ac9 !important;
	border-top: 4px solid #007ac9;
}
table.dataTable thead th{
	padding: 5px !important;
	line-height: 25px;
	color: #fff;
	text-align: left !important;
}
table.dataTable tbody td{
	padding: 5px !important;
}
#users_list thead th, #pusers_list thead th,#eusers_list thead th,#fusers_list thead th{
	display: none; 
}

.ionTabs input[type="text"]{
	width: 100px;
}
label.error{
	font-weight: normal;
	color: #d00;
}

#box-table-c{width: 100% !important;}

/* Added On 16 Nov 2016*/ 
.TsSelect{
	width:130px !important;
}

.TsDate{
	width:80px !important;
	
}
.TsStartTime{
	width:71px !important;
}


.form-module, .toggle, .tooltip {
    display: block;
    opacity: 1;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    position: arelative;
    width: auto;
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
   /* opacity: 0;*/
    line-break: auto;
}
.ForgotPwdLink{
	
	    text-decoration: none;
	    color: #404040;
	
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-succes {
    color: #fff;
    background-color: #007ac9;
    border-color: #007ac9;
}

.pwdnote{
	float:left;
	list-style: none;
	text-align: left;
	line-height: 22px;
}

.success_msg{
	color:#009933;
}

.btn-view-ts {
    color: #fff;
    background-color: #008ed5;
    border-color: #008ed5;
}
/*hmenu*/
ul#hmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f1f1f1;
}

#hmenu li {
    float: right;
}

#hmenu li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#hmenu li a:hover:not(.active) {
   background-color: #555;
    color: white;
}

#hmenu li a.active {
    background-color: #4CAF50;
    color: #fff;
}

.nav ul {
  list-style: none;
  background-color:  #094f5f;
  text-align: right;
  padding: 0;
  margin: 0;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  padding: 0 20px;
}
 
.nav a:hover {
  background-color: #424243;
}
 
.nav a.active {
  background-color:#007ac9;
  color: #fff;
  cursor: pointer;
}
 
  .nav li {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    border-left: 1px solid #fff;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    /* margin-right: -4px; */
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
