﻿.classroomHeadingRow {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    margin-bottom: 5px;
}

.classroomHeading {
    height: 19px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
}

#centered-spinner {
    left: 50%;
    position: relative;
}

.select-year-stack {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    border-style: solid;
    border-color: #ccc;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.first-row {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
}
.card-year {
    width: 140px;
    height: 80px;
    overflow: hidden;
    border: none;
    margin: 10px 10px 0px 0px;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
}
.frame {
    width: 136px;
    height: 76px;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}
.student-numbers {
    width: 32px;
    height: 32px;
    top: 2px;
    left: 55px;
    position: absolute;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.icon-users {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 3px;
    background-image: url(../images/users.svg);
    background-size: 100%;
}
.students-info-count {
    width: 19px;
    height: 12px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 18px;
    left: 6px;
}

.year-group {
    height: 19px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    color: var(--Primary, #24303b);
    top: 38px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.customer-card-firstname {
    height: 19px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    color: var(--Primary, #24303b);
    font-weight: 700;
    font-style: normal;
    top: 82px;
}

.customer-card-lastname {
    font-family: "Open Sans", sans-serif;
    height: 19px;
    font-size: 12px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    color: var(--Primary, #24303b);
    top: 98px;
    font-weight: 700;
    font-style: normal;
}

.customerBalance {
    width: 100%;
    height: 14px;
    position: absolute;
    top: 149px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 8px 4px 8px;
    overflow: visible;    
}
.balance-left {
    width: 10px;
    height: 12px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--BorderGrey, #798087);
    font-size: 10px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    float:left;
}
.balance-right {
    width: 44px;
    height: 14px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--BorderGrey, #798087);
    font-size: 12px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    float: right;
}
.customerAvailableBalance {
    width: 100%;
    height: 14px;
    position: absolute;
    top: 168px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 8px 4px 8px;
    overflow: visible;
}
.available-left {
    width: 10px;
    height: 12px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Primary, #798087);
    font-size: 10px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    float: left;
}

.available-right {
    width: 44px;
    height: 14px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Primary, #798087);
    font-size: 12px;
    letter-spacing: -0.22px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    float: right;
}

.preorder-selection-small {
    width: 95%;
    left: 3px;
    height: 12px;
    position: absolute;
    top: 165px;
    border-radius: 10px;
    overflow: hidden;
}
.preorder-selection {
    width: 100%;
    height: 24px;
    position: absolute;
    overflow: hidden;
    background-color: #ededed;
    top: 187px;
}
.preorder-selection-collection {
    width: 100%;
    height: 67px;
    overflow: hidden;
}
.preorder-selection-text {
    width: 80px;
    height: 12px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: #828d97;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 3px auto;
}

.top-menu {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px 0px 24px;
    overflow: hidden;
    background: #f5f9ff;
}

.preorder-nav-button {
    width: 140px;
    height: 80px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
    border: none;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}

    .preorder-nav-button:hover {
        outline: 2px solid var(--Selected, #1199EE);
    }

.preorderBackImg {
    width: 30px;
    display: inline-block;
}

    .preorderBackImg:hover {
        cursor: pointer;
    }

.preorderSelectAllBtn {
    display: inline-block;
}

.customerListContainer {
    /*    height: calc(100vh - 240px); Original portal value */
    height: calc(100vh - 320px);
    min-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.productsRow {
    padding: 0px 10px 0px 0px;
}

.reg-card {
    width: 120px;
    height: 150px;
    display: inline-block;
    padding: 4px 0px 0px 0px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    user-select: none;
}

.preorder-card {
    width: 120px;
    height: 210px;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    user-select: none;
}

    .preorder-card:hover, .collection-card:hover, .reg-card:hover {
        box-shadow: 0 0 0 2pt #5B646C;
    }

.student-details {
    width: 100%;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    border-bottom: 1px solid lightgray;
    margin-top:3px;
}
.student-avatar {
    width: 72px;
    height: 72px;
    border: 1px solid grey;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    top: 7px;
}
.student-name {
    height: 31px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    overflow: visible;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;

}

.selected {
    box-shadow: 0 0 0 2pt var(--Selected, #0099FF) !important;
}


.product0 {
    /*    background-color: rgba(51, 255, 51, 1) !important;*/
    background-color: rgb(0, 204, 0) !important;
}

.product1 {
    background-color: rgba(69, 81, 255, 1) !important;
}

.product2 {
    /*    background-color: rgba(255, 255, 51, 1) !important;*/
    background-color: #FFAA22 !important
}

.product3 {
    background-color: rgba(255, 51, 255, 1) !important;
}

.product4 {
    /*    background-color: rgba(51, 255, 255, 1) !important;*/
    background-color: #555555 !important;
}

.product5 {
    /*    background-color: rgba(223, 165, 30, 1) !important;*/
    background-color: #FF7744 !important;
}

.product6 {
    background-color: rgba(136, 60, 212, 1) !important;
}

.product7 {
    background-color: rgba(255, 51, 51, 1) !important;
}

.btn-group {
    width: 100%;
    height: 100%;
    margin: 0 auto 10px auto;
    justify-content: center;
}

    /*.btn-group button {
        cursor: pointer;
        float: left;
        height: 10%;
        width: 10.5%;
        min-height: 90px;
        min-width: 80px;
        max-width: 150px;
        font-size: 15px;
    }*/

.preorder-button {
    /*position: relative;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 5px;
    height: 100px;
    width: 150px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 10px;
    vertical-align: top;*/
    /* outline:none; */
    /* overflow: hidden; */
    /*-webkit-box-shadow: -1px 2px 4px 1px rgba(224,224,224,1);
    -moz-box-shadow: -1px 2px 4px 1px rgba(224,224,224,1);
    box-shadow: -1px 2px 4px 3px rgba(224,224,224,1);*/
    width: 120px;
    min-width: 80px;
    height: 83px;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    padding: 0px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
}
    .preorder-button:hover:enabled {
        box-shadow: 0 0 0 2pt var(--Primary, #24303b);
    }
    .preorder-button:focus {
        outline: 0 !important;
        box-shadow: 0 0 0 2pt var(--Primary, #24303b);
    }
    .preorder-button:disabled {
        cursor: default;
        opacity: 0.65;
    }
.preorder-product-text {
    width: 100%;
    height: 44px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    color: var(--Primary, #24303b);
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.preorder-product-price {
    width: 120px;
    height: 36px;
    overflow: visible;
    margin-top: 3px;
    border-radius: 0 0 10px 10px;
}
.preorder-product-price-text {
    width: 37px;
    height: 16px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0px;
    margin: 10px auto;
    display: inline-table;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
}
.product-selected-text {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 5px;
    font-style: normal;
    text-align: center;
}

.source-text {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 5px;
    font-style: normal;
    text-align: left;
    display:inline-block;
    position:relative;
    width:90px;
    top:1px;
    left:5px;
}

.source-bar {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: dodgerblue;
}

.source-icon-border {
    width: 18px;
    height: 18px;
    overflow: visible;
    border-radius: 20px;
    border: 1px solid #ffffff;
    top: 6px;
    left: 4px;
    position: relative;
    display:inline-block;
}

.source-icon {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
}

/* MealDeal popup */
.choiceMenuContainer {
    min-width: 515px;
    height: 160px;
    margin: 0 auto 10px auto;
    justify-content: center;
    overflow:auto;
    
}
.choiceMenuBtn {
    float: left;
    height: 50px;
    width: 100%;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px !important;
    box-shadow: -1px 2px 4px 3px rgba(224,224,224,1);
}
.deal-choice-button {
    position: relative;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 5px;
    height: 80px;
    width: 120px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 10px;
    vertical-align: top;
    /* outline:none; */
    /* overflow: hidden; */
    -webkit-box-shadow: -1px 2px 4px 1px rgba(224,224,224,1);
    -moz-box-shadow: -1px 2px 4px 1px rgba(224,224,224,1);
    box-shadow: -1px 2px 4px 3px rgba(224,224,224,1);
}
    .deal-choice-button:hover {
        border: 2px solid var(--Iris_Primary, #24303b);
    }

.choiceMenuBtn:hover {
    border: 2px solid var(--Iris_Primary, #24303b);
}

.choiceMenuBtnSelected {
    border: 2px solid var(--Iris_Primary, #24303b);
}
.choiceSelected {
    border-bottom: 2px solid var(--Iris_Primary, #24303b);
}

.selection-row {
    height: 30px;
    width: 100%;
    padding-bottom: 45px;
}
.select-toggle {
    display: inline-block;
    margin-left: 10px;
    margin-right: 25px;
}
.selection-summary {
    float:right;
    padding-right:20px;
}

.reg-present {
    width: 26px;
    height: 26px;
    overflow: visible;
    background: var(--Success, #688f24);
    border-radius: 30px;
    position: absolute;
    top: 120px;
    left: 8px;
}

.reg-loading {
    width: 95%;
    left: 2px;
    height: 12px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 134px;
}

.reg-late {
    width: 26px;
    height: 26px;
    overflow: visible;
    background: var(--Danger, #ffc107);
    border-radius: 30px;
    position: absolute;
    top: 120px;
    left: 8px;
}

.reg-absent {
    width: 26px;
    height: 26px;
    overflow: visible;
    background: var(--Warning, #c8102e);
    border-radius: 30px;
    position: absolute;
    top: 120px;
    left: 86px;
}
.reg-icon-border {
    width: 16px;
    height: 16px;
    overflow: visible;
    border-radius: 20px;
    border: 1px solid #ffffff;
    top: 5px;
    left: 5px;
    position: relative;
}
.reg-collect-positive-action {
    cursor: pointer;
    width: 160px;
    height: 82px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border: none;
}
.reg-collect-negative-action {
    cursor: pointer;
    width: 160px;
    height: 82px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border: none;
}
.reg-col-action-icon-border {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    overflow: visible;
    border-radius: 36px;
    border: 1px solid var(--White, #ffffff);
    margin: 10px auto;
}
    .reg-col-action-icon-border img {
        margin-top: 5px;
        margin-left: 1px;
    }
.reg-col-action-text {    
    height: 19px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.reg-marked-text {
    display: table;
    position: relative;
    left: 26px;
    height: 16px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
}

.marked {
    width: 95%;
    margin: 0 auto 0 3px;
    height: 26px;
    overflow: visible;    
    border-radius: 30px;
    position: absolute;
    top: 118px;
}
.marked-icon {
    width: 26px;
    height: 26px;
    overflow: visible;
    border-radius: 30px;
}
.reg-active-icon {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.absent-color {
    background-color: var(--Warning, #c8102e);
}

.late-color {
    background-color: var(--Danger, #ffc107);
}

.present-color {
    background-color: var(--Success, #688f24);
}

.collection-icon-border {
    width: 18px;
    height: 18px;
    overflow: visible;
    border-radius: 20px;
    border: 1px solid #ffffff;
    bottom: 14px;
    left: 4px;
    position: relative;
}
.collection-icon {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.pending-cancelled-text {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 3px;
    font-style: normal;
}

.pending-cancelled-icon {
    width: 18px;
    height: 18px;
    overflow: visible;
    position: relative;
}

/* Spinner */
.lds-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    top: 60px;
    z-index: 999;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--Primary);
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End Spinner */