
@charset "utf-8";

/*! CSS Document */
#cardSelectClm {
    float: left;
    width: 57%;
}

#uploadClm {
    float: left;
    width: 43%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 7%;
    display: none;
}

#cardSelect {
    display: none;
    width: 65%;
    float: left;
}

#uploadSection {
    margin: 0 0 30px 0;
}

#paymentSection {
    display: none;
}

#totals {
    width: auto;
}

#cws_val_subtotal, #subtotalHold, #sizeTotalHold {
    font-size: 20px;
}

#totalsContent {
    margin: 0 0 30px 0;
}

#buttonClm {
    width: auto;
    float: right;
    position: relative;
}

#buttonClm .field {
    margin: 0 0 25px 0;
}

#cws_val_proceed {
    position: absolute;
    bottom: -20px;
}

#cardPreview {
    width: 30%;
    height: 100px;
    float: left;
    vertical-align: bottom;
    margin: 0 5% 0 0;
    background-size: 50px;
    background-repeat: no-repeat;
    position: relative;
    top: 55px;
}

#cardPreview img {
    max-width: 100%;
    max-height: 100%;
}

#cws_list_cardFace {
    max-width: 320px;
    width: 85%;
}

input[type="file"] {
    display: none;
}

#cws_lbl_fileUpload {
    display: table;
    margin: 0 10px 10px 0;
    display: inline-block;
}

#cws_lbl_fileUpload .material-icons {
    font-size: 16px;
}

.stepIcon {
    background-color: #e4e4e4;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin: 0 0 15px 0;
}

#cws_lbl_agree {
    display: block;
    float: left;
    clear: left;
    margin: 0;
}

#cws_val_agree {
    right: initial;
    left: 0;
    bottom: -22px;
}

#sizeTotalHold {
    margin: 0 10px 15px 0;
    display: inline-block;
}

#cws_btn_proceed {
    margin: 0 0 10px 0;
    /* float: right; */
}

.infoNote {
    font-size: 13px;
}

#uploadClm .infoNote {
    display: block;
}

#subtotalHold .infoNote {
    font-style: italic;
}

.maxCardsWarning {
    font-weight: bold;
    margin: 10px 0 0 0;
}

.maxCardsInstruction {
    font-style: italic;
}

/* ============== Order Table ============== */
#reviewSection {
    display: none;
    position: relative;
}

#bulkOrderTable {
    margin: 0 0 30px 0;
    width: 100% !important;
    border-collapse: collapse;
    font-size: 13px;
    border-left: none;
}

#bulkOrderTable tr {
    border-bottom: 1px solid #e4e4e4;
    -moz-transition: 0.25s background;
    -webkit-transition: 0.25s background;
    transition: 0.25s background;
}

#bulkOrderTable tr:hover {
    background-color: #f1f1f1;
}

#bulkOrderTable.dataTable th {
    text-align: left;
    width: auto !important;
}

#bulkOrderTable thead tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#bulkOrderTable th~th {
    padding: 10px 10px 10px 10px;
}

#bulkOrderTable.dataTable td {
    border: none;
    width: auto;
}

#bulkOrderTable .sorting, #bulkOrderTable .sorting_asc, #bulkOrderTable .sorting_desc {
    background-size: 10px;
    background-position: 96%;
}

.status {
    text-align: center;
}

td.status.valid:after {
    content: "\2713";
    color: #15ad15;
    margin-left: 7px;
    font-weight: bold;
}

#bulkOrderContents td:not(.status):not(.msgCell) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 170px;
}

.tooltipContainer {
    position: relative;
}

.msgContainer {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 170px;
}

#bulkOrderContents td~td {
    padding: 10px 0 10px 10px;
}

#bulkOrderContents tr {
    position: relative;
}

.statusHold {
    display: none;
    position: relative;
    color: #f90000;
    border: 1px solid #f90000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.statusHold:hover {
    cursor: pointer;
}

.msgHold {
    display: none;
    position: absolute;
    bottom: 40px;
    right: -28px;
    width: auto;
    min-width: 240px;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #f90000;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    background-color: #fff;
}

.statusMsg {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 13px;
}

.statusMsg li {
    white-space: nowrap;
}

.statusArrow {
    display: block;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f90000;
    position: absolute;
    bottom: -15px;
    right: 23px;
}

.statusArrow:after {
    content: "";
    display: block;
    width: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    top: -15px;
    left: -14px;
    right: 0;
    margin: 0 auto;
}

.status.statusCellActive .statusHold .msgHold,
.statusHold:hover .msgHold {
    display: block;
}

.wrongVal {
    color: #f90000;
    font-weight: bold;
}

#cws_val_subtotal, #cws_val_numItems {
    position: static;
    margin: 0 0 0 15px;
    font-size: 16px
}

#tableHold {
    margin: 0 0 35px 0;
}

#tableHold .dataTables_length {
    display: inline-block;
}

.tableFooter {
    border-bottom: 1px solid #ccc;
}

.dataTables_paginate {
    position: relative;
}

#cws_val_pagerVal {
    display: block;
    white-space: nowrap;
}

#placeOrderHead, #selectCardHead label {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-transform: none;
}

#cwsForm h3.paymentHeading {
    background-color: transparent;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: bold;
}

/* ============================================== MEDIA QUERIES ========================================== */
@media (max-width: 1280px) {
    #uploadClm {
        padding: 0 0 0 5%;
    }
}

@media (max-width: 1024px) {
    #tableHold {
        border: 1px solid #000;
        overflow: auto;
    }

    #cws_lbl_fileUpload {
        padding: 12px 15px 12px 15px;
    }

}

@media (max-width: 900px) {
    .infoNote {
        display: block;
    }
}

@media (max-width: 600px) {
    #uploadClm, #cardSelectClm {
        float: none;
        width: 100%;
    }

    #uploadClm {
        padding: 0;
        border: none;
        margin: 30px 0 0 0;
    }

    #cardSelectClm {
        position: relative;
    }

    #cardSelectClm .stepIcon {
        position: absolute;
        left: 0;
        right: 0;
        /*margin: 0 auto;*/
        top: -15px;
    }

    #uploadClm .stepIcon {
        margin: 0 0 12px 0;
    }

    #cardSelect {
        margin: 50px 0 0;
    }

    #buttonClm, #totals {
        float: none;
    }

    #totals {
        margin: 0 0 20px 0;
    }

    #buttonClm {
        width: 300px;
    }

    #cws_val_proceed {
        left: 0;
        bottom: -30px
    }
}

.fullscreen-background {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.fullscreen-foreground {
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    background-color: #FFF;
    width: min(320px, 80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.exclamation {
    color: #f90000;
    border: 1px solid #f90000;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.modalMaxWarning {
    color: #f90000;
    font-weight: bold;
    margin: 20px 0 20px 0;
    text-align: center;
}

.modalMaxText {
    text-align: center;
}

.modal-close-button {
    background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_sprite.png);
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: transparent;
    background-size: auto;
    background-origin: unset;
    background-position: unset;
    padding: 0;
}

.hoverTooltip {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
    font-size: 13px;
    z-index: 999;
    bottom: 100%;
    line-height: 150%;
    max-width: 300px;
    width: max-content;
}

.hoverTooltip:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
}
