﻿/* CSS Document */
@font-face {
    font-family: Gotham;
    src: url('font/GothamBook.otf') format('opentype'), url('font/GothamBook.eot'), url('font/GothamBook.eot?#iefix') format('embedded-opentype'), url('font/GothamBook.woff') format('woff'), url('font/GothamBook.ttf') format('truetype');
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*input[type="text"], input[type="password"] {
	border: 1px solid black;
}*/

/****************PWD UPDATE LANDING PAGE CSS**************/
/* Add a green text color and a checkmark when the requirements are right */

.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }


.centerBlock {
    display: table;
    margin: auto;
}
/************NEW REPORT CSS*****************************/


.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.panel-primary {
    border-color: #447FC1 !important;
}

    .panel-primary > .panel-heading {
        background-image: none !important;
        border-color: #447FC1 !important;
        background-color: #447FC1 !important;
        color: white;
    }

.btn-success {
    background-image: none !important;
    background-color: #B3B5B9 !important;
}

.btn-primary {
    background-image: none !important;
    background-color: #447FC1 !important;
}

/****************NEW CSS UPDATE 8-29-2018**************/

.lnkDetails {
    border: solid 1px #B3B5B9;
    background-color: #36c3e6;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    float: none !important;
    width: auto !important;
}

.btn-cancle {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
}

    .btn-cancle:hover {
        background-color: #A1D884;
    }

.lnkDetails:hover {
    border: solid 1px #B3B5B9;
    background-color: #36c3e6;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    float: none !important;
    width: auto !important;
}

.btnDeleteTask {
    border: solid 1px #B3B5B9 !important;
    background-color: white !important;
    color: #B3B5B9 !important;
    padding: 5px !important;
    border-radius: 5px;
    text-decoration: none;
    float: none !important;
    width: auto !important;
}

.lnkDetails:hover {
    background-color: #B3B5B9;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.btnDeleteTask:hover {
    background-color: #B3B5B9 !important;
    color: white !important;
    padding: 5px !important;
    border-radius: 5px !important;
    text-decoration: none;
}

.siteDown {
    background-color: #a1e285;
    padding: 10px;
    background-color: #d85858;
    border: solid 2px;
    border-color: firebrick;
}

.takedown_label {
    padding: 5px;
}

.takedown_text {
}

.takedown_btn_red {
    background-color: #d85858;
    border-style: solid;
    color: white;
    border-color: firebrick;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
}

    .takedown_btn_red:hover {
        background-color: #cc0000;
        border-style: solid;
        color: white;
        border-color: #6b1414;
        font-size: 15px;
        border-radius: 5px;
    }

.takedown_btn_green {
    background-color: #a1e285;
    border-style: solid;
    color: white;
    border-color: #1E8449;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
}

    .takedown_btn_green:hover {
        background-color: #56ba2c;
        border-style: solid;
        color: White;
        border-color: #0e3e22;
        font-size: 15px;
        border-radius: 5px;
    }

.change_btn_green {
    background-color: #a1e285;
    border-style: solid;
    color: white;
    border-color: #1E8449;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
}

    .change_btn_green:hover {
        background-color: #56ba2c;
        border-style: solid;
        color: White;
        border-color: #0e3e22;
        font-size: 15px;
        border-radius: 5px;
    }

.BigRedButton {
    background-color: #d85858;
    border-style: solid;
    border-radius: 250px;
    color: white;
    border-color: firebrick;
    width: 250px;
    height: 250px;
    font-size: 25px;
}

    .BigRedButton:hover {
        background-color: #cc0000;
        border-style: solid;
        border-radius: 250px;
        color: white;
        border-color: #6b1414;
        width: 250px;
        height: 250px;
        font-size: 25px;
    }

.BigGreenButton {
    background-color: #a1e285;
    border-style: solid;
    border-radius: 250px;
    color: white;
    border-color: #1E8449;
    width: 250px;
    height: 250px;
    font-size: 25px;
}

    .BigGreenButton:hover {
        background-color: #56ba2c;
        border-style: solid;
        border-radius: 250px;
        color: White;
        border-color: #0e3e22;
        width: 250px;
        height: 250px;
        font-size: 25px;
    }

body {
    font-family: Gotham, Arial;
    margin: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    border: 0;
}

select {
    font-family: Arial !important;
}

.clear {
    clear: both;
}

#sitemask {
    position: absolute;
    background: #fff url("../images/loading.gif") no-repeat top 300px;
    width: 2000px;
    height: 3000px;
    z-index: 999;
    left: 25px;
}

#sitemap {
    width: 105%;
    height: 37px;
    background-color: #29517C;
    text-align: right;
}

    #sitemap table {
        text-align: left;
    }

    #sitemap > table {
        display: inline-block;
        height: 35px;
        margin: 0 0 0 25%;
        float: left;
        text-align: right;
    }

    #sitemap div table table td {
        padding: 10px 0;
        background-color: #29517C;
    }

    #sitemap table a {
        color: #ffffff;
        font-size: 14px;
        padding: 0 25px;
    }

    #sitemap span, #sitemap a {
        display: inline-block;
        margin: 10px 20px 0 0;
        vertical-align: top;
        color: #ffffff;
        font-family: Gotham, Arial;
        font-size: 14px;
        text-decoration: none;
    }

        #sitemap a.lastNavLink {
            margin-right: 50px;
        }

    #sitemap > a:not(.lastNavLink) {
        display: none;
    }

.selectedMenuItem {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Gotham, Arial;
    font-size: 14px;
}

/* For Not Logged In User */
.brand img.outer {
    height: 87px;
}

/***********HE/*background:black;*/
#header_wrap {
    background: transparent;
    height: 88px;
    padding: 0;
    vertical-align: top;
    margin: 0 auto;
}

#navigation {
    height: 80px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
    vertical-align: middle;
}

    #navigation > img {
        margin-left: 50px;
        cursor:pointer;
    }

    /* For Not Logged In User */
    #navigation img.outer {
        height: 87px;
    }

    /* For Logged In User */
    #navigation img.inner {
        height: 75px;
    }

#contactinfo {
    width: 300px;
    position: relative;
    top: -70px;
    right: -650px;
    height: 37px;
    text-align: right;
    font-size: 14px;
}

#logout {
    width: 549px;
    position: relative;
    height: 37px;
    float: right;
    text-align: right;
    color: #414042;
    font-size: 14px;
    margin: 25px 50px 0 0;
}

    #logout input[type=image] {
        margin-left: 20px;
        vertical-align: middle;
        margin-top:-30px;
    }

.cartCountContainer {
    position: absolute;
    top: -1px;
    right: 3px;
    width: 26px;
}

    .cartCountContainer a {
        text-decoration: none;
    }

    .cartCountContainer span {
        display: block;
        margin: 0 auto;
        max-width: 26px;
        height: 17px;
        padding: 1px;
        text-align: center;
        color: #ffffff;
        background-color: #447FC1;
        font-size: 12px;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        /*background-color: white;*/
        border-radius: 50%;
    }

.unsubscribe {
    margin: 150px auto 25px auto;
    width: 500px;
    display: block;
    font-size: 20px;
    text-align: center;
}

.text-button.navy {
    background-color: RGB(0, 96, 144);
}

.text-button {
    cursor: pointer;
    border: 1px solid #B3B5B9;
    border-radius: 5px;
    background-color: #B3B5B9;
    color: white;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 13px;
    height: 29px;
    line-height: 29px;
    margin: 5px;
}

    .text-button.blue {
        background-color: #447FC1;
        color: #FFFFFF;
    }

    .text-button.lightBlue {
        background-color: #36B3E5;
        color: #FFFFFF;
        text-align: center;
        padding-top: 3px;
        line-height: 24px;
    }

.text .lightBlue {
    color: #36B3E5;
}

.text-button.grey {
    background-color: #414042;
    color: #FFFFFF;
}

.text-button.small {
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
}

.text-button:hover {
    background-color: #F0B323;
    color: #FFFFFF;
}

.text-button.blue:hover {
    background-color: #36B3E5;
    color: #FFFFFF;
}

.text-button.grey:hover {
    background-color: #F0B323;
    color: #FFFFFF;
}

.order-button {
    text-align: center;
}

.divRow {
    width: 100%;
}

    .divRow div:first-child, .divRow div:nth-child(2) {
        width: 30%;
    }

    .divRow div:nth-child(3), .divRow div:nth-child(4) {
        width: 14%;
    }

    .divRow div:nth-child(5) {
        width: 9%;
        text-align: right;
    }

#overlay_graphic {
    position: relative;
    top: -25px;
    left: 150px;
    z-index: 0;
    background: url(../images/overlay.png) no-repeat right;
    height: 437px;
}

#splashoverlay {
    position: relative;
    top: -50px;
    left: 150px;
    z-index: 0;
    background: url(../images/splashoverlay.png) no-repeat right;
    height: 584px;
}

/***************NAVIGATION************/
#navigation1 {
    top: 15px;
    /*position:relative;*/
    left: 575px;
    width: 450px;
    height: 87px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

#navigation ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
}

    #navigation ul li {
        float: left;
    }

        #navigation ul li.last {
            margin: 0;
            float: right;
        }

        #navigation ul li a {
            color: #a5a5a5;
            font-family: Gotham, Arial, Helvetica, sans-serif;
            font-size: 16px;
            text-decoration: none;
            display: block;
            padding: 10px 20px;
            text-align: center;
        }

        #navigation ul li:hover a {
            color: white;
            background: black;
        }

    #navigation ul ul {
        float: none;
        position: absolute;
        display: none;
        margin: 0;
        background: black;
        padding: 0px;
        width: 180px;
        text-align: center;
        z-index: 2;
    }

        #navigation ul ul li {
            float: left;
            margin: 0 auto;
            padding: 0;
            width: 100%;
        }

            #navigation ul ul li a {
                font-size: 14px;
                padding: 5px;
                background: none;
            }

                #navigation ul ul li a:hover {
                    background: #ccc;
                }

    #navigation ul li:hover ul {
        display: block;
    }

#navigation .prods {
    width: 130px;
}
/**************CONTENT*********************/
#content_wrapper {
    /*background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;*/
    background: transparent;
    position: relative;
    max-width: 1340px;
    margin: 57px auto 0 auto;
    min-height: 750px;
    padding: 20px 0 10px 0;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.content_title, #orderHistoryHeader {
    width: 90%;
    margin: 0 0 25px 50px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #447FC1;
}

.content_titleH {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #447FC1;
}

#orderHistoryHeader {
    font-size: 15px;
    color: #414042;
}

    #orderHistoryHeader div {
        display: inline-block;
    }

    #orderHistoryHeader table {
        width: 100%;
    }

.content_title > span, .order_details > span, #orderingItemTable > span, span.table-label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #414042;
    text-align: left;
}

#paymentDetails span.table-label {
    margin-top: 20px;
}

.content_title > span:not(:first-child), span.table-label {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

span.table-label {
    margin: 50px 0 5px 0;
}

.content_title > span:first-child, .order_details > span:first-child, #orderingItemTable > span {
    font-size: 20px;
    color: #447FC1;
}

.order_details > span:first-child {
    margin-bottom: 5px;
}

.content_subtitle, .content_message_approved {
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #414042;
    display: block;
}

span.content_message_approved {
    margin: 0;
}

.content_message {
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #6FB43F;
    text-align: left;
}

.content_submessage {
    margin: 0 auto;
    font-family: Gotham, Arial;
    font-size: 16px;
    color: #414042;
    text-align: left;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.content_submessage_totalcredit {
    margin: 500 auto;
    font-family: Gotham, Arial;
    font-size: 14px;
    color: #414042;
    text-align: right;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#totalcredit {
    width: 200px;
    position: relative;
    right: -690px;
    height: 20px;
    text-align: right;
}

.content_submessage_right {
    margin: 0 auto;
    font-family: Gotham, Arial;
    font-size: 13px;
    color: #414042;
    text-align: right;
    padding-right: 50px;
    line-height: 1.5em;
}

.content_submessage_left {
    margin: 0 auto;
    font-family: Gotham, Arial;
    font-size: 13px;
    color: #005c8c;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    padding-right: 60px;
    line-height: 1.5em;
}

.content_submessage_childname {
    margin: 0 auto;
    padding-left: 10px;
    color: #414042;
    text-align: left;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.content_accountchangewarning {
    width: 53%;
    display: block;
    margin: 0 auto;
    color: #ff0000;
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.content_duplicateditemwarning, .order_details span.content_duplicateditemwarning {
    margin: 0 auto;
    color: #ff0000;
    text-align: left;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
}

.content_message1 {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    width: 840px;
    font-size: 18px;
    color: #FF6A00;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.welcomeButton strong {
    font-size: 15px;
    display: block;
    padding: 40px 0 0 0;
}

.welcomeButton input[type=image] {
    width: 313px;
    height: 107px;
}

.welcomeButton img:not(.line) {
    margin: 0 -3px;
}

.welcomeButton .line {
    display: block;
    margin: 15px auto;
}

.dropbtn {
    padding: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.dropdown-content {
    display: block;
    position: absolute;
    top: 22px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: auto;
    height: auto;
}

    .dropdown-content a {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: black;
        padding: 10px 6px;
        text-decoration: none;
        display: block;
        margin: 15px 0;
        white-space: nowrap;
        width:298px;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #B3B5B9;
    color: #FFFFFF;
}

.dropdown a.responsiveOnly {
    display: none;
}

.event_details_description {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 60%;
    height: auto;
    float: left;
}

.event_details_logo {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 39%;
    height: auto;
    float: left;
}

.child_registered_entry {
    width: 90%;
    height: 400px;
    margin: 0 0 25px 50px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #414042;
}

    .child_registered_entry table {
        max-height: 90px;
    }

        .child_registered_entry table td:first-child {
            min-width: 220px;
        }

        .child_registered_entry table td:not(first-child) {
            min-width: 75px;
        }

.child_registered_table {
    font-family: Gotham, Arial;
    font-size: 13px;
    line-height: 1.5em;
    color: #414042;
    text-decoration: none;
}

select.child_registered_table {
    margin-right: 20px;
}

.child_registered_dg_details {
    width: 100%;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #414042;
}

.order_entry {
    width: 95%;
    height: auto;
    margin: 0 0 10px 50px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.orderingItemTableScrollX {
    width: 100%;
    overflow-x: auto;
}

.order_entry #orderingItemTable table, table.cart-grid, #orderHistory table {
    width: 100%;
    min-width: 900px;
}

.order_entry_1 {
    width: 840px;
    height: 345px;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    border-bottom: solid 2px #A0A0A0;
    padding: 0px 10px 10px 0px;
    border: solid 0px #ff0000;
    vertical-align: top;
}

#orderHistory table td.noBottomBorder {
    border-bottom: none;
}
.OrderingDeadline {
    min-width: 700px !important;
   float:left;
}
.OrderingDeadlineOnPayment td {
    border: 1px solid black !important;
    text-align: left;
    padding-left: 10px !important;
}
.OrderingDeadline td {
    border: 1px solid black !important;
    text-align: left;
    padding-left: 10px !important;
}
.Deadline_dg_header {
    background: #FFFFFF;
    color: #414042;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    text-decoration: none;
    height: 35px;
    
}

.order_entry_dg_header, .child_registered_dg_header, #cartTotal span, #orderTotal span, .availableCredit, .schedule_page_dg_header,.admin_schedule_page_dg_header{
    background: #FFFFFF;
    color: #414042;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    text-decoration: none;
    height: 35px;
    vertical-align: middle;
}


#cartTotal, #orderTotal {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

    #cartTotal span {
        font-weight: normal;
        border-bottom: 1px solid #E1E1E1;
        padding: 10px 0 10px 15px;
    }

    #orderTotal span:first-child, #orderTotal span:nth-child(2) {
        font-weight: normal;
    }

    #orderTotal span {
        display: block;
        border-bottom: none;
    }

.order_entry_dg_header td:first-child, .order_entry_dg_header td:nth-child(2), .order_entry_dg_header td:nth-child(3),
.order_details td:first-child, .order_details td:nth-child(2), .order_details td:nth-child(3),
.table_subtotal td:first-child, .child_registered_entry table td, #orderHistory td:not(.centered) {
    text-align: left;
    padding-left: 10px;
}

/*
MAY 26 2017
Added Css below to try to take care of the spanning text in the MyCart page.

	AUGUST 21 
	Took out the float to make all the items hit left.
*/
.order_details td span {
    /*float: right;*/
    /*width: 70%;*/
}

.order_details td a {
    float: right;
    /*width: 70%;*/
}

/*-------------*/

#orderHistory td.centered, #orderHistory table.centered td {
    text-align: center;
}

.cart-grid .order_entry_dg_header td, .cart-grid .order_details td {
    padding-left: 5px;
}

#orderingItemTable td.order_entry_dg_header.last {
    border-bottom: none;
}

.table_subtotal {
    border-collapse: collapse;
    margin-top: 10px;
}

    .table_subtotal tr {
        height: 35px;
    }

.order_reference_list {
    display: block;
}

.order_entry_dg_header a, schedule_page_dg_header a, .admin_schedule_page_dg_header a{
    background: #447FC1;
    color: #FFFFFF;
    text-decoration: none;
}

.order_entry_edit_type {
    height: 20px;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: Left;
}

.order_entry_edit {
    width: 840px;
    height: 770px;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    border-bottom: solid 2px #A0A0A0;
}

.order_details {
    width: 100%;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #414042;
}

tr.order_details {
    height: 40px;
}

#orderingItemTable td, table.cart-grid td, .child_registered_entry table td, #orderHistory table td, #reviewOrder table td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #E1E1E1;
}

table.cart-grid td {
    border-top: 1px solid #E1E1E1;
}

#orderingItemTable input[type=submit]:not(.text-button), .child_registered_dg_details a, .cart-grid a, .btnClearCart, .lnkEdit {
    color: #36b3e6;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

    #orderHistory a:hover, #orderingItemTable input[type=submit]:not[.text-button]:hover, .cart-grid a:hover, .btnClearCart:hover, .child_registered_dg_details a:hover {
        color: #447FC1;
    }

.cart-grid a {
    margin: 0 10px;
}

/* CJ 20180917 V 7.5.10  Add case where remove button is missing */
.order_details td:nth-child(3) img, .order_details td:nth-child(2) img, #orderSummary td:nth-child(3) img, #orderSummary td:nth-child(2) img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.order_sold_to {
    width: 300px;
    height: 100px;
    margin: 50 10 10 10;
    padding: 0 0 0 0;
    float: left;
    font-size: 15px;
}

.order_ship_to {
    width: 300px;
    height: 100px;
    margin: 10 10 10 10;
    padding: 0 0 0 0;
    float: left;
}

.order_ship_to_address {
    width: 100%;
    margin: 10 10 10 10;
    padding: 0 0 0 0;
    font-size: 15px;
    text-align: left;
}

.order_date {
    width: 200px;
    margin: 10 10 10 10;
    padding: 0 0 0 0;
    float: left;
    text-align: left;
}

.order_entry_header {
    margin: 0 auto;
    border: none;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #343434;
    color: #CCCCCC;
}


.order_salesperson {
    width: 250px;
    height: 22px;
    margin: 10 10 10 10;
    border: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}

.order_po_number {
    width: 200px;
    height: 22px;
    margin: 10 10 10 10;
    border: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}

.order_profile {
    width: 220px;
    height: 22px;
    margin: 10 10 10 10;
    padding: 0 0 0 0;
    float: left;
}

.notranslate td {
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
}

.notranslate span {
    display: flex;
    min-height: 30px;
}

.modalBackground {
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPanel {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
}

.order_details_dg {
    width: 840px;
    height: 380px;
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 10 0 10 0;
}

.order_details_non_standard {
    width: 840px;
    height: 50px;
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 10 0 10 0;
}

.order_details_dg_header {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background-color: #343434;
    color: #CCCCCC;
    border-color: #343434;
    border-width: 2px;
    border-style: solid;
    height: inherit;
    text-decoration: none;
}

    .order_details_dg_header a {
        background: #343434;
        color: #CCCCCC;
        text-decoration: none;
    }

.order_details_edit {
    background-color: #E6E6E6;
    width: 840px;
    height: 100px;
}

.order_details_edit_form {
    border-color: #FF6A00;
    border-width: 2px;
    border-style: solid;
    width: 840px;
    margin: 0 auto;
}

.order_details_edit_header {
    background: #FF6A00;
    color: #CCCCCC;
    text-decoration: none;
    height: 10px;
}

.order_clear_float {
    clear: left;
    Height: 1px;
}

#content {
    width: 900px;
    margin: 0 auto;
}

.home {
    background: url(images/formatop_home_bg.jpg) no-repeat;
    height: 503px;
}

.about {
    background: url(images/formatop_about_bg.jpg) no-repeat;
    height: 505px;
}

.contact {
    background: url(images/formatop_contact_bg.jpg) no-repeat;
    height: 503px;
}

    .contact h1 {
        padding: 30px 22px 15px;
    }

.warranty {
    background: url(images/formatop_warranty_bg.jpg) no-repeat;
    height: 501px;
}

    .warranty h1 {
        padding: 30px 22px;
        text-transform: uppercase;
    }

.countertopstyles {
    background: url(images/formatop_countertopstyles_bg.jpg) no-repeat;
    height: 946px;
}

    .countertopstyles h1 {
        color: black;
        width: 200px;
        padding: 20px 35px;
        font-size: 30px;
        letter-spacing: 0px;
    }

.career {
    background: url(images/formatop_career_bg.jpg) no-repeat;
    height: 898px;
}

    .career a:link {
        color: #000;
        text-decoration: none;
    }

    .career a:visited {
        color: #000;
        text-decoration: none;
    }

    .career a:hover {
        color: #000;
        text-decoration: underline;
    }

    .career h1 {
        margin: 0;
        padding: 20px 20px 0px;
        color: black;
        text-transform: uppercase;
    }

    .career h2 {
        padding: 0 20px 20px 20px;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
    }

    .career p {
        padding: 0 20px 20px 20px;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.5;
    }

    .career ul {
        padding: 0px 20px 0px 20px;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .career li {
        margin-bottom: 20px;
    }

        .career li:before {
            content: ">";
        }


.laminate {
    background: url(images/formatop_casegoods_bg.jpg) no-repeat;
    height: 790px;
}

    .laminate h1 {
        color: black;
        padding: 25px 15px 10px;
        font-size: 36px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    .laminate p {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 0px 15px;
        width: 600px;
        line-height: 1.5;
    }

#collection {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
    background: url(images/collections_bg.png) no-repeat;
    height: 36px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 28px;
    padding-top: 4px;
}

.collect1, .collect2 {
    padding: 1px 15px;
    color: black;
    text-decoration: none;
}

.collect1 {
    background: black;
    color: white;
}

.doors {
    width: 820px;
    margin: 150px auto 0px;
}

    .doors a {
        float: left;
    }

.button {
    float: left;
    margin-top: 30px;
}

.scrolling {
    float: left;
    width: 670px;
    height: 130px;
    margin: 0 auto;
    margin-left: 20px;
    overflow: hidden;
}

    .scrolling ul {
        width: 6800px;
    }

        .scrolling ul li {
            float: left;
            margin-right: 20px;
            margin-left: 20px;
        }

    .scrolling table {
        width: 670px;
    }

    .scrolling td {
        width: 20%;
    }

.diy {
    background: url(../images/formatop_diy_bg.jpg) no-repeat;
    height: 503px;
    position: relative;
}

    .diy h1 {
        padding: 30px 22px;
    }

    .diy .bottom {
        background: rgba(255,255,255,0.6);
        padding: 15px;
        position: absolute;
        bottom: 0;
        width: 889px;
    }

        .diy .bottom p {
            float: left;
            width: 491px;
            font-family: Gotham, Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: black;
            line-height: 1.5;
        }

        .diy .bottom .download {
            float: right;
            width: 200px;
            margin-right: 89px;
            text-align: center;
        }

.download h3 {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: black;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.colour {
    background: url(../images/formatop_countertopcolour_bg.jpg) no-repeat;
    height: 890px;
}

    .colour h1 {
        float: left;
        padding: 22px;
        width: 455px;
        text-transform: uppercase;
        letter-spacing: 0px;
    }

    .colour .download {
        float: right;
        padding: 12px;
        width: 200px;
        margin-right: 20px;
        text-align: center;
    }

    .colour h3 {
        color: white;
        font-size: 22px;
    }

.colour_select_nav {
    clear: both;
    width: 840px;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    font-weight: lighter;
    line-height: 1.5;
    background: rgba(0,0,0,0.6);
    padding: 10px 18px;
    text-align: center;
}

    .colour_select_nav h2 {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: white;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .colour_select_nav li {
        float: left;
        margin-right: 5px;
    }

        .colour_select_nav li:after {
            content: "\00b7";
            font-family: Gotham, Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: white;
            margin-left: 5px;
        }

        .colour_select_nav li.last:after {
            content: "";
            margin: 0;
        }

        .colour_select_nav li a {
            font-family: Gotham, Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: white;
            text-transform: uppercase;
            text-decoration: none;
        }

            .colour_select_nav li a:hover {
                text-decoration: underline;
            }

.colour_select {
    width: 879px;
    height: 597px;
    margin: 10px auto;
    background: rgba(0,0,0,0.6);
}

    .colour_select a {
        float: left;
        padding: 4px;
    }

.overlay {
    position: absolute;
    top: 100;
    width: 759px;
    height: 340px;
    z-index: 1000;
    display: block;
    padding: 60px 50px;
    left: 69px;
}

    .overlay p {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: white;
        font-weight: lighter;
        line-height: 1.5;
        text-align: center;
    }

.table_window {
    clear: left;
    height: 310px;
    overflow: hidden;
}

    .table_window ul {
        height: 6000px;
    }

    .table_window li {
        clear: left;
        float: left;
        height: 100px;
    }

    .table_window table {
        height: 100px;
    }

.scrolling_window {
    float: left;
    width: 800px;
    height: 330px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .scrolling_window ul {
        width: 8000px;
        height: 340px;
    }

    .scrolling_window li {
        float: left;
        width: 800px;
    }

        .scrolling_window li td:hover img {
            position: relative;
            top: -8px;
            left: 8px;
            height: 64px;
            vertical-align: top;
            padding-right: 16px;
        }

    .scrolling_window td {
        padding-right: 13px;
        padding-bottom: 13px;
    }

.top_window h3 {
    float: left;
    font-size: 24px;
    margin-top: 6px;
    margin-left: 3px;
}

.top_window span {
    float: left;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-top: 12px;
    margin-left: 19px;
}

#collection2 {
    display: none;
}

#logoImage {
    display: none;
    margin-left: 5%;
}

#welcome {
    width: 220px;
    margin-left: 20px;
    padding-top: 52px;
    color: white;
}

    #welcome p {
        margin: 0;
        padding: 0;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-align: justify;
    }

    #welcome h1 {
        margin: 0;
        padding: 0;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 38px;
        text-align: justify;
        letter-spacing: 3px;
    }

#login {
    position: relative;
    width: 375px;
    margin: 200px auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

    #login .content_title {
        width: 100%;
        margin: 15px 0;
        text-align: center;
        font-size: 18px;
    }

    #login #login_inner {
        width: 85%;
        border: 1px solid #E1E1E1;
        padding: 30px;
        font-size: 13px;
    }

        #login #login_inner span {
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
        }

        #login #login_inner input[type=text], #login #login_inner input[type=password] {
            width: 95%;
            border: 1px solid #E1E1E1;
            border-radius: 0;
            padding: 7px;
        }

        #login #login_inner a {
            float: right;
            font-size: 12px;
            color: #447FC1;
            text-decoration: none;
        }

            #login #login_inner a:hover {
                color: #B3B5B9;
            }

        #login #login_inner input[type=submit] {
            display: block;
            width: 200px;
            margin: 20px auto;
        }

        #login #login_inner hr {
            display: inline-block;
            width: 20px;
            margin: 20px 10px;
        }

        #login #login_inner p {
            display: inline-block;
            vertical-align: bottom;
        }

#forgotPassword {
    width: 325px;
    margin: 20px auto;
}

#passwordChanged {
    height: 730px;
    width: 840px;
    margin: 0 auto;
    padding: 120px 0px 10px 10px
}

#signup {
    width: 840px;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
}

    /*#signup input[type=text], #signup input[type=password] {
        /*width: 200px;*/
    }*/

#accountDetails {
    width: 50%;
    margin: 20px auto;
    padding: 0;
}

#updateInfo {
    margin: 20px auto;
    padding: 0;
}

    #updateInfo table {
        margin: 0 auto;
    }

#changeEmail {
    margin: 20px auto;
    padding: 0;
}

    /*#changeEmail table input[type=text] {
		width: 200px;
	}*/

    #changeEmail table {
        margin: 0 auto;
    }

#changePassword {
    margin: 20px auto;
    padding: 0;
}

    #changePassword.french {
        width: 335px;
    }

    #changePassword table input[type=text] {
        width: 200px;
    }

    #changePassword table {
        margin: 0 auto;
    }

#childrenRegistered > span.content_submessage_totalcredit {
    float: right;
}

#addStudent {
    width: 78%;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
}

    #addStudent table td.left {
        width: 50%;
        float: none;
        padding: 0;
    }

    #addStudent table .childName {
        width: 69%;
    }

    #addStudent table .lastInitial {
        width: 26%;
    }

    #addStudent table span.subtext {
        padding-right: 8px;
        float: right;
    }

#orderingCalendarTitle {
    width: auto;
    float: left;
}

#orderingCalendarSubTitle {
    width: auto;
    float: right;
    text-align: left;
    line-height: 30px;
    text-align: right;
}

#orderingCalendarInstructions {
    width: 820px;
    margin: 25px auto 0px auto;
    clear: both;
}

#orderingCalendarContainer {
    /*height: 620px;
    overflow: hidden;*/
    width: 820px;
    margin: 0 auto;
    }
#rightAdsContainer {
    display: none;
    float: right;
    margin-right: -84px;
    margin-top: 106px;
    padding-right: 10%;
}

#rightTopAdsContainer {
    display: block;
    float: right;
    margin-right: -80px;
    margin-top: 106px;
    padding-right: 10%;
}

#rightAds a img {
    max-height: 600px;
    max-width: 300px;
    Width: 100%;
    Height: 100%;
    text-align:right;
}

#rightTopAdsContainer a img {
    max-height: 250px;
    max-width: 250px;
    Width: 100%;
    Height: 100%;
    text-align: right;
}
#orderingTitle {
    width: 87%;
    float: left;
    margin: 0 0 10px 50px;
}

#orderingMealSelection {
    clear: both;
    width: 840px;
    margin: 10px 0 0 50px;
    text-align: left;
}

    #orderingMealSelection select {
        width: 295px;
    }

.item_description {
    width: 90%;
    margin: 10px 0 0 50px;
    font-size: 13px;
    color: #414042;
}

#orderingOptionsListWrapper {
    width: 100%;
    margin: 10px auto 0 50px;
}

    #orderingOptionsListWrapper > ul > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    #orderingOptionsListWrapper .pgStyle1 b {
        color: #414042;
        font-size: 18px;
        text-transform: uppercase;
        padding-right: 15px;
    }

    #orderingOptionsListWrapper .pgStyle1 td.selected + td b {
        color: #447FC1;
    }

    #orderingOptionsListWrapper .pgStyle1 td.t {
        width: 1%;
        white-space: nowrap;
        padding: 0 2% 0 0;
    }

    #orderingOptionsListWrapper .pgStyle1 td.c {
        display: none;
    }

    #orderingOptionsListWrapper li.notranslate {
        width: 100%;
        overflow: hidden;
        padding-right: 0;
    }

        #orderingOptionsListWrapper li.notranslate > span {
            display: block;
            margin-right: 0;
        }

            #orderingOptionsListWrapper li.notranslate > span:first-child span {
                margin: 2px 0;
                white-space: nowrap;
            }

            #orderingOptionsListWrapper li.notranslate > span span label {
                width: 200px;
                white-space: normal;
                vertical-align: text-top;
                margin-top: 7px;
                margin-left: 8px;
            }

.orderingOptionsList {
    width: 100%;
}

#orderingOptionsListButtons {
    float: right;
    width: auto !important;
    position: relative;
    clear: both;
    padding: 10px 1% 10px 1%;
    margin-right: 70px;
}

    #orderingOptionsListButtons a {
        margin: 0 0 10px 65px;
        float: left;
    }

#orderingDateRange {
    clear: both;
    width: 95%;
    margin: 30px 0 0 50px;
}

    #orderingDateRange > div {
        font-size: 13px;
        padding: 10px 0;
        margin: 0;
    }

#orderingDateRangeLeft {
    width: 100%;
    margin: 20px 0;
}

#orderingDateRangeRight {
    /*width: 33%;*/
}

#orderingDateRangeLeft select {
    width: 125px;
    margin: 0 10% 0 5px;
}

#orderingItemTable table:first-child, table.cart-grid, .child_registered_entry table, #orderHistory table, #reviewOrder table {
    border-top: none;
    border-right: none;
    border-left: none;
    border-collapse: collapse;
}

#orderingFooter {
    text-align: center;
    font-size: 15px;
    padding: 30px 10px 30px 0;
    overflow: auto;
}

    #orderingFooter .text-button {
        vertical-align: top;
    }

.deadline {
    display: inline-block;
    width:546px;
    float: left;
    text-align: left;
}

    .deadline span {
            color: #447FC1;
    }

.deadlineTable {
    border-collapse: collapse;
    min-width: 508px!important;
}
.deadlineTable tr td {
    border: solid 1px #437fc2!important;
    
}
.deadlineSpan {
    height: 37px;
    margin: 16px 16px 16.8px 20px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #262a32!important;
    float:none!important;
}

.content_title span.lbLastUpdated {
    font-size: 12px;
    font-weight: normal;
}

.top_space {
    margin-top: 30px;
}

.btnClearCart {
    font-size: 14px;
    margin: 0 10px;
    float: right;
    text-decoration: none;
}

#myCartTableHeader, #myCartTableScrollY table {
    width: 820px;
    table-layout: fixed;
    margin: 0 auto;
}

#myCartTableScrollY {
    width: 820px;
    max-height: 570px;
    overflow-y: auto;
    margin: 0 auto;
}

#myCartTableScrollX, .scrollx {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
}

#paymentDetails {
    width: 90%;
    margin: 0 0 25px 50px;
}

#paymentCard, #costSummary {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#paymentCard {
    padding-top: 13px;
    margin-left: 19%;
}
/*
    #paymentCard input[type=text], #paymentCard select {
        display: block;
        width: 235px;
        max-width: 250px;
        height: 20px;
        margin: 0 0 5px 0px;
        padding: 1px 5px;
    }

    #paymentCard input.inline {
        display: inline-block;
    }

    #paymentCard select {
        display: inline-block;
        width: auto;
        margin: 5px 0 20px 0;
    }

        #paymentCard select.cardType {
            display: block;
            width: 247px;
            margin: 5px 0 5px 0;
        }

    #paymentCard span {
        display: block;
    }*/

#costSummary h3 {
    margin-bottom: 5px;
}

#costSummary .boldLine {
    height: 1px;
    background-color: #000000;
    margin-bottom: 20px;
}

#costSummary .bottomLine {
    margin-bottom: 20px;
}

#costSummary span {
    float: right;
}

#costSummary strong {
    font-size: 17px;
}

#costSummary input {
    margin: 35px 5px;
    vertical-align: top;
}

#paymentButtons {
    margin: 25px 0 40px 0;
}

.order_summary {
    color: #447FC1;
    margin: 20px 0 10px;
    display: block;
}

.beanstreamTable {
    width: 820px;
    border-width: 0px;
}

#orderHistoryHeader strong {
    display: block;
}

#orderHistoryHeader select {
    width: 90%;
}

#orderHistoryHeader h3 {
    display: inline-block;
    width: 15%;
    font-weight: normal;
    font-size: 13px;
}

.orderHistoryHeaderHalf {
    display: inline-block;
    width: 49%;
}

.orderHistoryHeaderSection {
    display: inline-block;
    width: 24%;
}

.orderHistoryButton {
    margin-right: 45px;
    float: right;
}

#orderHistory, #reviewOrder {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 484px;
    margin: 0 auto;
}

#reviewOrderButtons {
    max-width: 90%;
    margin: 20px auto;
}

    #reviewOrderButtons input {
        margin: 0 7px;
        vertical-align: middle;
    }

#virtual_kitchen {
    float: right;
    position: relative;
    top: 20px;
}

.pushdown {
    margin-top: 154px;
}

.align_left {
    clear: left;
    float: left;
    width: 200px;
}

    .align_left h1 {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 38px;
        text-align: right;
        color: white;
    }

    .align_left h2 {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 26px;
        text-align: right;
        color: white;
    }

.align_right {
    float: right;
    width: 664px;
    padding-left: 8px;
    padding-right: 8px;
}

    .align_right p {
        font-family: Gotham, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 100;
        color: white;
        margin-bottom: 15px;
    }
/****************COUNTERTOP STYLES*********/
#countertop_samples {
    float: left;
    margin-top: 70px;
    padding-left: 35px;
    width: 50%;
}

#countertop_right {
    width: 42%;
    float: right;
    padding-right: 20px;
}

    #countertop_right h3 {
        border-top: solid 2px #454545;
        border-bottom: solid 2px #454545;
        font-family: Gotham, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        padding: 5px 0px;
    }

    #countertop_right p {
        font-family: Gotham, Arial, sans-serif;
        font-size: 12px;
        text-align: justify;
        line-height: 1.4;
        letter-spacing: 0px;
        padding-bottom: 10px;
    }

        #countertop_right p.last {
            padding: 0;
        }

.countertopstyles img {
    clear: left;
    float: left;
    position: relative;
    margin-top: -70px;
}

.countertop1 {
    z-index: 10;
}

.countertop2 {
    z-index: 9;
}

.countertop3 {
    z-index: 8;
}

.countertop4 {
    z-index: 7;
}

.countertop5 {
    z-index: 6;
}

.countertop6 {
    z-index: 5;
}

.countertop7 {
    z-index: 4;
}

.countertop8 {
    z-index: 3;
}

/**********MODAL WINDOWS FOR COUNTERTOPS*****/

#mask {
    position: absolute;
    top: 50px;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    background: white;
    width: 800px;
    height: 600px;
    display: none;
    z-index: 9999;
}

.topbar {
    width: 800px;
    height: 106px;
    background: black;
    color: white;
}

.left {
    float: left;
    padding: 10px;
}

.topbar h1 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.topbar span {
    font-family: Gotham, Arial, sans-serif;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.topbar .fl {
    float: left;
    margin-top: 10px;
}

.topbar a {
    float: left;
    height: 106px;
}

    .topbar a.right {
        float: right;
    }

    .topbar a img {
        padding: 20px 10px;
    }

.topbar ul {
    padding: 10px;
    float: left;
    font-family: Gotham, Arial, sans-serif;
}

    .topbar ul li {
        padding-bottom: 5px;
    }

.close_window {
    float: right;
    position: relative;
    top: -35px;
}

    .close_window a {
        font-family: Gotham, Arial, sans-serif;
        font-size: 16px;
        color: #909090;
        text-transform: uppercase;
        text-decoration: none;
        background: url(../images/close_button.png) no-repeat center left;
        padding: 6px 10px 6px 30px;
    }
/*****************CONTACT PAGE*****************/

.row {
    float: left;
    margin-left: 22px;
}

.antifloat {
    float: none;
}

.row h3 {
    margin-left: 62px;
    margin-bottom: 7px;
    font-family: Gotham, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: white;
}

.row img {
    float: left;
    margin-right: 18px;
    padding-bottom: 10px;
}

.row address {
    width: 230px;
    margin-bottom: 20px;
}

.row p {
    font-family: Gotham, Arial, sans-serif;
    font-size: 12px;
    color: white;
    width: 250px;
    margin-bottom: 6px;
}

.email p {
    padding-top: 20px;
}

.email a {
    color: white;
    text-decoration: none;
}

    .email a:hover {
        text-decoration: underline;
    }

#map {
    clear: both;
    float: left;
    margin-top: 15px;
    margin-left: 22px;
    background: rgba(0,0,0,0.65);
    padding: 7px;
    padding-left: 0px;
}

    #map p.verticaltext {
        font-family: Gotham, Arial, sans-serif;
        color: white;
        font-size: 20px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        white-space: nowrap;
        display: block;
        float: left;
        position: relative;
        top: 87px;
        left: -0px;
        width: 30px;
    }

    #map iframe {
        float: left;
    }
/*****************WARRANTY PAGE*****************/
.blackbox {
    background: rgba(0,0,0,0.65);
    padding: 20px;
}

    .blackbox p {
        font-family: Gotham, Arial, Helvetica, sans-serif;
        color: white;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5;
        padding-bottom: 20px;
        width: 66%;
    }

        .blackbox p.last {
            padding: 0;
        }

#warranty_overlay {
    float: right;
    position: relative;
    margin-top: -340px;
    background: url(../images/warranty_overlay.png) no-repeat top right;
    width: 324px;
    height: 394px;
}
/**********************FOOTER*********************/
#footer {
    width: 960px;
    margin: 0 auto;
}

.up {
    position: relative;
    top: -100px;
}

#footer p {
    margin: 0;
    padding: 0 0 10px 0px;
    clear: both;
    text-align: center;
    color: #000000;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#footer a {
    color: #737373;
    text-decoration: none;
}

    #footer a:hover {
        color: white;
    }

#bottom_nav {
    clear: both;
    float: right;
    margin: 0;
    padding: 0;
}

    #bottom_nav ul {
        float: right;
        list-style: none;
        margin: 5px 0px 0px;
    }

        #bottom_nav ul li {
            float: left;
            border-right: 1px solid #737373;
        }

            #bottom_nav ul li.last {
                border: none;
            }

            #bottom_nav ul li a {
                color: #737373;
                font-family: Gotham, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                text-decoration: none;
                padding: 0px 5px;
            }

                #bottom_nav ul li a:hover {
                    color: white;
                }

/************SPLASH PAGE***************/

#black_wrapper {
    width: 938px;
    height: 584px;
    margin: 0 auto;
    margin-top: 55px;
    background: rgba(0,0,0,0.8);
    padding: 10px;
}

#bg {
    position: absolute;
    margin-top: -15px;
    z-index: 0;
    height: 584px;
    width: 938px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    #bg img {
        width: 938px;
        height: 584px;
        top: 0;
        left: 0;
    }

#main_area {
    height: 584px;
    width: 938px;
}

    #main_area #logo {
        position: relative;
        top: 60px;
        background: black;
        width: 939px;
        height: 110px;
        z-index: 2;
    }

        #main_area #logo img {
            position: relative;
            top: 15px;
            left: 60px;
        }

#right_side {
    float: right;
    position: relative;
    top: -130px;
    width: 37%;
    height: 100%;
    z-index: 1;
}

#blackbar {
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 0px;
    width: 97%;
    margin-left: 19px;
    margin-top: 190px;
    z-index: -1;
}

#main_nav {
    float: left;
    margin-top: 210px;
    z-index: 1;
    background-image: url(../images/image001.png);
}

    #main_nav ul {
        list-style: none;
        overflow: visible;
    }

        #main_nav ul li {
            background: url(../images/arrow_grey.png) no-repeat 0px 5px;
            margin-bottom: 10px;
            padding-bottom: 5px;
            padding-left: 15px;
            border-bottom: 1px dotted #b5b5b5;
            width: 200px;
            height: 17px;
        }

            #main_nav ul li:hover {
                background: url(../images/arrow_white.png) no-repeat 0px 5px;
            }

            #main_nav ul li.last {
                border: none;
            }

            #main_nav ul li a {
                display: block;
                font-family: Gotham, Arial, sans-serif;
                font-size: 15px;
                color: white;
                text-decoration: none;
                padding: 0px;
            }

                #main_nav ul li a:hover {
                    color: white;
                }

.prod_down {
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

#main_nav ul ul li {
    background: url(../images/arrow_grey.png) no-repeat 20px 5px;
}

    #main_nav ul ul li:hover {
        background: url(../images/arrow_white.png) no-repeat 20px 5px;
    }

.prod_down li a {
    margin-left: 20px;
    width: 320px;
}




/***********manager account page *****************/
.manage_account_header {
    width: 100%;
    height: 160px;
    margin: 10 10 10 10;
    padding: 0 0 0 0;
    float: left;
    font-family: Portland;
    background-color: white;
}

.manage_account_table {
    width: 100%;
    margin: 0 auto;
    border: none;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.manage_account_footer {
    width: 100%;
    height: 60px;
    margin: 10 10 10 10;
    border: 0 0 0 0;
    padding: 0 0 0 0;
    float: inherit;
}

.CSButtonStyle {
    display: block;
    color: #BC343C;
    width: 200px;
    height: auto;
    padding: 5px;
    text-align: center;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: medium;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    border: inset 1 #BC343C;
}

.Table4Button {
    width: 145px;
    height: auto;
    text-align: center;
    text-decoration: none;
    border: none;
}

.DataGridHeader {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background-color: #343434;
    color: #cccccc;
    border-color: #343434;
    border-width: 2px;
    border-style: solid;
    height: inherit;
}

.change_password_header {
    margin: 0 auto;
    border-style: solid;
    border-color: #eeeeee;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #eeeeee;
    color: #222222;
}

.change_password_item {
    margin: 0 auto;
    border: none;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #eeeeee;
    color: #222222;
}

.change_password_header_1 {
    margin: 0 auto;
    border: none;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    color: #111111;
}

.customer_setup_filter {
    width: 400px;
    height: 40px;
    margin: 50 10 10 10;
    padding: 0 0 0 0;
    float: left;
    position: relative;
    font-size: 15px;
}

.Calendar {
    background-color: #E6E6E6;
    color: #343434;
}

.order_table, .order_table tr, .order_table td {
    border: solid 2px white;
}

.milkCalendar {
    display: inline-block;
}

.hidden {
    display: none;
}

.ui-state-highlight a.ui-state-default, div.ui-widget-header {
    background: #447FC1;
}

div.ui-datepicker {
    width: 24em;
}

    div.ui-datepicker td a.ui-state-default::after {
        font-size: 11px;
    }


/*********** MILK UPDATE 2017-05-29 **************/

#orderingDateRangeLeft {
    /*width:50%;*/
    margin: 20px 0 0 0;
    display: inline-table;
}



.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%
}

    .w3-col.s1 {
        width: 8.33333%
    }

    .w3-col.s2 {
        width: 16.66666%
    }

    .w3-col.s3 {
        width: 24.99999%
    }

    .w3-col.s4 {
        width: 33.33333%
    }

    .w3-col.s5 {
        width: 41.66666%
    }

    .w3-col.s6 {
        width: 49.99999%
    }

    .w3-col.s7 {
        width: 58.33333%
    }

    .w3-col.s8 {
        width: 66.66666%
    }

    .w3-col.s9 {
        width: 74.99999%
    }

    .w3-col.s10 {
        width: 83.33333%
    }

    .w3-col.s11 {
        width: 91.66666%
    }

    .w3-col.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6, .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-content {
    max-width: 980px;
    margin: auto
}

.w3-rest {
    overflow: hidden
}

.verifyButton {
    vertical-align: middle;
    background-color: #B3B5B9;
    border-radius: 5px;
    border-style: none;
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: Gotham, Arial;
}


@media screen and (max-width: 500px) {

    .extend_btn {
        width: 100% !important;
        float: none;
        margin-bottom: 10px;
    }

    .centersm {
        text-align: center;
    }
}

.category_details, .schedule_details {
    width: 100%;
    margin: 0 auto;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #414042;
}

tr.category_details, .schedule_details {
    height: 40px;
}

.category_details td:first-child, .category_details td:nth-child(2), .category_details td:nth-child(3)
{
    text-align: left;
    padding-left: 10px;
}
.textlabel {
    margin-left: 50px;
}

.divAcknowledgement {
    
    text-decoration: none;
    font-size: 30px;
    line-height: 1em;
    padding-top: 8px;
    font-family: 'Open Sans', sans-serif;
    color: white
}

.VendorParentGrid{
    border: 1px solid;
    font-size:13px;
}

.VendorChildGrid {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    font-family: Gotham, Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    #orderingCalendarContainer {
        width: 100%;
        float: none;
        margin: 0;
    }

    #rightTopAdsContainer {
        width: 80%;
        margin: 20px 0;
        display: block;
    }

        #rightTopAdsContainer a img {
            max-width: 75%;
            height: auto;
            margin-top: -450px;
            margin-left: 840px;
            display: block;
        }
}

@media (max-width: 575px) {
    #rightTopAdsContainer a img {
        margin-top: -510px;
    }
}

@media (max-width: 455px) {
    #rightTopAdsContainer a img {
        margin-top: -490px;
    }
}

.calendarBlueBorder {
    border-color: #36B3E5 !important;
    border: solid;
}

.emptyDataText {
    color: Black;
    font-size: 1em;
    width: 100%;
    border-collapse: collapse;   
}
.emptyDataText tr:first-child {
        color:Black;
        background-color: lightblue;
}
.emptyChildDataText {
    color: Black;
    font-size: 1em;
    width: 980px;
    border-collapse: collapse;
}

.emptyChildDataText tr:first-child {
        color: Black;
        background-color: lightblue;
}

.unparentedEmptyDataText {
    color: Black;
    font-size: 1em;
    width: 100%;
    border-collapse: collapse;
}

.unparentedEmptyDataText tr:first-child {
        color: Black;
        background-color: lightblue;
}


.schedule_page_dg_header td:first-child, .schedule_page_dg_header td:nth-child(2),
 .schedule_page_dg_header td:nth-child(3),
 .schedule_page_dg_header td:nth-child(4),
 .schedule_page_dg_header td:nth-child(5),
 .schedule_page_dg_header td:nth-child(6),
 .schedule_page_dg_header td:nth-child(7),
 .schedule_page_dg_header td:nth-child(8) {
    text-align: initial;
    padding-left: 10px;
    width: 8%;
}


.schedule_details td:first-child, .schedule_details td:nth-child(2),
.schedule_details td:nth-child(3),
.schedule_details td:nth-child(4),
.schedule_details td:nth-child(5) {
    text-align: left;
    padding-left: 10px;
}

.admin_schedule_page_dg_header td:first-child,
.admin_schedule_page_dg_header td:nth-child(3),
.admin_schedule_page_dg_header td:nth-child(4),
.admin_schedule_page_dg_header td:nth-child(5),
.admin_schedule_page_dg_header td:nth-child(6),
.admin_schedule_page_dg_header td:nth-child(7),
.admin_schedule_page_dg_header td:nth-child(8) {
    text-align: initial;
    padding-left: 10px;
    width: 8%;
}

.admin_schedule_page_dg_header td:nth-child(2) {
    text-align: initial;
    padding-left: 10px;
    width: 16%;
}

.btn_Cancel {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #4CAF50;
    border-radius: 4px;
    border-top: 3px solid #4CAF50;
    border-bottom: 3px solid #4CAF50;
    border-right: 2px solid #4CAF50;
    border-left: 2px solid #4CAF50;
}
.form-select.ddl {
    display: inline-block;
}
.ellipses {
    display: none;
}

.sidebar {
    display: none;
}
#ddlresplang{
    padding-right:10px;
   margin-right:36px;
}


.copyright {
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-left: 394px;
}


#NoClassroomMessage {
    background: #FFEB9C;
    border: 1px solid orange;
    padding-left: 5px;
    margin-top: 10px;
}

:root {
    --default-padding: 15px;
    --gray-text-color: #7C7C7C;
    --light-blue: #E6F7FF;
    --btn-blue: #2FB4E7;
    --text-color: #333333;
    --white: #FFFFFF;
}

@media screen and (max-width: 800px) {
    :root {
        --default-padding: 10px;
    }
}


/** region Donations POPUP **/

p {
    padding: 0;
    margin: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.dialog {
    position: fixed;
    max-height: calc(100vh - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: auto;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-height: 650px) {
    .dialog {
        top: 10px;
        transform: translate(-50%, 0);
    }
}

.donations-dialog-container {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 780px;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}

@media screen and (max-width: 800px) {
    .donations-dialog-container {
        grid-template-columns: 1fr;
        width: 85vw;
    }
}

/***** region Donations Into START *****/
.donations-intro {
    padding: calc(var(--default-padding) * 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donations-into-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donations-icon {
    width: 100%;
    min-height: 275px;
}

@media screen and (max-width: 800px) {
    .donations-icon {
        width: 90%;
        max-width: 200px;
        min-height: 180px;
    }
}

.donations-into-footnote {
    color: var(--gray-text-color);
}

/***** endregion Donations Into END *****/

/***** region Donations Container START *****/
.donations-select-donation-amount-container {
    padding: calc(var(--default-padding) * 2);
    color: white;
    background: var(--light-blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(var(--default-padding) * 2);
}

/***** region Donations buttons START *****/
.donations-select-donation-buttons-container {
    padding: calc(var(--default-padding) * 2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: calc(var(--default-padding) * 2);
    aspect-ratio: 1;
}

@media screen and (max-width: 800px) {
    .donations-select-donation-buttons-container {
        padding: calc(var(--default-padding) * 1);
        grid-gap: calc(var(--default-padding) * 2);
    }
}

@media screen and (max-width: 550px) {
    .donations-select-donation-buttons-container {
        padding: calc(var(--default-padding) * 1);
        grid-gap: calc(var(--default-padding) * 1.25);
    }
}


.donations-select-donation-buttons {
    width: 100%;
    height: 100%;
    padding: var(--default-padding);
    box-sizing: border-box;
    background-color: var(--white);
    color: var(--text-color);
    border-radius: 15px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--default-padding);
    position: relative;
    transition: all 0.25s;
}

@media screen and (max-width: 800px) {
    .donations-select-donation-buttons {
        min-width: 190px;
    }
}

@media screen and (max-width: 550px) {
    .donations-select-donation-buttons {
        min-width: auto;
    }
}

.donations-select-donation-buttons:hover {
    cursor: pointer;
    transform: scale(1.075);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.donations-select-donation-buttons.active {
    background: var(--btn-blue);
    color: var(--white);
    transform: scale(1.1);
}

    .donations-select-donation-buttons.active:hover {
        cursor: unset;
        transform: scale(1.1);
    }

.donations-select-donation-selector-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 var(--default-padding);
    box-sizing: border-box;
}


.donations-select-donation-amount {
    font-size: 1.5em;
}

.donations-select-donation-value {
    font-size: 1.65em;
}

.donations-form-custom-amount-container {
    display: flex;
    align-items: center;
    font-size: 1.5em;
}

.donations-form-custom-amount-txt {
    width: 90%;
    outline: none;
    color: var(--white);
    border-color: var(--white);
    border-style: solid;
    border-width: 1px;
    background: var(--btn-blue);
    padding: 3px 0 3px 5px;
    margin-left: var(--default-padding);
    font-size: 1em;
    text-align: right;
    padding-right: 15px;
}

/***** endregion Donations buttons END *****/

/***** region Form Action START *****/
.donations-form-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--default-padding);
    justify-content: flex-end;
}

.donations-form-btn-add-to-cart,
.donations-form-btn-no-thank-you {
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    outline: none;
    font-weight: bolder;
    border-radius: 20px;
}

.donations-form-btn-add-to-cart {
    background: var(--btn-blue);
    color: #FFFFFF;
    border: 1px solid transparent;
}

.donations-form-btn-no-thank-you {
    background: #FFFFFF;
    color: var(--btn-blue);
    border: 1px solid var(--btn-blue);
}

    .donations-form-btn-add-to-cart:hover,
    .donations-form-btn-no-thank-you:hover {
        cursor: pointer;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        transform: scale(1.01);
    }

    .donations-form-btn-add-to-cart:active,
    .donations-form-btn-no-thank-you:active {
        cursor: pointer;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(1px);
    }

/***** endregion Form Action END *****/

/***** endregion Donations Container END *****/

/** endregion **/

/** region Donations CART **/
.donations-cart-container {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--btn-blue);
    padding: 0 var(--default-padding);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: var(--default-padding);
}

.donations-cart-icon {
    width: 70px;
    max-height: 80px;
}

.donations-cart-text {
    color: var(--btn-blue);
    flex-grow: 1;
    text-align: left;
}

/** endregion **/

/** region Donations button CART **/

.donations-button-cart-button {
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--btn-blue);
    padding: 0 0 0 var(--default-padding);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: var(--default-padding);
    background: var(--btn-blue);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
}

    .donations-button-cart-button:hover {
        cursor: pointer;
        transform: scale(1.01);
    }

    .donations-button-cart-button:active {
        cursor: pointer;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(1px);
    }

.donations-button-cart-icon-container {
    width: 70px;
    max-height: 80px;
}

.donations-button-cart-text {
    color: var(--white);
    font-size: 15px;
    flex-grow: 1;
    text-align: left;
}

.donations-button-cart-arrow {
    color: white;
}

    .donations-button-cart-arrow svg {
        fill: #FFFFFF;
        height: 25px;
    }

.AddStudent_ErroMessage {
    width: 31%;
    display: block;
    margin: 0 auto;
    color: #ff0000;
    text-align: left;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

@media (max-width:425px) {
    .AddStudent_ErroMessage {
        width: 92%;
    }
   
} 

#NoClassroomAvailable {
    background: #FFEB9C;
    border: 1px solid orange;
    padding-left: 5px;
    margin-top: 10px;
}

#paymentSection h3 {
    margin-bottom: 5px;
}

#paymentSection .boldLine {
    height: 1px;
    background-color: #000000;
    margin-bottom: 20px;
}

.ImageButton {
    margin-left: 100px;
    margin-top: -38px;
    height: 37px;
}

@media screen and (max-width: 800px) {
    .ImageButton {
        margin-left: 180px;
        margin-top: -38px;
        height: 37px;
    }
}

    .textbutton {
        cursor: pointer;
        border: 1px solid #B3B5B9;
        border-radius: 5px;
        background-color: white;
        color: black;
        font-family: Gotham, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 600;
        padding: 0 13px;
        height: 40px;
        line-height: 29px;
    }

        .textbutton.blue {
            border-color: cornflowerblue;
        }

    .payment-Card {
        width: 96%;
        margin-left: 100px;
    }

    @media screen and (max-width: 800px) {
        .payment-Card {
            width: 85%;
            margin-left: 20px;
        }
    }

    .content_alertmessage {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-left: -160px;
    }

    @media screen and (max-width: 800px) {
        .content_alertmessage {
            width: 85%;
            margin-left: 20px;
            text-align: left;
        }
    }




.faq-section {
    display: none;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-xs-12 {
    width: 100%;
}

.card {
    width: 192px;
    height: 160px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.card-text {
    color: black;
    text-align: center;
}



#faqContainer {
    display: flex;
}

#ContactusContainer {
    margin-top: 20px;
    padding: 0;
}


#contactusform {
    display: block;
    margin: 0 auto;
    max-width: 785px;
    padding: 0;
}

.pointer-cursor {
    cursor: pointer;
}


#searchFAQs {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    outline: none;
    width: 50%;
}

#clearButton {
    margin-top: 10px;
    float: right;
    margin-right: 432px;
    color: blue;
}

    #clearButton::before {
        content: '\00D7';
        margin-right: 5px;
    }

#searchcontainer {
    max-width: none;
    margin: 0 auto;
    width: 59%;
}


@media screen and (max-width: 768px) {
    .faq-section {
        margin-left: 10px;
    }
}


@media screen and (max-width: 768px) {
    #faqContainer {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    #clearButton {
        float: none;
        margin-right: 22px;
        text-align: right;
    }
}



@media screen and (max-width: 768px) {
    #contactusform {
        width: 360px;
        margin-left: 12px;
    }
}



@media screen and (max-width: 768px) {
    #ContactusContainer {
        display: inline;
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    #searchcontainer {
        display: inline;
    }
}


#NoResultfoundContainer {
    display: none;
    width: 59%;
    margin-top: -112px;
    padding: 0;
}


@media screen and (max-width: 768px) {
    #NoResultfoundContainer {
        margin-left: 14px;
        width: 96%;
    }
}


#ErrorConatiner {
    margin-left: 83px;
    height: 72px;
    margin-top: -14px;
    margin-bottom: 69px;
}


@media screen and (max-width: 768px) {
    #ErrorConatiner {
        height: 72px;
        margin-top: 37px;
        margin-bottom: 69px;
        margin-left: 0px;
    }
}


.contactus-header {
    height: 64px;
    padding-right: 10px;
    padding-left: 18px;
    font-size: 16px;
    padding-top: 18px;
}



@media screen and (max-width: 768px) {
    .contactus-header {
        height: 80px;
        padding-top: 21px;
        padding-left: 18px;
        font-size: 16px;
    }
}

.clickable-span {
    margin-left: 362px;
    color: blue;
}


.Contactus-clickable-span {
    color: blue;
}

@media screen and (max-width: 768px) {
    .clickable-span {
        display: flex;
        margin-left: 0px;
    }
}


@media screen and (max-width: 768px) {
    #searchFAQs {
        width: 765px;
    }
}

#InputContainer {
    margin-top: 27px;
    font-size: 14px;
    margin-left: 435px;
}

@media screen and (max-width: 768px) {
    #InputContainer {
        margin-top: 0;
        margin-left: 0;
    }
}


#firsttile {
margin-top: -64px;
}



@media only screen and (max-width: 768px) {
    #firsttile {
        margin-left: 4px;
        margin-top: -50px;
    }
}



@media only screen and (max-width: 768px) {
    #secondtile {
        margin-left: 4px;
    }
}


.error-label {
    color: red;
    display: none;
    margin-left: 12px;
}


@media only screen and (max-width: 768px) {
    .contactus-div {
        margin-left: 12px;
    }
}


@media only screen and (max-width: 768px) {

    .copyright {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}


.faq-details {
    padding-left: 18px;
    padding-right: 10px;
    width: 787px;
}


.faq-questions {
    width: 787px;
}

@media only screen and (max-width: 768px) {
    .faq-details {
        width: 367px;
    }
}


@media only screen and (max-width: 768px) {
    .faq-questions {
        width: 367px;
    }
}


#ToggleCampSchool {
    width: 105%;
    height: 36px;
    background-color: #447FC1;
    text-align: left;
    font-family: Gotham, Arial;
    padding-top:7px
}

.SchoolView:hover, .CampView:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.SchoolView {
    padding: 33px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 32px;
}

.CampView {
    padding: 33px;
    padding-top: 12px;
    padding-bottom: 13px;
}


@media only screen and (max-width: 768px) {
    .CampView {
        padding: 20px;
        padding-top: 12px;
        padding-bottom: 13px;
    }
}



.margin-selected {
    margin: 0 0 0 25%;
}

.margin-not-selected {
    margin: 0 0 0 25%;
}

@media only screen and (max-width: 768px) {
    .margin-selected,
    .margin-not-selected {
        margin: 0;
        padding: 12px 16px;
    }

    .margin-not-selected {
        padding: 22px 12px 13px 10px;
    }
}


@media only screen and (max-width: 768px) {
    .CampViewResize {
        margin: 0 0 0 18%;
    }
}

@media only screen and (min-width: 768px) {
    .CampViewResize {
        margin: 0 0 0 33%;
    }
}


@media only screen and (max-width: 767px) {
    td > a[href="/ParentSignIn.aspx"] {
        display: block; 
    }
        td > a[href="/ParentSignIn.aspx"]::before {
            content: "";
            display: block;
            height: 27px;
        }
}
/** endregion **/




.ParentFeedback {
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    width: 67%;
    margin-left: 99px;
    border-radius: 7px;
    text-align: initial;
    border-color: #447FC1;
}


    .ParentFeedback p {
        margin: 0;
        font-size: 16px;
    }

    .ParentFeedback .button {
        float: right;
        background: white;
        width: 18%;
        font-size: 14px;
        margin-top: 0px;
        height: 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        background-color: #447FC1;
        color: white;
        border: none;
        border-radius:4.5px;
    }

.modal {
    background-color: rgba(204, 204, 204, 0.9);
    overflow-y: scroll !important;
    border-width: 3px;
    border-color: Gray;
    padding: 3px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

.modal-content {
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #447FC1 !important;
    background-color: white;
    filter: none;
    opacity: 1;
    border-width: 3px;
    border-color: Gray;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-height: 80%;
    overflow-y: auto;
    margin-top:187px !important;
    width:591px !important;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.btnReferSchool {
    float: right;
    background-color: #447FC1;
    color: white;
    border: none;
    height: 30px;
    border-radius: 3.5px;
    width: 22%;
    font-size: 15px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    margin-top:-3px;
}

.divReferSchool {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
}

.ReferSchoolPopup {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0; 
}

.close {
    color: red !important;
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    opacity: 1;
}


@media only screen and (max-width: 767px) {
    .ParentFeedback {
        margin-left: 63px;
        height:113px;
    }
}

@media only screen and (max-width: 767px) {
    .btnReferSchool {
        width: 163px;
        margin-right: 42px;
        margin-top:10px;
    }
}


@media only screen and (max-width: 767px) {
    .ReferSchoolPopup {
        margin-left:0px;
    }
}

@media only screen and (max-width: 767px) {
    .txtSchoolName {
        width: 100% !important;
        margin-left:0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .txtSchoolName, .txtCoordinatorName, .txtCoordinatorContactInfo {
        width: 100% !important;
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 767px) {
    .btnClear {
        width: 126% !important;
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 767px) {
    .btnSubmit {
        width: 126% !important;
        margin-left: 0px !important;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .close {
        background: none !important;
        right: 0px !important;
        top: 1px !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-content {
        width: 80% !important;
        margin-top: 110px !important;
    }
}

.clickable-spanFrench {
    margin-left: 146px;
    color: blue;
}

.Contactus-clickable-spanFrench {
    color: blue;
}


@media only screen and (max-width: 767px) {
    .clickable-spanFrench {
        margin-left: 0px !important;
    }
}

.lbClassroomUnassignedMessage {
    margin-left: 50px;
    background: #FAFAFA;
    border: 1px solid black;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    width: 90%;
}

.lbClassroomUnassignedMessageOrdersPage {
    margin-left: 50px;
    background: #FAFAFA;
    border: 1px solid black;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    width: 90%;
}

.divSchoolInactive {
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 14px;
    width: 299px;
    margin-top: 10px;
}

.text-button.disabled {
    background-color: #aaaaaa;
    color: #ffffff !important;   
    border: none;
}

.text-button.disabled:hover {
    background-color: #aaaaaa;
    color: #ffffff !important;
}
.showCartMsg {
    padding-right: 56%;
}

.contact-form {
    margin-left: 20px;
    max-width:100%
}

#chk_subscribe {
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
}

@media only screen and (max-width: 767px) {
    #chk_subscribe {
        padding: 10px !important;
        display: block;
    }   
}

.subscribe {
    text-align: left;
    margin-top: 5px;
}

.notetxt {
    text-align: left;
    margin-top: 5px;
    font-style: italic;
}



