﻿/* global rules begin */
::-webkit-scrollbar,
.iziModal ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track,
.iziModal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #777;
    border-radius: 3px;
}

html.dark .checkbox-custom.multicheck-div label:before {
    background: #3655c5;
    border-color: #aaa;
}
html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link {
    border-top-color: #2aafea !important;
}

::-webkit-scrollbar-thumb,
.iziModal ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2aafea;
    border-radius: 3px;
}

html .btn-secondary {
    background-color: #2aafea;
    border-color: #2aafea #2aafea #1494cd;
}

    html .btn-secondary:hover {
        background-color: #4dbced;
        border-color: #58c0ef #58c0ef #2aafea;
    }

html a.accordion-toggle {
    color: #777;
}

    html a.accordion-toggle:hover {
        text-decoration: none;
        color: #000;
    }

html #izi_edit_order {
    background: #fff !important;
}

html #dropdown_language {
    color: #495057;
}

html .btn-default {
    color: #333 !important;
}

html li.paginate_button.page-item > a {
    color: #777;
}

.iziModal {
    border-bottom: 3px solid #2aafea !important;
}

    .iziModal .iziModal-header {
        background-color: #2aafea !important;
    }

.shipping-address-box {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 1.8rem 3.2rem 1rem 1.8rem;
    transition: .3s border-color;
    border: .2rem solid transparent;
    font-size: 14px;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word;
}


.json-container .fas {
    border-style: none;
}

.json-key:hover {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.del_address {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.excluded > .custom-badge {
    background-color: #495057;
}

html .shipping-address-box {
    border: 1px solid #6a6f78 !important;
}

input.dz-hidden-input + div[style*='position'] {
    z-index: 9999999 !important;
}

html .nav-tabs .nav-link {
    color: #777 !important;
    border-top: 3px solid #ccc;
}

    html .nav-tabs .nav-link.active {
        border-top: 3px solid #777;
    }

    html .nav-tabs .nav-link:hover {
        border-top: 3px solid #333;
    }

html #menu .nav-link.active {
    background-color: #e5e6e8 !important;
}

html ul.nav-main li.nav-active > a {
    color: #777 !important;
}

html .address-row:not(:last-child) {
    border-bottom: 1px solid #6a6f78;
}

#content-menu .nano-pane {
    display: none !important;
}

.progress-bar {
    color: #282d36 !important;
}

.inner-menu a {
    color: #777;
}

    .inner-menu a:hover {
        color: #495057;
    }

.leaflet-control-attribution.leaflet-control {
    color: #242830;
}

    .leaflet-control-attribution.leaflet-control > a {
        color: #1b6497;
    }

        .leaflet-control-attribution.leaflet-control > a:hover {
            color: #023b62;
            text-decoration: none;
        }

.leaflet-bar a {
    background-color: #1b6497;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

    .leaflet-bar a:hover {
        background-color: #023b62;
        color: #fff;
    }

    .leaflet-bar a.leaflet-disabled {
        cursor: default;
        background-color: #5b626c;
        color: #fff;
    }

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none;
}

.loading-overlay {
    background: rgba(91, 98, 108, 0.6) !important;
}

.loading-overlay-showing > .loading-overlay {
    z-index: 999;
}

.loading-div {
    position: relative;
    height: 70px;
}

html.fixed .inner-menu .nano-content {
    padding: 0;
}

fieldset {
    border: 1px solid #6a6f78;
    border-radius: 4px;
    padding: 5px;
}

    fieldset legend {
        width: initial;
        padding: 0 10px;
        font-size: 1.00rem;
        color: #a2a2a2;
        border-bottom: none;
        padding: 0 5px;
        margin: .5rem;
    }

ul.nav-main li.nav-parent > a:after {
    display: none;
}

.api-img {
    height: 30px;
    position: relative;
    left: 2px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 4px 4px 0;
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

.caption-h {
    background-color: #eee;
    color: #777;
    border-radius: 5px;
    min-height: 94px;
    padding: 9px;
    margin: 10px 0;
    font-size: 16px;
}

    .caption-h > label {
        font-weight: 900;
    }

.h5-title {
    font-weight: bold;
}

.read-alert {
    cursor: pointer;
}

.overflow {
    max-height: 600px;
    overflow: auto;
}

.half-overflow {
    max-height: 300px;
    overflow: auto;
}

.shrink {
    margin-left: 73px !important;
    width: 300px !important;
}

.penone {
    pointer-events: none;
}

.flex {
    display: flex;
    flex-direction: column;
}

.skroutz {
    height: 16px;
    filter: brightness(0.3);
}

a[href='#skroutz'].nav-link > img {
    filter: brightness(0.3);
}

.pt-27 {
    padding-top: 27px;
}

.w-200 {
    width: 200px;
}

.h-30 {
    height: 30px;
}

.h-250 {
    height: 250px;
}

.text-orange {
    color: #ed9c28;
}

.pieLabel {
    opacity: 0.9;
}

    .pieLabel > div {
        font-weight: bold;
        background-color: #282d36;
        border-radius: 5px;
        padding: 0 5px !important;
        font-size: 12px !important;
    }

.select2-container--bootstrap.select2-container--open {
    z-index: 100000;
}

.custom-badge {
    background-color: #5b626c;
    color: #ccc;
    margin-right: 2px;
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.output {
    color: #ccc;
}

.req_star {
    color: #d2322d;
}

.color-word {
    color: #285395;
}

.color-excel {
    color: #207245;
}

.color-pdf {
    color: #D81F27;
}

.color-rar {
    color: #953F0E;
}

.color-jpg {
    color: #3CA8FA;
}

.color-json {
    color: bisque;
}

.background-primary {
    background-color: #2aafea;
}

.background-secondary {
    background-color: #ed9c28;
}

.background-tertiary {
    background-color: #d2322d;
}

.grey-background {
    background-color: #ccc !important;
}

.bg-checked {
    background-color: #c8c8c8 !important;
}

.t-h > th {
    background-color: #282d36;
}

.fixed-widgets {
    right: 20px;
    z-index: 999;
    padding: 6px 0;
    border-radius: 4px;
    top: 113px;
}

.dn {
    display: none;
}

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden !important;
}

.table-minify {
    max-height: 500px;
    overflow-y: scroll;
}

.missing {
    background: #ffe8e8 !important;
    border: 1px solid #dc3545 !important;
}

.missing-fa {
    border-right: 1px solid #dc3545 !important;
}

.left0 {
    left: 0 !important;
}

.color-green {
    color: #28a745 !important;
}

.color-red {
    color: #dc3545;
}

#change_page_colors,
#sync_cached_data {
    border-radius: 50%;
    padding: 4px 7px;
}

.cropper-missing {
    background: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    opacity: 0.5;
}

.ui-pnotify {
    z-index: 1000001;
}

.ui-menu.ui-widget {
    z-index: 100001;
}

.client-options {
    font-size: 11px;
    display: block;
    overflow: hidden;
}

#add_prod_sr {
    padding: 0 0.65rem;
}

#nav .nav.nav-children {
    height: auto !important;
}

#menu ul.nav-main li .nav-children li a {
    padding: 6px 15px 6px 40px;
}

#menu ul.nav-main li .nav-children .nav-children li a {
    padding: 6px 15px 6px 65px;
}

#menu ul.nav-main li .nav-children .nav-children .nav-children li a {
    padding: 6px 15px 6px 90px;
}

#sidebar_left2 #menu ul.nav-main li a:after {
    display: none;
}

#menu .nav-toggle {
    position: absolute;
    right: 5px;
}

    #menu .nav-toggle > i {
        font-size: 10px;
        color: #a9a9a9;
    }

#menu .nav-move {
    padding: 0;
    font-size: 13px;
    float: right;
    position: relative;
    bottom: 1px;
}

#menu .pop-article .nav-move,
#menu .pop-article .total {
    right: 10px;
}

    #menu .nav-move > i {
        font-size: 11px;
        margin: 4px;
    }

#menu .move-as-parent {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background-color: #d9f3dd;
}

    #menu .move-as-parent:hover {
        background-color: #a2d2a9;
        color: #fff;
    }

#menu .total {
    font-weight: bold;
    background-color: #2aafea;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    position: relative;
    bottom: 1px;
}

.select2-results__option:hover {
    background-color: #2aafea !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #2aafea !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e6e6e6;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
    background-color: #2aafea;
}

#sidebar-left.sidebar-left {
    z-index: 1040;
}

.abs-top0 {
    position: absolute;
    top: 0;
}

#orders_data {
    margin-left: 0;
}

html.sidebar-left-collapsed .sidebar-left2 .nav-main a span {
    visibility: visible;
}

#image.dropzone .dz-preview {
    margin: 0;
    width: 100%;
}

#image.dropzone .dz-image {
    width: 100%;
}

#image.dropzone .custom-dz-rule {
    display: block;
    float: none;
    text-align: center;
}

.custom-dz-rule > a:hover {
    text-decoration: none;
}

.dropzone-template .dz-details {
    min-height: 66px;
}

.note-toolbar {
    z-index: 96;
}

.ml-250 {
    margin-left: 250px;
}

.ml-500 {
    margin-left: 500px;
}

#sidebar_left2.sidebar-left2 {
    margin-left: 250px;
    top: 115px;
}

#sidebar_left3.sidebar-left3 {
    margin-left: 500px;
    top: 115px;
}

.izi-x {
    font-size: 45px;
    color: #b21f2d;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.nav-link .fas.fa-plus.fa-fw {
    font-size: 13px;
}

select[multiple] {
    height: 210px;
}

    select[multiple] option:not(:first-child) {
        margin-top: 5px;
    }

.grey-color {
    color: #777;
}

    .grey-color:hover {
        color: #777;
        background-color: #fafafa;
    }

    .grey-color:focus {
        color: #777;
    }

.red {
    color: #c70000 !important;
}

.stick {
    color: #777 !important;
    transform: scale(1.2);
    display: block;
    margin: auto;
    text-align: center;
}

.tr_dets,
.tr_buttons > * {
    cursor: pointer;
}

.tr_buttons {
    white-space: nowrap;
    text-align: center;
}

    .tr_buttons > i {
        margin: 0 5px;
        font-size: 16px;
    }

        .tr_buttons > i.fa-edit:hover {
            color: #28a745 !important;
        }

        .tr_buttons > i.fa-copy:hover {
            color: #ed9c28 !important;
        }

        .tr_buttons > i.fa-times:hover {
            color: #d2322d !important;
        }

        .tr_buttons > i.fa-undo:hover {
            color: #d2322d !important;
        }

.flatpickr-day,
.dayContainer,
.flatpickr-rContainer,
.flatpickr-days,
.flatpickr-rContainer {
    width: 100%;
    max-width: 100%;
}

.flatpickr-calendar.inline {
    height: 300px;
    max-height: 500px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #2aafea;
    border-color: #2aafea;
}

.select2-dropdown {
    z-index: 999999;
}

.input-group > .bootstrap-tagsinput {
    border-radius: 5px 5px 5px 5px !important;
}

.bootstrap-tagsinput {
    padding: 7px 53px 6.2px;
}

    .bootstrap-tagsinput input {
        margin: 0;
        padding: 0 10px;
    }

.eslick {
    height: 200px !important;
}

    .eslick .eslick_slide {
        margin: 0px 8px;
    }

.eslick-slide img {
    display: block;
}

.eslick > section {
    height: 100%;
    position: relative;
}

.pre-left-calendar {
    display: inline-block;
    width: 50px;
}

.zoom-anim-dialog {
    border-radius: 0 !important;
    height: 500px;
    overflow: auto;
}

    .zoom-anim-dialog > .card-header {
        border-radius: 0 !important;
    }

.note-editing-area * {
    color: #ccc;
}

.note-editable.card-block > p {
    background-color: inherit !important;
}

.dz-zoomg,
.dz-edit-title {
    font-size: 20px;
    text-align: center;
    border: none;
}

    .dz-zoomg i,
    .dz-edit-title i {
        cursor: pointer !important;
    }

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.custom-dz-rule {
    display: inline-block;
    float: right;
}

.country-icons {
    width: 19px;
    height: 12px;
}

header #langnav {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    header #langnav .dropdown-menu {
        margin-top: -5px;
    }

header .country-flag {
    height: 11px;
    vertical-align: initial;
}

.custom-fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: unset;
    outline: none;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    z-index: 1;
    border: 1px solid #cccccc;
    border-radius: 5px 0 0 5px;
}

.dt-buttons.btn-group {
    display: block;
}

#dates_selections_wrap,
#edit_dates_selections_wrap {
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

#content-menu .input-group-text, #content-menu input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e9ecef;
}

#gallery.dropzone {
    min-height: 0;
    padding: 0;
}

    #gallery.dropzone .dz-message {
        text-align: center;
        margin: 7px 0;
    }

.dropzone-template {
    background-color: #e5e6e8;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin: 7px 0;
}

.btn {
    color: #fff !important;
}

.note-btn.btn {
    color: #777 !important;
}

#change_page_colors {
    color: #495057 !important;
}

.sidebar-header {
    border-right: 5px solid #f6f6f6;
}

span[data-dz-name] {
    overflow-wrap: break-word;
}
/* global rules end */

/* dark theme rules begin */
html.dark ::-webkit-scrollbar-track,
html.dark .iziModal ::-webkit-scrollbar-track {
    background-color: #2f3139;
}

html.dark ::-webkit-scrollbar-thumb,
html.dark .iziModal ::-webkit-scrollbar-thumb {
    background-color: #1b6497;
}

html.dark body,
html.dark .card-title {
    color: #ccc !important;
}

html.dark table.DTFC_Cloned thead,
html.dark table.DTFC_Cloned tfoot,
html.dark .DTFC_Cloned {
    background-color: #2e353e !important;
}

html.dark .page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    cursor: auto;
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .pagination .page-item.active .page-link {
    background-color: #2e353e !important;
    border-color: #282d36 !important;
    color: #eee;
}

html.dark #menu li > .nav-link {
    background-color: #50555d;
}

html.dark #menu .nav-link.active {
    background-color: #2e353e !important;
}

html.dark #menu a {
    color: #ccc !important;
}

    html.dark #menu a:hover {
        background-color: #21262d !important;
    }

html.dark .tab-pane.active {
    background-color: inherit !important;
}

html.dark .dropzone {
    background-color: #404855;
    border: 1px solid rgb(40, 45, 54);
}

html.dark .tab-content {
    background-color: #5b626c;
    border: 1px solid #282d36;
}

    html.dark .tab-content.for-datatables {
        background-color: #414953 !important;
    }

html.dark .nav-tabs {
    border-bottom-color: #5b626c;
}

    html.dark .nav-tabs .nav-link {
        background-color: #2e353e !important;
        border-color: #404855 !important;
    }

        html.dark .nav-tabs .nav-link.active {
            background-color: #404855 !important;
            border-color: #2e353e !important;
        }

        html.dark .nav-tabs .nav-link:hover,
        html.dark .nav-tabs .nav-link:focus {
            border-top: 3px solid #1b6497 !important;
            border-right: 1px solid #282d36 !important;
            border-bottom: none !important;
            border-left: 1px solid #282d36 !important;
        }

html.dark .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #404855;
}

html.dark .note-editor .note-toolbar {
    background-color: #282d36 !important;
}

html.dark .dropzone .dz-preview.dz-image-preview {
    background: #5b626c;
}

html.dark .input-group-text {
    color: #ccc;
    background-color: #2e353e;
    border: 1px solid #282d36;
}

html.dark .note-editor .btn-light {
    color: #ccc;
    background-color: #2e353e;
    border-color: #1d2127 !important;
}

html.dark input,
html.dark select,
html.dark .note-editable {
    color: #ccc !important;
}

html.dark .multiform-title {
    color: #ccc !important;
}

html.dark .dropzone .dz-default span {
    color: #ccc;
}

html.dark .missing {
    background-color: #404855 !important;
}

html.dark .stick,
html.dark .tr_buttons > i.fa-edit,
html.dark .tr_buttons > i.fa-copy,
html.dark .tr_buttons > i.fa-times,
html.dark .tr_buttons > i.fa-undo {
    color: #ccc !important;
}

    html.dark .tr_buttons > i.fa-edit:hover {
        color: #28a745 !important;
    }

    html.dark .tr_buttons > i.fa-copy:hover {
        color: #ed9c28 !important;
    }

    html.dark .tr_buttons > i.fa-times:hover {
        color: #d2322d !important;
    }

    html.dark .tr_buttons > i.fa-undo:hover {
        color: #d2322d !important;
    }

html.dark .sidebar-left .sidebar-header .sidebar-title {
    color: #ccc;
}

html.dark .bg-checked {
    background-color: #282d36 !important;
}

html.dark i.note-icon-font.note-recent-color {
    background-color: inherit !important;
}

html.dark .form-control[disabled], html.dark .form-control[readonly], html.dark fieldset[disabled] .form-control {
    background-color: #7285a0;
}

html.dark .bootstrap-tagsinput {
    background: #404855;
    border-color: #282d36;
}

html.dark #menu .move-as-parent {
    background-color: #1b6497;
}

    html.dark #menu .move-as-parent:hover {
        background-color: #a2d2a9;
        color: #fff;
    }

    html.dark #menu .move-as-parent:hover {
        color: #2aafea;
        background-color: #282d36;
    }

html.dark .btn-danger {
    background-color: #d2322d;
    border-color: #6f1715 #6f1715 #360000;
    color: #fff;
}

    html.dark .btn-danger:hover {
        background-color: #c21c17;
        border-color: #c21c17;
    }

.select2-selection__rendered {
    position: relative;
    top: 5px;
}

.dataTables_wrapper .select2-selection__rendered {
    position: initial;
}

html.dark .select2-container--default .select2-selection--single {
    background-color: #404855;
    border: 1px solid #282d36;
}

html.dark .select2-container--disabled .select2-selection.select2-selection--single {
    background-color: #5b626c;
}

html.dark .select2-container--default .select2-results > .select2-results__options {
    background-color: #404855;
}

html.dark .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #282d36;
}

html.dark .select2-container--default .select2-results > .select2-results__options > li:not(.select2-results__message):hover {
    background-color: #1b6497;
}

html.dark .select2-search.select2-search--dropdown {
    background-color: #2e353e;
}

html.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #404855;
    border-color: #282d36;
    color: #ccc;
}

html.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccc;
}

html.dark .bootstrap-tagsinput .badge {
    background-color: #2e353e;
    color: #ccc;
}

    html.dark .bootstrap-tagsinput .badge [data-role="remove"]:after {
        background-color: #d2322d;
        color: #fff;
    }

    html.dark .bootstrap-tagsinput .badge:hover [data-role="remove"]:after {
        background-color: #c21c17;
    }

html.dark .dz-zoomg i,
html.dark .dz-edit-title i {
    cursor: pointer !important;
    color: #2e353e;
}

html.dark .dz-zoomg:hover i,
html.dark .dz-edit-title:hover i {
    color: #404855;
}

html.dark #product_form_media .dz-remove:hover,
html.dark #product_form_media .dz-zoomg:hover i,
html.dark #product_form_media .dz-edit-title:hover i {
    color: #242830;
}

html.dark .dz-remove {
    color: #ccc;
    font-weight: bold;
}

    html.dark .dz-remove:hover {
        text-decoration: none !important;
        color: #2e353e;
    }

html.dark .iziModal {
    background: none;
    border-bottom: 3px solid #1b6497 !important;
}

    html.dark .iziModal #are_you_sure_delete,
    html.dark .iziModal #are_you_sure_delete2,
    html.dark .iziModal #speedex_text {
        font-size: 14px;
        color: #ccc !important;
    }

    html.dark .iziModal .iziModal-header {
        background-color: #1b6497 !important;
    }

html.dark .iziModal-content {
    background-color: #282d36;
}

    html.dark .iziModal-content .input-group-text {
        background-color: #5b626c;
    }

html.dark .iziModal label {
    color: #ccc !important;
}

html.dark .iziModal .checkbox-custom label:before {
    background: #404855;
}

html.dark .header .toggle-sidebar-left {
    background: #1b6497;
}

html.dark .inner-menu {
    background: #50555d;
}

html.dark .sidebar-left .sidebar-header .sidebar-toggle:hover > i {
    color: #1b6497;
}

html.no-overflowscrolling.dark .nano > .nano-pane > .nano-slider {
    background: #1b6497;
}

html.dark .page-header h2 {
    border-bottom-color: #1b6497;
}

html.dark #content-menu .nano-pane {
    display: none !important;
}

html.dark .custom-fa {
    color: #ccc;
    background-color: #2e353e;
    border: 1px solid #282d36;
}

html.dark .iziModal .custom-fa {
    background-color: #5b626c;
}

html.dark .slider-primary .ui-slider-range,
html.dark .slider-primary .ui-slider-handle {
    background: #1b6497;
}

html.dark .iziModal .ui-slider.ui-widget-content {
    background: #404855;
}

html.dark .iziModal .ui-slider .ui-slider-handle {
    border: 6px solid #ccc;
}

html.dark .iziModal legend {
    color: #ccc;
    border-radius: 5px;
    padding: 6px;
    font-size: 16px;
}

html.dark legend {
    position: relative;
    width: auto;
    color: #ccc;
    top: 0;
    border-radius: 5px;
    padding: 6px;
    font-size: 16px;
}

html.dark .tr_dets {
    color: #ccc;
}

    html.dark .tr_dets:hover {
        color: #ed9c28;
    }

html.dark #orders_condition,
html.dark #orders_latest,
html.dark .dataTables_wrapper input[type='search'],
html.dark #datepicker_option {
    background: #363d49;
}

html.dark .radio-primary input[type="radio"]:checked + label:after {
    background: #fff;
    box-shadow: 0px 0px 1px #fff;
}

html.dark .switch.switch-primary .ios-switch .on-background {
    background: #1b6497;
    border: 2px solid #ccc;
}

html.dark .ios-switch .state-background {
    background-image: linear-gradient(#404855, #404855);
    border: 2px solid #ccc;
}

html.dark .ios-switch .handle {
    background-color: #ccc;
}

html.dark .caption-h {
    background-color: #2e353e;
    color: #fff;
}

html.dark .flot-tick-label.tickLabel {
    color: #ccc;
}

html.dark .text-muted {
    color: #ccc !important;
}

html.dark td > span.badge {
    width: 76px;
}

html.dark .ct-label {
    color: #ccc !important;
}

html.dark .summary-icon.bg-primary {
    background-color: #d2322d !important;
}

html.dark .summary-icon.bg-secondary {
    background-color: #47a447 !important;
}

html.dark .summary-icon.bg-tertiary {
    background-color: #ed9c28 !important;
}

html.dark .summary-icon.bg-quaternary {
    background-color: #2aafea !important
}

html.dark .card-featured-primary {
    border-color: #d2322d;
}

html.dark .card-featured-secondary {
    border-color: #47a447;
}

html.dark .card-featured-tertiary {
    border-color: #ed9c28;
}

html.dark .card-featured-quaternary {
    border-color: #2aafea;
}

html.dark .table .thead-dark th {
    background-color: #2e353e;
    border-color: #2e353e !important;
}

html.dark .iziModal .radio-custom label:before {
    background-color: #5b626c;
}

html.dark .notifications .notification-menu .notification-title {
    background-color: #1b6497;
}

html.dark .notifications .notification-menu:before,
html.dark .notifications .notification-icon:before {
    border-bottom-color: #1b6497;
}

html.dark .toggle-primary .toggle > label {
    background-color: #5b626c !important;
    border-color: #5b626c;
    color: #fff !important;
}

html.dark .toggle-primary .toggle.active > label {
    background-color: #1b6497 !important;
    border-color: #1b6497;
    color: #fff !important;
}

html.dark .page-header, html.header-dark .page-header {
    border-left-color: #404855;
}

html.dark .sidebar-header {
    border-right: 5px solid #2f3139;
}

html.dark .h5-title {
    color: #ccc !important;
}

html.dark #change_page_colors {
    color: #ccc !important;
}

html.dark header #langnav a {
    color: #ccc;
}

    html.dark header #langnav a:hover {
        color: #fff;
    }

html.dark header #langnav .dropdown-item:hover {
    background-color: #1b6497;
    color: #fff !important;
}

html.dark #userbox ul > li > a:hover {
    background-color: #1b6497;
}

html.dark #content-menu .input-group-text,
html.dark #content-menu input {
    border-bottom: none;
}

html.dark .dropzone-template {
    background-color: #404855;
    border: 1px solid #282d36;
}

html.dark .note-btn.btn {
    color: #ccc !important;
}

html.dark .btn-secondary {
    background-color: #1b6497;
    border-color: #023b62 #023b62 #011d30;
}

    html.dark .btn-secondary:hover {
        background-color: #035287;
        border-color: #035994 #035994 #023b62;
    }

html.dark #side_instance {
    background: #474953;
}

html.dark tr.selected > td {
    background: #1b6497 !important;
}

html.dark #side_instance_title_wrapper {
    background-color: #1b6497;
}

html.dark #side_instance_buttons_wrapper {
    background-color: #848484;
}

html.dark #menu .total {
    background-color: #1b6497;
    float: right;
}

html.dark .inner-menu a:hover {
    color: inherit;
}

html.dark .background-primary {
    background-color: #1b6497;
}

html.dark .flatpickr-calendar {
    background-color: #404855;
}

html.dark .flatpickr-weekday {
    color: #ccc;
}

html.dark .flatpickr-day {
    color: #ccc !important;
}

    html.dark .flatpickr-day.flatpickr-disabled,
    html.dark .flatpickr-day.flatpickr-disabled:hover {
        opacity: 0.5;
    }

    html.dark .flatpickr-day.today:hover {
        color: #282d36 !important;
    }

    html.dark .flatpickr-day:not(.flatpickr-disabled):not(.today):not(.selected):not(.inRange):hover {
        color: #282d36 !important;
    }

    html.dark .flatpickr-day.selected {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
        color: #e6e6e6 !important;
    }

    html.dark .flatpickr-day.inRange {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
        color: #404855 !important;
    }

html.dark .flatpickr-monthDropdown-month {
    background-color: #282d36 !important;
    color: #ccc !important;
}

html.dark .numInputWrapper .arrowDown:after {
    border-top-color: #282d36;
}

html.dark .numInputWrapper .arrowUp:after {
    border-bottom-color: #282d36;
}

html.dark .flatpickr-day.selected, html.dark .flatpickr-day.startRange, html.dark .flatpickr-day.endRange, html.dark .flatpickr-day.selected.inRange, html.dark .flatpickr-day.startRange.inRange, html.dark .flatpickr-day.endRange.inRange, html.dark .flatpickr-day.selected:focus, html.dark .flatpickr-day.startRange:focus, html.dark .flatpickr-day.endRange:focus, html.dark .flatpickr-day.selected:hover, html.dark .flatpickr-day.startRange:hover, html.dark .flatpickr-day.endRange:hover, html.dark .flatpickr-day.selected.prevMonthDay, html.dark .flatpickr-day.startRange.prevMonthDay, html.dark .flatpickr-day.endRange.prevMonthDay, html.dark .flatpickr-day.selected.nextMonthDay, html.dark .flatpickr-day.startRange.nextMonthDay, html.dark .flatpickr-day.endRange.nextMonthDay {
    background-color: #1b6497;
    border-color: #1b6497;
}

html.dark ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #1b6497 inset;
}

html.dark .select2-results__option:hover {
    background-color: #1b6497 !important;
}

html.dark .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #1b6497 !important;
}

html.dark .dropdown-item.active, .dropdown-item:active {
    background-color: #282d36;
}

html.dark .multiselect-container > .active > a,
html.dark .multiselect-container > .active > a:hover,
html.dark .multiselect-container > .active > a:focus {
    background-color: #1b6497;
}

html.dark .address-row:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

html.dark #total_turnover {
    position: relative;
    background-color: #353b45;
    color: #ccc;
    padding: 5px;
    top: 5px;
    border-radius: 5px 5px 0 0;
}

html.dark a.accordion-toggle {
    color: #ccc;
}

    html.dark a.accordion-toggle:hover {
        text-decoration: none;
        color: #fff;
    }

html.dark #izi_edit_order {
    background: #282d36 !important;
}

html.dark .excluded > .custom-badge {
    background-color: #282d36;
}

/* algolia rules start */
html.dark .algolia-places {
    width: 100%;
}

html.dark .ap-input,
html.dark .ap-hint {
    width: 100%;
    padding-right: 35px;
    padding-left: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    outline: none;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

    html.dark .ap-input::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    html.dark .ap-input::-ms-clear {
        display: none;
    }

    html.dark .ap-input:hover ~ html.dark .ap-input-icon svg,
    html.dark .ap-input:focus ~ html.dark .ap-input-icon svg,
    html.dark .ap-input-icon:hover svg {
        fill: #aaa;
    }

html.dark .ap-dropdown-menu {
    width: 100%;
    background: #282d36;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 3px;
    overflow: hidden;
}

html.dark .ap-suggestion {
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    padding-left: 18px;
    overflow: hidden;
}

    html.dark .ap-suggestion em {
        font-weight: bold;
        font-style: normal;
    }

html.dark .ap-address {
    font-size: smaller;
    margin-left: 12px;
    color: #aaa;
}

html.dark .ap-suggestion-icon {
    margin-right: 10px;
    width: 14px;
    height: 20px;
    vertical-align: middle;
}

    html.dark .ap-suggestion-icon svg {
        -webkit-transform: scale(0.9) translateY(2px);
        transform: scale(0.9) translateY(2px);
        fill: #cfcfcf;
    }

html.dark .ap-input-icon {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    outline: none;
}

    html.dark .ap-input-icon.ap-icon-pin {
        cursor: initial;
    }

    html.dark .ap-input-icon svg {
        fill: #cfcfcf;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

html.dark .ap-cursor {
    background: #efefef;
}

    html.dark .ap-cursor .ap-suggestion-icon svg {
        -webkit-transform: scale(1) translateY(2px);
        transform: scale(1) translateY(2px);
        fill: #aaa;
    }

html.dark .ap-footer {
    opacity: .8;
    text-align: right;
    padding: .5em 1em .5em 0;
    font-size: 12px;
    line-height: 12px;
    background: #ccc;
    color: #282d36;
}

    html.dark .ap-footer a {
        color: inherit;
        text-decoration: none;
    }

        html.dark .ap-footer a svg {
            vertical-align: text-bottom;
            max-width: 60px;
        }

    html.dark .ap-footer:hover {
        opacity: 1;
    }

html.dark .ap-dataset-places *:not(span):not(a):not(svg):not(.ap-footer):hover {
    background: #404855;
    color: #282d36 !important;
}

html.dark .shipping-address-box {
    border: 1px solid #6a6f78 !important;
}

html.dark .skroutz {
    filter: unset;
}

html.dark a[href='#skroutz'].nav-link > img {
    filter: unset;
}

html.dark .btn-default {
    color: #ccc !important;
}

html.dark body .tabs .nav-tabs li.active .nav-link {
    border-top-color: #1b6497 !important;
}

html.dark body .tabs .nav-tabs li .nav-link {
    color: #ccc !important;
}

html.dark .pagination > li > a, 
html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830;
    color: #ccc;
}
/* algolia rules end */
/* dark theme rules end */

/* font-size rules begin */
.fs-0 {
    font-size: 0 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}
/* font-size rules end */

/* Default page rules start */
#tasks_list {
    max-height: 407px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    #tasks_list .todo-actions {
        right: 14px;
    }

#tasks_archived:hover {
    text-decoration: underline !important;
}

#ChartistHorizontalChart2 .ct-label {
    white-space: nowrap;
}

#ChartistMultiLineLabels2 .ct-bar {
    fill: none;
    stroke-width: 50px;
}

#ChartistPieChartWithCustomLabels2 .ct-label {
    fill: #282d36;
    font-weight: bold;
}
/* Default page rules end */

/* orders rules begin */
.square-img {
    width: 40px;
    height: 40px;
}

.mini-cost {
    position: relative;
    left: 10px;
}

#table_msg {
    table-layout: fixed;
}

    #table_msg tr > td {
        display: table-cell;
        width: 100px;
        word-break: break-all;
    }

/* Speedex rules */
#get_voucher_text,
#cancel_voucher_text,
#track_voucher_text,
#submit_voucher_text {
    position: relative;
    bottom: 7px;
}
/* orders rules end */

/* categories rules begin */
#move {
    border: 1px solid #cfd0cf;
    border-radius: 4px;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 239px;
}

    #move li:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    #move .nav-link::after {
        display: none;
    }

.dt_thumb_wrap {
    width: 50px;
    margin: auto;
}

.dt_thumb {
    border: 1px solid #d6d6d6;
    width: 100%;
    background: #fff;
}
/* categories rules end */


html.dark .input-group-prepend .checkbox-custom label:before, html.dark .input-group-append .checkbox-custom label:before {
    background: #e1e4e8;
    border-color: #555a5f;
}
html.dark .input-group-prepend .checkbox-custom input[type="checkbox"]:checked + label:after, html.dark .input-group-append .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #1b6497;
}


/* discounts rules begin */
/* discounts rules end */

/* brands rules begin */
/* brands rules end */

/* galleries and sliders rules begin */
#galleries_ajax_wrapper,
#sliders_ajax_wrapper {
    padding: 0 1rem;
}

#btn_container {
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 0 1rem;
}

.dropzone-template img[data-dz-thumbnail] {
    width: 100%;
    height: 100px;
}

#product_form_media .dropzone-template img[data-dz-thumbnail] {
    width: 150px;
    height: 150px;
}

.dropzone-template .dz-success-mark,
.dropzone-template .dz-error-mark {
    display: none;
}

.dropzone-template .dz-details {
    min-height: 66px;
}

.dropzone-template .dz-preview {
    width: 160px;
    display: inline-block;
    padding: 7px 5px;
    margin: 7px 17px;
    background-color: rgba(91, 98, 108, 0.6392156862745098);
    border-radius: 6px;
}

    .dropzone-template .dz-preview:hover {
        opacity: 0.8;
    }

.dropzone-template .dz-image {
    width: 100%;
}
/* galleries and sliders rules end */

#side_instance {
    position: fixed;
    background: #fff;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1020;
    box-shadow: rgba(0, 0, 0, 0.54) -1px 0px 4px 1px;
}

#side_instance_main_wrapper {
    height: 100%;
}

#side_instance_buttons_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    padding: 8px 0;
    z-index: 500;
}

#side_instance_title_wrapper {
    background-color: #2aafea;
    color: #fff;
}

#side_instance_title {
    margin: 12px 0;
    font-weight: bold;
}

#side_instance_content {
    overflow: auto;
    height: 100%;
    padding-bottom: 90px;
}

.checkbox-custom.input-group-text label:before {
    left: 3px;
}

.checkbox-custom.input-group-text input[type="checkbox"]:checked + label:after {
    left: 7px;
}

tr.selected > td {
    background: #2aafea !important;
}

.content-body {
    padding: 20px !important;
}

.btn-group > a.btn.btn-secondary {
    margin: 0 1px;
    border-radius: 3px !important;
}

.blur {
    filter: blur(1.8px);
}

#sidebar_left2.sidebar-left2.products_cats, #sidebar_left2.sidebar-left2.products_cats .nano:hover {
    padding: 0;
    width: 260px !important;
}

#sidebar_left2.sidebar-left2.shrink.products_cats {
    width: 260px !important;
}

.next-to-products-cats {
    margin-left: 260px !important;
}

/* clients rules begin */
#total_turnover {
    position: relative;
    background-color: #777;
    color: #fff;
    padding: 5px;
    top: 5px;
    border-radius: 5px 5px 0 0;
}

#izi_edit_clients #edit_email[disabled] {
    color: #FFFFFF;
    background: #5b626c;
}

#izi_add_clients #address_add,
#izi_edit_clients #edit_address_add {
    padding: 0px;
    width: 25px;
    height: 25px;
    margin: 2px;
}
/* clients rules end */

/* users rules begin */
#izi_edit_admin .custom-dz-rule {
    display: none !important;
}
/* users rules end */

/* eshopinfo rules begin */
.days-box {
    position: relative;
    width: 112px;
}

.days-check {
    position: relative;
    top: 8px;
}
/* eshopinfo rules end */

/* questions rules begin */

/* questions rules end */

/* product rules begin */
#sidebar_left2.products_cats #menu .total {
    font-weight: normal;
    background-color: #3882a3;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    position: relative;
    bottom: 1px;
    font-size: 9px;
    left: 3px;
}

#products_user_settings_button {
    float: right;
}

ul.multisort {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 210px;
    overflow: auto;
}

.multisort li:not(:first-child) {
    margin-top: 1px;
}

.multisort li {
    padding: 5px;
    cursor: pointer;
}

    .multisort li:active {
        background: #1b6497;
    }

#active_filters .bootstrap-tagsinput {
    border: none;
    box-shadow: none;
}

    #active_filters .bootstrap-tagsinput input,
    #categories_tags_wrapper .bootstrap-tagsinput input {
        display: none;
    }

#active_filters .bootstrap-tagsinput {
    background-color: #5b626c;
    padding: 0;
    color: #c21c17;
}

#active_filters {
    margin-bottom: 10px;
}

.active_filters_pre {
    color: #ccc;
    background-color: #353b45;
    padding: 5px 10px;
    border: 1px solid #1b6497;
    border-radius: 5px;
}

.active_filters_clear {
    color: #ccc;
    background-color: #353b45;
    padding: 5px 10px;
    border: 1px solid #d2322d;
    border-radius: 5px;
}

    .active_filters_clear:hover {
        color: #d2322d;
        text-decoration: none;
    }

#product_form_stock_type {
    min-height: 25px;
    max-height: 25px;
    font-size: 15px;
    padding: 0;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 8px;
}

#opt_tabs {
    padding: 20px 10px;
}

#product_options_tabs .nav-link span {
    margin-right: 10px;
}

#product_options_tabs .nav-link i {
    margin: 0 5px;
}

.raw_title {
    padding: 0px 3px !important;
    line-height: initial !important;
    min-height: initial !important;
    max-width: 85px !important;
}

#product_options_tabs .nav-link span.input-group-text {
    margin-right: 0px;
    padding: 4px 6px;
}

#product_options_tabs .nav-link span.input-group-text {
    margin-right: 0px;
    padding: 4px 6px;
}

#product_options_tabs .nav-link span.input-group-append {
    margin-right: 0px;
}

.add_opt_rec {
    margin: 15px 0;
    padding: 6px 0;
    cursor: pointer;
    background-color: #404855;
}

    .add_opt_rec:hover {
        background-color: #282d36;
    }

#product_form_main_props .bootstrap-tagsinput {
    padding: 7px 10px 6.2px;
    min-height: 39px;
    width: 85%;
}
/* product rules end */

/* article comments rules start */
#izi_edit_article_comments #edit_date {
    font-size: 14px;
    position: relative;
    top: 10px;
}
/* article comments rules end */

/* speedex pdf rules start */
.file-extensions {
    transform: scale(1.5);
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}
/* speedex pdf rules end */

#cat_tree{ zoom:1.34; }
html.dark body #cat_tree.jstree-default .jstree-clicked {
    background-color: #1b6497 !important;
}

/* media rules begin */
@media screen and (max-width: 374px) {
    .iziModal-content label[for='calendar'],
    .iziModal-content label[for='edit_calendar'] {
        margin-left: 15px;
    }

    .calendar-p0 {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    #send_client_message,
    #send_email_credit_card,
    #send_email_paypal,
    #send_email_voucher {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 530px) {
    .dataTables_paginate .pagination {
        display: block;
    }

        .dataTables_paginate .pagination .page-item .page-link {
            border-radius: 0;
        }

        .dataTables_paginate .pagination .page-item:first-child .page-link {
            margin-left: -1px;
        }
}

@media screen and (max-width: 575px) {
    #side_instance {
        width: 100%;
    }

    #side_instance_buttons_wrapper > .col-md-12 {
        text-align: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #side_instance {
        width: 100%;
    }

    #side_instance_buttons_wrapper > .col-md-12 {
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1557px) {
    #side_instance {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .inner-body {
        padding: 40px 15px 50px;
    }

    .fixed-widgets {
        background-color: #ecedf0 !important;
        top: initial !important;
        bottom: 0px;
        width: 100%;
        text-align: center;
        padding: 10px;
        z-index: 97;
    }

    html.dark .fixed-widgets {
        background-color: #5b626c !important;
    }

    .btn-pages {
        width: 100%;
    }

    .dt-buttons {
        position: fixed;
        z-index: 2;
        top: 124px;
        left: -100%;
        background: #1d2127;
        padding: 15px;
        max-height: 300px;
        overflow-y: scroll;
        transition: all 0.2s ease-in-out;
    }

        .dt-buttons > a {
            display: block;
            margin-bottom: 3px !important;
        }

        .dt-buttons #orders_latest {
            margin-top: 7px;
        }

    .header #btn_filters {
        background: #ed9c28;
        border-radius: 100px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 132px;
        text-align: center;
        top: 14px;
        width: 30px;
    }

    .header .header-right {
        margin-top: 57px;
    }

    #change_page_colors {
        position: fixed;
        top: 16px;
        z-index: 1000;
        right: 54px;
    }

    #sync_cached_data {
        position: fixed;
        top: 16px;
        z-index: 1000;
        right: 93px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
    .dataTables_paginate .pagination {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 1199px) {
    #product_form_main_props .bootstrap-tagsinput {
        padding: 40px;
    }
}

@media screen and (min-width: 576px) {
    .shipping-address-box {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .shipping-address-box {
        width: 30%;
        margin: 0 12px 28px;
    }
}
/* media rules end */
.modal-backdrop{z-index:1018 !important;}
.note-toolbar-wrapper {
    background: #282d36;
    max-height: 0px !important;
}
.note-editable.card-block {
    max-height:initial !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    padding-top: 50px;
}