body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    /*color: #212529;*/
    color: #777;

        min-height: 100vh;
            background: #ecedf0;
}

a {
    transition: .3s all ease;
}
a:hover {
    text-decoration: none;
}


h1 {
    font-size: 20px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}



.header {
    /* header height: 60px */;
    background: #FFF;
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
    z-index: 5000;

    position: fixed;
    width: 100%;
}
.header:after {
    content:" ";
    display:block;
    clear:both;
}
.header .header-left {
    float: left;
}
.header .header-right {
    float: right;
}

.header .left-separator {
    border-left: 1px solid #f3f3f3;
}

/* logo */
.header .logo-container {
    float: left;
    padding: 10px 15px;
}
.header .logo-container img {
    height: 36px;
}

/* user */
.header .header-box {
    position: relative;
    display: block;
    float: left;
    width: fit-content;
    padding: 11px 15px;
}
.header .header-box:after {
    content:" ";
    display:block;
    clear:both;
}
.header .header-box .icon {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ecedf0;
    font-size: 1.6rem;
    cursor: pointer;
}
.header .header-box .content {
    float: right;
    margin-left: 5px;
}
.header .header-box .button-content {
    position: relative;
    float: right;
    text-align: left;
        margin-right: 25px;
}
.header .header-box .title {
    color: #000011;
}
.header .header-box .type {
    font-size: 1rem;
    color: #ACACAC;
}
.header .header-box .caret {
    position: absolute;
    top: 50%;
    right: 10px;
}
.header .header-box .dropdown-menu {
    left: unset;
    right: 0;
    z-index: 1500;
}



/* DOCUMENT */

.inner-wrapper {
    display: table;
    min-height: 100vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
}




.content-body {
    position: relative;
    vertical-align: top;

    /*padding-top: 60px;*/ /* height of .page-header */
    /*padding-left: 300px;*/ /* width of .sidebar-left */

    background: #ecedf0;
}




/* PAGE */

.page-header {
    font-size: 14px;
    background: #171717;
    border-bottom: none;
    border-left: 1px solid #3A3A3A;
    -webkit-box-shadow: 1px 3px 0 1px #CCCCCC;
    box-shadow: 1px 3px 0 1px #CCCCCC;
    height: 50px;
    /*margin: -40px -40px 40px -40px;*/
    z-index: 1001;

    /*position: fixed;
    left: 70px;
    right: 0;
    top: 60px;*/

    padding: 0;
    margin: 0;

    transition: all 0.30s ease;
}
.page-header.menu-space {
    left: 300px;
}
.page-header:after {
    content:" ";
    display:block;
    clear:both;
}
.page-header h1 {
    color: #FFF;
    border-bottom: 4px solid #0088CC;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;
}

.page-header .controls {
    float: right;
}
.page-header .controls:after {
    content:" ";
    display:block;
    clear:both;
}
.page-header .close-button {
    display:block;
    float: left;
    color: #fff;
    padding: 15px;
}
.page-header .close-button:hover {
    background: #e36159;
}
.page-header .control-button {
    display:block;
    float: left;
    color: #fff;
    background: inherit;
    border: none;
    border-right: 1px solid #313131;
    padding: 15px;
}
.page-header .controls .control-button:first-of-type {
    border-left: 1px solid #313131;
}
.page-header .control-button:hover {
    background: #21262d;
}

.page-header button.control-button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}


.page-body {
    padding: 20px 20px 20px 80px;
}



.content-body-full {
    position: absolute;
    /* vertical-align: top; */
    /* padding-top: 60px; */
    padding: 0;
    background: #ecedf0;
    z-index: 2000;
    width: 100%;
    top: 60px;
    bottom: 0;
}
.content-body-full:after {
    content:" ";
    display:block;
    clear:both;
}
.content-body-full .page-header {
    left: 0;
    right: 0;
    z-index: auto;
}

.content-body-full .page-body {
    position: fixed;
    left: 0;
    right: 0;
    top: 115px;
    bottom: 0;
    overflow: auto;
    background: #ecedf0;
    padding: 20px;
}

/* welcome page */
/*.page-welcome {
    width: 100%;
    height: calc(100vh - 120px);
}*/
/*.page-welcome .logo {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%);
}*/





/*.page-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}*/

/* SIDE MENU */
.menu {
    float: left;
}


/* PAGE */
/*.page {
    float: right;
}*/


/* ORDER STATUSES */

.order-status-select {
    position: relative;
}
.order-status-select input {
    cursor: pointer;
}
.order-status-select .status-options {
    position: absolute;
    top: 33px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    z-index: 1000;
}



/* PRODUCTS */
table.table-products tbody tr td {
    vertical-align: middle;
}

/* CLIENT ORDERS */
table.table-client-orders tbody tr td {
    vertical-align: middle;
}
table.table-client-orders {
    margin-bottom: 0;
}

.client-orders-column {
    padding: 10px 10px 20px 10px !important;
}


/* COURIER ZONES */

tr.zone-deleted {
    background: #f2dede !important;
}

.zone-name {
    width: 40px;
    text-align: center;
    padding: 0 5px;
}
.zone-price {
    width: 75px;
    text-align: right;
    padding: 0 5px;
}

.zone-price::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}
.zone-price:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.zone-price::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


.shipping-country {
    display: block;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.shipping-country:hover {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.shipping-country .title {
    display: block;
    font-weight: bold;
    background: #f6f6f6;
    padding: 5px 5px;
    margin-bottom: 10px;
}
.shipping-country .title i {
    padding-right: 10px;
}

.shipping-country .options .checkbox {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
}

.shipping-country table.courier-table {
    width: 100%;
}
.shipping-country table.courier-table tr td {
    padding: 0 5px;
}
.shipping-country .courier-title {
    font-weight: 600;
    background: #f6f6f6;
    padding: 5px 5px;
    margin-bottom: 5px;
}

.shipping-country .states {
    padding-left: 20px;
    margin-top: 20px;
}
.shipping-country .states .state {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.shipping-country .states .state:hover {
    background: #f4f4f4;
}
.shipping-country .states .state .title {
    
}

.country-courier {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.country-courier-days {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5px;
}
.country-courier-days::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}
.country-courier-days:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.country-courier-days::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}



/* ALERTS */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}
.alert-default {
    background-color: #ebebeb;
    border-color: #e3e3e3;
    color: #6c6c6c;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/* MODALS */

.modal-xl {
    width: 95%;
}

.modal-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9000;

    overflow-x: hidden;
    overflow-y: auto;
}

.modal-panel .modal-dialog {
    margin-top: 70px;
}

.modal-page {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;

    background: #ecedf0;
    z-index: 9999;
}

.modal-content {
    border: none;
}
.modal-header {
    background: #f6f6f6;
    border-color: #dadada;
    border-radius: 6px 6px 0 0;
    padding: 20px 20px;
}
.modal-header h2 {
    margin: 0;
}
.modal-header .subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}
.modal-body {
    padding: 20px;
}
.modal-footer {
    padding: 20px;
}


/* POPUP MESSAGE */

.popup-message {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    background: #000;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,1);
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 10px;
    z-index: 9999;
}


/* MODAL MESSAGE */

.modal-message {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .2 );
}
.modal-message .modal-message-panel {
    position: absolute;
    padding: 40px 25px 25px 25px;
    top: 50%;
    left: 50%;

    transform: translateX(-50%) translateY(-50%);

    min-width: 200px;
    text-align: center;
    background-color: #fff;

    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,1);
}
.modal-message .modal-message-panel .success {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_success.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .alert {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_alert.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .error {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_error.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .prompt {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
}


.signin {
    position: relative;
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    /*padding: 0 15px;*/
    width: 100%;
}
.signin-panel {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    padding-right: 15px;
}
.signin-panel .signin-header {
    text-align: right;
}
.signin-panel .signin-header .logo {
    float: left;
}
.signin-panel .signin-header .logo img {
    height: 40px;
}
.signin-panel .signin-header .title {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    background-color: #0088CC;
    border-radius: 5px 5px 0 0;
    padding: 20px 20px;
    vertical-align: bottom;
}

.signin-panel .signin-body {
    background: #FFF;
    border-top: 5px solid #0088CC;
    border-radius: 5px 0 5px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}

.signin-panel .signin-footer {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}


/* FORMS */

legend {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    padding: 10px 10px;
    margin-top: 20px;
}
/*.legend {
    position: relative;
    font-size: 14px;
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    padding: 5px 5px;
    margin-top: 20px;
}*/

label {
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

label em {
    color: #ff0000;
}

label.attribute-row-label {
    display: block;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 5px;
}

.input-group-addon .checkbox {
    min-height: auto;
    padding: 0;
    margin: 0;
}
.input-group-addon .checkbox label {
    min-height: auto;
}


/*.input-edition {
    width: 90px;
}
.input-edition .form-control {
    padding: 0px 5px;
}
.input-edition .input-group-btn {
    
}
.input-edition .btn {
}*/
/*.form-control-readonly {
    min-height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/

/*.attribute-input {
    position: relative;
   
}
.attribute-button {
    display: block;
    width: 100%;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 12px;
}*/


.attribute-input {
    position: relative;
    min-height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}
.attribute-button {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
}
.attribute-select-panel {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #DADADA;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    z-index: 100;
}
.attribute-select-panel .attribute-select-panel-heading {
    position: relative;
    font-weight: 600;
    color: #fff;
    background: #616161 !important;
    border: none;
    border-radius: 4px !important;
    padding: 5px 5px;
    margin-bottom: 5px;
}
.attribute-select-panel .attribute-select-panel-heading .close {
    color: #fff;
    opacity: 1;
}
.attribute-select-panel .attribute-select-panel-body {
    /*max-height: 300px;*/
    /*overflow-y: auto;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.attribute-select-panel .form-control {
    margin-bottom: 5px;
}

.attribute-select-panel .dropdown-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
}


/* PAGE FORM */

.page-form {

}
.page-form label {
    color: #333;
}
.page-form h3 {
    color: #333;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-form .form-footer {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
}


/* BUTTONS */
.btn {
    transition: .3s all ease;
}

.btn-primary {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #00a1f2;
    border-color: #00aaff #00aaff #0088CC;
    color: #FFF;
}

.btn-success {
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #FFF;
}
.btn-success:hover {
    background-color: #5ab75a;
    border-color: #63bb63 #63bb63 #47a447;
    color: #FFF;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #FFF;
}
.btn-info:hover {
    background-color: #7bcce4;
    border-color: #85d0e7 #85d0e7 #5bc0de;
    color: #FFF;
}

.btn-warning {
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #FFF;
}
.btn-warning:hover {
    background-color: #f0ac4b;
    border-color: #f1b257 #f1b257 #ed9c28;
    color: #FFF;
}

.btn-danger {
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #FFF;
}
.btn-danger:hover {
    background-color: #d9514d;
    border-color: #db5b57 #db5b57 #d2322d;
    color: #FFF;
}


.btn-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 5px 10px;
}


.input-group-btn .btn-primary {
    background-color: #fff;
    border-color: #ccc;
    color: #0088CC;
}
.input-group-btn .btn-danger {
    background-color: #fff;
    border-color: #ccc;
    color: #d2322d;
}


/* TABLES */
.table-bordered {
    border: 1px solid #dee2e6;
}

.table-list {

}
.table-list tbody tr:hover {
    /*background: rgba(246, 246, 246, 0.5);*/
    background: #f6f6f6;
}
.table-list tbody tr.selected {
    background: #f6f6f6;
}
.table-list tbody tr.selected-dark {
    background: #e0e0e0;
}
.table-list tbody tr.pointer {
    cursor: pointer;
}
/*.table-list tbody tr:hover, .table-list tbody tr.selected1 {
    background: rgba(246, 246, 246, 0.2);
}*/

/*.table-list tbody tr.mark-danger {
    background: #ffcdca;
}
*/

table.table-select tbody tr {
    cursor: pointer;
}
table.table-select tbody tr.selected {
    color: #fff;
    background-color: #3399ff !important;
}

.mark-danger {
    /*background: #E36159;*/
    background: #f2dede !important;
}
.mark-warning {
    /*background: #E36159;*/
    background: #fcf8e3 !important;
}



.table-list tbody tr td {
    position: relative;
}
/*  .list-item:after {
content:" ";
    display:block;
    clear:both;
}*/
.table-list tbody tr td .controls {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: max-content;
    background: rgba(255,255,255,0.7);
    border-radius: 5px 0px 0px 5px;
    padding: 5px 5px 5px 0px;
    transition: .2s all ease;
    cursor: initial;
}
.table-list tbody tr td .controls a {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #888;
    color: #fff;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
    margin-left: 5px;
}
.table-list tbody tr:hover td .controls, .table-list tbody tr.selected td .controls {
    opacity: 1;
}
.table-list .controls a:hover {
    background: #666;
}
.table-list .controls a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.table th a {
    color: inherit;
}
.table .sort-icon {
    color: #ccc;
    padding-left: 5px;
}

/*.row-toggle {
    display: block;
    width: 20px;
    color: #0088CC;
    text-align: center;
}

.table .action {
    display: inline-block;
    color: #777;
    padding: 0px 5px;
}
.table .action:hover {
    color: #666;
}

.table-controls tr td .row-controls {
    display: none;
    text-align: right;
}
.table-controls tr:hover td .row-controls {
    display: block;
    
}*/



/* PRODUCTS */

.table-products {
    color: #555;
}
.table-products th {
    font-weight: bold;
}
.table-products .attributes {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.table-products .attribute .name {}
.table-products .attribute .value {}


.table-order-details {
}
.table-order-details td {
    color: #8a8a8a;
    padding: 5px 10px 5px 0px;
}
.table-order-details td.data {
    color: #555;
}
.table-order-details td.status {
    color: #ff3d54;
    font-weight: bold;
    font-size: 13px;
}


table td.summary {
    font-weight: 600;
    border-top: 5px solid #ddd !important;
}



.orders-total {
    border-top: 2px solid #eaeaea;
    padding: 10px 0px;
    text-align: right;
}
.orders-total span {
    font-weight: bold;
}


/* PAGINATION */
.pagination {
    margin: 0 !important;
}
.pagination li div.spacer {
    position: relative;
    float: left;
    width: 5px;
    border: 1px solid transparent;
}


/* DOCUMENT FORMAT */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.icon-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.text-bold {
    font-weight: 600;
}
.text-hilight {
    color: #535353;
    font-weight: 600;
}
.text-muted {
    color: #999 !important;
}
.text-italic {
    font-style: italic;
}
.text-strike {
    text-decoration: line-through;
}
.text-sm {
    font-size: 12px;
}


.pad-top-none {
    padding-top: 0 !important;
}

.mrg-none {
    margin: 0 !important;
}

.mrg-top-none {
    margin-top: 0 !important;
}
.mrg-top-xs {
    margin-top: 5px;
}
.mrg-top-sm {
    margin-top: 10px;
}
.mrg-top-md {
    margin-top: 20px;
}
.mrg-top-lg {
    margin-top: 40px;
}
.mrg-top-xl {
    margin-top: 60px;
}

.mrg-bottom-none {
    margin-bottom: 0;
}
.mrg-bottom-xs {
    margin-bottom: 5px;
}
.mrg-bottom-sm {
    margin-bottom: 10px !important;
}
.mrg-bottom-md {
    margin-bottom: 20px;
}
.mrg-bottom-lg {
    margin-bottom: 40px;
}
.mrg-bottom-xl {
    margin-bottom: 60px;
}





/* LOCATIONS */

/*.table .region-title {
    font-weight: 600;
    background: #f6f6f6;
    padding: 5px 10px;
    margin-bottom: 5px;
}*/




/* TREES */

/*.tree-wrapper {
    width: 100%;
}
.tree {
    min-width: 500px;
}
.tree .row {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    transition: .3s all ease;
}
.tree .row:first-of-type {
    border-top: 1px solid #dee2e6;
}
.tree .row:hover, .tree .row.selected {
    background: #f6f6f6;
}
.tree .row .column {
    position: relative;
    float: left;
    min-height: 30px;
    border-left: 1px solid #dee2e6;
    padding: 5px 5px;
    overflow: hidden;
}
.tree .row .column:first-of-type {
    border-left: none;
}
.tree .row-toggle {
    display: block;
    width: 20px;
    color: #0088CC;
    text-align: center;
    margin: auto;
}

.tree .nest {
    padding: 15px 0px 15px 20px;
    background: #f0f0f0;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #dee2e6;
}
.tree .alias {
    color: #ccc;
    font-size: 11px;
}

.tree .column-1 { width: 4.166666666666667%; }
.tree .column-2 { width: 8.333333333333333%; }
.tree .column-3 { width: 12.5%; }
.tree .column-4 { width: 16.66666666666667%; }
.tree .column-5 { width: 20.833333333333336%; }
.tree .column-6 { width: 25%; }
.tree .column-7 { width: 29.166666666666668%; }
.tree .column-8 { width: 33.333333333333336%; }
.tree .column-9 { width: 37.5%; }
.tree .column-10 { width: 41.66666666666667%; }
.tree .column-11 { width: 45.833333333333336%; }
.tree .column-12 { width: 50%; }
.tree .column-13 { width: 54.16666666666667%; }
.tree .column-14 { width: 58.333333333333336%; }
.tree .column-15 { width: 62.50000000000001%; }
.tree .column-16 { width: 66.66666666666667%; }
.tree .column-17 { width: 70.83333333333334%; }
.tree .column-18 { width: 75%; }
.tree .column-19 { width: 79.16666666666667%; }
.tree .column-20 { width: 83.33333333333334%; }
.tree .column-21 { width: 87.5%; }
.tree .column-22 { width: 91.66666666666667%; }
.tree .column-23 { width: 95.83333333333334%; }
.tree .column-24 { width: 100%; }*/


/* TREE NAV */
.tree-list {
    list-style: none;
    padding: 0;
    transition: .3s all ease;
}
.tree-list:before {
    content:" ";
    display:block;
    clear:both;
}
.tree-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.tree-list li:after {
    content:" ";
    display:block;
    clear:both;
}
.tree-list.nested {
    padding-left: 30px;
}
.tree-list.collapsed {
    height: 0;
    overflow: hidden;
    transition: .3s all ease;
}
.tree-list .toggler {
    /*position: relative;*/
    display: block;
    float: left;
    margin-right: 5px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}
.tree-list .toggler:hover {
    background: #888;
    color: #fff;
    
}
.tree-list .toggler i {

}
/*.tree-list .icon-spacer {
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
    background: #ccc;
    padding: 0px 6px;
    width: 20px;
    text-align: center;
}*/
.tree-list .checkbox {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}



/* LIST-GROUP */
.list-group-item {
    position: relative;
    /*display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;*/
}
.list-group-item .controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.list-group-item .controls a {
    position: relative;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 5px;
}
.list-group-item .controls a:hover {
    color: #fff;
    background: #666;
}
.list-group-item .controls a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.list-group-item .controls a:hover {
    
}
.list-group-item.list-group-input {
    padding: 2px 2px;
}

.sortable {
    cursor: ns-resize;
}


/* LIST */

.list .list-item {
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);

    padding: 10px 10px;
    margin-bottom: 10px;
}
.list .list-item .controls {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.list .list-item .controls a {
    display: inline-block;
    margin-left: 5px;
}


/* LIST ITEM CONTROLS */

.item-controls {
    position: relative;
}
.item-controls:after {
    content:" ";
    display:block;
    clear:both;
}
.item-controls .controls {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: .2s all ease;
}
.item-controls .controls a {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #888;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}
.item-controls:hover .controls {
    opacity: 1;
}
.item-controls .controls a:hover {
    background: #666;
}
.item-controls .controls a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/* General controls on the right side */

.controls-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width:auto;
}
.controls-right:after {
    content:" ";
    display:block;
    clear:both;
}
.controls-right .control {
    display:block;
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #777;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}
.controls-right .control.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.controls-right .control:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.controls-right .control i {
    vertical-align: middle;
}
.controls-right .close {
    float: unset;
}


/* CATEGORIES */

.category-image {
    min-height: 132px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.category-image img {
    width: 100%;
}


/* LOGOS */
.logo-image {
    position: relative;
    min-height: 132px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
}
.logo-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}



/* SLIDER */

.slide, .banner {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #fff;
}
.slide .remove, .banner .remove {
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
}


/* PHOTOS */

.photos {
    position: relative;
    padding: 0;
    min-height: 140px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.photos .photo {
    float: left;
    padding: 10px;
}
.photos .photo .title {
    height: 20px;
    background: #f6f6f6;
    border-radius: 3px 3px 0px 0px;
    padding-left: 5px;
    cursor: grab;
}
.photos .photo .remove {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/delete-circle-20.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.photos .photo .image {
    width: 100%;
    background: #ccc;
    border-radius: 0px 0px 3px 3px;
}
.photos .photo .image img {
    width: 100%;
}
.photos .photo select {
    width: 100%;
    font-size: 11px;
}


/* PRODUCT RELATIVES */

.relatives-control {
    min-height: 34px;
    height: auto;
    padding: 5px;
}
.relatives-control .relative {
    display: inline-block;
    background: #eee;
    border-radius: 2px;
    padding: 2px 2px;
    margin: 2px 2px;
}
.relatives-button {
    cursor: pointer;
}


/* PRODUCT ATTRIBUTES */

.attribute:after {
    content:" ";
    display:block;
    clear:both;
}
.attribute:hover {
    background-color: #f5f5f5;
}

.attribute .attribute-name {
    float: left;
    color: #555;
    width: 70%;
    padding-top: 19px;
}

.attribute .attribute-price {
    float: left;
    text-align: right;
    width: 15%;
}
.attribute .attribute-stock {
    float: right;
    text-align: right;
    width: 15%;
    padding: 0 0 0 5px;
}
.attribute .attribute-price input {
    padding-right: 5px;
}
.attribute .attribute-price input, .attribute .attribute-stock input {
    width: 100%;
    height: 20px;
    text-align: right;
}
.attribute .attribute-price label, .attribute .attribute-stock label {
    font-size: 8px;
    margin-bottom: 0;
}


/* MENU FILTERS */
.category-filter-item {
    cursor: pointer;
}
.category-filter-item .badge {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    background: #afafaf;
}
.category_filter_icon {
    display: inline-block;
    width: 20px;
    padding-right: 10px;
}
.category_filter_icon img {
    width: 100%;
}


/* FILTERS */

.filter-image {
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.filter-image img {
    display: block;
    position: absolute;  
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/* PAGE-CONTET EDITOR */

.page-content .jqte * {
    font-size: 14px;
    color: #535353;
}
.page-content .jqte_editor h2, .jqte_editor h2 *, .page-content .jqte_editor h3, .jqte_editor h3 * {
    font-weight: 500;
    color: #ff3d54;
    margin-top: 30px;
    margin-bottom: 10px;
}
.page-content .jqte_editor h2, .jqte_editor h2 * {
    font-size: 16px;
}
.page-content .jqte_editor h3, .jqte_editor h3 * {
    font-size: 14px;
}
.page-content .jqte_editor p, .page-content .jqte_editor ul, .page-content .jqte_editor ol, .page-content .jqte_editor .table {
    margin-bottom: 20px;
}
.page-content .jqte_editor, .page-content .jqte_source {
    max-height: unset;
}


/* STATS */

/* IMAGES */
/* images panel */

/*.panel-images {
    min-height: 120px;
}
.panel-images .panel-heading {
    position: relative;
}
.panel-images .panel-heading .imgAdd {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-images .panel-body {
    padding: 5px;
}

.panel-images .image {
    display: inline-block;
    position: relative;
    width: 100px;
    height: auto;
    margin: 5px;
}
.panel-images .image .delete {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background-color: #ff0000;
    padding: 0px 4px;
    border-radius: 3px;
}
.panel-images .image .image-data {}
.panel-images .image select {
    width: 100%;
    font-size: 11px;
}
.panel-images .image .title {
    width: 100%;
    font-size: 11px;
}*/


.upload-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba( 255, 255, 255, .8 );

    align-items: center;
    display: flex;
    justify-content: center;
}
.upload-progress .upload-progress-content {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
.upload-progress .upload-progress-content .progress {
    margin-top: 5px;
    margin-bottom: 0;
}

/* ZEBRA */

.Zebra_DatePicker {
    z-index: 2200;
}


/* INITIALIZER */

.initializer {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)*/
    background: #fff;
}
.initializer .prompt-queue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.initializer .prompt {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* LOADER */

.ajax-loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
}
