/** Custom CSS **/
:root
{
  --projxcolor: #46af94;
  --projxcolorhover: #535d67;
}
.uppercase { text-transform: uppercase; }
/* Data Table Boostrap 4 CSS */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
/* ./Data Table Boostrap 4 CSS */


/** Custom  CSS **/


/** Dropzone JS CSS **/

.dropzone .dz-image-preview { min-height:180px; max-height:auto; border:solid 1px #ebebeb; padding:10px; display:inline-block; vertical-align: top; }
.dropzone .dz-file-preview { min-height:180px; max-height:auto ;border:solid 1px #ebebeb; padding:10px; display:inline-block; vertical-align: top; }
.dropzone .dz-file-preview.dz-processing:not(.dz-complete) .dz-details .dz-filename:after { content: ''; position: relative; width: 185px; height: 30px; background: url(../img/loading-bar.gif) no-repeat center center; background-size: 280px;
    padding: 10px 0;
    display: block; }
.dropzone .dz-file-preview.dz-complete .dz-details .dz-filename:after { content: none !important }

.dropzone .dz-file-preview.dz-processing .dz-file-description-form { display: none}
.dropzone .dz-file-preview.dz-processing .dz-update { display: none}
.dropzone .dz-file-preview.dz-processing .dz-remove { display: none}
.dropzone .dz-file-preview.dz-complete .dz-file-description-form { display: block !important }
.dropzone .dz-file-preview.dz-complete .dz-update { display: block !important }
.dropzone .dz-file-preview.dz-complete .dz-remove { display: block !important }

.dropzone .dz-image-preview.dz-processing:not(.dz-complete) .dz-details .dz-filename:after { content: ''; position: relative; width: 185px; height: 30px; background: url(../img/loading-bar.gif) no-repeat center center; background-size: 280px;
    padding: 10px 0;
    display: block; }
.dropzone .dz-image-preview.dz-complete .dz-details .dz-filename:after { content: none !important }

.dropzone .dz-image-preview.dz-processing .dz-file-description-form { display: none}
.dropzone .dz-image-preview.dz-processing .dz-update { display: none}
.dropzone .dz-image-preview.dz-processing .dz-remove { display: none}
.dropzone .dz-image-preview.dz-complete .dz-file-description-form { display: block !important}
.dropzone .dz-image-preview.dz-complete .dz-update { display: block !important}
.dropzone .dz-image-preview.dz-complete .dz-remove { display: block !important}

.dz-details img {  max-height:100px; min-width:180px;}
.custom-dz-preview-template { display:none;}
.dropzone{text-align:center;width:100%;height:100%;}
.dz-size{ display:none;}
.custom-dz-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

/** Dropzone JS CSS **/

/** Helper **/
.cursor-pointer { cursor: pointer; }
.login-img { text-align: center; padding-bottom: 30px; }
.login-img > img { width: 183px; }
.divider.m10 { margin: 10px 0 !important; }
.sidebar-header-core { background-color: #f7f7f7 !important; text-align: center; padding: 35px 0 15px 0; }
.sidebar-header-core span.logo { display: block !important; }
.sidebar-header-core span.logo img { height: 145px; }
.sidebar-header-core .logo-arrow-down { padding-top: 15px; color: #dbdbdb; font-size: 22px; }
.sidebar-navigation { background: #535d67; }
.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link { background: var(--projxcolor); }
.menu-submenu { background-color: rgba(0, 0, 0, 0.1); }
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: var(--projxcolor);
  border-color: var(--projxcolor);
}

/*** VUE - Draggable CSS ***/

.drag {
    /*padding: 45px;*/
    /*width: 98%;*/
    /*margin-left: 5px;*/
}
.dragArea div{
    cursor:pointer;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.first .dragArea div {
    background-color:var(--projxcolor);color:#fff;
    color:#fff;
}

.last .dragArea div {
    background-color:#f7f9fa;
    color:#8b95a5;
}

.dragArea {
    border:dotted 3px #ebebeb;
    margin-top:10px;
    padding:20px;
}

.__category_products {
    padding: 5px;
    margin: 5px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}


/*** VUE - Draggable CSS ***/


h4.card-title
{
  font-size: 17px;
  background: #ffffff;
  color: #535d67 !important;
  background: -webkit-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: -ms-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: -o-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: linear-gradient(to top, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
}
.language-btn { font-size: 12px !important; text-transform:uppercase; border-left:1px solid #ededed; border-right:1px solid #ededed; }
.h4.card-title, h4.card-title { font-size: 17px; background: #000; color: #fff; }
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active {
    border-color: var(--projxcolor);
    background: var(--projxcolor);
    color: #fff;
}
.btn-secondary.nav-link:hover
{
  border-color: transparent;
  background: #e4e7ea;
  color: #fff;
}
.nav-tabs.nav-tabs-success .nav-link:hover, .nav-tabs.nav-tabs-success .nav-link.active, .nav-tabs.nav-tabs-success .nav-link.active:focus, .nav-tabs.nav-tabs-success .nav-link.active:hover
{
  border-color: var(--projxcolor);
}
.nav-tabs .nav-link {
    border-color: var(--projxcolor);
}
.menu-link .title
{
  font-size: 12px;
  text-transform: uppercase;
}

.btn-primary
{
  background:var(--projxcolor);
  border-color:var(--projxcolor);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active
{
  background-color:var(--projxcolorhover) !important;
  border-color:var(--projxcolorhover) !important;
}

.dt-buttons, .dataTables_info
{
  float: left;
}

.site-footer {
  background: #535d67;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.menuarrow-passive { display: none; font-size:23px; }
.menuarrow-active { display: inline-block; font-size:23px; }
body.sidebar-folded .menuarrow-active { display: none !important; }
body.sidebar-folded .menuarrow-passive { display: inline-block !important; }

::-moz-selection {
  background: var(--projxcolor) !important;
  color: #fff;
}
::selection {
  background: var(--projxcolor) !important;
  color: #fff;
}
::-moz-selection {
  background: var(--projxcolor) !important;
  color: #fff;
}
