/*
Overwrite a few dhtmlxscheduler styles.
Mostly positioning for mobile
*/

/* UI Controls above grid */
.QSMobile #GameScheduler .dhx_cal_navline {
	height: 120px !important;
}

.QSMobile #GameScheduler .dhx_minical_icon {
	left: 10px !important;
}

.QSMobile #GameScheduler .dhx_cal_navline .dhx_cal_tab {
	top: 54px !important;
}

.QSMobile #GameScheduler .dhx_cal_date {
	top: 88px !important;
}

.QSMobile #GameScheduler .dhx_cal_header {
	top: 121px !important;
}

.QSMobile #GameScheduler .dhx_multi_day,
.QSMobile #GameScheduler .dhx_cal_data {
	top: 142px !important;
}

.QSMobile #HelpIcon {
	right: 10px !important;
}

/* Popup editor box styles */

.QSMobile .dhx_cal_light,
.QSMobile .dhx_cal_light_wide{
	max-width: 99%;
	left: 2px !important;
}

.QSMobile .dhx_cal_light_wide .dhx_cal_larea {
	width: calc(100% - 10px);
}

.QSMobile .dhx_section_time {
	height: auto !important;
	white-space: normal;
}

