.md-progress .progress-bar {
    background-color: #0077c8 !important;
}
/* Menu */
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #0883F1 !important;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-weight: 500 !important;
}
.disabled{
    display: none !important;
}
.custom-radio{
    font-size: 1rem;
    font-weight: 700;
}
/* use the font */
/* Aplica a todos los input[readonly] excepto los que tienen la clase noiconlock */
.iconlock {
    background-color: #ebebeb !important;
    border: 1px solid #ccc !important;  
    color: #6c757d !important;        
    cursor: not-allowed; 
    box-shadow: inset 0 0 0 1px #565656 !important;
}

.iconlock:hover {
    box-shadow: inset 0 0 0 1px #565656 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #ccc !important;
}

.iconlock.form-control {
    background-image: url('/asset/image/lock.svg') !important; /* Cambia la imagen */
    background-color: #e9ecef; /* Fondo gris claro para indicar deshabilitado */
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    cursor: not-allowed; /* Cambia el cursor para indicar que no se puede editar */
}
.leercontrato:hover {
    color: #6c1d1d !important;
}
select {
    text-transform: uppercase !important;
  }
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
table {
    background-color: #3f76ec !important;
    color: white !important;
}
tbody tr:nth-child(odd) {
    background-color: #f0fbff !important;
    color: #2d2d2d;
}
.note-primary {
    background-color: #ffe5e5 !important;
    border-color: #ff8a8a !important;
    font-size: 15px;
}

.md-tabs {
    background-color: #0883F1;
}

.card-header {
    color: white;
    background-color: #0481fd !important;
    font-weight: 600;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hezi_bgcolor {
    background-color: #0883F1 !important;
    color: white;
}

table.table_recauda thead th {
    font-size: 1rem;
    font-weight: 600;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
}

.table-pagos td,
.table-pagos th {
    color: #292929;
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem !important;
    font-weight: 500;
    padding-top: 1.1rem !important;
    padding-bottom: 1rem !important;
}

.Pagada td,
.Pagada th {
    color: #c3c3c3 !important;
}

.cabecera_tabla_pagos th {
    color: #292929;
    font-size: 1rem !important;
    font-weight: 600;
    padding-bottom: 10px;
}

.subtitulohezi {
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 28px !important;
    font-weight: 500;
}

.blockquote {
    font-size: 0.9rem !important;
}

.crearCheckboxDePatologias {
    font-size: 0.8rem !important;
}

.fondobloqueado {
    background-image: url("../image/seguro_bk.jpg");
}

.fondolibre {
    background-color: #f5f5f5;
}

#login .container #login-row #login-column #login-box {
    margin-top: 70px;
    max-width: 600px;
    height: 400px;
    box-shadow: 2px 2px 2px 2px #d1d5d9;
    border-radius: 3px;
}

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.circular--square {
    border-radius: 50%;
}

.div-content-center {
    height: 150px;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}


/* .form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
} */

.btn-google {
    color: white;
    background-color: #bfbaba;
}

.pull-right {
    float: right!important;
    margin-right: 5rem;
}

#left {
    float: left;
}

#center {
    display: inline-block;
    margin: 0 auto;
}

#right {
    float: right;
    margin: 0 auto;
}


/*Custom checkbox*/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    /* float: right; */
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: -4px;
    background-color: rgb(228, 225, 225);
    -webkit-transition: .2s;
    transition: .2s;
}

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

input.primary:checked+.slider {
    background-color: #2196F3;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

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

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

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

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


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    height: 17px;
}

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

input[type=radio]:checked~.check {
    border: 5px solid #154be0;
}

input[type=radio]:checked~.check::before {
    background: #154be0;
}

input[type=radio]:checked~label {
    color: #154be0;
}

.enmarcado {
    border: 2px outset black;
    background-color: white;
    text-align: center;
}

.group-title {
    position: absolute;
    float: right;
    margin-top: -250px;
    margin-left: 820px;
}

.form-status {
    float: left;
    margin-left: 100px;
    margin-top: 0px;
    width: 40%;
}

.textarea-meter {
    height: 300px;
    width: 500px;
}

.cam-primary {
    width: 150px;
    margin-bottom: 0px;
    margin-left: 200px;
}

.cam-danger {
    width: 150px;
    margin-top: 20px;
    margin-left: 200px;
}

.cam-info {
    width: 150px;
    margin-top: 20px;
    margin-left: 200px;
}


/*End checkbox */


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}


/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

@media screen and (max-width: 1340px) {
    .ocultar-img {
        width: 90% !important;
    }
    .group-title {
        position: absolute;
        float: right;
        margin-top: -110px;
        margin-left: 40px;
    }
    .form-status {
        float: left;
        margin-left: 20px;
        margin-top: 5px;
        width: 90%;
    }
    .textarea-meter {
        height: 300px;
        width: 350px;
    }
    .cam-primary {
        width: 150px;
        margin-bottom: 0px;
        margin-left: 120px;
    }
    .cam-danger {
        width: 150px;
        margin-top: 20px;
        margin-left: 120px;
    }
    .cam-info {
        width: 150px;
        margin-top: 20px;
        margin-left: 120px;
    }
    .w-75 {
        padding: 0px 28px 40px 20px !important;
    }
    .card-body {
        padding: 1rem 2rem 3rem 2rem !important
    }
}

.panel-heading {
    padding: 1rem 3rem 1rem 3rem;
}

.h3,
h3 {
    font-size: 2rem;
    margin-top: 5px;
}

.card-body {
    padding: 0rem 4rem 3rem 3rem;
}

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

.select-wrapper input.select-dropdown {
    font-size: 1.2rem;
    color: #ffff;
}

.select-wrapper span.caret {
    color: #FFFFFF;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #495054;
}

.md-form.input-with-post-icon .input-prefix {
    right: 50px;
    left: initial;
    position: absolute;
    top: 20px;
}

.md-form .form-control.is-invalid,
.md-form .form-control.is-valid {
    background-position: 98% 50% !important;
}


/* #nom, #rut, #email, #curso, #rut_aca, #nom_aca, #aca_pat, #aca_mat
{
    font-size: 1.5rem;
    color: #bfbfbf;
    cursor: default;
    font-weight: 400;
} */

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 1.1rem;
}

.dropdown-primary .dropdown-content li a,
.dropdown-primary .dropdown-content li span:hover,
.dropdown-primary .dropdown-content li.active {
    background-color: #1e90ff!important;
}

#pie {
    width: 10px;
    margin-bottom: 23px;
}

p {
    font-size: 1rem;
    text-align: left;
}

div {
    text-align: -webkit-left;
}

.w-75 {
    padding: 0px 60px 60px 60px;
}

.card {
    padding-bottom: 5px;
    margin-bottom: 60px;
    box-shadow: 0 0.375rem 0.75rem rgb(140 152 164 / 8%) !important;
    border: 0.0625rem solid rgba(231, 234, 243, .7) !important;
    border-radius: 0.75rem !important;
}

.card-header {
    padding: 1.3125rem 1.3125rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0.0625rem solid rgba(231, 234, 243, .7);
}

.card-header-title {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #1e2022;
}

.card-header:first-child {
    border-radius: 0.6875rem 0.6875rem 0 0;
}

.card-header-content-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
}

.btn_menu {
    font-size: .875rem;
}

.txt_ayuda {
    font-size: 1rem;
    margin-left: 3.7rem;
    margin-top: 0.5rem;
}

.txt_ayuda2 {
    font-size: 1rem;
    margin-left: .7rem;
}

.txt_ayuda3 {
    font-size: 0.8rem;
}

.switch_autorizacion_medica {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.custom_outline {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 0px;
    margin-left: 13px;
    margin-top: -10px;
    position: absolute;
    background-color: white;
    padding: 0px 4px 0px 4px;
}

.switch label input[type="checkbox"]:checked+.lever:after {
    left: 1.5rem;
    background-color: #2196F3;
}

.panel-title {}

.jumbotron {
    padding: 0px;
    margin-bottom: 60px;
}

#cabecera {
    padding: 0px;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgb(255 255 255 / 29%);
}

.nav-item {
    border-left: 1px solid #ffffff21;
    font-size: 1rem;
}

.bt_enviar {
    font-size: 0.81rem;
    font-weight: normal;
}

.table td,
.table th {
    padding: 0px;
}

.table td,
.table th {
    border-top: 0px;
}

#rut_student {
    width: 93%;
    padding: 1rem 1rem;
}

#rut_student a {
    color: #343a40;
    font-size: 0.85rem;
}

#txt_certifico {
    font-size: 1rem;
}

.txt_reg {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 0px;
    margin-left: 13px;
    margin-top: -10px;
    position: absolute;
    background-color: white;
    padding: 0px 4px 0px 4px;
}

.dropdown-danger .dropdown-content li.active,
.dropdown-danger .dropdown-content li a,
.dropdown-danger .dropdown-content li span:hover {
    background-color: #1e90ff !important;
}

.limpiar {
    font-size: 1rem;
    width: 150px;
    font-weight: 700;
    color: grey;
    cursor: pointer;
    text-align: right;
    display: initial;
}

#left>span {
    font-size: 1rem;
}

.iframe-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.iframe-responsive iframe {
    left: 10%;
    top: 0;
    height: 80%;
    width: 80%;
    position: absolute;
}

div.picker.datepicker .picker__box .picker__table .picker__day.picker__day--infocus {
    text-align: center;
}

div.picker.datepicker .picker__box .picker__table .picker__year.picker__year--infocus {
    text-align: center;
}

.celdas_tabla {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.celdas_imagen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

table.table th,
table.table td {
    border-top: 1px solid #dee2e6;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    margin: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8rem;
}

table.table-hover tbody tr:hover {
    background-color: rgb(232 232 232);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: rgb(232 232 232);
}

.rotate-icon.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#ema_aca-error,
#niv_aca-error,
#par_aca-error {
    top: 3rem;
    font-size: 80%;
    color: #dc3545;
    content: "Dato requerido";
}

.crearCheckboxDePatologias {
    margin-right: 10px;
}

.ano_operation {
    width: 250px !important;
    float: left !important;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-top: 2px;
}

#ano_operation.select-wrapper input.select-dropdown {
    font-size: 1rem;
}

#reg-error,
#com-error,
#com_aca-error,
#reg_aca-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control:valid {
    background-position: right calc(0.375em + 0.6rem) center !important;
}

#rut_spl.form-control:valid,
#nom_spl.form-control:valid,
#spl_pat.form-control:valid,
#spl_mat.form-control:valid,
#nac_spl.form-control:valid,
#dir_spl.form-control:valid,
#reg_spl.form-control:valid,
#com_spl.form-control:valid,
#cel_spl.form-control:valid,
#ema_spl.form-control:valid,
#niv_spl.form-control:valid,
#par_spl.form-control:valid,
#rut_papa.form-control:valid,
#nom_papa.form-control:valid,
#papa_pat.form-control:valid,
#papa_mat.form-control:valid,
#nac_papa.form-control:valid,
#dir_papa.form-control:valid,
#reg_papa.form-control:valid,
#com_papa.form-control:valid,
#cel_papa.form-control:valid,
#ema_papa.form-control:valid,
#niv_papa.form-control:valid,
#rut_mama.form-control:valid,
#nom_mama.form-control:valid,
#mama_pat.form-control:valid,
#mama_mat.form-control:valid,
#nac_mama.form-control:valid,
#dir_mama.form-control:valid,
#reg_mama.form-control:valid,
#com_mama.form-control:valid,
#cel_mama.form-control:valid,
#ema_mama.form-control:valid,
#niv_mama.form-control:valid,
#par_mama.form-control:valid {
    background: none !important;
}

.hcolor_bk {
    background-color: #0583F2;
}

.text-hezi {
    color: #a9d3f8;
}

select {
    font-family: "Noto Sans", sans-serif !important;
}

.sin_bordes {
    box-shadow: none !important;
    border: none !important;
}

.boton_login {
    text-decoration: none !important;
    color: #343a40;
    background-color: white;
    font-size: 1rem;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid #41616b 1px;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
}

.boton_login:hover {
    background: #0583F2 !important;
    color: white !important;
    font-weight: 600;
    text-decoration: none !important;
}

.boton_reportes {
    width: 150px;
    font-weight: 600;
    height: 39px;
    padding-top: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.boton_reportes:hover,
.boton_reportes:focus {
    background-color: #0583F2 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.boton_reportes:active {
    background-color: #0583F2 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.boton_small {
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #259424 !important;
    border-left: inherit;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.boton_small:hover,
.boton_small:focus {
    background-color: #0583F2 !important;
    color: white !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ologin {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 16px 0 0;
}

.ologin:before {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: 0.7em;
    margin-left: 20%;
}

.ologin:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: 0.7em;
    margin-right: 20%;
}

.ologin span {
    text-align: center;
    flex: 0.2 0 auto;
    margin: 0;
}

.icon_google {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 1px;
    position: relative;
}

.icon_google[data-provider^=google] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cpath id='a' d='M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23FBBC05' d='M0 37V11l17 13z'/%3E%3Cpath clip-path='url(%23b)' fill='%23EA4335' d='M0 11l17 13 7-6.1L48 14V0H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%2334A853' d='M0 37l30-23 7.9 1L48 0v48H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%234285F4' d='M48 48L17 24l-4-3 35-10z'/%3E%3C/svg%3E");
}

.boton_login:hover .icon_google {
    filter: brightness(0) invert(1);
}

.icon_google {
    margin-top: 4px;
    /* Ajusta el valor del margen superior según tus necesidades */
}

.alert-warning {
    color: #464646;
    background-color: #c4edf2;
    border-color: #ffeeba;
    font-size: 0.9rem;
}

.alert {
    position: relative;
    padding: 0.5rem 0.8rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

.disabled-link {
    opacity: 0.5;
    pointer-events: initial;
}