.content {
    overflow: auto;
}

@media (max-width: 930px) {
    .table > thead:first-child > tr:first-child > th {
        border-top: 0;
        min-width: 100px;
        width: 40px;
    }

}


#schedule {

}
#schedule .schedule {

}
#schedule .schedule .schedule-row--header {
    border: none;
    padding: 3px 0px;
    background: none;
    font-weight: bold;
}
#schedule .schedule .schedule-row--header .schedule-hour {
    border: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#schedule .schedule .schedule-row--body {
    background: #fff !important;
    border: none !important;
}
#schedule .schedule .schedule-row--body .schedule-row {
    height: 100%;
}
#schedule .schedule .schedule-row--body .schedule-table {
    height: 100%;
}
#schedule .schedule .schedule-row--body .schedule-col > span {
    margin-left: 1em;
    padding: 5px 0px;
    background: #dae3e6;
    margin: 0;
    font-size: 12px;
    padding: 5px 10px 5px 15px;
    color: #3c3c3c;
    border-right: 4px solid #808080;
    width: 100%;
    font-weight: bold;
}
#schedule .schedule .schedule-row--body:nth-child(odd) {
    background: #f9f9f9 !important;
}
#schedule .schedule .schedule-row--body:nth-child(odd) .schedule-col > span {
    background: #cbd5d8;
}
#schedule .schedule .schedule-row--body .schedule-hour--close {
    background: #dcdcdc;
    border-left: 1px solid #d0d0d0 !important;
}
#schedule .schedule .schedule-row--body .schedule-td {
    border: none;
}
#schedule .schedule .schedule-row--body .schedule-td.active {
    border-left: 1px solid #ececec;
}
#schedule .schedule .schedule-row--body .schedule-td.active div {

}
#schedule .schedule .schedule-row--body .schedule-td .schedule-link {
    height: 100%;
}
#schedule .schedule .schedule-row--body .schedule-td .schedule-links {
    height: 100%;
}
#schedule .schedule .schedule-row--body .schedule-td .schedule-link .schedule-title {
    border-radius: 5px;
    text-align: left;
    background: #222d32d1;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 5px 10px #0000001f;
}
#schedule .schedule .schedule-row--body .schedule-td .schedule-link .schedule-title .row {

}
#schedule .schedule .schedule-row--body .schedule-td .schedule-link .schedule-title .row .text-muted {
    color: #fff;
    font-weight: normal;
}
#apps .nav-tabs {
    border-bottom: 0;
}

#apps .nav-tabs > li.active > a, #apps.nav-tabs > li.active > a:hover, #apps.nav-tabs > li.active > a:focus {
    color: #777777;
}
.schedule-hour--close {

}

/* Custom classes */
.sd-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sd-col {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
}
.sd-col-1 {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
}
.sd-col-2 {
    flex: calc(100% / 6);
    max-width: calc(100% / 6);
}
.sd-col-3 {
    flex: calc(100% / 4);
    max-width: calc(100% / 4);
}
.sd-col-4 {
    flex: calc(100% / 3);
    max-width: calc(100% / 3);
}
.sd-col-5 {
    flex: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
}
.sd-col-6 {
    flex: calc(100% / 2);
    max-width: calc(100% / 2);
}
.sd-col-7 {
    flex: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
}
.sd-col-8 {
    flex: calc(100% / 3 * 2);
    max-width: calc(100% / 3 * 2);
}
.sd-col-9 {
    flex: calc(100% / 4 * 3);
    max-width: calc(100% / 4 * 3);
}
.sd-col-10 {
    flex: calc(100% / 6 * 5);
    max-width: calc(100% / 6 * 5);
}
.sd-col-11 {
    flex: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
}
.sd-p-1 {
    padding: .5em;
}
.sd-m-1 {
    margin: .5em;
}
.sd-px-1 {
    padding-left: .5em;
    padding-right: .5em;
}
.sd-py-1 {
    padding-top: .5em;
    padding-bottom: .5em;
}
.sd-mx-1 {
    margin-left: .5em;
    margin-right: .5em;
}
.sd-my-1 {
    margin-top: .5em;
    margin-bottom: .5em;
}
.sd-px-0 {
    padding-left: 0;
    padding-right: 0;
}
.sd-py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.sd-mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.sd-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.sd-p-0 {
    padding: 0;
}
.sd-m-0 {
    margin: 0;
}
.sd-pt-1 {
    padding-top: .5em;
}
.sd-pb-1 {
    padding-bottom: .5em;
}
.sd-pr-1 {
    padding-right: .5em;
}
.sd-pl-1 {
    padding-left: .5em;
}
.sd-mt-1 {
    margin-top: .5em;
}
.sd-mb-1 {
    margin-bottom: .5em;
}
.sd-mr-1 {
    margin-right: .5em;
}
.sd-ml-1 {
    margin-left: .5em;
}
.sd-text-end {
    text-align: end;
}
.sd-underline-default {
    border-bottom: 2px solid rgb(173, 181, 189);
}
.sd-underline-warning {
    border-bottom: 2px solid rgb(255, 193, 7);
}
.sd-underline-primary {
    border-bottom: 2px solid rgb(0, 123, 255);
}
.sd-underline-success {
    border-bottom: 2px solid rgb(32, 201, 151);
}
.sd-underline-danger {
    border-bottom: 2px solid rgb(232, 62, 140);
}
.text-bold {
    font-weight: bold;
}
.sd-hover:hover {
    background: white;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}