﻿hr.new1 {
    border-top: 1px solid red;
}


.k-datetimepicker.form-control > .k-picker-wrap.k-state-default,
.k-datepicker.form-control > .k-picker-wrap.k-state-default {
    height: 29px;
}

    .k-datetimepicker.form-control > .k-picker-wrap.k-state-default > input.k-input,
    .k-datepicker.form-control > .k-picker-wrap.k-state-default > input.k-input {
        height: 27px;
    }

.k-input-inner {
    padding: 6px 8px !important;
}

.k-chip {
    font-size: 13px !important;
}

.k-chip-solid-base {
    background-color: #428bca !important;
    color: white !important;
    border-color: #357ebd !important;
}

    .k-chip-solid-base:hover {
        background-color: #3276b1 !important;
        color: white !important;
        border-color: #285e8e !important;
    }

.k-picker.k-dropdownlist.k-picker-solid,
.k-combobox.k-combobox-clearable,
.k-datetimepicker {
    min-height: 30px !important;
    height: 30px;
}
.k-list-item {
    font-size: 13px !important;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none,0 0 0 0 rgba(130,138,145,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

#prapazar-customersetting-profile-src:hover {
    opacity: 0.5;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 270px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: inherit !important;
}

.user-panel > .info {
    line-height: unset !important;
}

/*.sidebar-menu > li > a {
    padding: 9px 5px 10px 15px !important;
}
*/
.producttype-text-class {
    background-color: #3d9970;
    text-align: center;
    width: 100px;
    border-radius: 10px;
    font-size: 15px;
    color: black;
    font-family: none;
}

.box-body > .timeline {
    margin: 15px 0px 50px 15px;
}

.notification {
    padding: 1em;
    color: white;
    letter-spacing: 0.5px;
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 1em;
}

.notification__type {
    font-weight: 500;
}

.notification--error .notification__icon {
    background: #b52b27;
}

.notification--error .notification__text {
    background: #d9534f;
}

.notification--warning .notification__icon {
    background: #df8a13;
}

.notification--warning .notification__text {
    background: #f0ad4e;
}

.notification--warning :hover .notification--close {
    display: block;
}

.notification--success .notification__icon {
    background: #3d8b3d;
}

.notification--success .notification__text {
    background: #5cb85c;
}

.notification--info .notification__icon {
    background: #28a1c5;
}

.notification--info .notification__text {
    background: #5bc0de;
}

.notification .notification--child {
    margin: 1em 0;
}

    .notification .notification--child:first-child {
        margin: 0;
    }

    .notification .notification--child .notification--close {
        display: none;
    }

    .notification .notification--child:hover .notification--close {
        display: block;
    }

.notification__icon {
    padding: 1em;
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 40px;
}

.notification__text {
    padding: 1em;
}

.prapazar-scrollbar-window {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

    .prapazar-scrollbar-window .prapazar-scrollbar-content {
        overflow: scroll;
        max-height: 100%;
    }

        .prapazar-scrollbar-window .prapazar-scrollbar-content::-webkit-scrollbar {
            display: none;
        }

.prapazar-header-logo {
    /*    width: 32px;*/
    height: 72px;
    /*    margin-bottom: 5px;*/
    /*    margin-right: 5px;*/
}

.prapazar-header-logo-mini {
    width: 36px;
}

a.expand-details {
    cursor: pointer;
}

a.expand-phantom-details {
    cursor: pointer;
}

a.expand-claim-details {
    cursor: pointer;
}


.login-page .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left5 {
    margin-left: 5px;
}

.popover {
    max-width: none;
}

.popover-content {
    max-height: 350px;
    overflow-y: auto;
}

    .popover-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .popover-content::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .popover-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
        background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
        background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    }

.dropdown-menu.dropdown-menu-sm {
    font-size: 12px;
}

.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
}

.k-list {
    white-space: nowrap;
}

.input-group-sm .k-numeric-wrap .k-input {
    padding: 0 !important;
    height: 28px;
    line-height: 28px;
}

.input-group-sm .k-autocomplete .k-input {
    padding: 0 !important;
    height: 28px;
    line-height: 28px;
}

.input-group-sm .k-combobox .k-input {
    padding: 0 !important;
    height: 28px;
    line-height: 28px;
}

.input-group-sm .k-numeric-wrap .k-input.form-control {
    float: none;
}

.input-group-sm .k-combobox .k-input.form-control {
    float: none;
}

.input-group {
    width: 100%;
}

    .input-group .form-control.k-multiselect {
        float: inherit;
    }

.input-group-addon.as-label {
    min-width: 6em;
    text-align: left;
}

.input-group-addon.with-select {
    padding: 0 !important;
    margin: 0 !important;
}

.input-group > .input-group-addon.with-select .k-input {
    height: 28px;
    min-width: 6em;
}

.input-group > .input-group-addon.with-select .form-control {
    height: 28px;
}

.api-keys .input-group-addon.as-label {
    min-width: 8em;
}

label.control-label.required:after,
.input-group-addon.as-label.required:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-weight: bold;
    line-height: 1;
    font-size: 0.5em;
    color: red;
    top: -0.9em;
    position: relative;
}

label.control-label.catalog:before,
.input-group-addon.as-label.catalog:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2b9";
    font-weight: bold;
    line-height: 1;
    color: cadetblue;
    margin-right: 3px;
}

label.control-label.dynamic:before,
.input-group-addon.as-label.dynamic:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0e7";
    font-weight: bold;
    line-height: 1;
    color: cadetblue;
    margin-right: 3px;
}

label.control-label.varianter:before,
.input-group-addon.as-label.varianter:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: bold;
    line-height: 1;
    color: cadetblue;
    margin-right: 3px;
}

label.control-label.product-attribute:before,
.input-group-addon.as-label.product-attribute:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f02c";
    font-weight: bold;
    line-height: 1;
    color: cadetblue;
    margin-right: 3px;
}

.pagination-sm {
    margin: 5px 0px;
}

.table-questions td {
    line-height: 1.9 !important;
}

tr.master-details {
    display: none;
}

.table-cell-icons1 {
    width: 28px;
}

.table-cell-ecommerce-icons {
    -moz-min-width: 130px;
    -ms-min-width: 130px;
    -o-min-width: 130px;
    -webkit-min-width: 130px;
    min-width: 130px;
}

.table-cell-icons-nowrap {
    width: 28px;
    white-space: nowrap;
    padding-right: 10px !important;
}

.table-cell-icon-dropdown {
    width: 28px;
    white-space: nowrap;
    /*padding-right: 10px!important;*/
}

.table-cell-date {
    width: 95px;
    white-space: nowrap;
}

.table-cell-datetime {
    width: 120px;
    white-space: nowrap;
}

.table-cell-id {
    width: 95px;
    white-space: nowrap;
}

.table-cell-status {
    width: 90px;
}

.table-cell-orderno {
    width: 110px;
    white-space: nowrap;
}

.table-cell-accnt-orderno {
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 110px;
}

.table-cell-productno {
    width: 110px;
    white-space: nowrap;
}

.table-cell-productname {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.table-cell-quantity {
    -moz-min-width: 65px;
    -ms-min-width: 65px;
    -o-min-width: 65px;
    -webkit-min-width: 65px;
    min-width: 65px;
    white-space: nowrap;
}

.table-cell-money {
    width: 110px;
    white-space: nowrap;
    padding-right: 5px !important;
}

.table-cell-custname {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.table-cell-shipment-payment {
    -moz-min-width: 210px;
    -ms-min-width: 210px;
    -o-min-width: 210px;
    -webkit-min-width: 210px;
    min-width: 210px;
}


.table-cell-variantprice {
    -moz-min-width: 230px;
    -ms-min-width: 230px;
    -o-min-width: 230px;
    -webkit-min-width: 230px;
    min-width: 230px;
}

.table-cell-variantcatalog {
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
}

.table-cell-name-nowrap {
    width: 120px;
    white-space: nowrap;
}

tr.master-row.cancelled,
tr.detail-row.cancelled {
    color: #999;
    text-decoration: line-through;
}

tr.master-details.expanded {
    background-color: #f5f5f5;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: cadetblue;
}

tr.claim-details.expanded {
    background-color: #f5f5f5;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: cadetblue;
}

tr.master-row.expanded {
    background-color: #dedede;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: cadetblue;
}

.form-group.has-error span.k-dropdown-wrap,
.form-group.has-error div.k-multiselect,
.form-group.has-error span.k-numeric-wrap,
.form-group.has-error span.k-picker-wrap {
    border-color: #dd4b39 !important;
}



.form-group-sm.upload {
    padding-left: 10px;
}

.product-image-upload-container ul.k-upload-files {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .product-image-upload-container ul.k-upload-files > li.k-file-success:first-child {
        border: 2px solid #00bfff;
    }

.product-image-upload-container li.k-file.k-file-error {
    border: 1px solid #dd4b39;
}




.product-image-upload-container li.k-file {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 0 1px 2px;
    padding: 2px;
    cursor: move;
}

li.k-file.hint {
    position: relative;
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 0 1px 2px;
    padding: 2px;
}

    .product-image-tile > img,
    li.k-file.hint > img {
        width: 48px;
        height: 48px;
    }


.product-image-upload-container .product-image-tile > img,
.product-image-upload-container li.k-file.hint > img {
    width: 75px;
    height: 75px;
}


.k-upload-files .k-upload-status {
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 1em;
    -ms-opacity: .65;
    opacity: .65;
}

.product-image-upload-container button.k-upload-action.k-button {
    position: relative;
    top: -26px;
    right: -38px;
    /* top: -62px;
    right: -22px;*/
}

.product-image-upload-container a.fancyzoomImg {
    position: relative;
    top: -24px;
    left: -55px;
    color: #333;
    -ms-opacity: .65;
    opacity: .65;
    /* top: -62px;
    right: -22px;*/
}

.product-image-upload-container .k-dropzone {
    padding: 1px 5px;
}

.product-image-upload-container .k-button.k-upload-button {
    padding: 1px 4px;
}

.product-image-selection-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-image-selection-container li {
    position: relative;
    display: inline-block;
    border: 1px solid #c7c7c7;
    text-align: center;
    margin: 0 1px 2px;
    width: 54px;
    height: 54px;
    padding: 2px;
    cursor: move;
}

.product-image-selection-container ul > li.selected {
    border: 2px solid #00bfff;
}

.product-attributes,
.product-variantgroups {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 2px #00ced1 solid;
    border-bottom: 2px #00ced1 solid;
    max-height: 350px;
    overflow-y: scroll;
}


ul#variantgroup-lines {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#variantgroup-lines > .variantgroup_row {
        position: relative;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 15px 0 0;
    }

        ul#variantgroup-lines > .variantgroup_row:before,
        ul#variantgroup-lines > .variantgroup_row:after {
            content: " ";
            display: table;
        }

        ul#variantgroup-lines > .variantgroup_row:after {
            clear: both;
        }

    ul#variantgroup-lines > .variantgroup_row {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #e4e4e4;
    }

        ul#variantgroup-lines > .variantgroup_row:last-of-type {
            border-bottom-width: 0;
        }


ul#order-lines {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#order-lines > .orderline_row {
        position: relative;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 15px 0 0;
    }

        ul#order-lines > .orderline_row:before,
        ul#order-lines > .orderline_row:after {
            content: " ";
            display: table;
        }

        ul#order-lines > .orderline_row:after {
            clear: both;
        }

    ul#order-lines > .orderline_row {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #e4e4e4;
    }

ul#variantgroup-lines > .orderline_row:last-of-type {
    border-bottom-width: 0;
}

.form-group-sm {
    min-height: 30px;
}

#return-to-top {
    z-index: 1100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #282634;
    background-color: #666;
    opacity: .6;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    transform-origin: bottom left;
    transform: rotate(-11deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #282634;
    background-color: #666
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover,
    #return-to-top:focus {
        background-color: #282634;
        opacity: .9;
        transition: all 0.3s ease;
        transform: rotate(0);
    }

        #return-to-top:hover i,
        #return-to-top:focus i {
            color: #fff;
            top: 5px;
        }

.variant-box {
    display: block;
    height: 2.8em;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 5px;
}

.variant-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 2.8em;
    width: 28px;
    text-align: center;
    /*line-height: 2.8em;*/
    background: rgba(0,0,0,0.2);
}

.variant-box-content {
    padding-top: 0.2em;
    margin-left: 30px;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 2.4em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
    /* create the ... */
    .variant-box-content:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    .variant-box-content:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: white;
    }

.direct-chat-messages.prapazar-chat {
    height: 350px;
}

    .direct-chat-messages.prapazar-chat .direct-chat-text.current-question {
        background: #3c8dbc;
        border-color: #3c8dbc;
        color: #fff;
    }

        .direct-chat-messages.prapazar-chat .direct-chat-text.current-question:after,
        .direct-chat-messages.prapazar-chat .direct-chat-text.current-question:before {
            border-right-color: #3c8dbc;
        }

.prapazar-chat .direct-chat-img {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}

.prapazar-chat .direct-chat-text {
    margin: 5px 0 0 38px;
}

.prapazar-chat .right .direct-chat-text {
    margin-right: 38px;
    margin-left: 0;
}


.api-key-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-left-width: 3px;
}

    .api-key-box .ecommerce-img {
        float: left;
        text-align: center;
    }

        .api-key-box .ecommerce-img img {
            width: 28px;
            height: 28px;
        }

    .api-key-box .store-info {
        height: 28px;
    }

    .api-key-box .store-name {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .api-key-box .store-name-right {
        float: right;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .api-key-box .store-label {
        display: inline-block;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 10px;
        text-overflow: ellipsis;
        font-size: 16px;
    }

.label-dimgray {
    color: #fbfbfb;
    background: dimgray;
}

.label-darkgoldenrod {
    color: #fbfbfb;
    background: darkgoldenrod;
}

div .store-label:first-child {
    margin-left: 0px;
}

.order-barcode-stack-icon {
    height: 1em !important;
    line-height: 1em !important;
}

.auth-action-select-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid #e4e4e4;
}



/**
Bootstrap 3 multilevel dropdown menu
*/
.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after {
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 10px;
    /*float: right;*/
    opacity: 0.8;
    margin-left: 5px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.left-caret:after {
    content: "\f104";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 10px;
    /*float: right;*/
    opacity: 0.8;
    margin-left: 5px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.variant-group-images {
    width: 100%;
    background-color: #f8f8f8;
    min-height: 75px;
    position: relative;
}

    .variant-group-images.drop-allowed {
        background-color: #008000;
    }

    .variant-group-images.drop-not-allowed {
        background-color: #ff6347;
    }

    .variant-group-images > .drop-here {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 10px 10px;
        color: #ccc;
        font-size: 90%
    }

ul.variant-group-images-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.variant-group-images-container li.k-file {
        position: relative;
        display: inline-block;
        background-color: #f8f8f8;
        width: 79px;
        height: 79px;
        text-align: center;
        margin: 0 1px 2px;
        padding: 0px;
        cursor: move;
        border: 1px solid #c7c7c7;
        margin: 0 1px 2px;
    }

    ul.variant-group-images-container > li.k-file:first-child {
        border: 2px solid #00bfff;
    }

    ul.variant-group-images-container li.k-file > a.remove-image {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    ul.variant-group-images-container li.k-file > img {
        width: 75px;
        height: 75px;
    }

.grow {
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 0.1px rgba(0, 0, 0, 0);
}

/*    .grow:hover {
        transform: scale(1.1);
    }*/



.grow2 {
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 0.1px rgba(0, 0, 0, 0);
}

    .grow2:hover {
        transform: scale(1.006);
    }

.grow3 {
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 0.1px rgba(0, 0, 0, 0);
}

    .grow3:hover {
        transform: scale(1.05);
    }


input[type="file"] {
    cursor: pointer !Important;
    font: 300 14px sans-serif;
    color: #0f0e20;
}

    input[type="file"]::-webkit-file-upload-button {
        font: 300 14px sans-serif;
        background: #0f0e20;
        background-image: -webkit-linear-gradient(top,#0f0e20 0,#2a65c1 100%);
        background-image: -o-linear-gradient(top,#0f0e20 0,#2a65c1 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#0f0e20),to(#2a65c1));
        background-image: linear-gradient(to bottom,#0f0e20 0,#2a65c1 100%);
        background-repeat: repeat-x;
        border: 0;
        padding: 12px 25px;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
    }

    input[type="file"]::-ms-browse {
        font: 300 14px 'Roboto', sans-serif;
        background: #009688;
        border: 0;
        padding: 12px 25px;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
    }


.btn-file {
    position: relative;
    z-index: 1;
    margin: auto;
}

.btn-file__actions {
    margin: 0;
    padding: 0;
}

.btn-file__actions__item {
    padding: 15px;
    font-size: 1.5em;
    color: #3a68b3;
    cursor: pointer;
    text-decoration: none;
    border-top: 3px dashed #3a68b3;
    border-left: 3px dashed #3a68b3;
    border-bottom: 3px dashed #3a68b3;
}

    .btn-file__actions__item:first-child {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .btn-file__actions__item:last-child {
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-right: 3px dashed #3a68b3;
    }

    .btn-file__actions__item:hover, .btn-file__actions__item:focus {
        color: #636b6f;
        background-color: rgba(211,224,233,0.1);
    }

    .btn-file__actions__item:hover--shadow, .btn-file__actions__item:focus--shadow {
        box-shadow: #d3e0e9 0 0 60px 15px;
    }

.btn-file__actions__item--shadow {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .btn-file__actions__item--shadow::before {
        content: " ";
        box-shadow: #fff 0 0 60px 40px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: -1;
    }

.btn-file__preview {
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    border-radius: 35px;
    background-size: cover;
    background-position: center;
}

.form-group label.attachment {
    width: 100%;
}

    .form-group label.attachment .btn-create > a, .form-group label.attachment .btn-create > div {
        margin-top: 5px;
    }

    .form-group label.attachment input[type="file"] {
        display: none;
    }



.dashboard-stat {
    position: relative;
    display: block;
    margin: 5% 0 5%;
    overflow: hidden;
    border-radius: 4px;
}

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 35px;
    }

        .dashboard-stat .visual > i {
            margin-left: -15px;
            font-size: 110px;
            line-height: 110px;
            opacity: .1;
        }

    .dashboard-stat .details {
        position: absolute;
        right: 15px;
        padding-right: 15px;
        color: #fff;
    }

        .dashboard-stat .details .number {
            padding-top: 25px;
            text-align: right;
            font-size: 34px;
            line-height: 36px;
            letter-spacing: -1px;
            margin-bottom: 0;
            font-weight: 300;
        }

            .dashboard-stat .details .number .desc {
                text-transform: capitalize;
                text-align: right;
                font-size: 16px;
                letter-spacing: 0;
                font-weight: 300;
            }

    .dashboard-stat.blue {
        background-color: #b10d0d;
    }

    .dashboard-stat.red {
        background-color: #e7505a;
    }

    .dashboard-stat.purple {
        background-color: #8e44ad;
    }

    .dashboard-stat.hoki {
        background-color: #67809f;
    }

.box.box-darkblue {
    border-top-color: #2b2958;
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%;
}

    .invoice-price .invoice-price-left, .invoice-price .invoice-price-right {
        display: table-cell;
        padding: 20px;
        font-size: 20px;
        font-weight: 600;
        width: 75%;
        position: relative;
        vertical-align: middle;
    }

    .invoice-price .invoice-price-row {
        display: table;
        float: left;
    }

    .invoice-price .invoice-price-left .sub-price {
        display: table-cell;
        vertical-align: middle;
        padding: 0 25px;
    }

@media screen and (max-width: 800px) {
    .invoice-price .invoice-price-left .sub-price {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px;
    }
}

@media screen and (max-width: 400px) {
    .invoice-price {
        display: none !important;
    }
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300;
}

    .invoice-price .invoice-price-right small {
        display: block;
        opacity: .6;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 12px;
    }

body {
    font-family: 'Montserrat';
    background-color: rgb(64, 64, 65) !important;
}

.modal-dialog-full-width {
    width: 90% !important;
    height: 90% !important;
    margin: 5% !important;
    padding: 0 !important;
    max-width: none !important;
}

@media (min-width: 992px) {
    .modal-lgx {
        width: 70% !important;
    }
}

.modal-content-full-width {
    height: auto !important;
    min-height: 90% !important;
    border-radius: 0 !important;
}

.modal-header-full-width {
}

.modal-footer-full-width {
}

.modal-title {
    color: rgb(0, 0, 0) !important;
    text-transform: uppercase;
}


.modal-header > .close1 {
    width: 22px;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-style: none;
    color: white;
    background-color: rgb(172, 173, 174);
    border-radius: 100%;
    text-align: center;
    float: right;
    line-height: initial !important;
}

    .modal-header > .close1:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        padding-top: 100%;
    }

    .modal-header > .close1:active {
        background-color: rgb(63, 64, 65);
    }

    .modal-header > .close1:hover {
        background-color: rgb(63, 64, 65);
    }

.modal-header {
    border-bottom-color: rgb(172, 173, 174) !important;
}

/*.input-group > *:first-child:not(button) {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.input-group > *:last-child:not(button) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.input-group > *:last-child > .selection > .select2-selection--single {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
*/
.input-group {
    border-color: rgb(172, 173, 174) !important;
}

.btn-submit, .btn-search {
    border-radius: 20px !important;
    color: white !important;
    background-color: rgb(223, 32, 75);
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 1%;
}

    .btn-submit:active, .btn-search:active {
        background-color: rgb(169, 0, 49);
    }

    .btn-submit:hover, .btn-search:hover {
        background-color: rgb(169, 0, 49);
    }

.btn-cancel {
    border-radius: 20px !important;
    color: white !important;
    background-color: rgb(172, 173, 174);
    padding-left: 18px;
    padding-right: 18px;
}

    .btn-cancel:active {
        background-color: rgb(63, 64, 65);
    }

    .btn-cancel:hover {
        background-color: rgb(63, 64, 65);
    }

.btn-add {
    border-radius: 20px !important;
    color: white !important;
    background-color: rgb(172, 173, 174);
    padding-left: 18px;
    padding-right: 18px;
}

    .btn-add:active {
        background-color: rgb(109, 134, 83);
    }

    .btn-add:hover {
        background-color: rgb(109, 134, 83);
    }

.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side, .skin-black-light .main-header > .logo {
    background-color: rgb(64, 64, 65);
}

    .skin-black-light .main-header > .logo:hover {
        background-color: rgb(64, 64, 65);
    }

.skin-black-light .sidebar-menu > li > .treeview-menu {
    background: rgb(169, 0, 49);
}


.input-group-addon {
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
}


.skin-black-light .sidebar-menu .treeview-menu > li > a {
    color: rgb(196, 196, 196);
    margin-left: 15%;
    font-size: 10.1px !important;
    font-weight: 600;
}

.sidebar-collapse .treeview-menu > li > a {
    margin-left: 0 !important;
}

.skin-black-light .sidebar-menu > li > a {
    font-size: 11.1px !important;
    font-weight: 600 !important;
}

.skin-black-light .sidebar-menu .treeview-menu > li {
    border-top: 1px rgb(223,32,75) solid;
}

.skin-black-light .sidebar-menu > li:hover > a, .skin-black-light .sidebar-menu > li.active > a {
    background: rgb(169, 0, 49);
    color: white !important;
}

.btn-other {
    border-radius: 20px !important;
    color: white !important;
    background-color: rgb(211, 149, 98);
    padding-left: 18px;
    padding-right: 18px;
}

    .btn-other:active {
        background-color: rgb(109, 134, 83);
    }

    .btn-other:hover {
        background-color: rgb(109, 134, 83);
    }

.skin-black-light .main-header .navbar {
    background-color: rgb(64, 64, 65);
    color: rgb(196, 196, 196);
}

.skin-black-light .sidebar-menu .treeview-menu > li.active > a, .skin-black-light .sidebar-menu .treeview-menu > li > a:hover, .skin-black-light .sidebar-menu .treeview-menu > li > a:active {
    color: white !important;
}

.sidebar-menu {
    text-transform: uppercase;
    /*            font-size: 11px;
                                                                                                                                                                                                        */
}

.main-header .logo {
    height: 100px;
    line-height: 100px;
}


@media (min-width:768px) {
    .breadcrumbTitle {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 70px;
        font-weight: 900;
        font-size: 13.7px;
    }
}

@media (max-width:767px) {
    .breadcrumbTitle {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 10px;
        font-weight: 900;
        font-size: 13.7px;
    }
}

.info-label-head {
    background-color: white;
    border-radius: 20px !important;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: bold;
    font-size: 18px;
}

.info-label {
    background-color: white;
    border-radius: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 2%;
}

#totalAmounts {
    width: 97%;
    margin-left: 1.5%;
    border-radius: 20px !important;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.paymentsBack {
    background-color: rgb(82 56 40 / 32%);
    margin-top: 2%;
    padding: 1%;
    border-radius: 20px !important;
}

.paymentsDiv {
    margin: 1%;
    border-radius: 20px !important;
}

.currenciesDiv {
    margin: 1%;
    border-radius: 20px !important;
}

.info-label-head-active {
    color: black;
    background-color: white;
    border-radius: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 6%;
}

.info-label-head-passed {
    color: black;
    background-color: white;
    border-radius: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 6%;
}

.info-label-head-passed-hover {
    color: black;
    background-color: white;
    border-radius: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 6%;
    box-shadow: -5px 0px 11px 0px #888888;
}

.info-label-active {
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 2%;
}

.info-label-passed {
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 2%;
}

.info-label-header {
    color: white;
}

.info-panel-head {
    color: #c9c9c9;
    background-color: rgb(64,64,65);
    border-radius: 20px !important;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    margin-bottom: 1%;
}

.box.box-info {
    border-top-color: rgb(172, 173, 174);
}

.bg-red {
    background-color: rgb(223,32,75) !important;
}

@media (max-width: 767px) {
    .skin-black-light .main-header .navbar .sidebar-toggle {
        display: block !important
    }
}

::selection {
    background: rgb(169, 0, 49) !important;
    color: white !important;
}


/*----------------------------------------------------------*/

.quick-menu-container {
    top: 60%;
    width: 150px;
    height: 40px;
    background-color: rgb(169,0,49);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    color: white;
    border-radius: 25px 25px 0px 0px;
}

    .quick-menu-container:hover {
        width: 400px;
    }

.quick-menu-option-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 25px 25px 0px 0px;
    white-space: nowrap;
}

.quick-menu-container:hover .quick-menu-option-container {
    visibility: visible;
    opacity: 1;
}

.quick-menu-option {
    width: 200px;
    height: 100%;
    background-color: rgb(169,0,49);
    line-height: 40px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.quick-menu-left-option {
    border-radius: 25px 0px 0px 0px;
    border-right: solid 1px #ce234b;
}

.quick-menu-right-option {
    border-radius: 0px 25px 0px 0px;
    border-left: solid 1px #ce234b;
}

.quick-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgb(64,64,65);
    display: none;
    z-index: 2;
}

.quick-menu-option:hover .quick-menu-dropdown {
    display: block;
}

.quick-menu-dropdown-item {
    padding: 1px;
    border-top: solid 1px rgb(172,173,174);
    color: rgb(172,173,174);
}

    .quick-menu-dropdown-item > a {
        color: rgb(172,173,174);
    }

        .quick-menu-dropdown-item > a:hover {
            color: white;
        }

.center-wrapper {
    text-align: center;
}


.product .ecommerce-info-box > .badge,
.product .product-img > .badge,
.product-drag-hint .product-img > .badge,
.product .ecommerce-add-box > .badge {
    position: absolute;
    top: -8px;
    right: -4px;
    font-size: 10px;
}

.product .ecommerce-info-box {
    display: inline-block;
    padding: .2em .3em .2em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: #444;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e6e7e8;
    margin-bottom: 3px;
    margin-right: 8px;
    margin-top: 4px;
}

.product .ecommerce-info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

.product .ecommerce-info-box-content {
    padding: 2px 3px;
    margin-left: 20px;
}

.product .ecommerce-info-box-text {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.list-header,
.product-line {
    display: flex;
    padding: 10px;
    /*border-bottom: 1px solid #ccc;*/
    background-color: #fff;
    align-items: center;
}

.list-header {
    font-weight: bold;
    background-color: #eaeaea;
}

.header-cell {
    /*padding: 0 8px;*/
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-cell {
    /*padding: 0 10px;*/
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-header-split {
    flex: 0 0 15px;
}

.product-image {
    flex: 0 0 50px;
    padding: 0 5px;
}

.product-code {
    flex: 0 0 220px;
    max-width: 220px
}

.product-name {
    flex: 1 1 auto;
    min-width: 150px;
}

.product-type {
    flex: 0 0 70px;
}

.product-category {
    flex: 0 0 80px;
    padding: 0 5px;
}

.product-unittype {
    flex: 0 0 60px;
    padding: 0 6px;
}

.product-price {
    flex: 0 0 100px;
    padding: 0 5px;
}

/*     .satis-fiyati {
            flex: 0 0 80px;
        }

        .kdv-fiyati {
            flex: 0 0 100px;
        }*/



.cell img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* İlan kutuları */
.ecommerce-boxes {
    display: flex;
    /*gap: 10px;*/
    /*padding: 10px;*/
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .ecommerce-boxes:empty {
        display: none !important;
        padding: 0px !important;
    }

.ecommerce-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 10px;
    min-width: 150px;
    position: relative;
}

    .ecommerce-box .sales-amount {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #00b050;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        padding: 4px 8px;
    }

    .ecommerce-box .ecommerce-top {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .ecommerce-box .ecommerce-bottom {
        font-size: 13px;
        font-weight: bold;
        color: #004d99;
        text-transform: uppercase;
    }

.ecommerce-icon {
    width: 16px;
    height: 16px;
}