/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
html,
body {
  height: 100%;
  padding-top:5px;
  /*padding-bottom: 30px;*/
  min-width: 970px;
  background-color:#F4F4F4;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 0px;
  margin-top:0px;
}
/*.page-header .lead {
  margin-bottom: 10px;
}*/

/* Reset the container */
.container {
  max-width: none !important;
  width: 990px;
  background-color:#FFF;
  /*box-shadow: 2px 2px 10px #888888;*/
}

/* Demonstrate the grids */

.col-xs-2 {
  padding-top: 5px;
  padding-bottom: 15px;
  /*background-color: #699;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-3 {
  padding-top: 5px;
  padding-bottom: 15px;
  /*background-color: #699;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-4 {
  padding-top: 5px;
  padding-bottom: 15px;
  /*background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}

.col-xs-6 {
  padding-top: 5px;
  padding-bottom: 15px;
  /*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-9 {
  padding-top: 5px;
  padding-bottom: 15px;
  /*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.leftMenu{
	width: 25%;
	/*background-color: #036;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
		
	}
	
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .25em; 
	-moz-border-radius: .25em;
	border-radius: .25em;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #FFF;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

#footer {
	clear: both;
	height: 40px;
	background-color: #428bca;
	position: relative;
}
.footertxt{
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	font-size: 11px;
	}
	
/*.foot_below {
	clear: both;
	height: 30px;
	width: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.foot_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}*/	
.scrollTxt{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#036;
	height:24px;
	width:auto;
	background-color:#E6F7FF;
	
	}
	
.loginTxt{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#036;
	width:auto;
	background-color:#E6F7FF;
	text-align:left;
	padding:5px;
	}	
.headingTxt{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#036;
}
.headingTxt2a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
.confirmTxt{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#F7F7F7;
}			

.panel-orange {
  border-color: #fb7130;
}

.panel-orange > .panel-heading {
  color: #ffffff;
  background-color: #fb7130;
  border-color: #428bca;
}
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;
  background-color:#006699;
}

.tncbox{
	padding:15px;
	height: 300px;
	width:auto;
	position: relative;
	overflow: auto;
	background-color:#FBFBFB;
}
.midPanel{
	display:block;
	width:490px;
	height:auto;
	background-color:#FFF;
	margin-left:10px;
	float:left;
	}
	
.rightPanel{
	display:block;
	width:240px;
	height:auto;
	background-color:#FFF;
	margin-left:2px;
	margin-top:5px;
	padding:10px;
	float:right;
	}

.leftPanel{
	
	display:block;
	width:240px;
	height:auto;
	background-color:#FFF;
	margin-left:2px;
	margin-top:5px;
	padding:10px;
	float:left;
	
	}
.imgpanel {
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	float: right;
	padding: 0px;
}	

/*SERVE TIME*/
/*.logBand{
	display:block;
	width:100%;
	background-color:#FC0;
	
}*/
.loginTxt1{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#036;
	width:30%;
	background-color:#E6F7FF;
	text-align:left;
	padding:5px;
	float:left;
	}
.serTime{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#FF0202;
	width:60%;
	background-color:#E6F7FF;
	text-align:center;
	padding:5px;
	float:left;
	
}	
.logband2{
	width:10%;
	background-color:#E6F7FF;
	float:right;
	

}

/* TABLE STYLE*/
.table-stripedm {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.table-stripedm > tbody > tr:nth-child(odd) > td, .table-stripedm > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
/*LOGIN BAND*/
.logBand {
	display: block;
	width: 100%;
	height: 32px;
	background-color: #E6F7FF;
}
.loginDetails {
	width: 25%;
	float: left;
	/*background-color:#0C3;*/
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #036;
	text-align: left;
}
.annoucements {
	width: 53%;
	float: left;/*background-color:#FC0;*/
	/*padding:5px;*/
}
.logoutBand {
	width: 10%;
	float: right;
	/*background-color:#CC0;*/
	padding: 3px;
}
.servTime {
	width: auto;
	float: left;
	color: #FF0202;
	font-size: 12px;
	background-color: #E6F7FF;
	padding: 3px;
	margin-left: 100px;
	
}
/* TIMER*/

.servTimeicon {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	width: auto;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* blue */
.blueT {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.inputstyle {
	padding: 7px 10px 5px 10px;
	width:auto;
	height: auto;
	color:#FF0202;
	background-color:transparent;
	border: 0;
	font-size: 12px;
	padding: 3px;
	font-weight:bold;
}
/* SIMPLE TABLE
table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	border: 0.10em solid #CCC;/*background-color:#F3F3F3;
}

/* SIMPLE TABLE*/
.tablesim{
	text-align: center;
    border: 0.08em solid #CCC;
}

.tablesim td{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
    border: 0.08em solid #CCC;
}

.tablesim tr{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
    border: 0.08em solid #CCC;
}
.tablepanel{
	display: block; 
	width:100%;
	height:435px;
	border-radius: 4px;
	background-color: #FFF;
	border: thin solid #428bca;
	
}
	
.tablepanel-body{
	/*display: block;
	width: 100%;
	height: 100%;*/
	text-align: right;
	width: 100%;
	padding: 2px;
	
}	

.frmtobox1 {
	display: block;
	background-color: #FFF;
	width: 43.85%;
	height: 32px;
	text-align: left;
	float:left;
	
}
.frmtobox2 {
	display: block;
	background-color: #FFF;
	width: 50%;
	height: 32px;
	text-align: left;
	float:left;
}
.label2a{
	display: block;
	background-color: #FFF;
	width: 15%;
	height: 32px;
	text-align: left;
	float:left;
	padding-top:5px;
}

.tablesim1{
	text-align: right;
    border: 0.10em solid #CCC;
}

.tablesim1 td{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
    border: 0.10em solid #CCC;
}

.tablesim1 tr{
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
    border: 0.10em solid #CCC;
}