﻿@charset "UTF-8";

.action-link:hover {
    text-decoration: none
}

    .action-link:hover .action-text {
        text-decoration: underline
    }

.account-wrapper .col-xs-10.col-custom {
    width: 80%
}

.account-wrapper .col-xs-2.col-custom {
    width: 20%
}

.account-wrapper .tab-wrapper .tab-nav-wrapper {
    margin-right: -1px;
    padding-right: 0;
    padding-top: 30px;
    z-index: 9
}

.account-wrapper .tab-wrapper .pane-wrapper {
    background: #fff;
    min-height: 344px;
    border-radius: 30px;
    border: 1px solid #fff;
    position: relative;
    z-index: 8
}

    .account-wrapper .tab-wrapper .pane-wrapper a {
        color: #333
    }

    .account-wrapper .tab-wrapper .pane-wrapper .tab-pane {
        position: relative
    }

        .account-wrapper .tab-wrapper .pane-wrapper .tab-pane .line-contact-info {
            padding: 5px 0
        }

        .account-wrapper .tab-wrapper .pane-wrapper .tab-pane .edit-contact {
            float: right
        }

.modal .alert.fade {
    margin: 10px
}

.fake-border {
    width: 530px;
    margin: 20px auto 0;
    border-top: 1px solid #adadad
}

.bullet_none {
    list-style: none
}

.color_red {
    color: red !important
}

.float_left {
    float: left
}

.heading {
    padding: 7px 8px 17px 12px;
    background-color: #e1b71f;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    margin: -2px -1px 5px -1px
}

.row-no-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.margin_top {
    margin-top: 8px
}

.margin-left {
    margin-left: 130px
}

.angular-animate > .ng-hide-add-active {
    display: block !important;
    -webkit-transition: .3s linear all;
    transition: .3s linear all
}

.angular-animate > .ng-hide-remove-active {
    display: block !important;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.angular-animate > .ng-hide {
    opacity: 0
}

.order-detail-sidebar .orders-list .sidebar-item .ng-hide-add-active {
    -webkit-transition: height 0s ease-out;
    transition: height 0s ease-out
}

.order-detail-sidebar .orders-list .sidebar-item .ng-hide-remove-active {
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
}

.dragging {
    border: 1px solid #9d8d79 !important
}

    .dragging .icon {
        visibility: hidden
    }

.assign-page {
    overflow: hidden
}

    .assign-page .assign-button {
        background-color: #9d8d79;
        padding: 0 15px;
        text-transform: inherit
    }

        .assign-page .assign-button.continue-ordering {
            margin-right: 30px
        }

    .assign-page .sidebar {
        background-color: #9d8d79
    }

        .assign-page .sidebar .order-item {
            padding: 15px 8px
        }

            .assign-page .sidebar .order-item .view-order-item-popover .icon-search {
                background-position: -12px -483px;
                position: relative;
                top: 0;
                margin-right: 5px
            }

        .assign-page .sidebar .sidebar-title {
            background-color: #9d8d79 !important
        }

        .assign-page .sidebar .sidebar-inner {
            border-color: #9d8d79
        }

        .assign-page .sidebar .orders-list {
            border-color: #9d8d79 !important;
            height: 470px
        }

            .assign-page .sidebar .orders-list li:nth-child(2n) {
                background-color: #f6f4f2
            }

            .assign-page .sidebar .orders-list li:nth-child(2n+1) {
                background-color: #e2ddd7
            }

    .assign-page .order-boxes-group {
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9d8d79;
        padding: 15px 10px 10px 10px
    }

    .assign-page .orders-box {
        background-color: #9d8d79;
        width: 220px;
        border-radius: 10px;
        border: 2px solid #9d8d79
    }

        .assign-page .orders-box.drag-enter {
            border-color: #f68113;
            border-style: dashed
        }

        .assign-page .orders-box.new-factory-box {
            background: #fff;
            border-style: dashed
        }

            .assign-page .orders-box.new-factory-box .panel {
                background: #fff;
                padding-top: 40px
            }

            .assign-page .orders-box.new-factory-box .icon-plus {
                color: #9d8d79;
                float: left;
                font-size: 50px;
                text-align: center;
                width: 60px;
                background: #fff
            }

            .assign-page .orders-box.new-factory-box .drag-text {
                margin-left: 70px
            }

        .assign-page .orders-box .panel {
            margin-bottom: 0;
            border-radius: 10px;
            height: 125px;
            background-color: #9d8d79
        }

            .assign-page .orders-box .panel .panel-heading {
                border-radius: 10px 10px 0 0;
                padding: 0 10px;
                color: #fff
            }

                .assign-page .orders-box .panel .panel-heading .header-text {
                    max-width: 165px;
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 22px
                }

                    .assign-page .orders-box .panel .panel-heading .header-text .company-name {
                        float: left;
                        line-height: 24px
                    }

                    .assign-page .orders-box .panel .panel-heading .header-text .action-icon {
                        display: inline-block;
                        margin-top: -5px
                    }

                        .assign-page .orders-box .panel .panel-heading .header-text .action-icon .warning {
                            top: 3px
                        }

                .assign-page .orders-box .panel .panel-heading .order-count {
                    background: none repeat scroll 0 0 #fff;
                    border-radius: 50%;
                    color: #696566;
                    display: inline-block;
                    font-size: 14px;
                    font-weight: 700;
                    height: 22px;
                    line-height: 24px;
                    position: relative;
                    text-align: center;
                    top: 0;
                    width: 22px
                }

                .assign-page .orders-box .panel .panel-heading .delete-factory {
                    color: #696566;
                    font-size: 20px;
                    margin-right: -18px;
                    margin-top: -12px;
                    cursor: pointer
                }

            .assign-page .orders-box .panel .panel-body {
                padding: 0
            }

            .assign-page .orders-box .panel .panel-footer {
                background-color: #9d8d79;
                border-radius: 0 0 10px 10px
            }

        .assign-page .orders-box table thead th {
            padding: 5px 5px !important;
            font-weight: 400 !important;
            background: #e2ddd7
        }

        .assign-page .orders-box table tbody {
            height: 70px;
            overflow: auto;
            overflow-x: hidden
        }

            .assign-page .orders-box table tbody tr.disabled * {
                color: #bbb;
                cursor: not-allowed;
                user-select: none !important
            }

        .assign-page .orders-box table td, .assign-page .orders-box table th {
            border: none !important;
            border-right: 1px solid #9d8d79 !important;
            line-height: 13px;
            padding: 0 5px !important;
            vertical-align: middle;
            font-size: 11px
        }

            .assign-page .orders-box table td:last-child, .assign-page .orders-box table th:last-child {
                border-right: none !important
            }

            .assign-page .orders-box table td:nth-child(1), .assign-page .orders-box table th:nth-child(1) {
                min-width: 85px;
                max-width: 85px
            }

                .assign-page .orders-box table td:nth-child(1) .text-overflow, .assign-page .orders-box table th:nth-child(1) .text-overflow {
                    min-width: 76px;
                    max-width: 76px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

            .assign-page .orders-box table td:nth-child(2), .assign-page .orders-box table th:nth-child(2) {
                min-width: 76px
            }

            .assign-page .orders-box table th:nth-child(3) {
                max-width: 100%;
                width: 100%
            }

            .assign-page .orders-box table td:nth-child(3) {
                max-width: 100%
            }

    .assign-page .my-company-orders {
        border-radius: 10px;
        padding-left: 40px;
        position: relative
    }

        .assign-page .my-company-orders .panel-heading {
            overflow: hidden
        }

        .assign-page .my-company-orders .pad-smaller {
            display: inline-block;
            margin-top: 3px
        }

        .assign-page .my-company-orders .order-count {
            right: -8px
        }

    .assign-page .my-factory-boxes {
        padding-top: 5px;
        height: 357px;
        position: relative
    }

        .assign-page .my-factory-boxes ul {
            padding: 0
        }

            .assign-page .my-factory-boxes ul li {
                list-style: none
            }

        .assign-page .my-factory-boxes .drag-guide-text {
            margin-left: 30px
        }

        .assign-page .my-factory-boxes .orders-box {
            margin-bottom: 20px
        }

        .assign-page .my-factory-boxes .bx-slider-wrapper {
            padding: 0 22px;
            position: relative
        }

            .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a {
                height: 356px;
                top: -8px;
                position: absolute
            }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-prev:hover {
                    background-color: #9d8d79;
                    border-radius: 10px 0 0 10px
                }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-next:hover {
                    background-color: #9d8d79;
                    border-radius: 0 10px 10px 0
                }

                    .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-next:hover.disabled {
                        background-color: transparent;
                        border-radius: 0 10px 10px 0;
                        cursor: default
                    }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-prev:hover.disabled {
                    background-color: transparent;
                    border-radius: 10px 0 0 10px;
                    cursor: default
                }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-next {
                    right: -33px;
                    background: url(../fonts/right.png) center center no-repeat;
                    border-left: 1px solid #9d8d79
                }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-prev {
                    left: -33px;
                    background: url(../fonts/left.png) center center no-repeat;
                    border-right: 1px solid #9d8d79
                }

                .assign-page .my-factory-boxes .bx-slider-wrapper .bx-controls-direction a.bx-next {
                    right: -33px;
                    background: url(../fonts/right.png) center center no-repeat;
                    border-left: 1px solid #9d8d79
                }

        .assign-page .my-factory-boxes .bx-viewport {
            box-shadow: none !important;
            margin-left: 3px;
            padding-top: 10px;
            height: 295px !important
        }

            .assign-page .my-factory-boxes .bx-viewport .slider-col-item {
                padding: 0 10px !important
            }

        .assign-page .my-factory-boxes .button-new {
            position: absolute;
            right: 0;
            bottom: 10px;
            margin-right: 40px
        }

.intl-tel-input {
    width: 100%
}

.notice-reg-user-modal .modal-dialog {
    margin: 400px auto;
    width: 430px
}

.notice-reg-user-modal .notice-content {
    text-align: center;
    padding: 25px 0
}

    .notice-reg-user-modal .notice-content p {
        font-style: italic;
        padding: 0 20px
    }

.notice-reg-user-modal .button-wrapper a {
    width: 100px
}

.bg-white {
    background-color: #fff
}

.display-none {
    display: none
}

.order-modal .close {
    margin-top: -10px;
    margin-bottom: 10px
}

.settings-modal label {
    font-weight: 400
}

.glyphicon-search, .glyphicon-share-alt {
    cursor: pointer
}

.pad-nil {
    padding: 0 !important
}

.pad-left-nil {
    padding-left: 0 !important
}

.pad-xs {
    padding: 2px
}

.pad-xss {
    padding: 3px
}

.pad-s {
    padding: 5px
}

.pad-m {
    padding: 10px
}

.margin-l {
    margin: 15px
}

.pad-l {
    padding: 15px
}

.pad-l-except-top {
    padding: 0 15px 15px 15px
}

.pad-xl {
    padding: 20px
}

.pad-xl-except-top {
    padding: 0 20px 20px 20px
}

.pad-xl-except-right {
    padding: 20px 0 20px 20px
}

.pad-xxl-except-top {
    padding: 0 35px 35px 35px
}

.pad-xxl {
    padding: 35px
}

.pad-xxxl {
    padding: 50px
}

.pad-xxxxl {
    padding: 100px
}

.margin-xs {
    margin: 2px
}

.margin-s {
    margin: 5px
}

.margin-m {
    margin: 10px
}

.margin-l {
    margin: 15px
}

.margin-xl {
    margin: 20px
}

.margin-xxl {
    margin: 50px
}

.textsize-xs {
    font-size: .8em
}

.textsize-s {
    font-size: .9em
}

.left-line {
    border-left: 1px solid #ddd
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.center-align {
    text-align: center
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.pad-left-s {
    padding-left: 5px
}

.pad-left-m {
    padding-left: 10px
}

.pad-left-l {
    padding-left: 17px
}

.pad-left-xll {
    padding-left: 25px
}

.pad-left-xl {
    padding-left: 29px
}

.pad-right-s {
    padding-right: 5px
}

.pad-right-m {
    padding-right: 10px
}

.pad-right-l {
    padding-right: 17px
}

.pad-right-xl {
    padding-right: 29px
}

.margin-left-l {
    margin-left: 20px
}

.margin-left-xl {
    margin-left: 40px
}

.pad-top-s {
    padding-top: 5px
}

.pad-top-m {
    padding-top: 10px
}

.pad-top-l {
    padding-top: 20px
}

.fontsize-xxs {
    font-size: .7em
}

.fontsize-xs {
    font-size: .8em
}

.fontsize-s {
    font-size: .9em
}

.fontsize-m {
    font-size: 1.05em
}

.fontsize-l {
    font-size: 1.1em
}

.fontsize-xl {
    font-size: 1.2em
}

.fontsize-xxl {
    font-size: 1.3em
}

.fontsize-xxxl {
    font-size: 1.5em
}

.fontsize-xxxxl {
    font-size: 1.9em
}

.fontsize-5xl {
    font-size: 2.2em
}

.fontsize-6xl {
    font-size: 2.9em
}

.display-inline {
    display: inline !important
}

.share-alt-btn {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.text-danger {
    color: red
}

.cart-body {
    margin: 0 auto
}

.order-list-wrapper {
    position: relative
}

    .order-list-wrapper #order-list.table-has-scroll th:nth-child(1) {
        width: 149px
    }

    .order-list-wrapper #order-list tr.disabled {
        cursor: not-allowed !important;
        font-style: italic
    }

        .order-list-wrapper #order-list tr.disabled td:nth-child(1), .order-list-wrapper #order-list tr.disabled td:nth-child(2), .order-list-wrapper #order-list tr.disabled td:nth-child(3), .order-list-wrapper #order-list tr.disabled td:nth-child(4), .order-list-wrapper #order-list tr.disabled td:nth-child(5), .order-list-wrapper #order-list tr.disabled td:nth-child(6) {
            color: #bbb
        }

table#order-list {
    margin-bottom: 5px;
    border: 1px solid #26868c
}

    table#order-list th {
        border-bottom: none !important;
        font-weight: 400
    }

    table#order-list tbody {
        height: 160px;
        overflow-y: auto
    }

    table#order-list td:nth-child(1) {
        width: 150px
    }

    table#order-list td:nth-child(2) {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px
    }

    table#order-list td:nth-child(3) {
        width: 100px
    }

    table#order-list td:nth-child(4) {
        width: 170px
    }

    table#order-list td:nth-child(5) {
        width: 150px
    }

    table#order-list td:nth-child(6) {
        width: 140px
    }

    table#order-list td:nth-child(7) {
        width: 90px !important;
        min-width: 90px
    }

    table#order-list th:nth-child(1) {
        width: 150px
    }

    table#order-list th:nth-child(2) {
        width: 150px
    }

    table#order-list th:nth-child(3) {
        width: 100px
    }

    table#order-list th:nth-child(4) {
        width: 170px
    }

    table#order-list th:nth-child(5) {
        width: 150px
    }

    table#order-list th:nth-child(6) {
        width: 140px
    }

    table#order-list th:nth-child(7) {
        width: 90px !important;
        min-width: 90px
    }

    table#order-list .table-order-items td:nth-child(1), table#order-list .table-order-items th:nth-child(1) {
        width: 150px
    }

    table#order-list .table-order-items td:nth-child(2), table#order-list .table-order-items th:nth-child(2) {
        width: 395px !important;
        max-width: 395px !important
    }

    table#order-list .table-order-items td:nth-child(3), table#order-list .table-order-items th:nth-child(3) {
        width: 100px
    }

    table#order-list thead {
        background-color: #bddadc
    }

#order-list tr td {
    line-height: 2 !important;
    padding: 0 8px
}

#order-list.table > tbody > tr > td, #order-list.table > tbody > tr > th, #order-list.table > tfoot > tr > td, #order-list.table > tfoot > tr > th, #order-list.table > thead > tr > td, #order-list.table > thead > tr > th {
    border-top: none
}

table.delivery-detail {
    overflow: auto;
    margin: 0
}

    table.delivery-detail tbody {
        height: 110px;
        overflow-y: auto
    }

    table.delivery-detail.has-stock-alert tbody {
        height: 92px
    }

    table.delivery-detail td {
        padding: 3px 5px !important;
        float: left !important;
        display: table-cell
    }

        table.delivery-detail td:nth-child(1) {
            width: 115px
        }

        table.delivery-detail td:nth-child(2) {
            width: 30px
        }

        table.delivery-detail td:nth-child(3) {
            width: 90px
        }

        table.delivery-detail td:nth-child(4) {
            width: 100px
        }

        table.delivery-detail td:last-child {
            width: 42px
        }

    table.delivery-detail th:nth-child(1) {
        width: 151px
    }

    table.delivery-detail th:nth-child(2) {
        width: 50px
    }

    table.delivery-detail th:nth-child(3) {
        width: 150px
    }

    table.delivery-detail th:nth-child(4) {
        width: 290px
    }

    table.delivery-detail th:nth-child(5) {
        width: 80px
    }

    table.delivery-detail tbody.has-scroll td:nth-child(1) {
        width: 100px
    }

.splitted-two .stock-alert-notice {
    visibility: hidden
}

.splitted-two .departure-wrap {
    min-height: 67px !important
}

.col-xs-4.active, .col-xs-4.drag-enter {
    position: relative;
    /*z-index: 0 !important*/
}

    .col-xs-4.active.first-slide-child {
        z-index: 9999 !important
    }

.bxslider .bx-viewport {
    overflow: visible !important
}

#delivery-container .bx-wrapper .bx-controls-direction a {
    height: 332px !important;
    top: -1px !important;
    margin-top: 0 !important;
    z-index: 1000 !important
}

#delivery-container .bx-wrapper .bx-prev {
    left: -1px;
    border-radius: 0 0 0 2px;
    border: 1px solid #26868c;
    background: #fff url(../fonts/prev-1.png) center center no-repeat
}

#delivery-container .bx-wrapper a:hover.bx-prev {
    background: #26868c url(../fonts/prev-1.png) center center no-repeat
}

#delivery-container .bx-wrapper .bx-next {
    right: -1px;
    border: 1px solid #26868c;
    border-radius: 0 0 2px 0;
    background: #fff url(../fonts/next-1.png) center center no-repeat
}

#delivery-container .bx-wrapper a:hover.bx-next {
    background: #26868c url(../fonts/next-1.png) center center no-repeat
}

#delivery-container .bx-wrapper .bx-controls-direction a.disabled {
    opacity: .5
}

    #delivery-container .bx-wrapper .bx-controls-direction a.disabled:hover {
        background-color: #fff
    }

table.scrollable tbody {
    overflow-y: auto;
    background: #fff
}

table.scrollable tbody, table.scrollable thead > tr {
    display: block
}

#delivery-container {
    margin: 0 auto
}

    #delivery-container .bx-wrapper .bx-viewport {
        overflow: visible !important;
        z-index: 1;
        position: relative;
        height: 330px !important
    }

.delivery-inner.stock-alert-delivery .delivery-detail tbody {
    height: 110px
}

.delivery-inner .splitted-one .delivery-detail tbody {
    height: 92px
}

.checking-stock .delivery-inner .delivery-detail tbody {
    height: 110px
}

.checking-stock .delivery-inner.splitted-delivery .delivery-detail tbody {
    height: 110px
}

.checking-stock .delivery-inner .splitted-delivery-info {
    display: none
}

#delivery-container {
    position: relative
}

    #delivery-container .control-nav {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 1000
    }

    #delivery-container #next-slide {
        right: 10px;
        background: url(../fonts/pics/controls.png) no-repeat -43px -32px
    }

        #delivery-container #next-slide:hover {
            background-position: -43px 0
        }

    #delivery-container #prev-slide {
        left: 10px;
        background: url(../fonts/pics/controls.png) no-repeat 0 -32px
    }

        #delivery-container #prev-slide:hover {
            background-position: 0 0
        }

    #delivery-container .bx-wrapper {
        margin: 0
    }

        #delivery-container .bx-wrapper .bx-viewport {
            background-color: #f9f9f9;
            border-radius: 5px;
            left: 0;
            box-shadow: none
        }

    #delivery-container #devivery-section {
        height: 100%;
        margin: 0 15px;
        padding: 5px 0;
        font-size: 11px;
        top: 5px
    }

        #delivery-container #devivery-section li {
            list-style: none
        }

        #delivery-container #devivery-section .footer-delivery-buttons {
            overflow: hidden;
            margin-top: 5px;
            padding-right: 15px;
            border-radius: 0 0 10px 10px
        }

            #delivery-container #devivery-section .footer-delivery-buttons .button-new {
                height: 23px;
                line-height: 23px;
                padding: 0 15px;
                margin: 0;
                text-transform: uppercase;
                background: #26868c;
                color: #fff
            }

            #delivery-container #devivery-section .footer-delivery-buttons .btn-manage {
                border: none;
                height: 21px
            }

            #delivery-container #devivery-section .footer-delivery-buttons a {
                color: #fff
            }

            #delivery-container #devivery-section .footer-delivery-buttons .btn-continue.disabled {
                color: #adadad
            }

            #delivery-container #devivery-section .footer-delivery-buttons .disabled.button-new {
                border-color: #adadad
            }

            #delivery-container #devivery-section .footer-delivery-buttons .disabled .white-icon {
                opacity: .68
            }

        #delivery-container #devivery-section .delivery-box {
            border-radius: 15px;
            border: 3px solid #26868c;
            background: #26868c
        }

            #delivery-container #devivery-section .delivery-box .delivery-header {
                background: #26868c;
                border-radius: 15px 15px 0 0;
                padding: 6px;
            }

                #delivery-container #devivery-section .delivery-box .delivery-header .truck-icon {
                    display: inline-block;
                    height: 20px;
                    width: 28px;
                    background: url(../fonts/white-icons.png) -13px -63px no-repeat;
                    position: relative;
                    /*top: 5px*/
                }

                #delivery-container #devivery-section .delivery-box .delivery-header .edit-client-ref {
                    margin-left: 10px
                }

            #delivery-container #devivery-section .delivery-box .delivery-body {
                background: #bddadc;
                padding: 3px
            }

                #delivery-container #devivery-section .delivery-box .delivery-body .delivery-to, #delivery-container #devivery-section .delivery-box .delivery-body .estimate-wrap, #delivery-container #devivery-section .delivery-box .delivery-body .logistic-wrap {
                    padding: 3px 0 3px 10px
                }

                #delivery-container #devivery-section .delivery-box .delivery-body .departure-wrap {
                    overflow: hidden;
                    margin-top: 0;
                    min-height: 50px
                }

                #delivery-container #devivery-section .delivery-box .delivery-body .stock-alerted {
                    margin-top: 20px;
                    padding: 0 10px
                }

            #delivery-container #devivery-section .delivery-box .delivery-to .edit-delivery {
                font-size: 14px;
                position: relative;
                top: 3px;
                right: 2px;
                cursor: pointer
            }

            #delivery-container #devivery-section .delivery-box select {
                border: 1px solid #26868c;
                background: #fff;
                width: 159px;
                padding: 2px 0
            }

                #delivery-container #devivery-section .delivery-box select.addresses {
                    width: 200px
                }

            #delivery-container #devivery-section .delivery-box .delivery-title {
                display: inline-block;
                position: relative;
                min-width: 180px;
                font-size: 15px;
                color: #fff
            }

                #delivery-container #devivery-section .delivery-box .delivery-title label {
                    float: left;
                    font-weight: 400;
                    height: 20px;
                    margin: 0
                }

                #delivery-container #devivery-section .delivery-box .delivery-title .delivery-title-input {
                    padding: 0 5px;
                    width: 155px;
                    background: 0 0;
                    border: none
                }

                #delivery-container #devivery-section .delivery-box .delivery-title a {
                    color: #fff
                }

            #delivery-container #devivery-section .delivery-box .editting-title {
                position: relative;
                top: 5px;
                color: #fff
            }

                #delivery-container #devivery-section .delivery-box .editting-title .delivery-title-input {
                    border: 1px solid #26868c;
                    background: #fff
                }

            #delivery-container #devivery-section .delivery-box .client-ref-errors {
                font-size: 9px
            }

                #delivery-container #devivery-section .delivery-box .client-ref-errors label {
                    margin-bottom: 0;
                    margin-top: 5px
                }

            #delivery-container #devivery-section .delivery-box .view-detail, #delivery-container #devivery-section .delivery-box .view-reduce {
                margin-right: 10px;
                display: inline-block;
                height: 25px;
                line-height: 25px;
                text-transform: none;
                border: none
            }

            #delivery-container #devivery-section .delivery-box .glyphicon-remove-circle {
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: -5px
            }

            #delivery-container #devivery-section .delivery-box .save-client-ref {
                margin-right: 5px
            }

            #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure {
                width: 100%
            }

                #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure td, #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th {
                    padding: 0 5px !important;
                    border-right: 1px solid #26868c
                }

                #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th {
                    background: #70b1b5;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 20px;
                    border-top: 1px solid #26868c
                }

                    #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure td:nth-child(1), #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th:nth-child(1) {
                        border-left: 1px solid #26868c
                    }

                    #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th:nth-child(1) {
                        width: 25%
                    }

                    #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th:nth-child(2) {
                        width: 45%
                    }

                    #delivery-container #devivery-section .delivery-box .departure-wrap .table-departure th:nth-child(3) {
                        width: 45%
                    }

            #delivery-container #devivery-section .delivery-box .download-invoice {
                background: 0 0;
                border: none;
                color: #fff;
                text-decoration: none
            }

                #delivery-container #devivery-section .delivery-box .download-invoice .label-text:hover {
                    text-decoration: underline
                }

                #delivery-container #devivery-section .delivery-box .download-invoice.disabled {
                    color: #adadad;
                    cursor: default
                }

                    #delivery-container #devivery-section .delivery-box .download-invoice.disabled:hover {
                        text-decoration: none
                    }

                #delivery-container #devivery-section .delivery-box .download-invoice .download-icon {
                    position: relative;
                    top: 5px;
                    margin-left: 5px;
                    display: inline-block;
                    height: 20px;
                    width: 20px;
                    background: url(../fonts/white-icons.png) no-repeat scroll -15px -110px rgba(0,0,0,0)
                }

        #delivery-container #devivery-section .new-delivery {
            border: 1px dashed #000;
            background-color: #fff;
            position: relative;
            height: 308px !important;
            max-height: 308px
        }

            #delivery-container #devivery-section .new-delivery .row {
                position: absolute;
                top: 40%
            }

                #delivery-container #devivery-section .new-delivery .row span.glyphicon {
                    font-size: 5em;
                    color: #26868c
                }

        #delivery-container #devivery-section .row-custom {
            margin: 0;
            padding: 0 50px 60px 20px
        }

            #delivery-container #devivery-section .row-custom .col-xs-4 {
                z-index: 999;
                position: relative;
                padding: 0 7px
            }

    #delivery-container .stock-alert-notice {
        margin: 0 -3px -3px -3px;
        padding: 5px 10px
    }

.datepicker-dropdown {
    display: none !important
}

    .datepicker-dropdown:last-child {
        display: block !important;
        z-index: 110000 !important
    }

.request-delivery {
    position: relative;
    margin: 3px 0;
    overflow: hidden
}

.input-append {
    display: inline-block;
    position: relative
}

    .input-append input {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #26868c;
        float: left;
        height: 17px;
        width: 90px
    }

    .input-append .add-on {
        margin-left: 5px
    }

        .input-append .add-on i {
            font-size: 14px;
            color: #26868c
        }

#order-list {
    height: 115px;
    overflow: auto
}

    #order-list tr {
        height: 28px;
        max-height: 28px;
        display: block
    }

.delivery-detail tr {
    height: 28px;
    max-height: 28px;
    display: block;
    overflow: hidden;
    line-height: 2
}

.drag-enter .delivery-box, .drag-enter.cart-body {
    border-width: 3px !important;
    border-color: #45e04a !important;
    border-style: dashed !important
}

.dragging {
    z-index: 99999;
    cursor: move;
    cursor: -webkit-grabbing;
    background: #fff;
    border: 2px solid #adadad
}

    .dragging .arrow-wrapper, .dragging .ie9-popover, .dragging .table-order-items {
        display: none !important
    }

[ng-drag] {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[ng-drag] {
    cursor: move
}

    [ng-drag].dragging {
        opacity: .5;
        cursor: move
    }

.cart-body .panel-body {
    position: relative
}

.has-scroll .order-detail-main-cart {
    display: inline-block
}

    .has-scroll .order-detail-main-cart .table-order-items {
        position: absolute;
        max-height: 180px;
        right: 92px;
        top: -10px;
        background: #fff;
        display: none;
        border: 1px solid #adadad;
        z-index: 9999;
        width: 610px;
        padding-right: 5px
    }

.order-detail-main-cart {
    display: inline-block
}

    .order-detail-main-cart .table-order-items {
        position: absolute;
        max-height: 180px;
        right: 92px;
        top: -10px;
        background: #fff;
        display: none;
        border: 1px solid #adadad;
        z-index: 9999;
        width: 610px;
        padding-right: 5px
    }

.order-detail-delivery .table-order-items {
    width: 470px !important
}

.order-detail-delivery .glyphicon-search, .order-detail-main-cart .glyphicon-search {
    display: inline-block;
    position: inherit
}

.order-detail-delivery:hover .glyphicon-search, .order-detail-main-cart:hover .glyphicon-search {
    z-index: 99999
}

.order-detail-delivery .hovering, .order-detail-main-cart .hovering {
    z-index: 99999
}

.order-detail-delivery .arrow-wrapper, .order-detail-main-cart .arrow-wrapper {
    display: none
}

.order-detail-delivery .hovering .arrow-wrapper, .order-detail-main-cart .hovering .arrow-wrapper {
    display: block
}

.ie9-popover tr, .order-detail-delivery .hovering .table-order-items tr, .order-detail-main-cart .hovering .table-order-items tr {
    width: 100%
}

.ie9-popover th:nth-child(1), .order-detail-delivery .hovering .table-order-items th:nth-child(1), .order-detail-main-cart .hovering .table-order-items th:nth-child(1) {
    width: 140px !important
}

.ie9-popover th:nth-child(2), .order-detail-delivery .hovering .table-order-items th:nth-child(2), .order-detail-main-cart .hovering .table-order-items th:nth-child(2) {
    width: 300px !important
}

.ie9-popover th:nth-child(3), .order-detail-delivery .hovering .table-order-items th:nth-child(3), .order-detail-main-cart .hovering .table-order-items th:nth-child(3) {
    width: 100px !important
}

.order-detail-main-cart .table-order-items th:nth-child(2) {
    padding-left: 10px !important
}

.order-detail-main-cart .table-order-items td:nth-child(2) {
    padding-left: 0 !important
}

.order-detail-delivery .table-order-items th:nth-child(2) {
    padding-left: 10px !important
}

.order-detail-delivery .table-order-items td:nth-child(2) {
    padding-left: 10px !important
}

.arrow-wrapper {
    position: relative;
    display: inline-block
}

    .arrow-wrapper .arrow-icon {
        height: 0;
        width: 0;
        border-width: 10px;
        border-color: transparent;
        border-style: solid;
        border-left-color: #adadad;
        border-right-width: 0;
        left: -17px;
        position: absolute;
        top: -17px
    }

#delivery-container .first-slide-child .delivery-detail .has-scroll .arrow-wrapper .arrow-icon {
    border-left-color: transparent;
    border-right-color: #adadad !important;
    left: 5px;
    border-right-width: 10px !important;
    top: -17px
}

#delivery-container .first-slide-child .delivery-detail .has-scroll .table-order-items {
    right: -506px !important;
    z-index: 999999
}

#delivery-container .first-slide-child .delivery-detail .arrow-wrapper .arrow-icon {
    left: 3px
}

#delivery-container .first-slide-child .table-order-items.order-detail {
    right: -438px !important;
    z-index: 999999
}

#delivery-container .first-slide-child .arrow-wrapper .arrow-icon {
    border-left-color: transparent;
    border-right-color: #adadad !important;
    left: 5px;
    border-right-width: 10px !important;
    top: -17px
}

#delivery-container .first-slide-child .order-detail-delivery .glyphicon-search {
    padding: 5px 15px 5px 0
}

#delivery-container .first-slide-child .has-scroll .ie9-popover {
    right: -592px
}

#delivery-container .first-slide-child .ie9-popover {
    height: 217px;
    right: -570px !important;
    z-index: 999999;
    top: 0
}

.order-detail-delivery {
    display: inline-block;
    position: inherit
}

    .order-detail-delivery .table-order-items table td:nth-child(1) {
        width: 26%
    }

    .order-detail-delivery .table-order-items table td:nth-child(2) {
        width: 60%
    }

    .order-detail-delivery .table-order-items table td:nth-child(3) {
        width: 10%
    }

.delivery-detail {
    position: relative
}

    .delivery-detail .has-scroll .table-order-items {
        position: absolute;
        height: 180px;
        right: 50px;
        top: -40px;
        background: #fff;
        display: none;
        border: 1px solid #adadad;
        z-index: 9999;
        width: 610px;
        padding-right: 5px
    }

    .delivery-detail .table-order-items {
        position: absolute;
        height: 180px;
        right: 36px;
        top: -40px;
        background: #fff;
        display: none;
        border: 1px solid #adadad;
        z-index: 9999;
        width: 610px;
        padding-right: 5px
    }

    .delivery-detail tbody {
        height: 160px
    }

    .delivery-detail .arrow-wrapper .arrow-icon {
        left: -12px
    }

.detail-mode-active .delivery-detail {
    position: relative
}

    .detail-mode-active .delivery-detail .table-order-items {
        position: absolute;
        height: 180px;
        right: 53px !important;
        top: -40px;
        background: #fff;
        display: none;
        border: 1px solid #adadad;
        z-index: 9999;
        width: 610px;
        padding-right: 5px
    }

        .detail-mode-active .delivery-detail .table-order-items tbody {
            height: 140px !important
        }

    .detail-mode-active .delivery-detail .arrow-wrapper .arrow-icon {
        left: -12px
    }

.detail-mode-active .client-ref-errors {
    display: inline-block;
    position: relative;
    top: -7px
}

.delivery-detail .table-order-items tbody {
    height: 140px;
    overflow-y: auto
}

.action-wrapper {
    padding-right: 0 !important
}

    .action-wrapper .glyphicon {
        padding-top: 5px;
        padding-bottom: 5px
    }

.client-ref-errors {
    display: block;
    margin-top: -4px
}

#edit-address-panel .modal-header .close {
    margin-top: -10px
}

.glyphicon * {
    font-family: verdana,arial,helvetica,sans-serif
}

.ie9-popover {
    position: absolute;
    height: 245px;
    overflow: auto;
    width: 480px;
    top: 0;
    border: 1px solid #adadad;
    background: #fff;
    right: 107px;
    display: none
}

.parents-ie9-popover.hovering .ie9-popover {
    display: block
}

.cart-body .parents-ie9-popover.has-scroll .ie9-popover {
    right: 95px
}

.cart-body .ie9-popover {
    right: 93px
}

.marg_left_user {
    margin-left: 746px
}

.delivery-box .parents-ie9-popover.hovering.has-scroll {
    position: relative
}

    .delivery-box .parents-ie9-popover.hovering.has-scroll .ie9-popover {
        height: 217px;
        right: 55px;
        top: 40px;
        position: absolute
    }

.delivery-box .ie9-popover {
    height: 217px;
    right: 57px;
    top: 40px
}

.modal-content .address-form label.error {
    display: block;
    font-size: 12px;
    font-weight: 400
}

.ng-valid {
    color: #000
}

.modal-open .modal {
    z-index: 100000 !important
}

.modal-backdrop.in {
    z-index: 10400 !important
}

.modal .address-form label {
    font-weight: 400
}

#wraper-delivery .table > tbody > tr > td, #wraper-delivery .table > tbody > tr > th, #wraper-delivery .table > tfoot > tr > td, #wraper-delivery .table > tfoot > tr > th, #wraper-delivery .table > thead > tr > td, #wraper-delivery .table > thead > tr > th {
    /*border-top: none*/
}

#wraper-delivery .delivery-detail > tbody > tr > td {
    line-height: 25px
}

.moq-modal .modal-header h3 {
    margin: 10px !important
}

.moq-modal .modal-footer {
    padding: 0 !important
}

    .moq-modal .modal-footer .col-md-6 {
        padding: 8px
    }

        .moq-modal .modal-footer .col-md-6:first-child {
            border-right: 1px solid #fff
        }

.archived-order > td {
    color: #4892f9
}

.archived-order .restore-archived-order {
    color: #4892f9;
    border: 1px solid #4892f9;
    display: inline-block;
    font-size: 14px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px
}

.best-etd-question {
    color: #fff
}

.group-orders-text:before {
    background: url(../fonts/loader-big.gif) -500px -500px no-repeat
}

.group-orders-text:after {
    background: url(../fonts/loader-small.gif) -500px -500px no-repeat
}

.checking-stock-wrap {
    min-height: 100px;
    background: url(../fonts/loader-big.gif) center center no-repeat
}

.checking-stock .stock-status-cell {
    min-height: 20px;
    background: url(../fonts/loader-small.gif) center 3px no-repeat
}

.splitted-message-notice {
    padding-left: 10px;
    position: relative;
    margin-top: 14px
}

.alert-custom {
    background-color: #bcf1a6;
    border-color: #d6e9c6;
    color: red;
    font-weight: 700
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: 0 0
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    box-sizing: border-box
}

:after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

    a:focus, a:hover {
        color: #2a6496;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

cite {
    font-style: normal
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

    blockquote:after, blockquote:before {
        content: ""
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        /*border-top: 0*/
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #777
    }

    .form-control::-webkit-input-placeholder {
        color: #777
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 34px
}

    .form-horizontal .form-group-sm input[type=date].form-control, .form-horizontal .form-group-sm input[type=datetime-local].form-control, .form-horizontal .form-group-sm input[type=month].form-control, .form-horizontal .form-group-sm input[type=time].form-control, .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .form-horizontal .form-group-lg input[type=date].form-control, .form-horizontal .form-group-lg input[type=datetime-local].form-control, .form-horizontal .form-group-lg input[type=month].form-control, .form-horizontal .form-group-lg input[type=time].form-control, .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-horizontal .form-group-sm select.form-control, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.form-horizontal .form-group-sm select[multiple].form-control, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.form-horizontal .form-group-lg select.form-control, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.form-horizontal .form-group-lg select[multiple].form-control, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label, .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .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 .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.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: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .form-horizontal .form-group-sm .input-group-addon.form-control, .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .form-horizontal .form-group-lg .input-group-addon.form-control, .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after, .nav:before {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #428bca
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand {
        color: #777
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #777
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #777
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager:after, .pager:before {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

    .media, .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge {
        float: right
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px
        }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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 .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .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,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(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
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        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 {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 550px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px;
        margin-top: 0 !important
    }

.CatalogItem .right {
    margin-left: 10px;
    margin-top: 40px !important
}

.CatalogItem .popover {
    max-width: 270px !important;
    width: 270px !important;
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px;
    margin-top: 0 !important
}

.CatalogItem .left {
    margin-left: -10px;
    margin-top: 40px !important
}

.popover.down {
    margin-left: -65px !important
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    /*MKG*/
    /*padding: 0 0;*/
    padding-top: 1% !important;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 35%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        left: 100%
    }

    .carousel-inner > .prev {
        left: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0
        }

    .carousel-inner > .active.left {
        left: -100%
    }

    .carousel-inner > .active.right {
        left: 100%
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.m-t-sm {
    margin-top: 10px
}

.m-t-md {
    margin-top: 14px
}

select.error {
    color: #000
}

#contact-form .modal-footer, #stock-form .modal-footer {
    background-color: #26868c !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

    #contact-form .modal-footer a, #stock-form .modal-footer a {
        color: #fff;
        margin: 10px 0 0 0
    }

    #contact-form .modal-footer button, #stock-form .modal-footer button {
        background-color: #26868c;
        border-color: #fff
    }

#contact-form .modal-header, #stock-form .modal-header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.fake-table {
    overflow: hidden
}

    .fake-table .table-head {
        background-color: #f8f8f8;
        color: #333;
        font-weight: 700;
        padding: 10px;
        border: 1px solid #e3e3e3
    }

        .fake-table .table-head .th {
            padding: 5px 0
        }

    .fake-table .table-body {
        max-height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0 10px;
        border: 1px solid #e3e3e3
    }

        .fake-table .table-body .order-item .td {
            padding: 5px 0
        }

        .fake-table .table-body .order-item:nth-child(2n+1) > div {
            background: #e3e3e3
        }

        .fake-table .table-body .order-item .order-detail {
            margin: 10px 0
        }

.text-success {
    color: green
}

.text-warning {
    color: orange
}

.confirm-checkboxes label {
    font-weight: 400
}

    .confirm-checkboxes label.defaults {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        clear: both
    }

.confirm-checkboxes input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    top: 2px;
    margin-left: 50px
}

.confirm-checkboxes a {
    color: #3477b0 !important
}

    .confirm-checkboxes a:hover {
        background: 0 0;
        text-decoration: underline;
        color: #3477b0
    }

.confirm-checkboxes .price-condition a {
    padding: 3px 25px 3px 20px;
    background: url(../fonts/pdf_icon.png) right center no-repeat
}

.checkbox-item strong {
    font-size: 14px;
    text-transform: uppercase
}

.checkbox-item a {
    float: right
}

.confirm-notice-header {
    font-weight: 700
}

.center-elements {
    text-align: center
}

.stock-ready-icon .glyphicon {
    font-size: 50px;
    color: green
}

.text-success {
    color: green
}

.text-warning {
    color: orange
}

.small-modal .modal-dialog {
    width: 700px !important
}

.center-elements {
    text-align: center
}

.growl-animated {
    z-index: 100000 !important
}

table.autoscroll tbody {
    height: 100px;
    overflow: auto
}

table.autoscroll td, table.autoscroll th {
    padding: 3px 10px
}

table.autoscroll tbody, table.autoscroll thead > tr {
    display: block
}

table.autoscroll td:nth-child(1), table.autoscroll th:nth-child(1) {
    width: 200px
}

table.autoscroll td:nth-child(2), table.autoscroll th:nth-child(2) {
    width: 100px
}

table.autoscroll td:nth-child(3), table.autoscroll th:nth-child(3) {
    width: 200px
}

table.autoscroll td:nth-child(4), table.autoscroll th:nth-child(4) {
    width: 200px
}

table.autoscroll td:nth-child(5), table.autoscroll th:nth-child(5) {
    width: 200px
}

table.autoscroll td:nth-child(6), table.autoscroll th:nth-child(6) {
    width: 190px
}

#delivery .client-ref-errors {
    display: block;
    margin: 0 0 0 103px
}

    #delivery .client-ref-errors label {
        font-weight: 400;
        font-size: 14px
    }

#delivery h4 {
    margin-top: 0
}

#delivery .col-xs-12, #delivery .col-xs-2, #delivery .col-xs-3, #delivery .col-xs-4, #delivery .col-xs-6 {
    padding-left: 0
}

    #delivery .col-xs-6.right {
        padding-right: 0
    }

#delivery input[type=checkbox], #delivery input[type=radio] {
    margin-right: 10px
}

#delivery .address {
    margin-left: 0;
    padding: 0
}

#delivery .padding-left-group {
    margin-left: 10px
}

#delivery .form-group {
    margin-bottom: 8px
}

#delivery .form-control {
    height: 27px;
    padding: 2px 12px
}

#delivery .panel-body {
    padding: 0 15px
}

#delivery .detail-panel .col-xs-6.left {
    padding-right: 12px
}

#delivery .detail-panel .col-xs-6.right {
    padding-left: 12px
}

#delivery .detail-panel .panel-heading.bill-heading {
    height: 38px
}

#delivery .detail-panel .panel-footer.panel-footer-custom {
    height: 32px;
    padding-top: 8px
}

#delivery .detail-panel .delivery-to {
    display: inline-block
}

#delivery .detail-panel .delivery-default-ship-to {
    display: inline-block;
    width: 340px
}

    #delivery .detail-panel .delivery-default-ship-to select {
        font-size: 10pt
    }

#delivery .detail-panel .panel-body {
    font-size: 12pt;
    padding: 10px 15px 0 15px;
    min-height: 134px
}

#delivery .detail-panel.split-panel > .col-xs-6 {
    width: 49.5%
}

#delivery .detail-panel .panel-heading {
    font-size: 12pt
}

#delivery .detail-panel .date-picker {
    width: 125px
}

#delivery span.volume, #delivery span.weight {
    margin-bottom: 5px;
    display: inline-block
}

#delivery span.volume {
    margin-right: 20px
}

.logistic-detail .glyphicon-calendar {
    font-size: 26px !important
}

.logistic-detail table {
    margin-bottom: 10px
}

.modal-header {
    padding: 0 15px
}

.model-content {
    white-space: pre-line
}

.required {
    color: red;
    display: inline-block
}

    .required.vs-hidden {
        visibility: hidden
    }

input.ng-dirty.ng-invalid {
    border-color: red
}

.error {
    color: red
}

.bill-heading {
    height: 38px;
    padding-top: 5px
}

    .bill-heading .bill-to {
        font-size: 12pt;
        width: 410px;
        display: inline-block;
        padding-top: 5px
    }

.status {
    color: green
}

.not-bold {
    font-weight: 400
}

.order-list.delivery-splitted-one .custom-col-4 {
    width: 50.333% !important
}

.order-list.delivery-splitted-one .custom-col-9 {
    width: 88% !important
}

.order-list.delivery-splitted-one .row .border-right {
    border-right: none !important
}

.order-list .table-head {
    padding: 0 10px;
    background: #bddadc;
    font-size: 10pt;
    border: none;
    height: 23px;
    line-height: 12px
}

.order-list.fake-table {
    border: 1px solid #26868c;
    height: 250px;
    font-size: 12px
}

    .order-list.fake-table .order-item > div {
        background: 0 0 !important
    }

    .order-list.fake-table .table-head .th {
        font-weight: 400
    }

    .order-list.fake-table .row.order-item {
        width: 964px
    }

    .order-list.fake-table .custom-col-4 {
        width: 33.333%
    }

    .order-list.fake-table .custom-col-9 {
        width: 71%
    }

        .order-list.fake-table .custom-col-9 .item-label {
            overflow: hidden;
            height: 18px
        }

    .order-list.fake-table .custom-col-2 {
        width: 14.667%
    }

    .order-list.fake-table .custom-col-1 {
        padding-right: 5px;
        width: 9.333%
    }

        .order-list.fake-table .custom-col-1.last-col {
            width: 9.333%
        }

            .order-list.fake-table .custom-col-1.last-col .td {
                padding: 5px 10px
            }

    .order-list.fake-table .border-right {
        border-right: 1px solid #26868c
    }

.order-list .table-body {
    clear: both;
    height: 225px;
    max-height: 225px;
    border: none
}

    .order-list .table-body .custom-col-2:last-child {
        margin-right: 10px
    }

    .order-list .table-body .last-col {
        right: 10px
    }

    .order-list .table-body .order-detail {
        margin: 0 !important
    }

.order-list .border-bottom {
    border-top: 1px solid #26868c
}

.checkbox-item input[type=checkbox]:disabled + label {
    color: #adadad
}

.btn-continue:hover {
    text-decoration: none
}

.addresses option:last-child i {
    font-style: italic
}

.delivery-title {
    font-size: 16pt
}

.detail-panel .panel-heading.bill-heading {
    height: 38px
}

.detail-panel .panel-footer.panel-footer-custom {
    height: 32px;
    padding-top: 8px
}

.detail-panel .delivery-to {
    display: inline-block;
    margin-top: 4px;
    width: 410px
}

.detail-panel .delivery-default-ship-to {
    display: inline-block;
    width: 340px
}

    .detail-panel .delivery-default-ship-to select {
        font-size: 10pt
    }

.detail-panel .panel-body {
    font-size: 12pt
}

.detail-panel.split-panel > .col-md-6 {
    width: 49.5%
}

.detail-panel .panel-body {
    min-height: 134px
}

.detail-panel .panel-heading {
    font-size: 12pt
}

.detail-panel .date-picker {
    width: 125px
}

.radios-wrappers label {
    font-weight: 700;
    margin-bottom: 0;
    display: inline;
    font-size: 10pt
}

#frmClientRef .delivery-title-text {
    color: #fff
}

.logistic-detail .col-xs-6.col-xs-4-5 .col-xs-6 {
    width: 56%
}

    .logistic-detail .col-xs-6.col-xs-4-5 .col-xs-6.custom {
        width: 44%;
        padding-right: 5px
    }

#delivery-container .order-detail-delivery .glyphicon-search {
    padding-left: 20px;
    padding-top: 1px
}

#delivery-container .order-detail.table-order-items {
    right: 45px !important;
    padding-right: 0
}

    #delivery-container .order-detail.table-order-items thead > tr {
        background-color: #bddadc
    }

.order-detail-main-cart .table-order-items {
    padding-right: 0
}

#progress {
    background: none repeat scroll 0 0 #ff0;
    display: inline;
    position: absolute
}

.home-sidebar {
    border-radius: 20px !important
}

    .home-sidebar .sidebar-title {
        margin-top: 0;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0
    }

    .home-sidebar .sidebar-item-inner {
        padding: 15px 8px;
        cursor: pointer
    }

.home-vertial-slider {
    background: #fff;
    border: 2px solid #adadad;
    border-radius: 0 0 18px 18px;
    height: 526px;
    padding: 25px 0;
    position: relative
}

    .home-vertial-slider .bx-viewport {
        left: 0 !important;
        padding: 8px 0;
        box-shadow: none
    }

    .home-vertial-slider .bxslider {
        padding-left: 0
    }

        .home-vertial-slider .bxslider li.slide-item {
            list-style: none;
            margin-bottom: 10px
        }

            .home-vertial-slider .bxslider li.slide-item img {
                width: 100%
            }

            .home-vertial-slider .bxslider li.slide-item .right-panel, .home-vertial-slider .bxslider li.slide-item .title {
                display: none;
                position: absolute;
                left: 100%;
                opacity: 1 !important
            }

    .home-vertial-slider .bx-controls a {
        display: block;
        width: 100% !important;
        left: 0 !important;
        height: 25px !important
    }

        .home-vertial-slider .bx-controls a.disabled {
            opacity: .5
        }

        .home-vertial-slider .bx-controls a:hover {
            background-color: #7cc9ad
        }

    .home-vertial-slider .bx-controls .bx-prev {
        top: -2% !important;
        background: #fff url(../fonts/up.png) center center no-repeat;
        border-bottom: 1px solid #333
    }

        .home-vertial-slider .bx-controls .bx-prev:hover {
            background-position: center center
        }

    .home-vertial-slider .bx-controls .bx-next {
        top: 103% !important;
        border-radius: 0 0 15px 15px;
        background: #fff url(../fonts/down.png) center center no-repeat;
        border-top: 1px solid #333
    }

        .home-vertial-slider .bx-controls .bx-next:hover {
            background-position: center center
        }

    .home-vertial-slider .play-icon {
        background-image: url(../fonts/home-slider/play.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 120px;
        position: absolute;
        right: 50px;
        top: 11px;
        width: 77px
    }

    .home-vertial-slider .video-play-icon {
        background-image: url(../fonts/home-slider/play.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 120px;
        position: absolute;
        width: 77px;
        margin-left: 30%;
        margin-top: -53%;
    }

        .home-vertial-slider .play-icon:hover {
            background-image: url(../fonts/home-slider/play_hover.png)
        }

.content {
    position: relative
}

    .content .clone-popover {
        position: absolute;
        display: none;
        left: 196px
    }

        .content .clone-popover.child-hovering {
            display: block
        }

        .content .clone-popover .right-panel {
            width: 669px;
            padding: 2px;
            background: none repeat scroll 0 0 #a5a5a9;
            min-height: 377px;
            border-radius: 10px 10px 10px 10px
        }

            .content .clone-popover .right-panel .pannel-content {
                background: none repeat scroll 0 0 #fff;
                border-radius: 10px 10px 10px 10px;
                padding: 10px;
                min-height: 377px
            }

                .content .clone-popover .right-panel .pannel-content iframe {
                    width: 100% !important;
                    min-height: 370px !important
                }

.not-border-radius .sidebar-title {
    border-radius: 10px 0 0 0 !important
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        /*padding-left: 48px;*/
        margin-left: 0;
        -webkit-transition: background-color .1s ease-out;
        transition: background-color .1s ease-out
    }

        .intl-tel-input input.iti-invalid-key {
            -webkit-transition: background-color 0;
            transition: background-color 0;
            background-color: #ffc7c7
        }

    .intl-tel-input .flag-dropdown {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 1px
    }

        .intl-tel-input .flag-dropdown:hover {
            cursor: pointer
        }

            .intl-tel-input .flag-dropdown:hover .selected-flag {
                background-color: rgba(0,0,0,.05)
            }

    .intl-tel-input input[disabled] + .flag-dropdown:hover, .intl-tel-input input[readonly] + .flag-dropdown:hover {
        cursor: default
    }

        .intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag, .intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
            background-color: transparent
        }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 42px;
        height: 100%;
        padding: 0 0 0 8px
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .intl-tel-input .selected-flag .arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 4px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555
        }

            .intl-tel-input .selected-flag .arrow.up {
                border-top: none;
                border-bottom: 4px solid #555
            }

    .intl-tel-input .country-list {
        list-style: none;
        position: absolute;
        z-index: 2;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

        .intl-tel-input .country-list .flag {
            display: inline-block;
            width: 20px
        }

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0,0,0,.05)
    }

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag {
    margin-right: 6px
}

.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.iti-flag {
    width: 20px
}

    .iti-flag.be {
        width: 17px
    }

    .iti-flag.ch {
        width: 15px
    }

    .iti-flag.mc {
        width: 19px
    }

    .iti-flag.ne {
        width: 17px
    }

    .iti-flag.np {
        width: 12px
    }

    .iti-flag.va {
        width: 15px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 288px 266px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: -189px -223px
}

.iti-flag.ad {
    height: 14px;
    background-position: -63px -32px
}

.iti-flag.ae {
    height: 10px;
    background-position: -247px -77px
}

.iti-flag.af {
    height: 13px;
    background-position: -147px -150px
}

.iti-flag.ag {
    height: 13px;
    background-position: -63px -136px
}

.iti-flag.ai {
    height: 10px;
    background-position: -247px -132px
}

.iti-flag.al {
    height: 14px;
    background-position: -42px -32px
}

.iti-flag.am {
    height: 10px;
    background-position: -210px -234px
}

.iti-flag.ao {
    height: 13px;
    background-position: -84px -44px
}

.iti-flag.aq {
    height: 13px;
    background-position: -21px -78px
}

.iti-flag.ar {
    height: 12px;
    background-position: -100px -194px
}

.iti-flag.as {
    height: 10px;
    background-position: -84px -234px
}

.iti-flag.at {
    height: 13px;
    background-position: -126px -87px
}

.iti-flag.au {
    height: 10px;
    background-position: -247px -33px
}

.iti-flag.aw {
    height: 13px;
    background-position: 0 -121px
}

.iti-flag.ax {
    height: 13px;
    background-position: -37px -194px
}

.iti-flag.az {
    height: 10px;
    background-position: -42px -245px
}

.iti-flag.ba {
    height: 10px;
    background-position: -268px -33px
}

.iti-flag.bb {
    height: 13px;
    background-position: -147px -136px
}

.iti-flag.bd {
    height: 12px;
    background-position: -210px -118px
}

.iti-flag.be {
    height: 15px;
    background-position: 0 -194px
}

.iti-flag.bf {
    height: 13px;
    background-position: -168px -102px
}

.iti-flag.bg {
    height: 12px;
    background-position: -210px -66px
}

.iti-flag.bh {
    height: 12px;
    background-position: -210px -79px
}

.iti-flag.bi {
    height: 12px;
    background-position: -210px -144px
}

.iti-flag.bj {
    height: 13px;
    background-position: -21px -63px
}

.iti-flag.bl {
    height: 13px;
    background-position: -42px -63px
}

.iti-flag.bm {
    height: 10px;
    background-position: -210px -223px
}

.iti-flag.bn {
    height: 10px;
    background-position: -21px -234px
}

.iti-flag.bo {
    height: 13px;
    background-position: -63px -63px
}

.iti-flag.bq {
    height: 13px;
    background-position: -84px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -63px -47px
}

.iti-flag.bs {
    height: 10px;
    background-position: -247px -55px
}

.iti-flag.bt {
    height: 13px;
    background-position: -84px -29px
}

.iti-flag.bv {
    height: 14px;
    background-position: 0 -32px
}

.iti-flag.bw {
    height: 13px;
    background-position: -84px -58px
}

.iti-flag.by {
    height: 10px;
    background-position: -84px -256px
}

.iti-flag.bz {
    height: 13px;
    background-position: 0 -78px
}

.iti-flag.ca {
    height: 10px;
    background-position: -268px -55px
}

.iti-flag.cc {
    height: 10px;
    background-position: -268px -121px
}

.iti-flag.cd {
    height: 15px;
    background-position: -42px 0
}

.iti-flag.cf {
    height: 13px;
    background-position: -42px -78px
}

.iti-flag.cg {
    height: 13px;
    background-position: -63px -78px
}

.iti-flag.ch {
    height: 15px;
    background-position: -231px 0
}

.iti-flag.ci {
    height: 13px;
    background-position: -105px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -247px -22px
}

.iti-flag.cl {
    height: 13px;
    background-position: -105px -15px
}

.iti-flag.cm {
    height: 13px;
    background-position: -105px -29px
}

.iti-flag.cn {
    height: 13px;
    background-position: -105px -44px
}

.iti-flag.co {
    height: 13px;
    background-position: -105px -58px
}

.iti-flag.cp {
    height: 13px;
    background-position: -105px -73px
}

.iti-flag.cr {
    height: 12px;
    background-position: -84px -210px
}

.iti-flag.cu {
    height: 10px;
    background-position: -126px -256px
}

.iti-flag.cv {
    height: 12px;
    background-position: -63px -210px
}

.iti-flag.cw {
    height: 13px;
    background-position: -42px -92px
}

.iti-flag.cx {
    height: 10px;
    background-position: -268px -77px
}

.iti-flag.cy {
    height: 13px;
    background-position: -63px -92px
}

.iti-flag.cz {
    height: 13px;
    background-position: -84px -92px
}

.iti-flag.de {
    height: 12px;
    background-position: -42px -210px
}

.iti-flag.dg {
    height: 10px;
    background-position: 0 -234px
}

.iti-flag.dj {
    height: 13px;
    background-position: 0 -107px
}

.iti-flag.dk {
    height: 15px;
    background-position: -21px -16px
}

.iti-flag.dm {
    height: 10px;
    background-position: -189px -234px
}

.iti-flag.do {
    height: 12px;
    background-position: -210px -14px
}

.iti-flag.dz {
    height: 13px;
    background-position: -63px -107px
}

.iti-flag.ea {
    height: 13px;
    background-position: -84px -107px
}

.iti-flag.ec {
    height: 13px;
    background-position: -105px -107px
}

.iti-flag.ee {
    height: 12px;
    background-position: -210px 0
}

.iti-flag.eg {
    height: 13px;
    background-position: -126px -15px
}

.iti-flag.eh {
    height: 10px;
    background-position: -247px -165px
}

.iti-flag.er {
    height: 10px;
    background-position: -247px -209px
}

.iti-flag.es {
    height: 13px;
    background-position: -126px -29px
}

.iti-flag.et {
    height: 10px;
    background-position: -189px -245px
}

.iti-flag.eu {
    height: 13px;
    background-position: -126px -44px
}

.iti-flag.fi {
    height: 12px;
    background-position: -210px -183px
}

.iti-flag.fj {
    height: 10px;
    background-position: -210px -256px
}

.iti-flag.fk {
    height: 10px;
    background-position: -268px 0
}

.iti-flag.fm {
    height: 10px;
    background-position: -21px -223px
}

.iti-flag.fo {
    height: 14px;
    background-position: -21px -32px
}

.iti-flag.fr {
    height: 13px;
    background-position: -126px -102px
}

.iti-flag.ga {
    height: 15px;
    background-position: 0 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -268px -132px
}

.iti-flag.gd {
    height: 12px;
    background-position: -210px -157px
}

.iti-flag.ge {
    height: 13px;
    background-position: -42px -121px
}

.iti-flag.gf {
    height: 13px;
    background-position: -63px -121px
}

.iti-flag.gg {
    height: 13px;
    background-position: -84px -121px
}

.iti-flag.gh {
    height: 13px;
    background-position: -105px -121px
}

.iti-flag.gi {
    height: 10px;
    background-position: -105px -234px
}

.iti-flag.gl {
    height: 13px;
    background-position: -126px -121px
}

.iti-flag.gm {
    height: 13px;
    background-position: -147px 0
}

.iti-flag.gn {
    height: 13px;
    background-position: -147px -15px
}

.iti-flag.gp {
    height: 13px;
    background-position: -147px -29px
}

.iti-flag.gq {
    height: 13px;
    background-position: -147px -44px
}

.iti-flag.gr {
    height: 13px;
    background-position: -147px -58px
}

.iti-flag.gs {
    height: 10px;
    background-position: -247px -121px
}

.iti-flag.gt {
    height: 12px;
    background-position: -163px -194px
}

.iti-flag.gu {
    height: 10px;
    background-position: -42px -223px
}

.iti-flag.gw {
    height: 10px;
    background-position: -247px -198px
}

.iti-flag.gy {
    height: 12px;
    background-position: -105px -210px
}

.iti-flag.hk {
    height: 13px;
    background-position: -147px -116px
}

.iti-flag.hm {
    height: 10px;
    background-position: -63px -245px
}

.iti-flag.hn {
    height: 10px;
    background-position: -84px -245px
}

.iti-flag.hr {
    height: 10px;
    background-position: -168px -245px
}

.iti-flag.ht {
    height: 12px;
    background-position: -210px -92px
}

.iti-flag.hu {
    height: 10px;
    background-position: -231px -245px
}

.iti-flag.ic {
    height: 13px;
    background-position: -21px -136px
}

.iti-flag.id {
    height: 13px;
    background-position: -42px -136px
}

.iti-flag.ie {
    height: 10px;
    background-position: -189px -256px
}

.iti-flag.il {
    height: 14px;
    background-position: 0 -48px
}

.iti-flag.im {
    height: 10px;
    background-position: -231px -256px
}

.iti-flag.in {
    height: 13px;
    background-position: -84px -136px
}

.iti-flag.io {
    height: 10px;
    background-position: -268px -11px
}

.iti-flag.iq {
    height: 13px;
    background-position: -105px -136px
}

.iti-flag.ir {
    height: 11px;
    background-position: -126px -210px
}

.iti-flag.is {
    height: 14px;
    background-position: -21px -48px
}

.iti-flag.it {
    height: 13px;
    background-position: 0 -150px
}

.iti-flag.je {
    height: 12px;
    background-position: -210px -53px
}

.iti-flag.jm {
    height: 10px;
    background-position: -268px -154px
}

.iti-flag.jo {
    height: 10px;
    background-position: -268px -165px
}

.iti-flag.jp {
    height: 13px;
    background-position: -42px -150px
}

.iti-flag.ke {
    height: 13px;
    background-position: -63px -150px
}

.iti-flag.kg {
    height: 12px;
    background-position: -210px -40px
}

.iti-flag.kh {
    height: 13px;
    background-position: -58px -194px
}

.iti-flag.ki {
    height: 10px;
    background-position: -63px -234px
}

.iti-flag.km {
    height: 12px;
    background-position: -21px -210px
}

.iti-flag.kn {
    height: 13px;
    background-position: 0 -63px
}

.iti-flag.kp {
    height: 10px;
    background-position: -147px -234px
}

.iti-flag.kr {
    height: 13px;
    background-position: -168px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -105px -223px
}

.iti-flag.ky {
    height: 10px;
    background-position: -247px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -247px -11px
}

.iti-flag.la {
    height: 13px;
    background-position: -168px -29px
}

.iti-flag.lb {
    height: 13px;
    background-position: -168px -44px
}

.iti-flag.lc {
    height: 10px;
    background-position: -247px -44px
}

.iti-flag.li {
    height: 12px;
    background-position: -210px -196px
}

.iti-flag.lk {
    height: 10px;
    background-position: -247px -66px
}

.iti-flag.lr {
    height: 10px;
    background-position: -63px -223px
}

.iti-flag.ls {
    height: 13px;
    background-position: -168px -87px
}

.iti-flag.lt {
    height: 12px;
    background-position: -210px -131px
}

.iti-flag.lu {
    height: 12px;
    background-position: -210px -105px
}

.iti-flag.lv {
    height: 10px;
    background-position: -247px -176px
}

.iti-flag.ly {
    height: 10px;
    background-position: -247px -187px
}

.iti-flag.ma {
    height: 13px;
    background-position: -168px -131px
}

.iti-flag.mc {
    height: 15px;
    background-position: -63px -16px
}

.iti-flag.md {
    height: 10px;
    background-position: -247px -220px
}

.iti-flag.me {
    height: 10px;
    background-position: -247px -231px
}

.iti-flag.mf {
    height: 13px;
    background-position: 0 -165px
}

.iti-flag.mg {
    height: 13px;
    background-position: -21px -165px
}

.iti-flag.mh {
    height: 10px;
    background-position: -84px -223px
}

.iti-flag.mk {
    height: 10px;
    background-position: -105px -245px
}

.iti-flag.ml {
    height: 13px;
    background-position: -63px -165px
}

.iti-flag.mm {
    height: 13px;
    background-position: -84px -165px
}

.iti-flag.mn {
    height: 10px;
    background-position: -210px -245px
}

.iti-flag.mo {
    height: 13px;
    background-position: -105px -165px
}

.iti-flag.mp {
    height: 10px;
    background-position: -63px -256px
}

.iti-flag.mq {
    height: 13px;
    background-position: -126px -165px
}

.iti-flag.mr {
    height: 13px;
    background-position: -147px -165px
}

.iti-flag.ms {
    height: 10px;
    background-position: -147px -256px
}

.iti-flag.mt {
    height: 13px;
    background-position: -168px -165px
}

.iti-flag.mu {
    height: 13px;
    background-position: -189px 0
}

.iti-flag.mv {
    height: 13px;
    background-position: -189px -15px
}

.iti-flag.mw {
    height: 13px;
    background-position: -189px -29px
}

.iti-flag.mx {
    height: 11px;
    background-position: -168px -210px
}

.iti-flag.my {
    height: 10px;
    background-position: -268px -22px
}

.iti-flag.mz {
    height: 13px;
    background-position: -189px -58px
}

.iti-flag.na {
    height: 13px;
    background-position: -189px -73px
}

.iti-flag.nc {
    height: 10px;
    background-position: -268px -66px
}

.iti-flag.ne {
    height: 15px;
    background-position: -19px -194px
}

.iti-flag.nf {
    height: 10px;
    background-position: -268px -99px
}

.iti-flag.ng {
    height: 10px;
    background-position: -268px -110px
}

.iti-flag.ni {
    height: 12px;
    background-position: -210px -27px
}

.iti-flag.nl {
    height: 13px;
    background-position: -189px -116px
}

.iti-flag.no {
    height: 14px;
    background-position: -42px -48px
}

.iti-flag.np {
    height: 15px;
    background-position: -268px -198px
}

.iti-flag.nr {
    height: 10px;
    background-position: -268px -176px
}

.iti-flag.nu {
    height: 10px;
    background-position: -126px -223px
}

.iti-flag.nz {
    height: 10px;
    background-position: -147px -223px
}

.iti-flag.om {
    height: 10px;
    background-position: -168px -223px
}

.iti-flag.pa {
    height: 13px;
    background-position: -189px -160px
}

.iti-flag.pe {
    height: 13px;
    background-position: 0 -179px
}

.iti-flag.pf {
    height: 13px;
    background-position: -21px -179px
}

.iti-flag.pg {
    height: 15px;
    background-position: -21px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -42px -234px
}

.iti-flag.pk {
    height: 13px;
    background-position: -63px -179px
}

.iti-flag.pl {
    height: 12px;
    background-position: -142px -194px
}

.iti-flag.pm {
    height: 13px;
    background-position: -105px -179px
}

.iti-flag.pn {
    height: 10px;
    background-position: -126px -234px
}

.iti-flag.pr {
    height: 13px;
    background-position: -126px -179px
}

.iti-flag.ps {
    height: 10px;
    background-position: -168px -234px
}

.iti-flag.pt {
    height: 13px;
    background-position: -147px -179px
}

.iti-flag.pw {
    height: 12px;
    background-position: -184px -194px
}

.iti-flag.py {
    height: 11px;
    background-position: -189px -210px
}

.iti-flag.qa {
    height: 8px;
    background-position: -268px -214px
}

.iti-flag.re {
    height: 13px;
    background-position: -168px -179px
}

.iti-flag.ro {
    height: 13px;
    background-position: -84px -179px
}

.iti-flag.rs {
    height: 13px;
    background-position: -189px -102px
}

.iti-flag.ru {
    height: 13px;
    background-position: -189px -87px
}

.iti-flag.rw {
    height: 13px;
    background-position: -189px -44px
}

.iti-flag.sa {
    height: 13px;
    background-position: -42px -165px
}

.iti-flag.sb {
    height: 10px;
    background-position: -247px -88px
}

.iti-flag.sc {
    height: 10px;
    background-position: -247px -99px
}

.iti-flag.sd {
    height: 10px;
    background-position: -247px -110px
}

.iti-flag.se {
    height: 12px;
    background-position: -121px -194px
}

.iti-flag.sg {
    height: 13px;
    background-position: -168px -116px
}

.iti-flag.sh {
    height: 10px;
    background-position: -247px -143px
}

.iti-flag.si {
    height: 10px;
    background-position: -247px -154px
}

.iti-flag.sj {
    height: 14px;
    background-position: -63px 0
}

.iti-flag.sk {
    height: 13px;
    background-position: -168px -73px
}

.iti-flag.sl {
    height: 13px;
    background-position: -168px -58px
}

.iti-flag.sm {
    height: 15px;
    background-position: 0 -16px
}

.iti-flag.sn {
    height: 13px;
    background-position: -105px -150px
}

.iti-flag.so {
    height: 13px;
    background-position: -84px -150px
}

.iti-flag.sr {
    height: 13px;
    background-position: -21px -150px
}

.iti-flag.ss {
    height: 10px;
    background-position: 0 -245px
}

.iti-flag.st {
    height: 10px;
    background-position: -21px -245px
}

.iti-flag.sv {
    height: 11px;
    background-position: -147px -210px
}

.iti-flag.sx {
    height: 13px;
    background-position: -126px -136px
}

.iti-flag.sy {
    height: 13px;
    background-position: 0 -136px
}

.iti-flag.sz {
    height: 13px;
    background-position: -147px -102px
}

.iti-flag.ta {
    height: 10px;
    background-position: -126px -245px
}

.iti-flag.tc {
    height: 10px;
    background-position: -147px -245px
}

.iti-flag.td {
    height: 13px;
    background-position: -147px -87px
}

.iti-flag.tf {
    height: 13px;
    background-position: -147px -73px
}

.iti-flag.tg {
    height: 12px;
    background-position: -79px -194px
}

.iti-flag.th {
    height: 13px;
    background-position: -21px -121px
}

.iti-flag.tj {
    height: 10px;
    background-position: 0 -256px
}

.iti-flag.tk {
    height: 10px;
    background-position: -21px -256px
}

.iti-flag.tl {
    height: 10px;
    background-position: -42px -256px
}

.iti-flag.tm {
    height: 13px;
    background-position: -126px -73px
}

.iti-flag.tn {
    height: 13px;
    background-position: -126px -58px
}

.iti-flag.to {
    height: 10px;
    background-position: -105px -256px
}

.iti-flag.tr {
    height: 13px;
    background-position: -126px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: 0 -210px
}

.iti-flag.tv {
    height: 10px;
    background-position: -168px -256px
}

.iti-flag.tw {
    height: 13px;
    background-position: -42px -107px
}

.iti-flag.tz {
    height: 13px;
    background-position: -105px -92px
}

.iti-flag.ua {
    height: 13px;
    background-position: -21px -92px
}

.iti-flag.ug {
    height: 13px;
    background-position: 0 -92px
}

.iti-flag.um {
    height: 10px;
    background-position: 0 -223px
}

.iti-flag.us {
    height: 10px;
    background-position: -210px -210px
}

.iti-flag.uy {
    height: 13px;
    background-position: -84px -78px
}

.iti-flag.uz {
    height: 10px;
    background-position: -268px -44px
}

.iti-flag.va {
    height: 15px;
    background-position: -231px -16px
}

.iti-flag.vc {
    height: 13px;
    background-position: -42px -179px
}

.iti-flag.ve {
    height: 13px;
    background-position: -189px -131px
}

.iti-flag.vg {
    height: 10px;
    background-position: -268px -88px
}

.iti-flag.vi {
    height: 13px;
    background-position: -168px -145px
}

.iti-flag.vn {
    height: 13px;
    background-position: -168px -15px
}

.iti-flag.vu {
    height: 12px;
    background-position: -210px -170px
}

.iti-flag.wf {
    height: 13px;
    background-position: -126px -150px
}

.iti-flag.ws {
    height: 10px;
    background-position: -268px -143px
}

.iti-flag.xk {
    height: 14px;
    background-position: -42px -16px
}

.iti-flag.ye {
    height: 13px;
    background-position: -21px -107px
}

.iti-flag.yt {
    height: 13px;
    background-position: -84px -15px
}

.iti-flag.za {
    height: 13px;
    background-position: -189px -179px
}

.iti-flag.zm {
    height: 13px;
    background-position: -189px -145px
}

.iti-flag.zw {
    height: 10px;
    background-position: -268px -187px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/assets/flags.png);
    background-color: #dbdbdb;
    background-position: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(/assets/flags@2x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.reset-password, .signin {
    max-width: 380px;
    margin-top: 80px;
    margin: 0 auto;
    padding-top: 50px
}

    .reset-password form, .signin form {
        max-width: 530px;
        padding: 15px;
        background-color: #f8f8f8;
        border-radius: 12px;
        border: 1px solid #adadad
    }

.forgot-password {
    max-width: 530px;
    margin-top: 80px;
    margin: 0 auto;
    padding-top: 50px
}

    .forgot-password #error_explanation {
        width: auto
    }

    .forgot-password form {
        padding: 15px;
        background-color: #f8f8f8;
        border-radius: 12px;
        border: 1px solid #adadad
    }

        .forgot-password form .field_with_errors {
            width: 100%
        }

.selector-language-mr-help span {
    cursor: pointer;
    color: #00f;
    font-weight: 700;
    margin-left: 8px;
    text-decoration: underline
}

.header .main-nav .mr-help-dashboard .mister_help {
    cursor: pointer;
    width: 100px
}

.mrhelp-modal-open {
    overflow: auto
}

    .mrhelp-modal-open .content {
        overflow: hidden;
        min-height: 670px
    }

    .mrhelp-modal-open .modal {
        overflow-y: hidden
    }

.mr-help-modal {
    position: absolute /*!should not be change!*/
}

    .mr-help-modal .control-link {
        font-family: arial;
        margin-left: 20px
    }

    .mr-help-modal .modal-content {
        background: 0 0;
        border: medium none;
        box-shadow: none;
        padding: 10px
    }

        .mr-help-modal .modal-content .step-box {
            position: absolute;
            background: #e5e5e5;
            min-height: 93px;
            border-radius: 10px;
            padding: 10px
        }

            .mr-help-modal .modal-content .step-box .arrow {
                height: 15px;
                width: 15px;
                background: #e5e5e5;
                position: absolute;
                left: -8px;
                top: 30px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

    .mr-help-modal.dashboard .step-box {
        min-width: 219px;
        width: 300px
    }

    .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_one {
        width: 440px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_one .arrow {
            display: none
        }

    .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_three {
        left: 473px;
        top: 120px
    }

    .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_four {
        left: 23px;
        top: 251px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_four .arrow {
            left: 293px;
            top: 46px
        }

    .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_five {
        left: 455px;
        top: 258px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-factory .step-box.step_five .arrow {
            left: -8px;
            top: 175px
        }

    .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_one {
        width: 440px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_one .arrow {
            display: none
        }

    .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_two {
        left: 473px;
        top: 119px
    }

    .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_three {
        left: 33px;
        top: 52px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_three .arrow {
            left: 293px;
            top: 245px
        }

    .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_four {
        left: 473px;
        top: 224px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_four .arrow {
            top: 207px
        }

    .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_five {
        left: 38px;
        top: 360px
    }

        .mr-help-modal.dashboard.mr-help-modal-for-agent .step-box.step_five .arrow {
            left: 293px;
            top: 207px
        }

    .mr-help-modal.assign .step-box {
        min-width: 219px;
        width: 300px
    }

        .mr-help-modal.assign .step-box.step_one .arrow {
            display: none
        }

        .mr-help-modal.assign .step-box.step_two {
            left: -10px;
            top: 111px
        }

            .mr-help-modal.assign .step-box.step_two .arrow {
                display: none
            }

        .mr-help-modal.assign .step-box.step_three {
            left: 200px;
            top: 345px;
            width: 426px
        }

            .mr-help-modal.assign .step-box.step_three .arrow {
                display: none
            }

        .mr-help-modal.assign .step-box.step_four {
            top: 113px
        }

        .mr-help-modal.assign .step-box.step_five {
            top: 217px
        }

            .mr-help-modal.assign .step-box.step_five .img {
                background: url(../fonts/mr_help_arrows.png) no-repeat scroll 0 -572px/367px auto;
                height: 80px;
                left: -191px;
                position: absolute;
                top: -49px;
                width: 347px
            }

            .mr-help-modal.assign .step-box.step_five .arrow {
                left: 122px;
                top: -8px
            }

        .mr-help-modal.assign .step-box.step_six {
            top: 73px;
            left: 420px
        }

            .mr-help-modal.assign .step-box.step_six .arrow {
                left: 196px;
                top: 152px
            }

        .mr-help-modal.assign .step-box.step_seven {
            left: 300px;
            top: 325px
        }

            .mr-help-modal.assign .step-box.step_seven .arrow {
                display: none
            }

        .mr-help-modal.assign .step-box.step_height {
            width: 500px;
            top: 200px
        }

            .mr-help-modal.assign .step-box.step_height .arrow {
                display: none
            }

        .mr-help-modal.assign .step-box.step_nine {
            top: 261px
        }

            .mr-help-modal.assign .step-box.step_nine .arrow {
                left: 196px;
                top: 88px
            }

        .mr-help-modal.assign .step-box.step_ten {
            left: 450px;
            top: 509px
        }

            .mr-help-modal.assign .step-box.step_ten .arrow {
                left: 196px;
                top: 88px
            }

    .mr-help-modal.ordering .step-box {
        min-width: 219px;
        width: 300px
    }

        .mr-help-modal.ordering .step-box.step_one .arrow {
            display: none
        }

        .mr-help-modal.ordering .step-box.step_two {
            left: -10px;
            top: 111px
        }

    .mr-help-modal.ordering_detail .step-box {
        width: 300px
    }

        .mr-help-modal.ordering_detail .step-box.step_one {
            left: -10px;
            top: 111px
        }

            .mr-help-modal.ordering_detail .step-box.step_one .arrow {
                display: none
            }

        .mr-help-modal.ordering_detail .step-box.step_two {
            left: 100px;
            top: 111px
        }

        .mr-help-modal.ordering_detail .step-box.step_three {
            left: 200px;
            top: 400px
        }

        .mr-help-modal.ordering_detail .step-box.step_four {
            left: 200px;
            top: 323px
        }

            .mr-help-modal.ordering_detail .step-box.step_four .arrow {
                top: -8px;
                left: 138px
            }

        .mr-help-modal.ordering_detail .step-box.step_five {
            left: 200px;
            top: 400px
        }

        .mr-help-modal.ordering_detail .step-box.step_six {
            left: 250px;
            top: 540px
        }

            .mr-help-modal.ordering_detail .step-box.step_six .arrow {
                top: 106px;
                left: 138px
            }

        .mr-help-modal.ordering_detail .step-box.step_seven {
            left: 510px;
            top: 520px
        }

            .mr-help-modal.ordering_detail .step-box.step_seven .arrow {
                top: 124px;
                left: 230px
            }

        .mr-help-modal.ordering_detail .step-box.step_height {
            left: 510px;
            top: 557px
        }

            .mr-help-modal.ordering_detail .step-box.step_height .arrow {
                top: 88px;
                left: 109px
            }

    .mr-help-modal.ordering_detail_to_review .step-box {
        width: 300px
    }

        .mr-help-modal.ordering_detail_to_review .step-box.step_one {
            left: 110px;
            top: 145px
        }

        .mr-help-modal.ordering_detail_to_review .step-box.step_two {
            left: 100px;
            top: 363px
        }

            .mr-help-modal.ordering_detail_to_review .step-box.step_two .arrow {
                top: -8px;
                left: 76px
            }

        .mr-help-modal.ordering_detail_to_review .step-box.step_three {
            left: 250px;
            top: 540px
        }

            .mr-help-modal.ordering_detail_to_review .step-box.step_three .arrow {
                top: 106px;
                left: 138px
            }

        .mr-help-modal.ordering_detail_to_review .step-box.step_four {
            left: 510px;
            top: 520px
        }

            .mr-help-modal.ordering_detail_to_review .step-box.step_four .arrow {
                top: 124px;
                left: 230px
            }

        .mr-help-modal.ordering_detail_to_review .step-box.step_five {
            left: 510px;
            top: 557px
        }

            .mr-help-modal.ordering_detail_to_review .step-box.step_five .arrow {
                top: 88px;
                left: 100px
            }

    .mr-help-modal.ordering_detail_catalogue .step-box {
        width: 300px
    }

        .mr-help-modal.ordering_detail_catalogue .step-box.step_one {
            left: -10px;
            top: 111px
        }

            .mr-help-modal.ordering_detail_catalogue .step-box.step_one .arrow {
                display: none
            }

        .mr-help-modal.ordering_detail_catalogue .step-box.step_two {
            left: 100px;
            top: 111px
        }

        .mr-help-modal.ordering_detail_catalogue .step-box.step_three {
            left: 250px;
            top: 540px
        }

            .mr-help-modal.ordering_detail_catalogue .step-box.step_three .arrow {
                top: 106px;
                left: 138px
            }

        .mr-help-modal.ordering_detail_catalogue .step-box.step_four {
            left: 510px;
            top: 520px
        }

            .mr-help-modal.ordering_detail_catalogue .step-box.step_four .arrow {
                top: 124px;
                left: 230px
            }

        .mr-help-modal.ordering_detail_catalogue .step-box.step_five {
            left: 510px;
            top: 557px
        }

            .mr-help-modal.ordering_detail_catalogue .step-box.step_five .arrow {
                top: 88px;
                left: 100px
            }

    .mr-help-modal.checkout .step-box {
        min-width: 300px;
        width: 300px
    }

        .mr-help-modal.checkout .step-box.step_one {
            top: 100px;
            left: 80px;
            width: 440px
        }

            .mr-help-modal.checkout .step-box.step_one .arrow {
                display: none
            }

        .mr-help-modal.checkout .step-box.step_two {
            left: 135px;
            top: 253px
        }

            .mr-help-modal.checkout .step-box.step_two .arrow {
                display: none
            }

        .mr-help-modal.checkout .step-box.step_three {
            left: -120px;
            top: 198px
        }

            .mr-help-modal.checkout .step-box.step_three .arrow {
                left: 85px;
                top: -9px
            }

        .mr-help-modal.checkout .step-box.step_four {
            left: 40px;
            top: 450px
        }

            .mr-help-modal.checkout .step-box.step_four .img {
                background: url(../fonts/mr_help_arrows.png) no-repeat scroll -40px -167px/347px auto;
                height: 330px;
                width: 347px;
                position: absolute;
                left: -90px;
                top: -262px
            }

            .mr-help-modal.checkout .step-box.step_four .arrow {
                left: -8px;
                top: 20px
            }

        .mr-help-modal.checkout .step-box.step_five {
            left: 480px;
            top: 350px
        }

            .mr-help-modal.checkout .step-box.step_five .img {
                background: url(../fonts/mr_help_cart.png) no-repeat scroll center center/324px auto;
                height: 330px;
                width: 347px;
                position: absolute;
                left: -344px;
                top: 54px
            }

            .mr-help-modal.checkout .step-box.step_five .arrow {
                display: none
            }

        .mr-help-modal.checkout .step-box.step_six {
            left: 480px;
            top: 450px
        }

            .mr-help-modal.checkout .step-box.step_six .img {
                position: absolute;
                background: url(../fonts/mr_help_cart.png) no-repeat scroll center center/324px auto;
                height: 330px;
                width: 347px;
                position: absolute;
                left: -344px;
                top: -46px
            }

            .mr-help-modal.checkout .step-box.step_six .arrow {
                display: none
            }

    .mr-help-modal.tracking .step-box {
        min-width: 300px;
        width: 300px
    }

        .mr-help-modal.tracking .step-box.step_one {
            top: 100px;
            width: 440px
        }

            .mr-help-modal.tracking .step-box.step_one .arrow {
                display: none
            }

        .mr-help-modal.tracking .step-box.step_two {
            left: 235px;
            top: 23px
        }

            .mr-help-modal.tracking .step-box.step_two .arrow {
                left: 210px;
                top: -8px
            }

        .mr-help-modal.tracking .step-box.step_three {
            left: -150px;
            top: 184px
        }

            .mr-help-modal.tracking .step-box.step_three .arrow {
                left: 85px;
                top: -9px
            }

        .mr-help-modal.tracking .step-box.step_four {
            left: 440px;
            top: 250px
        }

            .mr-help-modal.tracking .step-box.step_four .arrow {
                left: 292px;
                top: 10px
            }

.tracking.tracking.mr-help-modal-for-factory .step_two {
    left: 142px
}

.ns-popover-list-theme {
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    border-radius: 3px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 .3125rem .625rem rgba(0,0,0,.2)
}

    .ns-popover-list-theme .list, .ns-popover-list-theme ul {
        padding: 0;
        margin: .625rem 0;
        display: block
    }

    .ns-popover-list-theme .list-item, .ns-popover-list-theme li {
        list-style-type: none
    }

        .ns-popover-list-theme .list-item a, .ns-popover-list-theme li a {
            padding: .1875rem .625rem;
            display: block
        }

            .ns-popover-list-theme .list-item a:hover, .ns-popover-list-theme li a:hover {
                background-color: #f5f5f5
            }

.ns-popover-tooltip-theme {
    box-sizing: border-box;
    z-index: 100;
    background-color: transparent
}

    .ns-popover-tooltip-theme .ns-popover-tooltip {
        box-sizing: border-box;
        border: solid 1px #d2d2d2;
        border-radius: 3px;
        z-index: 100;
        background-color: #fff;
        padding: .5625rem .875rem;
        max-width: 20rem;
        font-size: .875rem;
        box-shadow: 0 .3125rem .625rem rgba(0,0,0,.2);
        margin: 10px
    }

        .ns-popover-tooltip-theme .ns-popover-tooltip ul {
            padding: 0;
            margin: .625rem 0;
            display: block
        }

        .ns-popover-tooltip-theme .ns-popover-tooltip li {
            list-style-type: none
        }

            .ns-popover-tooltip-theme .ns-popover-tooltip li a {
                padding: .1875rem .625rem;
                display: block
            }

                .ns-popover-tooltip-theme .ns-popover-tooltip li a:hover {
                    background-color: #f5f5f5
                }

    .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 11px;
        border-color: transparent;
        position: absolute;
        border-bottom-color: #d2d2d2;
        left: 50%;
        top: -11px;
        margin-left: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: solid 10px;
            border-color: transparent;
            position: absolute
        }

        .ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
            border-bottom-color: #fff;
            border-top-width: 0;
            top: 1px;
            margin-left: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 11px;
        border-color: transparent;
        position: absolute;
        border-top-color: #d2d2d2;
        left: 50%;
        bottom: -11px;
        margin-left: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: solid 10px;
            border-color: transparent;
            position: absolute
        }

        .ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
            border-top-color: #fff;
            border-bottom-width: 0;
            bottom: 1px;
            margin-left: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-right-placement .triangle {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 11px;
        border-color: transparent;
        position: absolute;
        border-right-color: #d2d2d2;
        top: 50%;
        left: -11px;
        margin-top: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: solid 10px;
            border-color: transparent;
            position: absolute
        }

        .ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
            border-right-color: #fff;
            border-left-width: 0;
            left: 1px;
            bottom: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-left-placement .triangle {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 11px;
        border-color: transparent;
        position: absolute;
        border-left-color: #d2d2d2;
        top: 50%;
        right: -11px;
        margin-top: -11px
    }

        .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: solid 10px;
            border-color: transparent;
            position: absolute
        }

        .ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
            border-left-color: #fff;
            border-right-width: 0;
            right: 1px;
            bottom: -10px
        }

    .ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip {
        margin-left: 0
    }

    .ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip {
        margin-right: 0
    }

    .ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip {
        margin-top: 0
    }

    .ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip {
        margin-bottom: 0
    }

.select-placeholder {
    display: none;
    color: grey
}

.quote {
    font-style: italic
}

.sidebar {
    border-radius: 10px;
    background-color: #e1b71f
}

    .sidebar .sidebar-item-inner {
        padding: 15px 8px;
        cursor: pointer
    }

    .sidebar .order-item.sidebar-item {
        border-bottom: 2px solid #fff
    }

    .sidebar .order-item.selected-sidebar-item {
        padding: 0
    }

    .sidebar .delete-ordering-order, .sidebar .order-number {
        cursor: pointer
    }

    .sidebar .archived-order .order-number {
        cursor: default
    }

    .sidebar .sidebar-title {
        margin-top: 0;
        border-radius: 10px 10px 0 0
    }

        .sidebar .sidebar-title.agent-title {
            font-size: 14px
        }

    .sidebar .sidebar-inner {
        background: #fdf9e8;
        width: 100%;
        padding: 2px;
        border: 2px solid #e1b71f
    }

        .sidebar .sidebar-inner .orders-list {
            margin: 0;
            border: 1px solid #e1b71f
        }

        .sidebar .sidebar-inner .search-form {
            width: 100%
        }

            .sidebar .sidebar-inner .search-form input {
                width: 82%
            }

    .sidebar .orders-list {
        height: 430px
    }

    .sidebar .new-order-area {
        cursor: pointer;
        height: 45px;
        line-height: 45px;
        background: #f6e9bc
    }

        .sidebar .new-order-area .add-icon {
            color: #f68113;
            font-size: 35px;
            margin: 5px 10px
        }

        .sidebar .new-order-area .create-new-text {
            vertical-align: middle;
            position: relative;
            top: -10px;
            cursor: pointer
        }

        .sidebar .new-order-area.show-page {
            background: #fcf7e4
        }

            .sidebar .new-order-area.show-page .add-icon, .sidebar .new-order-area.show-page .create-new-text {
                color: #fbcda1
            }

.ordering-wrapper .orders-list {
    background: #dac8b1;
    padding-left: 0;
    overflow: auto;
    margin-bottom: 0;
    margin-left: 0
}

    .ordering-wrapper .orders-list .delete-ordering-order {
        margin-right: 5px !important;
        color: #f68113
    }

    .ordering-wrapper .orders-list li {
        list-style: none
    }

        .ordering-wrapper .orders-list li.archived-order .order-number {
            color: #4892f9
        }

        .ordering-wrapper .orders-list li.archived-order .version {
            background-color: #4892f9;
            color: #fff
        }

        .ordering-wrapper .orders-list li.archived-order .restore-archived-order {
            color: #4892f9;
            font-size: 12px;
            float: right;
            margin-right: 5px
        }

        .ordering-wrapper .orders-list li:nth-child(2n) {
            background-color: #f6e9bc
        }

        .ordering-wrapper .orders-list li:nth-child(2n+1) {
            background-color: #fdf9e8
        }

    .ordering-wrapper .orders-list .version {
        border-radius: 8px;
        color: #fff;
        padding: 0 10px;
        float: right
    }

    .ordering-wrapper .orders-list .order-to-release .order-number {
        color: #f78e1e
    }

    .ordering-wrapper .orders-list .order-to-release .version {
        background-color: #f78e1e
    }

    .ordering-wrapper .orders-list .order-assigned .order-number, .ordering-wrapper .orders-list .order-to-assign .order-number {
        color: #717073
    }

    .ordering-wrapper .orders-list .order-assigned .version, .ordering-wrapper .orders-list .order-to-assign .version {
        background-color: #717073
    }

    .ordering-wrapper .orders-list .order-to-checkout .order-number {
        color: #00b259
    }

    .ordering-wrapper .orders-list .order-to-checkout .version {
        background-color: #00b259
    }

    .ordering-wrapper .orders-list .order-assigned .icon {
        position: relative
    }

        .ordering-wrapper .orders-list .order-assigned .icon:after {
            border-radius: 0 5px 5px 0;
            content: "";
            height: 13px;
            position: absolute;
            right: -2px;
            top: -1px;
            width: 8px
        }

.ordering-wrapper .sidebar-title {
    margin-bottom: 0
}

.ordering-wrapper .box-ordering {
    float: left;
    width: 33%;
    padding: 0 15px;
    min-height: 275px
}

    .ordering-wrapper .box-ordering.order-assigned, .ordering-wrapper .box-ordering.order-to-assign {
        min-height: 235px
    }

    .ordering-wrapper .box-ordering.order-ready .box-inner {
        border-color: #00b259
    }

    .ordering-wrapper .box-ordering a:hover {
        text-decoration: none
    }

    .ordering-wrapper .box-ordering .box-inner {
        border: 3px solid #f78e1e;
        height: 220px;
        overflow: hidden;
        position: relative;
        border-radius: 15px;
        background: #fff
    }

    .ordering-wrapper .box-ordering .box-label {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #f78e1e
    }

    .ordering-wrapper .box-ordering .numbering {
        position: absolute;
        right: 10px;
        top: 20px;
        font-size: 40px;
        font-weight: 700
    }

    .ordering-wrapper .box-ordering .icon {
        border: 14px solid #f78e1e;
        border-radius: 50%;
        height: 100px;
        left: 58px;
        position: absolute;
        top: 58px;
        width: 100px
    }

    .ordering-wrapper .box-ordering .box-caption {
        display: block;
        text-align: center;
        margin-top: 10px
    }

.ordering-wrapper .create-order .box-inner {
    position: relative;
    cursor: pointer
}

.ordering-wrapper .create-order .icon {
    background: 0 0;
    border: none
}

    .ordering-wrapper .create-order .icon:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 100px;
        background: #f78e1e;
        left: 0;
        top: 40px
    }

    .ordering-wrapper .create-order .icon:before {
        background: none repeat scroll 0 0 #f78e1e;
        content: "";
        height: 100px;
        width: 20px;
        position: absolute;
        left: 40px;
        top: 0
    }

.ordering-wrapper .order-release .numbering, .ordering-wrapper .order-release .numbering a {
    color: #f78e1e
}

.ordering-wrapper .order-release .icon {
    background: none repeat scroll 0 0 #fff;
    border-color: #f78e1e
}

.ordering-wrapper .order-ready {
    cursor: pointer
}

    .ordering-wrapper .order-ready .numbering, .ordering-wrapper .order-ready .numbering a {
        color: #00b259
    }

    .ordering-wrapper .order-ready .icon {
        background: none repeat scroll 0 0 #00b259;
        border-color: #00b259
    }

    .ordering-wrapper .order-ready .box-label, .ordering-wrapper .order-ready .box-label a {
        color: #00b259
    }

.ordering-wrapper .order-assigned .box-inner, .ordering-wrapper .order-to-assign .box-inner {
    border-color: #717073;
    background: none repeat scroll 0 0 #d7d7d7
}

.ordering-wrapper .order-assigned .numbering, .ordering-wrapper .order-assigned .numbering a, .ordering-wrapper .order-to-assign .numbering, .ordering-wrapper .order-to-assign .numbering a {
    color: #717073
}

.ordering-wrapper .order-assigned .icon, .ordering-wrapper .order-to-assign .icon {
    background: none repeat scroll 0 0 #d7d7d7;
    border-color: #717073
}

.ordering-wrapper .order-assigned .box-label, .ordering-wrapper .order-assigned .box-label a, .ordering-wrapper .order-to-assign .box-label, .ordering-wrapper .order-to-assign .box-label a {
    color: #717073
}

.ordering-wrapper .order-assigned .icon:after {
    content: "";
    position: absolute;
    height: 90px;
    width: 35px;
    background-color: #717073;
    right: 0;
    top: -10px;
    border-radius: 0 50px 50px 0
}

.approve-item-dialog img {
    position: relative;
    width: 150px
}

.approve-item-dialog .new-bg h3 {
    margin: 0;
    padding: 10px
}

.approve-item-dialog .modal-dialog {
    width: 900px
}

.approve-item-dialog .text-right {
    position: relative;
    top: 3px
}

.approve-item-dialog input.inline-block {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    padding: 0 5px;
    height: 25px
}

.approve-item-dialog .col-table-wrapper {
    position: relative
}

.approve-item-dialog table {
    max-width: 100%;
    width: 100%
}

    .approve-item-dialog table thead tr {
        color: #000;
        width: 100%;
        height: 32px
    }

    .approve-item-dialog table tbody {
        overflow: auto;
        clear: both
    }

    .approve-item-dialog table th {
        font-size: 11px;
        font-weight: 400;
        position: relative;
        border-bottom: none
    }

    .approve-item-dialog table tr.delete-row {
        background-color: grey
    }

    .approve-item-dialog table td {
        padding: 0 4px;
        text-align: center;
        border-top: none
    }

        .approve-item-dialog table td.td-text {
            padding-top: 15px
        }

.approve-item-dialog .button-wrapper .footer-button {
    margin-left: 5px
}

.approve-item-dialog input[disabled], .approve-item-dialog select[disabled] {
    background: #eee !important;
    border: 1px solid #adadad
}

.approve-item-dialog input[type=number] {
    width: 52px
}

.approve-item-dialog input[type=text], .approve-item-dialog select {
    margin-left: 5px;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px
}

.approve-item-dialog .items-form input[type=text] {
    padding-left: 3px
}

    .approve-item-dialog .items-form input[type=text]:active, .approve-item-dialog .items-form input[type=text]:focus {
        border: 1px solid #26868c
    }

.approve-item-dialog .items-form .barcode {
    width: 105px
}

.approve-item-dialog .items-form .thema {
    width: 38px
}

.approve-item-dialog .items-form .colour {
    width: 39px
}

.approve-item-dialog .items-form .season {
    width: 45px
}

.approve-item-dialog .items-form .sub-item-min-size {
    width: 53px
}

.approve-item-dialog .items-form .sub-item-max-size {
    width: 53px
}

.approve-item-dialog .items-form .sub-item-size {
    width: 53px
}

.approve-item-dialog .items-form .price {
    width: 38px
}

.approve-item-dialog .items-form .sub-item-quantity {
    width: 58px
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .barcode-image, .approve-item-BRICE_Price_Sticker_v1 .barcode-image {
    width: 200px;
    height: 300px;
    overflow: hidden
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 .barcode-image img, .approve-item-BRICE_Price_Sticker_v1 .barcode-image img {
        margin-top: -50px
    }

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-1:after, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-1:after {
    left: -15px;
    content: "1"
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-2:after, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-2:after {
    left: -15px;
    content: "2"
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-4:after, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-4:after {
    left: -15px;
    content: "4"
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-6:after, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-6:after {
    left: -15px;
    content: "6"
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-8:after, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-8:after {
    left: -15px;
    content: "8"
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-3, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-3 {
    left: 107px;
    top: 0
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-5, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-5 {
    left: 260px;
    top: 0
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-7, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-7 {
    left: 324px;
    top: 0
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 .marker-num.num-9, .approve-item-BRICE_Price_Sticker_v1 .marker-num.num-9 {
    left: 418px;
    top: 0
}

.approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(1), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(1), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(1), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(1) {
    width: 240px
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(1) .composition_desc, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(1) .composition_desc, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(1) .composition_desc, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(1) .composition_desc {
        width: 150px
    }

.approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(2), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(2), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(2), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(2) {
    width: 65px
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(2) select, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(2) select, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(2) select, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(2) select {
        width: 50px
    }

.approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(3), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(3), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(3), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(3) {
    width: 65px
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(3) input, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(3) input, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(3) input, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(3) input {
        width: 45px
    }

.approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(4), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(4), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(4), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(4) {
    width: 140px
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(4) input, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(4) input, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(4) input, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(4) input {
        width: 110px
    }

.approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(5), .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(6), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(5), .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(6), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(5), .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(6), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(5), .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(6) {
    width: 120px
}

    .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(5) input, .approve-item-BRICE_Accessory_Price_Sticker_v1 table td:nth-child(6) input, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(5) input, .approve-item-BRICE_Accessory_Price_Sticker_v1 table th:nth-child(6) input, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(5) input, .approve-item-BRICE_Price_Sticker_v1 table td:nth-child(6) input, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(5) input, .approve-item-BRICE_Price_Sticker_v1 table th:nth-child(6) input {
        width: 80px
    }

.approve-item-BRICE_Logistic_Sticker_v1 .barcode-image {
    width: 200px;
    height: 300px;
    overflow: hidden
}

    .approve-item-BRICE_Logistic_Sticker_v1 .barcode-image img {
        margin-top: -50px
    }

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-1:after {
    left: -15px;
    content: "1"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-2:after {
    left: -15px;
    content: "2"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-3:after {
    left: -15px;
    content: "3"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-5:after {
    left: -15px;
    content: "5"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-6:after {
    left: -15px;
    content: "6"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-7 {
    padding: 0 5px
}

    .approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-7:after {
        left: -2px;
        content: "7"
    }

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-8:after {
    left: -15px;
    content: "8"
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-9:after {
    left: -15px;
    content: "9"
}

.approve-item-BRICE_Logistic_Sticker_v1 .col-md-2 {
    padding-left: 0
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-4 {
    left: 85px;
    top: 0
}

.approve-item-BRICE_Logistic_Sticker_v1 .marker-num.num-10 {
    left: 335px;
    top: 0
}

.approve-item-BRICE_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-BRICE_Logistic_Sticker_v1 table th:nth-child(1) {
    width: 200px
}

    .approve-item-BRICE_Logistic_Sticker_v1 table td:nth-child(1) input, .approve-item-BRICE_Logistic_Sticker_v1 table th:nth-child(1) input {
        width: 100px
    }

.approve-item-BRICE_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-BRICE_Logistic_Sticker_v1 table th:nth-child(2) {
    width: 300px
}

.approve-item-BRICE_Logistic_Sticker_v1 table td:nth-child(3), .approve-item-BRICE_Logistic_Sticker_v1 table th:nth-child(3) {
    width: 200px
}

.approve-item-Grouped_Selling_Codes table td {
    vertical-align: middle !important
}

    .approve-item-Grouped_Selling_Codes table td:nth-child(1), .approve-item-Grouped_Selling_Codes table th:nth-child(1) {
        width: 90px
    }

        .approve-item-Grouped_Selling_Codes table td:nth-child(1) .popover-image img, .approve-item-Grouped_Selling_Codes table th:nth-child(1) .popover-image img {
            width: 70px !important
        }

    .approve-item-Grouped_Selling_Codes table td:nth-child(2), .approve-item-Grouped_Selling_Codes table th:nth-child(2) {
        width: 100px
    }

    .approve-item-Grouped_Selling_Codes table td:nth-child(3), .approve-item-Grouped_Selling_Codes table th:nth-child(3) {
        width: 400px
    }

        .approve-item-Grouped_Selling_Codes table td:nth-child(3) select, .approve-item-Grouped_Selling_Codes table th:nth-child(3) select {
            width: 380px
        }

    .approve-item-Grouped_Selling_Codes table td:nth-child(4), .approve-item-Grouped_Selling_Codes table th:nth-child(4) {
        width: 100px
    }

        .approve-item-Grouped_Selling_Codes table td:nth-child(4) input, .approve-item-Grouped_Selling_Codes table th:nth-child(4) input {
            width: 70px
        }

    .approve-item-Grouped_Selling_Codes table td:nth-child(5), .approve-item-Grouped_Selling_Codes table th:nth-child(5) {
        width: 100px
    }

        .approve-item-Grouped_Selling_Codes table td:nth-child(5) input, .approve-item-Grouped_Selling_Codes table th:nth-child(5) input {
            width: 70px
        }

.approve-item-Grouped_Selling_Codes table tbody {
    height: 340px
}

.approve-item-Grouped_Selling_Codes table .popover {
    max-width: 330px !important;
    width: 330px !important
}

    .approve-item-Grouped_Selling_Codes table .popover img {
        width: 100%
    }

.approve-item-OKAIDI_OBAIBI_PL_v1 .size-label-image, .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue .size-label-image {
    text-align: center
}

    .approve-item-OKAIDI_OBAIBI_PL_v1 .size-label-image img, .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue .size-label-image img {
        position: relative;
        width: 150px
    }

.approve-item-OKAIDI_OBAIBI_PL_v1 select, .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue select {
    border: 1px solid #adadad;
    background: #fff;
    padding: 3px
}

.approve-item-OKAIDI_OBAIBI_PL_v1 table td:nth-child(1), .approve-item-OKAIDI_OBAIBI_PL_v1 table th:nth-child(1), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table td:nth-child(1), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table th:nth-child(1) {
    width: 177px
}

.approve-item-OKAIDI_OBAIBI_PL_v1 table td:nth-child(2), .approve-item-OKAIDI_OBAIBI_PL_v1 table th:nth-child(2), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table td:nth-child(2), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table th:nth-child(2) {
    width: 110px
}

.approve-item-OKAIDI_OBAIBI_PL_v1 table td:nth-child(3), .approve-item-OKAIDI_OBAIBI_PL_v1 table th:nth-child(3), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table td:nth-child(3), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table th:nth-child(3) {
    width: 97px
}

.approve-item-OKAIDI_OBAIBI_PL_v1 table td:nth-child(4), .approve-item-OKAIDI_OBAIBI_PL_v1 table th:nth-child(4), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table td:nth-child(4), .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table th:nth-child(4) {
    width: 110px
}

.approve-item-OKAIDI_OBAIBI_PL_v1 table td:last-child, .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue table td:last-child {
    border-right: none !important
}

.approve-item-OKAIDI_OBAIBI_PL_v1 .action-items, .approve-item-OKAIDI_OBAIBI_PL_v1-catalogue .action-items {
    width: 50px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(1), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(1) {
    width: 50px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(2), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(2) {
    width: 80px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(3), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(3) {
    width: 160px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(4), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(4) {
    width: 90px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(5), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(5) {
    width: 100px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:nth-child(6), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1 th:nth-child(6) {
    width: 90px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 td:last-child {
    border-right: none
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .items-form {
    padding-top: 40px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .marker-num.num-1:after {
    left: 15px;
    content: "1"
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .marker-num.num-4:after {
    left: 15px;
    content: "4"
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .marker-num.num-2 {
    left: 15px;
    top: 0
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .marker-num.num-3 {
    left: 75px;
    top: 0
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1 .marker-num.num-5 {
    left: 150px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(1), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(1) {
    width: 50px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(2), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(2) {
    width: 80px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(3), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(3) {
    width: 150px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(4), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(4) {
    width: 90px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(5), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(5) {
    width: 100px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 td:nth-child(6), .approve-item-OKAIDI_Master_Polybag_Sticker_v1 th:nth-child(6) {
    width: 110px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .modal.ordering-modal.approve-item-dialog table td.last {
    border-right: none
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .items-form {
    padding-top: 40px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .marker-num.num-1:after {
    left: 15px;
    content: "1"
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .marker-num.num-4:after {
    left: 15px;
    content: "4"
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .marker-num.num-2 {
    left: 15px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .marker-num.num-3 {
    left: 75px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1 .marker-num.num-5 {
    left: 150px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td:nth-child(1), .approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue th:nth-child(1) {
    width: 150px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td:nth-child(2), .approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue th:nth-child(2) {
    width: 150px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td:nth-child(3), .approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue th:nth-child(3) {
    width: 167px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td:nth-child(4), .approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue th:nth-child(4) {
    width: 150px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td input {
    width: 100%
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue td.last {
    border-right: none
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .items-form {
    padding-top: 40px
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .marker-num.num-1:after {
    left: 15px;
    content: "1"
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .marker-num.num-4:after {
    left: 15px;
    content: "4"
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .marker-num.num-2 {
    left: 15px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .marker-num.num-3 {
    left: 170px;
    top: 0
}

.approve-item-OKAIDI_Master_Polybag_Sticker_v1-catalogue .marker-num.num-5 {
    left: 320px;
    top: 0
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td:nth-child(1), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue th:nth-child(1) {
    width: 150px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td:nth-child(2), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue th:nth-child(2) {
    width: 110px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td:nth-child(3), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue th:nth-child(3) {
    width: 167px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td:nth-child(4), .approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue th:nth-child(4) {
    width: 150px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td input {
    width: 100%
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td select {
    height: 22px;
    width: 100%
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue td.last {
    border-right: none
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .items-form {
    padding-top: 40px
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .marker-num.num-1:after {
    left: 15px;
    content: "1"
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .marker-num.num-4:after {
    left: 15px;
    content: "4"
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .marker-num.num-2 {
    left: 15px;
    top: 0
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .marker-num.num-3 {
    left: 170px;
    top: 0
}

.approve-item-OKAIDI_Basic_Barcode_Sticker_v1-catalogue .marker-num.num-5 {
    left: 320px;
    top: 0
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(2), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(2), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(2), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(2) {
    width: 55px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(3), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(3), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(3), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(3) {
    width: 55px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(4), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(4), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(4), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(4) {
    width: 55px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(5), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(5), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(5), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(5) {
    width: 62px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(6), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(6), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(6), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(6) {
    width: 62px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(7), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(7), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(7), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(7) {
    width: 62px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(8), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(8), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(8), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(8) {
    width: 72px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(9), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(9), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(9), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(9) {
    width: 72px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(10), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(10), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(10), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(10) {
    width: 73px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(11), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(11), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(11), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(11) {
    width: 77px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table td:nth-child(12), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table th:nth-child(12), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table td:nth-child(12), .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table th:nth-child(12) {
    width: 40px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .col-table-wrapper, .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .col-table-wrapper {
    padding-top: 40px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 td, .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 td {
    border-right: 1px solid #26868c
}

    .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 td:last-child, .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 td:last-child {
        border-right: none
    }

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table input, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 table select, .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table input, .approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 table select {
    width: 100%
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .col-table-wrapper {
    padding-top: 15px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .hangtag-image {
    height: 203px;
    position: relative;
    overflow: hidden
}

    .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .hangtag-image img {
        top: -229px
    }

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue td {
    border-right: 1px solid #26868c
}

    .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue td:last-child {
        border-right: none
    }

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue input {
    width: 100%
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table select {
    height: 22px;
    width: 100%
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-1:after {
    content: "1"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-2:after {
    content: "2"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-3:after {
    content: "3"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-4:after {
    content: "4"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-5:after {
    content: "5"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-6:after {
    content: "6"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-7:after {
    content: "7"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-8:after {
    content: "8"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-9:after {
    content: "9"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-10:after {
    content: "10"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-11:after {
    content: "11"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-12:after {
    content: "12"
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-2:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-5:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-6:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-7:after {
    left: 25%
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-10:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-11:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-12:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-1:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-3:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-4:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-8:after, .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue .marker-num.num-9:after {
    left: 35%;
    top: -28px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(1), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(1) {
    width: 142px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(2), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(2) {
    width: 70px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(3), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(3) {
    width: 80px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(4), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(4) {
    width: 70px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(5), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(5) {
    width: 85px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(6), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(6) {
    width: 85px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(7), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(7) {
    width: 85px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(8), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(8) {
    width: 109px
}

.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table td:nth-child(9), .approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1-catalogue table th:nth-child(9) {
    width: 107px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .modal-dialog, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .modal-dialog {
    width: 990px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .col-sm-10, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .col-sm-10 {
    padding: 0
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .red_circle, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .red_circle {
    left: -7px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-1, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-1 {
    top: -28px !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-8, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-8 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-3, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-3 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-4, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-4 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-9, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-9 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-10, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-10 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-11, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-11 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .circle-12, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .circle-12 {
    top: -28px !important;
    left: 0 !important
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .black_circle, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .black_circle {
    border: 3px solid #000;
    border-radius: 15px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .table_max_width, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .table_max_width {
    max-width: 790px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .margin-right_91, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .margin-right_91 {
    margin-right: 91px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .form-padding, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .form-padding {
    padding: 0 15px 14px 92px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .img-margin, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .img-margin {
    margin-left: 2cm;
    width: 100%
}

    .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .img-margin.hangtag-img-margin, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .img-margin.hangtag-img-margin {
        margin-top: -214px;
        width: 82%
    }

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Basic_Price_Hangtag_v1 .margin-left-20, .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Price_Hangtag_v1 .margin-left-20 {
    margin-left: 95px
}

.approve-item-NAF_NAF_Care_Label_v1 .barcode-image + p, .approve-item-OKAIDI_Care_Label_v1 .barcode-image + p {
    margin-top: 5px;
    margin-bottom: 0
}

.approve-item-NAF_NAF_Care_Label_v1 .compo-form-required, .approve-item-OKAIDI_Care_Label_v1 .compo-form-required {
    font-size: 13px
}

.approve-item-NAF_NAF_Care_Label_v1 table.compo_groups tbody, .approve-item-OKAIDI_Care_Label_v1 table.compo_groups tbody {
    height: 160px
}

.approve-item-NAF_NAF_Care_Label_v1 table.subitems tbody, .approve-item-OKAIDI_Care_Label_v1 table.subitems tbody {
    height: inherit
}

.approve-item-NAF_NAF_Care_Label_v1 .washing-instructions, .approve-item-OKAIDI_Care_Label_v1 .washing-instructions {
    border: 1px solid #e1b71f;
    padding: 20px 7px
}

    .approve-item-NAF_NAF_Care_Label_v1 .washing-instructions .washing-row:last-child select, .approve-item-OKAIDI_Care_Label_v1 .washing-instructions .washing-row:last-child select {
        margin-bottom: 0
    }

    .approve-item-NAF_NAF_Care_Label_v1 .washing-instructions .washing-row label, .approve-item-OKAIDI_Care_Label_v1 .washing-instructions .washing-row label {
        line-height: 23px;
        margin-bottom: 0
    }

.approve-item-NAF_NAF_Care_Label_v1 .washing-extra-care-instructions, .approve-item-OKAIDI_Care_Label_v1 .washing-extra-care-instructions {
    margin-bottom: 20px;
    min-height: 39px
}

    .approve-item-NAF_NAF_Care_Label_v1 .washing-extra-care-instructions label, .approve-item-OKAIDI_Care_Label_v1 .washing-extra-care-instructions label {
        width: 205px;
        display: block;
        position: absolute;
        right: 0;
        text-align: right;
        max-width: initial
    }

    .approve-item-NAF_NAF_Care_Label_v1 .washing-extra-care-instructions .col-md-9, .approve-item-OKAIDI_Care_Label_v1 .washing-extra-care-instructions .col-md-9 {
        padding-right: 7px;
        padding-left: 12px
    }

.approve-item-NAF_NAF_Care_Label_v1 .washing-header .marker-num.text-right, .approve-item-OKAIDI_Care_Label_v1 .washing-header .marker-num.text-right {
    top: inherit
}

    .approve-item-NAF_NAF_Care_Label_v1 .washing-header .marker-num.text-right div, .approve-item-OKAIDI_Care_Label_v1 .washing-header .marker-num.text-right div {
        padding-right: 35px
    }

.approve-item-NAF_NAF_Care_Label_v1 .extra_quantities, .approve-item-OKAIDI_Care_Label_v1 .extra_quantities {
    margin-top: 20px
}

.approve-item-NAF_NAF_Care_Label_v1 .col-table-wrapper .edit-item, .approve-item-OKAIDI_Care_Label_v1 .col-table-wrapper .edit-item {
    margin-bottom: 10px
}

.approve-item-OKAIDI_Care_Label_v1 .product_month {
    padding-right: 0
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-17:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-1:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-2:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-3:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-4:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-5:after {
    left: 28px;
    top: -2px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-6:after {
    left: 120px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-7:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-8:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-9:after {
    top: -7px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-7:after {
    left: 300px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-8:after {
    left: 330px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-9:after {
    left: 100px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-14:after {
    left: 120px;
    top: 4px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-15:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-16:after {
    top: -4px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-15:after {
    left: 75px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-16:after {
    left: 240px
}

.approve-item-OKAIDI_Care_Label_v1 .marker-num.num-12:after {
    top: 20px;
    left: 115px
}

.approve-item-OKAIDI_Care_Label_v1 table.subitems td:nth-child(1), .approve-item-OKAIDI_Care_Label_v1 table.subitems th:nth-child(1) {
    width: 249px
}

.approve-item-OKAIDI_Care_Label_v1 table.subitems td:nth-child(2), .approve-item-OKAIDI_Care_Label_v1 table.subitems th:nth-child(2) {
    width: 249px
}

.approve-item-OKAIDI_Care_Label_v1 table.subitems td:nth-child(3), .approve-item-OKAIDI_Care_Label_v1 table.subitems th:nth-child(3) {
    width: 332px;
    border-right-width: 0 !important
}

.approve-item-OKAIDI_Care_Label_v1 .col-table-wrapper {
    margin-top: 10px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 .modal-dialog {
    width: 990px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 td:nth-child(1), .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 th:nth-child(1) {
    width: 450px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 td:nth-child(2), .approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 th:nth-child(2) {
    width: 450px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 td:nth-child(1) input {
    width: 200px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 td:nth-child(2) input {
    width: 200px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 .col-table-wrapper {
    padding-top: 40px
}

.approve-item-dialog.approve-item-OKAIDI_OBAIBI_Polyester_Recycle_Quadri_Hangtag_v1 td:last-child {
    border-right: none !important
}

.items-form .compo_groups tbody {
    height: 0 !important
}

.modal-approve table {
    margin-bottom: 10px
}

.modal-approve .table-subitems .subitems {
    min-height: 66px;
    border: 1px solid #e1b71f
}

    .modal-approve .table-subitems .subitems tbody .ng-scope {
        height: 48px
    }

        .modal-approve .table-subitems .subitems tbody .ng-scope td {
            vertical-align: middle
        }

.modal-approve .table-subitems table {
    margin-bottom: 0
}

    .modal-approve .table-subitems table tr td, .modal-approve .table-subitems table tr th {
        float: inherit;
        display: table-cell
    }

        .modal-approve .table-subitems table tr td:last-child, .modal-approve .table-subitems table tr th:last-child {
            border-right: 0;
            border-left: 1px solid #fff
        }

.modal-approve .table-subitems .table-body {
    margin-bottom: 10px;
    max-height: 155px !important
}

    .modal-approve .table-subitems .table-body .table {
        border-left: 0;
        border-right: 0
    }

.modal-approve th {
    border-right: 1px solid #fff;
    color: #fff
}

    .modal-approve th:last-child {
        border-right: none !important
    }

.modal-approve .modal-body {
    padding-bottom: 0
}

.modal-approve .modal-footer {
    margin-left: -15px;
    margin-right: -15px
}

    .modal-approve .modal-footer a {
        color: #fff
    }

.modal-approve .barcode-image img, .modal-approve .hangtag-image img {
    width: 100%
}

.modal-approve .barcode-image.hangtag-image-margin, .modal-approve .hangtag-image.hangtag-image-margin {
    overflow: hidden;
    height: 200px
}

.modal-approve .sticker-size-image img {
    display: block;
    margin: 0 auto
}

.modal-approve form .form-group {
    margin-bottom: 5px
}

.item-disabled .add-new {
    color: #adadad;
    z-index: -1
}

.marker-num {
    position: relative
}

    .marker-num:after {
        position: absolute;
        left: 50%;
        top: 3px;
        font-size: 15px;
        height: 24px;
        width: 24px;
        border-radius: 15px;
        background: red;
        line-height: 24px;
        color: #fff;
        text-align: center
    }

.guide-number .marker-num {
    position: absolute;
    left: 50%;
    top: 3px;
    font-size: 15px;
    height: 24px;
    width: 24px;
    border-radius: 15px;
    background: red;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.modal-hangtag .col-sm-2 {
    padding: 5px;
    width: 20%
}

.modal-hangtag .col-sm-10 {
    width: 80%
}

.modal-hangtag .marker-num.num-1 {
    left: 60px;
    top: 0
}

.modal-hangtag .marker-num.num-4.hangtag_num_2:after {
    content: "2";
    left: 30px;
    top: 0;
    border: 3px solid #000;
    border-radius: 15px
}

.modal-hangtag .marker-num.num-7.hangtag_num_5:after {
    content: "5";
    left: 30px;
    top: 0;
    border: 3px solid #000;
    border-radius: 15px
}

.modal-hangtag .marker-num.num-8.hangtag_num_6:after {
    content: "6";
    left: 30px;
    top: 0;
    border: 3px solid #000;
    border-radius: 15px
}

.modal-hangtag .marker-num.num-9.hangtag_num_7:after {
    content: "7";
    left: 30px;
    top: 0;
    border: 3px solid #000;
    border-radius: 15px
}

.modal-hangtag .marker-num.num-3 {
    left: 165px;
    top: 0
}

.modal-hangtag .marker-num.num-4:after {
    content: "4";
    left: 60px;
    top: 0
}

.modal-hangtag .marker-num.num-5 {
    left: 220px;
    top: 0
}

.modal-hangtag .marker-num.num-6 {
    left: 270px;
    top: 0
}

.modal-hangtag .marker-num.num-7:after {
    content: "7";
    left: 60px;
    top: 0
}

.modal-hangtag .marker-num.num-8:after {
    content: "8";
    left: 60px;
    top: 0
}

.modal-hangtag .marker-num.num-9:after {
    content: "9";
    left: 60px;
    top: 0
}

.modal-hangtag .marker-num.num-10 {
    left: 335px;
    top: 0
}

.modal-hangtag .marker-num.num-11 {
    left: 400px;
    top: 0
}

.modal-hangtag .marker-num.num-12 {
    left: 460px;
    top: 0
}

.modal-hangtag .marker-num.num-13 {
    left: 520px;
    top: 0
}

.modal-hangtag .column-action {
    width: 40px;
    min-width: 40px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .barcode-image, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .barcode-image {
    height: 375px;
    overflow: hidden;
    margin-bottom: 10px
}

    .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .barcode-image img, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .barcode-image img {
        margin-top: -160px
    }

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .composition_perc, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .composition_perc {
    width: 55px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .composition_desc, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .composition_desc {
    width: 187px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 td:nth-child(1), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 th:nth-child(1), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 td:nth-child(1), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 th:nth-child(1) {
    width: 120px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 td:nth-child(2), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 th:nth-child(2), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 td:nth-child(2), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 th:nth-child(2) {
    width: 270px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 td:nth-child(3), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 th:nth-child(3), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 td:nth-child(3), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 th:nth-child(3) {
    width: 130px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 td:nth-child(4), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 th:nth-child(4), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 td:nth-child(4), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 th:nth-child(4) {
    width: 134px;
    input-width: 90px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 td:nth-child(5), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 th:nth-child(5), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 td:nth-child(5), .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 th:nth-child(5) {
    width: 130px;
    border-right: none !important
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num:after {
    left: 0;
    top: 0
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-1:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-2:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-3:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-4:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-5:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-5:after {
    content: "5"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-6:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-7:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-8:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-8:after {
    content: "8"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-9:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-9:after {
    content: "9"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-10:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-10:after {
    content: "10";
    left: 40px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-11:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-11:after {
    content: "11";
    left: 100px
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-12:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-12:after {
    content: "12"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-13:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-13:after {
    content: "13"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-14:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-14:after {
    content: "14"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-15:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-15:after {
    content: "15"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-16:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-16:after {
    content: "16"
}

.approve-item-dialog.approve-item-DEVRED_Price_Hangtag_longer_v1 .marker-num.num-17:after, .approve-item-dialog.approve-item-DEVRED_Price_Hangtag_v1 .marker-num.num-17:after {
    content: "17"
}

.approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 td:nth-child(1), .approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 th:nth-child(1) {
    width: 120px
}

.approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 td:nth-child(2), .approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 th:nth-child(2) {
    width: 270px
}

.approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 td:nth-child(3), .approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 th:nth-child(3) {
    width: 130px
}

.approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 td:nth-child(4), .approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 th:nth-child(4) {
    width: 134px;
    input-width: 90px
}

.approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 td:nth-child(5), .approve-item-dialog.approve-item-Demo_Price_Hangtag_v1 th:nth-child(5) {
    width: 130px;
    border-right: none !important
}

.approve-item-DEVRED_Price_Sticker_v1 .barcode-image {
    width: 200px;
    height: 225px;
    overflow: hidden
}

    .approve-item-DEVRED_Price_Sticker_v1 .barcode-image img {
        margin-top: -90px
    }

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-1:after {
    left: 0;
    content: "1"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-2:after {
    left: 34px;
    content: "2"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-3:after {
    left: 0;
    content: "3"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-4:after {
    left: 100px;
    content: "4"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-5:after {
    left: 0;
    content: "5"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-6:after {
    left: 0;
    content: "6"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-7:after {
    left: 0;
    content: "7"
}

.approve-item-DEVRED_Price_Sticker_v1 .marker-num.num-8:after {
    left: 0;
    content: "8"
}

.approve-item-DEVRED_Price_Sticker_v1 table td:nth-child(1), .approve-item-DEVRED_Price_Sticker_v1 table th:nth-child(1) {
    width: 130px
}

.approve-item-DEVRED_Price_Sticker_v1 table td:nth-child(2), .approve-item-DEVRED_Price_Sticker_v1 table th:nth-child(2) {
    width: 325px
}

.approve-item-DEVRED_Price_Sticker_v1 table td:nth-child(3), .approve-item-DEVRED_Price_Sticker_v1 table th:nth-child(3) {
    width: 110px
}

.approve-item-DEVRED_Price_Sticker_v1 table td:nth-child(4), .approve-item-DEVRED_Price_Sticker_v1 table th:nth-child(4) {
    width: 100px
}

.approve-item-DEVRED_Price_Sticker_v1 table td:nth-child(5), .approve-item-DEVRED_Price_Sticker_v1 table th:nth-child(5) {
    width: 110px
}

.approve-item-DEVRED_Polybag_Sticker_v1 .barcode-image {
    width: 200px;
    height: 225px;
    overflow: hidden
}

    .approve-item-DEVRED_Polybag_Sticker_v1 .barcode-image img {
        margin-top: -90px
    }

.approve-item-DEVRED_Polybag_Sticker_v1 .marker-num.num-1:after {
    left: 80px;
    content: "1"
}

.approve-item-DEVRED_Polybag_Sticker_v1 .marker-num.num-2:after {
    left: 34px;
    content: "2"
}

.approve-item-DEVRED_Polybag_Sticker_v1 .marker-num.num-3:after {
    left: 90px;
    content: "3"
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(1), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(1) {
    width: 130px
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(2), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(2) {
    width: 110px
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(3), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(3) {
    width: 325px
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(4), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(4) {
    width: 100px
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(5), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(5) {
    width: 110px
}

.approve-item-DEVRED_Polybag_Sticker_v1 table td:nth-child(6), .approve-item-DEVRED_Polybag_Sticker_v1 table th:nth-child(6) {
    width: 110px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .barcode-image {
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    width: 260px
}

    .approve-item-NAF_NAF_Price_Sticker_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_Price_Sticker_v1 .barcode-image img {
        margin-top: -120px
    }

.approve-item-NAF_NAF_Price_Sticker_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-2:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-4:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-6:after {
    top: -27px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-2:after {
    content: "2";
    left: 27px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-4:after {
    content: "4";
    left: 27px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-5:after {
    content: "5"
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-6:after {
    content: "6";
    left: 75px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-8:after {
    content: "8"
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num:after {
    font-weight: 400
}

.approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-5:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-7:after, .approve-item-NAF_NAF_Price_Sticker_v1 .marker-num.num-8:after {
    left: -20px;
    top: -2px
}

.approve-item-NAF_NAF_Price_Sticker_v1 .price-sticker-box {
    padding: 5px 0
}

.approve-item-NAF_NAF_Price_Sticker_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(1), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(1) {
    width: 160px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(2), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(2) {
    width: 120px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(3), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(3) {
    width: 120px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(4), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(4) {
    width: 138px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(5), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(5) {
    width: 133px
}

.approve-item-NAF_NAF_Price_Sticker_v1 table td:nth-child(6), .approve-item-NAF_NAF_Price_Sticker_v1 table th:nth-child(6) {
    width: 120px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .barcode-image {
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    width: 260px
}

    .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .barcode-image img {
        margin-top: -120px
    }

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 input {
    width: 100%
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-2:after, .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-4:after {
    top: -27px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-2:after {
    left: 27px;
    content: "2"
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-3:after {
    left: 27px;
    content: "3"
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-4:after {
    left: 75px;
    content: "4"
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num:after {
    font-weight: 400
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .marker-num.num-1:after {
    left: -10px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .price-sticker-box {
    padding: 5px 0
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table th:nth-child(1) {
    width: 292px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table th:nth-child(2) {
    width: 146px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table td:nth-child(3), .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table th:nth-child(3) {
    width: 154px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table td:nth-child(4), .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table th:nth-child(4) {
    width: 205px
}

.approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table td:nth-child(5), .approve-item-NAF_NAF_RCT_Colis_Logistic_Sticker_v1 table th:nth-child(5) {
    width: 50px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .barcode-image {
    margin: 0 auto;
    overflow: hidden;
    height: 265px;
    width: 320px
}

    .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .barcode-image img {
        margin-top: -150px
    }

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-5:after {
    left: 75px;
    top: -27px;
    content: "5"
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num:after {
    font-weight: 400
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-2:after, .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .marker-num.num-4:after {
    top: 0;
    left: 14px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .price-sticker-box {
    padding: 5px 0
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table th:nth-child(1) {
    width: 226px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table th:nth-child(2) {
    width: 225px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table td:nth-child(3), .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table th:nth-child(3) {
    width: 172px
}

.approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table td:nth-child(4), .approve-item-NAF_NAF_UM_Colis_Logistic_Sticker_v1 table th:nth-child(4) {
    width: 214px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .barcode-image, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .barcode-image {
    margin: 0 auto;
    overflow: hidden;
    height: 265px;
    width: 320px
}

    .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .barcode-image + p, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .barcode-image img, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .barcode-image img {
        margin-top: -150px
    }

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .col-table-wrapper, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num:after {
    left: -20px;
    top: 0
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-1:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-2:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-3:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-4:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-5:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-5:after {
    content: "5"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-6:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-7:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-7:after {
    content: "7";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-8:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-8:after {
    content: "8";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-9:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-9:after {
    content: "9";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-10:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-10:after {
    content: "10";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-11:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-11:after {
    content: "11";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-12:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-12:after {
    content: "12";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-13:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-13:after {
    content: "13";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-14:after, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .marker-num.num-14:after {
    content: "14";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .price-sticker-box, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .price-sticker-box {
    padding: 5px 0
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .col-table-wrapper > p, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(1), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(1), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(1), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(1) {
    width: 122px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(2), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(2), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(2), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(2) {
    width: 80px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(3), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(3), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(3), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(3) {
    width: 81px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(4), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(4), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(4), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(4) {
    width: 81px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(5), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(5), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(5), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(5) {
    width: 81px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(6), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(6), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(6), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(6) {
    width: 81px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(7), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(7), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(7), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(7) {
    width: 81px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(8), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(8), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(8), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(8) {
    width: 80px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table td:nth-child(9), .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table th:nth-child(9), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table td:nth-child(9), .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table th:nth-child(9) {
    width: 90px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table input, .approve-item-TALLY_WEIJL_Accessory_hangtag_v1 table select, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table input, .approve-item-TALLY_WEIJL_Boutique_Denim_Basic_Tag_v1 table select {
    width: 100%
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-5:after {
    content: "5";
    left: 27px;
    top: -27px
}

.approve-item-TALLY_WEIJL_Accessory_hangtag_v1 .marker-num.num-6:after {
    content: "6";
    left: 27px;
    top: -27px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 input, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 input {
    width: 100%
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .barcode-image, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .barcode-image {
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    width: 200px
}

    .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .barcode-image + p, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .barcode-image img, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .barcode-image img {
        margin-top: -55px
    }

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .col-table-wrapper, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-4:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-4:after {
    top: -27px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-1:after {
    left: 75px;
    content: "1"
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-3:after {
    left: 27px;
    content: "3"
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num:after, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num:after {
    font-weight: 400
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .price-sticker-box, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .price-sticker-box {
    padding: 5px 0
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .col-table-wrapper > p, .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(1), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(1) {
    width: 222px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(2), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(2) {
    width: 135px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(3), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(3), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(3), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(3) {
    width: 148px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(4), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(4), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(4), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(4) {
    width: 140px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(5), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(5), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(5), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(5) {
    width: 145px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table td:nth-child(6), .approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 table th:nth-child(6), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table td:nth-child(6), .approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 table th:nth-child(6) {
    width: 50px
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-2:after {
    left: -10px;
    content: "2"
}

.approve-item-NAF_NAF_Plastic_Logistic_Sticker_v1 .marker-num.num-4:after {
    left: 27px;
    content: "4"
}

.approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-2:after {
    left: -10px;
    content: "4"
}

.approve-item-NAF_NAF_Polybag_Logistic_Sticker_v1 .marker-num.num-4:after {
    left: 27px;
    content: "2"
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .barcode-image {
    height: 160px;
    overflow: hidden
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Sticker_preconditionne_v1 .marker-num.num-2:after {
    left: 45px;
    top: -2px
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .col-table-wrapper {
    padding-top: 15px
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 table td:nth-child(1), .approve-item-NAF_NAF_Sticker_preconditionne_v1 table th:nth-child(1) {
    width: 246px
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 table td:nth-child(2), .approve-item-NAF_NAF_Sticker_preconditionne_v1 table th:nth-child(2) {
    width: 246px
}

.approve-item-NAF_NAF_Sticker_preconditionne_v1 table td:nth-child(3), .approve-item-NAF_NAF_Sticker_preconditionne_v1 table th:nth-child(3) {
    width: 290px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .modal-dialog, .approve-item-DEVRED_Care_Label_Sticker_v1 .modal-dialog, .approve-item-DEVRED_Main_Care_Label_v1 .modal-dialog, .approve-item-MX_Care_Label_v1 .modal-dialog, .approve-item-NAF_NAF_Care_Label_v1 .modal-dialog, .approve-item-OKAIDI_Care_Label_v1 .modal-dialog {
    width: 950px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .washing .col-md-3, .approve-item-DEVRED_Care_Label_Sticker_v1 .washing .col-md-3, .approve-item-DEVRED_Main_Care_Label_v1 .washing .col-md-3, .approve-item-MX_Care_Label_v1 .washing .col-md-3, .approve-item-NAF_NAF_Care_Label_v1 .washing .col-md-3, .approve-item-OKAIDI_Care_Label_v1 .washing .col-md-3 {
    padding: 0
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .washing .ara-notice, .approve-item-DEVRED_Care_Label_Sticker_v1 .washing .ara-notice, .approve-item-DEVRED_Main_Care_Label_v1 .washing .ara-notice, .approve-item-MX_Care_Label_v1 .washing .ara-notice, .approve-item-NAF_NAF_Care_Label_v1 .washing .ara-notice, .approve-item-OKAIDI_Care_Label_v1 .washing .ara-notice {
    font-size: 10px;
    font-weight: 700
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.washing_symbols tbody, .approve-item-DEVRED_Care_Label_Sticker_v1 table.washing_symbols tbody, .approve-item-DEVRED_Main_Care_Label_v1 table.washing_symbols tbody, .approve-item-MX_Care_Label_v1 table.washing_symbols tbody, .approve-item-NAF_NAF_Care_Label_v1 table.washing_symbols tbody, .approve-item-OKAIDI_Care_Label_v1 table.washing_symbols tbody {
    display: block;
    height: 45px;
    overflow: visible
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.washing_symbols th, .approve-item-DEVRED_Care_Label_Sticker_v1 table.washing_symbols th, .approve-item-DEVRED_Main_Care_Label_v1 table.washing_symbols th, .approve-item-MX_Care_Label_v1 table.washing_symbols th, .approve-item-NAF_NAF_Care_Label_v1 table.washing_symbols th, .approve-item-OKAIDI_Care_Label_v1 table.washing_symbols th {
    padding: 8px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.washing_symbols td, .approve-item-DEVRED_Accessories_Care_Label_v1 table.washing_symbols th, .approve-item-DEVRED_Care_Label_Sticker_v1 table.washing_symbols td, .approve-item-DEVRED_Care_Label_Sticker_v1 table.washing_symbols th, .approve-item-DEVRED_Main_Care_Label_v1 table.washing_symbols td, .approve-item-DEVRED_Main_Care_Label_v1 table.washing_symbols th, .approve-item-MX_Care_Label_v1 table.washing_symbols td, .approve-item-MX_Care_Label_v1 table.washing_symbols th, .approve-item-NAF_NAF_Care_Label_v1 table.washing_symbols td, .approve-item-NAF_NAF_Care_Label_v1 table.washing_symbols th, .approve-item-OKAIDI_Care_Label_v1 table.washing_symbols td, .approve-item-OKAIDI_Care_Label_v1 table.washing_symbols th {
    width: 78px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.compo_groups tbody, .approve-item-DEVRED_Care_Label_Sticker_v1 table.compo_groups tbody, .approve-item-DEVRED_Main_Care_Label_v1 table.compo_groups tbody, .approve-item-MX_Care_Label_v1 table.compo_groups tbody, .approve-item-NAF_NAF_Care_Label_v1 table.compo_groups tbody, .approve-item-OKAIDI_Care_Label_v1 table.compo_groups tbody {
    height: 270px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.compo_groups td:nth-child(1), .approve-item-DEVRED_Accessories_Care_Label_v1 table.compo_groups th:nth-child(1), .approve-item-DEVRED_Care_Label_Sticker_v1 table.compo_groups td:nth-child(1), .approve-item-DEVRED_Care_Label_Sticker_v1 table.compo_groups th:nth-child(1), .approve-item-DEVRED_Main_Care_Label_v1 table.compo_groups td:nth-child(1), .approve-item-DEVRED_Main_Care_Label_v1 table.compo_groups th:nth-child(1), .approve-item-MX_Care_Label_v1 table.compo_groups td:nth-child(1), .approve-item-MX_Care_Label_v1 table.compo_groups th:nth-child(1), .approve-item-NAF_NAF_Care_Label_v1 table.compo_groups td:nth-child(1), .approve-item-NAF_NAF_Care_Label_v1 table.compo_groups th:nth-child(1), .approve-item-OKAIDI_Care_Label_v1 table.compo_groups td:nth-child(1), .approve-item-OKAIDI_Care_Label_v1 table.compo_groups th:nth-child(1) {
    width: 200px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.compo_groups td:nth-child(2), .approve-item-DEVRED_Accessories_Care_Label_v1 table.compo_groups th:nth-child(2), .approve-item-DEVRED_Care_Label_Sticker_v1 table.compo_groups td:nth-child(2), .approve-item-DEVRED_Care_Label_Sticker_v1 table.compo_groups th:nth-child(2), .approve-item-DEVRED_Main_Care_Label_v1 table.compo_groups td:nth-child(2), .approve-item-DEVRED_Main_Care_Label_v1 table.compo_groups th:nth-child(2), .approve-item-MX_Care_Label_v1 table.compo_groups td:nth-child(2), .approve-item-MX_Care_Label_v1 table.compo_groups th:nth-child(2), .approve-item-NAF_NAF_Care_Label_v1 table.compo_groups td:nth-child(2), .approve-item-NAF_NAF_Care_Label_v1 table.compo_groups th:nth-child(2), .approve-item-OKAIDI_Care_Label_v1 table.compo_groups td:nth-child(2), .approve-item-OKAIDI_Care_Label_v1 table.compo_groups th:nth-child(2) {
    width: 329px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num:after, .approve-item-MX_Care_Label_v1 .marker-num:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num:after {
    font-weight: 400;
    left: 0;
    top: 0
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-1:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-1:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-1:after, .approve-item-MX_Care_Label_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-1:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-2:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-2:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-2:after, .approve-item-MX_Care_Label_v1 .marker-num.num-2:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-2:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-3:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-3:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-3:after, .approve-item-MX_Care_Label_v1 .marker-num.num-3:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-3:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-4:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-4:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-4:after, .approve-item-MX_Care_Label_v1 .marker-num.num-4:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-4:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-5:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-5:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-5:after, .approve-item-MX_Care_Label_v1 .marker-num.num-5:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-5:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-5:after {
    content: "5"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-6:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-6:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-6:after, .approve-item-MX_Care_Label_v1 .marker-num.num-6:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-6:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-7:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-7:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-7:after, .approve-item-MX_Care_Label_v1 .marker-num.num-7:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-7:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-8:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-8:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-8:after, .approve-item-MX_Care_Label_v1 .marker-num.num-8:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-8:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-8:after {
    content: "8"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-9:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-9:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-9:after, .approve-item-MX_Care_Label_v1 .marker-num.num-9:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-9:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-9:after {
    content: "9"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-10:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-10:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-10:after, .approve-item-MX_Care_Label_v1 .marker-num.num-10:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-10:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-10:after {
    content: "10"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-11:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-11:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-11:after, .approve-item-MX_Care_Label_v1 .marker-num.num-11:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-11:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-11:after {
    content: "11"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-12:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-12:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-12:after, .approve-item-MX_Care_Label_v1 .marker-num.num-12:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-12:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-12:after {
    content: "12"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-13:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-13:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-13:after, .approve-item-MX_Care_Label_v1 .marker-num.num-13:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-13:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-13:after {
    content: "13"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-14:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-14:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-14:after, .approve-item-MX_Care_Label_v1 .marker-num.num-14:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-14:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-14:after {
    content: "14"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-15:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-15:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-15:after, .approve-item-MX_Care_Label_v1 .marker-num.num-15:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-15:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-15:after {
    content: "15"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-16:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-16:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-16:after, .approve-item-MX_Care_Label_v1 .marker-num.num-16:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-16:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-16:after {
    content: "16"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-17:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-17:after, .approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-17:after, .approve-item-MX_Care_Label_v1 .marker-num.num-17:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-17:after, .approve-item-OKAIDI_Care_Label_v1 .marker-num.num-17:after {
    content: "17"
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .composition_perc, .approve-item-DEVRED_Care_Label_Sticker_v1 .composition_perc, .approve-item-DEVRED_Main_Care_Label_v1 .composition_perc, .approve-item-MX_Care_Label_v1 .composition_perc, .approve-item-NAF_NAF_Care_Label_v1 .composition_perc, .approve-item-OKAIDI_Care_Label_v1 .composition_perc {
    width: 65px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .composition_desc, .approve-item-DEVRED_Care_Label_Sticker_v1 .composition_desc, .approve-item-DEVRED_Main_Care_Label_v1 .composition_desc, .approve-item-MX_Care_Label_v1 .composition_desc, .approve-item-NAF_NAF_Care_Label_v1 .composition_desc, .approve-item-OKAIDI_Care_Label_v1 .composition_desc {
    width: 240px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 input.composition_desc.form-control, .approve-item-DEVRED_Accessories_Care_Label_v1 select.form-control, .approve-item-DEVRED_Care_Label_Sticker_v1 input.composition_desc.form-control, .approve-item-DEVRED_Care_Label_Sticker_v1 select.form-control, .approve-item-DEVRED_Main_Care_Label_v1 input.composition_desc.form-control, .approve-item-DEVRED_Main_Care_Label_v1 select.form-control, .approve-item-MX_Care_Label_v1 input.composition_desc.form-control, .approve-item-MX_Care_Label_v1 select.form-control, .approve-item-NAF_NAF_Care_Label_v1 input.composition_desc.form-control, .approve-item-NAF_NAF_Care_Label_v1 select.form-control, .approve-item-OKAIDI_Care_Label_v1 input.composition_desc.form-control, .approve-item-OKAIDI_Care_Label_v1 select.form-control {
    margin-bottom: 5px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container, .approve-item-MX_Care_Label_v1 .dd-container, .approve-item-NAF_NAF_Care_Label_v1 .dd-container, .approve-item-OKAIDI_Care_Label_v1 .dd-container {
    float: left;
    margin-right: 3px
}

    .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-option, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-selected, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-option, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-selected, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-option, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-selected, .approve-item-MX_Care_Label_v1 .dd-container .dd-option, .approve-item-MX_Care_Label_v1 .dd-container .dd-selected, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-option, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-selected, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-option, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-selected {
        height: 40px;
        padding: 5px 10px
    }

        .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-option .dd-option-image, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-option .dd-selected-image, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-selected .dd-option-image, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-selected .dd-selected-image, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-option .dd-option-image, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-option .dd-selected-image, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-selected .dd-option-image, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-selected .dd-selected-image, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-option .dd-option-image, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-option .dd-selected-image, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-selected .dd-option-image, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-selected .dd-selected-image, .approve-item-MX_Care_Label_v1 .dd-container .dd-option .dd-option-image, .approve-item-MX_Care_Label_v1 .dd-container .dd-option .dd-selected-image, .approve-item-MX_Care_Label_v1 .dd-container .dd-selected .dd-option-image, .approve-item-MX_Care_Label_v1 .dd-container .dd-selected .dd-selected-image, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-option .dd-option-image, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-option .dd-selected-image, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-selected .dd-option-image, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-selected .dd-selected-image, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-option .dd-option-image, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-option .dd-selected-image, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-selected .dd-option-image, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-selected .dd-selected-image {
            width: 30px;
            height: 30px
        }

        .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-option .dd-option-text, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-option .dd-selected-text, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-selected .dd-option-text, .approve-item-DEVRED_Accessories_Care_Label_v1 .dd-container .dd-selected .dd-selected-text, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-option .dd-option-text, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-option .dd-selected-text, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-selected .dd-option-text, .approve-item-DEVRED_Care_Label_Sticker_v1 .dd-container .dd-selected .dd-selected-text, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-option .dd-option-text, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-option .dd-selected-text, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-selected .dd-option-text, .approve-item-DEVRED_Main_Care_Label_v1 .dd-container .dd-selected .dd-selected-text, .approve-item-MX_Care_Label_v1 .dd-container .dd-option .dd-option-text, .approve-item-MX_Care_Label_v1 .dd-container .dd-option .dd-selected-text, .approve-item-MX_Care_Label_v1 .dd-container .dd-selected .dd-option-text, .approve-item-MX_Care_Label_v1 .dd-container .dd-selected .dd-selected-text, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-option .dd-option-text, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-option .dd-selected-text, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-selected .dd-option-text, .approve-item-NAF_NAF_Care_Label_v1 .dd-container .dd-selected .dd-selected-text, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-option .dd-option-text, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-option .dd-selected-text, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-selected .dd-option-text, .approve-item-OKAIDI_Care_Label_v1 .dd-container .dd-selected .dd-selected-text {
            line-height: 30px
        }

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .barcode-image {
    height: 170px
}

    .approve-item-NAF_NAF_Sticker_preconditionne_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_Sticker_preconditionne_v1 .barcode-image img {
        margin-top: -235px
    }

.approve-item-NAF_NAF_Sticker_preconditionne_v1 .image-reference-short {
    margin-top: 20px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .barcode-image {
    width: 100%;
    height: 225px;
    overflow: hidden
}

    .approve-item-DEVRED_MadeIn_Sticker_v1 .barcode-image img {
        margin-top: -150px
    }

.approve-item-DEVRED_MadeIn_Sticker_v1 .marker-num.num-3:after {
    content: "3";
    left: 82px;
    top: 3px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .marker-num.num-1:after {
    content: "1";
    left: -15px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .image-note {
    margin-bottom: 20px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker table {
    border: 1px solid #e1b71f;
    height: auto
}

    .approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker table .last {
        width: 100%;
        float: left
    }

    .approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker table tbody #made-in {
        border-bottom: none
    }

    .approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker table tbody .composition {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px
    }

        .approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker table tbody .composition:last-child {
            margin-bottom: 0
        }

.approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker tbody {
    height: auto
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker .composition_perc {
    width: 20%
}

.approve-item-DEVRED_MadeIn_Sticker_v1 .made-in-sticker .composition_desc {
    width: 75%
}

.approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems td:nth-child(1), .approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems th:nth-child(1) {
    width: 300px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems td:nth-child(2), .approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems th:nth-child(2) {
    width: 300px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems td:nth-child(3), .approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems th:nth-child(3) {
    width: 130px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems td:nth-child(4), .approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems th:nth-child(4) {
    width: 120px
}

.approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems td:nth-child(5), .approve-item-DEVRED_MadeIn_Sticker_v1 table.subitems th:nth-child(5) {
    width: 130px;
    border-right-width: 0 !important
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-3:after {
    left: 40px;
    top: 3px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-6:after {
    left: 100px;
    top: 3px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-7:after {
    left: 110px;
    top: 3px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-8:after {
    left: 75px;
    top: 3px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-9:after {
    left: -20px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-10:after {
    left: -20px
}

.approve-item-DEVRED_Main_Care_Label_v1 .marker-num.num-11:after {
    left: -20px
}

.approve-item-DEVRED_Main_Care_Label_v1 table.subitems td:nth-child(1), .approve-item-DEVRED_Main_Care_Label_v1 table.subitems th:nth-child(1) {
    width: 150px
}

.approve-item-DEVRED_Main_Care_Label_v1 table.subitems td:nth-child(2), .approve-item-DEVRED_Main_Care_Label_v1 table.subitems th:nth-child(2) {
    width: 300px
}

.approve-item-DEVRED_Main_Care_Label_v1 table.subitems td:nth-child(3), .approve-item-DEVRED_Main_Care_Label_v1 table.subitems th:nth-child(3) {
    width: 130px
}

.approve-item-DEVRED_Main_Care_Label_v1 table.subitems td:nth-child(4), .approve-item-DEVRED_Main_Care_Label_v1 table.subitems th:nth-child(4) {
    width: 120px
}

.approve-item-DEVRED_Main_Care_Label_v1 table.subitems td:nth-child(5), .approve-item-DEVRED_Main_Care_Label_v1 table.subitems th:nth-child(5) {
    width: 130px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-8:after, .approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-9:after {
    left: 60px;
    top: -2px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-2:after {
    left: 120px;
    top: 3px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-3:after {
    left: 62px;
    top: -4px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-4:after {
    left: 327px;
    top: 36px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-5:after {
    left: 415px;
    top: -5px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-6:after {
    left: 95px;
    top: -5px
}

.approve-item-NAF_NAF_Care_Label_v1 .marker-num.num-7:after {
    top: 15px;
    left: 100px
}

.approve-item-NAF_NAF_Care_Label_v1 table.subitems td:nth-child(1), .approve-item-NAF_NAF_Care_Label_v1 table.subitems th:nth-child(1) {
    width: 249px
}

.approve-item-NAF_NAF_Care_Label_v1 table.subitems td:nth-child(2), .approve-item-NAF_NAF_Care_Label_v1 table.subitems th:nth-child(2) {
    width: 249px
}

.approve-item-NAF_NAF_Care_Label_v1 table.subitems td:nth-child(3), .approve-item-NAF_NAF_Care_Label_v1 table.subitems th:nth-child(3) {
    width: 332px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-1:after {
    left: 40px;
    top: 3px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-3:after {
    left: 100px;
    top: 3px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-10:after {
    left: 110px;
    top: 3px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-11:after {
    left: 75px;
    top: 3px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-12:after {
    left: -20px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-13:after {
    left: -20px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 .marker-num.num-14:after {
    left: -20px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems td:nth-child(1), .approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems th:nth-child(1) {
    width: 150px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems td:nth-child(2), .approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems th:nth-child(2) {
    width: 300px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems td:nth-child(3), .approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems th:nth-child(3) {
    width: 130px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems td:nth-child(4), .approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems th:nth-child(4) {
    width: 120px
}

.approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems td:nth-child(5), .approve-item-DEVRED_Accessories_Care_Label_v1 table.subitems th:nth-child(5) {
    width: 130px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 .barcode-image {
    height: 375px;
    overflow: hidden
}

    .approve-item-DEVRED_Care_Label_Sticker_v1 .barcode-image img {
        margin-top: -80px
    }

.approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-1:after, .approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-2:after {
    left: 0
}

.approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-8:after {
    left: 130px;
    top: 3px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-9:after {
    left: 100px;
    top: 3px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 .marker-num.num-7:after {
    left: 100px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems td:nth-child(1), .approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems th:nth-child(1) {
    width: 373px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems td:nth-child(2), .approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems th:nth-child(2) {
    width: 160px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems td:nth-child(3), .approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems th:nth-child(3) {
    width: 160px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems td:nth-child(4), .approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems th:nth-child(4) {
    width: 160px
}

.approve-item-DEVRED_Care_Label_Sticker_v1 table.subitems tbody {
    height: auto
}

.approve-item-DEVRED_Communication_Cufflink_v1 .barcode-image {
    height: 400px;
    overflow: hidden
}

    .approve-item-DEVRED_Communication_Cufflink_v1 .barcode-image img {
        margin-top: -150px
    }

.approve-item-DEVRED_Communication_Cufflink_v1 .marker-num:after {
    left: 0;
    top: 0
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-1:after {
    content: "1"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-2:after {
    content: "2"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-3:after {
    content: "3"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-4:after {
    content: "4"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-5:after {
    content: "5"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .num-6:after {
    content: "6"
}

.approve-item-DEVRED_Communication_Cufflink_v1 .composition_perc {
    width: 63px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-DEVRED_Communication_Cufflink_v1 .composition_desc {
    width: 220px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-DEVRED_Logistic_Sticker_v1 .barcode-image {
    height: 400px;
    overflow: hidden
}

    .approve-item-DEVRED_Logistic_Sticker_v1 .barcode-image img {
        margin-top: -150px
    }

.approve-item-DEVRED_Logistic_Sticker_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-DEVRED_Logistic_Sticker_v1 table td:nth-child(1), .approve-item-DEVRED_Logistic_Sticker_v1 table th:nth-child(1) {
    width: 225px
}

.approve-item-DEVRED_Logistic_Sticker_v1 table td:nth-child(2), .approve-item-DEVRED_Logistic_Sticker_v1 table th:nth-child(2) {
    width: 130px
}

.approve-item-DEVRED_Logistic_Sticker_v1 table tbody {
    height: auto
}

.approve-item-NAF_NAF_Reference_Label_v1 .barcode-image {
    width: 260px;
    height: 420px;
    overflow: hidden;
    margin: 0 auto
}

    .approve-item-NAF_NAF_Reference_Label_v1 .barcode-image + p {
        margin-top: 5px
    }

    .approve-item-NAF_NAF_Reference_Label_v1 .barcode-image img {
        margin-top: -40px
    }

.approve-item-NAF_NAF_Reference_Label_v1 .col-table-wrapper {
    margin-top: 15px
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-1:after, .approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-2:after, .approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-3:after {
    top: -5px;
    left: -27px
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-4:after, .approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-5:after, .approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-6:after {
    top: -27px
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-5:after {
    content: "5"
}

.approve-item-NAF_NAF_Reference_Label_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-NAF_NAF_Reference_Label_v1 .col-table-wrapper > p {
    margin-bottom: 30px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(1), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(1) {
    width: 164px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(2), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(2) {
    width: 122px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(3), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(3) {
    width: 116px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(4), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(4) {
    width: 118px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(5), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(5) {
    width: 133px
}

.approve-item-NAF_NAF_Reference_Label_v1 table td:nth-child(6), .approve-item-NAF_NAF_Reference_Label_v1 table th:nth-child(6) {
    width: 130px
}

.approve-item-dialog .modal-no-form-name-appointed.one-sub-code tbody {
    height: auto
}

.modal-no-form-name-appointed .col-sm-4 {
    min-height: 320px
}

    .modal-no-form-name-appointed .col-sm-4 .image img {
        width: 300px
    }

.modal-no-form-name-appointed .table-wrapper table select {
    display: inline-block;
    width: 48px
}

.modal-no-form-name-appointed .table-wrapper table td:nth-child(1), .modal-no-form-name-appointed .table-wrapper table th:nth-child(1) {
    width: 130px
}

.modal-no-form-name-appointed .table-wrapper table td:nth-child(2), .modal-no-form-name-appointed .table-wrapper table th:nth-child(2) {
    width: 95px
}

.modal-no-form-name-appointed .table-wrapper table td:nth-child(3), .modal-no-form-name-appointed .table-wrapper table th:nth-child(3) {
    width: 110px
}

.modal-no-form-name-appointed .table-wrapper table td:nth-child(4), .modal-no-form-name-appointed .table-wrapper table th:nth-child(4) {
    width: 230px
}

.modal-no-form-name-appointed .table-wrapper table td:nth-child(5), .modal-no-form-name-appointed .table-wrapper table th:nth-child(5) {
    width: 48px
}

.modal-no-form-name-appointed .table-wrapper table th {
    padding-right: 0
}

.modal-sticker-size table select {
    width: 60px
}

.modal-sticker-size table td:nth-child(1), .modal-sticker-size table th:nth-child(1) {
    width: 164px
}

.modal-sticker-size table td:nth-child(2), .modal-sticker-size table th:nth-child(2) {
    width: 95px
}

.modal-sticker-size table td:nth-child(3), .modal-sticker-size table th:nth-child(3) {
    width: 90px
}

.action-items .glyphicon {
    cursor: pointer;
    position: relative
}

table th .message {
    position: absolute;
    right: 2px;
    top: 2px;
    color: red;
    font-size: 11px
}

.approve-item-MX_Care_Label_v1 .marker-num:after {
    left: -25px;
    top: 0
}

.approve-item-MX_Care_Label_v1 .marker-num.num-1:after {
    content: "1";
    top: -100%;
    left: 45%
}

.approve-item-MX_Care_Label_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-MX_Care_Label_v1 .marker-num.num-3:after {
    content: "3"
}

.approve-item-MX_Care_Label_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-MX_Care_Label_v1 .marker-num.num-5:after {
    content: "5";
    top: -100%;
    left: 45%
}

.approve-item-MX_Care_Label_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-MX_Care_Label_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-MX_Care_Label_v1 .marker-num.num-8:after {
    content: "8";
    top: -100%;
    left: 45%
}

.approve-item-MX_Care_Label_v1 .marker-num.num-9:after {
    content: "9"
}

.approve-item-MX_Care_Label_v1 .subitems-wrapper {
    margin-top: 50px
}

.approve-item-MX_Care_Label_v1 .table-subitems table.subitems .table-body {
    border-top: none
}

.approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr .ng-scope, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr .ng-scope {
    height: auto
}

.approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th.barcode {
    width: 130px
}

    .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td.barcode input.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th.barcode input.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td.barcode input.barcode, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th.barcode input.barcode {
        width: 100px;
        height: auto
    }

.approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th {
    box-sizing: border-box;
    width: 270px;
    height: auto
}

    .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td input.fixed, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th input.fixed, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td input.fixed, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th input.fixed {
        max-width: 100%
    }

    .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th.quantity {
        width: 130px
    }

        .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td.quantity input.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th.quantity input.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td.quantity input.quantity, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th.quantity input.quantity {
            width: 100px;
            text-align: right
        }

    .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr td:last-child, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems tbody tr th:last-child, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr td:last-child, .approve-item-MX_Care_Label_v1 .table-subitems table.subitems thead tr th:last-child {
        width: auto
    }

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .barcode-image {
    height: 375px;
    overflow: hidden;
    margin-bottom: 10px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .group_input_middle {
    padding-left: 0;
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .group_input_left {
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .group_input_right {
    padding-left: 0
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .composition_perc {
    width: 55px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .composition_desc {
    width: 187px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups td:nth-child(1), .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups th:nth-child(1) {
    width: 120px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups td:nth-child(2), .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups th:nth-child(2) {
    width: 270px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups td:nth-child(3), .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups th:nth-child(3) {
    width: 130px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups td:nth-child(4), .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups th:nth-child(4) {
    width: 134px;
    input-width: 90px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups td:nth-child(5), .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .compo_groups th:nth-child(5) {
    width: 130px;
    border-right: none !important
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .subitems-wrapper {
    margin-top: 30px
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr .ng-scope, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr .ng-scope {
    height: auto
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.barcode {
    width: 120px
}

    .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.barcode input.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.barcode input.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.barcode input.barcode, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.barcode input.barcode {
        width: 100px;
        height: auto
    }

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th {
    box-sizing: border-box;
    width: 250px;
    height: auto
}

    .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td input.fixed, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th input.fixed, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td input.fixed, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th input.fixed {
        max-width: 90%
    }

    .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.quantity {
        width: 90px
    }

        .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.quantity input.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.quantity input.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.quantity input.quantity, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.quantity input.quantity {
            width: 70px;
            text-align: right
        }

    .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.price {
        width: 90px
    }

        .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.price input.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.price input.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.price input.price, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.price input.price {
            width: 60px;
            text-align: right
        }

    .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td:last-child, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th:last-child, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr td:last-child, .approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .table-subitems table.subitems thead tr th:last-child {
        width: auto
    }

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num:after {
    left: -25px;
    top: 0
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-3:after {
    content: "3";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-5:after {
    content: "5";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-8:after {
    content: "8";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Price_Hangtag_v1 .marker-num.num-9:after {
    content: "9";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .max_2 {
    width: 63px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .barcode-image {
    height: 375px;
    overflow: hidden;
    margin-bottom: 10px
}

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .barcode-image img {
        margin-top: -160px
    }

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .group_input_middle {
    padding-left: 0;
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .group_input_left {
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .group_input_right {
    padding-left: 0
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .composition_perc {
    width: 55px;
    padding-left: 0;
    padding-right: 0
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .composition_desc {
    width: 187px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups td:nth-child(1), .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups th:nth-child(1) {
    width: 120px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups td:nth-child(2), .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups th:nth-child(2) {
    width: 270px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups td:nth-child(3), .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups th:nth-child(3) {
    width: 130px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups td:nth-child(4), .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups th:nth-child(4) {
    width: 134px;
    input-width: 90px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups td:nth-child(5), .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .compo_groups th:nth-child(5) {
    width: 130px;
    border-right: none !important
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .subitems-wrapper {
    margin-top: 30px
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr .ng-scope, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr .ng-scope {
    height: auto
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.barcode {
    width: 130px
}

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.barcode input.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.barcode input.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.barcode input.barcode, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.barcode input.barcode {
        width: 100px;
        height: auto
    }

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th {
    box-sizing: border-box;
    width: 250px;
    height: auto
}

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td input.fixed, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th input.fixed, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td input.fixed, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th input.fixed {
        max-width: 90%
    }

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.quantity {
        width: 90px
    }

        .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.quantity input.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.quantity input.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.quantity input.quantity, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.quantity input.quantity {
            width: 70px;
            text-align: right
        }

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.price {
        width: 80px
    }

        .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td.price input.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th.price input.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td.price input.price, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th.price input.price {
            width: 60px;
            text-align: right
        }

    .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr td:last-child, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems tbody tr th:last-child, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr td:last-child, .approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .table-subitems table.subitems thead tr th:last-child {
        width: auto
    }

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num:after {
    left: -25px;
    top: 0
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-1:after {
    content: "1"
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-2:after {
    content: "2"
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-3:after {
    content: "3";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-4:after {
    content: "4"
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-5:after {
    content: "5";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-6:after {
    content: "6"
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-7:after {
    content: "7"
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-8:after {
    content: "8";
    top: -100%;
    left: 45%
}

.approve-item-dialog.approve-item-MX_Denim_Price_Hangtag_v1 .marker-num.num-9:after {
    content: "9";
    top: -100%;
    left: 45%
}

.approve-item-MX_marqueur_category_v1 table td:nth-child(1), .approve-item-MX_marqueur_category_v1 table th:nth-child(1) {
    width: 130px
}

.approve-item-MX_marqueur_category_v1 table td:nth-child(2), .approve-item-MX_marqueur_category_v1 table th:nth-child(2) {
    width: 325px
}

.approve-item-MX_marqueur_category_v1 table td:nth-child(3), .approve-item-MX_marqueur_category_v1 table th:nth-child(3) {
    width: 110px
}

.approve-item-MX_marqueur_category_v1 table td:nth-child(4), .approve-item-MX_marqueur_category_v1 table th:nth-child(4) {
    width: 100px
}

.approve-item-MX_marqueur_category_v1 table td:nth-child(5), .approve-item-MX_marqueur_category_v1 table th:nth-child(5) {
    width: 110px
}

.approve-item-MX_denim_overrider_v1 table td:nth-child(1), .approve-item-MX_denim_overrider_v1 table th:nth-child(1) {
    width: 130px
}

.approve-item-MX_denim_overrider_v1 table td:nth-child(2), .approve-item-MX_denim_overrider_v1 table th:nth-child(2) {
    width: 325px
}

.approve-item-MX_denim_overrider_v1 table td:nth-child(3), .approve-item-MX_denim_overrider_v1 table th:nth-child(3) {
    width: 110px
}

.approve-item-MX_denim_overrider_v1 table td:nth-child(4), .approve-item-MX_denim_overrider_v1 table th:nth-child(4) {
    width: 100px
}

.approve-item-MX_denim_overrider_v1 table td:nth-child(5), .approve-item-MX_denim_overrider_v1 table th:nth-child(5) {
    width: 110px
}

.width_hidden_field {
    width: 141px
}

.fix_width_marq {
    width: 102px
}

.fix_width {
    width: 237px
}

.modal-approve.mx_mrque .table > thead > tr > th {
    border-bottom: none;
    border-right: 1px solid #fff
}

.modal-approve.mx_mrque .table > thead > tr > td {
    border-top: none !important
}

.modal-approve.mx_mrque .table > tbody > tr > td, .modal-approve.mx_mrque .table > tbody > tr > th, .modal-approve.mx_mrque .table > tfoot > tr > td, .modal-approve.mx_mrque .table > tfoot > tr > th, .modal-approve.mx_mrque .table > thead > tr > td, .modal-approve.mx_mrque .table > thead > tr > th {
    border-top: none;
    width: 31%
}

.modal-approve.mx_mrque input.error {
    border: 1px solid red !important
}

.modal-approve.mx_mrque input.ng-invalid.ng-dirty, .modal-approve.mx_mrque select.ng-invalid.ng-dirty {
    border: 1px solid red !important
}

.modal-approve.mx_mrque .items-form label.error {
    display: none !important
}

.modal-approve.mx_mrque .message.glyphicon {
    display: none
}

.modal-approve.mx_mrque input {
    display: inline-block
}

.modal-approve.mx_mrque .barcode {
    width: 125px
}

.modal-approve.mx_mrque .tooltip {
    min-width: 200px
}

.modal-approve .table > thead > tr > th {
    border-bottom: none;
    border-right: 1px solid #fff
}

.modal-approve .table > thead > tr > td {
    border-top: none !important
}

.modal-approve .table > tbody > tr > td, .modal-approve .table > tbody > tr > th, .modal-approve .table > tfoot > tr > td, .modal-approve .table > tfoot > tr > th, .modal-approve .table > thead > tr > td, .modal-approve .table > thead > tr > th {
    border-top: none
}

.modal-approve input.error {
    border: 1px solid red !important
}

.modal-approve input.ng-invalid.ng-dirty, .modal-approve select.ng-invalid.ng-dirty {
    border: 1px solid red !important
}

.modal-approve .items-form label.error {
    display: none !important
}

.modal-approve .message.glyphicon {
    display: none
}

.modal-approve input {
    display: inline-block
}

.modal-approve .barcode {
    width: 125px
}

.modal-approve .tooltip {
    min-width: 200px
}

.guide-number {
    height: 1px;
    margin-bottom: 25px;
    position: relative
}

.note-approved-by-brand.text-center {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: red;
    background-color: #7ff98f
}

.release-order-buttons {
    width: 205px;
    background-color: #e1b71f
}

.back-to-orders-list {
    margin-right: 50px
}

.release-order .orders-list {
    margin-bottom: 30px
}

.release-order .has-one-splitted {
    margin: 0 auto;
    float: none
}

.release-order .new-bg {
    background: #e1b71f
}

.release-order .splitted-order {
    padding: 0 10px
}

    .release-order .splitted-order .inner-wrapper {
        padding: 0 5px;
        background: #e1b71f;
        border-radius: 10px
    }

    .release-order .splitted-order .items-list {
        padding: 0
    }

    .release-order .splitted-order li {
        list-style: none;
        border-bottom: 1px solid #adadad
    }

        .release-order .splitted-order li:nth-child(2n) {
            background: #f7f0d9
        }

    .release-order .splitted-order .item {
        padding: 0 5px
    }

        .release-order .splitted-order .item p {
            padding: 5px 0 2px 0;
            margin: 0
        }

    .release-order .splitted-order .box-header {
        border-radius: 10px 10px 0 0
    }

        .release-order .splitted-order .box-header h3 {
            margin: 0;
            padding: 5px 0;
            text-align: center;
            color: #fff
        }

    .release-order .splitted-order .box-footer {
        height: 30px;
        border-radius: 0 0 10px 10px
    }

    .release-order .splitted-order .box-footer, .release-order .splitted-order .box-header {
        background-color: #e1b71f
    }

    .release-order .splitted-order .box-body {
        height: 200px;
        overflow: auto;
        background: #fff
    }

.new-order .modal-dialog {
    width: 900px
}

.modal-new-order .new-bg {
    background-color: #e1b71f
}

.modal-new-order .brand-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.modal-new-order .brand-logo {
    float: left;
    list-style: none;
    cursor: pointer
}

    .modal-new-order .brand-logo img {
        width: 100%;
        border: 1px solid #adadad;
        padding: 4px;
        display: block;
        max-height: 80px
    }

        .modal-new-order .brand-logo img.selected {
            border: 3px solid #e1b71f
        }

.modal-new-order p.error {
    margin: 10px 0 0;
    padding: 0
}

.edit-item label {
    font-weight: 400
}

.ordering-bg {
    background-color: #e1b71f !important
}

    .ordering-bg a {
        color: #fff
    }

    .ordering-bg .footer-button {
        border: 1px solid #fff;
        background: #e1b71f;
        padding: 5px 10px;
        color: #fff
    }

.lpp-modal .new-bg {
    background: #e1b71f
}

.modal-dialog .bill-text {
    margin-top: 3px
}

.ordering-notice {
    margin: 10px 0
}

.ordering-notice-right {
    text-align: right
}

.warning-message-modify-composition {
    margin: 10px 0;
    font-weight: 700
}

@-webkit-keyframes fade-in {
    0%,100% {
        background-color: #fff
    }

    25%,50%,75% {
        background-color: #fff8dc
    }
}

@keyframes fade-in {
    0%,100% {
        background-color: #fff
    }

    25%,50%,75% {
        background-color: #fff8dc
    }
}

.highlight {
    -webkit-animation: fade-in 2s;
    animation: fade-in 2s
}

.ordering-color {
    color: #f68113
}

.approved-text {
    color: green
}

.preview-order-modal .modal-dialog {
    width: 900px
}

    .preview-order-modal .modal-dialog .modal-footer, .preview-order-modal .modal-dialog .modal-header .modal-title {
        padding: 5px 15px !important
    }

    .preview-order-modal .modal-dialog .modal-body {
        padding: 10px 0 !important;
        border-radius: 0
    }

        .preview-order-modal .modal-dialog .modal-body table tbody {
            min-height: 300px !important;
            height: 450px
        }

        .preview-order-modal .modal-dialog .modal-body table td:nth-child(1), .preview-order-modal .modal-dialog .modal-body table th:nth-child(1) {
            width: 100px
        }

        .preview-order-modal .modal-dialog .modal-body table td:nth-child(2), .preview-order-modal .modal-dialog .modal-body table th:nth-child(2) {
            width: 550px
        }

        .preview-order-modal .modal-dialog .modal-body table td:nth-child(3), .preview-order-modal .modal-dialog .modal-body table th:nth-child(3) {
            width: 120px
        }

            .preview-order-modal .modal-dialog .modal-body table td:nth-child(3).width-100-percent, .preview-order-modal .modal-dialog .modal-body table th:nth-child(3).width-100-percent {
                width: 100%
            }

        .preview-order-modal .modal-dialog .modal-body table td:nth-child(4), .preview-order-modal .modal-dialog .modal-body table th:nth-child(4) {
            width: 110px
        }

        .preview-order-modal .modal-dialog .modal-body table tfoot td {
            text-align: center
        }

.order-detail.to_assign {
    color: #a5a5a9 !important
}

    .order-detail.to_assign .approved, .order-detail.to_assign .order-item, .order-detail.to_assign .to_approve {
        color: #a5a5a9 !important
    }

    .order-detail.to_assign .version {
        background-color: #a5a5a9 !important
    }

.order-detail .action-icon {
    margin-right: 0
}

.order-detail .sidebar {
    color: #fff
}

    .order-detail .sidebar .order-item {
        padding: 0
    }

        .order-detail .sidebar .order-item .sidebar-item-inner {
            padding: 15px 8px;
            background: rgba(255,255,255,.7);
            cursor: pointer;
            overflow: hidden
        }

            .order-detail .sidebar .order-item .sidebar-item-inner.editting .expandable-sidebar-item {
                height: auto
            }

    .order-detail .sidebar .selected-sidebar-item .sidebar-item-inner {
        padding: 0;
        cursor: default
    }

.order-detail .order-detail-sidebar {
    background: #e1b71f;
    padding: 0
}

    .order-detail .order-detail-sidebar .orders-list > li {
        padding: 0
    }

    .order-detail .order-detail-sidebar .orders-list .sidebar-item.un-select-item {
        position: relative
    }

    .order-detail .order-detail-sidebar .orders-list .sidebar-item .order-number {
        top: 2px;
        float: left
    }

    .order-detail .order-detail-sidebar .orders-list .sidebar-item .delete-ordering-order, .order-detail .order-detail-sidebar .orders-list .sidebar-item .order-number {
        position: relative;
        z-index: 10;
        color: #fbd7b1
    }

    .order-detail .order-detail-sidebar .orders-list .sidebar-item .trash-wrapper {
        display: inline-block;
        padding: 3px;
        float: right
    }

    .order-detail .order-detail-sidebar .orders-list .expandable-sidebar-item {
        min-height: 0;
        height: 0;
        padding: 0 8px;
        overflow: hidden;
        width: 100%
    }

        .order-detail .order-detail-sidebar .orders-list .expandable-sidebar-item .editting-order-code .order-code {
            display: inline-block;
            width: 90px;
            border: 1px solid #e1b71f;
            height: 18px
        }

        .order-detail .order-detail-sidebar .orders-list .expandable-sidebar-item .edit-order-code {
            color: #f68113
        }

        .order-detail .order-detail-sidebar .orders-list .expandable-sidebar-item .save-order-code {
            color: green
        }

        .order-detail .order-detail-sidebar .orders-list .expandable-sidebar-item .cancel-edit-order-code {
            color: #888
        }

    .order-detail .order-detail-sidebar .selected-order {
        background: #f7eabc
    }

        .order-detail .order-detail-sidebar .selected-order.expandable-sidebar-item {
            height: 170px;
            padding: 15px 8px
        }

            .order-detail .order-detail-sidebar .selected-order.expandable-sidebar-item .action-icon {
                height: 20px
            }

        .order-detail .order-detail-sidebar .selected-order .config {
            height: 60px;
            background: url(../fonts/config_icon.png) no-repeat;
            background-size: 60px 60px;
            background-repeat: no-repeat;
            margin-bottom: 10px
        }

    .order-detail .order-detail-sidebar .order-code-wrapper {
        width: 180px
    }

        .order-detail .order-detail-sidebar .order-code-wrapper .save-order-code {
            margin-right: 3px
        }

        .order-detail .order-detail-sidebar .order-code-wrapper .order-item {
            color: #f78e1e;
            float: left;
            width: 150px
        }

            .order-detail .order-detail-sidebar .order-code-wrapper .order-item .order-code {
                border: 1px solid #e3e3e3;
                display: inline-block
            }

            .order-detail .order-detail-sidebar .order-code-wrapper .order-item a {
                color: #f78e1e
            }

    .order-detail .order-detail-sidebar .version {
        border-radius: 8px;
        color: #fff;
        padding: 0 10px;
        float: right;
        background-color: #f78e1e
    }

    .order-detail .order-detail-sidebar .pdf-icon {
        width: 30px;
        height: 30px;
        background: url(../fonts/lpp-icons.png) -12px -11px
    }

    .order-detail .order-detail-sidebar .icon-search {
        background-position: -12px -483px
    }

    .order-detail .order-detail-sidebar .line {
        padding: 0 10px
    }

    .order-detail .order-detail-sidebar .approved {
        color: green !important
    }

    .order-detail .order-detail-sidebar .to_approve {
        color: #f78e1e !important
    }

    .order-detail .order-detail-sidebar .group {
        padding: 10px 0
    }

.order-detail .main-content {
    padding-bottom: 0;
    /*overflow: hidden;*/
    font-size: 12px
}

    .order-detail .main-content ul {
        font-size: 12px
    }

    .order-detail .main-content input, .order-detail .main-content select {
        background: #fff;
        border: 1px solid #e1b71f;
        display: inline-block
    }

        .order-detail .main-content input[disabled], .order-detail .main-content select[disabled] {
            border-color: #888;
            background: #e3e3e3
        }

    .order-detail .main-content .nav-tabs {
        display: inline-block
    }

    .order-detail .main-content .col-md-4.custom-column {
        width: 26%;
        position: relative;
        z-index: 9
    }

    .order-detail .main-content .col-md-6.custom-column {
        width: 57%;
        position: relative;
        z-index: 8
    }

    .order-detail .main-content .block .title {
        border-radius: 10px 10px 0 0;
        background: #e1b71f;
        color: #fff;
        padding: 8px 0 3px;
        text-align: center;
        font-size: 18px
    }

    .order-detail .main-content .block .body {
        border-radius: 0 0 10px 10px;
        border: 2px solid #e1b71f;
        padding: 0
    }

    .order-detail .main-content .block .item-description {
        height: 36px;
        overflow: hidden
    }

    .order-detail .main-content .block.to_reviews {
        position: relative;
        z-index: 99;
        margin-bottom: 20px;
        /*padding-left: 5px*/
    }

        .order-detail .main-content .block.to_reviews ul {
            list-style-type: none
        }

        .order-detail .main-content .block.to_reviews .group-line {
            padding: 0 25px
        }

        .order-detail .main-content .block.to_reviews .action-icon {
            margin-right: 0;
            margin-top: 0;
            text-align: right;
            width: 85px
        }

            .order-detail .main-content .block.to_reviews .action-icon.small-action-set {
                width: 65px
            }

        .order-detail .main-content .block.to_reviews .bx-slider-wrapper {
            position: relative;
            left: 5px;
            top: -15px;
            width: 756px
        }

        .order-detail .main-content .block.to_reviews .bx-wrapper .bx-viewport {
            left: 0
        }

            .order-detail .main-content .block.to_reviews .bx-wrapper .bx-viewport .slider-col-item .approved-text, .order-detail .main-content .block.to_reviews .bx-wrapper .bx-viewport .slider-col-item .ignored-text {
                font-size: 10px
            }

            .order-detail .main-content .block.to_reviews .bx-wrapper .bx-viewport .action-icon {
                margin-top: -3px !important;
                padding: 0;
                position: relative
            }

                .order-detail .main-content .block.to_reviews .bx-wrapper .bx-viewport .action-icon a {
                    margin-left: -3px
                }

        .order-detail .main-content .block.to_reviews.full-height .body {
            height: 525px
        }

        .order-detail .main-content .block.to_reviews.full-height .bx-wrapper .bx-controls-direction a {
            height: 520px
        }

        .order-detail .main-content .block.to_reviews.full-height .bxslider .group-line .slider-col-item:nth-child(4n+1) {
            clear: left
        }

        .order-detail .main-content .block.to_reviews.full-height .bxslider .group-line .slider-col-item {
            margin-top: 20px
        }

        /*.order-detail .main-content .block.to_reviews.normal-height .body {
            height: 215px
        }*/

    .order-detail .main-content .block.catalogue {
        position: relative;
        z-index: 99;
        width: 100%
    }

        .order-detail .main-content .block.catalogue .title {
            height: 30px
        }

        .order-detail .main-content .block.catalogue .nav-tabs {
            float: left
        }

        .order-detail .main-content .block.catalogue .body {
            max-height: 265px;
            padding: 5px;
            overflow: hidden
        }

            .order-detail .main-content .block.catalogue .body .items-list {
                height: 100%;
                margin: 0;
                padding: 5px
            }

            .order-detail .main-content .block.catalogue .body .action-icon {
                margin-top: -5px;
                margin-right: -5px
            }

    .order-detail .main-content .block #hangtag .action-icon {
        margin-top: -5px
    }

    .order-detail .main-content .search-form {
        display: inline-block;
        float: right;
        width: 170px;
        border: 1px solid #bbb3b3;
        border-radius: 28px;
        line-height: 14px;
        margin: 12px
    }

        .order-detail .main-content .search-form input {
            border: none;
            margin-top: 6px;
            position: absolute;
            margin-left: 5px;
            width: 130px
        }

            .order-detail .main-content .search-form input:focus {
                border: none;
                outline: 0;
                box-shadow: none
            }

        .order-detail .main-content .search-form .search-icon {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: url(../fonts/action-icons.png) -8px -572px
        }

    .order-detail .main-content .tab-content {
        border: 1px solid #e1b71f;
        margin-top: -5px;
        padding: 5px 10px;
        height: 215px;
        overflow: auto;
        clear: both
    }

    .order-detail .main-content .back-buttons {
        padding-top: 10px
    }

        .order-detail .main-content .back-buttons a {
            color: #000
        }

    .order-detail .main-content .preview-order {
        text-align: center;
        width: 249px
    }

    .order-detail .main-content .continue-btns.dropdown {
        position: inherit
    }

.order-detail .btn.continue {
    background: #e1b71f;
    border-radius: 0;
    padding: 3px 15px;
    text-transform: capitalize;
    margin-left: 10px;
    color: #fff
}

.order-detail .pull-right .dropdown-menu {
    right: 0;
    border-radius: 0;
    border: none;
    box-shadow: none
}

.order-detail .thumb-img {
    height: 90px;
    display: inline-block
}

.order-detail hr {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #000
}

.order-detail .bx-viewport {
    padding: 0;
    position: relative
}

.order-detail .items-list {
    list-style-type: none;
    padding-left: 0
}

    .order-detail .items-list li {
        float: left;
        margin-right: 10px;
        width: 23%;
        margin-bottom: 20px;
        height: 190px
    }

.order-detail .to_approve .view {
    background-position: -10px -290px
}

.order-detail .to_approve .edit {
    background-position: -10px -569px
}

.order-detail .to_approve .file {
    background: url(../fonts/lpp-icons.png);
    background-position: 0 5px;
    background-size: 36px;
    width: 27px;
    height: 32px
}

.order-detail .to_approve .add {
    background-position: -10px -754px
}

.order-detail .status-icon {
    background-size: contain;
    width: 90px;
    height: 120px;
    background-repeat: no-repeat;
    position: absolute;
    right: 37%;
    top: 0
}

.order-detail .to_approve .status-icon {
    background-image: url(../fonts/reject.png);
    right: 10px
}

.order-detail .approved .status-icon {
    background-image: url(../fonts/approve.png)
}

.order-detail .approved_by_brand .status-icon {
    background-image: url(../fonts/approve.png)
}

.order-detail .ignored .status-icon {
    background-image: url(../fonts/ignored.png)
}

.order-detail .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    display: inline-block;
    height: 246.7px !important;
    background: #fff
}

    .order-detail .bx-wrapper .bx-controls-direction a.bx-next {
        border-left: 1px solid #e1b71f;
        /*border-right: 2px solid #e1b71f;*/
        right: -7px;
        border-radius: 0 0 10px 0;
        background: #fff url(../fonts/right-default.png) no-repeat 4px 50%;
        background-repeat: no-repeat
    }

        .order-detail .bx-wrapper .bx-controls-direction a.bx-next.enabled {
            border-left: 1px solid #e1b71f;
            /*border-right: 2px solid #e1b71f;*/
            right: -7px;
            border-radius: 0 0 10px 0;
            background: #fff url(../fonts/next-1.png) no-repeat 4px 50%;
            background-repeat: no-repeat
        }

        .order-detail .bx-wrapper .bx-controls-direction a.bx-next.blinking, .order-detail .bx-wrapper .bx-controls-direction a.bx-next:hover {
            background: #e1b71f url(../fonts/right.png) no-repeat 4px 50%
        }

            .order-detail .bx-wrapper .bx-controls-direction a.bx-next.disabled, .order-detail .bx-wrapper .bx-controls-direction a.bx-next:hover.disabled {
                background-color: #fff
            }

    .order-detail .bx-wrapper .bx-controls-direction a.bx-prev {
        border-right: 1px solid #e1b71f;
        /*border-left: 1px solid #e1b71f;*/
        left: -7px;
        border-radius: 0 0 0 7px;
        background: #fff url(../fonts/left-default.png) no-repeat 4px 50%;
        background-repeat: no-repeat
    }

        .order-detail .bx-wrapper .bx-controls-direction a.bx-prev.enabled {
            border-right: 1px solid #e1b71f;
            /*border-left: 2px solid #e1b71f;*/
            left: -7px;
            border-radius: 0 0 0 7px;
            background: #fff url(../fonts/prev-1.png) no-repeat 4px 50%;
            background-repeat: no-repeat
        }
        .order-detail .bx-wrapper .bx-controls-direction a.bx-prev:hover {
            background: #e1b71f url(../fonts/left.png) no-repeat 4px 50%
        }

            .order-detail .bx-wrapper .bx-controls-direction a.bx-prev.disabled, .order-detail .bx-wrapper .bx-controls-direction a.bx-prev:hover.disabled {
                background-color: #fff
            }

.order-detail .qty {
    width: 60px
}

.order-detail .col-md-2, .order-detail .col-md-4, .order-detail .col-md-5, .order-detail .col-md-6.custom-column {
    padding: 0
}

.order-detail .to_reviews .title {
    text-align: left !important;
    padding-left: 20px !important
}

.order-detail .catalogue .title {
    text-align: left !important;
    padding-left: 20px !important
}

.order-detail .nav-tabs > li > a {
    background: #e1b71f;
    color: #000;
    padding: 9px 15px !important
}

.order-detail .nav-tabs > li.active > a, .order-detail .nav-tabs > li.active > a:focus, .order-detail .nav-tabs > li.active > a:hover {
    border: 1px solid #e1b71f;
    background: #fff;
    border-bottom: none
}

.order-detail .nav-tabs {
    border-bottom: none !important
}

    .order-detail .nav-tabs > li {
        margin-bottom: 1px
    }

.order-detail .sidebar .order-item .sidebar-item-inner.unavailable-order, .sidebar .sidebar-item-inner.unavailable-order {
    cursor: not-allowed
}

.ordering-wrapper .orders-list .order-to-release .order-number.uneditable-ordernumber {
    cursor: not-allowed;
    color: grey
}

.my-account .address .pull-left {
    margin-right: 10px
}

@media screen and (min-width:0 \0) {
    .order-detail .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -10px !important
    }
}

.action-icon span.view {
    background-position: -11px -190px
}

.action-icon .view-span {
    width: 25px;
    height: 25px;
    display: inline-block
}

    .action-icon .view-span a.view {
        background-position: -10px -190px
    }

.action-icon .table-order-items {
    position: absolute;
    height: 180px;
    margin-left: 30px;
    background: #fff;
    display: none;
    border: 1px solid #333;
    z-index: 9999;
    width: 200px;
    padding-right: 5px;
    margin-top: -97px
}

    .action-icon .table-order-items tbody {
        height: 140px
    }

    .action-icon .table-order-items td, .action-icon .table-order-items th:nth-child(1) {
        width: 100px
    }

    .action-icon .table-order-items td, .action-icon .table-order-items th:nth-child(2) {
        width: 100px
    }

.action-icon .arrow-wrapper {
    display: none;
    margin-left: 37px;
    margin-top: 24px
}

.action-icon .hovering .arrow-wrapper {
    display: block
}

.order-detail .bx-wrapper .bx-controls-direction a {
    z-index: 444 !important
}

textarea {
    resize: none
}

button.footer-button.button-new {
    background: 0 0
}

.catalogue .arrow-wrapper {
    position: absolute;
    right: -25px;
    top: 2px;
    padding-right: 15px
}

.catalogue .order-list-wrapper {
    margin-left: 28px;
    position: relative;
    left: -1px
}

.catalogue .table-order-items {
    margin-top: -140px !important
}

.table-order-items {
    opacity: 1 !important
}

.to_reviews .popover.left > .arrow, .to_reviews .popover.right > .arrow {
    top: 36px
}

.to_reviews .view-span-2.left .order-list-wrapper {
    margin-left: -207px
}

.to_reviews .action-icon .table-order-items {
    margin-top: -100px;
    height: 167px
}

    .to_reviews .action-icon .table-order-items tbody {
        height: 127px
    }

.to_reviews .action-icon .arrow-wrapper {
    margin-top: 0;
    top: 3px
}

.tab-pane .action-icon {
    text-align: right
}

.bx-slider-item .popover-image, .tab-catalogue-item .popover-image {
    display: block;
    width: 100%;
    text-align: center;
    cursor: default
}



.tab-catalogue-item .popover {
    max-width: 170px !important;
    width: 170px !important
}

.pipelines .popover {
    max-width: 270px !important;
    width: 270px !important
}

.CatalogItem .popover {
     /*MKG*/
    /*max-width: 270px !important;
    width: 270px !important*/
    /*max-width: 400px !important;*/
    width: 500px !important
}
#dvMprixItem .CatalogItem .popover img {
    margin-left: auto !important;
    margin-right: auto !important;
    /*position: absolute !important;*/
    /*width: 175px !important;
    max-width: 175px !important;*/
}
    .bx-slider-item .popover img, .tab-catalogue-item .popover img {
    width: 100%
}

.tab-catalogue-item .item-inner {
    position: relative
}

    .tab-catalogue-item .item-inner .status-icon {
        position: absolute;
        left: 40px;
        top: 10px
    }

.available-printshop {
    color: #e1b71f;
    font-size: 11px
}

.order-detail .bx-viewport {
    overflow: visible !important;
    box-shadow: none !important
}

    .order-detail .bx-viewport .popover {
        top: -35px !important;
        z-index: 999 !important
    }

.catalogue.normal-height .popover {
    top: 0 !important
}

.catalogue.full-height .top-first .popover {
    top: 0 !important
}

.view {
    color: #333;
    text-decoration: none !important
}

    .view .table-order-items {
        border-color: #e1b71f
    }

        .view .table-order-items tr {
            border-bottom: 1px solid #e1b71f !important
        }

            .view .table-order-items tr td, .view .table-order-items tr th {
                border-top: none !important;
                border-bottom: none !important;
                color: #333
            }

.sidebar .arrow-wrapper {
    margin-left: 36px;
    margin-top: 25px
}

.sidebar .table-order-items {
    margin-left: 30px
}

.action-icon span.view.view {
    background-position: -12px -192px !important
}

.order-detail .main-content .full-height.block.catalogue .body {
    height: 528px;
    max-height: none !important
}

.order-detail .main-content .full-height.block.catalogue .tab-content {
    padding-bottom: 8px;
    height: 475px;
    clear: both
}

    .order-detail .main-content .full-height.block.catalogue .tab-content .items-list {
        margin: 0;
        height: 455px
    }

.order-detail .main-content .full-height.block.catalogue .row {
    margin-left: 0;
    margin-right: 0
}

.lpp-modal-dialog .modal-dialog {
    width: 1000px
}

    .lpp-modal-dialog .modal-dialog .modal-body.loading {
        height: 400px;
        padding-top: 60px
    }

.lpp-modal-dialog iframe {
    height: 500px
}

.button-add-ordering {
    background-color: #e1b71f;
    border: 1px solid #ebce67;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    top: 5px;
    position: relative;
    cursor: pointer
}

    .button-add-ordering.check-approve-button {
        height: 33px;
        line-height: 13px;
        padding: 3px 6px;
        position: relative;
        text-align: left;
        top: 0;
        width: 70px
    }

    .button-add-ordering.add-button {
        line-height: 13px;
        padding: 3px 0;
        text-align: center;
        width: 80%
    }

.deleted-order-item {
    text-decoration: line-through
}

.pickup-courrier-modal label {
    font-weight: 400
}

.pickup-courrier-modal .modal-dialog {
    width: 920px
}

.pickup-courrier-modal .horizontal-line {
    position: relative
}

    .pickup-courrier-modal .horizontal-line:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #888;
        left: 0
    }

.pickup-courrier-modal .ratio-type {
    position: relative;
    top: 2px
}

.pickup-courrier-modal .telex-release {
    margin-top: 2px
}

.pickup-courrier-modal .agree-checkbox {
    position: relative;
    top: 2px
}

.pickup-courrier-modal input.display-block, .pickup-courrier-modal select.display-block {
    width: 100%;
    display: block;
    border: 1px solid #26868c;
    background: #fff;
    padding: 2px 5px
}

    .pickup-courrier-modal input.display-block.other-text, .pickup-courrier-modal select.display-block.other-text {
        display: inline-block;
        width: 210px;
        float: right
    }

.pickup-courrier-modal .table-checkout-style {
    border: 1px solid #26868c
}

    .pickup-courrier-modal .table-checkout-style tr {
        border-bottom: none
    }

        .pickup-courrier-modal .table-checkout-style tr:nth-child(2n) {
            background-color: #f4f7f7
        }

    .pickup-courrier-modal .table-checkout-style td {
        border-color: #26868c
    }

    .pickup-courrier-modal .table-checkout-style td, .pickup-courrier-modal .table-checkout-style th {
        border-right: 1px solid #26868c
    }

    .pickup-courrier-modal .table-checkout-style thead {
        background: #bddadc
    }

        .pickup-courrier-modal .table-checkout-style thead th {
            border-bottom: 1px solid #26868c !important;
            font-size: 12px;
            font-weight: 400;
            padding-top: 3px;
            padding-bottom: 3px
        }

.pickup-courrier-modal .courriers-tbl thead {
    display: block
}

.pickup-courrier-modal .courriers-tbl tbody {
    clear: both;
    display: block;
    max-height: 106px;
    min-height: 30px;
    overflow: auto
}

.pickup-courrier-modal .courriers-tbl td:last-child, .pickup-courrier-modal .courriers-tbl th:last-child {
    border-right: none
}

.pickup-courrier-modal .courriers-tbl tr.selected {
    background: #89c8ed
}

.pickup-courrier-modal .courrier-photo-demo img {
    max-width: 100%;
    float: right
}

.pickup-courrier-modal .selected-type-wrap.type-express .courriers-options-col .option-item {
    display: inline-block;
    width: 270px
}

    .pickup-courrier-modal .selected-type-wrap.type-express .courriers-options-col .option-item:nth-child(2n) {
        clear: left
    }

.pickup-courrier-modal .selected-type-wrap.type-express th:nth-child(1) {
    min-width: 280px
}

.pickup-courrier-modal .selected-type-wrap.type-express th:nth-child(2) {
    min-width: 280px
}

.pickup-courrier-modal .selected-type-wrap.type-express th:nth-child(3) {
    width: 100%
}

.pickup-courrier-modal .selected-type-wrap.type-express td:nth-child(1) {
    min-width: 280px;
    width: 280px
}

.pickup-courrier-modal .selected-type-wrap.type-express td:nth-child(2) {
    min-width: 280px;
    max-width: 280px
}

.pickup-courrier-modal .selected-type-wrap.type-express td:nth-child(3) {
    width: 100%
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo th:nth-child(1), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo th:nth-child(1) {
    max-width: 220px;
    min-width: 220px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo th:nth-child(2), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo th:nth-child(2) {
    max-width: 170px;
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo th:nth-child(3), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo th:nth-child(3) {
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo th:nth-child(4), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo th:nth-child(4) {
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo th:nth-child(5), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo th:nth-child(5) {
    width: 100%
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo td:nth-child(1), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo td:nth-child(1) {
    min-width: 220px;
    max-width: 220px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo td:nth-child(2), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo td:nth-child(2) {
    max-width: 170px;
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo td:nth-child(3), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo td:nth-child(3) {
    max-width: 170px;
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo td:nth-child(4), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo td:nth-child(4) {
    max-width: 170px;
    min-width: 170px
}

.pickup-courrier-modal .selected-type-wrap.type-air-cargo td:nth-child(5), .pickup-courrier-modal .selected-type-wrap.type-sea-cargo td:nth-child(5) {
    width: 100%
}

.pickup-courrier-modal .selected-type-wrap.type-self-pickup th:nth-child(1) {
    min-width: 430px
}

.pickup-courrier-modal .selected-type-wrap.type-self-pickup th:nth-child(2) {
    width: 100%
}

.pickup-courrier-modal .selected-type-wrap.type-self-pickup td:nth-child(1) {
    min-width: 430px;
    width: 430px
}

.pickup-courrier-modal .selected-type-wrap.type-self-pickup td:nth-child(2) {
    width: 100%
}

.ns-popover-tooltip-theme {
    border-radius: 5px;
    z-index: 9999
}

.ns-popover-left-placement .order-table-item-popover {
    padding-right: 10px
}

.ns-popover-right-placement .order-table-item-popover {
    padding-left: 10px
}

.order-table-item-popover.assign-orders {
    max-width: 500px
}

.order-table-item-popover.ordering-orders {
    max-width: 500px
}

.order-table-item-popover table {
    margin-bottom: 0 !important
}

    .order-table-item-popover table thead {
        display: block
    }

    .order-table-item-popover table tr {
        border: none !important
    }

    .order-table-item-popover table tbody {
        clear: both;
        display: block;
        min-height: 30px;
        overflow: auto;
        overflow-x: hidden
    }

.checkout-order-popover {
    overflow: hidden
}

    .checkout-order-popover .popover-inner {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #26868c
    }

    .checkout-order-popover .popover-title {
        border-radius: 0
    }

        .checkout-order-popover .popover-title h3 {
            padding: 0;
            margin: 0
        }

    .checkout-order-popover table {
        border: 1px solid #26868c
    }

        .checkout-order-popover table thead th {
            padding: 0 8px !important;
            font-weight: 700 !important;
            background: #bddadc
        }

        .checkout-order-popover table td, .checkout-order-popover table th {
            border: none !important;
            border-right: 1px solid #26868c !important;
            padding: 4px 8px 2px !important
        }

            .checkout-order-popover table td:last-child, .checkout-order-popover table th:last-child {
                border-right: none !important
            }

        .checkout-order-popover table tbody {
            max-height: 300px
        }

            .checkout-order-popover table tbody tr {
                text-transform: uppercase
            }

        .checkout-order-popover table td:nth-child(1), .checkout-order-popover table th:nth-child(1) {
            min-width: 130px
        }

        .checkout-order-popover table td:nth-child(2), .checkout-order-popover table th:nth-child(2) {
            min-width: 290px
        }

        .checkout-order-popover table td:nth-child(3), .checkout-order-popover table th:nth-child(3) {
            min-width: 80px;
            padding-right: 20px !important
        }

.main-cart-popover .table-wrapper, .ordering-popover .table-wrapper {
    padding: 5px
}

.ordering-popover {
    overflow: hidden;
    border-radius: 5px
}

    .ordering-popover table thead th {
        padding: 0 8px !important;
        font-weight: 700 !important
    }

    .ordering-popover table td, .ordering-popover table th {
        border: none !important;
        padding: 4px 8px 2px !important
    }

    .ordering-popover table tbody {
        max-height: 120px
    }

        .ordering-popover table tbody tr {
            text-transform: uppercase
        }

    .ordering-popover table td:nth-child(1), .ordering-popover table th:nth-child(1) {
        min-width: 130px
    }

    .ordering-popover table th:nth-child(2) {
        min-width: 280px;
        width: 280px
    }

    .ordering-popover table td:nth-child(2) {
        min-width: 280px;
        width: 280px
    }

    .ordering-popover table td:nth-child(3), .ordering-popover table th:nth-child(3) {
        text-align: right;
        width: 100%;
        max-width: 100%
    }

    .ordering-popover.order-sub-item-popover td:nth-child(1), .ordering-popover.order-sub-item-popover th:nth-child(1) {
        min-width: 70px;
        width: 70px
    }

    .ordering-popover.order-sub-item-popover td:nth-child(2), .ordering-popover.order-sub-item-popover th:nth-child(2) {
        min-width: 70px;
        max-width: 70px
    }

.order-table-item-popover .ordering-popover, .ordering-orders .ordering-popover {
    border: 1px solid #e1b71f
}

    .order-table-item-popover .ordering-popover table tr:nth-child(2n+1), .ordering-orders .ordering-popover table tr:nth-child(2n+1) {
        background-color: #f6e9bc
    }

    .order-table-item-popover .ordering-popover table tr:nth-child(2n), .ordering-orders .ordering-popover table tr:nth-child(2n) {
        background-color: #fdf9e8
    }

    .order-table-item-popover .ordering-popover table thead tr, .ordering-orders .ordering-popover table thead tr {
        background-color: #eac859 !important
    }

.tracking-modal .order-table-item-popover .ordering-popover {
    border: 1px solid #7cc9ad
}

    .tracking-modal .order-table-item-popover .ordering-popover table tr:nth-child(2n) {
        background-color: #e3e3e3
    }

    .tracking-modal .order-table-item-popover .ordering-popover table thead tr {
        background-color: #e3e3e3 !important
    }

.assign-orders .ordering-popover {
    border: 1px solid #9d8d79
}

    .assign-orders .ordering-popover table tr:nth-child(2n+1) {
        background-color: #f9f9f9
    }

    .assign-orders .ordering-popover table tr:nth-child(2n) {
        background-color: #fff
    }

    .assign-orders .ordering-popover table thead tr {
        background-color: #e2ddd7 !important
    }

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    transition: width 1s
}

.pace-inactive {
    display: none
}

.reg-user-infos {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 0
}

    .reg-user-infos form {
        max-width: 880px;
        padding: 15px;
        background-color: #f8f8f8;
        border-radius: 12px;
        border: 1px solid #adadad
    }

    .reg-user-infos .form-footer {
        padding: 30px 0
    }

    .reg-user-infos hr {
        border-top: 2px solid #1a1a1a
    }

body {
    background-color: #fff;
    color: #333;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px
}

ol, p, td, ul {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px
}

div.actions, div.field {
    margin-bottom: 10px
}

#notice {
    color: green
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0
}

    #error_explanation h2 {
        text-align: left;
        font-weight: 700;
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        margin: -7px;
        margin-bottom: 0;
        background-color: #c00;
        color: #fff
    }

    #error_explanation ul li {
        font-size: 12px;
        list-style: square
    }

.action-link:hover {
    text-decoration: none
}

    .action-link:hover .action-text {
        text-decoration: underline
    }

.settings-wrapper .col-xs-10.col-custom {
    width: 80%
}

.settings-wrapper .col-xs-2.col-custom {
    width: 20%
}

.settings-wrapper .tab-wrapper .tab-nav-wrapper {
    margin-right: -1px;
    padding-right: 0;
    padding-top: 30px;
    z-index: 9
}

    .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left > li {
        margin-bottom: 0;
        text-align: center;
        color: #333;
        margin-right: -1px;
        font-size: 16px;
        border-radius: 10px 0 0 10px;
        margin-bottom: -1px
    }

    .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left a {
        border-radius: 10px 0 0 10px;
        border: 1px solid #fff;
        color: #333;
        padding: 10px 0;
        background: #dac8b1
    }

    .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left .active {
        border: 1px solid #dac8b1;
        border-right-color: #fff
    }

        .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left .active a {
            background: #fff
        }

            .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left .active a:active, .settings-wrapper .tab-wrapper .tab-nav-wrapper .tabs-left .active a:focus {
                outline: 0
            }

.settings-wrapper .tab-wrapper .pane-wrapper {
    background: #fff;
    padding: 30px 10px;
    min-height: 344px;
    border-radius: 30px;
    border: 1px solid #dac8b1;
    position: relative;
    z-index: 8
}

    .settings-wrapper .tab-wrapper .pane-wrapper a {
        color: #333
    }

    .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane {
        position: relative
    }

        .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .line-contact-info {
            padding: 5px 0
        }

        .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .edit-contact {
            float: right
        }

        .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input {
            padding-right: 5px
        }

            .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input .wrap-search {
                float: left;
                width: 300px;
                position: relative
            }

                .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input .wrap-search .glyphicon {
                    right: 10px;
                    top: 7px;
                    position: absolute;
                    color: #dac8b1
                }

            .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input label {
                display: block;
                width: 100%;
                text-align: right
            }

            .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input {
                color: #333;
                font-weight: 400;
                width: 300px;
                display: inline-block;
                padding: 3px 3px 2px 30px;
                position: relative;
                background: 0 0;
                border: 1px solid #888;
                border-radius: 35px;
                outline: 0
            }

                .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input:active, .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input:focus {
                    border: 1px solid #dac8b1
                }

        .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .add-new-address-btn {
            padding-left: 5px
        }

            .settings-wrapper .tab-wrapper .pane-wrapper .tab-pane .add-new-address-btn a {
                background: #dac8b1;
                color: #fff;
                float: right;
                display: block;
                width: 100%;
                text-align: center;
                margin-top: 8px;
                height: 25px;
                line-height: 19px
            }

    .settings-wrapper .tab-wrapper .pane-wrapper .ship-to-pane .actions {
        margin-bottom: 0
    }

        .settings-wrapper .tab-wrapper .pane-wrapper .ship-to-pane .actions a {
            margin-right: 5px
        }

            .settings-wrapper .tab-wrapper .pane-wrapper .ship-to-pane .actions a:hover {
                text-decoration: none
            }

    .settings-wrapper .tab-wrapper .pane-wrapper .edit-contact, .settings-wrapper .tab-wrapper .pane-wrapper .edit-user-login {
        margin-right: 10px;
        position: relative;
        top: 10px
    }

    .settings-wrapper .tab-wrapper .pane-wrapper .dataTable, .settings-wrapper .tab-wrapper .pane-wrapper table {
        border: 1px solid #dac8b1;
        margin-top: 10px
    }

        .settings-wrapper .tab-wrapper .pane-wrapper .dataTable thead tr, .settings-wrapper .tab-wrapper .pane-wrapper table thead tr {
            border-bottom: 1px solid #dac8b1 !important
        }

        .settings-wrapper .tab-wrapper .pane-wrapper .dataTable tr, .settings-wrapper .tab-wrapper .pane-wrapper table tr {
            border-bottom: none
        }

        .settings-wrapper .tab-wrapper .pane-wrapper .dataTable th, .settings-wrapper .tab-wrapper .pane-wrapper table th {
            padding: 3px;
            background-color: #f2ebe2;
            border-right: 1px solid #dac8b1 !important;
            border-bottom: 0;
            font-size: 11px !important;
            font-weight: 400;
            text-decoration: none
        }

        .settings-wrapper .tab-wrapper .pane-wrapper .dataTable td, .settings-wrapper .tab-wrapper .pane-wrapper table td {
            border-right: 1px solid #dac8b1;
            border-top: none !important;
            border-bottom: none !important;
            padding: 3px;
            font-size: 11px
        }

            .settings-wrapper .tab-wrapper .pane-wrapper .dataTable td:last-child, .settings-wrapper .tab-wrapper .pane-wrapper .dataTable th:last-child, .settings-wrapper .tab-wrapper .pane-wrapper table td:last-child, .settings-wrapper .tab-wrapper .pane-wrapper table th:last-child {
                border-right: none
            }

        .settings-wrapper .tab-wrapper .pane-wrapper .dataTable .actions, .settings-wrapper .tab-wrapper .pane-wrapper table .actions {
            text-align: center
        }

            .settings-wrapper .tab-wrapper .pane-wrapper .dataTable .actions a, .settings-wrapper .tab-wrapper .pane-wrapper table .actions a {
                margin-right: 5px
            }

.settings-wrapper .payment-status {
    background-image: url(../fonts/settings.png);
    background-repeat: no-repeat;
    height: 121px;
    width: 121px;
    background-position: -1000px -1000px
}

    .settings-wrapper .payment-status.blue {
        background-position: -51px -51px
    }

    .settings-wrapper .payment-status.green {
        background-position: -51px -537px
    }

    .settings-wrapper .payment-status.orange {
        background-position: -51px -375px
    }

    .settings-wrapper .payment-status.brown {
        background-position: -51px -537px
    }

    .settings-wrapper .payment-status.red {
        background-position: -51px -213px
    }

.settings-wrapper .pay-term-definition {
    background: #fff;
    border: 1px solid #dac8b1;
    border-radius: 10px;
    font-size: 9px;
    margin-top: 5px;
    padding: 10px 4px 20px;
    width: 121px
}

.modal .alert.fade {
    margin: 10px
}

.fake-border {
    width: 530px;
    margin: 20px auto 0;
    border-top: 1px solid #adadad
}

.address-form .fake-border {
    margin-top: 5px
}

.user-infos-form .account-types label {
    position: relative;
    top: -2px;
    font-weight: 400;
    margin-left: 5px
}

#edit-address-panel .modal-footer, .edit-user-password .modal-footer, .setting-view-detail-modal .modal-footer {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

    #edit-address-panel .modal-footer button, .edit-user-password .modal-footer button, .setting-view-detail-modal .modal-footer button {
        border-radius: 0
    }

    #edit-address-panel .modal-footer a, .edit-user-password .modal-footer a, .setting-view-detail-modal .modal-footer a {
        color: #fff;
        display: inline-block
    }

#edit-address-panel.ordering-new-factory button, .edit-user-password.ordering-new-factory button, .setting-view-detail-modal.ordering-new-factory button {
    border-color: #fff
}

.factories-tbl tbody, .shipping-address-tbl tbody {
    max-height: 300px
}

.factories-tbl.fixed_headers td:nth-child(1), .factories-tbl.fixed_headers th:nth-child(1) {
    min-width: 166px !important
}

.factories-tbl.fixed_headers td:nth-child(2), .factories-tbl.fixed_headers th:nth-child(2) {
    min-width: 150px !important
}

.factories-tbl.fixed_headers td:nth-child(3), .factories-tbl.fixed_headers th:nth-child(3) {
    min-width: 100px !important
}

.factories-tbl.fixed_headers td:nth-child(4), .factories-tbl.fixed_headers th:nth-child(4) {
    min-width: 100px !important
}

.factories-tbl.fixed_headers td:nth-child(5), .factories-tbl.fixed_headers th:nth-child(5) {
    min-width: 40px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(1), .shipping-address-tbl.fixed_headers th:nth-child(1) {
    min-width: 135px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(2), .shipping-address-tbl.fixed_headers th:nth-child(2) {
    min-width: 130px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(3), .shipping-address-tbl.fixed_headers th:nth-child(3) {
    min-width: 190px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(4), .shipping-address-tbl.fixed_headers th:nth-child(4) {
    min-width: 110px !important
}

.dataTables_wrapper div.actions {
    margin-bottom: 0;
    font-size: 14px
}

    .dataTables_wrapper div.actions .glyphicon {
        color: #333
    }

.edit-bill-to-modal .modal-dialog {
    width: 650px
}

.vat-tin-detail-wrapper .fake-border {
    width: 585px
}

.user-infos .description {
    font-style: italic
}

.user-infos .confirm_role_form {
    padding: 0 50px
}

.user-infos .step-three p {
    padding: 0 15px
}

.user-infos .step-three a {
    color: #428bca !important;
    display: inline-block;
    margin-right: 15px;
    line-height: .9;
    text-decoration: none
}

    .user-infos .step-three a:hover {
        text-decoration: underline
    }

.confirm-password-modal .modal-dialog {
    margin: 250px auto;
    width: 920px
}

    .confirm-password-modal .modal-dialog .user-infos-form .col-md-2 {
        width: 19.667%
    }

    .confirm-password-modal .modal-dialog .user-infos-form .col-md-6 {
        width: 44%
    }

    .confirm-password-modal .modal-dialog .required {
        position: absolute;
        left: -10px
    }

    .confirm-password-modal .modal-dialog .confirm_role_form h4 {
        margin-bottom: 5px
    }

    .confirm-password-modal .modal-dialog .step-three .modal-body p {
        padding-left: 100px;
        padding-right: 100px
    }

.create-supplier-loading {
    width: 90px
}

.action-link:hover {
    text-decoration: none
}

    .action-link:hover .action-text {
        text-decoration: underline
    }

.settings-wrapperr .col-xs-10.col-custom {
    width: 80%
}

.settings-wrapperr .col-xs-2.col-custom {
    width: 20%
}

.settings-wrapperr .tab-wrapper .tab-nav-wrapper {
    margin-right: -1px;
    padding-right: 0;
    padding-top: 30px;
    z-index: 9
}

    .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left > li {
        margin-bottom: 0;
        text-align: center;
        color: #333;
        margin-right: -1px;
        font-size: 16px;
        border-radius: 10px 0 0 10px;
        margin-bottom: -1px
    }

    .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left a {
        border-radius: 10px 0 0 10px;
        border: 1px solid #fff;
        color: #333;
        padding: 10px 0;
        background: #857057
    }

    .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left .active {
        border: 1px solid #857057;
        border-right-color: #fff
    }

        .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left .active a {
            background: #fff
        }

            .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left .active a:active, .settings-wrapperr .tab-wrapper .tab-nav-wrapper .tabs-left .active a:focus {
                outline: 0
            }

.settings-wrapperr .tab-wrapper .pane-wrapper {
    background: #fff;
    padding: 30px 10px;
    min-height: 344px;
    border-radius: 30px;
    border: 1px solid #857057;
    position: relative;
    z-index: 8
}

    .settings-wrapperr .tab-wrapper .pane-wrapper a {
        color: #333
    }

    .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane {
        position: relative
    }

        .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .line-contact-info {
            padding: 5px 0
        }

        .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .edit-contact {
            float: right
        }

        .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input {
            padding-right: 5px
        }

            .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input .wrap-search {
                float: left;
                width: 300px;
                position: relative
            }

                .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input .wrap-search .glyphicon {
                    right: 10px;
                    top: 7px;
                    position: absolute;
                    color: #857057
                }

            .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input label {
                display: block;
                width: 100%;
                text-align: right
            }

            .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input {
                color: #333;
                font-weight: 400;
                width: 300px;
                display: inline-block;
                padding: 3px 3px 2px 30px;
                position: relative;
                background: 0 0;
                border: 1px solid #888;
                border-radius: 35px;
                outline: 0
            }

                .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input:active, .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .search-box .search-input input:focus {
                    border: 1px solid #857057
                }

        .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .add-new-address-btn {
            padding-left: 5px
        }

            .settings-wrapperr .tab-wrapper .pane-wrapper .tab-pane .add-new-address-btn a {
                background: #857057;
                color: #fff;
                float: right;
                display: block;
                width: 100%;
                text-align: center;
                margin-top: 8px;
                height: 25px;
                line-height: 19px
            }

    .settings-wrapperr .tab-wrapper .pane-wrapper .ship-to-pane .actions {
        margin-bottom: 0
    }

        .settings-wrapperr .tab-wrapper .pane-wrapper .ship-to-pane .actions a {
            margin-right: 5px
        }

            .settings-wrapperr .tab-wrapper .pane-wrapper .ship-to-pane .actions a:hover {
                text-decoration: none
            }

    .settings-wrapperr .tab-wrapper .pane-wrapper .edit-contact, .settings-wrapperr .tab-wrapper .pane-wrapper .edit-user-login {
        margin-right: 10px;
        position: relative;
        top: 10px
    }

    .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable, .settings-wrapperr .tab-wrapper .pane-wrapper table {
        border: 1px solid #857057;
        margin-top: 10px
    }

        .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable thead tr, .settings-wrapperr .tab-wrapper .pane-wrapper table thead tr {
            border-bottom: 1px solid #857057 !important
        }

        .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable tr, .settings-wrapperr .tab-wrapper .pane-wrapper table tr {
            border-bottom: none
        }

        .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable th, .settings-wrapperr .tab-wrapper .pane-wrapper table th {
            padding: 3px;
            background-color: #fff;
            border-right: 1px solid #857057 !important;
            border-bottom: 0;
            font-size: 11px !important;
            font-weight: 400;
            text-decoration: none
        }

        .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable td, .settings-wrapperr .tab-wrapper .pane-wrapper table td {
            border-right: 1px solid #857057;
            border-top: none !important;
            border-bottom: none !important;
            padding: 3px;
            font-size: 11px
        }

            .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable td:last-child, .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable th:last-child, .settings-wrapperr .tab-wrapper .pane-wrapper table td:last-child, .settings-wrapperr .tab-wrapper .pane-wrapper table th:last-child {
                border-right: none
            }

        .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable .actions, .settings-wrapperr .tab-wrapper .pane-wrapper table .actions {
            text-align: center
        }

            .settings-wrapperr .tab-wrapper .pane-wrapper .dataTable .actions a, .settings-wrapperr .tab-wrapper .pane-wrapper table .actions a {
                margin-right: 5px
            }

.settings-wrapperr .payment-status {
    background-image: url(../fonts/settings.png);
    background-repeat: no-repeat;
    height: 121px;
    width: 121px;
    background-position: -1000px -1000px
}

    .settings-wrapperr .payment-status.blue {
        background-position: -51px -51px
    }

    .settings-wrapperr .payment-status.green {
        background-position: -51px -537px
    }

    .settings-wrapperr .payment-status.orange {
        background-position: -51px -375px
    }

    .settings-wrapperr .payment-status.brown {
        background-position: -51px -537px
    }

    .settings-wrapperr .payment-status.red {
        background-position: -51px -213px
    }

.settings-wrapperr .pay-term-definition {
    background: #fff;
    border: 1px solid #857057;
    border-radius: 10px;
    font-size: 9px;
    margin-top: 5px;
    padding: 10px 4px 20px;
    width: 121px
}

.modal .alert.fade {
    margin: 10px
}

.fake-border {
    width: 530px;
    margin: 20px auto 0;
    border-top: 1px solid #adadad
}

.address-form .fake-border {
    margin-top: 5px
}

.user-infos-form .account-types label {
    position: relative;
    top: -2px;
    font-weight: 400;
    margin-left: 5px
}

#edit-address-panel .modal-footer, .edit-user-password .modal-footer, .setting-view-detail-modal .modal-footer {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

    #edit-address-panel .modal-footer button, .edit-user-password .modal-footer button, .setting-view-detail-modal .modal-footer button {
        border-radius: 0
    }

    #edit-address-panel .modal-footer a, .edit-user-password .modal-footer a, .setting-view-detail-modal .modal-footer a {
        color: #fff;
        display: inline-block
    }

#edit-address-panel.ordering-new-factory button, .edit-user-password.ordering-new-factory button, .setting-view-detail-modal.ordering-new-factory button {
    border-color: #fff
}

.factories-tbl tbody, .shipping-address-tbl tbody {
    max-height: 300px
}

.factories-tbl.fixed_headers td:nth-child(1), .factories-tbl.fixed_headers th:nth-child(1) {
    min-width: 166px !important
}

.factories-tbl.fixed_headers td:nth-child(2), .factories-tbl.fixed_headers th:nth-child(2) {
    min-width: 150px !important
}

.factories-tbl.fixed_headers td:nth-child(3), .factories-tbl.fixed_headers th:nth-child(3) {
    min-width: 100px !important
}

.factories-tbl.fixed_headers td:nth-child(4), .factories-tbl.fixed_headers th:nth-child(4) {
    min-width: 100px !important
}

.factories-tbl.fixed_headers td:nth-child(5), .factories-tbl.fixed_headers th:nth-child(5) {
    min-width: 40px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(1), .shipping-address-tbl.fixed_headers th:nth-child(1) {
    min-width: 135px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(2), .shipping-address-tbl.fixed_headers th:nth-child(2) {
    min-width: 130px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(3), .shipping-address-tbl.fixed_headers th:nth-child(3) {
    min-width: 190px !important
}

.shipping-address-tbl.fixed_headers td:nth-child(4), .shipping-address-tbl.fixed_headers th:nth-child(4) {
    min-width: 110px !important
}

.dataTables_wrapper div.actions {
    margin-bottom: 0;
    font-size: 14px
}

    .dataTables_wrapper div.actions .glyphicon {
        color: #333
    }

.edit-bill-to-modal .modal-dialog {
    width: 650px
}

.vat-tin-detail-wrapper .fake-border {
    width: 585px
}

.user-infos .description {
    font-style: italic
}

.user-infos .confirm_role_form {
    padding: 0 50px
}

.user-infos .step-three p {
    padding: 0 15px
}

.user-infos .step-three a {
    color: #428bca !important;
    display: inline-block;
    margin-right: 15px;
    line-height: .9;
    text-decoration: none
}

    .user-infos .step-three a:hover {
        text-decoration: underline
    }

.confirm-password-modal .modal-dialog {
    margin: 250px auto;
    width: 920px
}

    .confirm-password-modal .modal-dialog .user-infos-form .col-md-2 {
        width: 19.667%
    }

    .confirm-password-modal .modal-dialog .user-infos-form .col-md-6 {
        width: 44%
    }

    .confirm-password-modal .modal-dialog .required {
        position: absolute;
        left: -10px
    }

    .confirm-password-modal .modal-dialog .confirm_role_form h4 {
        margin-bottom: 5px
    }

    .confirm-password-modal .modal-dialog .step-three .modal-body p {
        padding-left: 100px;
        padding-right: 100px
    }

.create-supplier-loading {
    width: 90px
}

.red_stock {
    color: red
}

.img_bar {
    background: url(../fonts/bar.png) no-repeat scroll center center/161px auto
}

.img_xl {
    background: url(../fonts/xlsx.png) no-repeat scroll center center/161px auto
}

.move_left {
    float: left
}

.move_right {
    float: right
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.custom-border {
    position: relative
}

    .custom-border:after {
        content: "";
        position: absolute;
        right: -2px;
        top: 0;
        height: 316px;
        width: 1px;
        background-color: #26868c
    }

.stock-modal-dialog .modal-dialog {
    width: 948px
}

    .stock-modal-dialog .modal-dialog .modal-body {
        padding: 10px
    }

.close-stock-manage {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

#stock-form .modal-header h3 {
    margin: 5px 0
}

#stock-form .modal-footer {
    padding: 8px 15px
}

    #stock-form .modal-footer a {
        margin: 5px 0 0
    }

#stock-form .table {
    border: 1px solid #26868c
}

    #stock-form .table .thead {
        background-color: #bddadc
    }

        #stock-form .table .thead .th {
            text-align: center;
            font-weight: 700
        }

    #stock-form .table .tr {
        border-bottom: 1px solid #26868c
    }

    #stock-form .table .td, #stock-form .table .th {
        display: inline-block;
        vertical-align: middle;
        padding: 5px
    }

        #stock-form .table .td:last-child, #stock-form .table .td:nth-child(5), #stock-form .table .td:nth-child(6), #stock-form .table .th:last-child, #stock-form .table .th:nth-child(5), #stock-form .table .th:nth-child(6) {
            border-right: none
        }

    #stock-form .table .tbody {
        overflow-y: auto;
        overflow-x: hidden
    }

    #stock-form .table .td:nth-child(1), #stock-form .table .th:nth-child(1) {
        width: 260px;
        border-right: 1px solid #26878b
    }

    #stock-form .table .td:nth-child(2), #stock-form .table .th:nth-child(2) {
        width: 80px;
        border-right: 1px solid #26878b
    }

    #stock-form .table .td:nth-child(3), #stock-form .table .th:nth-child(3) {
        width: 85px;
        border-right: 1px solid #26878b
    }

    #stock-form .table .td:nth-child(4), #stock-form .table .th:nth-child(4) {
        width: 202px
    }

    #stock-form .table .td:nth-child(5), #stock-form .table .th:nth-child(5) {
        width: 106px
    }

    #stock-form .table .td:nth-child(6), #stock-form .table .th:nth-child(6) {
        width: 90px
    }

    #stock-form .table .td:nth-child(7), #stock-form .table .th:nth-child(7) {
        width: 64px
    }

#stock-form .out-stock-notice {
    bottom: 60px;
    font-size: 12px;
    left: 10px;
    position: absolute;
    width: 450px
}

.on-stock-text, .resolved-stock-text {
    color: #0e9500
}

.no-stock, .no-stock-text, .out-stock-text {
    color: #d66202
}

#stock-form select[disabled] {
    background-color: #dfdddb !important
}

#stock-form .information-printshop {
    margin: -1px 0 20px 0 !important;
    width: 290px;
    font-size: 10px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px
}

    #stock-form .information-printshop .td:nth-child(1) {
        width: 107px;
        font-weight: 700
    }

    #stock-form .information-printshop .td:nth-child(2) {
        width: 90px
    }

    #stock-form .information-printshop .td:nth-child(3) {
        width: 85px
    }

    #stock-form .information-printshop .td {
        vertical-align: middle;
        height: 22px;
        border-right-width: 0 !important
    }

    #stock-form .information-printshop .logistic-cell {
        padding: 0 !important
    }

    #stock-form .information-printshop i.fa.fa-question-circle {
        margin: -2px 0 0 0;
        vertical-align: middle
    }

    #stock-form .information-printshop .select-logistic {
        width: 85px;
        margin-top: 1px;
        background: #fff;
        border: 1px solid #009591;
        margin: 3px 0
    }

    #stock-form .information-printshop .glyphicon-calendar {
        font-size: 15px;
        color: #26868c
    }

    #stock-form .information-printshop .date input {
        height: 16px;
        width: 62px
    }

    #stock-form .information-printshop .date .input-append {
        margin-top: 3px
    }

#stock-form .first-date .add-on {
    margin-right: 3px
}

#stock-form .title {
    font-size: 16px;
    text-align: left
}

#stock-form .intro {
    font-size: 12px
}

#stock-form .order_code_col {
    padding-left: 15px;
    font-size: 9px
}

#stock-form .table {
    font-size: 10px;
    margin: 15px 0 0 0;
    position: relative
}

    #stock-form .table .td {
        text-align: center
    }

        #stock-form .table .td:nth-child(1), #stock-form .table .th:nth-child(1) {
            text-align: left
        }

    #stock-form .table .th {
        height: 25px
    }

    #stock-form .table .tbody {
        height: 199px
    }

    #stock-form .table .type-currency {
        position: absolute;
        background-color: #fff;
        width: 213px;
        height: 226px;
        top: -1px;
        left: 423px;
        border-right: 1px solid #26868c
    }

        #stock-form .table .type-currency .left {
            width: 170px;
            height: 226px;
            border: 1px solid #26868c;
            border-bottom: none
        }

            #stock-form .table .type-currency .left .currency-item {
                height: 56px;
                border-bottom: 1px solid #26868c;
                padding: 3px 5px
            }

                #stock-form .table .type-currency .left .currency-item.one-printshop .label-inner {
                    margin-right: 15px
                }

                #stock-form .table .type-currency .left .currency-item input[type=checkbox] {
                    position: inherit;
                    margin: -3px 2px 0 0;
                    vertical-align: middle
                }

                #stock-form .table .type-currency .left .currency-item label.checkbox {
                    margin: 0;
                    font-size: 7pt;
                    display: inline-block
                }

                #stock-form .table .type-currency .left .currency-item .span-block {
                    display: inline-block;
                    width: 65px
                }

                #stock-form .table .type-currency .left .currency-item .shipping-cost {
                    margin-top: -2px
                }

                #stock-form .table .type-currency .left .currency-item:last-child {
                    border-bottom: none
                }

                #stock-form .table .type-currency .left .currency-item.disabled {
                    color: silver
                }

        #stock-form .table .type-currency .right img.arrow-stock {
            width: 42px;
            height: 228px;
            vertical-align: middle;
            top: 0;
            background: #fff;
            position: absolute;
            margin-left: -2px
        }

        #stock-form .table .type-currency .left, #stock-form .table .type-currency .right {
            display: inline-block
        }

#stock-form.ie .right img.arrow-stock, #stock-form.ie11 .right img.arrow-stock {
    margin-left: -1px !important;
    width: 35px !important
}

#stock-form.ie .information-printshop .td:nth-child(1), #stock-form.ie11 .information-printshop .td:nth-child(1) {
    width: 107px
}

#stock-form.ie11 .information-printshop .td:nth-child(1) {
    width: 106px
}

#stock-form.ie11 .information-printshop .td:nth-child(2) {
    width: 91px
}

#stock-form.firefox .right img.arrow-stock {
    margin-left: -2px !important
}

#stock-form.chrome .information-printshop .td:nth-child(1) {
    width: 107px
}

#stock-form.chrome .information-printshop .select-logistic {
    margin-top: 3px
}

body {
    position: relative !important;
    background-color: #e3e3e3
}

.action-icon {
    height: 20px
}

    .action-icon .icon {
        display: inline-block;
        background: url(../fonts/action-icons.png) no-repeat;
        height: 20px;
        width: 20px;
        position: relative;
        top: 0
    }

    .action-icon .file {
        background-position: -10px -298px
    }

    .action-icon .view {
        background-position: -10px -372px;
        position: relative
    }

    .action-icon .icon-search {
        background-position: -12px -577px
    }

    .action-icon .edit, .action-icon .icon-pencil {
        background-position: -10px -854px
    }

    .action-icon .add {
        background-position: -10px -949px
    }

    .action-icon .review {
        background-position: -10px -1043px
    }

    .action-icon .help {
        background-position: -10px -1135px
    }

    .action-icon .back {
        background-position: -10px -1230px
    }

    .action-icon .delete {
        background-position: -10px -1321px
    }

    .action-icon .icon-pdf {
        background-position: -10px -1414px
    }

    .action-icon .icon-excel {
        background-position: -10px -1507px
    }

    .action-icon .rollback {
        background-position: -10px -1802px
    }

    .action-icon .warning {
        background-position: -10px -1886px
    }

    .action-icon .duplicate {
        background-position: -10px -1907px
    }

    .action-icon .duplicate2 {
        background-position: -10px -2011px
    }

    .action-icon .pdf-sticker {
        background-position: -10px -2116px
    }

    .action-icon .pdf-sticker2 {
        background-position: -10px -2222px
    }

    .action-icon .ignore {
        background-position: -10px -2405px
    }

.white-icon {
    background: url(../fonts/white-icons.png) no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    width: 20px
}

    .white-icon.icon-download {
        background-position: -15px -110px
    }

.wrapper {
    height: 100%;
    width: 100%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden !important;
}

#wraper-delivery {
    overflow: hidden
}

.header .logo {
    display: block;
    height: 100px;
    width: 197px;
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px
}

.header .main-nav {
    display: inline-block;
    width: 100%
}

    .header .main-nav .logout-link {
        color: #000
    }

    .header .main-nav a:active, .header .main-nav a:focus {
        outline: 0;
        text-decoration: none
    }

    .header .main-nav .mr-help-dashboard li {
        width: 106px !important
    }

    .header .main-nav .mr-help-dashboard img {
        cursor: pointer;
        width: 100px
    }

    .header .main-nav .main-nav-ul {
        padding: 0;
        margin: 0;
        min-height: 100px;
        float: left
    }

        .header .main-nav .main-nav-ul a .item-text {
            color: #fff;
            display: block;
            text-align: center
        }

        .header .main-nav .main-nav-ul a:hover {
            text-decoration: none;
            color: #fff
        }

        .header .main-nav .main-nav-ul li {
            display: inline-block;
            margin: 0 17px 0 0;
            padding: 0;
            width: 68px;
            box-sizing: border-box;
            height: 100px;
            border-radius: 0 0 10px 10px;
            position: relative
        }

            .header .main-nav .main-nav-ul li .notification-num {
                position: absolute;
                top: 8px;
                width: 20px;
                right: 3px;
                background: #fff;
                height: 20px;
                font-size: 12px;
                font-weight: 700;
                border-radius: 8px;
                text-align: center;
                line-height: 17px;
                padding-top: 2px
            }

            .header .main-nav .main-nav-ul li .item-text {
                font-size: 13px
            }

            .header .main-nav .main-nav-ul li .icon {
                background-image: url(../fonts/navbar-icons.png);
                background-repeat: no-repeat;
                height: 62px;
                margin-top: 13px;
                width: 68px
            }

            .header .main-nav .main-nav-ul li.active, .header .main-nav .main-nav-ul li:hover {
                height: 115px;
                padding-bottom: 15px
            }

                .header .main-nav .main-nav-ul li.active a, .header .main-nav .main-nav-ul li:hover a {
                    position: relative;
                    top: 15px
                }

                .header .main-nav .main-nav-ul li.active .notification-num, .header .main-nav .main-nav-ul li:hover .notification-num {
                    top: 20px
                }

            .header .main-nav .main-nav-ul li.home {
                background-color: #89898c
            }

                .header .main-nav .main-nav-ul li.home .icon {
                    background-position: -1px -3px
                }

                .header .main-nav .main-nav-ul li.home:hover .icon {
                    background-position: -1px -64px
                }

                .header .main-nav .main-nav-ul li.home:active .icon {
                    background-position: -1px -64px
                }

            .header .main-nav .main-nav-ul li.assign {
                background-color: #9c8c66
            }

                .header .main-nav .main-nav-ul li.assign .notification-num {
                    color: #9c8c66
                }

                .header .main-nav .main-nav-ul li.assign .icon {
                    background-position: -1px -125px
                }

                .header .main-nav .main-nav-ul li.assign:hover .icon {
                    background-position: -1px -186px
                }

                .header .main-nav .main-nav-ul li.assign:active .icon {
                    background-position: -1px -186px
                }

            .header .main-nav .main-nav-ul li.ordering {
                background-color: #e1b71f
            }

                .header .main-nav .main-nav-ul li.ordering .notification-num {
                    color: #e1b71f
                }

                .header .main-nav .main-nav-ul li.ordering .icon {
                    background-position: -1px -246px
                }

                .header .main-nav .main-nav-ul li.ordering:hover .icon {
                    background-position: -1px -309px
                }

                .header .main-nav .main-nav-ul li.ordering:active .icon {
                    background-position: -1px -309px
                }

            .header .main-nav .main-nav-ul li.checkout {
                background-color: #26868c
            }

                .header .main-nav .main-nav-ul li.checkout .notification-num {
                    color: #26868c
                }

                .header .main-nav .main-nav-ul li.checkout .icon {
                    background-position: -1px -368px
                }

                .header .main-nav .main-nav-ul li.checkout:hover .icon {
                    background-position: -1px -428px
                }

            .header .main-nav .main-nav-ul li.tracking {
                background-color: #7cc9ad
            }

                .header .main-nav .main-nav-ul li.tracking .notification-num {
                    color: #7cc9ad
                }

                .header .main-nav .main-nav-ul li.tracking .icon {
                    background-position: -1px -490px
                }

                .header .main-nav .main-nav-ul li.tracking:hover .icon {
                    background-position: -1px -550px
                }

            .header .main-nav .main-nav-ul li.report {
                background-color: #009591
            }

                .header .main-nav .main-nav-ul li.report .icon {
                    background-position: -1px -370px
                }

                .header .main-nav .main-nav-ul li.report:hover .icon {
                    background-position: -1px -430px
                }

            .header .main-nav .main-nav-ul li.account {
                background-color: #e1b71f
            }

                .header .main-nav .main-nav-ul li.account .icon {
                    background-position: -1px -491px
                }

                .header .main-nav .main-nav-ul li.account:hover .icon {
                    background-position: -1px -552px
                }

            .header .main-nav .main-nav-ul li.stock {
                background-color: #857057
            }

                .header .main-nav .main-nav-ul li.stock .icon {
                    background-position: -1px -613px
                }

                .header .main-nav .main-nav-ul li.stock:hover .icon {
                    background-position: -1px -674px
                }

            .header .main-nav .main-nav-ul li.setting {
                background-color: #dac8b1
            }

                .header .main-nav .main-nav-ul li.setting .icon {
                    background-position: -1px -612px
                }

                .header .main-nav .main-nav-ul li.setting:hover .icon {
                    background-position: -1px -673px
                }

            .header .main-nav .main-nav-ul li.contact {
                background-color: #26868c
            }

                .header .main-nav .main-nav-ul li.contact .icon {
                    background-position: -1px -735px
                }

                .header .main-nav .main-nav-ul li.contact:hover .icon {
                    background-position: -1px -797px
                }

            .header .main-nav .main-nav-ul li.logout {
                background-color: #969699
            }

                .header .main-nav .main-nav-ul li.logout .icon {
                    background-position: -1px -856px
                }

                .header .main-nav .main-nav-ul li.logout:hover .icon {
                    background-position: -1px -919px
                }

            .header .main-nav .main-nav-ul li.separate-item {
                margin-right: 36px
            }

    .header .main-nav .navbar-right > li {
        margin-right: 4px
    }

        .header .main-nav .navbar-right > li:last-child {
            margin-right: 0
        }

    .header .main-nav .home-page-ul {
        position: relative;
        top: -90px
    }

        .header .main-nav .home-page-ul > li .item-text {
            color: transparent
        }

        .header .main-nav .home-page-ul > li:hover {
            top: 69px;
            height: 115px
        }

            .header .main-nav .home-page-ul > li:hover .item-text {
                color: #fff
            }

        .header .main-nav .home-page-ul > li.contact, .header .main-nav .home-page-ul > li.logout {
            color: #fff;
            top: 84px
        }

            .header .main-nav .home-page-ul > li.contact .item-text, .header .main-nav .home-page-ul > li.logout .item-text {
                color: #fff
            }

.content {
    clear: both;
    margin-bottom: 50px
}

    .content .column-left .main-content {
        width: auto;
        margin-left: 215px;
        float: none
    }

    .content .column-left .sidebar {
        overflow: hidden;
        height: 555px
    }

        .content .column-left .sidebar .sidebar-title {
            background: #e1b71f;
            color: #fff
        }

    .content h3.sections-title, .content h3.sidebar-title {
        padding: 5px 0;
        text-align: center;
        background: #a5a5a9;
        font-size: 18px
    }

    .content .sidebar {
        float: left;
        width: 11%;
        margin-right: 15px
    }

        .content .sidebar h3.sidebar-title {
            border-radius: 10px 10px 0 0
        }

    .content .secondary-sidebar, .content .sections-title {
        margin-top: 0
    }

    .content .main-content {
        margin-left: auto;
        width: 69.7%;
        float: left
    }

        .content .main-content h3.sections-title {
            border-radius: 10px 10px 10px 0;
            margin-bottom: 20px
        }

        .content .main-content .sections {
            border-left: 2px solid #a5a5a9;
            border-radius: 13px 0 0 0
        }

        .content .main-content .section {
            clear: both;
            overflow: hidden;
            background-image: url(../fonts/dashboard-orders-buttons.png);
            height: 105px;
            margin-bottom: 28px;
            position: relative;
            border-radius: 0 15px 11px 0 !important;
        }

            .content .main-content .section .orders-count {
                position: absolute;
                height: 26px;
                width: 26px;
                left: 100px;
                top: 10px;
                color: transparent;
                background: #fff;
                text-align: center;
                line-height: 29px;
                font-weight: 700;
                border-radius: 50%
            }

            .content .main-content .section .section-title {
                float: right;
                text-align: right;
                margin-top: 30px;
                color: #fff;
                margin-right: 50px
            }

                .content .main-content .section .section-title .main-title {
                    font-size: 24px;
                    font-weight: 700
                }

                .content .main-content .section .section-title .section-sub-title {
                    display: block;
                    font-size: 18px;
                    margin-top: 10px
                }

        .content .main-content .section-assign {
            background-position: -10px -13px
        }

            .content .main-content .section-assign .orders-count {
                color: #9d8d79
            }

            .content .main-content .section-assign:hover {
                background-position: -5px -143px
            }

                .content .main-content .section-assign:hover .section-title {
                    color: #9d8d79
                }

            .content .main-content .section-assign:active {
                background-position: -10px -273px
            }

                .content .main-content .section-assign:active .section-title {
                    color: #9d8d79
                }

                .content .main-content .section-assign:active .orders-count, .content .main-content .section-assign:hover .orders-count {
                    color: #fff;
                    background: #9d8d79
                }

        .content .main-content .section-orders {
            background-position: -10px -421px
        }

            .content .main-content .section-orders .orders-count {
                color: #e1b71f
            }

            .content .main-content .section-orders:hover {
                background-position: -5px -552px
            }

                .content .main-content .section-orders:hover .section-title {
                    color: #e1b71f
                }

            .content .main-content .section-orders:active {
                background-position: -10px -681px
            }

                .content .main-content .section-orders:active .section-title {
                    color: #e1b71f
                }

                .content .main-content .section-orders:active .orders-count, .content .main-content .section-orders:hover .orders-count {
                    color: #fff;
                    background: #e1b71f
                }

        .content .main-content .section-checkout {
            background-position: -5px -831px
        }

            .content .main-content .section-checkout .orders-count {
                color: #26868c
            }

            .content .main-content .section-checkout:hover {
                background-position: -5px -960px
            }

                .content .main-content .section-checkout:hover .section-title * {
                    color: #26868c
                }

            .content .main-content .section-checkout:active {
                background-position: -5px -1090px
            }

                .content .main-content .section-checkout:active .section-title {
                    color: #26868c
                }

                .content .main-content .section-checkout:active .orders-count, .content .main-content .section-checkout:hover .orders-count {
                    color: #fff;
                    background: #26868c
                }

        .content .main-content .section-tracking {
            background-position: -5px -1240px
        }

            .content .main-content .section-tracking .orders-count {
                color: #7cc9ad
            }

            .content .main-content .section-tracking:hover {
                background-position: -5px -1369px
            }

                .content .main-content .section-tracking:hover .section-title {
                    color: #7cc9ad
                }

            .content .main-content .section-tracking:active {
                background-position: -10px -1500px
            }

                .content .main-content .section-tracking:active .section-title {
                    color: #7cc9ad
                }

                .content .main-content .section-tracking:active .orders-count, .content .main-content .section-tracking:hover .orders-count {
                    color: #fff;
                    background: #7cc9ad
                }

    .content .secondary-sidebar {
        float: right;
        width: 16%
    }

        .content .secondary-sidebar h3.sections-title {
            border-radius: 10px 10px 10px 0
        }

        .content .secondary-sidebar .sidebar-wrapper {
            border-left: 2px solid #a5a5a9;
            border-radius: 12px 10px 10px 0
        }

        .content .secondary-sidebar .section {
            height: 105px;
            background: url(../fonts/dashboard-tools-buttons.png) no-repeat;
            margin-top: 20px;
            text-align: right;
            color: #fff;
            padding-right: 10px;
            margin-bottom: 25px;
            border-radius: 0 11px 11px 0 !important;
        }

            .content .secondary-sidebar .section a {
                color: #fff
            }

                .content .secondary-sidebar .section a:hover {
                    text-decoration: none
                }

            .content .secondary-sidebar .section .main-title {
                font-size: 16pt;
                font-weight: 700
            }

            .content .secondary-sidebar .section .section-sub-title {
                padding: 8px 0;
                font-size: 12.6px;
                display: inline-block
            }

            .content .secondary-sidebar .section.settings {
                background-position: -10px -10px
            }

                .content .secondary-sidebar .section.settings:hover {
                    background-position: -10px -125px
                }

                    .content .secondary-sidebar .section.settings:hover a {
                        color: #d1ba9e
                    }

                .content .secondary-sidebar .section.settings:active {
                    background-position: -10px -240px
                }

            .content .secondary-sidebar .section.reports {
                background-position: -10px -700px
            }

                .content .secondary-sidebar .section.reports:hover {
                    background-position: -10px -815px
                }

                    .content .secondary-sidebar .section.reports:hover a {
                        color: #009591
                    }

                .content .secondary-sidebar .section.reports:active {
                    background-position: -10px -930px
                }

            .content .secondary-sidebar .section.your-account {
                background-position: -10px -355px
            }

                .content .secondary-sidebar .section.your-account:hover {
                    background-position: -10px -470px
                }

                    .content .secondary-sidebar .section.your-account:hover a {
                        color: #e1b71f
                    }

                .content .secondary-sidebar .section.your-account:active {
                    color: #857057;
                    background-position: -10px -585px
                }

            .content .secondary-sidebar .section.stock {
                background-position: -10px -1045px
            }

                .content .secondary-sidebar .section.stock:hover {
                    background-position: -10px -1160px
                }

                    .content .secondary-sidebar .section.stock:hover a {
                        color: #857057
                    }

                .content .secondary-sidebar .section.stock:active {
                    background-position: -10px -1275px
                }

.panel-custom > .panel-heading {
    background-color: #26868c;
    color: #fff;
    padding: 5px 15px
}

    .panel-custom > .panel-heading a {
        color: #fff
    }

.panel-custom {
    box-shadow: none;
    border: 2px solid #26868c;
    border-radius: 6px
}

    .panel-custom .panel-heading {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .panel-custom .panel-body {
        padding: 10px
    }

    .panel-custom .panel-footer-custom {
        background-color: #26868c;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

        .panel-custom .panel-footer-custom a {
            color: #fff
        }

.cart-body.panel-custom {
    height: 260px
}

table tr {
    border-bottom: 1px solid #26868c
}

    table tr td.last {
        border-right-width: 0 !important
    }

.footer {
    text-align: center;
    text-transform: uppercase;
    clear: both;
    margin: 0 auto 40px;
    width: 100%
}

#order-list.table thead td {
    display: block;
    float: left
}

#order-list td, #order-list th {
    border-right: 1px solid #26868c
}

    #order-list td:last-child, #order-list th:last-child {
        border-right: none
    }

#order-list .order-detail-main-cart td, #order-list .order-detail-main-cart th {
    border-right: none
}

@font-face {
    font-family: DIN-regular;
    src: url(../fonts/dinregularwebfont.woff) format('woff'), url(../fonts/dinregularwebfont.ttf) format('truetype'), url(../fonts/dinregularwebfont.eot) format('eot')
}

body, ol, p, td, ul {
    font-family: DIN-regular
}

.back-link {
    font-family: verdana,arial,helvetica,sans-serif
}

.icon {
    display: inline-block
}

.white-icons {
    background: url(../fonts/white-icons.png) -12px 0 no-repeat;
    width: 30px;
    height: 20px
}

.truck {
    background-position: -12px -62px
}

.edit {
    background-position: -12px -157px;
    width: 22px
}

.new {
    background-position: -12px -204px
}

.bordered {
    border: 1px solid #26868c
}

    .bordered td, .bordered th, .bordered tr {
        border: 1px solid #26868c !important
    }

    .bordered thead {
        background: #bddadc
    }

        .bordered thead th {
            font-weight: 400;
            font-size: 10pt;
            padding: 0 5px !important
        }

.col-md-5-5 {
    width: 55%
}

.col-md-4-5 {
    width: 45%
}

.white-btn {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 2px 22px;
    text-transform: uppercase
}

    .white-btn:hover {
        color: #fff;
        text-decoration: underline
    }

.modal-backdrop.custom {
    opacity: .5;
    background: #000 url(../fonts/ajax-loader.gif) center center no-repeat
}

.search-form {
    display: inline-block;
    width: 50%;
    position: relative;
    border: 1px solid #bbb3b3;
    border-radius: 28px;
    line-height: 14px
}

    .search-form input {
        border: none;
        margin-top: 6px;
        position: absolute;
        margin-left: 5px;
        width: 90%
    }

        .search-form input:focus {
            border: none;
            outline: 0;
            box-shadow: none
        }

    .search-form .search-icon {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../fonts/action-icons.png) -6px -573px
    }

.download-invoice {
    margin-right: 10px;
    text-decoration: none !important
}

    .download-invoice .label-text:hover {
        text-decoration: underline
    }

.th .sorting, .th .sorting_asc, .th .sorting_desc {
    cursor: pointer
}

.th .sort-title {
    margin-right: 15px;
    display: inline-block
}

.th .sorting {
    background: url(../fonts/sort_both.png) no-repeat center right
}

.th .sorting_asc {
    background: url(../fonts/sort_asc.png) no-repeat center right
}

.th .sorting_desc {
    background: url(../fonts/sort_desc.png) no-repeat center right
}

.form-group label.error {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0
}

.modal-hangtag .form-group label.error {
    margin-left: 5px
}

.btn.simple {
    display: inline;
    padding: 0;
    vertical-align: initial;
    line-height: inherit;
    border: none
}

    .btn.simple:active {
        box-shadow: none
    }

        .btn.simple:active:focus, .btn.simple:focus {
            outline: 0
        }

.dot-when-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.nav-tabs > li.active a {
    background: #fff;
    border-bottom: 1px solid #fff !important
}

    .nav-tabs > li.active a:focus {
        outline: 0
    }

.nav-tabs {
    margin-bottom: -2px
}

.fixed_headers {
    width: 590px;
    table-layout: fixed;
    border-collapse: collapse
}

    .fixed_headers th {
        text-decoration: underline
    }

    .fixed_headers td, .fixed_headers th {
        padding: 5px;
        text-align: left;
        word-break: break-all
    }

        .fixed_headers td:nth-child(1), .fixed_headers th:nth-child(1) {
            min-width: 192px
        }

        .fixed_headers td:nth-child(2), .fixed_headers th:nth-child(2) {
            min-width: 192px
        }

        .fixed_headers td:nth-child(3), .fixed_headers th:nth-child(3) {
            min-width: 160px
        }

        .fixed_headers td:nth-child(4), .fixed_headers th:nth-child(4) {
            min-width: 100px
        }

    .fixed_headers thead tr {
        display: block;
        position: relative;
        overflow: hidden
    }

    .fixed_headers tbody {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        max-height: 300px
    }

.address-form {
    -webkit-transition: none !important;
    transition: none !important
}

.p-0 {
    padding: 0 !important
}

.button-new {
    border: 1px solid #fff;
    color: #fff;
    line-height: 22px;
    padding: 3px 15px 0;
    text-transform: uppercase
}

.modal .modal-footer, .modal .modal-header {
    color: #fff
}

    .modal .modal-footer a, .modal .modal-header a {
        color: #fff
    }

.modal .modal-header {
    padding: 3px 15px;
    border-radius: 5px 5px 0 0
}

    .modal .modal-header h3 {
        margin: 10px 0
    }

.modal .modal-footer {
    padding: 10px 15px;
    border-radius: 0 0 5px 5px
}

    .modal .modal-footer .button-new[disabled] {
        cursor: not-allowed;
        border-color: #999 !important;
        color: #999 !important
    }

    .modal .modal-footer .pull-left {
        position: relative;
        top: 30% !important
    }

.modal .close {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #fff;
    opacity: .7
}

    .modal .close:hover {
        opacity: 1
    }

.modal.checkout-modal .modal-footer, .modal.checkout-modal .modal-header {
    background-color: #26878b
}

    .modal.checkout-modal .modal-footer .button-new, .modal.checkout-modal .modal-header .button-new {
        border-color: #fff;
        background-color: #26878b
    }

    .modal.checkout-modal .modal-footer.footer-form-modal a, .modal.checkout-modal .modal-header.footer-form-modal a {
        position: relative;
        top: 5px
    }

.modal.ordering-modal .modal-footer, .modal.ordering-modal .modal-header {
    background-color: #e1b71f
}

    .modal.ordering-modal .modal-footer .button-new, .modal.ordering-modal .modal-header .button-new {
        padding: 5px 15px 3px;
        background-color: #e1b71f
    }

    .modal.ordering-modal .modal-footer .pull-left a, .modal.ordering-modal .modal-header .pull-left a {
        position: relative;
        top: 5px
    }

.modal.ordering-modal.approve-item-dialog .new-bg {
    background-color: #e1b71f
}

.modal.ordering-modal.approve-item-dialog .modal-content {
    border-color: #e1b71f
}

.modal.ordering-modal.approve-item-dialog table {
    border: 1px solid #e1b71f
}

    .modal.ordering-modal.approve-item-dialog table thead tr {
        background: #e1b71f
    }

    .modal.ordering-modal.approve-item-dialog table tr {
        border-bottom: 1px solid #e1b71f
    }

    .modal.ordering-modal.approve-item-dialog table td {
        border-right: 1px solid #e1b71f
    }

    .modal.ordering-modal.approve-item-dialog table .action-items {
        border-left: 1px solid #e1b71f
    }

.modal.ordering-modal.approve-item-dialog .table-subitems table {
    border: 0
}

.modal.ordering-modal.approve-item-dialog .table-subitems .table-body, .modal.ordering-modal.approve-item-dialog .table-subitems .table-header {
    border: 1px solid #e1b71f
}

.modal.ordering-modal.approve-item-dialog input[type=text], .modal.ordering-modal.approve-item-dialog select {
    border: 1px solid #e1b71f
}

.modal.settings-modal .modal-footer, .modal.settings-modal .modal-header {
    background-color: #dac8b1
}

    .modal.settings-modal .modal-footer .button-new, .modal.settings-modal .modal-header .button-new {
        padding: 5px 15px 3px;
        background-color: #dac8b1
    }

    .modal.settings-modal .modal-footer.footer-form-modal a, .modal.settings-modal .modal-header.footer-form-modal a {
        position: relative;
        top: 8px
    }

.modal.assign-modal.new-factory-modal .modal-dialog {
    width: 700px
}

.modal.assign-modal.attach-billto-modal .modal-dialog {
    width: 350px
}

.modal.assign-modal.attach-billto-modal .radio-wrapper {
    padding-left: 40px
}

.modal.assign-modal .modal-dialog .modal-body {
    padding-bottom: 0
}

.modal.assign-modal .modal-header .modal-title.bold-title {
    font-weight: 700;
    font-size: 17px
}

.modal.assign-modal .modal-footer, .modal.assign-modal .modal-header {
    padding: 10px 15px;
    background-color: #9d8d79
}

    .modal.assign-modal .modal-footer .button-new, .modal.assign-modal .modal-header .button-new {
        background-color: #9d8d79;
        line-height: 17px;
        padding: 5px 20px 0
    }

.modal.tracking-modal .modal-footer, .modal.tracking-modal .modal-header {
    background-color: #7cc9ad
}

    .modal.tracking-modal .modal-footer .button-new, .modal.tracking-modal .modal-header .button-new {
        padding: 5px 15px 3px;
        background-color: #7cc9ad
    }

        .modal.tracking-modal .modal-footer .button-new.btn-modal-custom, .modal.tracking-modal .modal-header .button-new.btn-modal-custom {
            background-color: #7cc9ad;
            border: 1px solid #fff;
            color: #fff;
            text-transform: uppercase;
            width: 20%
        }

.modal.tracking-modal.approve-item-dialog .new-bg {
    background-color: #7cc9ad
}

.modal.tracking-modal.approve-item-dialog .modal-content {
    border-color: #7cc9ad
}

.modal.tracking-modal.approve-item-dialog table {
    border: 1px solid #7cc9ad
}

    .modal.tracking-modal.approve-item-dialog table thead tr {
        background: #7cc9ad
    }

    .modal.tracking-modal.approve-item-dialog table tr {
        border-bottom: 1px solid #7cc9ad
    }

    .modal.tracking-modal.approve-item-dialog table td {
        border-right: 1px solid #7cc9ad
    }

.modal.tracking-modal.approve-item-dialog input[type=text], .modal.tracking-modal.approve-item-dialog select {
    border: 1px solid #7cc9ad
}

.bg-checkout {
    background-color: #26878b !important;
    color: #fff
}

.bg-ordering {
    background-color: #e1b71f !important;
    color: #fff
}

    .bg-ordering a {
        color: #fff !important
    }

.bg-setting {
    background-color: #dac8b1 !important;
    color: #fff
}

.color_red {
    color: red !important
}

p.display-account {
    font-size: 15px;
    padding-top: 15px;
    text-align: right;
    font-weight: 700
}

div.number-spin-btn-container {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    margin-bottom: 3px
}

div.number-spin-btn {
    box-sizing: border-box;
    border-width: 2px;
    border-color: #ededed #777 #777 #ededed;
    border-style: solid;
    background-color: #ccc;
    width: 1.2em
}

    div.number-spin-btn:hover {
        cursor: pointer
    }

    div.number-spin-btn:active {
        border-width: 2px;
        border-color: #5e5e5e #d8d8d8 #d8d8d8 #5e5e5e;
        border-style: solid;
        background-color: #999
    }

div.number-spin-btn-up {
    border-bottom-width: 1px;
    border-radius: 3px 3px 0 0
}

    div.number-spin-btn-up:before {
        border-width: 0 .3em .3em .3em;
        border-color: transparent transparent #000 transparent;
        top: 25%
    }

    div.number-spin-btn-up:active {
        border-bottom-width: 1px
    }

        div.number-spin-btn-up:active:before {
            border-bottom-color: #fff;
            top: 26%;
            left: 51%
        }

div.number-spin-btn-down {
    border-top-width: 1px;
    border-radius: 0 0 3px 3px
}

    div.number-spin-btn-down:before {
        border-width: .3em .3em 0 .3em;
        border-color: #000 transparent transparent transparent;
        top: 75%
    }

    div.number-spin-btn-down:active {
        border-top-width: 1px
    }

        div.number-spin-btn-down:active:before {
            border-top-color: #fff;
            top: 76%;
            left: 51%
        }

    div.number-spin-btn-down:before, div.number-spin-btn-up:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 50%;
        margin: -.15em 0 0 -.3em;
        padding: 0
    }

input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active, input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active {
    border-color: #ededed #777 #777 #ededed;
    border-style: solid;
    background-color: #ccc
}

    input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:active:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-up:before {
        border-bottom-color: #999;
        top: 25%;
        left: 50%
    }

    input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:active:before, input:disabled + div.number-spin-btn-container > div.number-spin-btn-down:before {
        border-top-color: #999;
        top: 75%;
        left: 50%
    }

#delivery.tracking-delivery, #tracking {
    border-color: #7cc9ad
}

    #delivery.tracking-delivery .panel-custom, #tracking .panel-custom {
        border: 1px solid #7cc9ad
    }

    #delivery.tracking-delivery .panel-footer-custom, #delivery.tracking-delivery .panel-heading, #tracking .panel-footer-custom, #tracking .panel-heading {
        background-color: #7cc9ad
    }

    #delivery.tracking-delivery .nav-tabs, #tracking .nav-tabs {
        margin-bottom: 0
    }

        #delivery.tracking-delivery .nav-tabs > li > a, #tracking .nav-tabs > li > a {
            background-color: #7cc9ad;
            border-color: #7cc9ad
        }

    #tracking .forwarder_row, #tracking .real_time_depart_row {
        height: 50px
    }

    #tracking a {
        color: #555
    }

    #tracking .progress-bar {
        background-color: #7cc9ad
    }

        #tracking .progress-bar span {
            width: 394px;
            display: block;
            position: relative;
            color: #000
        }

    #tracking .panel-custom {
        border-color: #7cc9ad;
        border-top-left-radius: 0
    }

        #tracking .panel-custom .panel-footer-custom {
            background-color: #7cc9ad
        }

    #tracking .panel-body {
        min-height: 494px
    }

    #tracking .dropdown-menu.download-menu {
        margin-bottom: 30px
    }

        #tracking .dropdown-menu.download-menu li a {
            width: 300px
        }

            #tracking .dropdown-menu.download-menu li a:before {
                content: ''
            }

    #tracking .nav-tabs > li {
        margin-bottom: -2px
    }

        #tracking .nav-tabs > li.active > a {
            background-color: #fff
        }

    #tracking .search-form {
        margin-bottom: 10px;
        width: 100%
    }

    #tracking .table-bordered {
        margin-bottom: 0
    }

    #tracking .td, #tracking .th {
        float: left;
        display: inline-block;
        margin: 0
    }

    #tracking .table-head {
        float: left;
        width: 100%;
        padding: 10px 0
    }

    #tracking .fake-table {
        overflow: visible
    }

        #tracking .fake-table .table-body {
            max-height: 350px;
            height: 350px;
            padding: 0;
            overflow-y: auto;
            overflow-x: hidden
        }

            #tracking .fake-table .table-body .row {
                margin-left: -10px;
                margin-right: -10px
            }

        #tracking .fake-table .duplicate-order {
            padding: 3px 0 0 20px;
            background: url(../fonts/duplicate_icon.png) right center no-repeat
        }

        #tracking .fake-table .see-order {
            padding: 3px 0 0 20px;
            margin-right: 2px;
            background: url(../fonts/see_icon.png) right center no-repeat
        }

    #tracking .td, #tracking .th {
        width: 10%;
        text-align: center
    }

    #tracking .ps_col {
        width: 5%
    }

    #tracking .action_col {
        width: 6%
    }

    #tracking .cart_references_col, #tracking .ship_to_col {
        width: 17%;
        text-align: left
    }

    #tracking .actions_col {
        width: 7%
    }

        #tracking .actions_col .icon {
            cursor: pointer
        }

    #tracking .progress {
        border: 1px solid silver;
        margin: -5px 0 0 0
    }

        #tracking .progress .progress-bar {
            background-image: none;
            background-color: #7cc9ad
        }

    #tracking .order_code_col, #tracking .order_status_col {
        width: 26%
    }

    #tracking .order_progress_col {
        width: 41%
    }

    #tracking .download .dropdown-menu {
        right: 0;
        left: auto
    }

        #tracking .download .dropdown-menu i.fa, #tracking .download .dropdown-menu span.glyphicon {
            margin-right: 5px;
            width: 15px
        }

    #tracking .pr_list_tracking_orders .search-form {
        width: 65%;
        margin-left: 14px
    }

    #tracking .pr_list_tracking_orders #web-status-filter option:nth-child(1) {
        font-weight: 700
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .order_code_col {
        width: 15%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .supplier_col {
        width: 25%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .checkout_date_col {
        width: 10%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .order_status_col {
        width: 20%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .order_progress_col {
        width: 24%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .progress {
        margin: 0
    }

        #tracking .pr_list_tracking_orders .fake-table.orders .progress span {
            width: 230px
        }

    #tracking .pr_list_tracking_orders .fake-table.orders .actions_col {
        width: 5%
    }

    #tracking .pr_list_tracking_orders .fake-table.orders .order {
        padding-left: 120px
    }

        #tracking .pr_list_tracking_orders .fake-table.orders .order .selling_code_col {
            width: 15%
        }

        #tracking .pr_list_tracking_orders .fake-table.orders .order .item_description {
            width: 45%
        }

    #tracking .pr_list_tracking_orders .fake-table.orders .button_check {
        width: 160px;
        line-height: 16px;
        text-transform: uppercase;
        border: 1px solid #fff;
        color: #fff;
        background-color: silver;
        padding-top: 3px
    }

    #tracking .search-form.form-width {
        margin-bottom: 10px;
        width: 65%;
        margin-left: 14px
    }

.bx-wrapper {
    position: relative;
    /*margin: 0 auto 27px;*/
    padding: 0
}

    .bx-wrapper img {
        max-width: 100%;
        display: inherit !important
    }

    .bx-wrapper .bx-viewport {
        box-shadow: 0 0 5px #ccc;
        left: -5px;
        background: transparent;
        -webkit-transform: translatez(0);
        -ms-transform: translatez(0);
        transform: translatez(0);
        overflow:hidden !important;
        height: inherit !important;
    }

    .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
        position: absolute;
        bottom: -30px;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666;
        padding-top: 20px
    }

        .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
            display: inline-block
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            border-radius: 5px
        }

            .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #000
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(/assets/pics/controls.png) no-repeat 0 -32px
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(/assets/pics/controls.png) no-repeat -43px -32px
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999
    }

    .bx-wrapper .bx-controls-auto {
        text-align: center
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(/assets/pics/controls.png) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(/assets/pics/controls.png) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
                background-position: -86px -33px
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(80,80,80,.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px
        }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .datepicker > div {
        display: none
    }

    .datepicker table {
        width: 100%;
        margin: 0
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px
    }

        .datepicker td.day:hover {
            background: #eee;
            cursor: pointer
        }

        .datepicker td.day.disabled {
            color: #eee
        }

        .datepicker td.new, .datepicker td.old {
            color: #999
        }

        .datepicker td.active, .datepicker td.active:hover {
            color: #fff;
            background-color: #006dcc;
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
            background-image: -webkit-linear-gradient(top,#08c,#04c);
            background-image: linear-gradient(to bottom,#08c,#04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .datepicker td.active.active, .datepicker td.active.disabled, .datepicker td.active:active, .datepicker td.active:focus, .datepicker td.active:hover, .datepicker td.active:hover.active, .datepicker td.active:hover.disabled, .datepicker td.active:hover:active, .datepicker td.active:hover:focus, .datepicker td.active:hover:hover, .datepicker td.active:hover[disabled], .datepicker td.active[disabled] {
                color: #fff;
                background-color: #04c
            }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            border-radius: 4px
        }

            .datepicker td span:hover {
                background: #eee
            }

            .datepicker td span.active {
                color: #fff;
                background-color: #006dcc;
                background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
                background-image: -webkit-linear-gradient(top,#08c,#04c);
                background-image: linear-gradient(to bottom,#08c,#04c);
                background-repeat: repeat-x;
                border-color: #04c #04c #002a80;
                border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

                .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active:active, .datepicker td span.active:focus, .datepicker td span.active:hover, .datepicker td span.active[disabled] {
                    color: #fff;
                    background-color: #04c
                }

            .datepicker td span.old {
                color: #999
            }

        .datepicker th.switch {
            width: 145px
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 21px
        }

    .datepicker thead tr:first-child th {
        cursor: pointer
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}
/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-07-24
 * Copyright (c) 2014 Ismail Demirbilek
 * License: MIT
 */

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px
}

.tabs-left {
    border-right: 1px solid #ddd
}

.tabs-right {
    border-left: 1px solid #ddd
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px
    }

.tabs-left > li {
    margin-right: -1px
}

.tabs-right > li {
    margin-left: -1px
}

.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent
}

.tabs-right > li.active > a, .tabs-right > li.active > a:focus, .tabs-right > li.active > a:hover {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px
    }

        .sideways > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0 0
        }

        .sideways > li.active > a, .sideways > li.active > a:focus, .sideways > li.active > a:hover {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd
        }

    .sideways.tabs-left {
        left: -50px
    }

    .sideways.tabs-right {
        right: -50px
    }

        .sideways.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .sideways.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable tfoot th, table.dataTable thead th {
        font-weight: 700
    }

    table.dataTable thead td, table.dataTable thead th {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead td:active, table.dataTable thead th:active {
            outline: 0
        }

    table.dataTable tfoot td, table.dataTable tfoot th {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        cursor: pointer
    }

    table.dataTable thead .sorting {
        background: url(/assets/sort_both.png) no-repeat center right
    }

    table.dataTable thead .sorting_asc {
        background: url(/assets/sort_asc.png) no-repeat center right
    }

    table.dataTable thead .sorting_desc {
        background: url(/assets/sort_desc.png) no-repeat center right
    }

    table.dataTable thead .sorting_asc_disabled {
        background: url(/assets/sort_asc_disabled.png) no-repeat center right
    }

    table.dataTable thead .sorting_desc_disabled {
        background: url(/assets/sort_desc_disabled.png) no-repeat center right
    }

    table.dataTable tbody tr {
        background-color: #fff
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9
        }

    table.dataTable tbody td, table.dataTable tbody th {
        padding: 8px 10px
    }

    table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
        border-top: 1px solid #ddd
    }

    table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
            background-color: #abb9d3
        }

        table.dataTable.display tbody tr.even:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr:hover {
            background-color: #f5f5f5
        }

            table.dataTable.display tbody tr.even:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr:hover.selected {
                background-color: #a9b7d1
            }

    table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3, table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: #f5f5f5
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b3cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a7b5ce
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b6d0
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fbfbfb
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fdfdfd
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #adbbd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ebebeb
    }

    table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.display tbody tr.odd:hover > .sorting_3, table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #eee
    }

    table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a1aec7
    }

    table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a2afc8
    }

    table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a4b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

    table.dataTable.compact thead td, table.dataTable.compact thead th {
        padding: 5px 9px
    }

    table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
        padding: 5px 9px 3px 9px
    }

    table.dataTable.compact tbody td, table.dataTable.compact tbody th {
        padding: 4px 5px
    }

    table.dataTable td.dt-left, table.dataTable th.dt-left {
        text-align: left
    }

    table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
        text-align: center
    }

    table.dataTable td.dt-right, table.dataTable th.dt-right {
        text-align: right
    }

    table.dataTable td.dt-justify, table.dataTable th.dt-justify {
        text-align: justify
    }

    table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
        text-align: left
    }

    table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
        text-align: center
    }

    table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
        text-align: right
    }

    table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
        text-align: justify
    }

    table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
        text-align: left
    }

    table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
        text-align: center
    }

    table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
        text-align: right
    }

    table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable, table.dataTable td, table.dataTable th {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: .5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: .25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            color: #333 !important;
            border: 1px solid transparent
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #cacaca;
                background-color: #fff;
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));
                background: -webkit-linear-gradient(top,#fff 0,#dcdcdc 100%);
                background: linear-gradient(to bottom,#fff 0,#dcdcdc 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: 0 0;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: #fff !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));
                background: -webkit-linear-gradient(top,#585858 0,#111 100%);
                background: linear-gradient(to bottom,#585858 0,#111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: 0;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));
                background: -webkit-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);
                background: linear-gradient(to bottom,#2b2b2b 0,#0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: #fff;
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)
    }

    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
                height: 0;
                overflow: hidden;
                margin: 0 !important;
                padding: 0 !important
            }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollBody table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}
/*! ngTable v0.3.0 by Vitalii Savchuk(esvit666@gmail.com) - https://github.com/esvit/ng-table - New BSD License */

.ng-table th {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .ng-table th.sortable {
        cursor: pointer
    }

        .ng-table th.sortable div {
            padding-right: 18px;
            position: relative
        }

            .ng-table th.sortable div:after, .ng-table th.sortable div:before {
                content: "";
                border-width: 0 4px 4px;
                border-style: solid;
                border-color: #000 transparent;
                visibility: visible;
                right: 8px;
                top: 50%;
                position: absolute;
                opacity: .3;
                margin-top: -4px
            }

            .ng-table th.sortable div:before {
                margin-top: 2px;
                border-bottom: 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000
            }

            .ng-table th.sortable div:hover:after, .ng-table th.sortable div:hover:before {
                opacity: 1;
                visibility: visible
            }

        .ng-table th.sortable.sort-asc, .ng-table th.sortable.sort-desc {
            background-color: rgba(141,192,219,.25);
            text-shadow: 0 1px 1px rgba(255,255,255,.75)
        }

            .ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-desc div:after {
                margin-top: -2px
            }

            .ng-table th.sortable.sort-asc div:before, .ng-table th.sortable.sort-desc div:before {
                visibility: hidden
            }

            .ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
                visibility: visible;
                -khtml-opacity: .6;
                -moz-opacity: .6;
                opacity: .6
            }

            .ng-table th.sortable.sort-desc div:after {
                border-bottom: 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #000;
                visibility: visible;
                box-shadow: none;
                -khtml-opacity: .6;
                -moz-opacity: .6;
                opacity: .6
            }

    .ng-table th.filter .input-filter {
        margin: 0;
        display: block;
        width: 100%;
        min-height: 30px;
        box-sizing: border-box
    }

.ng-table + .pagination {
    margin-top: 0
}

@media only screen and (max-width:800px) {
    .ng-table-responsive {
        border-bottom: 1px solid #999
    }

        .ng-table-responsive tr {
            border-top: 1px solid #999;
            border-left: 1px solid #999;
            border-right: 1px solid #999
        }

        .ng-table-responsive td:before {
            position: absolute;
            padding: 8px;
            left: 0;
            top: 0;
            width: 50%;
            white-space: nowrap;
            text-align: left;
            font-weight: 700
        }

        .ng-table-responsive thead tr th {
            text-align: left
        }

        .ng-table-responsive thead tr.ng-table-filters th {
            padding: 0
        }

            .ng-table-responsive thead tr.ng-table-filters th form > div {
                padding: 8px
            }

        .ng-table-responsive td {
            border: 0;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left
        }

            .ng-table-responsive td:before {
                content: attr(data-title-text)
            }

        .ng-table-responsive, .ng-table-responsive tbody, .ng-table-responsive td, .ng-table-responsive th, .ng-table-responsive thead, .ng-table-responsive tr {
            display: block
        }
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

    .scroll-wrapper:hover {
        overflow-y: scroll;
    }

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
        overflow-x: hidden !important;
        border-bottom: 1px solid #e6e0cc !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0
        }

.scroll-element {
    display: none
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block
        }

        .scroll-element .scroll-arrow, .scroll-element .scroll-bar {
            cursor: default
        }

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: 0;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0
            }

.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scroll-wrapper > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scroll-wrapper > .scroll-element .scroll-element_track {
        display: none
    }

    .scroll-wrapper > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        display: block;
        opacity: 0;
        border-radius: 7px;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .scroll-wrapper:hover > .scroll-element .scroll-bar, .scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
        opacity: .7
    }

    .scroll-wrapper > .scroll-element.scroll-x {
        bottom: 0;
        height: 0;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%
    }

    .scroll-wrapper > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 0
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
        left: -4px
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
        top: -4px
    }

    .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px
    }

    .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px
    }

html {
    padding-bottom: 29px !important
}

body:after {
    background-color: #de935f;
    background-image: -webkit-linear-gradient(bottom,#da854a 0,#e2a174 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#da854a),color-stop(1,#e2a174));
    background-image: linear-gradient(bottom,#da854a 0,#e2a174 100%);
    border-color: #b25f25;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    color: #fff;
    content: 'staging';
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 28px;
    margin: 0;
    position: fixed;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
    -webkit-font-smoothing: antialiased
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.popover-content .table1 thead th {
    padding: 0 8px !important;
    font-weight: 700 !important
}

.popover-content .table1 td, .popover-content .table1 th {
    border: none !important;
    padding: 4px 8px 2px !important
}

.popover-content .table1 tbody {
    max-height: 120px
}

    .popover-content .table1 tbody tr {
        text-transform: uppercase
    }

.popover-content .table1 td:nth-child(1), .popover-content .table1 th:nth-child(1) {
    min-width: 130px
}

.popover-content .table1 th:nth-child(2) {
    min-width: 280px;
    width: 280px
}

.popover-content .table1 td:nth-child(2) {
    min-width: 280px;
    width: 280px
}

.popover-content .table1 td:nth-child(3), .popover-content .table1 th:nth-child(3) {
    text-align: right;
    width: 100%;
    max-width: 100%
}

.popover-content table tbody {
    clear: both;
    display: block;
    min-height: 30px;
    overflow: auto;
    overflow-x: hidden
}

tbody tr:nth-child(2n+1) {
    background-color: #f9f9f9
}

tbody tr:nth-child(2n) {
    background-color: #fff
}

.OrderAssign-popover {
    overflow: hidden;
    border-radius: 5px;
    max-width: 500px
}

    .OrderAssign-popover table {
        overflow: hidden;
        border-radius: 5px;
        font-family: Arial;
        font-size: 11px;
        width: 500px;
        border-spacing: 0;
        border-collapse: unset
    }

        .OrderAssign-popover table thead tr {
            background-color: #e2ddd7 !important
        }

        /*.OrderAssign-popover table tr td, th {
            padding: 3px 7px;
            border: none
        }*/

        .OrderAssign-popover table tr:nth-child(2n+1) {
            background-color: #f9f9f9
        }

        .OrderAssign-popover table tr:nth-child(2n) {
            background-color: #fff
        }

div.scroll-list {
    overflow: auto;
    max-height: 70vh
}

.drag-over {
    border: #ff525b dashed 2px
}

.drag-hint {
    border: #ffc100 dashed 2px
}

.drag-target-border {
    border: #00bfff dashed 2px
}

.drag-target-border-green {
    border: #3c763d dashed 2px
}

.loader {
    position: fixed;
    margin-left: -25%;
    top: 0;
    width: 130%;
    height: 100%;
    background: #222;
    z-index: 99999;
    opacity: .5
}

.loader-img {
    position: absolute;
    margin-top: 15% !important;
    margin-left: 37%
}

.loaderInDiv {
    height: 47px;
    position: absolute;
    width: 500px;
    z-index: 99999999;
    text-align: center;
    top: 25px;
    background: #eee;
    opacity: .5
}
.wellInvoiceDetail {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e1b71f;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#invtable td {
    font-size: 10px !important;
}

.hidd-Order {
    display: none !important;
}

.show-Order {
    display: block !important;
}

.selectCursor {
    cursor: pointer !important;
}

.err-hide {
    display: none !important;
}



.order-detail #dvMprixItem .bx-wrapper .bx-controls-direction a.bx-prev,
.order-detail #dvMprixItem .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

#dvMprixItem .bx-wrapper .bx-controls-direction a {
    margin-top: -20px
}

.order-detail #dvMprixItem .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.mxItemSlider li {
    margin-right: -5px !important;
}

#dvItems .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0 !important;
}

#dvItems .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0 !important;
}

#dvItems .bx-wrapper .bx-controls-direction a {
    /*top: 6px;*/
    /*height:247px !important;*/
}

.fixTableHead {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 400px;
}

.fixTableHead thead th {
    position: sticky;
    top: -0.02px;
}

.fixTableHead table {
    border-collapse: collapse;
    width: 100%;
}

.fixTableHead th {
    background: #DFE3E8;
    z-index: 3;
}


.bg-danger {
    background-color: red !important;
}

.bg-orange {
    background-color: #FC9432 !important;
}

.bg-green {
    background-color: #00B050 !important;
}

.np-flex {
    display: flex;
}

.secondary-sidebar a .my-account {
    border-radius: 0 10px 10px 0;
    color: #fff;
    min-height: 110px;
    border-left: 4px solid transparent;
    text-decoration: none;
}

.secondary-sidebar a:hover .my-account {
    background: #fff !important;
}

.secondary-sidebar a:hover .my-account.bg-green {
    color: #00B050 !important;
    border-left-color: #00B050 !important;
}

.secondary-sidebar a:hover .my-account.bg-orange {
    color: #FC9432 !important;
    border-left-color: #FC9432 !important;
}

.secondary-sidebar a:hover .my-account.bg-danger {
    color: red !important;
    border-left-color: red !important;
}
.grayscale {
    /*filter: grayscale(100%) !important;*/
}


.cursor-pointer{
    cursor:pointer;
}

.bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}

.np-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.popover.bottom {
    left: auto !important;
}

.catlog-items {
    border: 1px solid #e1b71f;
    padding: 5px;
    width: 212px;
    height: 220px;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: -4px;
}
