.light-grey {
	background: #2691d9;
	background-color: #2691d9
		}
.with_border {
	border: 1px solid #2691d9;
}
.with_border_top {
	border-top: 1px solid #2691d9 !important;
}
.st-sort-ascent:before{
  content: '\25B2';
}
.tituloTabla {
	background-color: #2691d9 !important; color: white;
}

.table .light-grey .with_border td,th{ 
	text-align: center !important; 
	}
	
.detalle td{ padding: 6px !important; }

	
#tablaModal {
	width: 100% !important;
}
#tablaModal td{
	width: 50% !important; padding: 6px !important;
}
	
.unaFila td {
	width: 50%;
	}
	
.request .content form modal span.narrowContent{width: 0%;}

.st-sort-descent:before{
    content: '\25BC';
}
.detalle_font {
	color: black;
	font: 9px/1 verdana;
}


 span.detalle2 { 
	width: 0% !important;
    display: inline-block;
    line-height: normal;
    text-align: left;
    vertical-align: top;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 8px 20px;
}

span.detalleDesc {
	width: 65% !important;
    text-align: left !important;
    margin-left: 20px !important;
}


	
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 2px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#excelArchivo {
	font-size:25px; 
	color: green;
	cursor: pointer;
	float: right; 
	position: relative;
	bottom: 2px;
}
.totalWeight {
	font-size: 15px;
    font-weight: bold;
}