﻿html {
    margin: 0;
    padding: 0;
}


body {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: left;
    background: #fff;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    font-family: Futura Medium, "Trebuchet MS", Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    background: #dcdce2;
}

.container {
}

p.title {
    padding: 0;
    margin-bottom: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}

    p.title i {
        color: #fff !important;
        padding: 10px !important;
        background: #ee1c25 !important;
    }

    p.title span {
        vertical-align: middle;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.field-validation-error {
    color: #E80C4D;
    display: block;
    margin: 10px 0;
    text-shadow: none;
    visibility: visible;
    line-height: normal;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    height: 17px;
    display: block;
    visibility: hidden;
}

.log-out {
    padding: 0 !important;
    display: inline-block !important;
}

    .log-out:hover {
        margin: auto !important;
        background: none !important;
        border: 0 none !important;
    }

.nav > li {
    border-bottom: 1px solid #2b2a2a !important;
}

    .nav > li a {
        cursor: pointer;
    }

    .nav > li:hover .fa-arrow-right {
        color: #ee1c25;
    }

.none {
    display: none;
}

.block {
    display: block;
}


.my-announcement {
    left: 0%;
    bottom: 0%;
    display: none;
    position: fixed;
    z-index: 190909090;
}

    .my-announcement img {
        width: 100px;
    }

a.info {
    margin-left: 0%;
    padding: 3px 0 0 16px;
    background: url('../images/info.png') no-repeat left bottom;
}

a.add {
    padding: 0 0 0 16px;
    text-transform: uppercase;
    background: url('../images/add.png') no-repeat left center;
}

a.csv {
    padding: 0 0 0 18px;
    text-transform: uppercase;
    background: url('../images/csv.gif') no-repeat left center;
}

a.edit {
    margin-left: 7px;
    padding: 3px 0 0 16px;
    background: url('../images/edit.png') no-repeat left bottom;
}

a.checked {
    margin-left: 7px;
    padding: 3px 0 0 16px;
    background: url('../images/checked.png') no-repeat left bottom;
}

a.del {
    margin-left: 7px;
    padding: 0 0 0 16px;
    background: url('../images/delete.png') no-repeat left bottom;
}

a.warn {
    margin-left: 7px;
    padding: 0 0 0 18px;
    background: url('../images/warn.png') no-repeat left bottom;
}

a.view {
    margin-left: 7px;
    padding: 0 0 0 20px;
    background: url('../images/view.png') no-repeat left bottom;
}

a.download {
    margin-left: 7px;
    padding: 0 0 0 20px;
    background: url('../images/download.png') no-repeat left bottom;
}

a.email {
    margin-left: 7px;
    padding: 0 0 0 20px;
    background: url('../images/email.png') no-repeat left bottom;
}

a.print {
    margin-left: 7px;
    padding: 0 0 0 20px;
    background: url('../images/print.png') no-repeat left bottom;
}

a.docs {
    margin-left: 7px;
    padding: 6px 0 0 20px;
    background: url('../images/docs.png') no-repeat left bottom;
}

a.approve {
    margin-left: 7px;
    padding: 6px 0 0 20px;
    background: url('../images/thumbs-up.png') no-repeat left bottom;
}

a.decline {
    margin-left: 7px;
    padding: 6px 0 0 20px;
    background: url('../images/thumbs-down.png') no-repeat left bottom;
}

.t-icons {
    margin-bottom: 5px;
    color: #fff !important;
    font-size: 15px !important;
    margin-right: 5% !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    background: #21076a !important;
}

tr.edit .t-icons {
    margin-right: 0 !important;
}

.t-info {
    background: #0088ce !important;
}

.t-ban {
    margin-right: 0 !important;
    background: #7a7a78 !important;
}

.back-to-list {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    background: url('../images/dt-arrow-left.png') no-repeat left 4px;
}

.next-to-list {
    padding: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    background: url('../images/dt-arrow-right.png') no-repeat right 4px;
}

    .next-to-list a.next, .back-to-list a.back {
        margin-top: -4px;
        border-radius: 2px;
        margin-right: -13px;
        display: inline-block;
        border: 1px dashed #ddd;
        padding: 4px 12px 4px 4px;
    }

.back-to-list a.back {
    margin-left: -13px;
    padding: 4px 4px 4px 12px;
}

.shoot-ups {
    display: none;
}

*[data-shoot-up="1"] {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
}

.radio-button-list {
    width: 25%;
    float: left;
}

.item-details {
    width: 50%;
    margin: 0 auto;
    padding: 0 15px;
}

.item-details {
    width: 70%;
}

    .item-details h2 {
        margin: 10px 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 12px !important;
        text-transform: uppercase !important;
        border-bottom: 1px solid #cacaca !important;
    }

    .item-details strong.uppercase {
        color: #000000;
        text-transform: uppercase;
    }

form fieldset, fieldset {
    width: 465px;
    border: 0 none;
    margin: 20px 0;
    padding: 0 0 5px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

    form fieldset legend, fieldset legend {
        padding: 0 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }


.radio-button-target {
    display: none;
}

.buttons {
    text-align: left;
}

.editor-field, .edit-field {
    position: relative;
}

.display-label {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.display-field {
    /*width: 96%;*/
    padding: 10px;
    /*border-radius: 4px;*/
    position: relative;
    background: #ffffff;
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #cacaca;
}


.show-products {
  border-radius: 5px !important;
  position: relative;
  margin-left: 8px;
}

input[type="checkbox"] {
  transform: scale(1.5);
}

.product-title {
  margin-bottom: 1px !important;
  margin-left: 10px !important;
  font-size: large !important;
  color: dodgerblue !important;
}


.partial-loading {
    width: 0;
    opacity: 0;
    padding: 20px 0;
    text-align: center;
    background: #eeeeee;
    filter: alpha(opacity=0);
}

    .partial-loading > img {
        vertical-align: middle;
    }

.partial-results {
    width: 0;
    opacity: 0;
    margin: 0 auto;
    filter: alpha(opacity=0);
}

.spinner {
    left: 0;
    top: -10px;
    width: 100%;
    position: absolute;
    text-align: center;
}


.notification {
    z-index: 190;
    display: none;
    font-size: 13px;
    margin: 0px auto;
    position: relative;
}

.grouped-area {
    padding: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #efefef;
}

.paging-pieces {
    display: none;
}

.piece {
    padding: 10px;
}

.page-length, .page-count {
    float: left;
}

.page-search, .page-navigation {
    float: right;
}

    .page-search label {
        position: relative;
    }

        .page-search label a[data-search-icon="1"] .fa {
            top: -3px;
            right: 21px;
            position: absolute;
        }




.do-custom-search {
    margin-top: -2px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 6px 4px 0px;
    border: 1px solid #aaaaaa;
}

.custom-search-active-wrapper {
    left: 130px;
    top: -30px;
    display: none;
    padding: 10px 0;
    position: absolute;
    background: url("../images/arrow-bottom.png") center bottom no-repeat;
}

.custom-search-active {
    color: #ffffff;
    padding: 4px 6px;
    border-radius: 4px;
    background: #3e3935;
}

.custom-search {
    display: none;
    margin-top: 20px;
}

.search-query {
    width: 385px;
    opacity: 0.2;
    margin-top: 10px;
    filter: "alpha(opacity=20)";
}




.grouped-area {
    padding: 10px 20px;
    /*border-radius: 4px;*/
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #efefef;
}

.good {
    background-color: #bef2bb;
}

.average {
    background-color: #FFE6BA;
}

.poor {
    background-color: #ffeeee;
}


.image-list {
}

    .image-list a[rel="fancybox"] {
        float: left;
        /*height: 124px;*/
        display: block;
        position: relative;
    }

    .image-list img.avatar, .image-list img.preview {
        float: left;
        width: 80px;
        border-radius: 4px;
        margin: 0 10px 10px 0;
        vertical-align: top;
        border: 1px solid #dddddd;
    }

    .image-list .im-list {
        position: relative;
        padding: 12px 0 0 20px;
        border-top: 1px dashed #ccc;
    }

    .image-list .img-type {
        color: #fff;
        display: block;
        padding: 2px 0;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        background: #000000;
        text-transform: uppercase;
    }

    .image-list .del-img {
        right: 0;
        top: 28%;
        z-index: 1;
        cursor: pointer;
        padding: 5px 10px;
        position: absolute;
        background: #000000;
        border-radius: 14px;
    }

        .image-list .del-img img {
            width: 10px;
            padding-top: 4px;
        }

.hot-spot {
    left: 40%;
    width: 20px;
    float: right;
    bottom: -20px;
    position: absolute;
    vertical-align: middle;
}

.hot-spot-total {
    left: 40%;
    opacity: 0.5;
    bottom: -15px;
    padding: 0 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    background-color: #000000;
    transition: all 0.4s ease-in 0s;
}

    .hot-spot-total:hover, li:hover .hot-spot-total {
        opacity: 1;
    }



.auto-logout {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

    .auto-logout .actions {
        margin-top: 10px;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }

        .auto-logout .actions a {
            color: #fff;
            padding: 6px 20px;
            border-radius: 4px;
            border: 1px solid #000;
        }

            .auto-logout .actions a:hover {
                background: #777;
            }


.collapse {
}


    .collapse > div {
        padding: 20px;
        background: #ffffff;
        margin: -15px 0 30px 0;
    }


.titlex {
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 20px 10px;
}

.open {
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url('../images/region-up.png');
}

.closed {
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url('../images/region-down.png');
}

.open:hover {
    cursor: pointer;
}

.closed:hover {
    cursor: pointer;
}

.steps {
    clear: both;
    position: relative;
    margin-bottom: 50px;
}

    .steps ul {
        margin: 0;
        padding: 0 0 0 10%;
        list-style: none;
        border-bottom: 2px solid #e0e7e3;
    }

        .steps ul li {
            margin: 0;
            padding: 0;
            width: 19%;
            display: inline-block;
        }

            .steps ul li a {
                width: 44px;
                height: 44px;
                display: block;
                color: #ffffff;
                font-size: 20px;
                position: relative;
                margin-bottom: -25px;
                transition: all 0.4s ease-in 0s;
                background: url("../images/steps.png") no-repeat right center;
            }

                .steps ul li a.active, .steps ul li a:hover {
                    background-position: left center;
                }

                .steps ul li a span {
                    top: 24%;
                    left: 36%;
                    position: absolute;
                }

            .steps ul li.large {
                width: auto;
                float: left;
                display: block;
            }

                .steps ul li.large a {
                    width: auto;
                    height: auto;
                    display: block;
                    font-size: 15px;
                    margin-top: -5px;
                    padding: 10px 20px;
                    background: #dddddd;
                    text-transform: uppercase;
                    border-left: 1px solid #777;
                    border-right: 1px solid #fff;
                }

                    .steps ul li.large a.active {
                        background: #d66060;
                    }

                    .steps ul li.large a.complete {
                        background: #7ff867;
                    }

                    .steps ul li.large a:first-child {
                        border-top-left-radius: 6px;
                        border-bottom-left-radius: 6px;
                    }

                    .steps ul li.large a span {
                        top: auto;
                        left: auto;
                        position: relative;
                    }

            .steps ul li.last {
                width: 0;
                height: 0;
                clear: both;
                float: none;
            }

    .steps .step-arrow {
        left: 9.7%;
        bottom: -52px;
        position: absolute;
    }

        .steps .step-arrow.large {
            left: 20%;
        }

.step {
    clear: both;
    display: none;
}

.slick-counter {
    color: #fbb50b;
    font-size: 11px;
    font-style: normal;
    padding: 0 0 0 10px;
    font-weight: normal;
    display: inline-block;
}


.counter-tip {
    right: -8px;
    bottom: -8px;
    padding: 0 6px;
    font-weight: bold;
    position: relative;
    background: #9935bd;
    color: #fff !important;
    border-top-left-radius: 4px;
}


.comment-left {
    margin: 0;
    padding: 4px;
    text-align: left;
}

.comment-right {
    margin: 0;
    text-align: right;
}

.comment-left > span {
    background: #eee;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 10px;
}

.comment-right > span {
    background: #f2f2f2;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 10px;
}

.comment-left > span, .comment-right > span {
    width: 48%;
    padding: 4px;
    display: inline-block;
}

.comment-left i, .comment-right i {
    color: #777;
    font-style: normal;
    font-weight: normal;
}

tr.duplicate-highlight td {
    cursor: auto !important;
    background: #f8d9d9 !important;
}

.da-tab .notification {
    margin-bottom: 20px;
}

.address-list {
}

    .address-list > div {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

.audit-changed {
    color: #E80C4D;
}

.audit-added b {
    color: #229c1c;
    padding-right: 20px;
    background: url('../images/add.png') no-repeat right bottom;
}

.audit-removed b {
    color: #E80C4D;
    padding-right: 20px;
    background: url('../images/delete.png') no-repeat right bottom;
}


.item-object-list {
    overflow-x: auto;
    max-height: 350px;
}

span.sep {
    padding: 0 4px;
    color: #bbb;
}

.m-steps {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    border-left-width: 5px;
    background-repeat: repeat;
    background-image: url('../images/pattern_background.jpg');
}

    .m-steps ul {
        margin-bottom: 0 !important;
    }

        .m-steps ul li {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #fff;
        }

            .m-steps ul li:first-child {
                border-top: 0 none;
            }

            .m-steps ul li:last-child {
                border-bottom: 0 none;
            }

            .m-steps ul li a {
                padding: 10px;
                display: block;
                font-size: 13px;
                color: #38393a !important;
            }

                .m-steps ul li a.current, .m-steps ul li a:hover {
                    background-color: #fff;
                    color: #ee1c25 !important;
                }


footer {
    color: #fff;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

    footer p {
        margin: 0;
    }
