body{
    font-size: 0.95rem !important;
}
main > .container {
    padding: 70px 15px 20px;
}
.readonly{
    background-color: #d2d2d2;
    color: #797979;
}
.logout{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.body-content{
    padding: 0.5rem 0.75rem;
    background-color: #f8fbff;
}
.fondo-success{
    background-color: #e1fae6 !important;
    color: #10b333 !important;
}
.fondo-danger{
    background-color: #fde2e2 !important;
    color: #ce2b2b !important;
}
#filtros-form{
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.5rem;
    box-shadow: -3px 3px 6px rgba(75, 75, 75, 0.674);
}
input.filtro{
    width:unset ;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    margin-left: 0 !important;
}
.filtro{
    padding: 0.75rem 2.5rem 0.75rem 3rem;
    background-color: #edf6fd;
    color: #3d4956;
    border: 2px solid #d5dbe2;
    border-radius: 1px;
    margin-left: 1rem;
}
.filtro.boton{
    border: 2px solid #95b5a6;
    color: #4d7763;
}
.filtro.boton.btn-pdf{
    border: unset !important;
    background-color: #fec700 !important;
    color: #303030 !important;
}
.filtro.boton:hover{
    background-color: rgb(210, 255, 233);
    border: 2px solid #91c3ab;
    color: #365d4a;
}
.filtro:hover{
    background-color: rgb(240, 248, 255);
    color: #343f4b;
    border: 2px solid #d5dbe2;
}
.grid-view{
    box-shadow: -3px 3px 6px rgba(75, 75, 75, 0.674);
}
.grid-view td{
    padding: 1rem;
}
.grid-top-orange-header{
    box-shadow: inset 0 4px 0 rgb(242, 157, 0) !important;


}
#login-form label{
    color: #28344b;
    font-weight: 600;
    font-size: 16px;
    margin-left: 0.75rem;
}
#login-form input{
    color: #28344b;
}
#login-form h3{
    color: #28344b;
}
#login-form input::placeholder{
    color: #3d4757;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.color-fade-blue{
    color: #89a0b5;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}
.icono-jr {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

    margin-top: 10px;
    margin-bottom: -10px;
}
.outside_box{
    padding: 1.1rem;
    border-radius: 100%;

}
.out_outside_box {
    padding: 2.5rem;
    border-radius: 100%;

}
.d-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg-light-orange{
    background-color: #fff4e8 !important;
}
.bg-light-green{
    background-color: #ebffec !important;
}
.bg-light-blue{
    background-color: #faf0ff !important;
}
.bg-light-purple{
    background-color: #e9fff2 !important;
}
.bg-jr-3{
    background-color: #172e6d !important;
}
.bg-jr-2{
    background-color: #204282 !important;
}
.bg-jr-1{
    background-color: #3b82f6 !important;
}
.bg-jr-dark-1{
    background-color: #12275a !important;
}
.bg-jr-dark-2{
    background-color: #1b3a6b !important;
}
.btn-jr{
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    padding: 0.25rem 3rem;
    color: white;
    background-color: #3b82f6;
    border: 1px solid #8fb7f8;
}
.btn-jr:hover{
    color: white;
    background-color: #5192fa;
}

.icono-medico {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

    margin-right: -8px;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: -8px;
}
.bg-medico-3{
    background-color: #095151 !important;
}
.bg-medico-2{
    background-color: #2a7d7d !important;
}
.bg-medico-1{
    background-color: #0d6e6e !important;
}
.bg-medico-dark-1{
    background-color: #063d3d !important;
}
.bg-medico-dark-2{
    background-color: #084f4f !important;
}
.btn-medico{
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    padding: 0.25rem 3rem;
    color: white;
    background-color: #118e8e;
    border: 1px solid #79dbdb;
}
.btn-medico:hover{
    color: white;
    background-color: #13abab;
}
.recordatorio-medico{
    width: 100%;
    padding: 1rem;
    border: 1px solid #118e8e;
    color: #118e8e;
    background-color: #13abab30;
}


.icono-admin {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

    margin-left: -7px;
    margin-right: 7px;
    margin-top: -7px;
    margin-bottom: 7px;
}
.bg-admin-3{
    background-color: #430b71 !important;
}
.bg-admin-2{
    background-color: #7501d3 !important;
}
.bg-admin-1{
    background-color: #9d0dff !important;
}
.bg-admin-dark-1{
    background-color: #36085b !important;
}
.bg-admin-dark-2{
    background-color: #592285 !important;
}
.btn-admin{
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    padding: 0.25rem 3rem;
    color: white;
    background-color: #69269f;
    border: 1px solid #c37aff;
}
.btn-admin:hover{

    color: white;
    background-color: #8023cd;
}

