* {
    box-sizing: border-box;
    margin: 0;

    /* outline: 1px solid red; */
}

/* body{
    background-color: rgb(210, 220, 226);
} */

.img__default {
    max-width: 100%;
}

.image_clickeable {
    cursor: pointer;
}

#myTablePermissions tr th:first-child {
    max-width: 6px;
    word-wrap: break-word;
}

table.dataTable thead .sorting_asc:first-child:before,
table.dataTable thead .sorting_desc:first-child:before,
table.dataTable thead .sorting_asc:first-child:after,
table.dataTable thead .sorting_desc:first-child:after {
    content: none;
    opacity: 0;
}

.btn__hidden {
    display: none;
}

/* .contenedor-preguntas {
    margin: auto;
    padding: 20px;
} */

.section-preguntas {
    border: 2px solid #72b7f8;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0;
}

.section__label {
    display: block;
    padding: 7px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px dashed #ccc;
    margin-bottom: 3px;
}

.section__label:hover {
    background: #84c2fc;
}

.seleccionado {
    background-color: #89df7ec5;
}

#timer {
    color: #dd3741;
    background: rgba(221, 55, 65, .2);
    border: 1px solid #dd3741;
    padding-left: 8px;
    padding-right: 8px;
}

/* #myTableSimulationResults table tbody tr td span.approved { */
.table-responsive tbody tr td span.approved {
    color: #5aae30;
    background: rgba(90, 174, 48, .2);
    border: 1px solid #5aae30;
    padding: 3px;
    border-radius: 4px;
}

/* Unpaid */
.table-responsive tbody tr td span.reproved {
    color: #dd3741;
    background: rgba(221, 55, 65, .2);
    border: 1px solid #dd3741;
    padding: 3px;
    border-radius: 4px;
}