﻿* {
    font-family: Poppins;
    /*font-size: 14px;*/
}

hr {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.black {
    color: black;
}

.btn {
    padding: 2px 8px 3px 8px !important;
}


.p-header2 {
    height: 55px;
    width: 100%;
    padding: 10px 2%;
    border-bottom-right-radius: 100px;
    float: left;
}

.p-headerHam {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

    .p-headerHam i {
        font-size: 24px;
    }

.login-pane .google-button {
    height: 60px;
    max-width: 250px;
    width: 100%;
    border-radius: 30px;
    margin: 20px 0px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    transition: all ease 0.1s;
    cursor: pointer;
    display: inline-block;
    background-color: white;
    text-align: center;
}


.list-group-item {
    background: none;
    border: none;
    color: black;
    font-size: 14px;
    /*padding: 8px 10px;*/
    /*padding: 6px 4px !important;*/
    padding: 6px 4px !important;
}

    .list-group-item:hover {
        background: #eaecec;
        border-radius: 4px !important;
        cursor: pointer;
        font-weight: bold;
    }

    .list-group-item.active {
        background-color: #eeeeee;
        border-radius: 4px !important;
        font-weight: bold;
        color: black;
    }

        .list-group-item.active:hover {
            background-color: #eeeeee;
            border-radius: 8px;
            font-weight: bold;
            color: #383737;
        }

.list-group-item-action:hover {
    border-radius: 8px;
}

i {
    min-width: 25px;
}

.sub-item {
    margin-left: 20px;
}

a {
    color: white;
    cursor: pointer;
}

    a:hover {
        color: white;
        text-decoration: none;
    }

.content {
    left: 0%;
    padding: 0;
    width: 100%;
}

.hide {
    display: none;
}

.container-fluid {
    padding: 0;
}

/*.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
}*/

/*BACKGROUND CONTAINER (left side)*/
.background-img {
    background: url('../Images/loginBG.jpg');
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.9;
    background-size: cover;
    background-position-x: center;
    overflow: hidden;
}

.background-img2 {
    /*background: url('../Images/loginBG.jpg');*/
    background: #1e4c2b;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.9;
    background-size: cover;
    background-position-x: center;
    overflow: hidden;
}

.background-container {
    position: absolute;
    display: table;
    height: 100%;
    padding: 100px 50px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    top: 0;
    left: 0;
}

    .background-container .header-logo {
        display: block;
        position: absolute;
        top: 50px;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    }

small {
    font-size: 90%;
}

.login-div {
    background: #f4f3f7;
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*height: 100vh;*/
    /*padding: 13% 20%;*/
    /*padding: 18% 20% 13% 20%;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-text {
    text-align: center;
    margin-top: 15%;
    font-family: Poppins;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10% 0;
}

.login-google-image {
    height: 40px;
    width: 40px;
    background-size: cover !important;
}

.login-google {
    background: url('Images/google-button-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 52px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px #999;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    margin-top: 10%;
    max-width: 273px;
}

.login-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    padding: 0 15%;
    font-size: 14px;
    width: 100%;
}

.login-video {
    width: 100%;
    object-position: center center;
    object-fit: cover;
    height: 100%;
}

.sideNavOverlay {
    width: 240px;
    height: 100vh;
    float: left;
}


:root {
    --sideNavWidth: 240px;
    --headerWidth: calc(100% - 240px);
    --contentBodyWidth: calc(100% - 240px);
    --blue: white;
    --navIconDisplay: inline-block;
    --navBoxPadding: 6px 4px !important;
    --navBoxFont: 12px;
    /*--sideNavWidth: 120px;
    --headerWidth: calc(100% - 120px);
    --contentBodyWidth: calc(100% - 120px);
    --blue: blue;
    --navIconDisplay: none;
    --navBoxPadding: 20px !important;
    --navBoxFont: 30px;*/
}

[data-navigation="1"] {
    --sideNavWidth: 120px;
    --headerWidth: calc(100% - 120px);
    --contentBodyWidth: calc(100% - 120px);
    --blue: white;
    --navIconDisplay: none;
    --navBoxPadding: 20px !important;
    --navBoxFont: 30px;
}

[data-navigation="0"] {
    --sideNavWidth: 240px;
    --headerWidth: calc(100% - 240px);
    --contentBodyWidth: calc(100% - 240px);
    --navigationWidth: 240px;
    --blue: white;
    --navIconDisplay: inline-block;
    --navBoxPadding: 6px 4px !important;
    --navBoxFont: 12px;
}

.p-navigation {
    background: var(--blue);
    height: 100vh;
    width: var(--sideNavWidth);
    padding: 20px;
    z-index: 3;
    float: left;
    position: fixed;
}

.p-header {
    padding: 0;
    background: #1e4c2b;
    font-size: 14px;
    height: 55px;
    z-index: 3000;
    width: var(--headerWidth) !important;
    float: right;
    padding: 10px 20px;
}

.content-body {
    padding: 15px;
    width: var(--contentBodyWidth) !important;
    float: right;
    /*background: var(--blue);*/
}

.nav-icon {
    display: var(--navIconDisplay);
}

.nav-box {
    padding: var(--navBoxPadding) !important;
}

    .nav-box > i {
        font-size: var(--navBoxFont);
    }

.card {
    border-radius: 7px;
    /*box-shadow: 0 .8rem 0.5rem -10px rgba(0,0,0,.175);*/
    /*box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 2px 4px -1px rgb(170 167 167 / 30%);*/
    box-shadow: none;
    border: none;
    /*animation: 0.5s ease-out 0s 1 fadeIn;*/
}

@keyframes fadeIn {
    0% {
        /*transform: translateX(-100%);*/
        opacity: 0;
    }

    100% {
        opacity: 1;
        /*transform: translateX(0);*/
    }
}

.card-body {
    /*padding: 1rem 2rem;*/
    padding: 1.5rem 1.5rem;
}

.userProfile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border: 2px solid white;
}

.userProfile2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /*box-shadow: 0 1rem 1rem rgba(0,0,0,.175);*/
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border: 3px solid white;
}

.userProfile3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border: 3px solid white;
    margin: 0;
}

.userProfile4 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border: 3px solid white;
    margin: 0;
}

.userProfileTable {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    border: 1px solid white;
}

.userName {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
}

.userPosition {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.breadcrumb {
    background: none;
    padding-left: 10px;
    font-weight: bold;
    color: #6c7584;
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: 13px;
    font-weight: normal !important;
}

.badge {
    /*padding: 5px 10px;*/
    font-size: 80%;
    min-width: 28px;
}


.imgNoResult {
    /*display: block;
    margin: auto auto;*/
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.txtNoResult {
    position: absolute;
    left: 40%;
    top: 40%;
    /*height: 150px;*/
    width: 200px;
    /*margin-top: -75px;
    margin-left: -100px;*/
    text-align: center;
    font-weight: bold;
    color: #6c757d !important;
}

.badgeAcctType {
    /*border-radius: 50px;*/
    position: absolute;
    left: 50%;
    /*width: 120px;*/
    margin-left: -60px;
    margin-top: 5px;
    font-size: 12px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    color: #fefefe;
    background: #08649a;
    padding: 5px 10px;
}

.badgeCurrency {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.badgeCurrency2 {
    margin-top: 10px;
    margin-right: 10px;
}

.currBalance {
    position: absolute;
    right: 10px;
    top: -50px;
}

.currBalance2 {
    font-weight: bold;
    font-size: 24px;
}

.cardID {
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.cardIDLandscape0 {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*background: linear-gradient(rgb(237, 183, 172), rgb(176, 65, 94));*/
    background: linear-gradient(rgb(144, 196, 252), rgb(1, 55, 112));
}

.cardIDLandscape1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.cardIDLandscape2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.cardIDLandscape3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}


.searchField {
    border-radius: 5px;
    background: #e9eaec;
    border: none;
    padding: 10px 25px;
}

    .searchField:focus {
        outline: none;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
        background: #f9f9f9;
    }


.textField {
    border-radius: 5px;
    background: #e9eaec;
    border: none;
    padding: 10px 25px;
    width: 100%;
}

    .textField:focus {
        outline: none;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
        background: #f9f9f9;
    }

.textField2 {
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #dedbdb;
}

    .textField2:focus {
        outline: none;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
        background: #f9f9f9;
    }

.searchButton {
    background: #346f44;
    position: absolute;
    right: 30px;
    bottom: 53px;
    height: 32px;
    width: 60px;
    text-align: center;
    padding: 8px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchButton2 {
    background: #346f44;
    position: absolute;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    right: 15px;
    top: 0;
    height: 34px;
    width: 60px;
    text-align: center;
    padding: 8px 0;
    z-index: 1000;
}


.addButton {
    background: #17a2b8;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 34px;
    width: 60px;
    text-align: center;
    padding: 8px 0;
}

.submitButton {
    /*border-radius: 50px;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
    height: 40px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);*/
    min-width: 70px;
    font-weight: bold;
}

.btn-right {
    padding: 5px 7px;
    border-radius: 50px;
    float: right;
    padding-right: 15px;
}

.alphabetPagination {
    /*background: #f4f5f7;*/
    color: #346f44;
    padding: 1px 6px;
    border-radius: 3px;
}

    .alphabetPagination:hover {
        background: #e6e6e6;
        transition: 0.4s;
        font-weight: bold;
        border: none;
        color: #346f44;
    }

    .alphabetPagination.active, .gradePagination.active {
        background: #1e4c2b;
        color: white;
        font-weight: bold;
    }

.gradePagination {
    color: black;
    padding: 2px 10px;
    border-radius: 5px;
    background: #f4f5f7;
    /*border: 1px solid #d2d2d2;*/
}

    .gradePagination:hover {
        background: #1e4c2b;
        transition: 0.4s;
        font-weight: bold;
        /*border: 1px solid #c5dce6;*/
        color: white;
    }

.alphabetPager {
    margin-top: 10px;
}

.gradePager {
    margin-top: 10px;
}

.numPager {
    margin-top: 10px;
}

.customModalHeader {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    color: white;
    background: #1e4c2b;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);*/
    padding: 20px;
    background: #1e4c2b;
    color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.customClose {
    position: absolute;
    top: -10px;
    right: 0;
    color: white;
    z-index: 10;
}

    .customClose:hover {
        color: white;
    }

.customModalDialog {
    padding-top: 5px;
}

.customModalBody {
    /*margin-top: 70px;
    max-height: 630px;
    overflow-y: auto;
    overflow-x: hidden;*/
    background: white;
    color: black;
    padding: 20px 20px 30px 20px;
    border-radius: 15px;
}

.customModalContent {
    background: #f3f3f3;
    color: #424242;
}

.customDrop select:focus {
    outline: none;
    border: none;
    box-shadow: 0px 2px 7px 0px #999;
}

.customDrop select {
    padding: 10px;
    height: 43px;
    border: none;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.customTextbox {
    padding: 10px;
    height: 43px;
    border: none;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.customLoginButton {
    padding: 8px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    border: none;
    background: #1e4c2b;
    color: white !important;
}

.customDrop2 select {
    border-radius: 50px;
    padding-left: 20px;
    height: 40px;
    border: 1px solid #dedbdb;
}

    .customDrop2 select:focus {
        outline: none;
        border: none;
        box-shadow: 0px 2px 7px 0px #999;
    }

.customModalTitle {
    font-size: 20px;
    font-weight: bold;
}

.rowCount {
    text-align: left;
    width: 100%;
    padding: 15px 0 0 10px;
    margin-bottom: -15px;
    font-weight: bold;
    color: #70757d;
    font-size: 12px;
}

.modal-content {
    border-radius: 15px;
    padding: 10px 15px;
}

.detailsHead {
    font-weight: bold;
    margin-top: 5px;
}

.detailsDesc {
    margin-top: 10px;
}

.tinyHeader {
    margin: 0;
    /*margin-left: 10px;*/
    font-weight: bold;
    font-size: 12px;
    color: #565656;
    margin-bottom: 3px;
}

.actionButton {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 0;
    padding-top: 8px;
    color: white;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}


.smallHeader {
    font-size: 13px;
    color: #545454;
    font-weight: bold
}

.largeHeader {
    font-weight: bold;
    font-size: 20px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.middleP {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nameOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.swal2-popup {
    border-radius: 15px !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 7px !important;
    margin-top: -5px !important;
    background: #317c87 !important;
    width: 30% !important;
}

.swal2-container.swal2-backdrop-show {
    background: rgba(0,0,0,.7) !important;
}

.listKo:hover {
    background-color: #ececec;
}

.active2 {
    background-color: #fde09b;
    border-radius: 8px;
    color: #1e4c2b;
}

.list-group-item.active2 {
    background-color: #fde09b;
    border-radius: 8px;
}

    .list-group-item.active2:hover {
        background-color: #fde09b;
        border-radius: 8px;
    }

.altRowColor {
    /*background: #f7f7f7;*/
    padding: 5px 15px;
    border-radius: 5px;
}

.altRowColor2 {
    padding: 5px 15px;
    border-radius: 5px;
}

._Parent, ._Student, ._Staff {
    display: none;
}

.profile {
    position: absolute;
    top: 10px;
    right: 30px;
}

.dropdown-profile {
    background: none;
    border: none;
    padding: 0;
    max-width: 50px;
}

    .dropdown-profile:focus {
        outline: none;
    }

.dropdown-profile-content {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.logout {
    width: 100%;
    background: #1e4c2b;
    font-weight: bold;
    color: white;
}

    .logout:hover {
        background: #346241;
        color: white;
    }


.user-img-big {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    padding: 2px;
    height: 50px;
    width: 50px;
}

.dropdown-profile-content:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.dropdown-profile-content:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.header-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold
}

.typeRadio {
    float: left;
    margin-right: 20px;
}

.filterHead {
    font-weight: bold;
    color: #2d2d2d;
    font-size: 12px;
}

.filterAct {
    margin-top: 5px;
    padding: 12px 20px;
    background: #f7f7f7;
    border-radius: 10px;
}

.nav-tabs .nav-link {
    padding: 10px 15px;
}

.img-thumbnail {
    background: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-title {
    text-transform: initial !important;
}



.listName {
}


.f-l {
    float: left;
}

.align-self-center {
    align-self: center !important;
}

.smallDropdown {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 25px !important;
}

.firstChar {
    font-size: 10px;
    color: gray;
}

.miniHeader {
    color: #6c7584;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
}

.miniHeader2 {
    color: #6c7584;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.miniHeader3 {
    color: #6c7584;
    font-weight: bold;
    font-size: 12px;
}

.currencyPhp {
    background: #dfdfdf;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 10px;
}


.noRecord {
    font-weight: bold;
    font-size: 12px;
    color: gray;
}

#sched tr td {
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.tableLeft tr td {
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.custom-icon {
    font-size: 12px;
    padding: 5px;
}

.delete-button {
    color: #dc3545;
    background: #fbe4e6;
}

.edit-button {
    color: #007bff;
    background: #d1e7ff;
}

.save-button {
    color: #dc3545;
    background: #deffe6;
}

.cancel-button {
    color: #656464;
    background: #f8f9fa;
}

.add-button {
    color: #17a2b8;
    background: #e1f6f9;
}

.delete-button:hover {
    color: #fbe4e6;
    background: #dc3545;
}

.edit-button:hover {
    color: #d1e7ff;
    background: #007bff;
}

.save-button:hover {
    color: #deffe6;
    background: #dc3545;
}

.cancel-button:hover {
    color: #f8f9fa;
    background: #656464;
}

.add-button:hover {
    color: #e1f6f9;
    background: #f8f9fa;
}

.alert {
    padding: 5px 10px !important;
    margin: 0;
}

.calendarDay {
    font-weight: bold;
    font-size: 18px;
}

.schedSelection {
    /*background: #f5f5f5;*/
    /*box-shadow: none;*/
    background: white;
}

    .schedSelection a:hover, .schedSelection.active, .schedSelection.active a {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
        color: #2c2203;
        background: #fae39e;
        cursor: pointer;
        border-radius: 10px;
    }

    .schedSelection a {
        color: #2c2203;
    }


.schedConfirmation {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    color: white;
    background: #02A5FA;
    border-radius: 10px;
    border: 3px solid #02A5FA;
}

.schedFailed {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    color: white;
    background: #dc3545;
    border-radius: 10px;
    border: 3px solid #dc3545;
}

.nav-link.active {
    /*box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 2px 4px -1px rgb(170 167 167 / 30%);*/
    box-shadow: none;
    margin-left: -1px;
}

.divSchedList_mobile .card:first-child {
    border-top-left-radius: 0px;
}

.timeSlot {
    /*background: #f5f5f5;*/
    /*background: #d7ecf5;*/
    background: #fafafa;
    color: #2c2203;
    padding: 3px 5px;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #d5d5d5;
    text-align: left;
}

    .timeSlot a {
        color: #2c2203;
        width: 100%;
    }

    .timeSlot.active a, .timeSlot.active {
        color: #2c2203;
        font-weight: bold;
        background: #fae39e;
    }

    .timeSlot:hover a, .timeSlot:hover {
        color: #2c2203;
        font-weight: bold;
        background: #fae39e;
    }


.timeSlotTaken {
    background: #fbe4e6;
    color: #dc3545;
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2);
}

    .timeSlotTaken a {
        color: #dc3545;
        width: 100%;
        font-weight: bold;
    }


.breakOption {
    border-radius: 10px;
}

.selectBreakOption.selected .breakOption {
    background: #dc3545;
    color: white;
    font-weight: bold !important;
}

.selectBreakOption:not(.selected):hover div.breakOption {
    box-shadow: 0 6px 4px -1px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#f9f9f9,#fafafa) !important;
    cursor: pointer;
    background: #f9f9f9;
}

    .selectBreakOption:not(.selected):hover div.breakOption label {
        cursor: pointer;
    }


.selectBreakOption.selected div.breakOptions {
    -webkit-box-shadow: inset 0px 0px 0px 2px #dc3545;
    box-shadow: inset 0px 0px 0px 2px #dc3545;
    color: white;
    background-color: #dc3545;
}

.selectBreakOption.selected:hover div.breakOption {
    -webkit-box-shadow: inset 0px 0px 0px 2px #dc3545;
    box-shadow: inset 0px 0px 0px 2px #dc3545;
    color: white;
    background-color: #dc3545;
}

.selectBreakOption.selected:hover div.breakOption {
    -webkit-box-shadow: inset 0px 0px 0px 2px #dc3545;
    box-shadow: inset 0px 0px 0px 2px #dc3545;
    color: white;
    background-color: #dc3545;
}

.studentGrade {
    background: #f5f5f5;
    padding: 1px 5px;
    border-radius: 10px;
    color: black;
}



.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}


.nav-date {
    background: #f4f4f4;
    padding: 10px 10px;
    /*margin-left: 10px;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #cdcdcd;
    transform: scale(.9);
    margin-bottom: -3px !important;
    margin-left: 2px;
}

    .nav-date p {
        line-height: 1;
    }

    .nav-date small {
        margin-bottom: 1px;
    }

    .nav-date a {
        color: #4c4c4c !important;
    }

    .nav-date.active {
        /*background: white;
        border-top: 3px solid #02a5fa;*/
        background: #02A5FA !important;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
        transform: scale(1.15);
        margin-left: 20px;
        margin-right: 7px;
        padding: 7px 10px 10px 10px !important;
    }

        .nav-date.active a {
            /*color: #02A5FA !important;*/
            color: white !important;
        }


.nav-date-cont {
    margin: 0 10px;
    /*background: #f4f4f4;*/
    background: white;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #a2d8f4;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    min-width: 100%;
}

.searchCont {
    border-radius: 0px;
    max-height: 300px;
    position: absolute;
    z-index: 300;
    min-width: 85%;
    margin-top: -15px;
}

.croppedImg {
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 3px solid white;
}

.croppedImgMini {
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid white
}

.animationList {
    background: #ddd;
    height: 20px;
    border-radius: 3px
}

.studentImg {
    border: 1px solid white;
}

.zoomLink {
    text-align: left;
    float: left;
    color: #0645AD;
    min-width: 150px;
}

    .zoomLink:hover {
        color: #0645AD;
    }


.div-selection {
    height: 260px;
    overflow: hidden;
    margin-top: 40px;
}

.panel {
    background: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e8eaeb;
    z-index: 2;
}


.textbox {
    border: 1px solid #d4d4d4;
    padding: 25px 15px;
}

#divStudentList .animated-loader {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 100px;
    height: 15px;
    position: relative;
}

#divSchedList .animated-loader {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 100px;
    height: 15px;
    position: relative;
}

#sNavigation {
    transition: margin 0.3s ease;
}

.collapsed {
    display:none;
}

.noSchedPen {
    position: absolute;
    top: 0;
    right: 0;
}


.logoMobile {
    display: none;
}

.schedMobileDesc {
    padding: 10px;
    background: whitesmoke;
    border-radius: 10px;
}

.lnkEdit_mobile {
    border: none;
    padding: 0px;
    float: right;
}

.divSchedList_mobile {
    display: none;
    width: 100%;
}

.divGridView {
    display: inline-block;
    width: 100%;
}

.loginOption {
    color: black;
    text-align: center;
    padding: 10px 0px;
}

    .loginOption:hover {
        background: #59c1e0;
        color: white;
        border-radius: 10px;
    }

.lineKo {
    border-bottom: 1px solid #a2d8f4;
    height: 1px;
    width: 100%;
    margin: 10px
}

.timeSlotCont {
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #a2d8f4;
}

.iCalTable table tr td {
    width: 80%;
    text-align: left;
    border: 1px solid black;
    padding: 2px 10px;
}

.iCalTable table thead tr td {
    width: 80%;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    padding: 2px 10px;
}

.login-pane {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    max-width: 350px;
    min-width: 300px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 20px !important;
}

.login_footer {
    margin-top: 10px;
    text-align: center;
    color: #91a297;
}


.login_appLogo {
    text-align: center;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.login_appControls {
    background: white !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.list-group-item:hover {
    background: #fafafa;
    color: black;
    border-radius: 10px;
}

.list-group-item:nth-child(even) {
    /*background: #fafafa;*/
    border-radius: 10px;
}

.selectionCard, .selectionMethod {
    box-shadow: none;
    background: whitesmoke;
    border: 1px solid #e6e6e6;
}

    .selectionCard:hover, .selectionMethod:hover {
        border: 1px solid #fdefd0;
        background: #fdefd0;
    }

    .selectionCard.active, .selectionMethod.active {
        border: 1px solid #f2b228;
        background: #fdefd0;
    }

    .selectionCard input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }

        .selectionCard input:focus {
            outline: none !important;
        }


.enterAmount {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

    .enterAmount:focus {
        outline: none !important;
    }

.receiptTextColor {
    color: #6c757d !important;
}

.table-bordered td, .table-bordered th {
    padding: 5px 10px !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
}

.scannerGIF {
    width: 300px;
    z-index: 3;
    position: relative;
    margin-left: 2px;
    margin-top: 20px;
}

.selectButton {
    background: #28a745;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    text-align: center;
    padding: 8px;
}

.searchBox {
    border: 1px solid #e2e2e2;
    padding: 5px;
    max-height: 150px;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 100;
    background: white;
    display: none;
}

.searchItem:hover {
    background: #f7f7f7;
    border-radius: 3px;
    cursor: pointer;
}

.ssrs-param {
    background: #fff6e4;
    border: 1px solid #f4e7cb;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 0;
}

    .ssrs-param input[type="date"] {
        font-size: 12px;
        border-radius: 2px;
        border: 1px solid gray;
        padding: 0 5px;
        margin-left: 5px;
    }

.card {
    border-radius: 0px !important;
}

.color-purple {
    color: #6C47EB;
}

.color-teal {
    color: #4CC4B1;
}

.color-bright-blue {
    color: #294FF9;
}

.nopad {
    padding: 0 !important;
}

.nopad-top {
    padding-top: 0 !important;
}

.nopad-bottom {
    padding-bottom: 0 !important;
}

.nopad-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dash-count {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.dash-icon-font {
    font-size: 50px;
    margin-bottom: 15px;
}

.chart-title {
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
}

.textSize-13 {
    font-size: 13px;
}


@media (max-width: 572px) {
    .modal-dialog {
        margin: 10px !important;
    }

    .logoMobile {
        display: inline-block;
    }

    .logoWeb {
        display: none;
    }

    .nav-date {
        width: 100%;
        border-radius: 8px;
        margin: 0px;
    }

        .nav-date.active {
            transform: scale(1);
            margin: 0;
        }

    .submitButton {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    .divSchedList_mobile {
        display: inline-block;
        width: 100%;
    }

    .divGridView {
        display: none;
    }

    .slideshow {
        height: 100vh;
    }

    .background-img {
        height: 25vh !important;
        width: 100vw;
        opacity: 0.9;
        padding-top: 8vh;
    }

    .login-video {
        width: 100%;
        height: 40%;
    }

    .login-div {
        /*height: 88vh;*/
        height: -webkit-calc(88vh - (120px + 8vh));
        /*margin-top: -3vh;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;*/
        padding: 10% 15%;
        top: 42vh;
        left: 0;
        /*position: absolute;*/
        background: white;
        box-shadow: none;
    }

        .login-div img {
            width: 50%;
            max-width: 150px;
        }

    .login-text {
        display: none;
    }

    .login-google {
        margin-top: 25%;
    }

    .login-footer {
        padding: 0 5%;
        position: relative
    }

        .login-footer p {
            font-size: 10px !important;
        }

    .background-container {
        display: none;
    }

    .btnParentLogin {
        border-radius: 8px;
    }

    /*.p-navigation2, .p-navigation {
        display: none;
    }

    .content-body {
        width: 100% !important;
    }

    .p-header {
        width: 100% !important;
    }*/

    .textbox {
        padding: 18px 15px;
        border-radius: 8px;
    }

    .timeSlot {
        padding: 1px 0px;
    }


    /*.p-navigation2 .card{
        display:none !important;
    }*/
}

.rounded-circle {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.rounded-circle2 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    padding: 2px !important;
    border: 2px solid white;
    border-radius: 50%;
}

.schedTeacherName {
    font-weight: bold;
    font-size: 18px;
}

.scheduledCont {
    background: #02A5FA;
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
}

.breakCont {
    background: #dc3545;
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
}

.btnAction {
    padding: 5px 15px 5px 10px;
    border: none;
    font-weight: bold;
    margin-top: 5px;
}

.btnAction2 {
    padding: 5px 15px 5px 10px;
    border: none;
    font-weight: bold;
}

    .btnAction2:hover {
        background: transparent;
        color: #0b8da2;
    }

.accountLink:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
}

.eventsList {
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

    .eventsList:hover {
        background: whitesmoke;
    }

.eventsDropdown {
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
}

.btnActionCustomTopLeft {
    position: absolute;
    top: 15px;
    right: 15px;
}

.btnActionCustom {
    background: white;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 0px 2px 4px -1px rgb(170 167 167 / 30%);
    border: none;
}

.color-info {
    color: #17a2b8 !important;
}

.color-primary {
    color: #007bff !important;
}

.color-danger {
    color: #dc3545 !important;
}

.color-light {
    color: gray !important;
}

.color-success {
    color: #28a745 !important;
}

.bg2-info:hover, .bg2-info:hover > i {
    background: #17a2b8 !important;
    color: white !important;
}

.bg2-primary:hover, .bg2-primary:hover > i {
    background: #007bff !important;
    color: white !important;
}

.bg2-danger:hover, .bg2-danger:hover > i {
    background: #dc3545 !important;
    color: white !important;
}

.bg2-light:hover, .bg2-light:hover > i {
    background: gray !important;
    color: white !important;
}

.bg2-success:hover, .bg2-success:hover > i {
    background: #28a745 !important;
    color: white !important;
}

.right {
    text-align: right !important;
}

.customCardHeader {
    background: #f2f2f2;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;*/
    padding: 5px 20px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border: 7px solid white;*/
}

.customHeaderRow1 {
    font-weight: bold;
    text-align: center !important;
}

.customHeaderRow {
    font-weight: bold;
    border-bottom: 0 !important;
    text-align: center !important;
}

.customHeaderRow1 {
    font-weight: bold;
}

.modal-lg, .modal-xl {
    max-width: 1200px !important;
}

.badge-success {
    padding: 2px 2px 4px 2px !important;
}

.badge-draft {
    background: #7F7F7F !important;
    color: white !important;
}

.badge-approval {
    background: #ecb106 !important;
    color: white !important;
}

.badge-revision {
    background: #3597DC !important;
    color: white !important;
}

.badge-review {
    background: #81A489 !important;
    color: white !important;
}

.badge-approved {
    background: #28a745 !important;
    color: white !important;
}

.badge-declined {
    background: #dc3545 !important;
    color: white !important;
}

.badge-followup {
    background: #F49025 !important;
    color: white !important;
}

.badge-completed {
    background: #9771d5 !important;
    color: white !important;
}

.badge-closed {
    /*background: #564D65 !important;*/
    background: #9771d5 !important;
    color: white !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px !important;
    }
}


/*@media (max-width: 1100px) {
    .p-navigation {
        display: none;
        -webkit-transition: display 0.5s linear;
        -moz-transition: display 0.5s linear;
        -ms-transition: display 0.5s linear;
        -o-transition: display 0.5s linear;
        transition: display 0.5s linear;
    }

    .profile {
        top: 4px;
        right: 5px;
    }

    .content-body {
        width: calc(100% - 15px);
    }
}*/


/* REQUESTOR CSS*/
.edit-button-primary {
    color: #ffffff !important;
    background: #007bff;
}

.card-header {
    cursor: pointer;
}

.br-0 {
    border-radius: 0px !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.modal-title, .modal-title > i {
    font-size: 20px;
}

.modal-close {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 5px
}

    .modal-close:hover {
        cursor: pointer;
    }

.stepper-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 180px;
    text-align: center;
}

.error {
    color: #DC3545;
    background-color: #FFF;
    margin-top: 5px;
}

.progress {
    height: 20px !important;
    border-radius:10px;
}
/* REQUESTOR CSS*/
