.aside-nav li a.toggle {
    text-transform: uppercase;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0.8pt;
}

#browse-tab-content .aside-can-toggle {
    display: block !important;
}

a:hover, a:active, a:focus {
    outline: none;
}

.line.before {
    margin-top: 0 !important;
}

    .line.before:before {
        border: none;
        content: "";
        background: #e7e7e7;
        background: -moz-linear-gradient(left, #fff 0, #e7e7e7 25%, #e7e7e7 75%, #fff 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(25%, #e7e7e7), color-stop(75%, #e7e7e7), color-stop(100%, #fff));
        background: -webkit-linear-gradient(left, #fff 0, #e7e7e7 25%, #e7e7e7 75%, #fff 100%);
        background: -o-linear-gradient(left, #fff 0, #e7e7e7 25%, #e7e7e7 75%, #fff 100%);
        background: -ms-linear-gradient(left, #fff 0, #e7e7e7 25%, #e7e7e7 75%, #fff 100%);
        background: linear-gradient(to right, #fff 0, #e7e7e7 25%, #e7e7e7 75%, #fff 100%);
        display: block;
        height: 1px;
        margin: 16px 0;
    }

.brand-blue-light {
    color: #01acdc;
}

.action-button {
    display: block;
    margin-bottom: 10px;
}

    .action-button[disabled],
    .action-button[disabled]:hover,
    .action-button[disabled]:focus {
        border: 1px solid #cecece;
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top, #ffffff 0, #e4e4e4 100%);
        background-image: linear-gradient(to bottom, #ffffff 0, #e4e4e4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        opacity: 0.85;
        filter: alpha(opacity=85);
        color: #b4b4b4;
        text-shadow: 1px 1px 1px #f8f8f8;
        cursor: default;
    }

.col-preview,.col-order,.col-files {
    margin-bottom: 20px;
}


.btn:active,
.btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.toolbar {
    font-size: 0;
    line-height: 0;
}

    .toolbar > .btn {
        -webkit-transition: all 0.05s linear;
        transition: all 0.05s linear;
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 11px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-align: center;
        margin: 0 10px 8px 0;
        color: #303030;
    }

        .toolbar > .btn i.fa {
            -webkit-transition: all 0.05s linear;
            transition: all 0.05s linear;
            display: block;
            padding: 10px;
            font-size: 18px;
            width: 40px;
            height: 40px;
            margin: 0 0 3px 0;
            /*overflow: hidden;*/
            text-shadow: 1px 1px 0 #ffffff;
            background-image: -webkit-linear-gradient(top, #f8f8f8 0, #e7e7e7 100%);
            background-image: linear-gradient(to bottom, #f8f8f8 0, #e7e7e7 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe7e7e7', GradientType=0);
            border: 1px solid #b4b4b4;
            color: #303030;
        }

        .toolbar > .btn:hover i.fa {
            border: 1px solid #7b7b7b;
        }

        .toolbar > .btn:hover {
            box-shadow: none;
            color: #01acdc;
        }

            .toolbar > .btn:hover i.fa {
                background-image: -webkit-linear-gradient(top, #ffffff 0, #aaecff 100%);
                background-image: linear-gradient(to bottom, #ffffff 0, #aaecff 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffaaecff', GradientType=0);
                border: 1px solid #01acdc;
                color: #01acdc;
            }

@media (max-width: 768px) {
    .toolbar > .btn span {
        display: none;
    }
}

#stickerEditorArea {
    position: relative;
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05);
}

#stickerPreviewArea {
    display: inline-block;
    background-color: #fff;
}

.dieCutType {
    float: right;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 991px) {
    .dieCutType {
        float: none;
        display: block;
    }
}

#pagePreviewArea, #surface {
    position: relative;
    background-color: #d2d2d2;
    margin: 0 0 20px 0;
}

    #pagePreviewArea:before, #surface:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 129.296875%;
    }

    #pagePreviewArea .pageContent, #surface .pageContent {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

#dragContainer {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
}

.draggable {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    cursor: hand;
    cursor: pointer;
    border: 1px solid #0099ff;
    z-index: 100;
}

.ui-draggable-dragging {
    border-color: red;
    z-index: 101;
}

.resizable {
    border: 1px solid #0099ff;
    width: 100%;
    max-width: 100%;
}

    .resizable img {
        width: 100%;
    }

.ui-resizable-handle {
    background: #0099ff;
    border: 1px solid #0099ff;
    width: 9px;
    height: 9px;
    z-index: 2;
}

.ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

.ui-rotatable-handle {
    background: #0099ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    display: none;
}

    .ui-rotatable-handle.ui-draggable-dragging {
        visibility: hidden;
    }

.ruler-list {
    display: flex;
    flex-direction: row;
    height: 20px;
    list-style: decimal;
    counter-reset: theCounter -1;
    padding: 0;
    font-family: monospace;
    font-size: 0;
    line-height: 0;
    text-align: left;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: never;
    font-smooth: never;
    margin: 1px 0 0 21px;
    border-right: 2px solid #bebebe;
    width: calc(100% - 21px);
}

    .ruler-list li {
        flex: 1 1 100%;
        display: inline-block;
        font-family: monospace;
        font-size: 10px;
        line-height: 10px;
        border-left: 1px solid #b4b4b4;
        background-color: #e5e5e5;
    }

        .ruler-list li:after {
            content: "\00a0";
        }

        .ruler-list li.mark {
            counter-increment: theCounter;
            border-left: 1px solid #303030;
        }

            .ruler-list li.mark:after {
                content: "\00a0" counter(theCounter);
            }

        .ruler-list li:first-child {
            border-left: none;
        }

@media (max-width: 768px) {
    .ruler-list li {
        border: none;
        display: none;
    }

        .ruler-list li.mark {
            display: inline-block;
            width: 11.76470588%;
        }

        .ruler-list li:nth-last-child(2) {
            width: 5.88235294%;
        }
}

.ruler-list.vertical {
    flex-direction: column;
    width: 20px;
    height: calc(100% - 21px);
    margin: 0 0 0 1px;
    border: 0;
    border-bottom: 1px solid #bebebe;
}

    .ruler-list.vertical li {
        display: block;
        flex: 1 1 auto;
        width: 20px !important;
        border-left: none;
        border-top: 1px solid #b4b4b4;
    }

        .ruler-list.vertical li.mark {
            border-top: 1px solid #303030;
        }

        .ruler-list.vertical li:first-child {
            border-top: none;
        }

@media (max-width: 768px) {
    .ruler-list.vertical li {
        border: none;
        display: none;
    }

        .ruler-list.vertical li.mark {
            display: inline-block;
            height: 9.09090909%;
        }
}

.ruler {
    /*margin: 0 0 30px 0;*/
    width: 100%;
    font-family: monospace;
    font-size: 10px;
    line-height: 10px;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: never;
    font-smooth: never;
}

    .ruler tr:first-child {
        border-top: 1px solid #303030;
    }

    .ruler tr td {
        border-left: 1px solid #b4b4b4;
        padding: 0;
    }

        .ruler tr td:first-child {
            border-left: 1px solid #303030;
        }

        .ruler tr td.mark {
            border-left: 1px solid #303030;
        }

        .ruler tr td:last-child {
            border-right: 1px solid #b4b4b4;
        }

.col-order {
    margin-bottom: 20px;
}

.order-panel {
    position: relative;
    padding: 10px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05);
}

    .order-panel select,
    .order-panel input,
    .order-panel textarea {
        color: #303030;
    }

    .order-panel .step-header {
        font-size: 17px;
    }

        .order-panel .step-header em {
            color: #01acdc;
            font-style: normal;
            text-transform: uppercase;
        }

        .order-panel .step-header:first-child {
            margin-top: 10px;
        }

    .order-panel .buttons {
        margin-bottom: 0;
    }

@media (min-width: 640px) {
    .order-panel .buttons {
        margin-bottom: 10px;
    }

        .order-panel .buttons .action-button {
            display: inline-block;
            margin-bottom: 0;
        }

            .order-panel .buttons .action-button.right {
                float: right;
            }
}

#lstQuickQuotePrices {
    position: relative;
    margin-bottom: 15px;
}

.stickerPriceOption {
    margin: 0 0 15px 0;
}

    .stickerPriceOption label {
        font-weight: 300;
    }

    .stickerPriceOption input:checked ~ label,
    .stickerPriceOption input:checked ~ p,
    .stickerPriceOption input:checked ~ div {
        font-weight: 700;
    }

    .stickerPriceOption p,
    .stickerPriceOption div {
        margin: -5px 0 0 0;
    }

        .stickerPriceOption p span,
        .stickerPriceOption div span {
            color: #3b0;
            margin-right: 10px;
        }

@media (min-width: 768px) {
    .stickerPriceOption {
        margin: 0;
    }

        .stickerPriceOption label {
            display: inline-block;
        }

        .stickerPriceOption p,
        .stickerPriceOption div {
            display: inline-block;
            margin: 0;
            text-align: right;
            float: right;
        }
}

#quickQuotePanel_SummaryPrice {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

    #quickQuotePanel_SummaryPrice p {
        margin-bottom: 0;
    }

    #quickQuotePanel_SummaryPrice .total {
        position: relative;
        font-size: 19px;
        font-weight: 700;
        line-height: 19px;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #ebebeb;
    }

        #quickQuotePanel_SummaryPrice .total .title {
            display: block;
            margin: 0 0 4px 0;
        }

        #quickQuotePanel_SummaryPrice .total .additional {
            font-size: 12px;
            line-height: 13px;
            font-weight: 300;
            display: inline-block;
        }

@media (max-width: 640px) {
    #quickQuotePanel_SummaryPrice .total .additional {
        max-width: 160px;
    }
}

#quickQuotePanel_SummaryPrice .total #lblTotalOrderPrice {
    float: right;
}

#quickQuotePanel_SummaryPrice #pPricePerSticker,
#quickQuotePanel_SummaryPrice #pPricePerPage {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
}

#quickQuotePanel_SummaryPrice #lblPricePerSticker,
#quickQuotePanel_SummaryPrice #lblPricePerPage {
    font-weight: 700;
    float: right;
}

.buttonstop {
    text-align: right;
    margin: 0 0 62px 0;
}

    .buttons-top a, .buttonstop a {
        display: inline-block;
    }

@media (max-width: 400px) {
    .buttonstop {
        height: 100px;
        margin: 0px;
    }

        .buttonstop a {
            width: 100%;
        }
}

.tab-content {
    position: relative;
    padding: 15px;
    border: 1px solid #bebebe;
    border-top: none;
}

.files-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
}

    .files-tabs:before,
    .files-tabs:after {
        content: " ";
        display: table;
    }

    .files-tabs:after {
        clear: both;
    }

    .files-tabs > li {
        position: relative;
        display: block;
    }

        .files-tabs > li > a {
            position: relative;
            display: block;
            padding: 12px 10px;
            border: 1px solid #bebebe;
            border-top: 0;
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            background-color: #fff;
            background-image: -webkit-linear-gradient(top, #f0f0f0 0, #fff 100%);
            background-image: linear-gradient(to bottom, #f0f0f0 0, #fff 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffffffff', GradientType=0);
        }

            .files-tabs > li > a:hover,
            .files-tabs > li > a:focus {
                text-decoration: none;
                background-color: #f8f8f8;
            }

        .files-tabs > li.active > a,
        .files-tabs > li.active > a:hover,
        .files-tabs > li.active > a:focus {
            background-color: #fff;
            color: #303030;
            background-image: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
            background-image: linear-gradient(to bottom, #fafafa 0, #fff 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
            cursor: default;
        }

        .files-tabs > li:first-child > a {
            border-top: 1px solid #bebebe;
        }

@media (min-width: 768px) {
    .files-tabs > li {
        display: table-cell;
        width: 1%;
    }

        .files-tabs > li > a {
            border: 1px solid #bebebe;
            border-right: 0;
        }

        .files-tabs > li.active > a {
            border-bottom-color: transparent;
        }

        .files-tabs > li:last-child > a {
            border-right: 1px solid #bebebe;
        }
}

.thumb-item:last-child .thumb-nav {
    margin-bottom: 0 !important;
    padding-bottom: 1px !important;
}

.nav-title {
    cursor: default;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.8pt;
    padding: 5px 0 5px 0;
}

.nav-back,
.nav-back-to-template,
.thumb-toggle,
.nav-simple {
    position: relative;
    cursor: pointer;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #01acdc;
    letter-spacing: 0.8pt;
}

.nav-back-to-template {
    text-align: right;
    padding: 0 10px 8px 0px;
}

.nav-back {
    padding: 0 0 8px 10px;
}

.nav-simple {
    padding: 0 0 10px 10px;
    cursor: default;
}

.nav-back:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -6px;
    height: 0;
    width: 0;
    margin-top: 0;
    border: 5px solid transparent;
    border-right-color: #01acdc;
}

.nav-back-to-template:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -6px;
    height: 0;
    width: 0;
    margin-top: 0;
    border: 5px solid transparent;
    border-left-color: #01acdc;
}

.thumb-toggle {
    padding: 8px 0;
}

    .thumb-toggle:hover {
        color: #01acdc;
    }

    .thumb-toggle:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 12px;
        height: 0;
        width: 0;
        margin-top: -2px;
        border: 5px solid transparent;
        border-top-color: #01acdc;
    }

    .thumb-toggle.active {
        color: #303030;
    }

        .thumb-toggle.active:after {
            margin-top: -8px;
            border: 5px solid transparent;
            border-bottom-color: #303030;
        }

        .thumb-toggle.active + ul.thumb-can-toggle {
            display: block;
        }

    .thumb-toggle .count {
        text-transform: none;
    }

    .thumb-toggle.blue-bg {
        border-bottom: 1px solid #fff;
        background-color: #01acdc;
        background-image: -webkit-linear-gradient(top, #5edbfe 0, #01acdc 100%);
        background-image: linear-gradient(to bottom, #5edbfe 0, #01acdc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5edbfe', endColorstr='#ff01acdc', GradientType=0);
        color: #fff;
        text-transform: none;
        padding: 8px 12px;
        letter-spacing: 0;
    }

        .thumb-toggle.blue-bg:after {
            border-top-color: #fff;
        }
/*
    .thumb-toggle.current {
        // Show submenus by default
        + ul.thumb-can-toggle {
            display: block;
        }
    }
*/
.thumb-nav {
    position: relative;
    max-height: 160px;
    overflow-y: auto !important;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 0;
    line-height: 0;
    background-color: #f8f8f8;
}

    .thumb-nav.thumb-can-toggle {
        display: none;
    }

    .thumb-nav li {
        padding: 0;
        position: relative;
        display: inline-table;
        vertical-align: middle;
        text-align: center;
        margin: 3px;
        width: 74px;
        height: 74px;
    }

        .thumb-nav li a {
            background-color: #fff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            text-align: center;
            border: 1px solid #b4b4b4;
            width: 74px;
            height: 74px;
        }

            .thumb-nav li a:hover {
                border: 1px solid #01acdc;
            }

        .thumb-nav li img {
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
            -ms-flex: 1;
            margin: 0 auto;
        }

        .thumb-nav li p {
            color: #303030;
            font-size: 12px;
            line-height: 1.1;
            margin: 4px 0 2px 0;
        }

    .thumb-nav.large li a,
    .thumb-nav.thumb-large li a {
        width: 100px;
        height: 100px;
    }

    .thumb-nav.large {
        max-height: 300px;
    }

        .thumb-nav.large li {
            width: 100px;
            height: 144px;
        }

    .thumb-nav.thumb-large {
        max-height: 316px;
    }

.active-dropzone {
    border: dashed 1px #3CBCF8 !important;
}

.title {
    font-weight: 700;
}

.validationContainerBody {
    overflow-y: auto;
    margin: 20px 0 10px 0;
}

.padding10px {
    padding: 10px;
}

span.warning, i.warning {
    padding: 4px;
    color: #FF0000;
    font-weight: 700;
}

.validationContainerBody .buttonEdit {
    display: inline-block;
    float: right;
}

.validationContainerBody .actions {
    height: 29px;
    position: relative;
    display: block;
}

.validation-issue {
    display: block;
}

#validationPanel {
    margin: 72px 0 10px 0;
}

.border-common {
    border: 1px solid #bebebe;
}

.paddingBottom10px {
    padding-bottom: 10px;
}

.orderPriceOption {
    padding: 0 0 5px 0 !important;
}

.form-control {
    padding: 2px 4px !important;
}

hr {
    color: #bebebe;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bebebe;
    margin: 1em 0;
    padding: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 38px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 23px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-body {
  overflow-y: auto;
}
.modal-body select,
.modal-body input,
.modal-body textarea {
  color: #303030;
}
.modal-body .form-group:last-child {
  margin-bottom: 0;
}
.modal-body .form-group:last-child button:last-child {
  margin-bottom: 0;
}
.modal-footer {
  margin-top: 0;
}
a.modal-anchor {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-decoration: underline;
}
a.modal-anchor:hover {
  cursor: pointer;
  text-decoration: none;
}
#page_modal h1,
#page_modal h2,
#page_modal h3,
#page_modal h4,
#page_modal h5,
#page_modal h6 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
#page_modal .modal-header {
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fff0f0f0', GradientType=0);
}
#page_modal .modal-header h1,
#page_modal .modal-header h2,
#page_modal .modal-header h3,
#page_modal .modal-header h4,
#page_modal .modal-header h5,
#page_modal .modal-header h6 {
  margin-bottom: 0;
}
#page_modal .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
#page_modal .modal-footer {
  position: relative;
  padding: 15px;
}
#page_modal .modal-footer button {
  display: inline-block;
  margin-bottom: 0;
}
#page_modal .modal-footer .cancel {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page_modal .modal-footer .cancel.left {
  position: absolute;
  top: 25px;
  left: 15px;
}
#page_modal a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}
#page_modal a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
#progressSpinner {
    z-index: 9999;
    background-color: rgba(192, 192, 192, 0.8);
    display: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    #progressSpinner p {
        position: relative;
        margin: 0;
        line-height: 3rem;
        padding-bottom: 260px;
        top: 25%;
        font-family: "Roboto", sans-serif, "Helvetica";
        font-size: 2.5rem;
        font-weight: 900;
        color: #000000;
        width: 100%;
    }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

form#dropzoneForm.dropzone {
        background: none;
        padding: 0;
        border: dashed 4px #00BBF0;
        width: 100%;
        min-height: 35px;
    }

    form#dropzoneForm.dropzone:hover {
        cursor: pointer;
        background-color: #ebeaea;
    }

    div#floating-message {
        font-size: 20px;
    }

    div#floating-message span, div#floating-message span > a {
        font-weight: bold;
    }

    div#upldMessage {
        margin: 10px 0 20px 0;
        display: block;
        visibility: hidden;
    }

    div#upldMessage.error {
        display: block;
        visibility: visible;
        color: #FF0000;
        font-size: 15px;
        font-weight: bold;
    }

    .dropzone .dz-preview {
        min-height: 80px;
    }

    .dropzone .dz-preview .dz-image {
        height: 80px;
        width: 120px;
    }

    .dropzone .dz-preview .dz-details {
        text-align: left;
    }

    /*.k-widget.k-window {
        min-height: unset !important;
        height: auto !important;
    }*/

    /*div#imageUploadWindow {
        min-height: 300px;
    }*/
    #imgUploadFile {
        max-width: 200px;
        max-height: 200px;
    }

    #image-upload {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    #image-upload-overlay {
        display: block;
        opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity=50);
    }

    #image-upload-content {
        max-width: 580px;
        position: relative;
        z-index: 10005;
        border-radius: 4px;
        background-color: white;
        margin: 0 auto;
        top: 150px;
    }

    #image-upload-content .image-upload-titlebar {
        border-radius: 4px 4px 0 0;
        background-color: #e3e3e3;
        margin: 0;
        position: relative;
        width: 100%;
        height: 36px !important;
        line-height: 1.1em;
        border: 1px solid #c5c5c5;
        padding: .4em 0;
        font-size: 1.2em;
        white-space: nowrap;
        min-height: 36px;
    }

    #image-upload-content .image-upload-title {
        position: absolute;
        left: .44em;
        right: .44em;
        overflow: hidden;
        cursor: default;
        text-overflow: ellipsis;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-weight: 700;
        color: #303030;
    }

    #image-upload-body {
        display: block;
        padding: 8px;
    }

    #image-upload-inner {
    }

    #image-upload-inner #uploadFileBrowse {
        display: block;
    }

    #image-upload-content #image-upload-inner #uploadProgress {
        display: none;
        text-align: center;
    }

    #image-upload-content #image-upload-inner #uploadStatusError {
        display: none;
        text-align: center;
    }

    #uploadStatusError .subject {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-weight: 700;
        font-size: 14pt;
        color: #303030;
    }

    /**/
    #attachments {
        height: 100px;
        width: 100px;
    }

    #attachments span {
        display: block;
        height: 100px;
        width: 100px;
    }

    #uploadFileBrowse .instructions {
        font-size: 14px;
        /*width: 500px;
            margin: 30px 0 10px 20px;*/
    }

    #uploadFileBrowse .instructions p {
        margin: 0;
    }

    #uploadFileBrowse .instructions p.spacer {
        margin: 15px 0 0 0;
    }

    #uploadFileBrowseCommands {
        display: block;
        text-align: left;
        margin-top: 15px;
    }

    #uploadFilePreview {
        display: none;
    }

    #uploadFilePreview div {
        display: inline-block;
    }

    #uploadFilePreview div.details {
        margin: 0 0 0 15px;
    }

    #uploadFilePreview p.heading {
        font-weight: 700;
        font-size: 18px;
    }

    #uploadFileImagePreview {
        vertical-align: top;
    }

    .uploadFileProperties td:first-child {
        width: 90px;
    }

    #btnSelectArtSkip {
        display: none;
    }

    #btnUploadImageContinue {
        display: none;
    }

    #btnUploadImageTryAgain {
        display: none;
    }
