body{
    font-family: 'Montserrat', sans-serif;
}
.bg-login{
    background: rgba(12,0,79,1);
    background: -moz-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,0,79,1)), color-stop(3%, rgba(12,0,79,1)), color-stop(53%, rgba(4,4,122,1)), color-stop(100%, rgba(27,0,179,1))) !important;
    background: -webkit-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: linear-gradient(to right, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c004f');
    
}
.card-header-login{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}
.card-login h3, .card-login p, .card-login a.forgot-password{
    color:#2e08e3;
}
.card-login{
    max-width: 30rem !important;
    border-radius: 22px !important;
}
.card-login input{
    box-shadow: 0px 0px 8px rgb(154 154 154 / 50%);
}
.sidebar .nav-item{
    margin-bottom: 0 !important;
}
.img-rubro{
    background-color: #2e08e3;
}
.btnEditarSucursal{
    cursor: pointer;
}
.btn-login{
    border: 1px solid #2e08e3;
    border-radius: 9px;
    text-transform: uppercase;
    font-size: 15px;
    color:#2e08e3;
    background-color:white;
    font-weight: 600;
    width: 100%;
}
.btn-blue:hover{
    border: 1px solid #2e08e3;
    border-radius: 9px;
    text-transform: uppercase;
    font-size: 15px;
    color: white !important;
    background-color: #2e08e3;
    font-weight: 600;
}
.btn-blue{
    border: 1px solid white;
    color:#2e08e3;
    background-color: white;
    font-weight: 600;
    border-radius: 9px;
    text-transform: uppercase;
    font-size: 15px;
}

.pull-right .btn{
    background-color: white;
    color:#2e08e3;
}

.card-header{
    background-color: #2e08e3;
    color:white !important;
    font-size: 16px;
}

.card-header h6{
    color:white !important;
}

.card-header a{
    color:white !important;
}


label{
    color: #2e08e3;
}
.logo-login {
    background: rgba(12,0,79,1);
    background: -moz-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,0,79,1)), color-stop(3%, rgba(12,0,79,1)), color-stop(53%, rgba(4,4,122,1)), color-stop(100%, rgba(27,0,179,1))) !important;
    background: -webkit-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    background: linear-gradient(to right, rgba(12,0,79,1) 0%, rgba(12,0,79,1) 3%, rgba(4,4,122,1) 53%, rgba(27,0,179,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c004f');
    width: 150px;
    height: 150px;
    margin-top: -84px;
}
@media (min-width: 768px){
    .navbar{
        height: 70px;
    }
    .navbar .titulo{
        color: #2e08e3;
        font-size: 20px !important;
    }
    .navbar .titulo:hover{
        color: #2e08e3;
    }
    .navbar .dropdown a{
        color: #2e08e3 !important;
    }
    .navbar .logo {
        margin-right: 20px;
        margin-left: 50px;
    }
    .fa-user-circle{
        font-size: 29px;
    }
    #grilla_length label{
        color: #2e08e3 !important;
    }
    #grilla_filter label{
        color: #2e08e3 !important;
    }
    .sidebar {
        width: 110px !important;
        position: relative;
        top: 50px;
        border-radius: 0 20px 20px 0;
        background: #fff;
        height: max-content;
        min-height: max-content !important;
    }
    .sidebar i {
        font-size: 30px;
        color: #d0d0d0;
        transition: color 0.4s ease;
    }
    .sidebar i:hover {
        color: #2e08e3;
    }
    .active{
        color: #2e08e3;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        padding: 10px 30px 10px 20px;
        width: 100%;
        text-align: center;
    }
}
.active i{
    color: #2e08e3 !important;
}
#wrapper{
    background-color: #f0f0f0;
    height: 100vh;
}
.page-header {
    color: #2e08e3;
    font-size: 30px !important;
    font-weight: 400;
    border-bottom: 2px solid #ccc9c9;
}
.page-header h3{
    color: #2e08e3;
    font-size: 30px !important;
    font-weight: 500;
}
.page-index h3{
    color: #2e08e3;
    font-size: 30px !important;
    font-weight: 500;
}
.contenido-menu i{
    color: #2e08e3;
    font-size: 50px;
}
.contenido-menu span{
    color: #2e08e3;
    color: #2E08E3;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

}
.contenido-menu{
    width: 317px;
    border-radius: 15px;
    background-color: white;
    width: 100%;
}
.botones{
    display: flex;
    list-style: none;
}
#grilla td{
    background-color: #ffffff00 !important;
    border-bottom: 1px solid #ccc9c9;
}
#grilla th{
    color: #606060;
}
#grilla a{
   color: #2e08e3;
   font-weight: 700;
}
.indicadores .contenedor{
    background-color: #fff;
    height: 140px;
    width: 160px;
}
.indicadores .contenedor .cantidad{
    font-weight: 700;
    font-size: 50px;
}
.indicadores .todos{
    margin-right: 8px;
}
.indicadores .texto{
    font-weight: 500;
}
.indicadores .pendientes{
    color: #2e08e3;
}
.indicadores .aprobados{
    color: #82d146;
}
.indicadores .rechazados{
    color: #ff0000;
}
.indicadores .pendientes:hover{
    color: #2e08e3;
}
.indicadores .aprobados:hover{
    color: #82d146;
}
.indicadores .rechazados:hover{
    color: #ff0000;
}
.dataTables_wrapper {   
    overflow: scroll;
}    
#lstAsig,#lstNoAsig{
    height: 220px;
}
.botonera_list {
    margin-top: 100px;
}
.botonera{
    text-align: center;
}
.boton-agregar, .boton-quitar {
    font-size:24px !important;
    padding: 0 10px;
}
.boton-agregar {
    color:rgba(57, 197, 37, 1);
}
.boton-quitar {
    color:rgba(223, 85, 129, 0.9);
}
.select-dinamico{
    width: 90%;
    display: inline;
}
.fecha {
    width: 160px !important;
}
.fecha-hora-min{
    width: 70px;
    display: inline;
    width: 46%;
}
.fecha-hora{
    width: 70px;
    display: inline;
    margin: 0 2px;
}
.fecha-hora input{
    width: 230px;
    display: inline;
}
.div-rol label{
    display: inline;
    font-weight: normal;
}
.div-rol input{
    display: inline;
    width: 30px;
}
.div-rol .titulo {
    font-weight: 700;
}
.div-rol input[type=checkbox],.div-rol a{
    cursor: pointer;
    decoration:none;
}

.inline {
    display:inline;
}
#divRepeticion select{
    width: 100px;
    display:inline;
}
#divDiaRepeticion input {
    width: 20px;
    height: 20px;
    margin: 3px;
}
.texto-normal, .texto-normal label{
    font-weight: normal;
}
.error-required {
    border-color:rgb(226,95,95);
}
.error{
    color: red;
    font-weight: normal;
}
table {
    width: 99% !important;
}
#divPeriodo .modal-dialog{
    width: 70%;
}
.list-group p{
    font-weight: bold;
}
.datepicker .day{
    background-color: #337ab7;
    color: #fff;
}
.datepicker .disabled{
    background: none;
    color: #777 !important;
    cursor: not-allowed;
}
/****Turnero****/
#divHorarioDisponible{
    margin-top: 34px;
}
#divHorarioDisponible .horario:hover{
    background-color: #337ab7;
    color: #fff;
    cursor:pointer;
}
#divComprobante {
    border-top: 8px solid rgb(48,42,44);
    box-shadow: 2px 2px 15px rgb(220, 188, 188);
    margin-top: 30px;
    padding: 3px;
}
.underline{
    text-decoration: underline;
}
#divComprobante input{
    text-transform:capitalize;
}
#divComprobante .info-lugar,#divComprobante .info-direccion,#divComprobante .info-ciudad{
    display:table;
}
#divComprobante .info-lugar{
    font-weight: bold;
}
#divComprobante .info-nota{
    font-size: 11px;
    padding: 10px 0;
}
.btn-imprimir {
    font-size: 25px !important;
    margin-top: 36px;
    cursor: pointer;
}
#divComprobante hr{
    border-top: 1px solid #8c8c8c;
}
.cursor {
    cursor: pointer;
}
#grilla_filter input[type=search], #grilla_length select{
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    height: auto;
    padding: 5px 7px;
    margin-left: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f9f9f9;
    box-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
}
#grilla_length label, #grilla_filter label{
    font-weight: normal;
}

#grilla th{
    font-size:12px;
    text-transform: uppercase;
    padding: 10px
}
#grilla td{
    font-size:15px;
    letter-spacing: 0.1px;
    padding: 10px
}

#grilla a{
    text-decoration: underline !important;
}

#grilla{
    font-size:14px !important;
}

.dominio-online, .dominio-offline{
    color: white;
    text-align: center;
}
.dominio-online{
    background-color: green;
}
.dominio-offline{
    background-color: red;
}
body, span, a, td, select, option, .filter-option-inner-inner {
    font-size: 0.9rem !important;
}
.bootstrap-select>.dropdown-toggle{
    display: block;
    width: 100%;
    height: calc(2.1rem + 0px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-menu .dropdown-item {
        display: block;
    white-space: pre;
    min-height: 1.2em;
        padding: .2rem 1rem;
        --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        font-size: 0.9rem !important;
}
textarea {
    height: 5rem !important;
}
.navbar-brand {
    max-width: 150px;
    font-size: 1rem !important;
}
.h3, h3 {
    font-size: 1.4rem !important;
}
label {
    font-weight: bold;
    margin-bottom: .1rem !important;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
.form-control {
    height: calc(2rem + 1px) !important;
    font-size: 0.9rem;
}
.btn-item{
    list-style: none;
    padding-right: 10px;
}

.btn-item a{
    font-size: 1.5rem !important;
    text-decoration: none;
}
.btn-item span{
    padding-left: 5px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.btn-breadcrumb-separador {
    display: inline-block;
    padding-right: .5rem;
    color: #007bff;
    content: "|";
}
.toolbar{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 0 0.4rem 0.2rem !important;
    list-style: none;
    background-color: white !important;
}
.listamultiple{
    height: 20rem !important;
}
#filtro-pedido {
    list-style-type: none;
}
.bootstrap-select.form-control {
    min-width: 150px !important;
}
.importeFormularioPago {
    display: inline !important; 
}
#formularioPago input{
border: 0 !important;
border-radius: 0px;
border-bottom: 1px solid  #ced4da !important;
}

#formularioPago .card{
border: 0 !important;
}

#imagenLogoPlantillaFormulario{
    height:60px !important;
}
#SpanTotalFormularioPago{
    color:#435a7f !important;
    font-size:22px !important;
    font-weight: 600 !important;
}
#cantidadCuotas{
    color: #7395af !important;
    font-size: 17px !important;
    font-style: italic !important;
}
.dataTables_length label{
    margin-left: 5px;
}
.dataTables_filter{
margin-right: 5px;
}
.card-estadisticas{
    border-radius: 15px;
    background-color: white;
    width: 100%;
}
.card-estadisticas{
    border-radius: 15px;
    background-color: white;
    width: 100%;
    box-shadow: 0px 0px 8px rgb(154 154 154 / 50%);
    border-radius: 11px;
}
.card-estadisticas h2{
    font-size: 45px !important;
}
.reporte1 h2{
   color: #1B1464 !important;
   font-weight: 800;
   text-transform: uppercase;

}
.reporte1 span{
   color: #1B1464 !important;
   font-weight: 800;
   text-transform: uppercase;

}
.reporte2 span{
   color: #2E08E3 !important;
   font-weight: 800;
   text-transform: uppercase;

}
.reporte2 h2{
   color: #2E08E3 !important;
   font-weight: 800;
   text-transform: uppercase;

}
.reporte3 h2{
   color: #606060 !important;
   font-weight: 800;
   text-decoration: uppercase;

}
.reporte3 span{
   color: #606060 !important;
   font-weight: 800;
   text-decoration: uppercase;

}
h6{
    color: #2E08E3;
    text-transform: uppercase;
}
.bg-1{
    background-color: #1B1464 ;
}
.bg-2{
    background-color: #2E08E3;
}
.bg-3{
    background-color: #606060;
}
.text-1{
    color:  #4e73df !important;
}
.text-2{
    color: #1cc88a !important;
}
.text-3{
    color: #606060 !important;
}
.edades18-25{
    background-color: #1B1464;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
}
.edades25-30{
    background-color: #2E08E3;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
}
.edades30-45{
    background-color: #606060;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
}
.edades45-60{
    background-color:#9c9c9c;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
}
.edades60mas{
    background-color:#D0D0D0;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
}
.breadcrumb {
    background-color: transparent !important;
    font-size: 0 !important;
}
.breadcrumb-item a{
    color: #606060;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #606060;
    content: "/";
}
.breadcrumb-item.active {
    color: #2e08e3;
    font-size: 14px;
}
label.periodo{
    font-size: 12px !important;
}
#map{
    height: 600px;
}
.descuento-vencido {
    color: red!important;
    font-weight: bold;
}
#btnEditarDescuento {
    color: rgb(223, 223, 223) !important;
}