

.well.well-sm{margin-top:25px;}

h2.mtd{
	float:right !important;}
.toxhead{
	background-color:#B71A3F;
	height:70px;
	border:medium black solid;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.toxhead h2{
color:#FFFFFF;
}
#esc30DailyCapsuleSize3,#esc30DailyCapsuleSize2,#esc30DailyCapsuleSize,#mtd30DailyCapsuleSize3,#mtd30DailyCapsuleSize2,#mtd30DailyCapsuleSize{
	padding-left:3px !important;
}

.form-control{background-image:none !important}
.form-horizontal .units{text-align:left;padding-top:7px;font-weight:700;margin-left:-14px}


#toxmessage,#btnEscalate,#btnMTD,#MTDmessage,#MTDconMessage,#MTDtoxmessage{display:none}
#toxmessage,#MTDmessage{
	line-height:normal;
}
.mtdQholder{
padding-top:20%;
	background-color: #FFF;
	border: solid #666;
	border-top:none;
	min-height: 300px;
	/*padding: 12px;*/
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.siteHolder{
	background-color: #FFF;
	border: solid #000;
	border-top:none;
	min-height: 300px;
	padding: 12px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.toxholder{background-color: #FFF;
	border: solid #000;
	border-top:none;
	min-height: 300px;
	padding: 12px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.mtdTholder,.calcHolder{
	display:none;
	background-color: #FFF;
	border: solid #000;
	border-top:none;
	min-height: 300px;
	padding: 12px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#frmSite{
width:80%}
#siteSubmit{display:none}

.mtdholder,.escalateholder{
	display:none;
	background-color: #FFF;
	border: solid #666;
	min-height: 300px;
	padding: 12px;
	border-radius:5px;
	/*margin-top:-175px;*/
}
#toxCon{display:none}
.fitnumber{padding-left:2px !important;padding-right:0 !important; font-weight:bold;text-align:center;}
 
 footer{
	 height:200px;
	 margin-top:20px;
	 background-color:#999;
	 width:100%;}
::-webkit-input-placeholder {
   font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size:12px;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size:12px;  
}

:-ms-input-placeholder {  
   font-size:12px;  
}
/*#dialog-modal { display:none; }*/
.modal-content{
	background-color:#F2DEDE;
color:#BA6765;}

/* Base Styles */
#booya ul,
#booya li,
#booya a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#booya {
  border: 1px solid #133e40;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 35%;
}
#booya ul {
  zoom: 1;
  background: #36b0b6;
  background: -moz-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6), color-stop(100%, #2a8a8f));
  background: -webkit-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
  background: -o-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
  background: -ms-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
  background: linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#booya ul:before {
  content: '';
  display: block;
}
#booya ul:after {
  content: '';
  display: table;
  clear: both;
}
#booya li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#booya li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#booya li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #36b0b6;
}
#booya li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #1e6468;
  border: 1px solid #133e40;
  -moz-box-shadow: inset 0 5px 10px #133e40;
  -webkit-box-shadow: inset 0 5px 10px #133e40;
  box-shadow: inset 0 5px 10px #133e40;
}
#booya li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #36b0b6;
}
#booya li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #1e6468;
  border: 1px solid #133e40;
  -moz-box-shadow: inset 0 5px 10px #133e40;
  -webkit-box-shadow: inset 0 5px 10px #133e40;
  box-shadow: inset 0 5px 10px #133e40;
}
.caution{
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
textarea { height: auto; }

.translateTOX{
	background-color:#d9534f;
	padding:7px;
	border-radius:5px;color:#fff;}
}
.translateCON{
	background-color:#FCF8E3 !important;
	padding:7px !important;
	border-radius:5px !important;}
}
.translateESC{
	background-color:#DFF0D8;
	padding:7px;
	border-radius:5px;}
}
.table-bordered > tbody > tr > td{
	text-align:center;
}
.toxErrorField{background-color: #d9534f; box-shadow: 0 0 0 .2rem rgba(217,83,79,.5); color:#fff;}
.col-form-label,.custom-control-label{
	font-size:1.1em;
}
