/* Your custom styles */


/* body {
    color: #000;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
}
 */

/* get the required local files */

@font-face {
    font-family: 'Roboto-Medium';
    src: url('font/roboto/Roboto-Medium.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('font/roboto/Roboto-Medium.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('font/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('font/roboto/Roboto-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('font/roboto/Roboto-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('font/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('font/roboto/Roboto-Thin.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('font/roboto/Roboto-Thin.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('font/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/roboto/Roboto-Bold.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/roboto/Roboto-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('font/roboto/Roboto-Light.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('font/roboto/Roboto-Light.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('font/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* use the font */

body {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
}
.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: 1rem;
}

.select-wrapper input.select-dropdown {
    font-size: 1rem;
    background: white !important;
    text-transform: capitalize !important;
    padding-left: 10px;
}
.select-wrapper span.caret {
    z-index: 9;
    margin-right: 5px;
}

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

.btn-success {
    color: #fff;
    background-color: #d0333a !important;
    font-size: 1rem;
    font-weight: 600;
    width: 8rem;
}

.btn-prev {
    color: #fff;
    background-color: #1F90D1 !important;
    font-size: 1rem;
    font-weight: 600;
    width: 8rem;
}

.btn-primary {
    color: #fff;
    background-color: #2989db !important;
    font-size: 0.7rem;
    font-weight: 200;
    width: 10rem;
}
.card {
    padding-bottom: 5px;
    margin-bottom: 60px;
    margin-top: 20px;
}

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

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

.panel-title {
    text-transform: uppercase;
}

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

#cabecera {
    padding: 0px;
}

.btn {
    margin-top: 0px;
    padding: .84rem 0.4rem;
}

.bg-danger {
    background-color: #d0333a !important;
}

.btn-danger {
    background-color: #d0333a !important;
}

.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: 1.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: rgb(128, 128, 128);
    cursor: pointer;
    text-align: right;
    display: initial;
    cursor:pointer;
}

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

.btn-info {
    width: 8rem;
}

.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 {
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    margin: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
}

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

.createPathologies {
    margin-right: 10px;
}

.ano_operation {
    width: 250px !important;
    float: left !important;
    margin-bottom: 1rem;
}

#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;
}
select {
    font-family: 'Roboto-Regular', sans-serif !important;
}

.md-form.md-outline label.active h6{
    margin-bottom: 0rem !important;
}
.form-control {
    text-transform: uppercase !important;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d0333a;
}
.nav-pills .nav-link {
    color: #5a5a5a;
}