@font-face {
    font-family: comun;
    src: url(../fonts/Co-Headline-W01-Regular.otf);
}

@font-face {
    font-family: fina;
    src: url(../fonts/Co-Headline-W01-Light.otf);
}

@font-face {
    font-family: amplio;
    src: url(../fonts/Co-Headline-W01-Bold.otf);
}

tbody,
thead {
    font-family: fina;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
}

tr {
    font-family: fina;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
}

table.tablausuarios tbody tr:hover td {
    opacity: 1;
    background-color: white;
    color: black;
    cursor: pointer;
    vertical-align: middle;
}

th,
td {
    font-family: fina;
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.2s;
}

tbody {
    font-family: fina;
    height: 300px;
    overflow-y: auto;
    background-color: white;
    vertical-align: middle;
}

thead {
    font-family: fina;
    padding-right: 20px;
    margin-top: 20px;
    background-color: rgb(31, 61, 88);
    text-align: center;
    color: white;
    vertical-align: middle;
}

.tablausuarios td {
    align-items: center;
    overflow: hidden;
    /*white-space: nowrap;*/
}

thead th {
    text-align: center;
}

tbody td {
    text-align: center;
}

.formulariodefiltros {
    margin-top: 30px;
    font-family: fina;
}

.formulariodefiltros label {
    margin-left: 20px;
    margin-top: 5px !important;
}

.formulariodefiltros select {
    height: 40px;
    border-radius: 0px !important;
}

.formulariodefiltros option {
    height: 40px;
    border-radius: none !important;
}

#limpiarfiltrostabla {
    cursor: pointer;
    background-color: rgba(50, 120, 85, 0.8);
    border-radius: 20px;
    margin-left: 20px;
    height: 40px;
    padding: 9px;
    border: none;
    transition: all 0.5s;
}

#limpiarfiltrostabla:hover {
    cursor: pointer;
    background-color: rgba(50, 120, 85, 1);
    border-radius: 20px;
    margin-left: 20px;
    height: 40px;
    padding: 9px;
    border: none;
}

.ascendente {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    margin: auto;
}

.descendente {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    margin: auto;
}

@media screen and (max-width:900px) {
    .table-responsive {
        border: none !important;
    }
    tbody,
    thead {
        font-family: fina;
        text-align: center;
        vertical-align: middle;
    }
    tr {
        font-family: fina;
        vertical-align: middle;
    }
    th,
    td {
        min-width: 80px;
    }
    table th:nth-child(1) {
        min-width: 150px;
    }
    table td:nth-child(1) {
        min-width: 150px;
    }
    table th:nth-child(2) {
        min-width: 100px;
    }
    table td:nth-child(2) {
        min-width: 100px;
    }
    table th:nth-child(3) {
        min-width: 50px;
    }
    table td:nth-child(3) {
        min-width: 50px;
    }
    table th:nth-child(4) {
        min-width: 50px;
    }
    table td:nth-child(4) {
        min-width: 50px;
    }
    table th:nth-child(6) {
        min-width: 50px;
    }
    table td:nth-child(6) {
        min-width: 50px;
    }
    table th:nth-child(9) {
        min-width: 50px;
    }
    table td:nth-child(9) {
        min-width: 50px;
    }
    table th:nth-child(10) {
        min-width: 50px;
    }
    table td:nth-child(10) {
        min-width: 50px;
    }
    td {
        text-align: center;
    }
    .formulariodefiltros {
        margin-top: 0px;
    }
    .formulariodefiltros label {
        margin-top: 20px;
        margin-left: 20px;
    }
    #limpiarfiltrostabla {
        margin-top: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .formulariodefiltros select {
        height: 40px;
        width: 90%;
        margin: auto;
        border-radius: 0px !important;
    }
}