.-page-sidebar-fixed .body-sidebar {
    position:fixed;
}

.body-sidebar>div{
    overflow-y: auto;
    max-height: calc( 100vh - 70px );
}

.body-sidebar .panel .panel-body a{
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .-page-sidebar-fixed .body-sidebar {width:220px;}
}
@media (min-width: 992px) {
    .-page-sidebar-fixed .body-sidebar {width:210px;}
}
@media (min-width: 1200px) {
    .-page-sidebar-fixed .body-sidebar {width:260px;}
}

.vdp-datepicker__calendar {
    z-index: 200 !important;
}

.vdp-datepicker__calendar .cell.day.selected {
    background-color: #0f94f5;
    color: #fff;
}

.other-form-input {
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}



