/* CONTENEDOR */
.cajaSeguimientoF2 {display: table; width:100%;  padding:0px 25px 0px 25px; clear:both; }

/* TITULOS */
.cajaSeguimientoF2 .box-header {
	display:flex; 
	justify-content:space-between; 
	align-items:center;
}
.cajaSeguimientoF2 .box-header .date {
	display:inline-flex; 
	justify-content: space-between; 
	align-items:center; 
	font-size:11px; 
	color:#7C818D;
}
.cajaSeguimientoF2 .box-header .title {
	font-size:18px; 
	font-weight:400; 
	color:#43535F;
}
.cajaSeguimientoF2 .subtitle {
	font-size:12px; 
	font-weight:300; 
	color: #8D9094; 
	margin-bottom:10px;
}
.cajaSeguimientoF2 .notes {
	font-size:12px; 
	color:#7C818D; 
	margin-bottom:10px;
}
/* CAJAS */
.cajaSeguimientoF2 .boxes-row {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 20px;
}
.cajaSeguimientoF2 .box {
	border-radius: 3px;
	box-shadow: 0px 0px 4px #F0F4FC;
	flex: 1;
	text-align: center;
	background-color: #F0F4FC;
}
.cajaSeguimientoF2 .number {
	font-size: 24px;
	font-weight: 300;
	color: #8D9094;
	padding: 4px 0px 0px 0px;
}
.cajaSeguimientoF2 .text {
	font-size: 12px;
	font-weight: 500;
	color: #61697C;
	padding: 0px 5px 8px 5px;
}
.cajaSeguimientoF2 .box.rate, .box.survey{
	background-color: #F3B96D;
}
.cajaSeguimientoF2 .box.total{
	background-color: #A6AAB0;
}
.cajaSeguimientoF2 .box.detail .number, 
.cajaSeguimientoF2 .box.detail .text {
	color: #FA6E53;
}
.cajaSeguimientoF2 .box.rate .number,
.cajaSeguimientoF2 .box.survey .number,
.cajaSeguimientoF2 .box.total .number,
.cajaSeguimientoF2 .box.rate .text,
.cajaSeguimientoF2 .box.survey .text,
.cajaSeguimientoF2 .box.total .text{
	color: #FFF;
}
/*iconos*/
.cajaSeguimientoF2 .box .number i {
    font-size: 19px;
}
.cajaSeguimientoF2 .box.total .number i {
    font-size: 21px;
}
.cajaSeguimientoF2 .box.loaded .number i {
    font-size: 21px;
}
.cajaSeguimientoF2 .box.house .number i {
    font-size: 18px;
}
.cajaSeguimientoF2 .box.detail .number i {
    font-size: 16px;
}
/* DESCARGA */
.box-date {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;    
    color: #7C818D;
    margin-bottom: 10px;
}
.text-container {
    display: flex;
    flex-direction: column;
	margin-right: 6px;
}
.texto-info {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.6;
    width: 200px;
	font-size: 10px;
	color: #aeafb0;
	text-align: right; 
}
.download {
	background-color: #E8EAED;
	border-radius: 4px;
	padding: 8px 10px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 11px;
}
.download:hover {
	background-color: #e0e0e0;
}
/* TABLA */
.cajaSeguimientoF2 thead th:first-child .tablesorter-header-inner,
.cajaSeguimientoF2 thead th:first-child {
    background-image: none !important; 
    cursor: default !important; 
}
.cajaSeguimientoF2 thead th:first-child .tablesorter-header-inner:after,
.cajaSeguimientoF2 thead th:first-child:after {
    display: none !important;
    content: '' !important;
}
.cajaSeguimientoF2 .table-container {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #B1B6BE;
	margin-bottom: 25px;
	width:100%;
}
.cajaSeguimientoF2 .table-container table {
    width: 100%;
    border-spacing: 0;
}
.cajaSeguimientoF2 .tablaSeguimiento th {
	background-color: #d9e3fb;
	color: #61697C; font-size: 12px;
	font-weight: 500;padding: 5px 15px;
}
.cajaSeguimientoF2 .tablaSeguimiento td {
	padding: 10px;
	color: #686D78; font-weight: 400;
	font-size: 11px;
	border-top: 1px solid #B1B6BE;
}
.text-center.border-right, .text-left.border-right{
    border-right: 1px solid #B1B6BE;
}
.text-center.border-right.progress-grey {
	font-size: 12px;
	font-weight:400;
	color: #43535F}
.text-center.border-right.progress-green {
	background-color: #E8EEE8;
	font-size: 12px;
	font-weight:500;
	color: #06977F;}
.text-center.border-right.progress-red {
	font-size: 12px;
	font-weight:500;
	color: #FA6E53;
}
.text-center.detail-red{
	font-size: 12px;
	font-weight:500;
	color: #FA6E53;
}
.text-center {text-align: center;}

/* MODL DESCARGA */
#modalDescarga .modal-dialog {
    margin-top: 50px;
	width: 350px;
}
#modalDescarga .modal-header h3 {
    display: inline-block;
    white-space: nowrap;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 25px;
}
#modalDescarga .caja3E.capcha-contrasena{
	margin-left: 25px;
}
#modalDescarga .download.descargaExcel{
	margin-bottom: 20px;
	margin-left: 25px;
}
.closeDes{
	position: absolute;
    top: -3px;
    right: 8px;
    color: #14142B;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
}
.closeDes:hover, 
.closeDes:focus {
    color: black;
    text-decoration: none;
}
/* MENSAJE */
.update-box {
    display: flex;
    align-items: center;
    gap: 10px;
	font-size: 11px;
	color: #7C818D;
	margin-bottom: 10px;
}
.update-button {
    background-color: #E8EAED;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.update-button:hover {
	background-color: #e0e0e0;
}
.update-button i {
	font-size: 14px;
    vertical-align: middle;
    margin: 0;
    line-height: 0;
}
.update-text {
    margin: 0;
	line-height: 1.2;
}
/* --------------------- */
@media (max-width: 990px) {
    .cajaSeguimientoF2 .boxes-row {
        flex-direction: column;
        gap: 10px;
    }
    .cajaSeguimientoF2{
        width: 90%;
    }
    .box.survey, .box.rate, .box.detail{padding-top: 0px}
    .box .text br {
        display: none;
    }
    /* Ocultar la columna "unidades" */
    .table-f2 th:nth-child(3), .table-f2 td:nth-child(3) {
        display: none;
    }
}
/* --------------------- */
@media (max-width: 1200px) {
	.box .number i, .box.unfinished .number img { 
        display: none; 
    }
	.box.rate, .box.survey{
		padding: 0px 14px 0px 14px;
	}
	.text-center.border-right.progress-green, 
	.text-center.border-right.progress-red, 
	.text-center.border-right.progress-grey,
}