﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.spinner {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    overflow-x: hidden;
    transition: 0.5s;
    background-image: url('/Content/images/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

a:not(.btn, .navbar-brand), a:not(.btn, .navbar-brand):hover, a:not(.btn, .navbar-brand):visited {
    outline: 0;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: black;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

input[type=file] {
    display: block;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);


.custom-table th {
    /*color: #D5DDE5;*/
    /*background: #1b1e24;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    /*font-size: 18px;*/
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

    .custom-table th:first-child {
        /*border-top-left-radius: 3px;*/
    }

    .custom-table th:last-child {
        /*border-top-right-radius: 3px;*/
    }

.custom-table tbody tr {
    border-top: 1px solid #e5e5e5;
    color: #000000;
    /*font-size: 16px;*/
    font-weight: normal;
}

.custom-table tr:hover td {
    background: #e5e5e5 !important;
    /*color: #FFFFFF;*/
}



.custom-table tr:nth-child(odd) td {
    /*background: #EBEBEB;*/
}

.custom-table tr:nth-child(odd):hover td {
    background: #e5e5e5 !important;
}

.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.custom-table td {
    background: #FFFFFF;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    /*font-weight: 300;*/
    /*font-size: 18px;*/
    /*border-right: 1px solid #C1C3D1;*/
}



.custom-table th.text-left {
    text-align: left;
}

.custom-table th.text-center {
    text-align: center;
}

.custom-table th.text-right {
    text-align: right;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #FFF;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: black;
}

.modal-body {
    padding: 2px 16px;
    max-height: calc(100vh - 285px);
    overflow-y: auto;
}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: black;
}

.modal-sm {
    max-width: 700px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }

.top-category a.category-item {
    color: #616161;
    outline: 1px solid #e5e5e5;
    outline-offset: 0;
    margin-bottom: 30px;
    font-size: 16px;
    display: block;
    padding: 0;
}

    .top-category a.category-item:hover {
        color: #222;
        box-shadow: 0 1px 7px 0 rgba(90,90,90,.5);
        outline: 1px solid #e5e5e5;
    }

.square-box {
    position: relative;
    overflow: hidden;
    background: no-repeat 50% transparent;
    background-size: contain;
    display: block;
}

    .square-box:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .square-box > .square-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.top-category .title {
    padding: 5px 0 3px 9px;
}

.top-category a {
    text-decoration: none !important;
}






.generator-size-picker {
    display: block;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.swatches {
    line-height: 1;
    box-sizing: border-box;
    display: block;
}


.swatches--click .swatches__item {
    cursor: pointer;
}

.swatches--big .swatches__item {
    width: 18px;
    height: 18px;
    margin: 2px 5px 0 0;
    position: relative;
    border: 1px solid #bbb;
}

.swatches .swatches__item {
    display: inline-block;
}

    .swatches .swatches__item > span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.swatches .swatches__item--active {
    border: none;
}

    .swatches .swatches__item--active:after {
        position: absolute;
        content: ' ';
        left: -0px;
        top: -0px;
        bottom: -0px;
        right: -0px;
        border: 1px solid red;
        background: url(/Content/images/color-picker.svg) no-repeat 1px 1px;
        background-size: 90% 90%;
    }






.generator-size-picker label.one-size {
    font-weight: 400;
    display: inline-block;
    margin: 0 15px 10px 0;
}

    .generator-size-picker label.one-size input {
        margin-right: 5px;
        vertical-align: middle;
        margin-top: 0;
    }

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.generator-size-picker label.one-size {
    font-weight: 600;
    display: inline-block;
    margin: 0 15px 10px 0;
}

label {
    font-weight: 400;
    font-family: ProximaNova-Bold,sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    display: block;
}

.text-center {
    text-align: center;
}


.generator-mockup {
    position: relative;
    display: inline-block;
}

    .generator-mockup .mockup-area {
        position: absolute;
        top: 0;
        left: 50%;
        overflow: hidden;
    }

    .generator-mockup img.mockup-image {
        pointer-events: none;
    }

    .generator-mockup img.graphics-image, .generator-mockup img.mockup-image {
        position: absolute;
    }

.draggable-wrapper, .draggable-wrapper-customisation {
    position: absolute;
}

    .draggable-wrapper:hover, .draggable-wrapper-customisation:hover {
        cursor: move;
    }


.generator-mockup-area:hover .draggable-wrapper:not(.hide-styling),
.generator-mockup-area:hover .wrapper-customisation-text:not(.hide-styling) {
    outline: 1px dashed #51c9ef;
}

.draggable-wrapper-customisation, .draggable-wrapper-customisation-text, .wrapper-customisation-text {
    line-height: initial !important;
}

.generator-mockup .print-area {
    position: absolute;
    overflow: hidden;
}

.print-area-image-selector {
    cursor: pointer;
}

.generator-variant-area {
    text-align: center;
}

    .generator-variant-area .variant-item {
        cursor: pointer;
        display: inline-block;
        width: 113px;
        min-height: 113px;
        text-align: center;
        border: 1px solid transparent;
        margin: 0 4px 8px;
        font-size: 13px;
        padding-top: 5px;
        vertical-align: top;
        position: relative;
    }

        .generator-variant-area .variant-item.active {
            border-color: #bbb;
            cursor: default;
        }

        .generator-variant-area .variant-item:hover:not(.active) {
            box-shadow: 0 0 5px 0 rgba(50,50,50,.3);
        }

.generator-mockup-area:hover .print-area:not(.hide-styling) {
    background-color: rgba(0,0,0,.2);
    outline: 1px dashed #51c9ef;
    overflow: hidden;
}

.generator-variant-area .placement-picker {
    padding: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.generator-variant-area .placement-picker li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 4px;
    min-width: 100px;
    text-align: center;
}

    .generator-variant-area .placement-picker li.vertical {
        list-style: none;
        display: block;
        border-right: none;
        padding: 4px 0px 0px 0px;
        min-width: 100px;
        text-align: left;
    }

    .generator-variant-area .placement-picker li.active a {
        font-weight: 700;
        border-bottom: 3px solid #222;
    }

    .generator-variant-area .placement-picker li a {
        color: #222;
        padding: 1px;
        position: relative;
    }

    .generator-variant-area .placement-picker li:last-child {
        border-right: none;
    }

.generator-variant-area .quality-icon {
    position: absolute;
    color: #fff;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: -8px;
    right: -8px;
    line-height: 16px;
    font-size: 10px;
}

.img-responsive {
    display: block;
    width: 100%\9;
    max-width: 100%;
    height: auto;
}

.picked-graphic {
    position: relative;
    width: 135px;
    background-color: #cfcece;
}

    .picked-graphic .btn {
        position: absolute;
        display: none;
        top: calc(50% - 15px);
        left: 20px;
        right: 20px;
    }

    .picked-graphic:hover .btn {
        display: block;
    }

.base-sku-image-selector {
    width: 60px;
}

.picked-graphic-small, .picked-graphic-small-variant {
    position: relative;
    width: 60px;
}

.file-name {
    font-weight: 700;
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    max-width: 155px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.file-library {
    position: relative;
}

    .file-library .list {
        margin: 0 -8px;
        position: relative;
    }

    .file-library .item {
        border: 1px solid #e5e5e5;
        margin: 8px;
        float: left;
        position: relative;
        background: #e5e5e5 no-repeat 50%;
        width: 153px;
        height: 210px;
        background-size: contain;
        cursor: pointer;
    }

        .file-library .item:hover {
            border-color: #bbb;
        }

            .file-library .item:hover .overlay {
                display: block;
            }

    .file-library .list .overlay {
        position: absolute;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: hsla(0,0%,77%,.7);
        overflow: hidden;
    }

    .file-library .overlay .actions {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        text-align: right;
    }

    .file-library .overlay .choose {
        position: absolute;
        top: 65px;
        left: 20px;
        right: 20px;
        display: block;
        background-color: #fff;
    }

    .file-library .overlay .edit {
        position: absolute;
        top: 105px;
        left: 20px;
        right: 20px;
        display: block;
        background-color: #fff;
    }

    .file-library .overlay .details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -87px;
        height: 144px;
        background: rgba(87,87,87,.9);
        transition: bottom .15s;
        color: #fff;
        padding: 10px;
        font-size: .85em;
    }

        .file-library .overlay .details > div {
            white-space: pre;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: 700;
        }

        .file-library .overlay .details > .attributes {
            font-weight: 400;
            white-space: normal;
            margin-top: 10px;
        }

    .file-library .overlay .actions .icon {
        background: no-repeat top transparent;
        display: inline-block;
        width: 24px;
        height: 20px;
        transition: none;
        margin-left: 12px;
    }

        .file-library .overlay .actions .icon:hover {
            background-position: bottom;
        }

        .file-library .overlay .actions .icon.preview {
            background-image: url(/Content/images/preview.png);
        }

        .file-library .overlay .actions .icon.remove {
            background-image: url(/Content/images/delete.png);
        }


    .file-library .filter {
        margin-bottom: 15px;
    }

.pagination {
    border-radius: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}


    .pagination > li {
        display: inline;
    }

        .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #000;
            border-color: #aaa;
            background-color: #fff;
            z-index: 1;
        }

        .pagination > li > a, .pagination > li > span {
            border: 1px solid #e3e3e3;
            color: #909090;
            margin-left: 2px;
            margin-right: 2px;
        }


h6 {
    font-size: 16px;
    line-height: 20px;
}

h5, h6 {
    font-family: ProximaNova-Bold,sans-serif;
    color: #222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}



.product-push-pricing table.main-picker .small-variant-item {
    width: 72px;
    height: 72px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}


    .product-push-pricing table.main-picker .small-variant-item.active {
        border-color: #bbb;
        cursor: default;
    }

    .product-push-pricing table.main-picker .small-variant-item:hover:not(.active) {
        box-shadow: 0 0 5px 0 rgba(50,50,50,.3);
    }



table td {
    border-top: none !important;
}

.product-push-pricing label.inline-radio {
    display: inline-block;
    font-weight: 400;
    font-family: ProximaNova-Regular,sans-serif;
}

    .product-push-pricing label.inline-radio + label.inline-radio {
        margin-left: 20px;
    }



input[type=email].ogo-inputs, input[type=file].ogo-inputs, input[type=number].ogo-inputs, input[type=password].ogo-inputs, input[type=text].ogo-inputs {
    height: 39px;
    font-weight: 400;
    font-family: ProximaNova-Regular,sans-serif;
    font-size: 15px;
}

input[type=email].ogo-inputs, input[type=number].ogo-inputs, input[type=text].ogo-inputs {
    line-height: 15px;
}

input[type=email].ogo-inputs, input[type=file].ogo-inputs, input[type=number].ogo-inputs, input[type=password].ogo-inputs, input[type=text].ogo-inputs, textarea.ogo-inputs {
    border: 1px solid #e5e5e5 !important;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 15px;
    color: #222 !important;
    line-height: 25px;
    outline: none;
    text-overflow: '';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    box-shadow: inset 0 1px 0px rgba(0,0,0,.075) !important;
    transition: border linear .2s,box-shadow linear .2s !important;
}


.dottedBorder {
    outline: 2px dotted red;
}

.dashedBorder {
    outline: 1px dashed green;
    background-color: grey;
    opacity: 0.5;
}


.alert {
    border-radius: 0;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.selectable.thumbnail:hover {
    color: #222;
    box-shadow: 0 1px 7px 0 rgba(90,90,90,.5);
}

.selectable.thumbnail.active {
    background-color: #e5e5e5;
    color: #222;
    box-shadow: 0 1px 7px 0 rgba(90,90,90,.5);
}

.notification-container {
    position: fixed;
    margin: 0 auto;
    top: 50px;
    width: 100%;
    z-index: 10003;
}

    .notification-container .notification-center {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 10003;
        padding-left: 25%;
        padding-right: 25%;
    }

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 10px 0px 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

    .info:hover, .success:hover, .warning:hover, .error:hover, .validation:hover {
        cursor: pointer;
    }

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/notification/info.png');
    background-size: 32px;
    padding-left: 50px;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/notification/success.png');
    background-size: 32px;
    padding-left: 50px;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/notification/warning.png');
    background-size: 32px;
    padding-left: 50px;
}

.error {
    color: #a94442;
    background-color: #FFBABA;
    background-image: url('images/notification/error.png');
    background-size: 32px;
    padding-left: 50px;
}

.close-notification {
    position: relative;
    top: 0;
    color: inherit;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close-notification:hover,
    .close-notification:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close-notification {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.ui-icon {
    background-image: url(themes/base/images/ui-icons_cc0000_256x240.png);
}









.sliderCheckbox {
    width: 120px;
    height: 40px;
    background: #333;
    border-radius: 50px;
    position: relative;
}


    .sliderCheckbox:before {
        content: 'On';
        position: absolute;
        top: 12px;
        left: 13px;
        height: 2px;
        color: #26ca28;
        font-size: 16px;
    }

    .sliderCheckbox:after {
        content: 'Off';
        position: absolute;
        top: 12px;
        left: 84px;
        height: 2px;
        color: #bbb;
        font-size: 16px;
    }

    .sliderCheckbox label {
        display: block;
        width: 52px;
        height: 22px;
        border-radius: 50px;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 9px;
        z-index: 1;
        left: 12px;
        background: #ddd;
    }

.sliderCheckboxChecked {
    left: 60px !important;
    background: #26ca28 !important;
}

.colorIndicator {
    border: 1px solid rgba(90,90,90,.5);
    border-radius: 50%;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 5px;
    text-align: center;
    cursor: default;
    font-weight: bold;
    color: white;
}



#dropzone {
    border: 3px dashed #e5e5e5;
    padding: 5px;
}

.dropzone {
    border: 3px dashed #00529B !important;
}

.drag-hint {
    color: #00529B;
    font-weight: 700;
    font-size: larger;
}

.deselect-all-colors-button, .deselect-all-sizes-button {
    color: red !important;
    margin-left: 15px;
}

    .deselect-all-colors-button:hover, .deselect-all-sizes-button:hover {
        color: darkred !important;
    }

.products-link, .products-link:visited {
    font-weight: bold !important;
    color: #ed490a !important;
}

    .products-link:hover {
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #ed490a !important;
    }

.order-header {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: initial;
    letter-spacing: initial;
    color: #798c9c;
    white-space: nowrap;
}

.stack-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0.6rem;
}

.order-header-title {
    margin-right: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    color: black;
}

.order-header-meta {
    margin-bottom: 10px;
}

.order-status {
    font-weight: 400;
    line-height: 2rem;
    text-transform: initial;
    letter-spacing: initial;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    padding: 0 1rem;
    background-color: #dfe3e8;
    border: 2px solid white;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #212b36;
    white-space: nowrap;
    vertical-align: middle;
}

.order-status-track {
    margin-left: 5px;
}

.stack-panel-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.stack-panel-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stack-panel-alignment-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-10 {
    margin: 10px;
}

.line-item-variant-title {
    color: #637381 !important;
}

.line-item-title {
    color: #ed490a !important;
}

.ogo-url {
    color: #ed490a !important;
}

.order-info {
    color: #637381 !important;
}

.order-info-block:not(:first-child) {
    margin-top: 20px;
}

.order-back-link {
    position: relative;
    margin-left: -6px;
}

.order-back-link-icon {
    position: relative;
    top: 5px;
    fill: #ed490a;
}

.order-back-link-text {
    position: relative;
    left: -8px;
    color: #ed490a;
}

.line-summary-totals {
    font-weight: bold;
    font-size: 1.2em;
    color: #812907
}

.order-summary-totals {
    color: #637381;
}

    .order-summary-totals .total {
        font-weight: bold;
        font-size: 1.2em;
    }

    .order-summary-totals td:first-child {
        width: 1%;
        padding-left: 0;
        font-weight: bold;
    }

    .order-summary-totals td:nth-child(2) {
        padding-left: 30px;
    }

    .order-summary-totals td:last-child {
        padding-right: 0;
        text-align: right;
    }

.order-line-items td:nth-child(2) {
    padding-right: 50px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
}

    .lightbox img {
        max-width: 90%;
        max-height: 80%;
        margin-top: 2%;
    }

.btn-no-transformation {
    text-transform: none !important;
}





.add-on .input-group-btn > .btn {
    border-left-width: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}


.invisible {
    display: none;
}
















.checkbox {
    padding-left: 0px;
}


    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

        .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 15%;
        }

    .checkbox label input[type="checkbox"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            opacity: 0;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            opacity: 1;
        }

    .checkbox label {
        line-height: initial;
    }



.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}




.ui-text-area {
    color: #212b36;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    border-color: #c4cdd5;
    max-width: 100%;
}

.ui-text-area--expanding {
    height: 3.4rem;
    overflow: hidden;
    resize: none;
}

.ui-text-area {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: initial;
    letter-spacing: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    display: block;
    height: 10.6rem;
    margin: 0;
    max-width: unset;
    min-height: 0;
    padding: 0.4rem 0.8rem;
    vertical-align: baseline;
    width: 100%;
}


.ui-modal__body {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: height ease-in-out 260ms, -webkit-box-shadow 260ms ease-in-out 0s;
    transition: height ease-in-out 260ms, -webkit-box-shadow 260ms ease-in-out 0s;
    transition: box-shadow 260ms ease-in-out 0s, height ease-in-out 260ms;
    transition: box-shadow 260ms ease-in-out 0s, height ease-in-out 260ms, -webkit-box-shadow 260ms ease-in-out 0s;
}

.ui-modal__section:not(:last-child) {
    border-bottom: 1px solid #dfe3e8;
}

.ui-modal__section {
}

.ui-modal__section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .ui-modal__section:not(:first-child) {
        padding-top: 30px;
    }

.ui-form__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

.ui-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .ui-form__group > .ui-form__element, .ui-form__group > .next-input-wrapper {
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 220px;
        -ms-flex: 1 0 220px;
        flex: 1 0 220px;
        min-width: 220px;
    }

.ui-form__section .next-input-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    max-width: 100%;
}

.ui-form__section--label {
    margin-left: 7px;
}

.next-input-wrapper {
    position: relative;
}

.next-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: initial;
    letter-spacing: initial;
    cursor: pointer;
}

.next-input, .next-input--stylized, .sp-input {
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
    border-color: #c4cdd5;
}

.next-input, .next-input--stylized, .sp-input {
    display: inline-block;
    max-width: auto;
    min-width: 75px;
    vertical-align: baseline;
    width: auto;
    height: auto;
    padding: 1px;
    margin: 0;
    border: 1px solid #95a7b7;
    border-radius: 0;
    border-style: inset;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 10px;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: initial;
    letter-spacing: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    outline: none;
}

.ui-form__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

.ui-select__wrapper {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9fafb));
    background: linear-gradient(to bottom, white, #f9fafb);
    border-color: #c4cdd5;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
}

.ui-select__wrapper {
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
    overflow: hidden;
    vertical-align: bottom;
}

.js-province-select, .js-country-select {
    display: block;
    width: 100%;
}

.ui-select {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: initial;
    letter-spacing: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 3.4rem;
    width: 100%;
    padding: 0.4rem 0.8rem;
    padding-right: 2.8rem;
    padding-left: 1.6rem;
    background: transparent;
    border: 0;
    max-width: none;
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

select {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    display: inline-block;
    color: #222;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    padding: 4px 2px 2px 2px;
    border: 1px solid #ccc;
    border-radius: 1px;
    max-width: 100%;
}

.fresh-ui .ui-select__wrapper .next-icon, .fresh-ui .ui-select__wrapper .next-icon__text {
    margin-top: -0.8rem;
}

.ui-select__wrapper .next-icon, .ui-select__wrapper .next-icon__text {
    cursor: pointer;
    display: block;
    fill: #798c9c;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.6rem;
    pointer-events: none;
}

.next-icon, .next-icon__text {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -0.15em;
}

.next-icon--size-16 {
    width: 16px;
    height: 16px;
}

.order-title-tag {
    font-size: small;
    background-color: lightgrey;
    border: 1px solid #C1C3D1;
    border-radius: 5px;
    display: inline;
    padding: 3px;
}


.how-to-start {
    position: fixed;
    right: -5px;
    top: 10%;
    width: 40px;
    height: 200px;
    background-image: url(/Content/images/how-to-start.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.text-no-wrap {
    white-space: nowrap;
}


.full-width {
    width: 100%;
}

.underline {
    border-bottom: 2px dashed red;
}

h5.underline {
    color: red;
    border-bottom: none
}

.checkbox-cursor-wrapper {
    cursor: pointer;
}

.inline-login-email {
    max-width: 400px;
}

.inline-login-buttons {
    margin-top: 20px;
}

.impersonation-brand {
    background-color: red !important;
    color: white !important;
}

    .impersonation-brand:hover {
        background-color: darkred !important;
        color: white !important;
    }




span.bigcheck {
    display: block;
    padding: 0.5em;
}

label.bigcheck {
    display: block;
    /*    padding: 0.5em;
    font-size: 20px !important;*/
    cursor: pointer;
    margin-bottom: 0 !important;
}

span.bigcheck-target {
    font-family: FontAwesome; /* Use an icon font for the checkbox */
}

input[type='checkbox'].bigcheck {
    position: relative;
    left: -999em; /* Hide the real checkbox */
}

    input[type='checkbox'].bigcheck + span.bigcheck-target:after {
        content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
    }

    input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
        content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
    }




.search {
    display: flex;
}

.searchTerm {
    border: 1px solid #ccc;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000000;
}

    .searchTerm:focus {
        color: #000000;
    }

.searchButton {
    width: 40px;
    height: 34px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}


.product-group-label {
    font-weight: bold;
    font-size: large;
}

.product-group-edit {
    color: #00529B !important;
    cursor: pointer !important;
}


.product-image-container {
    position: relative;
    width: 100px;
    text-align: center;
}

.product-image-selector-100 {
    position: absolute;
    border: 1px solid #e5e5e5;
    top: -1px;
    left: 0;
    height: 100px;
    width: 100px;
    z-index: 3;
}

.dropdown-menu {
    width: auto !important;
}

.ui-rotatable-handle {
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-image: url(/Content/images/rotate.png);
    background-size: 100%;
    left: 2px;
    bottom: 2px;
}


.colorpicker {
    z-index: 10002 !important;
    min-width: 128px !important;
}

.colorpicker-alpha {
    display: none !important;
}

.input-group-addon.without-padding {
    padding: 0 !important;
}


.no-border-radius {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}



tr.blocked-row td {
    background-color: #737678;
}
