﻿@charset "UTF-8";
/* custom bootstrap gutters */
.gutter-80 > [class^="col-"], .gutter-80 > [class^=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
}

.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.gutter-40 > [class^="col-"], .gutter-40 > [class^=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1200px) {
    .container.small-width {
        max-width: 987px;
    }

    .container.xs-width {
        max-width: 800px;
    }
}

.bg-payk12-primary {
    background-color: #1f5c82;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 10px 0;
}

    .header-navbar .navbar-header .navbar-brand .brand-logo {
        width: auto;
        height: 48px;
    }

.header-navbar .navbar-container ul.nav li a.menu-toggle,
.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 1.9rem 1rem !important;
}

.header-navbar .form-control-position {
    line-height: 2.5rem;
}

@media all and (min-width: 1199px) {
    .header-navbar .main-search fieldset {
        width: 400px;
    }
}

@media all and (max-width: 1199.98px) {
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding: 1.25rem 1rem;
    }
}

@media all and (max-width: 767.98px) {
    .header-navbar .navbar-public a.navbar-brand {
        box-shadow: none;
    }

    .header-navbar #navbar-mobile.navbar-collapse .navbar-nav .nav-item a {
        position: relative;
    }

    .header-navbar #navbar-mobile.navbar-collapse .navbar-nav .border-right {
        border-right-width: 0px !important;
    }

    .header-navbar.navbar-with-menu .navbar-container {
        border-top: 1px solid #eee;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .header-navbar .main-search fieldset {
        width: 160px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.menu-collapsed .nb-expanded {
    display: none;
}

.menu-collapsed .nb-collapsed {
    display: inline-block;
}

.menu-expanded .nb-expanded {
    display: inline-block;
}

.menu-expanded .nb-collapsed {
    display: none;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
    padding: 10px 0px !important;
}

html body .content {
    min-height: calc(100% - 43px);
}

    html body .content.public {
        min-height: auto;
    }

@media (max-width: 576px) {
    footer.fixed-bottom {
        position: relative;
    }
}

html body .content .content-header-title {
    font-weight: 600;
    color: #464855;
}

.content-header .btn-outline-light {
    border-color: #f4f5fa;
    color: #f4f5fa;
}

    .content-header .btn-outline-light:hover {
        background-color: #f4f5fa;
        color: #6B6F82;
    }

.content-header {
    padding: 1.3rem;
}

    .content-header h3 {
        font-size: 1.51rem;
        line-height: inherit;
    }

.product-builder .nav.nav-pills {
    margin-top: 3rem;
    margin-bottom: 64px;
}

    .product-builder .nav.nav-pills .nav-item .nav-link {
        color: #212529;
        text-align: right;
    }

    .product-builder .nav.nav-pills .nav-item a.nav-link.active,
    .product-builder .nav.nav-pills .nav-item a.nav-link:active {
        border-color: #fff !important;
        background-color: #fff;
        border-radius: 0;
        color: #1E9FF2;
        font-weight: 700;
    }

@media all and (max-width: 767.98px) {
    .product-builder .nav.nav-pills {
        margin-top: 0;
        margin-bottom: 0;
    }

        .product-builder .nav.nav-pills .nav-item .nav-link {
            text-align: center;
            padding: .5rem;
        }
}

.content-right {
    background-color: #f4f5fa;
    position: relative;
}

.container-lg {
    max-width: 84%;
    margin: 0 auto;
}

.avatar-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.avatar-circle-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.avatar-circle-md {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.avatar-circle-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.avatar-inverse {
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
}

.btn-light {
    background: #e4e6e9;
}

.btn-icon-sm {
    padding: .5rem;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
    top: 8px;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

.btn-light.disabled,
.btn-light:disabled,
.btn-light[disabled],
label.btn[disabled] {
    background: #fff;
    border-color: #fff;
    cursor: not-allowed !important;
    border-radius: 0;
    background-image: none;
}

    .btn-light.disabled.active,
    .btn-light:disabled:active {
        color: #000;
        background-color: #fff;
        border-color: Gainsboro;
        cursor: not-allowed !important;
        border-radius: 0;
        opacity: 1;
    }

.btn-group .btn-action, .btn-action {
    border-radius: 0;
    padding: 1px;
    margin: 0 1px;
    line-height: 20px;
    width: 24px;
    height: 24px;
}

.btn-outline-light, a:not([href]):not([tabindex]):hover.btn-outline-light {
    border-color: #ced4da;
    color: #495057;
}

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        background-color: #ced4da;
        border-color: #ced4da;
        color: #495057;
    }

a.btn-primary, a.btn-secondary {
    color: #fff;
}

.btn-outline-dark {
    color: #4a515b;
    border-color: #4a515b;
}

    .btn-outline-dark:hover, .btn-outline-dark:focus {
        background: #4a515b;
        color: #fff;
    }

.dropdown-toggle:after {
    padding: 0 6px 0 6px;
}

.col-form-label {
    color: #74788d;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-weight: 600;
}

.form-group-style .col-form-label {
    text-transform: uppercase;
}

.select2-selection--multiple:before {
    position: absolute;
    right: 8px;
    top: 8px;
    font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple {
    min-height: 33.5px !important;
    padding: 0.275rem 0.75rem !important;
    font-size: 12px;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    max-height: 33.5px !important;
    padding: 0.175rem 0.75rem !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 3px !important;
    }

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0px 6px !important;
    margin-top: 2px !important;
}

.select2-dropdown {
    z-index: 1060;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active {
    background-color: #1f5b81;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #1f5b81;
    border-color: #153e58;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 3px !important;
}

.search-border {
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

    .search-border .input, .search-border .form-control {
        border-left-width: 1px !important;
    }

form .form-section {
    border-bottom: 1px solid #d4d5d5;
}

meter {
    /* Reset the default appearance */
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    /*appearance: none;*/
    display: block;
    margin: 0 auto 0.2em;
    width: 100%;
    height: 0.5em;
    /* Applicable only to Firefox */
    background: none;
    background-color: lightgray;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: lightgray;
        background-color: rgba(0, 0, 0, 0.1);
    }

    meter::-webkit-meter-bar {
        background: none;
        background-color: lightgray;
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }

.password-message {
    font-size: small;
    padding: 0;
}

input, textarea, select, .form-control {
    border-left-width: 3px !important;
    transition: border-color 0.5s ease-out;
    background-repeat: no-repeat;
    background-size: 9px;
}

    input:focus, textarea:focus, select:focus, .form-control:focus {
        border-color: PaleTurquoise;
    }

    input:required, textarea:required, select:required, .form-control:required {
        border-left-color: PaleGreen;
    }

    input:invalid, textarea:invalid, select:invalid, .form-control:invalid {
        border-left-color: Salmon;
    }

input {
    background-position: right 5px center;
}

textarea, textarea.form-control {
    background-position: right 5px top 5px;
}

select {
    cursor: pointer;
}

input:required, textarea:required {
    background-image: url("data:image/svg+xml,%3Csvg width='45px' height='34px' viewBox='0 0 45 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%232EEC96'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 10px;
}

input:invalid, textarea:invalid {
    background-size: 9px;
    background-image: url("../img/asterisk.svg");
}

.checkbox input[type="checkbox"]:optional + label::before,
.checkbox input[type="radio"]:optional + label::before, .radio input[type="checkbox"]:optional + label::before,
.radio input[type="radio"]:optional + label::before {
    border-color: #e4e7ea;
}

.checkbox input[type="checkbox"]:required + label::before,
.checkbox input[type="radio"]:required + label::before, .radio input[type="checkbox"]:required + label::before,
.radio input[type="radio"]:required + label::before {
    border-color: #98fb98;
}

.checkbox input[type="checkbox"]:invalid + label::before,
.checkbox input[type="radio"]:invalid + label::before, .radio input[type="checkbox"]:invalid + label::before,
.radio input[type="radio"]:invalid + label::before {
    border-color: #fdc3bc;
}

.btn-group label.required::after {
    content: "*";
    color: DimGray;
}

.btn-group label.required.active::after {
    content: "✓";
    color: #98fb98;
}

input[type='email']:invalid + .help-text::before {
    content: 'You must enter a valid email.';
}

.help-text {
    font-size: 10px;
    color: DarkGray;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid Gainsboro;
    background-image: none;
    color: #000;
    cursor: not-allowed !important;
}

/* flexbox mixins */
.dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
}

.open-sans {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

img {
    max-width: 100%;
}

.input-gray {
    background: #f1f4f7;
}

.inline {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

    .inline:last-child {
        margin-right: 0;
    }

    .inline.inline-top {
        vertical-align: top;
    }

label {
    font-weight: 600;
}

    label .text-danger {
        font-weight: normal;
        font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

.light-text {
    opacity: 0.5;
}

.popover-body p:last-child {
    margin-bottom: 0;
}

.no-bullets {
    list-style-type: none;
}

.mobile-show {
    display: none;
}

.body-color {
    color: #464855 !important;
}

.strong-text {
    font-weight: 600;
}

.indent-left {
    margin-left: 0.2rem;
}

.badge {
    line-height: normal;
}

    .badge.rounded {
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -o-border-radius: 10px !important;
        border-radius: 10px !important;
    }

.badge-gray {
    background: #E2E4EB;
    color: #464855;
}

.badge-warning {
    background-color: #FF9149 !important;
}

.strong-text {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.inline-list li {
    display: inline-block;
    margin-right: 8px;
}

    .inline-list li:last-child {
        margin-right: 0;
    }

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #464855;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600;
}

ol li, ul li, dl li {
    line-height: 1.5;
}

.header-navbar, .navigation {
    font-family: "Quicksand",Montserrat,Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.modal-scrollable {
    max-height: 76vh;
    overflow: auto;
}

.title {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 0px, rgba(0, 0, 0, 0.35) 0px 0px 10px;
}

.border, .border-bottom, .border-top, .border-left, .border-right {
    border-color: #eee !important;
}

.img-cover {
    object-fit: cover;
}

.card-header {
    background-color: #fff;
    margin-bottom: 0;
}

.card-footer {
    background-color: #fff;
}

.card .card-title {
    letter-spacing: normal;
}

.card.rounded {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
}

.card-outline {
    background: none;
    border: 1px dashed #707070;
}

.card.heavy-shadow, .card .card.heavy-shadow {
 -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
 box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
}

.card.shadow-blue {
    box-shadow: 0 0 6px rgba(26, 190, 229, 0.41);
}

.wizard-steps .wizard-steps-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed; 

}
.wizard-steps .wizard-steps-footer .step-indicators {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
.wizard-steps .wizard-steps-footer .step-indicators li {
    margin-right: 5px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    text-indent: -9999999px;
    border-radius: 50%; 
}
    
.wizard-steps .wizard-steps-footer .step-indicators li.active {
    background: #7e5ba5; 
}

.form-group-style #card-number {
 background-position: 0 4px;
}

.card.dragable {
    cursor: move;
}

    .card.dragable:hover {
        box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
        -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
    }

.card.blue-bg {
    background: #F8FDFF;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

.nav-underline.nav-tabs.nav .nav-item a.nav-link {
    border-radius: 0;
    border-right: 1px solid #eaedf0 !important;
}

.nav.nav-tabs.no-flex .nav-item {
    flex: none;
}

.nav.nav-tabs.nav-underline {
    border-bottom: 1px solid #02b9e6;
}

    .nav.nav-tabs.nav-underline .nav-item a.nav-link {
        color: #0290b3;
        padding: 1rem 1.2rem;
    }

        .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:active, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
            color: #016881;
            font-weight: 600;
        }

        .nav.nav-tabs.nav-underline .nav-item a.nav-link.disabled {
            color: #3c96ac;
            cursor: not-allowed;
        }

        .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
            background: #02b9e6;
        }

        .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
            color: #464855;
            font-weight: 600;
        }

.nav.nav-tabs.nav-top-border .nav-item a.nav-link {
    color: #0290b3;
}

    .nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
        border-top: 3px solid #02b9e6;
        color: #555;
    }

    .nav.nav-tabs.nav-top-border .nav-item a.nav-link:hover, .nav.nav-tabs.nav-top-border .nav-item a.nav-link:active, .nav.nav-tabs.nav-top-border .nav-item a.nav-link:focus {
        color: #016881;
    }

    .nav.nav-tabs.nav-top-border .nav-item a.nav-link.disabled {
        color: #3c96ac;
        cursor: not-allowed;
    }

.nav.nav-tabs.nav-underline-simple {
    border-bottom: none;
    font-weight: 600;
}

    .nav.nav-tabs.nav-underline-simple .nav-item {
        margin-right: 7px;
    }

        .nav.nav-tabs.nav-underline-simple .nav-item:last-child {
            margin-right: 0;
        }

    .nav.nav-tabs.nav-underline-simple .nav-link {
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 1.2rem 1.1rem;
        color: #5F5F5F;
    }

        .nav.nav-tabs.nav-underline-simple .nav-link.active {
            color: #1e406a;
            border-bottom: 2px solid #A8CADE;
            font-weight: 700;
            background: none;
        }

        .nav.nav-tabs.nav-underline-simple .nav-link:hover {
            opacity: 0.8;
        }

.nav.nav-tabs.large {
    font-size: 1.05em;
}

.nav.nav-pills .nav-item a.nav-link.active, .nav.nav-pills .nav-item a.nav-link:active {
    border-color: #02b9e6 !important;
    background-color: #02b9e6;
}

.nav.nav-pills .nav-item a.nav-link.disabled {
    color: #3c96ac;
    cursor: not-allowed;
}

.nav.nav-pills .nav-item a.nav-link .nav-link.active, .nav.nav-pills .nav-item a.nav-link .nav-pills .show > .nav-link {
    background-color: #02b9e6;
}

.bs-callout-primary {
    border-color: #295892 !important;
    background-color: rgba(30, 64, 106, 0.2);
    color: #0d1c2e;
}

.bs-callout-secondary {
    border-color: #1ed1fd !important;
    background-color: rgba(2, 185, 230, 0.2);
    color: #017c9a;
}

.bs-callout-info {
    border-color: #4eb4f5 !important;
    background-color: rgba(30, 159, 242, 0.2);
    color: #0b75b9;
}

    .bs-callout-info.padding {
        padding: 0.38rem 1.5rem;
    }

.bs-callout-warning {
    border-color: #ffb07c !important;
    background-color: rgba(255, 145, 73, 0.2);
    color: #fb6300;
}

.bs-callout-danger {
    border-color: #ff7c8d !important;
    background-color: rgba(255, 73, 97, 0.2);
    color: #fb0021;
}

.bs-callout-success {
    border-color: #4eddaa !important;
    background-color: rgba(40, 208, 148, 0.2);
    color: #1c9066;
}

table.table.data-table {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
}

th.no-sort:before, th.no-sort:after {
    content: "" !important;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

.table th {
    color: #183456;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.table.table-sm th, .table.table-sm td {
    padding: 0.35rem 1rem;
}

.table tr:hover {
    background: #e3f5f9 !important;
}

    .table tr:hover .btn-outline-primary {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

        .table tr:hover .btn-outline-primary:hover, .table tr:hover .btn-outline-primary:focus {
            background: #1e406a;
        }

    .table tr:hover .btn-outline-dark {
        background: #fff;
    }

        .table tr:hover .btn-outline-dark:hover, .table tr:hover .btn-outline-dark:focus {
            color: #1e406a;
        }

table.align-middle td {
    vertical-align: middle;
}

.content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.btn-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn-light2 {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #464855;
}

.table .btn-outline-primary {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.step {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .step .step-item {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-top: 0;
        min-height: 1rem;
        position: relative;
        text-align: center;
    }

        .step .step-item:not(:first-child)::before {
            background: #b6f0fe;
            content: "";
            height: 8px;
            left: -50%;
            position: absolute;
            top: 9px;
            width: 100%;
        }

        .step .step-item a {
            color: #acb3c2;
            display: inline-block;
            padding: 28px 10px 0;
            text-decoration: none;
        }

            .step .step-item a::before {
                background: #02b9e6;
                border: 7px solid #b6f0fe;
                border-radius: 50%;
                content: "";
                display: block;
                left: 50%;
                position: absolute;
                top: -2px;
                transform: translateX(-50%);
                z-index: 1;
                height: 28px;
                width: 28px;
            }

        .step .step-item.active a::before {
            background: #02b9e6;
        }

        .step .step-item.active ~ .step-item::before, .step .step-item.active ~ .step-item a::before {
            background: #e7e9ed;
        }

        .step .step-item.disabled a {
            pointer-events: none;
        }

            .step .step-item.disabled a::before {
                background: #e7e9ed;
                border: 5px solid #e7e9ed;
            }

        .step .step-item.disabled ~ .step-item::before, .step .step-item.disabled ~ .step-item a::before {
            background: #e7e9ed;
        }

.form-group-style .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group-style .select2-container--classic .select2-selection--single, .form-group-style .select2-container--default .select2-selection--single {
    border: none;
    padding: 0 !important;
}

.form-control.gray {
    background: #F0F3F5;
}

.actions-row .actions {
    text-align: right;
}

.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        text-decoration: none;
    }

        .hvr-grow:hover a, .hvr-grow:focus a, .hvr-grow:active a {
            text-decoration: none;
        }

.pre-loader {
    background: url(./../img/pre-loader.gif) center center no-repeat #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9000;
}

.bs-notification {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fff;
}

.bs-notification-info {
    border-left-color: #5bc0de;
}

.content-header .btn {
    font-weight: 600;
}

.content-header.bg-primary a, .content-header.bg-primary a:visited, .content-header.bg-primary a:focus {
    color: #fff;
}

.content-header .breadcrumb {
    margin: 5px 0 0 0;
    color: #ececec;
}

.content-header .breadcrumb-item.active {
    color: #ececec;
}

.content-header .icon-title {
    margin-top: -9px;
}

.content-header .brainy {
    font-size: 1.8em;
    position: relative;
    top: 7px;
}

ol.breadcrumb {
    padding: 0;
}

.accent-color {
    color: #00b9e6;
}

div.search-input {
    position: relative;
}

    div.search-input .search-icon {
        position: absolute;
        left: 13px;
        top: 9px;
        font-size: 1.3em;
        color: #7f7f81;
    }

    div.search-input .search-remove {
        position: absolute;
        right: 13px;
        top: 9px;
        font-size: 1.3em;
        color: #7f7f81;
        display: none;
    }

    div.search-input .form-control {
        background: #f1f2f4;
        border-left-width: 1px !important;
        padding: 0.25rem 0.5rem 0.25rem 2.8rem;
    }

thead.gray {
    background: #f0f1f3;
}

    thead.gray th {
        color: #777b84;
    }

thead.large th {
    font-size: 0.9em;
}

.modal-body.gray-bg {
    background: #f8f8f8;
}

.modal-tabs .nav-tabs {
    background: #f8f8f8;
    height: 100%;
    border-bottom: none;
}

.modal-tabs .nav .nav-item .nav-link {
    padding: 1rem 0.7rem;
    display: block;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

    .modal-tabs .nav .nav-item .nav-link.active {
        font-weight: 600;
        background: #dee9f6;
    }

    .modal-tabs .nav .nav-item .nav-link:hover {
        background: #eef3fa;
    }

.title-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.med-text {
    font-size: 90%;
}

.btn-light {
    border: 1px solid #dfdfdf;
}

    .btn-light:hover, .btn-light:focus {
        background: #c7c9cc;
    }

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

input.border-reg, textarea.border-reg, select.border-reg, .form-control.border-reg {
    border-left-width: 1px !important;
    border-left-color: #ced4da;
}

    input.border-reg[disabled], textarea.border-reg[disabled], select.border-reg[disabled], .form-control.border-reg[disabled] {
        border: 1px solid #ced4da;
        opacity: 0.5;
    }

.note-editor.card {
    margin-bottom: 0;
}

.note-editor.note-frame {
    border: 1px solid #ced4da;
}

.hidden-file-input {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .hidden-file-input input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
    }

.action-circle {
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    text-align: center;
    box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
}

.gray-link, .gray-link:visited {
    color: #868686;
}

.form-check label {
    vertical-align: middle;
}

.primary-card {
    color: #fff;
    background: #1e406a;
}

.btn-white {
    color: #464855;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

#icon-drop .brainy {
    font-size: 1.5em;
}

.nowrap {
    white-space: nowrap;
}

.select2-border-primary .select2-container--classic .select2-selection--single, .select2-border-primary .select2-container--default .select2-selection--single {
    border-color: #1e406a !important;
}

.select2-border-primary .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.icon-picker.dropdown-menu {
    width: 280px;
}

    .icon-picker.dropdown-menu a.dropdown-item {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
    }

    .icon-picker.dropdown-menu .brainy {
        font-size: 2em;
    }

.btn-success.disabled, .btn-success:disabled, .btn-success {
    color: #fff !important;
}

.dropdown-menu {
    box-shadow: 0px 0px 22px 0px rgba(62, 57, 107, 0.3);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(62, 57, 107, 0.3);
    border-radius: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.line-through {
    text-decoration: line-through;
}

/* fullcalendar plugin */
.fc-header-toolbar .fc-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .fc-header-toolbar .fc-center .btn {
        background: #fff;
        color: #464855;
    }

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
}

.checkbox-btn {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2) !important;
    padding: 8px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
}

    .checkbox-btn:hover {
        border-color: #1E9FF2;
    }

    .checkbox-btn.active {
        border-color: #1E9FF2;
    }

        .checkbox-btn.active label {
            color: #1e406a;
        }

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
    width: 100%;
}

    table.dataTable > tbody > tr.child ul.dtr-details .btn {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }

.minicolors-theme-bootstrap .minicolors-swatch {
    height: 24px;
}

.wizard-steps .step {
    display: none;
}

    .wizard-steps .step.active {
        display: block;
    }

.app-content {
    margin-top: 120px;
}

#public-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    #public-header-wrap.fixed-animate {
        box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    }

        #public-header-wrap.fixed-animate #public-header .logo {
            height: 60px;
        }

            #public-header-wrap.fixed-animate #public-header .logo img {
                max-height: 60px;
                min-width: 53px;
            }

        #public-header-wrap.fixed-animate #public-nav {
            margin: 5px 0 0 0;
        }

    #public-header-wrap .avatar-circle-md.inline {
        margin-right: 0;
    }

#public-header {
    background: #fff;
    padding: 0 2%;
}

    #public-header .logo-nav {
        float: left;
        width: 35%;
        margin-right: 2%;
        display: flex;
        align-items: center;
    }

    #public-header .logo {
        float: left;
        height: 80px;
        margin-right: 8%;
        display: flex;
        align-items: center;
    }

        #public-header .logo img {
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            display: block;
            margin: 0 auto;
            max-height: 80px;
            min-width: 73px;
        }

    #public-header .logo-nav a, #public-header .logo-nav a:visited, #public-header #public-nav a, #public-header #public-nav a:visited {
        color: #464855;
    }

        #public-header .logo-nav a:hover, #public-header .logo-nav a:focus, #public-header #public-nav a:hover, #public-header #public-nav a:focus {
            text-decoration: none;
        }

    #public-header ul {
        margin: 0;
        padding: 0;
    }

    #public-header .left-nav {
        float: left;
        font-size: 0.9em;
    }

        #public-header .left-nav > li {
            margin-right: 13px;
            list-style-type: none;
            white-space: nowrap;
        }

            #public-header .left-nav > li:last-child {
                margin-right: 0;
            }

            #public-header .left-nav > li > a {
                display: block;
                background: #e8e9ef;
                padding: 8px 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -o-border-radius: 10px;
                border-radius: 10px;
            }

            #public-header .left-nav > li a:hover, #public-header .left-nav > li a:focus {
                background: #cacbd4;
            }

#public-nav {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right;
    width: 63%;
    font-weight: 600;
    margin: 20px 0 0 0;
}

    #public-nav .right-nav {
        float: right;
        margin-top: -3px;
    }

        #public-nav .right-nav li {
            margin-right: 3px;
        }

            #public-nav .right-nav li:last-child {
                margin-right: 0;
            }

    #public-nav > ul > li {
        display: inline-block;
    }

    #public-nav .menu-icon {
        margin-left: 5px;
    }

    #public-nav .cart-icon {
        position: relative;
    }

        #public-nav .cart-icon .badge {
            position: absolute;
            right: 0;
            top: 0;
        }

    #public-nav .dropdown-user {
        position: relative;
        top: -5px;
    }

        #public-nav .dropdown-user .inline:last-child {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 210px;
        }

    #public-nav .dropdown-menu {
        top: 20px !important;
    }

#sub-nav {
    padding: 0 2%;
    font-size: 1.1em;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
}

    #sub-nav p {
        padding: 10px 0;
        margin: 0;
        font-weight: 600;
    }

    #sub-nav ul {
        margin: 0;
        padding: 0;
    }

    #sub-nav li {
        list-style-type: none;
        position: relative;
    }

    #sub-nav > ul > li > a {
        background: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    #sub-nav a {
        display: block;
    }

        #sub-nav a, #sub-nav a:visited {
            color: #fff;
        }

    #sub-nav li.active a {
        background: rgba(255, 255, 255, 0.4);
    }

    #sub-nav a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    #sub-nav > ul > li {
        position: relative;
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        padding: 10px 5px;
    }

    #sub-nav ul ul {
        background: #333;
        position: absolute;
        min-width: 220px;
        top: 105%;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2);
    }

        #sub-nav ul ul a {
            display: block;
            padding: 0.9em !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            text-align: left;
        }

        #sub-nav ul ul li:hover, #sub-nav ul ul li:focus {
            background: #000;
        }

    #sub-nav .drop-tier-one {
        left: 0;
        font-size: 0.8em;
        -webkit-transform: translateY(-1.8em);
        -webkit-transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
        transform: translateY(-1.8em);
        transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
    }

    #sub-nav > ul > li:hover > ul, #sub-nav > ul > li:focus > ul {
        visibility: visible;
        -webkit-transform: translateY(-5px);
        -webkit-transition-delay: 0s, 0s, 0.4s;
        transform: translateY(-5px);
        transition-delay: 0s, 0s, 0.4s;
        opacity: 1;
        z-index: 500;
    }

    #sub-nav .drop-tier-two-trigger ul {
        background: #000 !important;
    }

    #sub-nav .drop-tier-two-trigger:hover > ul, #sub-nav .drop-tier-two-trigger:focus > ul {
        visibility: visible;
        opacity: 1;
        top: 0;
    }

        #sub-nav .drop-tier-two-trigger:hover > ul a:hover, #sub-nav .drop-tier-two-trigger:focus > ul a:hover {
            opacity: 0.6;
        }

    #sub-nav .drop-tier-two-trigger .menu-icon {
        position: absolute;
        right: 8px;
        top: 15px;
    }

#sub-products-nav {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 1.06em;
}

    #sub-products-nav ul {
        margin: 0;
        padding: 0;
    }

    #sub-products-nav li {
        display: inline-block;
        margin-right: 10%;
    }

        #sub-products-nav li:last-child {
            margin-right: 0;
        }

    #sub-products-nav a, #sub-products-nav a:visited {
        color: #888888;
    }

        #sub-products-nav a:hover {
            text-decoration: none;
        }

    #sub-products-nav a {
        display: block;
        padding: 12px 15px;
    }

        #sub-products-nav a.active, #sub-products-nav a:hover {
            font-weight: 600;
            border-bottom-style: solid;
            border-bottom-width: 2px;
            color: #787878;
        }

.mobile-menu, .mobile-menu-btn {
    display: none;
}

.mobile-menu-btn {
    display: block;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
}

    .mobile-menu-btn, .mobile-menu-btn:visited {
        color: #fff;
    }

        .mobile-menu-btn:hover, .mobile-menu-btn:focus {
            text-decoration: none;
            background: #000;
        }

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 1.2em;
}

    .mobile-menu a, .mobile-menu a:visited {
        color: #fff;
    }

        .mobile-menu a:hover, .mobile-menu a:focus {
            text-decoration: none;
            color: #fff;
        }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
    }

    .mobile-menu .mobile-menu-close {
        font-size: 1.8em;
    }

    .mobile-menu .mobile-nav a {
        display: block;
        padding: 12px;
    }

/* PUBLIC FOOTER */
#public-footer {
    padding: 20px 0 0 0;
}

    #public-footer .brand-logo {
        max-width: 171px;
    }

.social-icons {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}

    .social-icons a, .social-icons a:visited {
        color: #8f8f8f;
    }

#copyright-footer {
    color: #fff;
}

    #copyright-footer a, #copyright-footer a:visited {
        color: #fff;
    }

    #copyright-footer .copyright-text {
        background: rgba(0, 0, 0, 0.25);
        padding: 5px 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

.menu .logo-wrapper .logo {
    background-color: #FFFFFF;
    height: calc(100% + 27px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 135px;
    min-width: 260px;
    max-height: 150px;
    max-width: 275px;
}

.schools-nearby .school-logo {
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    max-height: auto;
}

.schools-nearby img {
    max-height: 75px;
    width: auto;
}

.schools-nearby h5 {
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0;
    font-size: 1.15rem;
}

.events-list .event-date {
    width: 75px;
    min-width: 75px;
}

.events-list .list-group-item {
    border-right: 0;
    border-left: 0;
}

    .events-list .list-group-item:first-child {
        border-top: 0;
    }

    .events-list .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: none;
    }

.top-banner {
    background: url("../img/bg-banner.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#selectStudentDiv .btn {
    color: #464855;
}

/* CHECKOUT CART */
.cart-items-wrap .cart-item .row {
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.7rem;
    margin-bottom: 0.9rem;
}

.cart-items-wrap .cart-item:last-child > .row {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cart-items-wrap .cart-item.student {
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.7rem;
    margin-bottom: 0.9rem;
}

    .cart-items-wrap .cart-item.student > .row {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .cart-items-wrap .cart-item.student:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.cart-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #d6dde3;
    padding: 1rem;
    margin-right: 0.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.section-header {
    margin-bottom: 0.7rem;
    color: #1e406a;
    text-transform: uppercase;
}

.cart-sidebar.review {
    margin-top: 4.3rem;
}

.cart-sidebar.fixed-scroll {
    top: 0;
    position: fixed;
    right: 10.4%;
    max-width: 26.4%;
}

    .cart-sidebar.fixed-scroll.review {
        margin-top: 0;
    }

.student-fee-header {
    font-weight: 700;
    justify-content: space-between;
    display: flex;
}

    .student-fee-header a, .student-fee-header a:visited {
        color: #464855;
    }

.student-fees-detail {
    padding: 10px 0 10px 0;
    background: #e8eff8;
    margin: 0.6rem 0 1rem 1rem;
    font-size: 0.9em;
}

    .student-fees-detail h5 {
        font-size: 1rem;
    }

    .student-fees-detail .row.cart-item {
        border-bottom: none;
        padding-bottom: 0;
    }

        .student-fees-detail .row.cart-item:last-child {
            margin-bottom: 0;
        }

    .student-fees-detail .media {
        padding-left: 10px;
    }

.recommended-products .product-image {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 0 1rem 0;
    text-align: center;
    background-color: #d6dde3;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5em;
}

.recommended-products p {
    margin-bottom: 3px;
}

    .recommended-products p:last-child {
        margin-bottom: 0;
    }

.coming-soon .product-image:before {
    content: "Coming Soon";
    text-transform: uppercase;
    color: #464855;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 991px) {
    .w-md-50 {
        width: 50%; 
    }
}

#card-number {
    background-image: url(../img/credit-cards.png);
    background-repeat: no-repeat;
    background-position: 7px 4px;
    padding: 0 0 0 51px;
    background-size: 35px;
    min-height: 28px;
}

    #card-number.visa {
        background-position: 7px -26px;
    }

    #card-number.mastercard {
        background-position: 7px -55px;
    }

    #card-number.discover {
        background-position: 7px -83px;
    }

    #card-number.ammex {
        background-position: 7px -112px;
    }

    #card-number.small {
        background-size: 29px;
        min-height: 20px;
    }

        #card-number.small.visa {
            background-position: 7px -25px;
        }

        #card-number.small.mastercard {
            background-position: 7px -49px;
        }

        #card-number.small.discover {
            background-position: 7px -74px;
        }

        #card-number.small.ammex {
            background-position: 7px -97px;
        }

        #card-number.small.check {
            background-position: 7px -117px;
        }

    #card-number.other {
        background-position: 7px 0px;
    }

    #card-number.check {
        background-position: 7px -141px;
    }

.qty-group {
    flex-shrink: 0;
    text-align: center;
    width: 91px;
}

    .qty-group .form-control {
        border-left-width: 1px !important;
    }

    .qty-group .btn-light {
        border-color: #ced4da;
    }

#school-loading {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9000;
    text-align: center;
    display: none;
}

    #school-loading .school-loading-wrap {
        height: 100vh;
    }

    #school-loading .school-loading-message {
        width: 500px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.3);
    }

    #school-loading .school-logo {
        margin: 0 auto 20px auto;
    }

        #school-loading .school-logo img {
            max-height: 81px;
        }

    #school-loading p {
        font-size: 1.2em;
        margin: 10px 0;
    }

    #school-loading h3 {
        line-height: 1.4;
    }

.header-cart-timer {
    padding: 10px;
    color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 3px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 1px 3px rgba(0, 0, 0, 0.7);
    background: #FD9151;
}

#cart-added-notice {
    padding: 15px;
    display: none;
    background: #fff;
    position: fixed;
    right: 0;
    top: 70px;
    width: 280px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: top ease-in-out 0.2s;
    -webkit-transition: top ease-in-out 0.2s;
}

    #cart-added-notice.scroll-top {
        top: 0;
    }

    #cart-added-notice h6 {
        margin-bottom: 1.5rem;
    }

    #cart-added-notice p {
        margin-bottom: 5px;
    }

    #cart-added-notice .btn-primary {
        color: #fff !important;
        margin-top: 20px;
    }

/* PUBLIC LANDING PAGE */
@keyframes width100 {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes width100 {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.public-landing {
    background: #fff;
}

    .public-landing:before {
        content: "";
        background: #00b9e6;
        height: 10px;
        position: absolute;
        top: 0;
        width: 0;
        animation: width100 1s forwards;
        animation-delay: 0.5s;
        -webkit-animation: width100 1s forwards;
        -webkit-animation-delay: 0.5s;
    }

    .public-landing .select2-search--dropdown {
        padding: 10px;
    }

        .public-landing .select2-search--dropdown input {
            font-size: 1.14em;
            border: none;
            padding: 7px;
            box-shadow: 0 0 5px #51cbee;
        }

    .public-landing .select2-dropdown--below {
        top: 4px;
    }

#landing-splash {
    text-align: center;
}

    #landing-splash .logo {
        margin: 25px auto;
    }

        #landing-splash .logo img {
            height: 125px;
        }

    #landing-splash .splash-select {
        opacity: 0;
        transform: scale(0.8);
        animation: fadeIn 1s forwards;
        animation-delay: 0.2s;
        -webkit-animation: fadeIn 1s forwards;
        -webkit-animation-delay: 0.2s;
        background: #00b9e6;
        padding: 30px 20px;
        width: 55%;
        margin: 0 auto;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    }

        #landing-splash .splash-select h1 {
            text-transform: uppercase;
            font-weight: 700;
            color: #1e406a;
            font-size: 2.9em;
            margin: 0 0 10px 0;
        }

        #landing-splash .splash-select h2 {
            font-weight: 600;
            color: #fff;
            font-size: 1.55em;
            margin: 0;
        }

        #landing-splash .splash-select .school-select {
            text-align: left;
            color: #1e406a;
            font-weight: 700;
            margin: 30px auto 10px auto;
            width: 80%;
        }

        #landing-splash .splash-select .select2-container--default .select2-selection--single {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            padding: 8px;
            font-size: 1.2em;
            max-height: none !important;
            height: 45px !important;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7edf0+100 */
            background: #ffffff;
            /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #e7edf0 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 0%, #e7edf0 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 0%, #e7edf0 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7edf0',GradientType=0 );
            /* IE6-9 */
            box-shadow: -1px 3px 21px 0px rgba(24, 24, 24, 0.21);
        }

            #landing-splash .splash-select .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 40px;
            }

            #landing-splash .splash-select .select2-container--default .select2-selection--single .select2-selection__arrow {
                color: #1e406a;
                top: 10px !important;
                right: 10px !important;
            }

                #landing-splash .splash-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
                    border-color: #1e406a transparent transparent transparent;
                    border-width: 7px 6px 0 6px;
                }

#landing-about {
    background: url(../img/bg-erased.jpg);
    padding-top: 8.5rem;
    padding-bottom: 5rem;
    margin-top: 2rem;
    text-align: center;
}

    #landing-about h3 {
        color: #ffffff;
        font-size: 1.5em;
        font-weight: 600;
    }

    #landing-about .col-icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #00b9e6;
        font-size: 2em;
        text-align: center;
        width: 55px;
        height: 55px;
        line-height: 51px;
        margin: 0 auto 20px auto;
        color: #ffffff;
    }

    #landing-about p {
        color: #e8e8e8;
        font-size: 1.1em;
    }

#landing-testimonial {
    background: url(../img/education-pattern-bg.png) no-repeat #00b9e6;
    background-size: cover;
    padding: 6rem 3rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

    #landing-testimonial .testimonial-text {
        font-size: 1.8em;
        margin: 0 auto;
        width: 550px;
    }

    #landing-testimonial .byline {
        color: #1e406a;
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px 0 0 0;
        font-size: 1.3em;
    }

#landing-footer {
    padding: 4.5rem 3rem;
    color: #1e406a;
    background: url(../img/bg-paper.jpg);
    text-align: center;
}

    #landing-footer h2 {
        text-transform: uppercase;
        font-size: 2.2em;
    }

    #landing-footer p {
        font-size: 1.5em;
        margin: 20px 0 30px 0;
    }

    #landing-footer .btn {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }

#account-cards .card {
    border-top: 5px solid #fff;
    height: 163px;
    margin-bottom: 25px;
}

    #account-cards .card:hover {
        border-top: 5px solid #00b9e6;
    }

#account-cards a, #account-cards a:visited {
    color: #464855;
}

/* Store Pages */
.store-menu {
    background: #fff;
    padding: 1.2rem 1rem;
    box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
    margin-top: 13px;
}

    .store-menu .input-group .input-group-prepend .btn {
        border: 1px solid #ced4da;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .store-menu .input-group-append .btn {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .store-menu .nav-item {
        position: relative;
    }

    .store-menu ul > li {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

        .store-menu ul > li:hover, .store-menu ul > li:focus {
            background: #ededed;
        }

            .store-menu ul > li:hover > ul, .store-menu ul > li:focus > ul {
                top: 32px !important;
                left: 0 !important;
                transform: none !important;
                display: block;
            }

                .store-menu ul > li:hover > ul ul, .store-menu ul > li:focus > ul ul {
                    left: 100% !important;
                    top: 0 !important;
                }

    .store-menu .store-nav {
        font-size: 1.05em;
    }

    .store-menu .input-group-lg > .form-control, .store-menu .input-group-lg > .input-group-prepend > .input-group-text, .store-menu .input-group-lg > .input-group-append > .input-group-text, .store-menu .input-group-lg > .input-group-prepend > .btn, .store-menu .input-group-lg > .input-group-append > .btn {
        height: calc(2.4rem + 2px);
        padding: 0rem 1rem;
        font-size: 1.1rem;
    }

.store-nav {
    margin-top: 1rem;
}

    .store-nav a {
        color: #464855;
    }

.department-card {
    color: #464855;
}

    .department-card .brainy {
        font-size: 4rem;
    }

    .department-card:hover, .department-card:focus {
        text-decoration: none;
        color: #1e406a;
    }

.store-content .card {
    -webkit-box-shadow: 0px 1px 11px 1px rgba(62, 57, 107, 0.1);
    box-shadow: 0px 1px 11px 1px rgba(62, 57, 107, 0.1);
}

.store-content .card-footer {
    border: none;
    padding-top: 0;
}

.cart-thumb {
    width: 80px;
    height: 80px;
    border: 1px solid #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

    .cart-thumb.placeholder {
        background-size: contain;
    }

.product-content .card .card {
    box-shadow: 0px 1px 5px 1px rgba(62, 57, 107, 0.1) !important;
}

/* SEAT SELECTION PAGE */
.fullscreen-cart-timer {
    font-size: 0.8em;
    background: #ededed;
    padding: 8px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    color: #df5a00;
    font-weight: 600;
    z-index: 100;
}

.cart-timer .fullscreen-product-header {
    top: 32px;
}

.cart-timer .fullscreen-product-spacer {
    top: 149px;
}

.cart-timer .selected-seats-panel {
    top: 151px;
}

.fullscreen-product-header {
    background: #1e406a;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    padding-right: 10px;
    height: 119px;
    z-index: 99;
}

    .fullscreen-product-header a, .fullscreen-product-header a:visited {
        color: #fff;
    }

    .fullscreen-product-header .btn-outline-white:hover, .fullscreen-product-header .btn-outline-white:focus {
        color: #1e406a;
    }

    .fullscreen-product-header .school-logo {
        background: #fff;
        padding: 20px 10px;
        height: 119px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .fullscreen-product-header .school-logo img {
            display: block;
            margin: 0 auto;
            max-height: 80px;
            min-width: 73px;
        }

    .fullscreen-product-header .product-info {
        margin-left: 1.5%;
        width: 80%;
        height: 119px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .fullscreen-product-header .product-info h5 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 28vw;
        }

        .fullscreen-product-header .product-info img {
            max-height: 100px;
        }

        .fullscreen-product-header .product-info li {
            font-size: 0.8em;
            margin-bottom: 5px;
        }

            .fullscreen-product-header .product-info li:last-child {
                margin-bottom: 0;
            }

.fullscreen-product-spacer {
    position: relative;
    top: 119px;
    padding: 2% 2% 0 2%;
}

.seating-wrap {
    height: calc(100vh - 119px);
}

    .seating-wrap .seating-chart img {
        max-height: calc(100vh - 229px);
    }

    .seating-wrap .sticky-top {
        top: 140px;
    }

.accordion-header {
    background: #F8F9FA;
    padding: 20px 12px;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .accordion-header:hover, .accordion-header:focus {
        text-decoration: none;
        background: #e3e5e7;
    }

.seating-groups .card-body {
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.section-seats .card-body {
    max-height: calc(100vh - 266px);
    overflow: auto;
}

.seating-groups .accordion-header h6 {
    font-size: 1.1rem;
}

.seating-groups-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .seating-groups-list a {
        padding: 10px 23px;
        border-bottom: 1px solid #EDEDED;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .seating-groups-list a:hover, .seating-groups-list a:focus {
            text-decoration: none;
        }

.section-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .section-nav a, .section-nav a:visited {
        color: #464855;
    }

.seat-circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .seat-circle.unavailable {
        background: #E2E4EB;
    }

    .seat-circle .check {
        display: none;
        font-size: 0.7em;
    }

    .seat-circle.active {
        background: #28D094 !important;
        box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
    }

        .seat-circle.active .check {
            display: block;
            color: #fff;
        }

.seats-legend {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

    .seats-legend li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-right: 12px;
    }

        .seats-legend li:last-child {
            margin-right: 0;
        }

    .seats-legend .seat-circle {
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

.seat-selection-grid table {
    margin: 0 auto;
}

.seat-selection-grid td {
    padding: 5px 4px;
}

    .seat-selection-grid td.row-name {
        padding-right: 8px;
        white-space: nowrap;
    }

.seat-selection-grid .seat-circle {
    cursor: pointer;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .seat-selection-grid .seat-circle:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.selected-seats-panel {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 119px;
    height: calc(100vh - 121px);
    width: 300px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) -3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) -3px 2px 5px 0px;
}

    .selected-seats-panel header {
        background: #F0F0F0;
        padding: 20px 10px;
    }

    .selected-seats-panel .content-inner {
        overflow: auto;
        max-height: 55vh;
        padding: 10px;
    }

    .selected-seats-panel footer {
        position: fixed;
        bottom: 0;
        width: 300px;
        padding: 10px;
        right: 0;
    }

.viewing-area {
    border: 1px solid #ededed;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #aeaeae;
}

.facility-image {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.seats-selected .selected-seats-panel {
    display: block;
}

.seats-selected .facility-image {
    max-width: calc(66% - 390px);
}

.imp-ui-zoom-button {
    right: -50px !important;
}

/* Mobile Ticket */
.mobile-ticket .ticket-header {
    background: #1e406a;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
}

.mobile-ticket .ticket-content {
    margin-top: 105px;
}

.mobile-ticket .barcode-number {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
}

.mobile-ticket .school-logo {
    max-height: 100px;
}

.mobile-ticket .event-title h5 {
    padding: 5px 8px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.mobile-ticket .event-image img {
    display: block;
    margin: auto;
}

.mobile-ticket .sponsor-logos img {
    max-width: 310px;
}

.mobile-ticket .sponsor-logos li {
    padding: 10px 20px;
    margin: 0;
}

.seat-details {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e406a;
    font-size: 1.1em;
}

    .seat-details li {
        margin-right: 20px;
    }

        .seat-details li:last-child {
            margin-right: 0;
        }

.sponsor-logos li {
    margin-bottom: 15px;
}

    .sponsor-logos li:last-child {
        margin-bottom: 0;
    }

.sponsor-logos img {
    display: block;
    margin: 0 auto;
}

.seat-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-shadow: 0 0 6px rgba(26, 190, 229, 0.41);
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #E8E7E7;
  margin-bottom: 15px;
}
.seat-option .select-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seat-option:hover, .seat-option:focus, .seat-option.selected {
  text-decoration: none;
  border-color: #00b9e6;
}
.seat-option:hover .select-circle, .seat-option:focus .select-circle, .seat-option.selected .select-circle {
  border-color: #00b9e6;
}
.seat-option.selected .select-circle {
  background: #00b9e6;
}

/* ADMIN HEADER AND MENU */
#admin-header {
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #00b9e6;
}

    #admin-header .menu-collapse {
        color: #464855;
        font-size: 1.5em;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    #admin-header .admin-header-right {
        width: 70%;
        float: right;
        text-align: right;
    }

    #admin-header .admin-nav {
        margin: 0;
        padding: 0;
    }

        #admin-header .admin-nav a, #admin-header .admin-nav a:visited {
            color: #707070;
        }

    #admin-header .nav-item {
        display: inline-block;
        vertical-align: middle;
    }

    #admin-header a.nav-link {
        padding: 1rem 1rem;
        font-size: 1.15rem;
    }

    #admin-header .dropdown-toggle::after {
        top: -8px;
    }

#admin-menu {
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 220px;
    z-index: 1040;
}

    #admin-menu .mobile-menu-close {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.8em;
        text-decoration: none;
        color: #464855;
    }

    #admin-menu .admin-logo {
        padding: 0.5rem;
        text-align: center;
    }

        #admin-menu .admin-logo img {
            height: 80px;
        }

    #admin-menu .org-logo {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        text-align: center;
        padding: 1rem;
    }

.plan-select-cards .card {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #fff;
}

    .plan-select-cards .card:hover {
        transform: scale(1.02);
        border: 2px solid #00b9e6;
    }

    .plan-select-cards .card.active {
        border: 2px solid #00b9e6;
    }


#admin-nav {
    font-size: 1.1em;
    font-weight: 500;
    font-family: "Quicksand",Montserrat,Helvetica,Arial,sans-serif;
}

    #admin-nav ul {
        margin: 0;
        padding: 0;
    }

        #admin-nav ul ul {
            display: none;
            position: absolute;
            left: 102%;
            top: 0;
            background: #fff;
            box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
            width: 200px;
        }

    #admin-nav li {
        list-style-type: none;
        position: relative;
        padding: 12px 30px 12px 18px;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        border-right: 3px solid #fff;
    }

        #admin-nav li:hover ul, #admin-nav li:focus ul {
            display: block;
        }

        #admin-nav li:hover, #admin-nav li:focus {
            background: #f0f0f0;
            border-right: 3px solid #00b9e6;
            text-decoration: none;
            font-weight: 600;
        }

    #admin-nav .menu-text {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        position: relative;
        font-weight: 600;
    }

    #admin-nav a {
        display: block;
    }

        #admin-nav a, #admin-nav a:visited {
            color: #6c757d;
        }

            #admin-nav a:hover, #admin-nav a:focus {
                text-decoration: none;
            }

                #admin-nav a:hover .menu-text, #admin-nav a:focus .menu-text {
                    left: 5px;
                }

body.admin .footer, body.admin .app-content, body.admin #admin-header {
    margin-left: 220px;
}

body.admin .app-content {
    margin-top: 0;
}

html body .content .content-wrapper {
    padding: 1.8rem;
}

body.menu-collapsed #admin-menu {
    width: 52px;
}

    body.menu-collapsed #admin-menu .org-logo {
        display: none;
    }

    body.menu-collapsed #admin-menu .admin-logo {
        padding: 0 0.3rem;
    }

body.menu-collapsed .footer, body.menu-collapsed .app-content, body.menu-collapsed #admin-header {
    margin-left: 52px;
}

body.menu-collapsed #admin-nav .menu-text {
    display: none;
    position: absolute;
    left: 57px !important;
    top: 16px;
    background: #000;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    white-space: nowrap;
    z-index: 300;
    font-size: 1em;
}

body.menu-collapsed #admin-nav a:hover .menu-text {
    display: block;
}

/* dashboard */
.stats-wrap .stat-action {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
}

.stats-wrap .stat {
    border-top: 4px solid #1e406a;
    position: relative;
}

.stats-wrap .stat-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.stats-wrap .stat-num {
    color: #1e406a;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: -4px;
    width: 100%;
    text-align: center;
}

.stats-wrap .stat-label {
    font-weight: 600;
    color: #1e406a;
}

.stats-wrap .stat-icon {
    font-size: 1.6em;
    margin-right: 20px;
    color: #1e406a;
    opacity: 0.5;
}

.admin-mobile {
    display: none;
    float: left;
    margin-top: 15px;
}

.seating-stats {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 600;
}

    .seating-stats li {
        list-style-type: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .seating-stats .seat-icon {
        background: #E2E4EB;
        color: #fff;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .seating-stats li:first-child {
        list-style-type: none;
    }

    .seating-stats .dot {
        font-size: 0.3em;
    }

.admin .seating-groups .card-body {
    max-height: calc(100vh - 248px);
}

.admin .section-seats .card-body {
    max-height: calc(100vh - 345px);
}

.admin .selected-seats-panel .content-inner {
    max-height: 74vh;
}

.pos-report-filters .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.contact-filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .contact-filters .filter {
        margin-right: 15px;
        width: 14%;
    }

        .contact-filters .filter:last-child {
            margin-right: 0;
        }

@media screen and (max-width: 1298px) {
    .cart-sidebar.fixed-scroll {
        right: 5.4%;
    }

    #landing-splash .splash-select {
        width: 75%;
    }
}

@media screen and (max-width: 1206px) {
    .contact-filters {
        flex-wrap: wrap;
    }

        .contact-filters .filter {
            width: 31%;
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 1196px) {
    .seats-selected .facility-image {
        max-width: calc(61% - 350px);
    }
}

@media screen and (max-width: 1167px) {
    .seats-selected .seating-wrap > .row .col-md-6 {
        flex: 0 0 100%;
        max-width: calc(100vw - 350px);
    }
}

@media screen and (max-width: 1033px) {
    .section-seats{
        padding-bottom: 100vh;
    }
    .seats-selected .seating-wrap > .row .col-md-6 {
        max-width: none;
    }

    .seats-selected .facility-image {
        max-width: 100%;
    }

    .seats-selected .selected-seats-panel {
        width: 100%;
        left: 0;
        height: auto;
        top: initial;
        /*display: none;*/
        box-shadow: 2px -4px 5px rgba(0, 0, 0, 0.4);
    }

    .seats-selected .selected-seats-panel footer {
        width: 100%;
        position: relative;
    }

    .seating-wrap {
        min-height: 200vh;
    }

    .cart-sidebar.fixed-scroll {
        right: 7.4%;
    }

    .facility-content .facility-preview {
        position: relative;
        width: 100%;
        top: 0;
    }

        .facility-content .facility-preview img {
            max-height: none;
        }

    .facility-content .facility-edit {
        padding-left: 0;
        padding-top: 30px !important;
    }

    .facility-content .section-edit-header {
        position: relative;
        left: 0;
        top: 12px;
    }

    .admin .selected-seats-panel .content-inner {
        max-height: 80px;
    }

    .admin.seats-selected .selected-seats-panel .content-inner, .admin.seats-selected .selected-seats-panel header {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .content-header.justify-content-between {
        justify-content: center !important;
        flex-flow: row wrap;
    }

        .content-header.justify-content-between h3 {
            width: 100%;
            text-align: center;
            margin: 0 0 20px 0 !important;
            white-space: normal;
            text-overflow: inherit;
        }

    .cart-sidebar.fixed-scroll {
        right: 0;
        position: relative;
        max-width: none;
    }

    .cart-item > .row > div {
        margin-bottom: 15px;
    }

    .cart-item .text-right {
        text-align: left !important;
    }

    .cart-item .btn-action {
        display: block;
        width: 182px;
        padding: 5px;
        height: auto;
        border: 1px solid #ededed;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .mobile-show.inline {
        display: inline-block;
    }

    .mobile-show.block {
        display: block;
    }

    .student-fees-detail {
        text-align: center;
        background: none;
    }

        .student-fees-detail .text-right {
            text-align: center !important;
            margin-bottom: 10px;
        }

        .student-fees-detail .btn-action {
            margin: 0 auto;
        }

        .student-fees-detail .row.cart-item {
            background: #e8eff8;
            padding: 10px;
            margin-right: 2px;
        }

    .store-nav {
        margin-bottom: 2rem !important;
    }
}

@media screen and (max-width: 967px) {
    .contact-filters {
        flex-direction: column;
    }

        .contact-filters .filter {
            width: 100%;
            margin-right: 0;
        }
}

@media screen and (max-width: 958px) {
    .fullscreen-product-header .school-logo {
        width: 20%;
    }

    table.data-table .btn {
        width: 100%;
        display: block;
        margin: 0 0 8px 0;
    }

        table.data-table .btn:last-child {
            margin: 0;
        }
}

@media screen and (max-width: 926px) {
    .product-builder .product-preview {
        width: 100%;
        height: auto;
        position: relative;
        top: inherit;
        margin-top: 20px;
    }

    .product-builder .product-wizard-content {
        padding-left: 0;
    }

    div.classification-options {
        left: 0;
    }
}

@media screen and (max-width: 890px) {
    #account-cards {
        display: block;
    }

        #account-cards .card {
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 850px) {
    #admin-menu {
        display: none;
    }

    body.admin .footer, body.admin .app-content, body.admin #admin-header {
        margin-left: 0;
    }

    .admin-mobile {
        display: block;
    }

    #admin-header .menu-collapse {
        display: none;
    }

    #admin-menu {
        width: 100%;
    }

        #admin-menu #admin-nav .menu-text {
            display: inline-block;
            vertical-align: middle;
            background: none;
            padding: 0;
            color: inherit;
        }

        #admin-menu .mobile-menu-close {
            display: block;
        }
}

@media screen and (min-width: 851px) {
    #admin-menu {
        display: block !important;
    }
}

@media screen and (max-width: 806px) {
    .mobile-menu-btn {
        display: block;
    }

    #sub-nav {
        display: none;
    }

    #public-nav {
        width: 44%;
    }

        #public-nav .dropdown-user {
            font-size: 0.9em;
        }

    #public-header .left-nav {
        display: none;
    }

    #public-header .logo-nav {
        width: 54%;
    }
}

@media screen and (min-width: 808px) {
    .mobile-menu-btn {
        display: none;
    }
}

@media screen and (max-width: 794px) {
    .product-builder .navbar.navbar-actions {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
    }

        .product-builder .navbar.navbar-actions .actions {
            margin-top: 20px;
        }

    .product-builder .product-builder-header {
        position: relative;
    }

    .product-builder .product-builder-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #public-footer .brand-logo {
        margin: 0 auto 20px auto;
    }

    #landing-about .col-md {
        margin-bottom: 25px;
    }

        #landing-about .col-md:last-child {
            margin-bottom: 0;
        }

    #landing-testimonial .testimonial-text {
        width: 100%;
    }

    .seating-groups .card-body, .section-seats .card-body {
        max-height: none;
    }

    .fullscreen-product-header {
        height: auto;
        position: relative;
    }

        .fullscreen-product-header .school-logo {
            padding: 0;
        }

        .fullscreen-product-header .cancel-btn-col {
            border-top: 1px solid #2e56a1;
            padding: 10px;
        }

        .fullscreen-product-header .product-info img {
            display: none;
        }

        .fullscreen-product-header .product-info h5 {
            overflow: visible;
            max-width: none;
            white-space: normal;
        }

    .fullscreen-product-spacer {
        top: 10px;
    }

    .cart-timer .fullscreen-product-spacer {
        top: 49px;
    }
}

@media screen and (max-width: 749px) {
    .store-menu .nav-item {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 667px) {
    #landing-splash .splash-select {
        width: 95%;
    }

        #landing-splash .splash-select .school-select {
            width: 100%;
        }
}

@media screen and (max-width: 640px) {
    .admin-mobile-menu-btn {
        position: absolute;
        width: 95%;
        top: 75px;
        left: 10px;
    }

    #admin-header {
        height: 122px;
    }

    body.admin .app-content {
        margin-top: 40px;
    }

    .title-actions {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .title-actions .btn {
            display: block;
            width: 100%;
            margin-top: 10px;
        }

        .title-actions nav {
            margin-top: 10px;
        }
}

@media screen and (max-width: 603px) {
    .product-builder .wizard-nav {
        display: block;
        width: 100%;
    }

        .product-builder .wizard-nav li {
            margin-bottom: 5px;
        }

    .product-builder div.classification-options {
        top: 176px;
    }
}

@media screen and (max-width: 595px) {
    #public-header .logo img {
        max-height: 60px;
    }

    #public-nav .dropdown-user .inline:last-child span {
        display: none;
    }

    .actions-row {
        text-align: center;
    }

        .actions-row .actions {
            margin-top: 10px;
        }

            .actions-row .actions.align-right {
                text-align: center;
            }

            .actions-row .actions .btn {
                display: block;
                width: 100%;
                margin-bottom: 8px;
            }
}

@media screen and (max-width: 575px) {
    .form-inline .btn {
        width: 100%;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 505px) {
    #sub-products-nav li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 496px) {
    #selectStudent .btn-group {
        width: 100%;
        display: block;
    }

    #selectStudent h5.d-inline-block {
        display: block !important;
    }
}

@media screen and (max-width: 390px) {
    #public-header .avatar-circle-md {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media print {
    html body {
        background-color: #fff;
    }

    .container {
        max-width: none;
        padding: 0;
    }

    #sub-nav, #public-footer, #public-nav, #public-header .left-nav, .btn, .mobile-menu, .mobile-menu-btn, a[data-toggle="popover"], .cart-thumb, .student-fee-name small {
        display: none;
    }

    .collapse:not(.show) {
        display: block;
    }

    p {
        orphans: 2;
        widows: 2;
    }

    a {
        text-decoration: none;
    }

    .cart-items-wrap .cart-item .row {
        margin-bottom: 0;
    }

    div.student-fees-detail, .card-header, .bs-callout-info.padding {
        padding: 0;
    }

    div.student-fees-detail {
        background: none;
        margin: 0;
    }

    .card-body {
        padding: 5px 0;
    }

    .card {
        margin-bottom: 10px;
    }

    .cart-item .form-group-style {
        border: none;
    }

    div.col-sm-6.col-lg-2 {
        display: inline-block;
        width: 16%;
        max-width: none;
        flex: 1;
    }

    .cart-items-wrap .cart-item .row {
        margin: 0;
        padding: 0;
        border: none;
    }

    small {
        font-size: 100%;
    }

    .cart-items-wrap .col-1, .cart-items-wrap .col-2, .cart-items-wrap .col-3, .cart-items-wrap .col-4, .cart-items-wrap .col-5, .cart-items-wrap .col-6, .cart-items-wrap .col-7, .cart-items-wrap .col-8, .cart-items-wrap .col-9, .cart-items-wrap .col-10, .cart-items-wrap .col-11, .cart-items-wrap .col-12, .cart-items-wrap .col, .cart-items-wrap .col-auto, .cart-items-wrap .col-sm-1, .cart-items-wrap .col-sm-2, .cart-items-wrap .col-sm-3, .cart-items-wrap .col-sm-4, .cart-items-wrap .col-sm-5, .cart-items-wrap .col-sm-6, .cart-items-wrap .col-sm-7, .cart-items-wrap .col-sm-8, .cart-items-wrap .col-sm-9, .cart-items-wrap .col-sm-10, .cart-items-wrap .col-sm-11, .cart-items-wrap .col-sm-12, .cart-items-wrap .col-sm, .cart-items-wrap .col-sm-auto, .cart-items-wrap .col-md-1, .cart-items-wrap .col-md-2, .cart-items-wrap .col-md-3, .cart-items-wrap .col-md-4, .cart-items-wrap .col-md-5, .cart-items-wrap .col-md-6, .cart-items-wrap .col-md-7, .cart-items-wrap .col-md-8, .cart-items-wrap .col-md-9, .cart-items-wrap .col-md-10, .cart-items-wrap .col-md-11, .cart-items-wrap .col-md-12, .cart-items-wrap .col-md, .cart-items-wrap .col-md-auto, .cart-items-wrap .col-lg-1, .cart-items-wrap .col-lg-2, .cart-items-wrap .col-lg-3, .cart-items-wrap .col-lg-4, .cart-items-wrap .col-lg-5, .cart-items-wrap .col-lg-6, .cart-items-wrap .col-lg-7, .cart-items-wrap .col-lg-8, .cart-items-wrap .col-lg-9, .cart-items-wrap .col-lg-10, .cart-items-wrap .col-lg-11, .cart-items-wrap .col-lg-12, .cart-items-wrap .col-lg, .cart-items-wrap .col-lg-auto, .cart-items-wrap .col-xl-1, .cart-items-wrap .col-xl-2, .cart-items-wrap .col-xl-3, .cart-items-wrap .col-xl-4, .cart-items-wrap .col-xl-5, .cart-items-wrap .col-xl-6, .cart-items-wrap .col-xl-7, .cart-items-wrap .col-xl-8, .cart-items-wrap .col-xl-9, .cart-items-wrap .col-xl-10, .cart-items-wrap .col-xl-11, .cart-items-wrap .col-xl-12, .cart-items-wrap .col-xl, .cart-items-wrap .col-xl-auto {
        padding-left: 0;
        padding-right: 0;
    }
}

@page {
    margin: 20px;
}

.product-builder .text-primary {
    color: #225D81;
}

.product-builder label {
    color: #838383;
    font-weight: 600;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-builder .form-check-label {
    color: #464855;
}

.product-builder .badge {
    vertical-align: middle;
}

.product-builder .input-group .btn {
    background: #fff;
}

.full-screen-header {
    background: #1e406a;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 1.1rem;
}

    .full-screen-header h3 {
        color: #fff;
        font-weight: 600;
    }

    .full-screen-header a, .full-screen-header a:visited {
        color: #fff;
    }

        .full-screen-header a:hover, .full-screen-header a:focus {
            opacity: 0.8;
            text-decoration: none;
            color: #fff;
        }

    .full-screen-header.fixed {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }

.navbar {
    padding: 1.2rem 1.1rem;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

    .navbar.navbar-actions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 99;
        height: 73px;
    }

    .navbar .actions .btn {
        padding: 0.6rem 0.75rem;
        font-weight: 600;
        margin-right: 5px;
    }

        .navbar .actions .btn:last-child {
            margin-right: 0;
        }

.wizard-nav {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1.1em;
    counter-reset: steps;
    font-weight: 600;
}

    .wizard-nav .active a {
        color: #00b9e6 !important;
        font-weight: 700;
    }

    .wizard-nav li {
        list-style-type: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .wizard-nav li:before {
            counter-increment: steps;
            content: counter(steps);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: #838383;
            display: block;
            color: #fff;
            margin-right: 5px;
            font-size: 0.9em;
        }

        .wizard-nav li.active:before {
            background: #00b9e6;
        }

        .wizard-nav li:after {
            font-family: "Font Awesome 5 Pro";
            content: "\f061";
            color: #bfbfbf;
            margin: 0 20px;
            font-weight: 400;
        }

        .wizard-nav li:last-child:after {
            margin: 0;
            content: "";
        }

    .wizard-nav a, .wizard-nav a:visited {
        color: #838383;
    }

        .wizard-nav a:hover {
            text-decoration: none;
            opacity: 0.7;
        }

.product-preview {
    position: fixed;
    height: calc(100vh - 132px);
    overflow: auto;
    padding: 1.5rem 1.1rem 3rem 1.1rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    width: 45%;
    top: 132px;
    z-index: 90;
}

    .product-preview .preview-wrap {
        overflow: auto;
        max-height: calc(90vh - 79px);
    }

.product-content label {
    color: #74788D;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-content label, .product-content p {
    font-size: 0.9rem;
}

.product-content h6 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.product-content .form-control {
    font-size: 0.9rem;
}

.product-content label, .product-content h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-image {
    width: 100%;
    height: 192px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
}

    .product-image.placeholder {
        background-size: contain;
        background-position: center center;
    }

    .product-image.small {
        height: 140px;
    }

        .product-image.small.preview:before {
            line-height: 70px;
        }

    .product-image.preview {
        border: 1px dashed #d3d3d3;
    }

        .product-image.preview:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f03e";
            color: #74788D;
            font-size: 2em;
            display: block;
            text-align: center;
            line-height: 203px;
        }

.swatch-picker {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

    .swatch-picker li {
        margin-right: 8px;
        list-style-type: none;
    }

        .swatch-picker li:last-child {
            margin-right: 0;
        }

    .swatch-picker a {
        display: block;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #ededed;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .swatch-picker a:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .swatch-picker a.active {
            transform: scale(1.2);
            -webkit-box-shadow: 0px 0px 3px 0 rgba(79, 79, 79, 0.9);
            box-shadow: 0px 0px 3px 0 rgba(79, 79, 79, 0.9);
        }

.product-thumbnails {
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .product-thumbnails li {
        list-style-type: none;
        margin-right: 3%;
        margin-bottom: 10px;
    }

        .product-thumbnails li:last-child {
            margin-right: 0;
        }

    .product-thumbnails .thumbnail-image {
        border: 1px solid #d3d3d3;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 65px;
        width: 72px;
        position: relative;
    }

        .product-thumbnails .thumbnail-image .action-circle {
            position: absolute;
            top: -11px;
            right: -11px;
            z-index: 99;
        }

    .product-thumbnails.preview li {
        margin-right: 8px;
    }

    .product-thumbnails.preview .thumbnail-image {
        height: 45px;
        width: 52px;
        cursor: pointer;
    }

.product-wizard-content {
    padding-left: 45%;
    margin: 0 2.5%;
    font-size: 0.9rem;
    padding-top: 30px;
}

    .product-wizard-content .breadcrumb-bar {
        background: #fff;
        box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
        -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
        padding: 1rem;
        margin: -29px -4.9% 20px -4.9%;
    }

.content-list {
    width: 340px;
    margin: 10px 0 !important;
    padding: 0;
}

    .content-list ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .content-list li {
        list-style-type: none;
        width: 50%;
    }

    .content-list a, .content-list a:visited {
        color: #74788D;
    }

    .content-list a {
        display: block;
        padding: 10px;
    }

        .content-list a:hover {
            text-decoration: none;
            background: #dbeffa;
        }

.card.field-edit .card-header {
    padding: 0.5rem;
}

.card.field-edit .card-body {
    padding: 1.25rem 3rem;
}

.card.field-edit .options-wrap {
    background: #F0F4F7;
    padding: 12px;
    margin-bottom: 10px;
}

.card.field-edit .option-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .card.field-edit .option-group:last-child {
        margin-bottom: 0;
    }

    .card.field-edit .option-group .option-name {
        width: 92%;
    }

    .card.field-edit .option-group .option-actions {
        margin-right: 8px;
    }

.product-builder-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.product-builder-content {
    margin-top: 133px;
}

.content-field {
    padding: 1rem;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .content-field .field-content {
        max-width: 90%;
    }

    .content-field .action-circle {
        background: #e4e9ed;
        border: 1px solid #cdd2d6;
    }

    .content-field .field-actions {
        display: none;
        position: absolute;
        right: 8px;
        top: 8px;
    }

        .content-field .field-actions ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

        .content-field .field-actions li {
            list-style-type: none;
            margin-right: 5px;
        }

            .content-field .field-actions li:last-child {
                margin-right: 0;
            }

    .content-field:hover {
        background: #fff;
    }

        .content-field:hover .field-actions {
            display: block;
        }

.configuration-options .option {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0 rgba(79, 79, 79, 0.5);
    -webkit-box-shadow: 0px 0px 3px 0 rgba(79, 79, 79, 0.5);
    margin-bottom: 15px;
    padding: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .configuration-options .option:last-child {
        margin-bottom: 0;
    }

    .configuration-options .option .btn {
        font-weight: 600;
    }

.photo-chooser {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .photo-chooser .photo {
        background-size: cover;
        background-repeat: repeat;
        height: 180px;
        width: 180px;
        cursor: pointer;
        border: 3px solid #fff;
        margin: 0 10px 10px 0;
    }

        .photo-chooser .photo:hover {
            border: 3px solid #1e406a;
        }

    .photo-chooser .hidden-file-input {
        border: 2px dashed #00b9e6;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }

        .photo-chooser .hidden-file-input .icon {
            width: 100%;
            margin-bottom: 10px;
        }

        .photo-chooser .hidden-file-input .icon, .photo-chooser .hidden-file-input label {
            color: #00b9e6;
        }

        .photo-chooser .hidden-file-input .help-text {
            font-size: 0.8em;
            color: #a8a8a8;
        }

.classification-options {
    background: #fff;
    padding: 1rem;
    position: fixed;
    top: 133px;
    left: 45%;
    right: 0;
    -webkit-box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

    .classification-options label {
        margin: 0 10px 0 0;
    }

    .classification-options select.form-control {
        width: auto;
        border-color: #1e406a;
        border-left-color: #1e406a;
    }

.configure-instructions {
    margin-bottom: 25px;
}

.classification-spacer {
    margin-top: 90px;
}

.config-nav {
    background: #fff;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 45%;
    right: 0;
    box-shadow: 0 3px 13px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 13px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.registration-form {
    padding: 1.3rem 1rem 1rem 1.5rem;
    border-left: 2px solid #e7e8ef;
}

.facility-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.facility-content {
    margin-top: 133px;
}

.facility-preview {
    position: fixed;
    height: calc(100vh - 132px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    width: 40%;
    top: 132px;
    z-index: 90;
}

    .facility-preview img {
        max-height: 61vh;
        display: block;
        margin: 0 auto;
    }

.facility-edit {
    padding-left: 40.3%;
    padding-top: 30px;
}

    .facility-edit.section-spacer {
        padding-top: 85px;
    }

.section-edit-header {
    background: #fff;
    padding: 1.2rem 1rem;
    position: fixed;
    top: 133px;
    left: 40%;
    right: 0;
    -webkit-box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.active-row {
    background: #F4F9FF;
    color: #00b9e6;
}

    .active-row a {
        display: none;
    }

.facility-rows-table {
    max-height: 430px;
    overflow: auto;
}

/* Point of Sale Builder */
.pos-builder {
    background: url(../img/gridbg.png) repeat #F3F4F9;
}

    .pos-builder #kiosk-grid {
        height: calc(100% - 104px);
    }

        .pos-builder #kiosk-grid .cell {
            border-collapse: collapse;
            border: 1px dashed #C9C9C9;
            cursor: pointer;
        }

            .pos-builder #kiosk-grid .cell.empty:before {
                -o-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                opacity: 0;
                background: #CFF5E7;
                color: #28D094;
                text-align: center;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px;
                content: "New Button";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 60px;
                width: 100px;
                font-weight: 600;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: auto;
            }

            .pos-builder #kiosk-grid .cell.empty:hover:before {
                opacity: 1;
            }

            .pos-builder #kiosk-grid .cell:hover {
                border-color: #00b9e6;
            }

    .pos-builder .kiosk-button:hover, .pos-builder .kiosk-button:focus {
        background: #fff !important;
        text-decoration: none;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
    }

        .pos-builder .kiosk-button:hover .edit-buttons, .pos-builder .kiosk-button:focus .edit-buttons {
            display: block;
        }

        .pos-builder .kiosk-button:hover .button-content, .pos-builder .kiosk-button:focus .button-content {
            display: none;
        }

    .pos-builder .pos-container {
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        position: relative;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .pos-builder .pos-container .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
        }

#pos-sidebar {
    background: #fff;
    position: fixed;
    top: 60px;
    width: 250px;
    height: calc(100vh - 60px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    z-index: 99;
}

    #pos-sidebar .page-list {
        font-weight: 600;
        max-height: calc(100vh - 221px);
        overflow: auto;
    }

        #pos-sidebar .page-list a {
            display: block;
            padding: 0.7rem 1rem;
        }

            #pos-sidebar .page-list a:hover, #pos-sidebar .page-list a:focus {
                background: #f3f3f3;
                text-decoration: none;
            }

            #pos-sidebar .page-list a.active {
                color: #fff;
                background: #00b9e6;
                font-weight: 800;
            }

.edit-sidebar-open #pos-edit-sidebar {
    display: block;
}

.edit-sidebar-open #pos-work-area {
    margin-right: 330px;
}

    .edit-sidebar-open #pos-work-area .pos-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

.edit-sidebar-open .edit-buttons {
    display: none !important;
}

#pos-edit-sidebar {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    height: calc(100vh - 60px);
    width: 330px;
    background: #fff;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) -3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) -3px 2px 5px 0px;
    z-index: 99;
}

    #pos-edit-sidebar .select2-container--default.select2-container .select2-selection--multiple {
        background: #F0F3F5;
    }

    #pos-edit-sidebar .edit-content {
        padding-bottom: 20px;
    }

    #pos-edit-sidebar h4 {
        margin: 0;
        padding: 1rem;
        background: #00b9e6;
        color: #fff;
        font-weight: 800;
    }

    #pos-edit-sidebar .link-select {
        padding-left: 33px;
    }

    #pos-edit-sidebar .btn-light {
        background: #F0F3F5;
        border-color: #ced4da;
    }

    #pos-edit-sidebar footer {
        position: fixed;
        bottom: 0;
        width: 330px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        box-shadow: rgba(0, 0, 0, 0.08) 0 -3px 5px 0px;
    }

#add-product ul li {
    margin-bottom: -2px;
}

.pos-container.ipad #kiosk-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

    .pos-container.ipad #kiosk-grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(9) {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(10) {
        -ms-grid-row: 2;
        -ms-grid-column: 5;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(14) {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(15) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(16) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(17) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(18) {
        -ms-grid-row: 4;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(19) {
        -ms-grid-row: 4;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(20) {
        -ms-grid-row: 4;
        -ms-grid-column: 5;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(21) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(22) {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(23) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(24) {
        -ms-grid-row: 5;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(25) {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(26) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(27) {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(28) {
        -ms-grid-row: 6;
        -ms-grid-column: 3;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(29) {
        -ms-grid-row: 6;
        -ms-grid-column: 4;
    }

    .pos-container.ipad #kiosk-grid > *:nth-child(30) {
        -ms-grid-row: 6;
        -ms-grid-column: 5;
    }

.pos-container.clover #kiosk-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

    .pos-container.clover #kiosk-grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(9) {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(10) {
        -ms-grid-row: 2;
        -ms-grid-column: 5;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(14) {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(15) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(16) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(17) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(18) {
        -ms-grid-row: 4;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(19) {
        -ms-grid-row: 4;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(20) {
        -ms-grid-row: 4;
        -ms-grid-column: 5;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(21) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(22) {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(23) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(24) {
        -ms-grid-row: 5;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(25) {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(26) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(27) {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(28) {
        -ms-grid-row: 6;
        -ms-grid-column: 3;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(29) {
        -ms-grid-row: 6;
        -ms-grid-column: 4;
    }

    .pos-container.clover #kiosk-grid > *:nth-child(30) {
        -ms-grid-row: 6;
        -ms-grid-column: 5;
    }

.pos-container.phone #kiosk-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

    .pos-container.phone #kiosk-grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(7) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(8) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(9) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(10) {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(11) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(12) {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(13) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(14) {
        -ms-grid-row: 7;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(15) {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(16) {
        -ms-grid-row: 8;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(17) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(18) {
        -ms-grid-row: 9;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(19) {
        -ms-grid-row: 10;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(20) {
        -ms-grid-row: 10;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(21) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(22) {
        -ms-grid-row: 11;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(23) {
        -ms-grid-row: 12;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(24) {
        -ms-grid-row: 12;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(25) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(26) {
        -ms-grid-row: 13;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(27) {
        -ms-grid-row: 14;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(28) {
        -ms-grid-row: 14;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(29) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(30) {
        -ms-grid-row: 15;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(31) {
        -ms-grid-row: 16;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(32) {
        -ms-grid-row: 16;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(33) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(34) {
        -ms-grid-row: 17;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(35) {
        -ms-grid-row: 18;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(36) {
        -ms-grid-row: 18;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(37) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(38) {
        -ms-grid-row: 19;
        -ms-grid-column: 2;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(39) {
        -ms-grid-row: 20;
        -ms-grid-column: 1;
    }

    .pos-container.phone #kiosk-grid > *:nth-child(40) {
        -ms-grid-row: 20;
        -ms-grid-column: 2;
    }

.pos-container.phone #kiosk-actions {
    display: none;
}

.pos-container.phone #kiosk-right {
    padding-left: 0;
}

.pos-container.phone .template-info {
    display: none;
}

.pos-container.phone .link-icon {
    margin-left: 10px;
}

#pos-work-area {
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250px;
    position: relative;
    margin-top: 60px;
    min-width: 700px;
    overflow-x: auto;
}

    #pos-work-area .wrap {
        width: 70vw;
        min-width: 700px;
        margin-top: 30px;
    }

    #pos-work-area .help-text-bubble {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        padding: 8px 12px;
        background: rgba(51, 51, 51, 0.54);
        position: absolute;
        margin: 15px auto 0 auto;
        top: 0;
        font-size: 0.9em;
    }

    #pos-work-area .pos-container.ipad {
        padding-top: 56.25%;
    }

    #pos-work-area .pos-container.phone {
        width: 315px;
        height: 558px;
        margin: auto;
    }

    #pos-work-area .pos-container.clover {
        padding-top: 62.5%;
    }

    #pos-work-area .pos-container #kiosk-header {
        opacity: 0.4;
    }

        #pos-work-area .pos-container #kiosk-header .school-logo img {
            max-height: 4vw;
        }

    #pos-work-area .pos-container .link-icon {
        font-size: 1.5vw;
    }

    #pos-work-area .pos-container #kiosk-actions {
        position: absolute;
        width: 300px;
    }

    #pos-work-area .pos-container #kiosk-right {
        padding-left: 300px;
        height: 100%;
    }

/* Point of Sale Kiosk */
#kiosk-header {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    width: 100%;
    font-size: 1vw;
}

    #kiosk-header .header-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #kiosk-header .school-logo {
        padding: 0 8px;
    }

        #kiosk-header .school-logo img {
            max-height: 65px;
        }

    #kiosk-header .header-right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: 100%;
    }

    #kiosk-header ul {
        list-style-type: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

        #kiosk-header ul li {
            border-left: 1px solid #ededed;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2em;
        }

            #kiosk-header ul li.operator {
                padding: 23px 18px;
                font-size: 0.8em;
            }

                #kiosk-header ul li.operator .name {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 130px;
                    overflow: hidden;
                }

        #kiosk-header ul a {
            display: block;
            padding: 23px 18px;
        }

    #kiosk-header a, #kiosk-header a:visited {
        color: #464855;
    }

.kiosk-wrap {
    position: relative;
    height: 100%;
}

    .kiosk-wrap .breadcrumb {
        font-size: 0.8em;
    }

#kiosk-actions {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 40vw;
    background: #FAFAFA;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 2px 5px 0px;
}

    #kiosk-actions .actions-header {
        background: #1e406a;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

        #kiosk-actions .actions-header .payk12-logo img {
            width: 40px;
            opacity: 0.8;
        }

        #kiosk-actions .actions-header > a {
            color: #fff;
        }

        #kiosk-actions .actions-header ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        #kiosk-actions .actions-header li {
            margin-right: 20px;
            margin-bottom: 0;
        }

            #kiosk-actions .actions-header li:last-child {
                margin-right: 0;
            }

#kiosk-right {
    padding-left: 40vw;
}

.order-table {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
}

    .order-table thead {
        background: #F2F2F2;
        text-transform: uppercase;
        color: #767676;
        font-size: 0.7em;
    }

        .order-table thead th {
            padding: 10px 8px;
        }

    .order-table td {
        border-bottom: 1px solid #EAEAEA;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 10px 8px;
        vertical-align: middle;
    }

    .order-table .edit-icon {
        font-size: 0.7em;
        margin-left: 5px;
    }

.order-content {
    overflow: auto;
    height: calc(100vh - 259px);
}

    .order-content.fee {
        height: calc(100vh - 309px);
    }

.order-actions {
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 40vw;
}

    .order-actions .total-highlight {
        background: #CBF2D1;
        color: #097719;
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: 700;
    }

    .order-actions .info-bubble {
        font-size: 1.4em;
    }

.qty-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    justify-content: center;
}

    .qty-options button {
        border: 1px solid #D6D6D6;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100 */
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
        /* IE6-9 */
        font-weight: 600;
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3em;
        cursor: pointer;
        overflow: hidden;
    }

        .qty-options button:focus, .qty-options button:hover {
            background: #E0E0E0;
        }

    .qty-options .value {
        margin: 0 8px;
        font-size: 1.1em;
    }

#kiosk-grid {
    height: calc(100vh - 132px);
    display: grid;
    display: -ms-grid;
    grid-gap: 0px;
}

    #kiosk-grid .cell {
        padding: 8px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #kiosk-grid .cell.empty {
            min-height: 6vw;
        }

.kiosk-button {
    cursor: move;
    width: 100%;
    height: 100%;
    min-height: 4.5vw;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2vw;
    flex-wrap: wrap;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 120px;
}

    .kiosk-button .icon {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        font-size: 1.5vw;
    }

    .kiosk-button .edit-buttons {
        display: none;
        margin-top: 5px;
    }

        .kiosk-button .edit-buttons .btn {
            padding: 0.1rem 0.75rem;
            font-size: 0.8em;
        }

            .kiosk-button .edit-buttons .btn:hover {
                background: #00b9e6;
                color: #fff;
            }

    .kiosk-button .text {
        font-size: 0.7vw;
    }

    .kiosk-button .button-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
    }

    .kiosk-button.p-0 .button-content {
        height: 100%;
    }

    .kiosk-button .product-label {
        font-size: 0.7vw;
        padding: 3px;
        width: 100%;
        align-self: flex-end;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
    }

/* Launch Kiosk */
.pos-kiosk.launch {
    background: #F4F5FA;
}

    .pos-kiosk.launch .kiosk-logos {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        background: #fff;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        padding: 15px;
    }

        .pos-kiosk.launch .kiosk-logos img {
            max-height: 90px;
        }

.numberpad {
    width: 100%;
    font-size: 1.2em;
}

    .numberpad td {
        vertical-align: middle;
        min-width: 37px;
    }

    .numberpad button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        border: none;
        display: block;
        width: 100%;
        height: 55px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #464855;
        font-weight: 600;
        background: #e0e0e0;
    }

        .numberpad button:hover, .numberpad button:focus {
            background: #dbdbdb;
            color: #464855;
        }

        .numberpad button.btn-success {
            background: #28D094;
        }

.change-buttons .btn {
    font-weight: 600;
    background: #eef0f5;
    color: #464855;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 8px 0;
}

    .change-buttons .btn:hover, .change-buttons .btn:focus {
        background: #dbdbdb;
        color: #464855;
    }

/* POS Kiosk */
.pos-kiosk .daterangepicker .calendar-table th, .pos-kiosk .daterangepicker .calendar-table td {
    width: 42px;
    height: 36px;
    font-size: 14px;
}

.pos-kiosk .daterangepicker select.monthselect, .pos-kiosk .daterangepicker select.yearselect {
    height: 30px;
}

.pos-kiosk .nav.nav-tabs.nav-underline {
    background: none;
    border: none;
    font-size: 1.2em;
}

    .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
        color: #1e406a;
        font-weight: 700;
        border-top: 4px solid #00b9e6;
        padding-bottom: 20px;
    }

        .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
            background: #fff;
            font-weight: 700;
        }

        .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
            background: #fff;
        }

    .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
        background: none;
    }

    .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
        background: #fff;
        color: #747474;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 1rem 0.5rem;
    }

        .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
            font-weight: normal;
        }

.pos-kiosk .nav.nav-tabs.no-flex .nav-item {
    margin-right: 10px;
}

.pos-kiosk .kiosk-page {
    padding: 20px 25px;
}

    .pos-kiosk .kiosk-page #kiosk-grid .cell {
        border: none;
    }

.pos-kiosk .form-control {
    background: #F4F5FA;
}

.pos-kiosk .change-due {
    color: #28D094;
    border-top: 5px solid #28D094;
    font-size: 1.2em;
}

.pos-kiosk .modal-body.gray-bg {
    background: #ececec;
}

.pos-mobile-menu-btn {
    display: none;
    padding: 10px;
    border-top: 1px solid #ededed;
}

    .pos-mobile-menu-btn .btn {
        font-weight: 600;
        text-transform: uppercase;
    }

.order-back {
    display: none;
}

@media screen and (max-width: 1284px) {
    .kiosk-button .text {
        font-size: 8px;
    }

    .kiosk-button .icon {
        font-size: 19px;
    }
}

@media screen and (max-width: 908px) {
    #kiosk-actions {
        display: none;
        width: 100%;
        z-index: 200;
        overflow: auto;
    }

    .actions-header h4 {
        display: none;
    }

    .actions-header h5 {
        font-size: 1rem;
    }

    .order-actions {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

    .order-content {
        height: auto !important;
    }

    .order-back {
        display: block;
    }

    #kiosk-right {
        padding-left: 0;
    }

    .pos-mobile-menu-btn {
        display: block;
    }

    #kiosk-header {
        font-size: 14px;
    }

        #kiosk-header .school-logo img {
            max-height: 45px;
        }
}

@media screen and (min-width: 909px) {
    #kiosk-actions {
        display: block !important;
    }
}

@media screen and (max-width: 543px) {
    .pos-kiosk .nav.nav-tabs.no-flex .nav-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

        .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
            background: #00b9e6;
            color: #fff;
            border: none;
            padding-bottom: 1.2rem;
        }

            .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover, .pos-kiosk .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus {
                background: #00b9e6;
                color: #fff;
            }
}

@media screen and (max-width: 426px) {
    div.pos-container.ipad #kiosk-grid {
        grid-template-columns: 2fr;
        grid-template-rows: 2fr;
    }

        div.pos-container.ipad #kiosk-grid .kiosk-button {
            min-height: 80px;
        }

            div.pos-container.ipad #kiosk-grid .kiosk-button .product-label {
                font-size: 14px;
            }
}

#ticket-scan-camera {
    background: #000;
    max-height: 45vh;
}

#ticket-scan-camera video {
    width: 100% !important;
    max-height: 45vh !important;
}

#ticket-scan-camera canvas {
    width: 100% !important;
    max-height: 45vh !important;
}

.ticket-scan-wrap {
    flex: 1 0 auto;
    width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 900px){
    .ticket-scan-wrap{
        width: 100%;
    }
}

.ticket-scan-footer {
    flex-shrink: 0;
    background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {    
    text-decoration: none !important;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.tab-pane.fade {
    transition: all 0.2s;
    transform: translateY(1rem);
}

    .tab-pane.fade.show {
        transform: translateY(0rem);
    }