.calendario .card-header h2{
    font-size: 1rem;
    font-weight: 600;
}
.calendario .card-body{
    padding: 0.5rem 1.25rem;
    position: relative;
}
.calendario .card-body span{
    font-size: 1rem;
    font-weight: 600;
}
.card-body-back {
    background-color: #F2F5F7;
}

.month-title{
    background-color: #bdbfc1;
}
.months-container.row{
    margin-left: 0;
    margin-right: 0;
}
.calendario .month{
    border: 1px solid #bdbfc1;
    background-color: #fff;
}

.cal_ley_item{
    display: flex;
    align-items: center;
    padding: 15px 30px;
}
.cal_ley_select{
    width: 30px;
    height: 30px;
    background-color: #c4922c;
}
.cal_ley_item p{
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 600;
}
.cal_ley_actual{
    width: 30px;
    height: 30px;
    background-color: #bdbfc1;
}
.calendario{
    padding-top: 20px;
    overflow: hidden;
}

.btn-gris{
    padding: 4px 20px;
    font-size: 0.8rem;
    background: #bdbfc1;
    color: #000;
    border: 0 !important;
    font-weight: bold;
}
.caledario_footer{
    padding-bottom: 2rem;
}
.dia_seleccionado{
    background: #c4922c;
    color: #fff;
}


.mensaje_alerta{
    display: flex;
    align-items: center;
    position: absolute;
    right: -50rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 15px 20px;
    background: rgba(196, 146, 44, 0.8196078431372549);
    color: #fff;
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.45098039215686275);
    z-index: 9;
}
.mensaje_alerta_txt{
    text-align: left;
    margin-left: 10px;
}
.mensaje_alerta_txt h4{
    font-size: 1rem;
    margin: 2px 0;
}
#btn_cargarFe{
    float: left;
}
.div-block{
    position: relative;
}
.div-block:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99;
}
.tipoFecha{
    text-align: center;
}
.tipoFecha label{
    margin-bottom: 0;
    margin-right: 10px;
}

.fs-15{
    font-size: 15px !important;
}
.fs-14{
    font-size: 15px !important;
}
.pos-year{
    margin:auto !important;
}


@media(min-width: 768px){
    .menu_btns{
        display: flex;
        align-items: center;
    }
    .calendar_leyenda{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}