@media (min-width: 768px) {
    .sidebar {
        width: 215px !important;
    }
}

a.disabled {
    pointer-events: none;
}

.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;
}

.dataTables_length {
    float: right !important;
}

.dataTables_filter {
    float: left !important;
}

.dataTables_filter input[type=search],
.dataTables_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;
}

.dataTables_length label,
.dataTables_filter label {
    font-weight: normal;
}

.dataTable th {
    font-size: 12px;
    text-transform: uppercase;
}

.dataTable td {
    font-size: 15px;
    letter-spacing: 0.1px;
}

.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: 2.27rem !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;
}

.navbar-expand {
    /* height: 55px; */
}

.h3,
h3 {
    font-size: 1.4rem !important;
}

label {
    color: #b98119;
    font-weight: bold;
    margin-bottom: .1rem !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.form-control {
    font-size: 0.9rem;
}

.form-control:has(#lstGrupo) {
    height: calc(2rem + 1px) !important;
}

.form-control.disabled {
    pointer-events: none;
    opacity: .7;
}

#grilla-firewall .form-control {
    height: calc(1.5em + .75rem + 2px) !important;
}

.form-control-textarea {
    height: 138px !important;
}

.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;
}

#formularioPago .card-curso {
    width: 100%;
    border: 2px solid #33a4cd;
    border-radius: 7px;
}


#imagenLogoPlantillaFormulario {
    height: 60px !important;
}

#SpanTotalFormularioPago {
    color: #7395af !important;
    font-size: 17px !important;
    font-style: italic !important;
}

#cantidadCuotas {
    color: #435a7f !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.prospectos-correos .form-control,
.clientes-correos .form-control {
    height: 200px !important;
}

.prospectos-correos #lstCorreos,
.clientes-correos #lstCorreos {
    overflow: auto;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    width: 206px !important;
}

.modal-img {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content-img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content-img,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.fondoparada {
    background-color: #63E3E3 !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 100px;
    margin: auto;
    color: white;
    font-size: 28px;
}

.lineaparada {
    background-color: #63E3E3 !important;
}

.text-parada {
    color: #000;
    font-size: 15px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px !important;
    font-weight: bold !important;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@media(max-width: 768px) {
    #formularioPago .span_moneda {
        display: block;
    }
}