body{
    font-size: 0.95rem !important;
}
main > .container {
    padding: 70px 15px 20px;
}
@keyframes pulse-animation-sm {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 108, 179, 0.336);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(15, 108, 179, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 108, 179, 0.336);
  }
  100% {
    box-shadow: 0 0 0 18px rgba(15, 108, 179, 0);
  }
}
#total-precio{
    margin-left: 10px;
    padding: 5px 15px;
    min-height: 75px;
    border: 2px solid #6300a5;
    color: #6300a5;
    background-color: #7d03ce18;
    font-weight: bold;
    font-size: 16px;
}
#total-precio span{
    font-size: 24px;
    color: #6300a5;
    font-weight: bold;
}
#total-cantidad{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000d5;
    font-weight: bold;
    font-size: 15px;
}
#contenedor-btnEnviar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-block{
    color: rgb(171, 0, 0) !important;
}
.form-control{
    font-size: 0.9rem;
}
.inputs{
    padding: 4px 12px ;
    font-size: 0.9rem !important;
}
.readonly{
    background-color: #d2d2d2;
    color: #797979;
    pointer-events: none;
}
.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 1rem;
    box-shadow: -3px 3px 6px rgba(75, 75, 75, 0.674);
}
input.filtro{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    margin-left: 0 !important;
}
.filtro{
    width:100% ;
    height: 36px !important;
    background-color: #edf6fd;
    color: #3d4956;
    border: 2px solid #d5dbe2;
    border-radius: 1px;
}
.btn-pdf{
    width:100% ;
    height: 36px !important;
    border-radius: 1px;
    border: unset !important;
    background-color: #fec700 !important;
    color: #303030 !important;
    font-size: 14px;
    padding:3px;

}
.btn-pdf:hover{
    background-color: #ffdd00 !important;
}
.btn-del-filtrar{
    width:100% ;
    height: 36px !important;
    border-radius: 1px;
    border: unset !important;
    background-color: #f50c00 !important;
    color: #ffffff !important;
    font-size: 14px;
    padding:3px;

}
.btn-del-filtrar:hover{
    
    background-color: rgb(202, 37, 0) !important;
}
.btn-filtrar{
    border: 1px solid #00b015;
    background-color: #00b015;
    color: white;
    width:100% ;
    height: 36px !important;
    border-radius: 1px;
    border: unset !important;
    font-size: 14px;
    padding:3px;
}
.btn-filtrar:hover{
    background-color: #019e13;
    color: white;
}


.filtro:hover{
    background-color: rgb(240, 248, 255);
    color: #343f4b;
    border: 2px solid #d5dbe2;
}
.grid-view{
    border-radius: 2px;
    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;
}
.pagination{
    padding: 0.25rem 0.75rem 0.5rem;
}
.pagination li a,.pagination .disabled span{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 0.2rem 0.45rem;
    color: white;
    background-color: #118e8e;
    border: 1px solid #79dbdb;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.table{
    margin-bottom: 0.5rem !important;
}