
.scrollDivFactura {
    height: 333px;
    overflow: auto;
    font-size: 11px;
}
#tablaMuestras .input-group-addon{
  padding: 0;
}

#tableAtr{
  margin: 0 auto;
}

.atrContador{
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}
.contorno{
  text-shadow: -1px 0 black, 0 1px black,
  1px 0 black, 0 -1px black
}

#infoSession {
  position: absolute;
  top: 50px;
  right: 40px;
  display: none;
}

#maeSecTablaSec tr, #maeContTable tr, #tablaAtr tr, #tablaInfo tr {
  cursor:  pointer;
}

.back{
  margin-left: 50px; font-size: 25px; cursor: pointer;
}

#tablaMuestras tr .row{
  padding-bottom: 20px;
}

#tablaMuestras input{
  padding: 5px;
}

.alertProm, .alertProm td:hover{
  background: #d9534f !important;
  font-size: 25px;
  color: #FFF;
  text-shadow: -1px 0 black, 0 1px black,
  1px 0 black, 0 -1px black;
  height: 47px;
}

.goodProm{
  background: #dff0d8;
  color: #000;
}

.tablesorter-blue tfoot th, .tablesorter-blue tfoot td {
  padding: 8px !important;
  vertical-align: top !important;
  font-size: 14px !important;
  height: 50px !important;
}
table th, table td {
  vertical-align: middle !important;
  text-align: center;
  padding: 4px !important;
}

div.blockMsg {
  width:  40%;
  top:    30%;
  left:   30%;
  text-align: center;
  background-color: #f00;
  border: 1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
  -moz-opacity:.70;
  opacity:.70;
  padding: 15px;
  color: #fff;
}

.hidden{
  display:none;
}

.observacion{
  color: #1ab294 !important;

}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
  color: #FFFFFF !important;
  background-color: #1ab294 !important;
  border-color: #1ab294 !important;
}

.nav-pills > li.active > a:hover {
  color: #FFFFFF !important;
  background-color: #1ab294 !important;
  border-color: #1ab294 !important;
}

table th, table td{
  vertical-align: middle !important;
  text-align: center;
  padding: 0px !important;
}

.bAzulB{ 
  background: #DCE6F1; 
  color: #000;
}
.bAzulB2{ 
  background: #8DB4E2; 
  color: #000;
}
.bAzulM{ 
  background: #538DD5; 
  color: #FFF;
}
.bAzulF{ 
  background: #366092; 
  color: #FFFF3B;
}

.bGrisB{
  background: #D9D9D9;
  color: #000;
}
.bGrisM{
  background: #808080;
  color: #FFF;
}
.bGrisF{ 
  background: #0D0D0D;
  color: #FFFF3B;
}

.bRojoB{ 
  background: #F2DCDB; 
  color: #D05067;
}
.bRojoM{ 
  background: #963634;
  color: #FFF;
}
.bRojoF{ 
  background: #963634;
  color: #FFFF3B;
}

.valorTEMPLATE{
  background: #b94a48;
  color: #FFF;
}
.form-group{
  margin-bottom: 0px;
}

.radio h2 {
  font-size: 16px !important;
  color: #001F3F;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
}
.radio > div {
  padding: 20px 0 !important;
}


.radio h2 {
  font-size: 16px !important;
  color: #001F3F;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
}
.radio > div {
  padding: 20px 0 !important;
}
.radio .radio label,
.radio .checkbox label {
  display: inline-block !important;
  cursor: pointer !important;
  color: #1ab394 !important;
  position: relative !important;
  padding: 5px 15px 5px 51px !important;
  font-size: 1em !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.radio .radio label:hover,
.radio .checkbox label:hover {
  background: #bbdefb !important;
}
.radio .radio label:before,
.radio .checkbox label:before {
  content: "" !important;
  display: inline-block !important;
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  left: 15px !important;
  border-radius: 50% !important;
  background: none !important;
  border: 3px solid #1ab394 !important; 
}
.radio input[type="radio"] {
  display: none !important; 
}
.radio input[type="radio"]:checked + label:before {
  display: none !important;
}
.radio input[type="radio"]:checked + label {
  padding: 5px 15px !important;
  background: #1ab394 !important;
  border-radius: 2px !important;
  color: #fff; 
}
.radio .checkbox label:before {
  border-radius: 3px !important;
}
.radio .checkbox input[type="checkbox"] {
  display: none !important; 
}
.radio .checkbox input[type="checkbox"]:checked + label:before {
  display: none !important;
}
.radio .checkbox input[type="checkbox"]:checked + label {
  background: #1ab394 !important;
  color: #fff !important;
  padding: 5px 15px !important; 
} 
.radio label{
  display: inline-block;
  cursor: pointer;
  color: #1ab394;
  position: relative;
  padding: 5px 15px 5px 51px;
  font-size: 1em;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.radio label:hover, .radio  label:hover {
  background: #bbdefb; 
}
.radio label:before, .radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  background: none;
  border: 2px solid #1ab394; 
}



.alert {
  width:99% !important;
  height:40px !important;   
}


.Column-9{
  font-size: 11px; 
  overflow: auto;
  max-width: 85%;
  max-height:400px;

}

.Column-8{
  font-size: 11px; 
  overflow: auto;
  max-width: 90%;
  max-height:510px;

}

.Column-81{
  font-size: 11px; 
  overflow: auto;
  max-width: 90%;
  max-height:500px;

}

.Column-81 table{
  width:900px;

}

.Column-91{
  font-size: 12px; 
  overflow: auto;
  max-width: 85%;
  max-height:400px;

}

.Column-12-Plate{
  font-size: 11px; 
  overflow: auto;
  width: 105%;
  max-height:500px;
  margin-left: -5px;

}

.Column-12-Plate table{
  width:3000px;

}

.Column-12-Rep{
  font-size: 11px; 
  overflow: auto;
  max-width: 99.5%;
  max-height:410px;
  margin-left: 5px;
}

.Column-12-Rep table{
  width:2500px;
}

.Column-12-Retenido{
  font-size: 11px; 
  overflow: auto;
  width: 100%;
  max-height:500px;
  margin-left: 15px;
}

.Column-12-Retenido table{
  width:2500px;
}

.Column-12{
  font-size: 11px; 
  overflow: auto;
  width: 100%;
  max-height:450px;
  margin-left: 5px;

}

.Column-12-Scan{
  font-size: 11px; 
  overflow: auto;
  width: 98%;
  max-height:540px;
  margin-left: 15px;

}

.Column-12-Scan table{
  max-width:2500px;
  margin-left: 5px;

}

.Column-121{
  font-size: 11px; 
  overflow: auto;
  width: 100%;
  max-height:400px;
  margin-left: 5px;

}
.Column-121 table{
  width:2700px;

}
.Cure-12{
  font-size: 13px; 
  overflow: auto;
  width: 100%;
  max-height:450px;
  margin-left: -5px;

}
.Cure-12 table{
  width:1600px;

}
.Column-12 table{
  width:1700px;

}
.panel> .panel-heading{
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;

}
.panel> .panel-heading> h1,h2,h3{  
  color: #FFFFFF;
  font-weight: bold;

}
.panel{
  border-color: #1ab394;
}     
.no-margins {
  margin: 0 !important;
}
.margins{
  margin-top: 25px !important;
}
.m-b-md {
  margin-bottom: 20px;
}
.img-circle {
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

img.circle-border {
  border: 6px solid #1ab394;
  border-radius: 50%;
}
.profile-image {
  width: 60px;
  float: left;
}
.profile-image img {
  margin-top: 15px;
  width: 96px;
  height: 96px;
}
.profile-info {
  margin-left: 120px;
}
