/*=================================================================================================*/
/*  RESPONSIVE OVERRIDES 760px                                                                     */
/*=================================================================================================*/

@media (max-width: 767px) {


/* modals */

.modal.fade {
    top: -300px;
}


/*=================================================================================================*/
/*  PUBLIC PAGES                                                                                    */
/*=================================================================================================*/

/* dashboard (includes cbme dashboard) */

.dhx_cal_container {
    overflow: visible!important;
    margin-top: 40px;
}

.dhx_cal_date {
    top: -30px!important;
}

/* assessment and evaluation */

#assessment-controls-button-row::after {
    content: '';
    display: block;
    clear: both!important;
}

#assessment-controls-button-row a {
    width: 40%;
    margin: 15px 0 0;
}


}
