﻿

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    /*min-height: 100%;*/
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body {
    /*background-color: #F4F7FA;*/
    /*background-color: #eef2f7;*/
    font-size: 14px;
    /*margin-bottom: 60px;*/
    /*-webkit-overflow-scrolling: touch;*/
    overflow-y: hidden;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: #dde4ee;
 /*    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%); */
    color: #17375e;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px; /* Vertically center the text there */
    /*background-color: #f5f5f5;*/
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 5px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

header nav {
    background-color: #001f75;
    color: whitesmoke;
    padding: 5px !important;
}

    header nav a {
        font-size: 1rem;
    }


.card {
    margin-top: 10px;
}

button {
    padding: 0.5rem !important;
}



.text-color {
    color: #0a61a9;
}

table thead {
    background-color: #e6ecff;
}

#transaction-container {
    max-height: 400px;
}

.simplebar-track {
    opacity: 0.35 !important;
}

textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgba(0,0,0,0.1)
}

label {
    margin-top: 1rem;
    font-size: 1rem;
}

select.form-control{
    height:auto !important;
    padding:0;
}

#select-reason-donation {
    width: 270px;
    position: relative;
    top: 25px;
    margin-bottom: 25px;
}

#select-phone-type {
    width: 234px;
    position: relative;
    top: 25px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

    .form-row {
        padding: 0 !important;
    }

    #imglogo {
        width: 50% !important;
    }

    .d-md-block {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {

    #imglogo {
        width: 75% !important;
    }


    .hub-select-250 {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 768px){

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    #navbarCollapse {
        display: none !important;
    }

}



.credit-info {
    font-weight: 600;
    color: dimgray;
}

.asterix {
    color: red;
}

.custom-submit {
    border: 0;
    padding: 5px;
    width: 250px;
    margin: 0 auto;
    color: darkslateblue;
    cursor: pointer;
    display: block;
}

.cimg {
    width: 100%;
}

.card {
    margin-bottom: 10px;
}

#imglogo {
    width: 25%;
}

[contenteditable].form-control:not(textarea), [type=email].form-control:not(textarea), [type=password].form-control:not(textarea), [type=tel].form-control:not(textarea), [type=text].form-control:not(textarea), input.form-control:not(textarea), input[type=email]:not(textarea), input[type=number]:not(textarea), input[type=password]:not(textarea), input[type=text]:not(textarea), textarea.form-control:not(textarea), textarea:not(textarea) {
    height: unset !important;
}

.numbox {
    width: 55px;
    border: 1px solid #ddd !important;
    text-align: center;
}

.infobox {
    padding: 15px;
}

[v-cloak] {
    display: none;
}

.processing {
    color: dimgray;
    opacity: 0.8;
}

.fa-spinner {
    color: cornflowerblue;
}

#provinceselect {
    width: 100%;
}

.labelcolor {
    color: rgba(10, 97, 169,0.9);
    font-weight: bold;
}

.alert-custom {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-custom a {
        color: #0c5460 !important;
        font-weight: 700 !important;
    }

.alert-warning {
    background-color: #ffad33;
}

#formclose-container {
    color: #595959;
    font-weight: bold;
}

.custom-radio {
    position: relative;
    top: 8px;
    padding-left: 5px;
}

.logo-container {
    background-color: #033896;
    margin-bottom: 5px;
    padding: 5px;
}

#navbarCollapse {
    padding-left: 10px;
}



@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    #mccalendar, #tltcalendar {
        width: 98% !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    #response-container body > .container {
        padding: 60px 5px 0 !important;
    }

    #response-container .card-body {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #response-container button.navbar-toggler {
        margin-right: 10px !important;
    }

    .row-list-header {
        text-align: left !important;
        font-weight: bold;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .time {
        display: none;
    }

    .tableheight {
        height: 100% !important;
    }

    #mccalendar, #tltcalendar {
        width: 97% !important;
    }
}



@media (max-width: 767px) {

    .local-value {
        display: none;
    }

    .modal-title {
        margin-left: 10px;
        font-size: 0.9rem !important;
    }

    /* .modal-header span[aria-hidden] {
        display: none;
    } */

    .modal.modal-fullscreen, .bootstrap-fs-modal .modal {
        box-shadow: 0px 0px 0px 100px white;
    }

    .modal-footer {
        border-top: none !important;
    }

    .modal.modal-fullscreen .modal-dialog, .bootstrap-fs-modal .modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100%;
    }

        .modal.modal-fullscreen .modal-dialog .modal-content, .bootstrap-fs-modal .modal .modal-dialog .modal-content {
            border-style: none;
            border-radius: 0;
            height: 100%;
        }

            .modal.modal-fullscreen .modal-dialog .modal-content .modal-header, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
                justify-content: flex-start;
                min-height: 50px;
                line-height: 50px;
                padding: 0;
                background-color: #f8f8f8;
            }

                .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
                    white-space: nowrap;
                    line-height: 50px;
                    font-size: 1.1rem;
                }

                .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close {
                    float: none;
                    order: -1;
                    margin: 0;
                    padding: 0;
                    /*margin-right: 12px;
                        height: 50px;*/
                    color: transparent;
                    text-shadow: none;
                    opacity: 1;
                }

                    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:before, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close:before {
                        border-style: solid;
                        border-color: #007bff;
                        border-width: 0.15em 0.15em 0 0;
                        content: '';
                        display: inline-block;
                        height: 0.5em;
                        left: 0.55em;
                        position: relative;
                        top: 0.28em;
                        transform: rotate(-45deg);
                        vertical-align: top;
                        width: 0.5em;
                        transform: rotate(-135deg);
                    }

            .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer {
                position: absolute;
                top: 0;
                right: 0;
                padding: 0;
                margin: 0 10px 0 0;
                height: 50px;
                min-height: 50px;
                line-height: 50px;
                /*background-color: #f8f8f8;*/
            }

                .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn {
                    border: none;
                    background-color: transparent;
                    margin: 0 0 0 10px;
                    padding: 0;
                    outline: none;
                    box-shadow: none;
                    font-size: 1.0rem;
                    /*color: #007bff;*/
                    color: #fff;
                }

                    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:hover, .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:active, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:hover, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:active {
                        text-decoration: underline;
                    }

                    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"], .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
                        display: none;
                    }

                .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .material-icons, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .material-icons {
                    vertical-align: middle;
                }

                .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .fa, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .fa {
                    vertical-align: middle;
                    font-size: 1.25em;
                }

            .modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
                flex-shrink: 3;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
            }

    .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer {
        position: inherit;
        top: inherit;
        right: inherit;
        padding: 15px;
        margin: 0;
    }

        .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer .btn, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer .btn {
            margin: 0 0 0 18px;
        }
}



.modal-header {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

#mainapp {
    max-width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y:hidden;
}

#sidebar {
    max-width: 250px;
    min-width: 200px;
    padding-right:0;
}

#nav-sidebar .nav-item {
    padding: 0.5rem;
    color: #8c8c8c;
    font-weight: 500;
}

#nav-sidebar li:hover {
    opacity: 0.75;
    cursor: pointer;
}

.navactive {
    background-color: #e7f3fe;
    border-left: 3px solid #2196F3;
    color: #2196F3 !important
}

#main-container, #home {
    /*overflow-y: auto !important;*/
    height: 92vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.simplebar-content {
    overflow-x: hidden;
}

.section, .section-classes {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #064579;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: .25rem;
    padding: 1rem;
    margin-top: 5px;
    margin-bottom: 1rem;
}

.home-tables {
    height: 305px;
}

.nowrap {
    white-space: nowrap;
}

.fa-check, .fa-check-circle {
    color: forestgreen;
}

.fa-times, .fa-times-circle {
    color: darkred;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    max-width: 768px;
    margin: auto;
}

#nav-sidebar a:hover {
    text-decoration: none;
}

.gap-left {
    margin-left: 0.75rem;
}


.classes-container {
    overflow-y: auto;
    height: 318px;
}

.fa-ellipsis-v {
    font-size: 1.5rem;
    margin-right: 15px;
}

    .fa-ellipsis-v:hover {
        cursor: pointer;
    }

.ellipse-menu {
    left: -177px;
}

.error {
    color: darkred;
}

.customnavbar .navbar-nav .nav-link {
    padding-bottom: 0.2rem;
}

.customnavbar .subnavactive {
    border-bottom: 0.15rem solid #9C27B0;
    font-weight: 500;
}

    .customnavbar .subnavactive a {
        color: #9C27B0 !important;
    }

.open {
    color: goldenrod;
}

.reopen {
    color: darkorange;
}

.reported,.decline {
    color: darkred;
}

.completed,.approve,.complete {
    color: forestgreen;
}

.parking-admin-status >span.approve{
    color:mediumblue !important;
}

.loader {
    opacity: 0.85;
}

    .loader small {
        position: relative;
        top: 25px;
        left: -65px;
        font-size: 0.8rem;
    }

.header-table {
    color: #8c8c8c;
    font-weight: bold;
    cursor:pointer;
}

.custom-table .section-table {
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: .25rem;
    padding: 1rem;
    margin-top: 5px;
    margin-bottom: 1rem;
    margin-left: -2px;
    margin-right: 2px;
}

.custom-table-header .section-table {
    padding: 1rem;
    margin-left: -2px;
    margin-right: 2px;
}

.custom-table-header {
    background-color: #e6ecff !important;
    border-radius: 0.125rem;
}

.show-more-info {
    display: none;
}

.show-title {
    display: none;
    color: #9C27B0 !important
}

@media (max-width: 576px) {
    .custom-table .section-table .col-sm {
        width: 100% !important;
        padding-top: 10px;
    }

    .show-more-info {
        display: inline !important;
        color: #8c8c8c;
        font-weight: bold;
    }

    .custom-table-header {
        display: none !important;
    }

    .helpdeskticketinfo {
        width: 100% !important;
    }

    .modalheight {
        max-height: unset;
    }
}

@media (max-width: 768px) {
    .show-title {
        display: inline !important;
    }

    .filtersearch {
        width: 100% !important;
    }

    tr.tr-prs > td, tr.tr-tlt > td, tr.tr-nowrap > td {
        white-space: nowrap !important;
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.label-file {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border: 1px solid #17a2b8;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

    .label-file:hover {
        cursor: pointer;
        background-color: #17a2b8;
        color: #fff;
    }

.filesuploaded {
    margin-left: 5px;
}

.far-exclamation-circle {
    color: red !important;
}

.cancelled {
    color: red;
}

.filtersearch {
    display: inline;
    width: 50%;
    position: relative;
    top: 8px;
    padding: 5px !important;
}

.helpdeskticketinfo {
    width: 50%;
    margin: 0 auto;
}

.classroomsection {
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #064579;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 0.25rem;
    padding: 1rem;
    padding-bottom: 1.2rem;
    margin-top: 5px;
    margin-bottom: 1rem;
}

.classrooms-good {
    border-left-color: #00FF00;
    border-left-width: 0.125rem;
}

.classrooms-issue {
    border-left-color: #FFFF00;
    border-left-width: 0.125rem;
}

.classrooms-equipment {
    border-left-color: #F79646;
    border-left-width: 0.125rem;
}

.classroomsection:hover {
    background-color: #f8eafa;
    cursor: pointer;
}



.working {
    border: 1px solid transparent;
    padding: 2px;
    background-color: mediumseagreen;
    border-radius: 0.125rem;
    color: #fff;
}

.issue {
    border: 1px solid transparent;
    padding: 2px;
    background-color: goldenrod;
    border-radius: 0.125rem;
    color: #fff;
}

.roomlist {
    color: cadetblue;
    cursor: pointer;
}

.classroomticket {
    padding: 5px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 0.125rem;
}

.workorder-form-specify {
    width: 100px;
    display: inline;
}

button .fa-spinner {
    color: #fff;
}

.row-table .row {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.inline {
    display: inline;
}

.approved, .Approved, .Approve {
    color: darkgreen;
}

.pending, .Pending {
    color: darkgoldenrod;
}

.refused, .Disapproved, .Disapprove {
    color: red;
}

.Cancelled {
    color: darkorange;
}

.archive-request-container, .lockers-admin-container {
    padding: 10px;
}

.archive-search-col, .lockers-admin-button {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.25rem;
    padding: 5px;
}


    .alert-container .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

.close-alert {
    display: none;
}

#lockertable tbody tr:hover {
    background-color: #cce7ff;
}

.fa-trash-alt {
    color: darkred;
}

.fa-edit {
    color: darkcyan;
}

.fa-times-circle, .fa-edit, .fa-plus-circle {
    cursor: pointer;
}

.fa-plus-circle {
    color: darkgreen;
}

.blocked {
    background: repeating-linear-gradient( -60deg, #000000, #000000 3px, #d3d3d3 3px, #d3d3d3 6px );
}

.select-container {
    margin-top: 2px;
    border: 1px solid #eee;
    padding: 10px;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 93%;
}

.option {
    cursor: pointer;
}

    .option:hover {
        background-color: #eee;
    }

.custom-control-label {
    margin-top: 0px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.img-icon {
    padding: 5px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.125rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin: 5px;
    cursor: pointer;
}

    .img-icon:hover {
        transform: scale(1.2);
    }

.img-icon-container small {
    display: block;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

input[type=radio]:disabled:checked:after {
    border-color: #2196F3;
    background-color: #d0d8e8;
}

.fa-edit:hover {
    transform: scale(1.1);
}

.executive-container {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 0.25rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-container-clubform {
    max-width: 768px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0.6rem;
}

    .custom-container-clubform label {
        color: #064579;
        font-size: 1rem;
    }

.tableheight {
    overflow-y: auto;
    height: 75vh;
}

.modalheight {
    overflow-y: auto;
    max-height: 75vh;
}

#clubform-admin-details-container label {
    color: #064579;
    font-size: 1rem;
}

button:focus {
    outline: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 57px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    /* background-color: #fff; */
    background-color: rgba(0,0,0,0.5);
}

.mobile-menu {
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    width: 250px;
}

.mobile-menu > .list-group > .list-group-item > span {
    padding: .75rem 1.25rem;
}

.mobile-menu > .list-group > a > .nav-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    /*background-color: #fff;*/
        /*border: 1px solid rgba(0,0,0,.125);*/
}

/*.mobile-menu-container {
    display: none;
}*/

.hub-select {
    padding: 0px !important;
    height: 2rem !important;
}

.hub-select-250 {
    max-width: 250px;
}

.cross {
    color: red;
}

.check {
    color: forestgreen;
}

thead > tr > th {
    cursor: pointer;
}

.gray_section {
    color: gray;
    background-color: lightblue;
    opacity: 0.4;
}

.employeeforms-section-view {
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.25px;
    cursor: pointer;
    margin-top: 1px;
}

ul .nav-item {
    cursor: pointer;
}

#newhireModal label {
    margin-top: 0px;
    color: #21225d;
    font-weight: bold;
    opacity: 0.9;
}

#newhireModal .row {
    margin-top: 1rem;
}

#newhireModal .form-check-label {
    font-weight: normal;
}

.checkmark {
    background-color: #5bd75b;
    text-align: center;
}

.crossmark {
    background-color: #ff8080;
    text-align: center;
}

.Accessabilitylabel {
    color: darkblue;
    font-weight: bold;
}

.Deanslabel {
    color: darkblue;
}

#mccalendar, #tltcalendar {
    border: 0;
    position: absolute;
    left: 5px;
    width: 99%;
    /*top: 6rem;*/
    height:calc(100vh - 155px);
}





#sidebar > .card{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#main-container.card, .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#navbar-mastercalendar, #navbar-studentlife, #navbar-accessablity, #navbar-fitnessprofile {
    overflow-x: auto;
}

.navbar-scroll {
    overflow-x: auto;
}

.customnavbar > .navbar-nav {
    display: -webkit-box;
    flex-direction: row;
    -webkit-box-orient: horizontal;
}


.nav-item-custom {
    margin-right: 1rem !important;
}

.card-container {
    height: calc(100vh - 165px);
    overflow-y: auto;
    overflow-x: hidden;
}

.loader-spinner-small {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    opacity: 0.5;
    -webkit-animation: spin 2s linear infinite; /* Safari */
}

.loader-spinner-large {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 2s linear infinite;
    opacity: 0.5;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite; /* Safari */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


.mc-error-container {
    padding: 1rem;
    border: 1px solid red;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.navbar-header {
    margin-top: 7px;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}

.mc-pending {
    background-color: yellow;
}

.mc-approved {
    background-color: #33ff33;
}

.mc-disapproved {
    background-color: red;
}

.mc-cancelled {
    background-color: darkorange;
}

.row-list-odd {
    border: 2px solid #fff;
    line-height: 150%;
    padding: 5px;
    background-color: #e9edf4;
}

.row-list-even {
    border: 2px solid #fff;
    line-height: 150%;
    padding: 5px;
    background-color: #d0d8e8;
}

.row-list-header {
    text-align: center;
}

.m-icon {
    font-size: 1rem;
    position: relative;
    top: 3px;
}

.eventtype-ul-list {
    padding: 0;
    list-style-type: none;
}

    .eventtype-ul-list > li > i {
        opacity: 0.85;
    }

    .eventtype-ul-list > li:hover {
        background-color: #f2f2f2;
    }

    .eventtype-ul-list > li {
        padding: 5px;
        cursor: pointer;
    }

.eventtype-container-list {
    border: 1px solid #ddd;
    padding: 0.5rem;
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    width: 100%;
    height: 29vh;
    overflow-y: auto;
}

.eventtype-container-select {
    border: 1px solid #ddd;
    padding: 0.5rem;
    margin-bottom: 1px;
}

.eventtype-container-arrows {
    display: inline;
    float: right;
}

.header-title {
    background-color: #e9edf4;
    padding: 0.5rem;
    margin-top: 0.8rem;
}

.activity-period-msg {
    margin-top: 1rem;
    padding: 0.5rem;
}

.requirement-selected {
    background-color: rgb(233, 237, 244,0.5);
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.label-bold {
    font-weight: bold;
}

.request-loading-container {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.loader-spinner-text {
    text-align: center;
    position: relative;
    top: 30%;
    left: 1%;
    display: block;
    font-size: 1.25rem;
    color: #fff;
}

.asset-container {
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1%;
    margin: 0.5rem;
}

.img-asset-container {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
}



.Available {
    color: green;
}

.Booked {
    color: red;
}

.cart-container {
    padding: 1rem;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 1rem;
}

th {
    white-space: nowrap;
}

.img_fitness {
    width: 50% !important;
}


@media (max-width:989px) and (min-width:768px) {
    .img_fitness {
        width: 50% !important;
    }

    .table-fitness {
        font-size: 0.59rem !important;
    }
}

@media (max-width:568px) {

    .img_fitness {
        width: 100% !important;
    }

    .section{
        border:none !important;
        padding-right:0 !important;
        padding-left:0 !important;
    }
}

.studentlist-container {
    border: 1px solid rgba(0,0,0,0.09);
    margin-top: 0.1rem;
}

.studentlist-container>ul{
    padding: 0.7rem;
    list-style-type: none
}

.studentlist-container>ul>li:hover{
    background-color:rgba(0,0,0,0.09);
}

.mc-details-description-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
    color: #666;
    font-size: 16px;
}

.mc-selected-location {
    background-color: antiquewhite;
}

div.mc-approved, div.mc-cancelled, div.mc-disapproved, div.mc-pending {
    width: 100px;
    text-align: center;
}

.related-events-btn:hover{
    opacity:0.75;
    cursor:pointer;
}

.previous-page-link {
    color: #0a6ebd;
    cursor: pointer;
}

.previous-page-link:hover {
    text-decoration: underline;
    opacity:0.8;
}

div[contenteditable] {
    border: 1px solid #ddd;
    padding: 5px;
    height:150px;
    overflow-y:auto;
}

@media screen and (min-width:769px) and (max-width: 1200px) {

    /*.accessability-table {
        width: 67vw !important;
    }*/

    /*.deansoffice-table {
        width: 67vw !important;
    }*/
}

@media screen and (min-width:1201px) and (max-width: 1550px) {

    /*.deansoffice-table-weird-res {
        width: 75vw !important;
    }*/
}

@media screen and (min-width:1201px) and (max-width: 1300px) {

    /*.deansoffice-termpaper-table-weird-res {
        width: 75vw !important;
    }*/
}

@media screen and (min-width:769px) and (max-width: 1200px) {

    .fitness-score-card {
        width: 67vw !important;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .fitness-diagram-card {
        width: 67vw !important;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .fitness-table {
        width: 67vw !important;
        max-width: 100%;
        flex: 0 0 auto;
    }
}

@media screen and (min-width:769px) and (max-width: 1200px) {

    .responsive-test {
        width: 67vw !important;
    }
}



@media screen and (min-width:991px) and (max-width: 1350px) {

    /*.fitnesstable {
        display: block;
        width: 100%;
        overflow-x: auto;
    }*/

    .deanstable {
       width:67vw !important;
    }

}


.img_fitness {
    width: 50% !important;
}


@media (max-width:989px) and (min-width:768px) {
    .img_fitness {
        width: 50% !important;
    }

    .table-fitness {
        font-size: 0.59rem !important;
    }
}

@media (max-width:568px) {

    .img_fitness {
        width: 100% !important;
    }

    .section {
        border: none;
        padding: 0;
    }

    .card-body-fitness {
        padding: 0px;
    }


}


.accessabilitylabels {
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

.accessabilityinputs {
    margin-top: 24px;
}

.accessabilityradiocol{

    text-align:center;
    margin-top:30px;

}

/*==========LOGO===========*/
@font-face {
    font-family: "Trajan-Regular";
    src: url("TrajanProRegular.ttf");
}

.marianopolis-label-container:hover {
    opacity: 0.9;
}

.marianopolis-label-container {
    font-family: 'Trajan-Regular', sans-serif;
    color: #fff;
    font-size: 1rem;
    height: 45px;
}



.marianopolis-label-college {
    position: relative;
    top: -15px;
    left: 29%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.6rem;
    background-color: #001f75;
    pointer-events: none;
}

.marianopolis-label-line {
    border-bottom: 1px solid #fff;
    opacity: 0.9;
    pointer-events: none;
}

.marianopolis-label-middle-letter {
    font-size: 0.899rem;
    pointer-events: none;
}

.marianopolis-label-capital {
    pointer-events: none;
}

@media (max-width: 992px) {
    .marianopolis-label-container {
        height: 38px !important;
    }
}

/*=========================*/

.navbar-toggler {
    border: none;
    margin-left: auto;
}

.li-other-link > a {
    color: #8c8c8c;
}

/*BTN-LINK*/
.btn-link.active, .btn-link.active:focus, .btn-link.focus, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f2f2;
    color: #0a58ca;
}

.btn-link {
    color: #1266f1 !important;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.5;
    padding: 0.625rem 1.5rem 0.5rem !important;
    border-radius: 0.25rem;
}

.ripple {
    background-position: center;
    transition: background 0.8s;
}

.ripple:hover {
   background: #f2f2f2 radial-gradient(circle, transparent 1%, #e6e6e6 1%) center/15000%;
}

.ripple:active {
   background-color: #f2f2f2;
   background-size: 100%;
   transition: background 0s;
}

/*==========*/

.max-content-form {
    max-width: 768px;
}

@media (min-width: 769px) and (max-width: 800px) {

    .table-fixed {
        table-layout: fixed;
    }

}

textarea:focus, div[contenteditable]:focus {
    border-color: #2196f3;
    border-width: 1px;
    outline: none;
}

.dot-green {
    height: 0.8rem;
    width: 0.8rem;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.dot-red {
    height: 0.8rem;
    width: 0.8rem;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.room-label {
    cursor: pointer;
}

.room-label:hover{
    opacity:0.5;
}

.winbox-zindex {
    z-index: 1001;
}

.padding-off {
    padding-left: 0;
    padding-right: 0;
}

.text-block{
    white-space: break-spaces;
}

.tlt-booked {
    background: #ff9999 !important;
}

.tlt-circulated {
    background: #ffc299 !important;
}

.search-booking-type{
    padding: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    background-clip: padding-box;
    outline: none;
    width:75%;
}

.mc-requirement-description{
    font-size:0.75rem;
    font-style:italic;
}

.mc-requirement-details{
    padding:0.5rem;
}

.mc-strike-color{
    color:#064579;
}

.employee-subs{
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}

.A_status{
    color:green;
    font-weight:500;
}

.D_status{
    color:red;
    font-weight:500;
}

.P_status{
    color:goldenrod;
    font-weight:500;
}

.C_status{
    color:orangered;
    font-weight:500;
}

.mc-eventtype-color-box{
    width:24px;
    height:24px;
    border:solid 1px lightgray;
}

.mc-eventtype-name,.mc-location-name,.mc-user-name,.mc-req-name{
    cursor:pointer;
    color:#2196F3;
}

.mc-eventtype-name:hover,.mc-location-name:hover,.mc-user-name:hover,.mc-req-name:hover{
    text-decoration: underline;
}

.mclick{
    color: #8c8c8c;
    font-weight: 500;
}

textarea{
    padding: 0.3rem;
}

.card-home{
    max-height: 380px;
    overflow-y: auto;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important */
}

.winbox-report .wb-body{
    padding:0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

span.flatpickr-holiday{
    color: red !important;
    opacity: 0.5;
}

.flatpickr-current-month input.cur-year{
    padding: 0 0 1px .5ch;
}

.paper-img{
    border: 1px solid lightgray;
    width:100%;
    max-width:153px;
}

.printshop-leadtime{
    background-color: #FFC;
    padding: 5px;
    border-radius: 8px;
}

.w-10{
    width: 10%!important;
}

.w-15{
    width: 15%!important;
}

.w-30{
    width: 30%!important;
}

.error_field{
    border: 1px solid red;
    border-top: 1px solid red !important;
    border-radius: 4px;
}

.disabled-tab{
    opacity:0.6;
    cursor: not-allowed;
}

.printshop-file{
    color: #2196F3;
}

.printshop-file:hover{
    text-decoration: underline;
    cursor:pointer;
}

.dotted-container{
    border: 1px dotted #ddd;
    padding: 1rem;
    border-radius: 4px;
}

.notes-container p{
    font-size:14px;
}

.mc-remove-req{
    color:red;
    cursor:pointer;
}

.mc-remove-req:hover{
    opacity:0.8;
}

.text-block {
    white-space: pre-line;
}

.mc-course{
    color: #2196F3;
    text-decoration: none;
    cursor: pointer;
}

.mc-course:hover{
    opacity:0.8;
    text-decoration: underline;
}

.mc-afterhour{
    color:darkred;
}

.mc-event-id{
    color:#2196F3;
    cursor:pointer
}

.mc-event-id:hover{
    text-decoration: underline;
}

.table-no-border>tr>th,.table-no-border>tr>td{
    border: none;
}

.dotted-container {
    border: 1px dotted #ddd;
    padding: 1rem;
    border-radius: 4px;
    background-color: rgb(0, 0, 0, 0.015);
    min-height: 150px;
}

p {
    font-size: 1rem;
}

.rippleborder{
    border:1px,solid,#dbe9ff

}

.locker-empty{
    background-color: #d3d3d3;
}

.locker-not-available{
    background: repeating-linear-gradient(-60deg, #000000, #000000 3px, #d3d3d3 3px, #d3d3d3 6px);
}

.locker-reserved{
    background-color: #ff3333;
}

.locker-on-hold{
    background-color: #ffff1a;
}

.locker-ul-list {
    padding: 0;
    list-style-type: none;
}

.locker-ul-list > li:hover {
    background-color: #f2f2f2;
    cursor:pointer;
}

.locker-container-list {
    border: 1px solid #ddd;
    padding: 0.5rem;
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    width: 100%;
    max-height: 15vh;
    overflow-y: auto;
    margin-top:0.25rem;
}

.border-arrow{
    border-left: 1px solid #ddd;
    position: relative;
    top: -8px;
    left: -8px;
}

.textarea-dotted{
    border: 1px dotted #ddd;
    padding: 0.5rem;
    min-height: 100px;
    white-space: pre-line;
    background-color: rgb(0, 0, 0, 0.02);
}

.showselected{
    display:none;
}

.svgcontainer
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.svgcontent{
    text-align: center;
    vertical-align: middle;
    line-height: 38px;   
}

#sidebar-card{
    overflow-y:auto;
    height:calc(100vh - 85px);
}