﻿/* General class */
.blue-text {
    color: rgb(0, 182, 201);
}

.italic-text {
    font-style: italic;
}

.admin-dashboard .menu_left_icon li#dashboard {
    border-bottom: none;
}

.admin-dashboard .page-content {
    /*min-height: 818px;*/
    display: flex;
}

.admin-dashboard button.ui-multiselect {
    /*width: 595px !important;*/
    width: 100% !important;
    height: 34px;
}

.admin-dashboard .topassetsreport button.ui-multiselect {
    /*width: 260px !important;
    max-width: 260px !important;*/
    height: 35px;
}

.inactive {
    font-style: italic;
    color: rgb(255, 0, 0);
}

select option.normal {
    color: #555555;
}

/* Dashboard */

.dashboard-area h4.title {
    margin: 0 0 30px 0 !important;
}

.dashboard-area section {
    background: #ecedee;
    min-height: 30px;
    margin-bottom: 20px;
    padding: 20px;
}

.clearcache {
    text-align: right;
    /*margin-bottom: 15px;*/
}

.dashboard-area.content h4.title {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 15px;
    float: none;
}

section.statistics {
    width: 550px;
    height: 350px;
    margin-right: 25px;
    float: left;
    position: relative;
}

    section.statistics .form-control {
        max-width: 100%;
    }

    section.statistics .number {
        font-size: 24px;
        text-align: center;
    }

        section.statistics .number.green {
            color: rgb(164, 207, 94);
        }

        section.statistics .number.orange {
            color: rgb(237, 169, 0);
        }

        section.statistics .number.red {
            color: rgb(232, 74, 55);
        }

    section.statistics .ratio {
        width: 100%;
        display: block;
        margin: 15px 0 10px;
    }

        section.statistics .ratio span {
            height: 14px;
            float: left;
        }

        section.statistics .ratio .green {
            background: rgb(164, 207, 94);
            width: 50%;
        }

        section.statistics .ratio .orange {
            background: rgb(237, 169, 0);
            width: 40%;
        }

        section.statistics .ratio .red {
            background: rgb(232, 74, 55);
            width: 10%;
        }

    section.statistics .ratio-data span {
        line-height: 38px;
        padding: 0;
    }

    section.statistics .total {
        border-top: 1px solid rgb(186, 186, 186);
        display: block;
        margin: 10px -20px 0px -20px;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    section.statistics .orders-number {
        border-right: 1px solid rgb(186, 186, 186);
    }

    section.statistics .orders-number,
    section.statistics .designs-number {
        float: left;
        line-height: 22px;
        width: 50%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }

#divorderstatisticsdataloader {
    position: absolute;
    z-index: 1;
    height: 350px;
    width: 550px;
    background-color: rgba(0, 0, 0, 0.2);
}

    #divorderstatisticsdataloader div {
        height: 100%;
    }

        #divorderstatisticsdataloader div img {
            margin-top: 40%;
            margin-left: 40%;
        }

section.graph {
    width: 614px;
    height: 335px;
    float: left;
}

.graph-display {
    height: 222px;
}

.d-flex {
    display: flex !important;
}

.dot-representation {
    background-image: url("../images/dot-image.png");
    background-repeat: no-repeat;
    padding: 2px 0 2px 35px;
    margin-bottom: 15px;
}

    .dot-representation.approved {
        background-position: 0 0;
    }

    .dot-representation.denied {
        background-position: 0 -24px;
    }

    .dot-representation.pending {
        background-position: 0 -48px;
    }

    .dot-representation.totalorder {
        background-position: 0 -72px;
    }

    .dot-representation.totaldesign {
        background-position: 0 -96px;
    }

section.reports .left {
    padding-left: 0px;
}

section.reports .block {
    border-right: 1px solid rgb(186, 186, 186);
    display: inline-block;
    text-align: center;
    width: 16%;
    font-size: 12px;
}

    section.reports .block span {
        display: block;
        margin-top: 5px;
    }

section.reports .image-block {
    height: 60px;
    font-size: 16px;
}

section.reports .right .date-range {
    margin-top: 10px;
}

section.reports .right .btn {
    margin-top: 10px;
    min-width: 100%;
}

section.reports .right .from-date {
    padding-left: 0px;
    margin-bottom: 10px;
}

section.reports .right .to-date {
    padding-right: 0px;
    margin-bottom: 10px;
}

section.reports .nopadding, section.reports .rdoCointainer {
    padding: 0;
}

#rdoLicenseCointainer .rdoCointainer, #rdoARCointainer .rdoCointainer, #rdoImageOptionCointainer .rdoCointainer {
    border-top: solid 1px #a7a9ab;
}

section.reports input, section.reports select {
    max-width: inherit;
}
/* Menu */
.menu_left_icon span.dashboard-icon {
    background: url("../images/dashboard_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.dashboard-icon {
    background: url("../images/dashboard_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.orders-icon {
    background: url("../images/orders_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.orders-icon {
    background: url("../images/orders_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.backgrounds-icon {
    background: url("../images/background_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.backgrounds-icon {
    background: url("../images/background_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.layouts-icon {
    background: url("../images/layouts_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.layouts-icon {
    background: url("../images/layouts_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.stamps-icon {
    background: url("../images/stamps_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.stamps-icon {
    background: url("../images/stamps_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.displayorder-icon {
    background: url("../images/display_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.displayorder-icon {
    background: url("../images/display_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.licenses-icon {
    background: url("../images/licences_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.licenses-icon {
    background: url("../images/licences_icon_active.png") no-repeat 0 0 transparent;
}


.menu_left_icon span.licenses-icon {
    background: url("../images/licences_icon.png") no-repeat 0 0 transparent;
}

/*.menu_left_icon li.active span.sync-icon {
    background: url("../images/sync_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.sync-icon {
    background: url("../images/sync_icon.png") no-repeat 0 0 transparent;
}*/

.menu_left_icon li.active span.stamp-categories-icon {
    background: url("../images/stamp-categories-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.stamp-categories-icon {
    background: url("../images/stamp-categories-icon.png") no-repeat 0 0 transparent;
}


.menu_left_icon li.active span.background-categories-icon {
    background: url("../images/background-categories-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.background-categories-icon {
    background: url("../images/background-categories-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.themeproject-icon {
    background: url("../images/themeproject-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.themeproject-icon {
    background: url("../images/themeproject-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.theme-categories-icon {
    background: url("../images/theme-categories-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.theme-categories-icon {
    background: url("../images/theme-categories-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.guideline-icon {
    background: url("../images/guideline-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.guideline-icon {
    background: url("../images/guideline-icon.png") no-repeat 0 0 transparent;
}


.menu_left_icon li.active span.denialreason-icon {
    background: url("../images/denialreason-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.denialreason-icon {
    background: url("../images/denialreason-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.pendingreason-icon {
    background: url("../images/pendingreason-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.pendingreason-icon {
    background: url("../images/pendingreason-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.site-icon {
    background: url("../images/site-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.site-icon {
    background: url("../images/site-icon.png") no-repeat 0 0 transparent;
}
/* Layout */
.right-content-area {
    height: calc(100vh - 60px);
    /*background-color: #f9f9f9;*/
    flex: 1;
    padding: 0;
    margin-left: 260px;
}

    .right-content-area .content {
        float: none;
        margin: 0 auto;
    }

        .right-content-area .content header {
            position: fixed;
            width: calc(100% - 260px);
            z-index: 2;
        }

        .right-content-area .content .available-layouts header {
            position: unset;
            width: 100%;
            z-index: 0;
        }

    .right-content-area .content .block-body:not(.no-padding) {
        padding-top: 80px;
    }


    .right-content-area .content .pull-right {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

        .right-content-area .content .pull-right .btn {
            margin-left: 12px
        }


        .right-content-area .content .pull-right.btngroup {
            padding-right: 16px;
        }

    .right-content-area .content .back-button {
        /*color: rgb(0, 135, 150);
		font-size: 16px;*/
        text-decoration: none;
        display: flex;
    }

.margin-left0, .ml-0 {
	margin-left: 0px !important;
}

.margin-top0, .mt-0 {
	margin-top: 0px !important;
}

.margin-bottom0, .mb-0 {
    margin-top: 0px !important;
}

.next-prev-btn-wrap {
    margin-left: auto;
}

.prev-button, .next-button {
    height: 36px;
    width: 36px;
    border: 1px solid #e3e3e3;
    margin-left: 4px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.next-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='12px' height='12px' style='fill:rgb(109, 110, 112)'%3E%3Cpath d='M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z'/%3E%3C/svg%3E");
}

.prev-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='12px' height='12px' style='fill:rgb(109, 110, 112)'%3E%3Cpath d='M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z'/%3E%3C/svg%3E");
}

.content header {
    border-bottom: 1px solid #e3e3e3;
    /*padding-top: 15px;*/
    display: flex;
    min-height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f9f9f9;
    align-items: center;
    padding: 5px 16px;
}

.content h4.title {
    font-size: 18px;
    /*margin-bottom: 30px;*/
    /*float: left;*/
    margin: 0 0 0 12px
}

.content h4.statisticstitle {
    font-size: 24px;
    float: left;
}

.filter-selection {
    float: left;
    width: 240px;
    margin-right: 12px;
}

.table-search {
    width: 240px;
    border: 1px solid #cccccc;
    float: left;
    background-color: #ffffff;
}

    .table-search input[type="search"],
    .table-search input[type="text"],
    .table-search .input-group-addon {
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: none;
    }

        .table-search .input-group-addon .glyphicon {
            color: #ccc;
        }

.order-area td span.status {
    padding-left: 0px;
}

.right-content-area tbody tr.odd {
    background: #fafafa;
}

.block-body .btn {
    margin-top: 15px;
}

.block-body table a,
.block-body table a:hover,
.block-body table a:focus {
    text-decoration: none;
    color: rgb(0, 182, 201);
    outline: none;
}

.packlist .form-group span {
    display: block;
    color: rgb(171, 171, 171);
    font-size: 16px;
}

.download-list {
    margin-top: 15px;
}

    .download-list li {
        margin-bottom: 5px;
    }

        .download-list li div {
            display: table-cell;
            vertical-align: middle;
        }

            .download-list li div a {
                color: rgb(0, 135, 150);
                text-decoration: underline;
            }

    .download-list .image-div {
        width: 38px;
        height: 32px;
    }

    .download-list .print {
        padding-left: 20px;
    }

.pagination-cover {
    margin-top: 10px;
}

    .pagination-cover a {
        color: #00b6c9;
    }

.content header .add-bg {
    margin-left: 12px;
}

.content header .pull-left.add-bg {
    display: flex;
}

.cla {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background: #ddd;
    display: block;
}

.two-column-layout .form-control {
    max-width: 100%;
}

.two-column-layout .preview-box {
    min-height: 260px;
    max-height: 320px;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
    text-align: center;
}

.two-column-layout .left {
    min-height: 260px;
    position: relative;
}

    .two-column-layout .left img {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
        max-height: 100%;
    }

.two-column-layout .edit-area span {
    display: inline-block;
    margin-top: 10px;
}

.two-column-layout .edit-area .img-name {
    color: rgb(109, 110, 112);
}

.two-column-layout .edit-area .edit-img {
    height: 18px;
    width: 18px;
}

.two-column-layout label {
    font-weight: normal;
    margin-bottom: 5px;
}

.available-layouts {
    margin-top: 25px;
}

    .available-layouts .pull-right input[type="checkbox"] {
        margin: 0 4px 0 0;
    }

    .available-layouts .block {
        /*height: 110px;*/
        display: block;
        text-align: center;
        width: 100%;
        background-position: center;
        /*background-size: cover !important;*/
        background-size: 100% !important;
        margin-bottom: 50px;
        background-repeat: no-repeat !important;
    }

    .available-layouts .cover {
        margin-top: 5px;
    }

    .available-layouts .block img {
        max-height: 100%;
    }

.title .subtext {
    font-size: 16px;
    margin-left: 30px;
}

.title .sub-subtext {
    font-size: 12px;
    margin-left: 15px;
}

.two-column-layout label sup {
    font-size: 100%;
    top: -0.1em;
}

.license-area .two-column-layout textarea {
    resize: none;
    height: 150px;
}

.two-column-layout .validationText {
    color: red;
}

.two-column-layout .validationTextarea {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.two-column-layout .validationTextPosition {
    position: relative;
}

.ui-helper-reset {
    margin-bottom: 12px;
    list-style: none;
    padding: 0px 10px;
}

/* Tab css */
.right-content-area .nav-tabs li {
    font-size: 24px;
}

    .right-content-area .nav-tabs li a {
        color: rgb(186, 186, 186);
        border-bottom: 1px #ddd solid;
        border-right: 1px #ddd solid;
        border-radius: 0;
        border-left: none;
    }

    .right-content-area .nav-tabs li:last-child a,
    .right-content-area .nav-tabs li.active:last-child a {
        border-right: none;
    }

    .right-content-area .nav-tabs li:first-child a,
    .right-content-area .nav-tabs li.active:first-child a {
        border-left: none;
    }

    .right-content-area .nav-tabs li.active a {
        color: rgb(0, 182, 201);
    }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ddd;
    border-top: none;
    border-left: none;
    border-radius: 0px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: none;
    border-top: none;
    border-radius: 0;
    border-left: none;
}

.notation {
    font-size: 12px;
    margin-top: 12px;
}

.order-note-cover .field-validation-error {
    margin-left: 110px;
}

.order-note-cover .schedule-number-req-err {
    margin-left: 190px;
}

.btn.disabled {
    background: #a7a9ab none repeat scroll 0 0 !important;
}

/*custom css*/

.field-validation-error,
.two-column-layout .validationText {
    color: red;
}

.layout-area .layout-image-preview {
    background-color: #ebebeb;
}

.message-body .layout-image-preview .frame {
    background: transparent url("../images/big_frame.png") no-repeat scroll 0 0;
    height: 177px;
    padding: 0;
    position: relative;
    width: 328px;
}

.order-action-schedule-number {
    width: 255px;
    display: inline-block;
    margin: 10px;
}

#btnviewhistory {
    display: inline-block;
}

.schedule-line-item-schedule-number {
    width: 215px;
}

.margin-top {
    margin-top: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.schedule-line-item-err-mrg {
    margin-left: 180px !important;
}
/* Media Queries*/
/*@media (min-width: 1200px) {
	.menu_left {
		flex: 0 0 100%;
		max-width: 250px;
	}

	.right-content-area {
		flex:1
	}
}
*/
@media (min-width: 1600px) {
    .dashboard-area.content h4.title {
        margin-bottom: 30px;
    }

    section.statistics, #divorderstatisticsdataloader {
        width: 450px;
        height: 445px;
    }

    section.graph {
        width: 720px;
        height: 445px;
    }

    /*.menu_left_icon li {
		padding: 8px;
	}*/
}

.background-category-area .block-body, .stamp-category-area .block-body {
    min-height: 200px;
}

.order-detail #ddlorderactions option.disabled {
    opacity: 0.7;
    color: #a7a9ab;
    cursor: not-allowed;
}


/*Display Order Page*/

#dvBackgroundStampSelect .select-option {
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
    background: #6d6e70;
    color: #c8c8c8;
    margin-bottom: 20px;
}

    #dvBackgroundStampSelect .select-option.active {
        background: #bababa;
        color: rgb(109, 110, 112);
    }

#dvBackgroundStampSelect .item-select {
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.display-order-area span.backgrounds-icon {
    background: url("../images/background_icon.png") no-repeat 0 0 transparent;
}

    .display-order-area span.backgrounds-icon.active {
        background: url("../images/background_icon_active.png") no-repeat 0 0 transparent;
    }

.display-order-area span.stamps-icon {
    background: url("../images/stamps_icon.png") no-repeat 0 0 transparent;
}

    .display-order-area span.stamps-icon.active {
        background: url("../images/stamps_icon_active.png") no-repeat 0 0 transparent;
    }

.ui-sortable-helper {
    display: table;
    background-color: lightyellow !important;
    opacity: 0.5;
    cursor: move;
}

.drag {
    background-color: transparent !important;
    background: transparent !important;
    /*opacity: 0.5;*/
    cursor: move;
}

#tblList tr.selected {
    cursor: move;
}

#dvItemList {
    border: 1px solid #e2e2e2;
    max-height: 850px;
    width: 885px;
}

#itemlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 880px;
    min-height: 150px;
}

    #itemlist .lnkRemoveItem {
        cursor: pointer;
        float: left;
        top: 30px;
        left: 30px;
    }

    #itemlist li {
        margin: 3px;
        padding: 3px;
        float: left;
        text-align: center;
        cursor: move;
    }

    #itemlist img {
        width: 90px;
        height: 90px;
        margin-left: 20px;
        float: left;
    }

    #itemlist .product {
        border: 1px solid #ccc;
        background: #f2f2f2;
        width: 160px;
        height: 140px;
    }

    #itemlist .name {
        color: cornflowerblue;
        font-weight: 700;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 90px;
    }

    #itemlist .num {
        float: right;
        background: white;
        width: 35px; /*30*/
        margin: 3px 3px 0 0;
        text-align: center;
        font-size: 14px;
    }

    #itemlist span {
        font-size: 12px;
    }

    #itemlist li.selected {
        background-color: #0275d8;
    }

    #itemlist li.sorted {
        background-color: #80baeb;
    }

        #itemlist li.sorted .product {
            animation: colorchange 1.5s;
        }

@keyframes colorchange {
    0% {
        background-color: #c3dfd3;
    }

    20% {
        background-color: #cbe3d9;
    }

    40% {
        background-color: #d2e7de;
    }

    60% {
        background-color: #daebe4;
    }

    80% {
        background-color: #e1efe9;
    }

    100% {
        background-color: #f0f7f4;
    }
}

@-webkit-keyframes colorchange {
    0% {
        background-color: #c3dfd3;
    }

    20% {
        background-color: #cbe3d9;
    }


    40% {
        background-color: #d2e7de;
    }

    60% {
        background-color: #daebe4;
    }

    80% {
        background-color: #e1efe9;
    }

    100% {
        background-color: #f0f7f4;
    }
}

@media (max-width: 1600px) {
    /*#dvItemList {
		width: 585px;
	}

	#itemlist {
		width: 580px;
	}*/
}

/*@media (min-width: 1367px) and (max-width: 1600px) {
    #dvItemList {
        width: 605px;
    }

    #itemlist {
        width: 600px;
    }
}*/

/*End of Display Order Page*/

/* Theme project page */
img.copy {
    cursor: pointer;
}

#dvSiteCodeSelect label.rdolabel {
    font-weight: normal !important;
    margin-right: 10px !important;
}
/* End of theme project page */

/* Export buttons */
/*#btnExport {
	display: none;
}

	#btnExport + #txtUploadFile {
		display: none;
	}

		#btnExport + #txtUploadFile + #btnImportData {
			display: none;
		}*/
/* End of export buttons */

/* Import result popup */
@media screen and (min-width: 768px) {
    #importResultModal .modal-dialog {
        width: 100%;
    }
}

#tblImportResult ul li {
    text-align: left;
}
/* End of Import result popup */

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.topassetsreport .form-group label {
    margin-top: 5px;
}
