@import '../../node_modules/@syncfusion/ej2/material.css';

.absent {
	background-color: #ff00000d;
}

.present {
	background-color: #00ff000d;
}

.contentPage {
	display: none;
}

.e-time-zone-container {
	display: none !important;	
}

.skin-blue .main-header .navbar {
    background-color: #f6a800 !important;
}

.skin-blue .main-header .logo {
    background-color: #d08e00 !important;
}

.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, .e-schedule .e-schedule-toolbar .e-active-view .e-icons {
    color: #d08e00 !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #d08e00 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #d08e00 !important;
    border-color: #805700 !important;
}

.btn-primary {
    background-color: #f6a800 !important;
    border-color: #d08e00 !important;
}

.e-popup-footer {
    display: block !important;
}

.box-body-table {
    overflow-x: auto;
    min-height: 300px;
}