.tablepress {
box-shadow: 15px 14px 38px 0 rgba(49,49,49,0.1);
background-color: #f2f2f2; /* Gris muy claro */
}
.tabla-grl.tablepress thead,
.tabla-grl.tablepress thead th {
background-color: #313131; /* Gris base */
color: #f2f2f2; /* Gris muy claro */
text-align: center;
padding: 15px 0;
}
.tabla-grl.tablepress tbody td {
padding: 15px;
}
.tabla-grl thead .sorting:hover,
.tabla-grl thead .sorting_asc,
.tabla-grl thead .sorting_desc {
background: #474747; /* Gris medio oscuro */
color: #dcdcdc; /* Gris claro */
}
.tabla-grl .tabla-grl__btn {
background-color: #5a5a5a; /* Gris medio */
border-radius: 5px;
color: #f2f2f2; /* Gris muy claro */
text-align: center;
padding: 5px 10px;
display: block;
}
.tabla-grl .tabla-grl__btn:hover {
background-color: #313131; /* Gris base */
}
.tabla-grl__strong {
font-size: 15px;
color: #5a5a5a; /* Gris medio */
font-weight: 300;
}
.dataTables_filter label input:not([type=checkbox]):not([type=submit]),
select,
textarea {
display: inline;
background-color: #f2f2f2; /* Gris muy claro */
border: #313131 1px solid; /* Gris base */
margin: 0 0 10px 10px;
border-radius: 5px;
}
.tabla-sec-line .row-1 [class*=column-] {
text-align: center;
}
.tabla-sec-line .row-1 [class*=column-] .tabla-grl__btn {
background-color: #a6a6a6; /* Gris claro medio */
color: #313131; /* Gris base */
font-weight: bold;
display: inline;
}
.tabla-sec-line .row-2 {
background-color: #313131; /* Gris base */
font-weight: bold;
color: #f2f2f2; /* Gris muy claro */
}
.tablepress-id-preguntas-frecuentes .column-1 {
width: 30%;
}
.tablepress-id-preguntas-frecuentes .tabla__header {
height: 33px;
}
.tablepress-id-preguntas-frecuentes h3 {
text-align: right;
position: absolute;
}
.tablepress-id-preguntas-frecuentes li {
line-height: initial;
}
.tablepress-id-preguntas-frecuentes ul li:before {
top: 10px;
}
@media screen and (max-width:600px) {
.tablepress-id-preguntas-frecuentes {
display: block;
overflow: auto;
}
.tablepress-id-preguntas-frecuentes h3 {
text-align: left;
font-size: 1.2em;
font-weight: bold;
line-height: 1.3em;
}
.tablepress-id-preguntas-frecuentes .tabla__header-doble {
height: 50px;
}
.tabla-grl {
display: block;
overflow: auto;
}
}