html,
body {
    overflow-x: hidden !important;
}
.mobile {
    display: none !important;
}
.hoverable:hover {
    cursor: pointer;
}
div.app-content {
    margin-left: 150px;
    padding: 0px 16px 1px 16px;
    height: auto;
}
.how-to-zoom-btn:hover {
    cursor: pointer;
}
.receipt-no-btn:hover {
    cursor: pointer;
}
.sidebar {
    padding-top: 50px;
    width: 150px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(97,9,241,1) 33%);
    position: fixed;
    height: 100vh;
    overflow: auto;
}
.sidebar a {
    display: block;
    color: #fff;
    padding: 16px;
    text-decoration: none;
    transition: ease .3s;
}
.sidebar a:hover {
    background-color: #38068A;
    color: #fff;
}
.sidebar a.active {
    background-color: #38068A;
}

a.github-button {
    display: inline-block;
    width: 100px;
}

.dataTables_scrollHead,
.dataTables_scrollBody,
#bouncesTable {
    width: 100% !important;
}

a.tt-link {
    transition:ease .3s;
}
a.tt-link:hover {
    filter: grayscale(1);
}
.timetable-home-lnk {
    background-image: url('../images/timetable.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
}
.timetable-home-lnk .position-absolute {
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.45);
    padding: 10px 0px;
    color: #fff;
}

/**
* Passed exams
*/
.exam-search-container {
    background-color: #f5f5f5;
    border-radius: 10px;
}

/** 
    Dashboard search
*/
#searchResults div {
    padding-top: 10px;
}

/** 
** Timetable
**/
.tt-col-2 {
    margin-top: 5px !important;
}
.tt-col-3 {
    margin-top: 10px !important;
}
.tt-col-4 {
    margin-top: 15px !important;
}
.tt-col-5 {
    margin-top: 20px !important;
}
.tt-col-6 {
    margin-top: 25px !important;
}
#timetableContainer td {
    height: 47px !important;
}
#timetableWeeklyContainer {
    height: 400px;
    width: 1000px;
}
#timetableWeeklyContainer td {
    height: 37px !important;
}
td.hoverable:hover {
    cursor: pointer;
    background-color:#333 !important;
    color: #fff;
}

img.away-line {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 100px;
}

.tt-highlight {
    background-color: #FF0 !important;
}
.tt-scroller {
    overflow-y: scroll !important;
    height: 1150px !important;
}

/** 
* Datatables
**/
#DataTables_Table_0_length,
#DataTables_Table_0_filter,
#DataTables_Table_1_length,
#DataTables_Table_1_filter {
    margin-bottom: 20px;
}
button.dt-button.buttons-copy.buttons-html5,
button.dt-button.buttons-excel.buttons-html5,
button.dt-button.buttons-csv.buttons-html5,
button.dt-button.filter-button,
button.dt-button.buttons-print {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.dt-button.buttons-copy.buttons-html5 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
button.dt-button.buttons-copy.buttons-html5:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
button.dt-button.buttons-excel.buttons-html5,
button.dt-button.buttons-csv.buttons-html5,
button.dt-button.buttons-print {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
button.dt-button.buttons-excel.buttons-html5:hover,
button.dt-button.buttons-csv.buttons-html5:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
button.dt-button.filter-button {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
button.dt-button.filter-button:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.dt-buttons {
    padding-bottom: 10px;
}
.dt-bg-yellow {
    background-color: #fef2cb !important;
}
.dt-bg-blue {
    background-color: #deeaf6 !important;
}

/**
* Multi checkbox
**/
.select2-selection__choice {
    font-size: 12px !important;
    margin-top: 20px;
}
.select2-selection.select2-selection--multiple {
    height: auto !important;
}

/** 
    Stripe card
*/
.card-input-field {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.success-icon.text-center i {
    font-size: 5em;
    color: #198754;
}

/** 
* Calendar
*/
.calendar .calendar-header {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.calendar .calendar-header .year-title {
    font-size: 18px;
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
    border-bottom: 2px solid #2196f3;
}

.calendar .months-container .month-container {
    height: 260px;
    margin-bottom: 25px;
}

.calendar table.month {
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.calendar table.month th.month-title {
    background-color: #2196F3;
    color: white;
    padding: 12px;
    font-weight: 400;
}

.calendar table.month th.day-header {
    padding-top: 10px;
    color: #CDCDCD;
    font-weight: 400;
    font-size: 12px;
}

.calendar table.month td.day .day-content {
    padding: 8px;
    border-radius: 100%;
}

.datepicker-dropdown {
   z-index: 10000 !important;
}

/** 
* Help centre
*/
#helpIndex a {
    transition: .3s;
}
#helpIndex a:hover {
    background: rgba(97,9,241,1) !important;
    color: #fff !important;
}
.hero.help-centre {
    background-image: url('../images/help-centre-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}
.help-hero-text {
    top: 50%;
    transform: translate(0%, -50%);
    padding: 30px;
}

/** 
* Quill
*/
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="8px"]::before {
    content: 'xs';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="9px"]::before {
    content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
    content: 'Medium';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
    content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
    content: 'xl';
}

/** 
* Media quries
**/
@media screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    div.app-content {
        margin-left: 0px !important;
    }
}
@media screen and (min-width: 768px) {

}