﻿body {
    font-family: 'Trebuchet MS';
    font-size: 12px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

div.exhibition-header {
    /*border-bottom: solid 1px #d5cece;*/
    border-left: solid 1px #d5cece;
    border-top: solid 1px #d5cece;
    border-right: solid 1px #d5cece;
}

div.toolbar-bottom {
    border-top: solid 1px #d5cece;
}

h3, h4 {
    font-weight: bold;
}

div.view-pane {
    border: solid 1px #d5cece;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.terms-conditions {
    min-height: 400px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
    width: 100%;
    text-align: justify;
    padding: 12px 12px 12px 12px;
}

    .terms-conditions p {
        text-align: justify;
        padding: 12px 12px 12px 12px;
        width: 100%;
    }

div.tab-content div.tab-pane {
    width: 100% !important;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        /*background-color: #eee;*/
        border: solid 1px #ccc;
    }

    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
        /*background-color: #ccc;*/
        border: solid 1px #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #5bc0de;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container-checkbox p {
        font-size: 16px;
    }

button.disabled, button[disabled] {
    cursor: no-drop !important;
}

li.nav-item a {
    font-size: 16px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/content/img/loading.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

button.sw-btn-next, button.sw-btn-prev {
    /*background-color: #5bc0de !important;*/
    min-width: 100px;
}

button.sw-btn-prev {
    float: left;
}
/*label.container-checkbox {
    padding-top: 16px;
}*/
/*#chart-container {
    overflow-y: scroll;*/
/*height: 1000px;*/
/*}*/
#chart-container {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px;
}

.order-summary .panel-heading {
    font-size: 14px;
    font-weight: bold;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}


.time-running-out {
    color: red;
}

h5.timer {
    float: right;
    padding-right: 8px;
    font-size: 18px;
    margin-bottom: 4px;
}

.ticker {
    font-weight: bold;
}

.order-container {
    padding-left: 12px !important;
    padding-right: 24px !important;
}

    .order-container h5 {
        font-weight: bold;
        display: inline-block;
    }

    .order-container .header {
        border-bottom: solid 1px #d5cece;
    }

.booth-list {
    max-height: 150px;
    overflow-y: auto;
}

/*.order-summary-container, .order-summarized-items {
    max-height: 200px;
    overflow-y: auto;
}*/
.ideas-container-summary {
    max-height: 460px;
    overflow-y: auto;
}

.order-container .data-header, .order-container .booth-list .ideas-container-item {
    padding-left: 12px;
}

.order-container {
    font-size: 14px;
}

    .order-container .ideas-container + .ideas-container {
        padding-top: 16px;
    }

    .order-container .ideas-container-item:first-child {
        padding-top: 8px;
        /*padding: 4px;*/
    }

    .order-container .ideas-container-item + .ideas-container-item {
        padding-top: 8px;
    }


.ideas-container-item i {
    cursor: pointer;
}

.ideas-container-item i, .ideas-container-item .ideas-container-item {
    float: right;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #5bc0de !important;
}

.category-legend {
    width: 8px;
    height: 8px;
    /*-moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;*/
    /*border-radius: 50%;*/
    display: inline-block;
    margin-right: 4px;
}

/*.category-legend::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;*/
/*background-color: #69b6d5;*/
/*}*/

.clear-selection {
    display: none;
    float: right;
    margin-top: 10px;
}

.bootbox-body {
    font-size: 16px;
}

.item-description, .addon-price {
    clear: both;
    font-size: 12px;
    color: #797979;
}
/*.item-total span {
    float: right;
    
}
.item-total {
    border-top: solid 1px #d5cece;
    font-weight: bold;
}
.item-total .ideas-container-item {
    text-transform: uppercase;
}*/
.ideas-container-item span {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
}

.b-top {
    border-top: solid 1px #d5cece;
}

.ideas-container-summary {
    display: none;
}
/*.addon-price {
    padding-left: 40px;
    padding-bottom: 32px;
}*/

.addon-container div[class*=col]:not(.no-addon) {
    padding-bottom: 4px;
}

.no-addon {
    padding-bottom: 16px;
}

.input[type=text] {
    border-radius: 4px !important;
}

.form-group.required .control-label::after, .form-label-group.required .control-label::after {
    padding-left: 4px;
    content: "*";
    color: #b64645
}

.has-error .form-control, .form-control.has-error {
    border: solid 1px #a94442;
}

.has-error em {
    display: block !important;
}

.form-label-group em {
    display: none;
}

em.error {
    color: #ff0039;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff0039;
}

div.sw .tab-content:not(.payment-options), #chart-container {
    min-height: 650px;
}

#chart-container {
    min-height: 650px;
}

div.scroll {
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
}

.toolbar .btn-success:not(:disabled) {
    color: #ffffff !important;
    background-color: #3fb618 !important;
    border-color: #3fb618 !important;
}

button:disabled,
button[disabled],
button.disabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    text-shadow: 1px 1px #ffffff;
}

em.error {
    font-style: normal !important;
}

#step-4 div[class*=col] {
    /*padding-bottom: 12px;*/
    display: inline-block;
}

.fa.fa-trash-o {
    color: red !important;
    font-size: 16px;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }

.discount-plan-container {
    display: none;
    font-size: 16px;
    padding: 8px;
}

tr.active-plan td {
    background-color: orange;
    color: white;
}

.table-discount-plan thead th {
    overflow-wrap: break-word;
    max-width: 120px;
}

.sub-total {
    font-size: 12px !important;
}

.less {
    color: red !important;
}

.tab-content {
    border: 1px solid #dddddd;
    padding: 8px;
}

    .tab-content.payment-options {
        margin-bottom: 12px;
    }

textarea {
    resize: none;
}

.exhibition-description {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.max-allowed-description {
    display: none;
    margin-top: 4px !important;
}

.main-exhibition-container {
    /*display: none;*/
    visibility: hidden;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.input-wrapper {
    display: inline-block;
    position: relative
}



/*.credit-card-number {
    position: relative;
}*/

.amex::after {
    content: "\f1f3";
}

.diners::after {
    content: "\f24c";
}

.discover::after {
    content: "\f1f2";
}

.jcb::after {
    content: "\f24b";
}

.mastercard::after {
    content: "\f1f1";
}

.visa::after {
    content: "\f1f0";
}




@media only screen and (min-width: 240px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 71%;
        font-size: 44px;
        color: #17a2b8;
    }
}


@media only screen and (min-width: 360px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 76%;
        font-size: 45px;
        color: #17a2b8;
    }
}

@media only screen and (min-width: 480px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 81%;
        font-size: 46px;
        color: #17a2b8;
    }
}



@media only screen and (min-width: 600px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 85%;
        font-size: 46px;
        color: #17a2b8;
    }
}

@media only screen and (min-width: 768px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 77%;
        font-size: 46px;
        color: #17a2b8;
    }
}

@media only screen and (min-width: 1028px) {
    .amex::after, .diners::after, .discover::after, .jcb::after, .mastercard::after, .visa::after {
        cursor: initial;
        position: absolute;
        font-family: 'FontAwesome';
        top: -9px;
        left: 83%;
        font-size: 46px;
        color: #17a2b8;
    }
}

/*.diners::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: -10px;
    left: 85%;
    content: "\f24c";
    font-size: 46px;
    color: #5bc0de;
}
.discover::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: -10px;
    left: 85%;
    content: "\f1f2";
    font-size: 46px;
    color: #5bc0de;
}
.jcb::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: -10px;
    left: 85%;
    content: "\f24b";
    font-size: 46px;
    color: #5bc0de;
}
.mastercard::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: -10px;
    left: 85%;
    content: "\f1f1";
    font-size: 46px;
    color: #5bc0de;
}
.visa::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: -10px;
    left: 85%;
    content: "\f1f0";
    font-size: 46px;
    color: #5bc0de;
}*/

.container-fluid {
    margin-left: 10%;
    margin-right: 10%;
}

@media screen and (max-width: 600px) {
    /*.topnav a {
        float: none;
        width: 100%;
    }*/
    .sw-btn-prev, button.sw-btn-next, button.place-order {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}



.user-information div[class^=col-] {
    padding-bottom: 12px !important;
}

.required-field label::after {
    padding-left: 4px;
    content: "*";
    color: #b64645
}

.registration-offline {
    font-size: 24px;
    margin: 0 auto;
}

.hidden-container {
    display: none;
    visibility: hidden;
}

.payment-method-tab-heading {
    text-align: left !important;
}