﻿ul li, ol li {
    list-style-position: outside;
    margin-left: 2em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.boothPartyNotSureLBL {
    float: right;
}

#product-add input[type='text'], #product-add input[type='date'], #product-add input[type='number'], #product-add select {
    width: 100%;
}

.registration_new_row {
    float: left;
}

.loader-1 {
    position: absolute;
    z-index: 1;
    left: -17px;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #a3a3a3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-1-container {
    width: 30px;
    text-align: left;
    display: inline-block;
}

.loader-1-container-overlay {
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.loader-2 {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #a3a3a3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Horizontal item details */
.item-details-alert {
    position: absolute;
    margin-top: 5px;
    margin-left: 35px;
    z-index: 99;
    bottom: 20px;
}

.item_details_horz .form-group {
    overflow: auto;
}

    .item_details_horz .form-group .checkbox, .item_details_horz .form-group .radio {
        margin-top: 0px;
        width: 66%;
    }

.item_details_horz label {
    display: inline-block;
    float: left;
    padding-right: 15px;
    width: 33.3333%;
}

.item_details_horz input[type='text'], .item_details_horz input[type='date'], .item_details_horz input[type='number'], .item_details_horz input[type='file'], .item_details_horz select, .item_details_horz textarea {
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 62% !important;
}

.item_details_horz .file-path {
    margin-left: -5px !important;
}

.item_details_horz .dimensions {
    width: 58.3333%;
    display: inline-block;
}

.item_details_horz #item_qty {
    width: 33.3333% !important;
}

.item_details_horz .dimensions input {
    width: 22% !important;
}

.item_details_horz .checkbox-list {
    display: inline-table;
    padding-left: 15px;
}

    .item_details_horz .checkbox-list label {
        display: block;
        padding-left: 15px;
    }


/* logos */
.ges-footer-label {
    float: left;
    margin: 10px 8px 0 0;
}

.ges-footer-logo {
    float: left;
    height: 40px;
    width: 240px;
    background-image: url("/GES/images/ges-logo-footer.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.expresso-footer-logo {
    height: 40px;
    width: 240px;
    background-image: url("/GES/images/expresso_reverse_small_byGES.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.modal-header {
    font-weight: bold;
}

.modal-body {
    max-height: 450px;
    overflow: auto;
}

.boothPartyBody {
    height: 400px;
}

.boothPartyBoothNumber {
    width: 115px;
}

.booth-control-option:hover {
    cursor: pointer;
}

.booth-control-option {
    min-width: 185px;
}

.booth-control-total {
    /*margin-left:17px;*/
}

.booth-control-pill {
    min-height: 35px;
}

/* layout */

#infodiv {
    text-align: center;
    padding: 40px 0px 20px 0px;
    color: #FFFFFF;
}

.header-bottom-sm > .search {
    margin-top: 55px !important;
}

#searchdiv.banner-image {
    margin-top: 8px;
    margin-bottom: 8px;
}

.banner-image img {
    max-height: 280px;
    max-width: 680px;
}

#searchdiv .input-group-addon {
    padding: 3px 12px 3px 12px;
}

#searchdiv .form-control {
    padding: 3px 6px 3px 6px;
}

#content-area {
    position: relative;
    clear: both;
}


/*
    #content-area .col-right { width: 220px; margin-right: 20px; float: left; position: relative; top: -20px; }
    #content-area .col-1 { width: 700px; float: left; }
    */
.table-box {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}

#content-area .full_width_page .col-1 {
    width: 900px;
}

#main_content.banner-logo .full-width {
    /*margin-top: 0;*/
    width: 100%;
    left: 0;
    margin-bottom: 8px;
    position: relative;
}

#main_content .full-width {
    margin-top: 10px;
    width: 100%;
    left: 0;
    margin-bottom: 8px;
    position: relative;
}

#content-area .col-1 p {
    text-shadow: none;
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}

.left-header, .center-header {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}

/* Error notifications */
input.error {
    border: 1px solid #CCC;
    background-color: #ffeeee;
    color: black;
}

textarea.error {
    border: 1px solid #CCC;
    background-color: #ffeeee;
    color: black;
}

label.error {
    background-color: Yellow;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    color: Black;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 2px;
    padding: 3px;
    text-align: center;
    min-width: 260px;
    line-height: 1.0;
    vertical-align: middle;
    min-height: 0px;
    margin: 4px 0 0 -10px;
}

.terms_and_conditions {
    width: 90%;
    height: 360px;
    border: 3px groove #F0F0F0;
    overflow: auto;
    margin: auto;
    background-color: #FCFCFC;
}

.popover {
    width: 300px;
    text-align: left;
    top: 0px !important;
}


/* Styles for validation helpers (MS validation) */
.field-validation-error {
    position: relative;
    display: block;
    clear: left;
    color: #ff0000;
    margin-left: 140px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Dashboard */
#header {
    position: absolute;
    height: 300px;
    background-image: url("/images/sunset-gradient-background-lr.png");
    background-position: center;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

    #header h3 {
        font-size: 26pt;
        padding-top: 15px;
    }

    #header a {
        color: White;
    }

        #header a:hover {
            color: White;
            text-decoration: underline;
            font-weight: bold;
        }

#main > .container > #content-area > #main_content {
    margin-top: 150px;
}

.container > #content-area > #error-page {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 5px 15px 10px 15px;
    border-radius: 15px;
    background-color: #fff;
}

#DashboardHeader h4 {
    font-size: 24px;
    margin-top: 60px;
}

.showlist-container {
    margin-top: 30px;
}

.dashFindYourShowLabel {
    font-size: 1.6em;
    text-decoration: underline;
    padding: 0px 0px 0px 10px;
    -webkit-text-decoration-color: #bfd730;
    text-decoration-color: #bfd730;
}

.dashboardResponsiveInput {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Search Tables */
/*
#content-area .col-1.dashboard { margin-top: 24px; left: 0px; width: 940px; }
*/
#DashboardHeader {
    clear: both;
    top: -32px;
    position: relative;
}

#show_table_wrapper {
    margin: 10px;
}

#show_table_length {
    padding-left: 4px;
    width: 400px;
}

    #show_table_length select {
        width: 80px;
        margin-top: 8px;
    }

#show_table_processing {
    margin-top: 8px;
    width: 180px;
}

#show_table_filter {
    position: relative;
    margin-top: 8px;
    padding-right: 4px;
    width: 240px;
}

#show_table_search {
    margin-top: 0;
}

#show_table_search {
    float: right;
    width: 250px !important;
    margin-bottom: 10px;
}

#show_table_filter {
    display: none;
}

#show_table_search #search_button {
    margin: 0 0 0 8px;
    position: relative;
    top: -5px;
}

#include_past {
    position: relative;
    margin-left: 12px;
    top: 2px;
}

#show_table_info {
    width: 500px;
}

.dataTables_info, .dataTables_paginate {
    padding-top: 20px !important;
}

.paging_full_numbers span.paginate_button {
    background-color: #CC3333 !important;
    color: #FFFFFF;
}

.paging_full_numbers span.paginate_active {
    background-color: #00717C !important;
}

.request-order-modification {
    margin-top: 20px;
    text-align: right;
}

/* Icons */
.nav_info {
    background-color: #413f2f;
    background-image: url("/GES/images/icon-organizer.png");
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 21px;
    padding: 0;
    width: 21px;
}

/* Item Grids */
.grid_order_cell {
    text-align: center;
    padding: 12px;
    margin: 0;
    // width: 150px;
}

    .grid_order_cell.selected {
        text-align: center;
        margin: 0px;
        //width: 150px;
        cursor: pointer;
    }

.grid_order_item {
    line-height: 15px;
    padding: 4px 4px 4px 4px;
    // width: 135px;
}

.grid_order_thumbnail {
    cursor: pointer;
    float: left;
    height: 135px;
    overflow: hidden;
    position: relative;
    width: 135px;
}

.grid_order_thumbnail_image {
    bottom: -100%;
    max-height: 115px;
    max-width: 115px;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    text-align: center;
    top: -100%;
    width: auto;
}

.grid_order_desc {
    width: 135px;
    height: 280px;
    text-align: center;
}

/* Search */
.alert .close {
    top: -8px;
}

#BannerCloseButton {
    background-image: url('/content/delete.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 24px;
    height: 24px;
    z-index: 99999;
}

#BrowserDetectCloseButton {
    background-image: url('/content/close_button.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    z-index: 99999;
}

#browserBanner {
    background-color: #fdf2ab;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 940px;
}

#DiagnosticDialog {
    height: 640px;
    overflow: hidden;
    margin: 0 auto;
}

/* Logon dialog */
.ui-dialog #LogonDialog.ui-dialog-content {
    overflow: hidden;
    background-color: transparent;
}

.ui-widget-content.logon_dialog {
    padding: 0;
    border-style: none;
    background-color: transparent;
    background-image: none;
    overflow: hidden;
}

.logon_dialog .ui-dialog-titlebar {
    display: none;
}

#LogonDialog {
    display: none;
    width: 470px;
    height: 500px;
    background-color: transparent;
    overflow: hidden;
    position: fixed;
    top: 10%;
    margin: 0 auto;
}

    #LogonDialog .modal-header, #LogonDialog .modal-body, #LogonDialog .modal-footer {
        border-style: none;
        box-shadow: none;
        padding: 0;
    }

    #LogonDialog.modal {
        border: medium none;
        border-radius: 0 0 0 0;
        box-shadow: none;
    }

#LogonDialogCloseButton {
    background-image: url('/content/close_button.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    right: -16px;
    width: 48px;
    height: 48px;
    z-index: 99999;
}

#LogonDialogContent {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 450px;
    height: 440px;
    /*
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    */
    font-size: 14px;
}

#LogonDialogBackground {
    background: #00a0af;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}

#LogonHeader {
    background-image: url('/ges/images/expresso_reverse.png');
    background-repeat: no-repeat;
    background-position: 20px 14px;
    height: 90px;
    background-color: transparent;
}

#LogonFooter {
    position: relative;
    top: -30px;
    padding: 0 10px 0 10px;
}

    #LogonFooter .alert {
        z-index: 100;
        position: absolute;
        top: -12px;
        left: 0;
        background-color: yellow;
        width: 450px;
    }

        #LogonFooter .alert a {
            cursor: pointer;
        }


#LogonFooterLogo {
    background-image: url('/ges/images/ges-logo.png');
    background-repeat: no-repeat;
    background-position: 98px 0px;
    background-color: transparent;
    height: 50px;
    padding: 16px 0 0 18px;
    color: #FFF;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
    text-align: left;
    font-weight: normal;
    line-height: 12px;
    width: 300px;
    top: 0;
    left: 0;
    position: absolute;
}

    #LogonFooterLogo:lang(fr-ca) {
        background-image: url('/ges/images/ges_logo_french_white.png');
    }

.logon_header_text {
    position: absolute;
    text-align: right;
    color: #FFF;
    font-size: 16px;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px #333;
    text-align: right;
    font-weight: bold;
    top: 0;
    right: 12px;
    width: 150px;
}

#LogonBody {
    position: relative;
    top: -40px;
    margin: 8px 12px 0px 12px;
    height: 320px;
    overflow: hidden;
    background-color: transparent;
}

    #LogonBody label {
        margin-top: 2px;
        display: block;
        font-size: 14px;
    }

    #LogonBody h3 {
        line-height: normal;
    }

#LogonName, #LogonPassword, #RegisterLogonName, #RegisterPassword1, #RegisterPassword2, #RegisterEmailAddress, #RegisterPhoneNumber {
    width: 170px;
}

#LogonRememberMe {
    top: -3px;
    position: relative;
}

.logon_fill_panel {
    position: relative;
    top: 48px;
    padding: 0;
    width: 420px;
    height: 270px;
    display: block;
    background-color: #FFFFFF;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.logon_clear_panel {
    position: relative;
    top: 48px;
    padding: 0;
    width: 420px;
    height: 270px;
    display: block;
    background-color: transparent;
}

.logon_full_inner_panel {
    width: 388px;
    height: 270px;
    padding: 12px;
    display: block;
    position: relative;
}

.logon_left_inner_panel {
    width: 204px;
    height: 270px;
    padding: 12px;
    float: left;
    display: block;
    position: relative;
    background-color: white;
}

.logon_right_inner_panel {
    width: 204px;
    height: 270px;
    padding: 12px;
    float: left;
    display: block;
    position: relative;
    margin-left: 12px;
    background-color: white;
}

.logon_lower_panel {
    width: 390px;
    height: 24px;
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin-top: 12px;
}

.logon_message {
    position: absolute;
    top: 280px;
    left: 0px;
    width: 374px;
    height: 70px;
    z-index: 1000;
}

#ResetPanel {
    display: none;
}

#RegisterPanel {
    display: none;
    width: 380px;
}

#RegisterMessage.logon_message {
    padding: 2px 0 0px 2px;
}

.logon_register {
    margin-top: 20px;
    padding: 4px 0px 4px 32px;
    background-image: url('/ges/images/go_home.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    color: black;
    font-size: 14px;
}

.logon_learn_more {
    margin-top: 20px;
}

    .logon_learn_more a, .logon_learn_more a:link, .logon_learn_more a:visited {
        color: black;
        font-size: 14px;
    }


.right-top a {
    color: #FFFFFF;
}

    .right-top a:hover {
        color: grey;
    }


/*.booth_selector {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}*/

/*div .booth_selection td, div .booth_selection tr {
    font-weight: normal;
    font-size: 15px;
}
*/
/*.col-1 div.booth_selection table {
    display: inline;
    width: 300px;
}*/

.booth_selection::after {
    clear: both;
    display: block;
    margin-bottom: 18px;
}

.booth_selection {
    margin-bottom: 15px;
}

.booth-uom-overlay {
    position: absolute;
    margin-left: 70%;
    top: 6px;
    z-index: 99;
}

/* Login Button */
input.login_button {
    color: #FFFFFF;
    font-weight: bold;
    width: 150px;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 1px #999;
    left: 24px;
    bottom: 10px;
    position: absolute;
}

    input.login_button:disabled {
        background-color: #C0C0C0;
    }

/* Login Create Account Button */
input.create_button {
    color: #FFFFFF;
    font-weight: bold;
    width: 150px;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 1px #999;
    left: 24px;
    bottom: 10px;
    position: absolute;
}

    input.create_button:disabled {
        background-color: #C0C0C0;
    }

/* Login Back Button */
input.back_button {
    color: #FFFFFF;
    font-weight: bold;
    width: 150px;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 1px #999;
    left: 24px;
    bottom: 10px;
    position: absolute;
}

    input.back_button:disabled {
        background-color: #C0C0C0;
    }

.logon_full_inner_panel input.back_button {
    left: 250px;
}

#LogonBody label.logon_top_spacing {
    margin-top: 12px;
}

/* Login Email Reminder Button */
input.remind_button {
    color: #FFFFFF;
    font-weight: bold;
    width: 205px;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 1px 1px #999;
    left: 14px;
    bottom: 10px;
    position: absolute;
}

    input.remind_button:disabled {
        background-color: #C0C0C0;
    }

/* Item Details */
textarea.notes {
    width: 220px;
    height: 120px;
}

.product-image-panel {
    height: 235px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}


#product-image-panel {
    height: 205px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    #product-image-panel .glyphicon-zoom-in {
        font-size: 25px;
        position: absolute;
        top: 173px;
        left: 6px;
    }

#product-image {
    max-width: 230px;
    bottom: -100%;
    max-height: 230px;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;
}

.product-image {
    max-width: 200px;
    bottom: -100%;
    max-height: 200px;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;
}

.product-wrap {
    float: left;
    padding: 0;
    width: 420px;
    margin: 0 0 20px 14px;
    position: relative;
}

.package_comp_list {
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .package_comp_list li {
        margin-left: 0px;
    }


.product-price, .product-dim, .product-code {
    font-weight: normal;
}

.order_table {
    display: table;
}

.product-wrap-no-image {
    float: left;
    padding-left: 20px;
    width: 670px;
    margin: 0 0 40px 0;
    position: relative;
}

.product-wrap-no-image-no-indent {
    float: left;
    width: 670px;
    margin: 0 0 40px 0;
    position: relative;
}

h3.product-title {
    text-shadow: none;
    font-size: 17px;
    margin: 0px 0 10px 0px;
    padding: 0px;
    line-height: 100%;
}

.product-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}

p.product-description {
    margin: 0px 0 10px 0px;
    padding: 0 0 15px;
    border-bottom: 1px solid;
}

.product-dim, .product-code, .product-price {
    font-size: 18px;
    line-height: 20px;
}

    .product-dim span, .product-code span, .product-price span {
        font-size: 14px;
    }

.product-dim {
    width: 200px;
    float: left;
}

.product-code {
    width: 60px;
    float: left;
}

.product-price {
    width: 130px;
    float: left;
}

.product-wrap label {
    padding: 0;
    float: left;
    width: 120px;
}

.product_notes {
    margin-left: 130px;
    margin-top: -2px;
    font-size: 10px;
    line-height: 1.2;
}

.product-details h4 {
    font-weight: bold;
    margin-bottom: 2px;
}

table.product_options {
    display: inline;
    width: 350px;
    padding: 0;
    margin: 0 0 0 -6px;
}

    table.product_options td {
        padding: 1px;
        margin: 0;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
}

.table > tbody + tbody {
    border-top: none;
}

.table_icon {
    max-width: 15px;
    min-height: 18px;
}

//.grid_order_cell, .left-header td, .order_table td, .order_row td, .ui-widget-content td {
    // border-top: 1px solid #DDDDDD;
    // border-bottom: 1px solid #DDDDDD;
}

.grid_order_table {
    //display: block;
    //max-width: 1000px;
    //width: 100%;
    height: auto;
}



/* Styles for specific input controls */
/*
input.name, input.nickname {
    width: 500px;
}

input.address_line, input.address {
    width: 500px;
}

input.city {
    width: 200px;
}

input.state {
    width: 200px;
}

input.postal_code {
    width: 120px;
}

input.country {
    width: auto;
}

input.phone {
    width: 245px;
}

input.fax {
    width: 120px;
}
    
input.email {
    width: 200px;
}
*/
/*input.dimensions {
    width: 85px;
}

input.date {
    width: 85px;
}

input.time {
    width: 85px;
}*/

/*input.decimal {
    width: 85px;
}*/

/*input[type="number"] {
    width: 85px;
}*/

input.short {
    width: 65px !important;
}

input.booth_number {
    width: 85px;
}

input.booth_width {
    width: 55px;
    margin-right: 5px;
}

input.booth_length {
    width: 55px;
    margin-left: 5px;
    margin-right: 5px;
}

input[type="text"].order_workers {
    text-align: center;
    width: 50px;
}

input[type="text"].order_qty {
    text-align: center;
    width: 50px;
}

input[type="text"].order_dimension {
    text-align: center;
    width: 75px;
}

input.shortinput {
    display: inline-block;
    width: 125px;
    margin-left: 3px;
    padding: 5px 10px;
    font-size: 12px;
}

/* Checkout */
.order_item_table img.thumbnail {
    width: 64px;
    height: 64px;
}

.order_item_table td.order_cell {
    vertical-align: top;
    padding-top: 8px;
    padding-right: 8px;
}

.order_item_table .column_item_delete {
    width: 25px;
}

.order_item_table .column_item_code {
    width: 70px;
    text-align: center;
}

.order_item_table .column_thumbnail {
    width: 64px;
}

.order_item_table .column_qty_with_uom {
    text-align: center;
    width: 80px;
}

.order_item_table .column_description {
    width: auto; /*width:500px;*/
}

.order_item_table.column_price {
    text-align: right;
    width: 85px;
}

.order_item_table .column_taxes {
    text-align: right;
    width: 85px;
}

.order_item_table .column_total {
    text-align: right;
    width: 85px;
}

.order_item_table .total_label {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.order_item_table .total_value {
    font-size: 16px;
    font-weight: bold;
}

.order_item_table td.first_summary_item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.order_item_table tr.summary_row {
    background-color: #FFFFFF;
}

.order_item_table tr.summary_row_top {
    background-color: #FFFFFF;
    border-style: none;
}

.order_item_table tr.order_row_total {
    padding: 8px 8px 8px 8px;
}

.order_item_table .order_cell .table_icon:hover {
    cursor: pointer;
}

.order_row_total td {
    padding-top: 10px;
}
/*#item_POWER { width: 120px; }*/
.order_item_table th.thumbnail, td.th.thumbnail {
    border-style: none;
    border-radius: none;
    box-shadow: none;
    display: block;
    line-height: normal;
    padding: 0;
    transition: none;
}

.order_item_table tr, .order_item_table th, .order_item_table td {
    font-size: 11pt;
}

.order_item_table caption, th {
    font-weight: bold;
}

.order_row {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

    .order_row.child-row {
        border-top: 1px dashed #DDDDDD;
    }

    .order_row.parent-row {
        border-top: 1px solid #DDDDDD;
        padding: 8px 0px;
    }

    .order_row .details div > strong {
        padding-right: 5px;
    }

    .order_row .modify {
        margin-right: 30px;
    }

        .order_row .modify .edit img {
            padding-right: 10px;
            cursor: pointer;
        }

        .order_row .modify .delete img {
            padding-left: 10px;
            cursor: pointer;
        }

.booth_row_total {
    padding: 8px;
}

    .booth_row_total div {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
    }

.order_item_delete_cell {
    width: 94px;
    height: 21px;
}

    .order_item_delete_cell img {
        cursor: pointer; /*height: 21px; width: 21px;*/
    }

.order_row .edit img {
    padding-right: 10px;
    cursor: pointer;
}

.order_row .delete img {
    padding-left: 10px;
    cursor: pointer;
}

/*.table-striped > div .parent-row:nth-child(2n+1) { background-color: #F9F9F9; }*/

/* Navigation Buttons */

.navigation_panel_parent {
    clear: both;
    display: inline-block;
    width: 100%;
}

.nav_hidden {
    display: none;
}

.navigation_panel_left {
    float: left;
    margin-left: 10px;
}

.navigation_panel_right {
    float: right;
    margin-right: 10px;
}

.nav_next img, .nav_finish img {
    margin-left: 10px;
}

.nav_next {
    margin: 10px;
}

.nav_back img {
    margin-right: 10px;
}

/* Labor Equipment page */
#servicelist th {
    color: #FFFFFF;
    font-size: 18px;
}

#servicelist img {
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

#servicelist .service_item td {
    padding: 3px 5px;
    cursor: pointer;
}

#servicelist .service_item:hover {
    color: #FFFFFF;
    cursor: default;
}

#servicelist .ui-selected {
    color: #FFFFFF;
}

#servicelist td.remove_item {
    background: #FFFFFF;
}

#service_ordering h3 {
    padding-bottom: 3px;
}

#service_order_status {
    padding-bottom: 0;
}

#service_item_order_form {
    padding-bottom: 15px;
    margin-bottom: 0;
}

    #service_item_order_form div.row-fluid {
        margin-bottom: 10px;
    }

    /*#labor_item_options .form-group { width: 100%; }
#labor_item_options #div_labor_options { width: 100%; }*/

    /*#labor_item_options div div {
    float: left;
    margin: 0 20px 10px 0;
}

#labor_item_options input {
    width: 65px;
}

#labor_item_options select {
    width: 150px;
}*/

    /*#div_labor_options_style_SSCONTACT input, #div_labor_options_style_SIGNOFFFLOOR input, #labor_item_options textarea, #Notes, #Supervision {
    width: 310px;
}*/

    /*#div_labor_options_style_SIGNTYPE, #div_labor_options_style_SIGNSHAPE {
    width: 150px;
}

#div_labor_options_style_SIGNLENGTH, #div_labor_options_style_SIGNWIDTH, #div_labor_options_style_SIGNHEIGHT, #div_labor_options_style_SIGNPOINT, #div_labor_options_style_SIGNWEIGHT, #div_labor_options_style_SIGNPOINTWGHT {
    width: 100px;
}

    #div_labor_options_style_SIGNSHAPE:after, #div_labor_options_style_SIGNHEIGHT:after, #div_labor_options_style_SIGNPOINTWGHT:after {
        clear: both;
    }
*/
    #service_item_order_form .pricing {
        margin-bottom: 5px;
    }

        #service_item_order_form .pricing label {
            margin: 0;
            padding: 0;
            width: 50px;
        }

        #service_item_order_form .pricing .controls {
            margin-left: 55px;
        }

#service_ordering .center {
    text-align: center;
}

#service_order_error {
    color: #ff0000;
}

    #service_order_error dt, #service_item_order_form .pricing dt {
        font-weight: bold;
    }

    #service_order_error dd, #service_item_order_form .pricing dd {
        padding-left: 20px;
    }

#aside-nav {
    padding: 0;
    margin-bottom: 5px
}

    #aside-nav li {
        list-style-type: none;
        list-style-position: inside;
        margin-left: 0;
        padding: 0;
    }

    #aside-nav i.icon-home-ges {
        margin-left: 2px;
    }

    #aside-nav .dropdown-menu .active > a, #aside-nav .dropdown-menu .active > a:hover {
        //filter: none;
    }

    #aside-nav .dropdown-menu li > a:hover, #aside-nav .dropdown-menu li > a:focus, #aside-nav .dropdown-submenu:hover > a, #aside-nav .dropdown-submenu:focus > a {
        //filter: none;
    }

    #aside-nav a, .nav-list > li > a, .nav-list .nav-header {
        font-size: 14px;
        text-shadow: none;
        color: #777;
        font-weight: normal;
        padding: 10px 50px 10px 15px;
    }

.left-header {
    margin-bottom: 8px;
}

/*#aside-nav > li:first-child a:hover {
    background-color: transparent !important;
}*/

#aside-nav .dropdown-submenu > a {
    background-image: url(../img/arrow-right-grey.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

    #aside-nav .dropdown-menu li#home-link a:hover, #aside-nav .dropdown-submenu > a:hover, #aside-nav .dropdown-menu .active > a, #aside-nav .dropdown-menu .active > a:hover, #aside-nav .dropdown-submenu:hover > a, #aside-nav .dropdown-menu li > a:focus, #aside-nav .dropdown-menu li > a:hover, #aside-nav i.icon-home-ges, .content_item_url:hover, .content_item_url > a:hover {
        text-decoration: none;
        color: #fff;
    }

#aside-nav .dropdown-submenu:before {
    content: '';
    position: absolute;
    border: 0.5px solid #ddd;
    width: 90%;
    bottom: 0;
    margin-left: 15px
}

#aside-nav .dropdown-submenu:last-of-type:before {
    border: none;
}

.child-flyout2 .nested-list, .child-flyout1 .nested-list, .nested-list ul {
    padding: 0;
}

.child-flyout2 .nested-list, .child-flyout1 .nested-list {
    width: 315px;
}

li.content_item_url > a {
    background-image: none;
}

/* top nav */
.header .nav li {
    margin-left: 0;
}

.header .nav-pills > li a {
    margin: 0;
}

#headercmd .nav li.first {
    margin-left: -9px;
}

.header .nav > li > a {
    font-size: 14px; /*12px*/
    text-transform: uppercase;
    padding: 18px 9px 18px 9px;
}

.footer-row-bottom ul.sub-nav {
    margin: 8px 0 0 78px;
    width: 700px;
}

/* side nav and dropdown */
/*
.dropdown-menu, .dropdown-submenu {
    border-color: #BEBEBE;
    border-top: 1px solid #BEBEBE;
}*/

.nav-tabs > li > a {
    font-weight: bold;
}

/* headers */
.show-info h4 {
    text-transform: none;
    text-shadow: none;
}
/*
.col-1 h3 {
    margin-left: 10px;
}
*/
.right-top {
    margin-right: 10px;
}

h3, .left-header {
    font-size: 17px;
    font-weight: bold;
}

.span5 h3 {
    background-color: transparent;
    box-shadow: none;
    font-size: 24px;
    font-weight: bold;
}

.total_label {
    font-weight: bold;
    font-size: 16px;
}

#need-help {
    min-height: 135px;
    font-size: 1em;
    line-height: 1.4em;
}

    #need-help section {
        margin-bottom: 15px;
    }

.important_date_header {
    font-family: 'proxima-nova',sans-serif,calibri,trebuchet ms;
    font-weight: bold;
    line-height: 25px;
    padding-top: 15px;
}

.important_date, .important_note {
    font-family: 'proxima-nova',sans-serif,calibri,trebuchet ms;
}

.detail-list {
    list-style: none outside none;
    padding-top: 15px;
}

.box {
    border-radius: 2px;
    margin-bottom: 5px;
}

    .box .hdr-ges {
        background-color: transparent;
    }

    .box header {
        box-shadow: none;
        background-color: transparent;
        padding: 3px 0px;
    }

#main header h1:before, #main header h2:before, #main header h3:before, #main header h4:before, #main header h5:before {
    content: "";
    position: absolute;
    width: 25%;
    bottom: 0;
}

.box header h4 {
    padding: 5px 0;
    margin: 2px 0;
    color: inherit;
    font-size: 1.8em;
}

.box header h5 {
    padding: 5px 0;
    margin: 2px 0;
    color: inherit;
    font-size: 1.8em;
}

.col-right .box header h5 {
    font-size: 1.3em;
}

.box header .checkbox.pull-right {
    margin-top: 0;
}

.booth-header {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: inherit;
}

.grand_total {
    color: #fff;
    text-align: right;
    font-weight: bolder;
    font-size: 18px;
    line-height: 30px;
    padding-right: 5px;
}

/* pop up */
.modal-header {
    color: #FFFFFF;
}

#imagemodal .modal-header {
    background-color: #f1f1f1;
    color: #000;
}

/*.btn, .primary, .btn a:hover, .btn a:focus, .btn:focus, .btn a:visited, .btn:visited {
    color: #FFFFFF;
}
*/
.modal-footer .btn {
    margin-bottom: 0px;
}

.btn-ges, .ui-widget button, .btn-primary {
    font-family: 'proxima-nova',sans-serif,calibri,trebuchet ms,sans-serif;
    font-size: 14px;
}

.col-2 li {
    font-size: 12px;
}

#home-link .icon-home-ges a:hover {
    background-color: #fff;
}
/*.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input { border-radius: 0 10px 10px 0; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45); color: #888999; font-size: 12px; }*/
/* textarea, input[type="text"], input[type="input"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .add-on { box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45); } */
/* .input-prepend .add-on:first-child, .input-prepend .btn:first-child { border-radius: 10px 0 0 10px; } */

.popover {
    padding: 0 !important;
}

/* boot tabs */
.boot-tabs {
    padding: 10px;
    //background-color: #FFFFFF;
}

    .boot-tabs section {
        padding: 10px;
    }

    .boot-tabs ul {
        margin-bottom: 0;
    }

    .boot-tabs .nav-tabs li {
        margin-left: 0;
    }

    .boot-tabs .nav-tabs > li > a {
        padding-left: 8px;
        padding-right: 8px;
        background-color: #fff;
    }

    .boot-tabs .nav-tabs > li.active > a {
        background-color: #FFFFFF;
        color: #333333;
    }

        .boot-tabs .nav-tabs > li.active > a:hover {
            background-color: #FFFFFF;
        }

    .boot-tabs .nav-tabs > li > a:hover {
        background-color: #eee;
        border-color: transparent;
    }

    .boot-tabs .tab-content {
        background-color: #FFFFFF;
        padding: 10px;
    }

.content_item_quick_link a:hover {
    color: black;
}

.no-bullets .content_item_quick_link, .no-bullets li {
    margin-left: 0;
}

/* font and text sizes */
h1, h2, h3, h4, h5, h6, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: "fatfrank",sans-serif,calibri, trebuchet ms;
    font-weight: normal;
    position: relative;
}

.col-1 h1, .col-1 h2, .col-1 h3, .col-1 h4, .col-1 h5, .col-1 h6 {
    text-transform: uppercase;
}

.btn-ges, .ui-widget button, .no-bullets, .tabs .nav-tabs > li > a, .ui-state-active, body, a, code, pre, input, button, select, textarea, .navbar-search .search-query, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .left-header, .important_date_header, .important_date, .important_note, #footer h4 {
    font-family: "proxima-nova",sans-serif,calibri, trebuchet ms;
}

body {
    font-size: 15px;
}

.collapse-table-header, .info_header {
    font-weight: bold;
    line-height: 25px;
}

.info_item {
    margin-left: 10px;
    margin-bottom: 10px;
}

/* lists formating */
#footer ul {
    margin-left: 0;
    margin-bottom: 1em;
    margin-top: 10px;
}

#footer li a {
    color: #b4b4b4;
    font-weight: 700;
    font-size: 13px;
}

    #footer li a:hover {
        color: #BFD731;
    }

#footer li {
    padding: 5px 0;
}

#footer .footer-language li.active a, #footer .btn {
    background-color: #b4b4b4;
    color: #fff;
    font-weight: 700;
    border: 1px solid #b4b4b4;
    margin-left: 0;
}

    #footer .footer-language li.active a:hover, #footer .btn:hover {
        background-color: #1b1b1b;
        color: #BFD731;
        font-weight: 700;
        border: 1px solid #BFD731;
    }

#footer li, #footer h4 {
    list-style: none inside none;
    margin-left: 0;
    font-size: 13px;
}

#footer .faq_answer {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 0 8px;
    color: #000;
}

#footer .ges-alert {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6em;
    background-image: url("/images/blue-gradient-background.png") !important;
    background-position: center;
    background-size: cover;
}

.col-2 ul, .col-3 ul, .col-4 ul {
    list-style: none outside none;
    margin-bottom: 1px;
    font-size: 12px;
}

.nav-shop > .active > a, .nav-shop > .active > a:hover, .nav-shop > li > a:hover {
    color: #00717C !important;
}

.nav-shop > li > a {
    color: #FFFFFF !important;
}

#shopping-cart {
    font-size: 12px;
}

    #shopping-cart .dropdown-menu li {
        margin-left: 0;
    }

.submit {
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    line-height: normal;
    padding: 9px 14px;
    font-size: 14px;
    background-image: url("../img/bg-btn-grad.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-shadow: none;
}

    .submit:hover {
        background-image: none;
        color: #FFFFFF;
    }

/* material handling page */
#genericshipment, #smpkgshipment, #shipments .hidden {
    display: none;
}

#material_handling {
    margin: 0 auto 20px;
    padding: 0 10px;
    width: 560px;
}

    #material_handling label {
        padding-right: 15px;
    }

    #material_handling p {
        text-align: justify;
    }

    #material_handling ul {
        height: 140px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    #material_handling li {
        cursor: pointer;
        float: left;
        font-weight: bold;
        height: 125px;
        margin: 10px;
        text-align: center;
        width: 120px;
    }

        #material_handling li img {
            border: 1px outset #A3A3A3;
        }

#shipments .shipment {
    border: 1px solid #A3A3A3;
    margin: 5px 0;
    padding-bottom: 10px;
    width: 650px !important;
}

#shipments td {
    padding: 5px 10px;
}

#shipments .remove {
    background: url("/Images/delete.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    height: 16px;
    width: 16px;
    position: relative;
    top: -18px;
}

#shipments .total {
    float: right;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    width: 200px;
}

#shipments .totalPieces, #shipments .totalWeight, #shipments input.weightHeaviestPiece {
    text-align: right;
    width: 75px;
}

#shipments span.amount {
    padding-left: 10px;
}

#shipments .disabled, #shipments .disabled a {
    color: #C0C0C0 !important;
    cursor: default !important;
}

#shipments .bold {
    font-weight: bold;
}

#shipments .weightMinimum, #shipments .weightMaximum {
    font-size: 0.85em;
    font-weight: bold;
    padding: 0 10px 10px;
}

.icon-mh-crated {
    background-image: url("/Images/icon-mh-crated-inverse.png");
    height: 120px;
    width: 120px;
    background-position: right;
}

.icon-mh-special {
    background-image: url("/Images/icon-mh-special-inverse.png");
    height: 120px;
    width: 120px;
    background-position: right;
}

.icon-mh-uncrated {
    background-image: url("/Images/icon-mh-uncrated-inverse.png");
    height: 120px;
    width: 120px;
    background-position: right;
}

.icon-mh-smallpkg {
    background-image: url("/Images/icon-mh-smallpkg-inverse.png");
    height: 120px;
    width: 120px;
    background-position: right;
}

.accordion-heading, .accoridion-toggle {
    line-height: 14px;
}

    .accordion-heading:hover, .accordion-heading a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .accordion-heading .active {
        color: #fff;
    }

.registration_new_row {
    vertical-align: top;
    margin-right: 10px;
}

.table {
    margin-bottom: 0px;
}

.control-group label {
    float: left;
    width: 150px;
    margin-top: 5px;
}

.control-group input {
    margin-right: 10px;
}

.control-group .keyword_label {
    margin-top: 8px;
}

.control-group .registration_new_row {
    margin: 5px 0 0;
}

/*.col-1 .control-group div.booth_selection table {
    width: auto;
    display: block;
}

.control-group div .booth_selection tr {
    margin: 0;
}

.control-group .booth_selection {
    margin-top: 10px;
}*/

.control-group br {
    clear: both;
}

/* date picker */
#ui-datepicker-div .ui-state-active {
    background-color: #FFFFFF;
}

.ui-datepicker {
    display: none;
    width: 17em;
    border: 2px solid #EBEBEB;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
    background-color: #FFFFFF;
}

    .ui-datepicker .ui-datepicker-header {
        padding: 0.2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 2px;
        width: 1.8em;
        cursor: pointer;
        color: #FFFFFF;
        background-color: transparent !important;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
        color: #FFFFFF;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        margin: 0 0 0.4em;
        width: 100%;
        background-color: #FFFFFF;
    }

    .ui-datepicker th {
        border: 0 none;
        font-weight: bold;
        padding: 0.7em 0.3em;
        text-align: center;
    }

    .ui-datepicker td {
        border: 0 none;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            text-align: center;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: 0.5em 0.2em 0.4em;
            overflow: visible;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto 0.4em;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        left: auto;
        right: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-datepicker td a {
    color: #FFFFFF;
}

.ui-datepicker-current-day a {
    color: #333333 !important;
}

.ui-datepicker .ui-state-disabled {
    background-color: #FFFFFF;
    color: #BBB;
}

.ui-icon-circle-triangle-e {
    background-position: -456px -72px;
}

.ui-icon-circle-triangle-w {
    background-position: -432px -72px;
}

.ui-icon {
    background-image: url("../img/glyphicons-halflings-white.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-priority-secondary {
    color: #333 !important;
}

.important_date_section {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 8px;
}

.important_date_notes {
    vertical-align: top;
}

/* clue tips */
.cluetip-outer, .tooltip.top {
    background: lightgrey;
}

.tooltip-arrow {
    display: none;
}

.tooltip {
    padding: 6px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    display: none;
    max-width: 350px;
    z-index: 300;
    opacity: 1 !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .tooltip.top {
        margin-top: -5px;
        padding: 1px;
    }

.cluetip-inner, .tooltip-inner, .ui-widget-content, .ui-cluetip-content {
    background: #FFFFE0;
    color: inherit;
    padding: 6px;
}

.tooltip-inner {
    text-align: left;
    border: 1px solid #aaaaaa;
    margin: 5px;
    padding: 6px;
}

    .cluetip-inner p, .tooltip-inner p, .ui-widget-content p, .ui-cluetip-content p {
        margin: 0;
    }

table.total_keyword th {
    border-bottom: 1px solid #3F3E29;
    font-weight: bold;
    text-align: right;
}

    table.total_keyword th.qty {
        width: 50px;
    }

    table.total_keyword th.price {
        width: 75px;
    }

    table.total_keyword th.total {
        width: 125px;
    }

table.total_keyword td {
    text-align: right;
}

table.total_keyword tr.totals td {
    border-top: 1px solid #3F3E29;
    font-weight: bold;
}

.shell-qty {
    display: inline-block;
    margin-left: 8px;
}

.shell-scheme-buttons {
    margin-top: 10px;
}

h3.product-title.shell_scheme_title_field {
    margin-top: 8px;
}

.shell_scheme_total_field {
    margin-top: 5px;
}

    .shell_scheme_total_field a {
        font-weight: bold;
    }

.shell_scheme_quantity_field label {
    float: left;
    padding-right: 5px;
    margin-bottom: 0;
}

.shell_scheme_quantity_field span {
    float: left;
}

.item_total {
    padding-left: 5px;
}

.package-header-line {
    margin: 0 15px 0 15px;
}

.package_selection_table {
    width: 100%;
}

    .package_selection_table, .package_selection_table tr, .package_selection_table td,
    #divshell_scheme_summary table, #divshell_scheme_summary table tr, #divshell_scheme_summary table td {
        border-style: none !important;
    }

        .package_selection_table td {
            min-width: 175px;
            vertical-align: top;
        }

            .package_selection_table td:last-of-type, .package_selection_table td:first-of-type {
                min-width: 110px;
            }

.indent {
    padding-left: 8px;
}

#main-content .faq {
    font-weight: bold;
}

#main_content .faq_question {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 16px;
}

#main_content .faq_answer {
    margin-left: 30px;
    padding: 0 0 0 8px;
}



.faq_back {
    font-size: 11px;
    position: relative;
    top: -8px;
    margin: 0;
    padding: 0 0 16px 16px;
}

.order_table td {
    padding-right: 8px;
}

.order_item_image_cell {
    width: 110px;
}

    .order_item_image_cell .small {
        width: 96px;
    }

.important_date {
    white-space: nowrap;
    width: 100px;
}

.important_note {
    width: 170px;
}

.important_date_table td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.important_date_header {
    padding-top: 14px !important;
}

/* Border Styles */
.border-none {
    border-style: none;
    padding: 0;
}

.border-top {
    border-top: thin solid #CCC;
    padding-top: 2px;
}

.border-bottom {
    border-bottom: thin solid #CCC;
    padding-bottom: 2px;
}

.border-left {
    border-left: thin solid #CCC;
    padding-left: 8px;
}

.border-right {
    border-right: thin solid #CCC;
    padding-right: 8px;
}

.label-small {
    font-size: 0.8em;
}

.subItemBorder {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

.centered_radio {
    margin: -3px 1px 0 0;
}

.package_section {
    margin: 4px 0 8px 0;
}

.package_section_header {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.package_description {
    font-size: 14px;
    line-height: 16px;
}

/* Thank you links */
.p-icon {
    padding: 4px 0 0 20px;
}

    .p-icon .download_attachment {
        margin-left: -20px;
        margin-top: -2px;
    }

    .p-icon .link.indent {
    }

#switchboard_settings h4 {
    padding-top: 14px;
    margin-bottom: 0;
}

#switchboard_settings label {
    margin-top: 12px;
}

#switchboard_settings .link {
    cursor: pointer;
}

#switchboard_settings p {
    margin: 0;
}

.validationInstructions {
    color: red;
    font-size: 11px;
}

ul.noBullets {
    list-style: none;
}

ul.noIndent {
    padding-left: 0;
    margin-left: 0;
}

.hangingSign {
    margin: -2px 5px 0px 20px;
}

iframe.hangingSign {
    display: none;
}

div.targetPlanDetail {
    margin: 15px 0px 0px 0px;
}

span.targetPlanDetail {
    font-size: 16px;
}

label.targetPlanDetail {
    margin: -10px 0px 0px 0px;
}

h4.targetPlanDetail {
    margin: 15px 0px 0px 0px;
}

.fileSizeWarning {
    color: #f00;
    display: none;
}

.extraCarrier {
    margin: 40px 0px 0px 0px;
}

.hangingSignFileLocation {
    width: 200px;
    margin: 8px 0px 0px 5px;
}

.hangingSignFileInput {
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
}

.hangingSignClearButton:hover {
    cursor: pointer;
}

.extraCarrier {
    margin: 40px 0px 0px 0px;
}

.hangingSignFileLocation {
    width: 200px;
    margin: 8px 0px 0px 5px;
}

.hangingSignFileInput {
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
}

.hangingSignClearButton:hover {
    cursor: pointer;
}

.hangingSignContact {
    margin: 0px 5px 0px 20px;
}

div.hangingSignSubDiv {
    margin: 5px 5px 0px 40px;
}

.hangingSignSubQuestion {
    margin: 5px 0px 0px 5px;
}

.hangingSignSubAnswer {
    margin: -2px 0px -5px 5px;
}

#shippingLabelsLabel {
    width: 200px;
}

ul.errorList {
    color: red;
}


/* File Collaboration styles */
small, .small {
    font-size: 85%;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }
/*
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel, .GES-panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

/*.panel-heading, .GES-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}*/

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-body {
    padding: 0 5px 10px 5px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.accordion-body {
    padding: 10px;
}

/*
.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #ffffff;
        background-color: #00717c;
        border-color: #333333;
    }

        .panel-default > .panel-heading:hover {
            background-color: #12919d;
            color: #ffffff;
        }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #333333;
    }
    }*/

.panel-info {
    border-color: #dddddd;
}

    .panel-info > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-info > .panel-heading:hover {
            background-color: #e4e4e4;
        }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-heading.collapsed .expressoIcon {
    float: right !important;
    background: url("../img/glyphicons_223_chevron-right.png") no-repeat;
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDDDDD;
}

.expressoIcon {
    height: 16px;
    width: 16px;
    background-size: contain !important;
    background-position: center center !important;
}

.panel-heading.collapsed .expressoIcon {
    float: right !important;
    background: url("../img/glyphicons_223_chevron-right.png") no-repeat;
}

.panel-heading .expressoIcon {
    float: right !important;
    background: url("../img/glyphicons_224_chevron-down.png") no-repeat;
}

.userFileHistory .delete div, .userFileHistory .reuse div {
    cursor: pointer;
    min-width: 16px;
    min-height: 16px;
}

.userFileHistory .delete div {
    background: url("../../images/glyphicons_remove.png") no-repeat center center;
}

.undoDeleteUserFile {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Operah */
    -webkit-transform: scaleX(-1); /* webkit */
    transform: scaleX(-1); /* standard */
    filter: FlipH; /* IE 6/7/8 */
}

.pointer {
    cursor: pointer;
}

.userFileHistory_actions {
    text-align: center;
    vertical-align: middle;
}

.userFileHistory .copyFileDialog {
    width: 640px;
}

    .userFileHistory .copyFileDialog input, .userFileUpload .control-group input {
        margin-top: 3px;
    }

        .userFileHistory .copyFileDialog input:focus, .userFileHistory .copyFileDialog input:invalid:focus {
            border-color: rgba(82, 168, 236, 0.8);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
        }

        .userFileHistory .copyFileDialog input:invalid {
            box-shadow: 0 0 1.5px 1px #FF0000;
        }

.userFileUpload header {
    margin-bottom: 16px;
}

.userFileUpload .control-group {
    display: table;
}

.userFileUpload a :not(.userFileUploadHistoryItem) {
    color: #ffffff;
    text-decoration: none;
}

.userFileUpload input[type="file"] {
    width: 82px;
    cursor: pointer;
    float: left;
}

.userFileUpload .file-path {
    float: left;
    margin-right: 10px;
}

.userFileUpload .btn-primary {
    float: left;
    margin: 0 5px 20px 5px;
}

.userFileUpload .file-upload .file-path {
    margin-bottom: 0;
    width: 245px;
}

.userFileUpload .file-upload .btn-ges {
    overflow: hidden;
    position: relative;
}

.userFileUpload .file-upload .btn-primary {
    float: none;
    margin: 2px;
}

.userFileUpload .file-upload input[type="file"] {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* Searching */
.search-criteria {
    float: right;
}

.not_searching {
    background-image: url('/images/transparent.png');
}

.searching {
    background-image: url("/images/searching.gif");
    background-position: right;
    background-repeat: no-repeat;
}

#search_results_dropdown {
    float: left;
    background: linear-gradient(125deg, #fff 25%, beige 60%);
    z-index: 2000;
    border: 1px solid #026773;
    width: 420px;
    max-height: 250px;
    position: absolute;
    padding: 4px;
    overflow: auto;
    display: none;
}

#search_results_dropdown_content {
    padding: 4px 0px 4px 4px;
}

#search-area {
    border-bottom: 2px solid #fff;
}

input#search, .input-group-addon, input#search::placeholder {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    color: white;
}

#search.form-control, #search.form-control:focus {
    box-shadow: none;
}

.match_header {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin: 4px 0px 4px 0px;
}

.match {
    clear: left;
    display: block;
    float: left;
    margin: 4px 0 4px 0;
    padding: 0;
    min-height: 32px;
    vertical-align: middle;
    text-decoration: none;
}

.match_thumbnail {
    clear: left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    top: 0;
    padding: 0 8px 0 0;
    margin: 0;
    border-style: none;
    vertical-align: middle;
}

.match a {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-decoration: none;
    width: 340px;
    vertical-align: middle;
}

    .match a:hover {
        cursor: pointer;
    }

        .match a:hover span {
            text-decoration: underline;
            cursor: pointer;
        }

    .match a span {
        display: block;
        float: left;
        padding-top: 4px;
    }

.match_no_image {
    clear: left;
    display: block;
    float: left;
    margin: 4px 0 4px 0;
    padding: 0;
    min-height: 32px;
    vertical-align: middle;
    text-decoration: none;
}

    .match_no_image:hover {
        cursor: pointer;
    }

    .match_no_image a:hover {
        cursor: pointer;
    }

    .match_no_image a {
        display: block;
        float: left;
        padding: 0 0 0 40px;
        margin: 0;
        vertical-align: middle;
        text-decoration: none;
        width: 340px;
        vertical-align: middle;
    }

        .match_no_image a:hover span {
            text-decoration: underline;
        }

/*
.match_thumbnail { clear: left; display: block; float: left; width: 32px; height: 32px; margin-right: 5px; padding: 4px 8px 4px 0px; border-style: none; vertical-align: middle; }
.match_text { height: 32px; float: left; padding-top: 10px; padding-left: 36px; vertical-align: middle; text-decoration: none; }
    .match_text:hover { text-decoration: underline; }
.match_text_with_thumbnail { display: block; float: left; padding: 4px 0px 4px 0px; margin: 0; vertical-align: middle; width: 300px; }
    .match_text_with_thumbnail a { text-decoration: none; vertical-align: middle; padding-top: 8px; }
        .match_text_with_thumbnail a:hover { text-decoration: underline; }
*/
.FreeItemRow {
    border: 1px solid #000000;
}

.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 218px;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-y: scroll;
}

    .ui-autocomplete .ui-menu-item a {
        border-top: 1px solid #B0BECA;
        display: block;
        padding: 4px 6px;
        color: #353D44;
        cursor: pointer;
    }

    .ui-autocomplete .ui-menu-item:first-child a {
        border-top: none;
    }

    .ui-autocomplete .ui-menu-item a.ui-state-hover {
        background-color: #D5E5F4;
        color: #161A1C;
    }

.findShow {
    margin: 10px;
}

.findShowSearch {
    margin-bottom: 30px;
}

.search_button {
    margin: 0 0 0 8px;
    position: relative;
    top: -5px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
}

.pagination {
    cursor: pointer;
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        margin-left: 0;
    }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    //background-color: #00717C;
    //border-color: #00717C;
    cursor: default;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006282; /* used for browsers that can't use rgba */
    opacity: .9; /* used for browsers that can't use rgba */
    background: rgba(0, 98, 130, .3);
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.horizontalRadioButtonGroup ul {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}

.horizontalRadioButtonGroup li {
    display: inline;
    padding-right: 20px;
}

.required_label:after {
    content: " *";
}


/* Booth Designer */
.designer {
    white-space: nowrap;
    margin-top: 24px;
    position: relative;
}

    .designer .designer-inner {
        white-space: nowrap;
        float: left;
        width: 400px;
        float: left;
        margin-right: 14px;
    }

    .designer .canvas-wrapper {
        display: block;
        width: 400px;
        overflow: auto;
    }

    .designer #canvas-main-area {
        overflow: auto;
        display: block;
        clear: both;
    }

    .designer .navigation {
        display: block;
        margin-bottom: 2em;
    }

    .designer #menubar {
        width: 680px;
        height: 140px;
    }

        .designer #menubar h4 {
            margin: 4px 0 4px 0;
            font-size: 14px;
        }

        .designer #menubar .carousel-control {
            width: 64px;
        }

        .designer #menubar .carousel-inner {
            background-color: #EEE;
            overflow: hidden;
        }

        .designer #menubar .carousel-indicators {
            bottom: 4px;
            margin-top: 4px;
            margin-bottom: 0;
        }

#menubar .carousel-indicators li {
    border: 1px solid #000;
}

    #menubar .carousel-indicators li.active {
        background-color: #428bca;
    }


.designer #menubar .item-list {
    height: 120px;
    text-align: left;
    padding: 8px 100px 8px 100px;
    white-space: normal;
}

    .designer #menubar .item-list .list-item {
        cursor: pointer;
        display: inline-block;
        padding: 4px 8px;
    }

        .designer #menubar .item-list .list-item:hover {
            background-color: #81B4EF;
        }


.designer .menubar-button {
    padding: 6px;
    height: 4em;
    font-size: 0.9em;
}

.designer .navpanel {
    padding: 8px 0 8px 0;
    overflow: hidden;
    max-width: 640px;
}

.designer .toolpanel {
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 999;
    white-space: normal;
}

.toolpanel .panel {
    width: 16em;
}

.designer #active_item_description {
    margin-top: 0.5em;
    font-size: 0.80em;
}

.designer .tools-orientation {
    padding: 8px 60px 8px 60px;
}

.designer .tools-orientation-controls {
    display: block;
    float: left;
    text-align: center;
    width: 22em;
}

.designer .tools-orientation-message {
    float: right;
    width: 14em;
    clear: right;
    white-space: normal;
    text-wrap: normal;
    text-align: left;
}

.designer input.booth-position {
    width: 5em;
    text-align: center;
}

.designer .booth-position-label {
    font-size: 0.7em;
    text-align: center;
}

.designer .orientation-left {
    float: left;
    width: 8em;
    margin-top: 24px;
}

.designer .orientation-middle {
    float: left;
    height: 110px;
}

.designer .orientation-right {
    float: left;
    width: 8em;
    margin-top: 24px;
}

.designer .orientation-middle-bottom {
    margin-top: 8px;
}


#BoothNumber {
    width: 8em;
}

.row-header {
    margin-bottom: 1.5em;
}



.active_item {
    display: none;
}

#active_item_toolbar {
    position: static;
    top: 0;
    float: right;
}

.toolset {
    padding: 8px;
}

    .toolset label {
        display: block;
        margin-top: 4px;
    }

    .toolset textarea {
        width: 100%;
    }

#viewOrderModal .modal-dialog {
    width: 800px;
}

.order-preview {
    overflow: hidden;
}

    .order-preview dl {
        overflow: auto;
    }

    .order-preview dt {
        float: left;
        display: block;
        clear: left;
        width: 6em;
        min-height: 1em;
    }

    .order-preview dd {
        float: left;
        display: block;
        clear: right;
    }

.order-booth-info {
    display: block;
    float: left;
    overflow: hidden;
}

    .order-booth-info dt {
        float: left;
        display: block;
        clear: left;
        width: 12em;
        min-height: 1em;
    }

.modal-lg .order-booth-preview {
    max-width: 480px;
    max-height: 300px;
}

.order-booth-preview {
    max-width: 300px;
    max-height: 300px;
}

.order-info {
    display: block;
    float: left;
    overflow: auto;
    margin-left: 2em;
}

/*
.notes {
    font-size: 0.8em;
    margin-left: 8px;
}
*/
.designer-icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.2em;
    width: 1.2em;
    margin-right: 12px;
    display: inline-block;
}

    .designer-icon:hover {
        background-color: yellow;
    }

.panel-footer {
    display: block;
    float: none;
    font-size: 0.8em;
    white-space: normal;
}

#BoothWidth, #BoothLength {
    width: 4em;
}

.designer-order-item-list {
}

.designer-order-item a {
    color: #232323;
}

.designer-order-item.active {
    background-color: yellow;
}

.dropdown-menu .active > a:hover {
    cursor: pointer;
}

.input-group-addon.addon-text {
    min-width: 100px;
}

.orLabel {
    padding-top: 2px;
    padding-left: 6px;
    display: -moz-stack;
}

#return-to-shopping {
    padding-left: 1px;
    padding-right: 1px;
}

.item-total-box {
    font-size: 15pt;
    padding-bottom: 2pt;
}

.service_date {
    box-shadow: none !important;
}

#table-price-form .input-sm {
    padding: 5px;
    text-align: right;
}

#table-price-form th {
    text-align: center;
    vertical-align: middle;
}

#table-price-form label {
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 5px;
}

.form-column-full {
    width: 500px;
}

.form-two-column-1 {
    display: inline-block;
    width: 243px;
}

.form-two-column-2 {
    display: inline-block;
    margin-left: 14px;
    width: 243px;
}

.form-three-column-1 {
    display: inline-block;
    width: 158px;
}

.form-three-column-2 {
    display: inline-block;
    width: 158px;
    margin-left: 13px;
}

.form-three-column-3 {
    display: inline-block;
    width: 158px;
    margin-left: 13px;
}

.printShippingLabelsCount {
    width: 5em;
}

.shipping-label-step-header {
    font-size: 1.05em;
    margin: 12px 0 12px 0;
    background-color: #404040;
    padding: 4px;
    color: white;
}

.shipping-label-step {
    font-weight: bold;
    padding-right: 1em;
}

#shippingLabelsPartial fieldset {
    margin: 12px 0 12px 0;
}

#shippingLabelsPartial legend {
    font-size: 18px;
    font-weight: bold;
}

#EACContractorList li {
    margin-left: 0 !important;
}

.checkoutSummaryLabel {
    text-align: right !important;
    padding-right: 25px !important;
}

.thankYouBox {
    float: left;
    /*width: 75%; */
    /*margin-left: 2%;*/
}

.blockUI.blockMsg {
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

    .blockUI.blockMsg .spinner {
        position: relative !important;
    }

.checklistTable {
    margin-bottom: 50px;
}

    .checklistTable td {
        vertical-align: middle !important;
    }

    .checklistTable th {
        font-size: large;
        font-weight: 700;
        text-align: center;
    }

        .checklistTable th:nth-child(1) {
            text-align: left;
        }

    .checklistTable td:nth-child(2), .checklistTable td:nth-child(3) {
        text-align: center;
    }

.checklistContent .col-1 {
    width: 100% !important;
}

    .checklistContent .col-1 .box {
        border: none;
        box-shadow: none;
    }

.requiredChecklist {
    color: red;
}

.nonRequiredChecklist {
    margin-right: 10px;
}

/* reference icons for hyperlinks */
#main_content a[class ~="keyword"] {
    padding-right: 13px;
    background-image: url("/images/help_and_support_10.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[target="_blank"] {
    padding-right: 13px;
    background-image: url("/images/external_link_11.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[target="_new"] {
    padding-right: 13px;
    background-image: url("/images/external_link_11.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href ^="mailto:"] {
    padding-right: 13px;
    background-image: url("/images/email_link_11.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href $=".pdf"] {
    padding-right: 13px;
    background-image: url("/images/PDF_link_11.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href $=".doc"] {
    padding-right: 16px;
    background-image: url("/images/DOC_link_14.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href $=".docx"] {
    padding-right: 16px;
    background-image: url("/images/DOC_link_14.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href $=".xls"] {
    padding-right: 16px;
    background-image: url("/images/XLS_link_14.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href $=".xlsx"] {
    padding-right: 16px;
    background-image: url("/images/XLS_link_14.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#main_content a[href ^="mailto:"][class ~="btn"] {
    background-image: none;
}

#main_content a[target="_blank"][class ~="btn"] {
    background-image: none;
}

#main_content a[target="_blank"][href $=".jpg"] {
    background-image: none;
    padding: 0;
}

#main_content a[target="_blank"][href $=".gif"] {
    background-image: none;
    padding: 0;
}

#main_content a[target="_blank"][href $=".png"] {
    background-image: none;
    padding: 0;
}

/*New UX Content*/
.homeIcon {
    font-size: 48px;
}

.breadcrumb > li {
    margin: 0;
}

img.link, a.preview {
    cursor: pointer;
}

.checkoutProcess.active a {
    color: #FFFFFF;
    text-decoration: none;
}

/* Typeahead styling */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }

/* CSS fix 12/13/2016*/
.show-graphic {
    display: flex;
    justify-content: center;
}

.order-now {
    right: -30px;
    width: 400px;
}

    .order-now .full width {
        width: 100% !important;
    }



/* Start Top Nav  */

/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    color: #444;
    background-color: #efefef;
    letter-spacing: .04em;
}

/*navigation */
.expressonav {
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-radius: 0px;
    z-index: 9;
    border: 0px;
    border-bottom: solid 3px red;
    position: fixed;
}

.navlogo {
    max-height: 50px;
    padding: 2px;
}

.navlinks li {
    font-size: .9em;
    margin-left: 0px !important;
    padding-top: 10px;
}

    .navlinks li a {
        color: #000;
    }

.dropdown-menu li {
    padding: 10px 5px;
}

.boothpill {
    background: #fff;
    color: #000;
    border: solid 1px #000;
    border-radius: 2px;
    min-height: 50px;
    padding: 0px;
    margin-right: 0px;
    /*float: right;
    /*border-left:solid 1px #efefef;*/
}

    .boothpill li a {
        color: #000;
    }


.smalltext {
    font-size: .8em;
    padding-right: 0px;
}

.cartIcon {
    text-align: center;
    font-size: 2rem;
}

.checkoutnow {
    background: #000;
    color: #FFF;
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 0px;
}

    .checkoutnow a {
        /*color: #fff;*/
        text-align: center;
        font-weight: bold;
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

.navbar-default {
    background: #fff;
    border: none;
    padding-right: 17px
}


@media (min-width: 768px) {
    .xs-nopadding {
        padding: 0px;
    }

    .xs-nopadding-right {
        padding-right: 0;
    }

    .xs-nopadding-left {
        padding-left: 0;
    }

    .xs-nomargin {
        margin: 0px;
    }
}

@media (min-width: 992px) {
    .md-nopadding {
        padding: 0px;
    }

    .md-nopadding-right {
        padding-right: 0;
    }

    .md-nopadding-left {
        padding-left: 0;
    }

    .md-nomargin {
        margin: 0px;
    }
}

@media (min-width: 1200px) {
    .lg-nopadding {
        padding: 0px;
    }

    .lg-nopadding-right {
        padding-right: 0;
    }

    .lg-nopadding-left {
        padding-left: 0;
    }

    .lg-nomargin {
        margin: 0px;
    }
}

/* Atomic Elements */
.nopadding {
    padding: 0px;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nomargin {
    margin: 0px;
}

.flexitem {
    display: flex;
    align-items: center;
}

.no-bullets {
    list-style: none;
}

.noShow {
    display: none;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .rotate.down {
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.card {
    background: #fcfcfc;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    padding: 10px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform, background;
    transition-property: box-shadow, transform, background;
}

    .card:hover {
        background: #fff;
        border: solid 1px #ddd;
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform, background;
        transition-property: box-shadow, transform, background;
    }

#welcome {
    margin: 0px;
    background: #efefef;
    padding: 20px 30px 10px 30px;
}

#about {
    background-image: url('../images/Top_view.jpg');
    color: #fff
}


footer {
    margin: 50px 0;
}

.maincard {
    background: #fcfcfc;
    /*border: solid 1px #ddd;*/
    /*border-radius: 2px;*/
    /*box-shadow: 2px 2px 4px rgba(0,0,0,0.4);*/
    padding: 15px;
    text-align: left;
    line-height: 1.6em;
    color: #313131;
    min-height: 70px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*-webkit-transition-property: box-shadow, transform, background;*/
    /*transition-property: box-shadow, transform, background;*/
    flex-grow: 1;
    align-self: stretch;
}

    .maincard:hover {
        background: #fff;
        /*border: solid 1px #ddd;*/
        /*border-top: none;*/
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform, background;
        transition-property: box-shadow, transform, background;
        filter: invert(0.1);
        text-decoration: none;
    }

    .maincard h4 {
        font-family: "proxima-nova",sans-serif,calibri, trebuchet ms;
        font-size: 16pt;
        line-height: 1.4em;
        font-weight: bold;
        padding-left: 0px;
        padding-right: 10px;
        margin: 0px;
    }

    .maincard p {
        min-height: 78px;
        font-size: 11pt;
        min-height: 78px;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .maincard:before {
        content: '';
        position: absolute;
        border: 1px solid #777;
        height: 80%;
        right: 0;
    }

.cardholder:last-of-type .maincard:before {
    border: none;
}

.maincard .glyphicon {
    font-size: 26pt;
}

    .maincard .glyphicon.glyphicon-arrow-right {
        font-size: initial;
    }

.cardholder {
    padding: 0;
    margin-bottom: 5px;
    position: relative;
}

.cardgroup {
    margin: 0 15px 0 15px;
}

.navGridContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: stretch;
    display: -ms-flexbox;
    margin: 5px 15px;
}

/*.cardholder {
    padding: 5px 5px 5px 5px;
    display: grid;
    margin-bottom: 0px;
}

.cardholder:first-of-type {
    padding:5px 5px 5px 0px
}

.cardholder:last-of-type {
    padding:5px 0px 5px 5px
}*/

.borderleft:hover {
    border-left: solid 5px #f22;
    padding-left: 20px;
}

.borderleft {
    border-left: solid 5px #f22;
    padding-left: 20px;
}

.showimage {
    max-height: 190px;
    float: right;
}

.innerShowimage {
    max-height: 100px;
    float: right;
}

.showtitle {
    font-size: 2.5rem;
    line-height: 3rem;
}

.showdate {
    font-weight: normal;
    line-height: 2rem;
}

.showlocation {
    font-weight: normal;
    line-height: 2rem;
}

.showbanner {
    background-position: right;
    background-repeat: no-repeat;
    min-height: 200px;
    right: 15px;
}

    .showbanner > img {
        max-height: 200px;
        float: right;
    }

.topicon {
    font-size: 2rem;
    margin: 0px;
}

.showbutton {
    background: #22a;
    color: #fff;
    border: #22a;
    margin: 20px;
}

#mainSearch {
    width: 100%;
    min-height: 3.3em;
    border: solid 2px #ddd;
    border-radius: 5px;
    padding-left: 10px;
}

.searchbtnh4 {
    margin: 0;
    padding: 0;
}

.searchIcon {
    text-align: center;
    font-size: 1.8rem;
}

.topsection {
    background-color: #0A405C;
    background: url("/Images/crowdbkg_vnrc38.png"), linear-gradient(125deg, #BFD731 19%, #0A405C 45%);
    color: #fff;
    padding-top: 50px;
    background-size: cover;
    background-blend-mode: overlay;
}

#midContent {
    margin: 0px;
    background: #efefef;
    padding: 0px 30px;
}


.leftbar {
}

    .leftbar li {
        list-style: none;
        margin: 20px 0px;
    }

.cardTitle {
    margin: 20px 0px;
}

.includedList {
    list-style: none;
}

.twoColumns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.spacer {
    height: 30px;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .rotate.down {
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.maindesc {
    margin: 10px 0px;
}

.helpmenu {
    font-size: 1.6rem;
}

.helpicon {
    font-size: 2rem;
    margin-right: 10px;
}

.helpsection {
    margin-left: 10px;
}

.helpmenu a {
    width: 100%;
}

.btn-to-top {
    position: fixed;
    right: 20px;
    top: 60%;
    z-index: 1000;
    font-size: 20px;
}

.phonecard {
    background: #fcfcfc;
    border: solid 1px #ddd;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    padding: 15px;
    text-align: left;
    line-height: 1.6em;
    color: #313131;
    min-height: 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform, background;
    transition-property: box-shadow, transform, background;
}

    .phonecard h4 {
        line-height: 1.4em;
        padding-left: 40px;
    }

@media (max-width: 767px) {
    #headercmd {
        margin-left: 140px;
    }

    .showhead > #topSectionShowbanner {
        margin-top: 50px;
    }
}

.showhead, .showhead > .bannerrow {
    max-height: 100%;
    min-height: 250px;
    color: #fff;
    /*padding-right:0px;*/
}

    .showhead > #topSectionShowbanner {
        padding-bottom: 125px;
    }

        .showhead > #topSectionShowbanner h4:first-of-type {
            position: relative;
            font-size: 15pt;
            padding-bottom: 8px;
            margin-top: 2px;
        }

            .showhead > #topSectionShowbanner h4:first-of-type:before {
                content: "";
                position: absolute;
                width: 25%;
                border-bottom: 3px solid #fff;
                bottom: 0;
            }

        .showhead > #topSectionShowbanner h3 {
            font-size: 26pt;
            margin-bottom: 0;
        }

        .showhead > #topSectionShowbanner h4 {
            font-family: 'proxima-nova',sans-serif !important;
            font-size: 11pt;
        }

            .showhead > #topSectionShowbanner h4:last-child {
                font-weight: bold;
                padding-top: 10px;
            }

.showhead {
    background: linear-gradient(125deg, #BFD731 0%, #0A405C 44%, rgba(0,0,0,0) 0%), #0A405C;
    height: 100%;
}

/* End Top Nav */

.thumbnail .caption {
    text-align: center;
    line-height: 15px;
}

.thumbnail {
    min-height: 170px;
}

    .thumbnail:hover {
        filter: invert(10%);
    }

div.thumbnail img {
    max-height: 96px;
}

td.thumb .thumbnail {
    min-height: 68px;
}

td.thumb img {
    max-width: 75px;
}

.nav-tabs > li > a {
    border: 1px solid #ddd;
}

/*Make Tables Mobile Responsive*/
@media
	only screen and (max-width: 480px),
	(min-device-width: 0px) and (max-device-width: 480px)  {

    .navGridContainer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr, #machinerySpecs th, .userFileHistory th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border-bottom: 1px solid #eee;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        width: 100% !important;
        white-space: inherit !important;
    }

    .userFileHistory td:before, .history_list td:before, #machinerySpecs td:before {
        font-weight: bold;
    }

    .history_list td:nth-of-type(4):before {
        content: "Order:";
    }

    .history_list td:nth-of-type(5):before {
        content: "Invoice:";
    }

    .userFileHistory td:nth-of-type(1):before {
        content: "Show Name: ";
    }

    .userFileHistory td:nth-of-type(2):before {
        content: "File Name: ";
    }

    .userFileHistory td:nth-of-type(3):before {
        content: "File Description: ";
    }

    .userFileHistory td:nth-of-type(4):before {
        content: "Type: ";
    }

    .userFileHistory td:nth-of-type(5):before {
        content: "Submitted: ";
    }

    #machinerySpecs td:nth-of-type(2):before {
        content: "Weight in LBS (no commas, dashes, or periods):"
    }

    #machinerySpecs td:nth-of-type(3):before {
        content: "Length:"
    }

    #machinerySpecs td:nth-of-type(4):before {
        content: "Width:"
    }

    #machinerySpecs td:nth-of-type(5):before {
        content: "Height:"
    }

    #machinerySpecs td:nth-of-type(6):before {
        content: "Stays On Skids?"
    }

    #machinerySpecs td:nth-of-type(7):before {
        content: "Machine Will Arrive Crated Skidded"
    }

    #machinerySpecs td:nth-of-type(8):before {
        content: "Machine Will Arrive Uncrated / Unskidded"
    }

    #machinerySpecs td:nth-of-type(9):before {
        content: "Assembly Required?"
    }

    a.addMachine {
        width: 50% !important;
    }

    .order_table td:nth-of-type(3), .order_table th:nth-of-type(2) {
        display: none;
    }

    .order_table td:nth-of-type(2):before {
        content: "Code: "
    }

    .order_table tr {
        width: 50%;
        float: left;
    }

    .order_table .left-header {
        width: 100%;
    }

    .order_table td:nth-of-type(5), .order_table td:nth-of-type(6) {
        width: 50% !important;
        float: left;
    }

    td.important_date_header, .order_table th {
        background-color: #ddd;
    }

    .nav_info {
        display: none;
    }
}

/* Large devices */
@media only screen and (min-width: 768px) {
    .stretchy {
        display: flex;
        align-items: stretch;
    }

    #main_content .col-1, #searchdiv {
        padding-right: 15px;
    }
}

/* Shipping Quote specific css*/


.logisticsquoterequirements > li {
    padding-top: 10px;
}

/* Checkout Classes*/

.loadingclass {
    background-image: url(../images/loadbar.gif);
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px;
    opacity: 0.5;
    border-color: #ddd);
    border-style: solid 1px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.4);
}


.enteredgroup {
    margin-top: 5px;
    background: #fcfcfc;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 15px 5px;
}

.thirdpartyservices {
    list-style-type: none;
}

.thirdpartytooltip {
    text-decoration: underline;
    margin-top: 15px;
}

.ccimg {
    margin: 0px 10px;
}



.header-margin {
    margin-top: 40px;
}

.header-margin-small {
    margin-top: 20px;
}

.thirdpartyservices-contact {
    margin-top: 10px;
}

.modal-body {
    max-height: 80vh;
}

.acknowledge {
    margin: 10px 0px;
}


.faillist {
    border-radius: 3px;
    padding-bottom: 2px;
    margin: 2px 0px;
}

.ulfail {
    background: #F9E4E4;
    border: solid 1px red;
    border-left: solid 5px red;
    border-radius: 3px;
    padding-bottom: 2px;
    margin: 2px 0px;
    width: 400px;
}

.ulfailtexttitle {
    color: red;
    font-size: 14px;
    list-style: none;
}

.ulfailtext {
    background: #F9E4E4;
    border: solid 1px red;
    border-left: solid 5px red;
    border-radius: 3px;
    padding-bottom: 2px;
    margin: 15px 0px;
}


.tokeninfo {
    margin-top: 2px;
}

.tokengroup {
    margin-top: 5px;
    background: #fcfcfc;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 15px 5px;
    /*min-height:100px; */
}


    .tokengroup:hover {
        background: #fff;
        border: solid 1px #ddd;
        -webkit-transform: translateZ(10px);
        transform: translateZ(1);
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform, background;
        transition-property: box-shadow, transform, background;
        transition-timing-function: linear, ease-in-out;
    }


    .tokengroup:active {
        background: #ffffdd;
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: background;
        transition-property: background;
        transition-timing-function: linear, ease-in-out;
    }


.tokengroup-active, .tokengroup-active:hover {
    margin-top: 5px;
    background: #ffffdd;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    border: solid 2px #fda;
    border-radius: 5px;
    padding: 15px 5px;
}

#checkout-main .cartgroup {
    border-bottom: 2px solid #ddd;
    margin: 0;
    padding: 15px 0;
}

.childitems {
    border-top: solid 1px #eee;
}

    .childitems:first-child {
        margin-top: 10px;
    }


#checkout-main .titleline {
    margin: 10px 15px;
}


    #checkout-main .titleline h4 {
        font-weight: bolder;
        font-size: 18px;
    }

.enternew {
    padding-left: 0;
}



.thirdpartyservices {
    list-style-type: none;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    border: solid 1px;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

section.companyInfo label {
    display: block;
}

div.tileButtons {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.tileButtons button {
    min-width: 70px;
}


.twocolumns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-fill: balance;
}

    .twocolumns li {
        list-style-type: none;
    }

.boldline {
    font-weight: bold;
    margin: 5px 0px;
}

.addcontractors {
    border-bottom: solid 2px #333;
    margin: 15px;
    font-weight: bold;
}

.note {
    font-size: 10px;
    color: #777;
}

.modal-body {
    max-height: 80vh;
}

.acknowledge {
    margin: 10px 0px;
}

    .acknowledge input {
        margin: 10px 10px 0px 0px;
    }

.mycontractors {
    padding 5px;
}

    .mycontractors li {
        background: #ddddff;
        border-radius: 3px;
        border: solid 1px #bbd;
        list-style-type: none;
    }

#checkout-main .flexitem {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    flex-wrap: nowrap;
}

.flexstep {
    display: flex;
    align-items: center;
    margin: 2px 0px;
}

.fail {
    background: #F9E4E4;
    border: solid 1px red;
    border-left: solid 5px red;
    border-radius: 3px;
    padding: 0 8pt 2pt 8pt;
    margin: 2px 0px;
}

    .fail a {
        color: #843534;
    }

.failtext {
    color: red;
    font-size: 12px;
}

.successtext {
    margin-top: 25px;
    align-items: center;
    color: green;
}

.thirdPartyCountryOuter {
    padding-left: 0px;
}

.thirdPartyCountryInner {
    padding-right: 0;
}

.backtoshopping {
    text-align: center;
}

.checkoutstep {
    margin: 10px 5px;
}

.checkoutProcess {
    padding: 5px;
}

.indicatorcolumn {
    padding: 2px 2px;
}

.stepnumber {
    font-size: 1.6em;
}

.steptext {
    padding-left: 5px;
}

.text-success {
    margin-left: -15px;
}

.mycontractors li {
    margin-top: 5px;
    background: #fcfcfc;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px 5px;
}

.hugeexclamation {
    font-size: 3em;
    float: right;
}

#main {
    margin-top: 0px;
}

#checkout-main .text-capitalize {
    background-color: #eee;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 20px;
}

.editrecord button {
    min-width: 70px;
}

.noright .col-xs-12, .noright .col-xs-11 {
    padding-right: 0 !important;
}

.tagType {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    width: 250px;
}

.tagValue {
    margin: 0 8px;
}

.tagValueCount {
    color: red;
    font-size: 8pt;
}

.form-group.logistics-dimensions input, .form-group.logistics-dimensions div {
    width: 70px;
}

.form-group.logistics-dimensions.fail {
    margin: 0px -1px 0px -1px;
    vertical-align: top;
}

#packageTypes {
    padding-left: 8px;
    padding-right: 8px;
}

#dimensionInstructions {
    margin-bottom: 10px;
}

.open > .dropdown-menu {
    max-height: 330px;
}

.uploadNotice {
    display: none;
    min-width: 250px;
    text-align: center;
    z-index: 1;
}

    .uploadNotice.show {
        display: block;
        -webkit - animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }


.save-success.show {
    display: block;
    -webkit - animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s forwards;
}

.save-success.hide {
    display: block;
    -webkit - animation: fadeout 0.5s;
    animation: fadeout 0.5s forwards;
}



@-webkit - keyframes fadein {
    from {
        opacity: 0;
        height: 0%
    }

    to {
        opacity: 1;
        height: 100%
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        height: 0%
    }

    to {
        opacity: 1;
        height: 100%
    }
}

@-webkit - keyframes fadeout {
    from {
        opacity: 1;
        height: 100%
    }

    to {
        opacity: 0;
        height: 0%
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        height: 100%
    }

    to {
        opacity: 0;
        height: 0%
    }
}

.fade-in {
    height: 0%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}

.fade-in-active {
    height: auto;
    opacity: 1;
}

.arrow {
    display: none !important;
}

#modifyPadding {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#supervision {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#singlePadding {
    margin-bottom: 0px;
}

/* Shell Schemes  */

shell-scheme-group-component order-item-widget > div {
    border-bottom: 2px solid #ddd;
    margin: 15px 0;
}

shell-scheme-group-component {
    border-top: #ddd solid 5px;
    margin-top: 5px;
    display: block;
    border-radius: 8px;
}

shell-scheme-component .breadcrumb > li + li:before {
    content: '»';
    font-size: 24px;
    position: relative;
    top: 1px
}

shell-scheme-component .breadcrumb .active, .breadcrumb > li + li.active:before {
    font-weight: bold;
    color: red;
}

shell-scheme-group-component > div:first-child {
    font-weight: bold;
    font-size: large;
    background-color: #ddd;
    padding: 0 5px 5px 8px;
    min-height: 30px;
}

shell-scheme-group-component .free-qty {
    color: red;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
}
/*
#shellScheme {
    height: auto;
    max-height: 1000px;
    overflow-x: hidden;
    padding: 0 10px; 
}
*/
input[type='checkbox'] {
    width: 18px;
    height: 18px;
}

}

#lockdown {
    margin-bottom: 15px;
}

/* getting flex to work with ie11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .cardholder.flexitem {
        flex: 1;
    }

    .maincard > .flexitem {
        max-width: 70%;
    }
}
