body, html {
    height: 100% /* !important */;
}

body {
    color: black;
    background-color: var(--page-bg);
}

.container {
    color: black;
}

h1, h2, .index-page .page-header .container > .content-center.brand .h1-seo, .index-page .page-header .container > .content-center.brand h3 {
    color: #28365b;
}

div.form-check:nth-child(4) > label {
    color: black;
}

.navbar-custom {
    background: #1f2251;
}

table.table > tbody > tr > td {
    color: black /* !important */;
}

table.table > tfoot > tr > th {
    color: black /* !important */;
}

.form-control {
    color: black;
    background-color: white;
}

.form-control:focus {
    color: black;
    background-color: white;
}

.btn-dropdown > a {
    color: white /* !important */;
}

.dropdown-menu {
    background: radial-gradient(ellipse at bottom, #292D61 30%, #171941 80%) /* !important */;
}

.select2-results__option {
    color: black;
}

.table-responsive {
    overflow: auto;
}

.title-custom {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1200;
    transform: translate(-50%, -50%);
}

.loading2 {
    position: fixed;
    z-index: 500;
    background-color: white;
    height: 100%;
    width: 100%;
    display: none;
}

.footer {
    z-index: 2000;
}

.toastify {
    font-size: 20px;
}

.modal {
    text-align: center;
    padding: 0 /* !important */;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.Ingreso {
    /*border: 4px solid #28365b;*/
    border-radius: 15px;
    cursor: pointer;
}

.Caja {
    border: 4px solid #28365b;
    border-radius: 15px;
}

.cover {
    height: 150px;
    width: 25%;
    float: left;
}

.cover2 {
    height: 150px;
    width: 25%;
    float: left;
}

.fanual {
    width: 20px;
}

.Ingreso-sel {
    text-decoration: underline #7367f0;
    border: 4px solid #7367f0;
    border-radius: 15px;
}

.Ingreso h3 {
    font-size: 25px;
    /*color: white;*/
    /*background-color: #28365b;*/
    margin: 0 auto;
    padding-bottom: 5px;
}

.Caja h3 {
    font-size: 25px;
    color: white;
    background-color: #28365b;
    margin: 0 auto;
    padding-bottom: 5px;
}

.Ingreso-sel h3 {
    font-size: 27px;
    /*color: white;*/
    /*background-color: #7367f0;*/
    margin: 0px auto;
    padding-bottom: 5px;
}

.fanual {
    display: inline-block;
}

.monto {
    font-size: 30px;
    font-weight: bold;
    color: #28365b;
    display: inline-flex;
}

#gpi {
    width: 960px;
    height: 530px;
}

.pesimo {
    color: #DF2935;
    /* !important */;
    font-weight: bold;
}

.mal {
    color: #F68E5F;
    /* !important */;
    font-weight: bold;
}

.piola {
    color: #F5DD90;
    /* !important */;
    font-weight: bold;
}

.bien {
    color: #F5DD90;
    /* !important */;
    font-weight: bold;
}

.negritas {
    font-weight: bold;
}

.negritas td {
    padding: 5px /* !important */;
}

.bar {
    height: 60px;
    width: 100%;
}

.formTitulo {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

#bbe {
    width: 80px;
    height: 38px;
    cursor: pointer;
}

.swal2-radio {
    font-size: 15px;
    display: inline-block /* !important */;
}

footer {
    z-index: 1 /* !important */;
}

.descTitu {
    width: 10%;
    height: 20px;
    float: left;
}

.descTitu {
    width: 80%;
    border: 0;
    padding: 0;
}

.venTitu {
    width: 50%;
    border: 0;
    padding: 0;
    font-weight: bold;
    font-size: 15;
}

.venNum {
    width: 30%;
    border: 0;
    padding: 0;
}

.venDet {
    width: 20%;
    border: 0;
    padding: 0;
}

.chart {
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    height: 550px;
    max-width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    padding-top: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ccc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tablaswitch {
    width: 100%;
    font-size: 25px;
    color: white;
    background-color: #28365b;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 4px solid white;
    border-radius: 15px;
    cursor: pointer;
}

#cajaswitch {
    width: 60px;
}

.contenedorswitch {
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
    color: #28365b;
    margin: 0 auto;
}

.divswitch {
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    width: 35%;
}

.divswitch2 {
    text-align: center;
    display: inline-block;
    width: 10%;
    min-width: 65px;
}

.divswitch.selected {
    border-radius: 15px;
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    width: 35%;
    color: white;
    background-color: #28365b;
}

.subtitulo-caja {
    font-size: 15px;
}

.cargaExcel {
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.theadROC {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    padding: 12px 7px;
    vertical-align: middle;
    border-bottom-width: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
}

.botonROC {
    cursor: pointer;
    padding: 0;
}

p {
    color: black;
}

.padding-0 {
    padding: 0 !important;
    min-width: 100px !important;
}

/* paleta de colores
#1f2251 MORADO
#28365B DEEP KOAMARU (MORADO)
#DF2935 ROSE MADDER (ROJO)
#586BA4 BLUE YONDER (MORADO CLARO)
#F5DD90 FLAVECENT (AMARILLO)
#F68E5F BIG FOOT FEET (NARANJO)
#FFFFFF WHITE (BLANCO)
#8CB369 ASPARAGUS (VERDE)
 */


