@import url(../fontello/fontello.css);
@import url(../fontello/animation.css);
.tab-content .tab-pane{
    height:100%
}

table.table.raya > tbody > tr:nth-child(odd) > td {
    background-color: rgb(202 202 202);
}

table#tablaTicket > tbody > tr:hover > td, table#tablaTicketRecientes > tbody > tr:hover > td, table#tablaTicketCreados > tbody > tr:hover > td {
    background-color: rgb(122, 170, 237) !important;
}

tr.trActiva > td{
    background-color: rgb(74, 74, 74) !important;
    color:white;
}

.table-hover tbody.PagCliTbody tr:hover td {
    background-color: dodgerblue;
    color: white;
}

table#tblPaginadoClientes.table thead tr th {
    position: sticky;
    top: 0px;
    background-color: black;
    color: white
}

.userPhoto {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.accordion-button, .accordion-button:not(.collapsed) {
    background-color: #1C2833;
    color: white;
}

.modal-header, .modal-footer, div.modal-header {
    background-color: #1C2833;
    color: white !important;
}

.micontenido {
    margin-right: 0px;
}

div.custom-navbar > button > i, div.custom-navbar > div > button > i {
    color: black;
    border-radius: 15px;
    padding: 3px;
    width: 100px;
    margin: 10px;
}

.nombreMenu {
    margin-top: 15px;
}

.hrmenu {
    height: 3px !important;
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
    opacity: 100;
}

.tituloMenu {
    margin-top: 15px;
}

.mibarra {
    padding: 0px;
    background-color: #1C2833;
    border-radius: 0px 15px 15px 0px;
}

.contenido {
    background-color: #1C2833;
    border-radius: 15px 0px 0px 15px;
    margin-right: 0px;
}

.custom-navbar button {
    border: 0px;
    background-color: transparent;
    color: white;
    font: bold;
}

div.custom-navbar > button.salida:hover {
    background-color: red;
    color: white;
}

div.custom-navbar > button:hover,
div.custom-navbar > button.list-group-item-action:focus,
div > button.list-group-item-action:hover,
div > button.list-group-item-action:focus {
    background-color: dodgerblue;
    color: white;
}

.nav-img {
    padding: 10px;
    width: 250px;
    height: 120px;
}

.cabecero {
    background-color: #1C2833;
    border: 1px white solid;
}

.abrirModal {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 600;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.floatingButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 40px;
    background-color: #00782d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.floatingButton-icon {
    margin-top: 13px;
}

.check-cot {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 2px;
}

    .check-cot.form-check-input:checked {
        background-color: #198754;
        border-color: #198754;
    }

.custom-popover {
    --bs-popover-font-size: $font-size-xl;
    --bs-popover-border-color: red;
    --bs-popover-body-color: red;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

div#tblListaCliente_wrapper {
    color: white;
}
