/* Icono de orden ascendente */
.dataTables_wrapper .sorting_asc::after {
    content:"\f0d7"; 
    color: aqua;/* Código del carácter para la flecha hacia arriba */
}

/* Icono de orden descendente */
.dataTables_wrapper .sorting_desc::after {
    content: "\25BC"; /* Código del carácter para la flecha hacia abajo */
}

tr th.dt-ordenable-desc{
    content:"\f0d7";
    color: aqua;
    
}


#tablaEmpleadas {
    font-size: 12px; /* Cambia el tamaño de letra de la tabla a 12px */
}

#tablaClientas {
    font-size: 12px; /* Cambia el tamaño de letra de la tabla a 12px */
}

#tablaEntrevistas {
    font-size: 12px; /* Cambia el tamaño de letra de la tabla a 12px */
}

#tablaRelaciones {
    font-size: 12px; /* Cambia el tamaño de letra de la tabla a 12px */
}

#tablaUsuarios {
    font-size: 12px; /* Cambia el tamaño de letra de la tabla a 12px */
}

.barra-propiedades {
    background-color: rgb(85, 128, 108);
    color: white;

}

.tukin-colors{
    background-color: hsl(219, 30%, 34%);
    color: white;
}

.tukin-letras{
    color: #ee9d07ff;
}

.logo {
    width: 300px;
    position: absolute;
    margin-left: 20px;
    padding-top: 7px;
}
.logo-login {
    width: 200px;
}

.msg{	
	background: #FFA500;
	color: #FFF;
}

.container-chico {
  width: 100px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.soft-primary {
    background: #c7eeff;
    color: #006a99;
}
.soft-secondary {
    background: #f3f3f3;
    color: #5f5f5f;
}
.soft-success {
    background: #c7f6e3;
    color: #00804c;
}
.soft-danger {
    background: #ffebeb;
    color: #990000;
}
.soft-warning {
    background: #fff2c7;
    color: #997600;
}
.soft-light {
    background: #f7f7f7;
    color: #6f6f6f;
}
.soft-dark {
    background: #d8d8d8;
    color: #262a2e;
}
.soft-info {
    background: #edfcfe;
    color: #0e858f;
}


.btn.soft-primary:hover {
    background: #008dcc;
    color: #ffffff;
}
.btn.soft-success:hover{
    background: #00ab66;
    color: #ffffff;
}
.btn.soft-secondary:hover {
    background: #7e7e7e;
    color: #ffffff;
}
.btn.soft-danger:hover {
    background: #cc0000;
    color: #ffffff;
}
.btn.soft-warning:hover {
    background: #cc9d00;
    color: #ffffff;
}