﻿
body {
    color: #7e8299;
}

.page .table {
    color: inherit;
}

.page i {
    color: inherit;
}

.form-select {
    display: inline-block;
}

.gridRegistros .sorting:after {
    right: 1em;
    content: " ↑↓";
}

.gridRegistros .sorting_asc:after {
    right: 1em;
    content: " ↑";
}

.gridRegistros .sorting_desc:after {
    right: 1em;
    content: " ↓";
}

.gridHeaderStyle a {
    color: #6e7281;
}

.paginate_grid table {
    margin-right: 0;
    margin-left: auto;
}

.paginate_grid td {
    margin-right: 0.5rem;
    font-weight: 500;
    font-size: 1.075rem;
}

    .paginate_grid td span {
        color: #fff;
        background-color: #009ef7;
        border-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.475rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-weight: 500;
        font-size: 1.075rem;
    }

    .paginate_grid td a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.475rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-weight: 500;
        font-size: 1.075rem;
        padding: 0.375rem 0.75rem;
        padding: 0.375rem 0.75rem;
        position: relative;
        display: block;
        color: #5e6278;
        background-color: transparent;
        border: 0 solid transparent;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


/*MODAL*/
.mpFondo {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.card {
    word-wrap: normal;
}

.cardEspacio {
    background-color: #eff2f5;
    padding: 10px;
}

    .cardEspacio > div {
        background-color: white;
        padding: 10px;
    }


.divDescripcionSala {
    height: 60px;
    overflow: auto;
}

.ancho40 {
    width: 40%;
}

.ancho50 {
    width: 50%;
}

.ancho60 {
    width: 60%;
}

.carousel-item {
    height: 300px;
}

.imgSlider {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 5px;
}

.float-right {
    float: right;
}

.d-inline-block {
    display: inline-block;
}

.font-black {
    color: #181C32 !important;
}

.contenedorModal {
    width: 600px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    overflow: visible;
    padding: 10px 10px 10px 10px;
    white-space: normal !important;
    max-height: 80%;
    overflow-y: auto;
}

.mpFondo {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}



.divCestaSalas {
    /*border:1px solid #009ef7;*/
    background-color: #f1faff;
    border-radius: 5px;
}

.gridCesta {
    background-color: white;
    border-radius: 5px;
    border: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.border-radius-calc {
    border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}

.f-color-corporativo {
    color: #0065a7 !important;
}

.bg-color-corporativo {
    background-color: #0065a7;
}

.f-color-white {
    color: white !important;
}

.f-color-gray {
    color: #7e8299;
}

.LabelEstado {
    padding: 7px;
    color: #fff;
    text-align: center;
    min-width: 26px;
    border-radius: 3px;
    margin: auto;
}

.Estado_CONFIRMADO {
    background: #2D3EE8;
}

.Estado_CONFIRMADA {
    background: #2D3EE8;
}

.Estado_Confirmada {
    background: #2D3EE8;
}

.Estado_ANULADA {
    background: #E82D2D;
}

.Estado_Anulada {
    background: #E82D2D;
}

.Estado_PDTE_CONFIRMAR {
    background: #E8932D;
}

.Estado_Pendiente {
    background: #E8932D;
}

.Estado_FACTURADO {
    background: #61B650;
}

.Estado_Facturada {
    background: #61B650;
}

.Estado_RECHAZADA {
    background: #E82D2D;
}

.Estado_Rechazada {
    background: #E82D2D;
}

.Estado_EN_RESERVA {
    background: #61B650;
}

.Estado_Reservada {
    background: #61B650;
}

.display-none {
    display: none;
}

.text-align-center {
    text-align: center;
}

.libroImagen img {
    display: block;
    object-fit: contain;
    object-position: 50% 0%;
    height: 16em;
}

.libroImagen-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.position-relative {
    position: relative !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.cardLibro {
    background-color: #eff2f5;
    padding: 10px 35px;
}

    .cardLibro > div {
        background-color: white;
        padding: 10px;
    }

.btnLargo {
    padding: 5px 20px !important;
}

.labelEstadoLibro {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 3px;
}

.libroDisponible {
    background-color: #57CD92;
}

.libroPrestado {
    background-color: #CD5757;
}

.estiloDataPager span {
    background-color: #004B7C;
    padding: .5rem .75rem;
    color: #fff;
    margin-left: 1rem;
    width: 2rem;
    border-radius: 6px;
}

.page-item {
    margin-left: 1rem;
    background-color: #0065a7;
    border-radius: 6px;
    width: 2rem;
}

.page-link {
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #fff;
}

    .page-link:hover {
        background-color: #004B7C;
        border-radius: 6px;
        color: #fff;
    }

.list-none {
    list-style: none;
}

.botonVerde {
    background-color: #3da93d;
}

    .botonVerde:hover {
        color: #3da93d !important;
        border-color: #3da93d !important;
    }

.EstadoLibroDevuelto {
    background-color: #57CD92;
    color: white;
    border-radius: 3px;
}

.EstadoLibroPrestado {
    background-color: #E5863F;
    color: white;
    border-radius: 3px;
}

.EstadoLibroBaja {
    background-color: #CD5757;
    color: white;
    border-radius: 3px;
}

.EstadoLibroReservado {
    background-color: #577DCD;
    color: white;
    border-radius: 3px;
}

.EstadoAparatoPendiente {
    background-color: #7C1E57;
    color: white;
    border-radius: 3px;
}

.p5 {
    padding: 5px;
}

.p3 {
    padding: 3px;
}

@media screen and (max-width:768px) {

    .contenedorModal {
        width: 90%;
        overflow-y: visible;
        overflow-x: hidden;
    }

    .mt-10MQ {
        margin-top: 5px;
    }
}
