.form-control{
    border-color:#e6e6e6  !important;
}
.input-group-addon{
    border-color:#e6e6e6  !important;
}
.input-group .file-group .input-group-btn{
    border-color:#e6e6e6  !important;
}

.calendar_board_table{
    width: 100% !important;
    background: #fff !important;
    border:0px solid #EBEBEB  !important;
}

.blank_days_board{
    padding: 6px 0px 0px 0px !important;
    border-bottom:1px solid #f1f1f1 !important;
    background: #fff;
    width:14%;
}

.calendar_board_actual{
    padding: 6px 0px 0px 0px !important;
    border-bottom:1px solid #15C377 !important;
    background: #24e792;
    color:#000 !important;
    width:14%;
}
.calendar_board{
    padding: 6px 0px 0px 0px !important;
    border-bottom:1px solid #f1f1f1 !important;
    width:14%;
}
.calendar_board_weekend{
    padding: 6px 0px 0px 0px !important;
    border-bottom:1px solid #f1f1f1 !important;
    background: #F5F5F5;
    width:14%;
}
.hover_day:hover{
    background: #eee;
}
.hover_weekend_day:hover{
    background: #ddd;
}
.board-day{
    padding-left: 5px;
}
.board-percentage{
    padding-right: 5px;
}

.room_img_full {
    filter: blur(3px);
    filter: grayscale(1);
    filter: saturate(2.2);

    filter: none;
}

