/*
hoverstyles
*/

.jobs_custom_hover:hover {
    border-radius: 4px;
    border: 1px solid #fa6800;
    background: #fa680026 !important;
}

.users_custom_hover:hover {
    border-radius: 4px;
    border: 1px solid #00aff0;
    background: #00aff021 !important;
}

.secondary_custom_hover:hover {
    border-radius: 4px;
    border: 1px solid #5e72ac;
    background: #84d0ec21 !important;
}
/*
hoverstyles end
*/


/*
login form styles
*/
    .login-form {
        width: 440px;
        height: auto;    
    }

    .select2-container--default .select2-selection--single  {
        border-radius: 0 !important;
        border: 0;
    }
    .select2-results__option {
        cursor: pointer;
    }
    .select2-results__option--highlighted:hover  {
        background: #1ba0e294 !important;
    }

    .custom_groups  {
        border: 1px solid #D9D9D9;
        margin: 0px;
    }

    .custom_users {
        padding: .5rem .75rem;
        background-color: #f8f8f8;
        color: #1d1d1d;
        line-height: 1.25rem;
        white-space: nowrap;
        width: 40px;
    }
/*
login form styles end
*/
body {
  background-color: #ECF0F5;
}
.navview .navview-pane {
  background-color: #222D32;
  color: #b8c7ce;
  font-size: 14px;
}
.navview .navview-content {
  padding-top: 52px;
  background-color: #ECF0F5;
}
.navview .pull-button {
  height: 52px;
  width: 52px;
}
.navview .navview-menu {
  background-color: #222D32;
}
.navview .navview-menu li a:hover {
  color: #fff;
  background: #1e282c;
}
.navview .navview-menu li.active a {
  color: #fff;
  background: #1e282c;
}
.navview .navview-menu .dropdown-toggle::after {
  border-bottom-color: white!important;
}
.navview .navview-menu .item-header {
  color: #4b646f;
  background: #1a2226;
  font-size: 12px;
}
.navview .suggest-box .holder:hover {
  color: #fff;
  background: #1e282c;
}
.navview .suggest-box .data-box {
  display: flex;
  padding: 0 8px;
}
.navview .suggest-box img.holder {
  width: 32px!important;
  height: auto!important;
}
.navview .navview-menu .navview-menu {
  background-color: #1a2226;
}
.avatar-title {
  line-height: 1.2;
}
.navview .pull-button + h2,
.navview.compacted .pull-button + h2 {
  display: none;
}
.navview.expand .pull-button + h2,
.navview-pane.open .pull-button + h2 {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .navview .pull-button + h2 {
    display: flex;
  }
}
.navview-pane .avatar,
.app-bar .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.navview-pane ::-webkit-scrollbar-track {
  background-color: #4b646f !important;
}
.navview-pane * {
  scrollbar-color: #1ba1e2 #4b646f !important;
}
.app-bar-name {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-bar-name {
    display: inline;
  }
}
.dashboard-section-title {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.user-list {
  margin: 0;
  padding: 0;
  list-style: none inside;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.user-list li {
  width: 25%;
  text-align: center;
  flex-shrink: 0;
  padding: 10px;
  font-size: 12px;
}
.user-list li .avatar {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.lock-box .avatar {
  width: 128px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}
.page-error-box {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.login-box {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.user-block {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  line-height: 1.2;
}
.user-block .avatar {
  width: 128px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}
.user-block .avatar img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .login-box {
    width: 360px;
  }
  .page-error-box {
    width: 480px;
  }
}
.product-list {
  margin: 10px 0 0;
  padding: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background-color: white;
  position: relative;
}
.product-list .product-list-item {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: calc(100% - 16px);
  margin: 20px 8px;
}
.product-list .product-list-item .product-image,
.product-list .product-list-item .product-title,
.product-list .product-list-item .product-price,
.product-list .product-list-item .product-desc {
  display: block;
  position: relative;
}
.product-list .product-list-item .product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  order: 1;
}
.product-list .product-list-item .product-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.product-list .product-list-item .product-image:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.product-list .product-list-item .product-title {
  order: 2;
  font-size: 16px;
  margin: 8px 0 4px;
}
.product-list .product-list-item .product-price {
  order: 3;
  margin: 4px 0 8px;
  font-weight: bold;
  font-size: 18px;
}
.product-list .product-list-item .product-price .old-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
}
.product-list .product-list-item .product-desc {
  display: none;
  order: 4;
}
.product-list .product-list-item .product-actions {
  margin-top: auto;
  order: 5;
}
.product-list .product-list-item .sales,
.product-list .product-list-item .discount {
  display: none;
}
.product-list .product-list-item .countdown {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width: calc(50% - 16px);
  }
}
@media screen and (min-width: 992px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width: calc(33.3% - 16px);
  }
}
@media screen and (min-width: 1452px) {
  .product-list:not(.view-as-list) .product-list-item {
    max-width: calc(25% - 16px);
  }
}
.product-list.view-as-list .product-list-item {
  display: block;
  height: 240px;
}
.product-list.view-as-list .product-image {
  float: left;
  width: 200px;
}
.product-list.view-as-list .product-title,
.product-list.view-as-list .product-price,
.product-list.view-as-list .product-desc,
.product-list.view-as-list .product-actions {
  margin-left: 216px;
}
.product-list.view-as-list .product-price {
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-list.view-as-list .product-desc {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-list.view-as-list .product-actions {
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
}
.product-card {
  display: block;
  position: relative;
  background-color: white;
  padding: 0;
  margin: 0;
}
.product-card .product-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: auto;
}
.product-card .product-title {
  font-weight: 600;
  font-size: 24px;
}
.product-card .product-price {
  margin: 12px 0;
}
.product-card .product-price .old-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
}
.product-card .product-price .current-price {
  font-weight: 600;
  font-size: 32px;
}
.product-card .product-price .old-price + .current-price {
  color: red;
}
.product-card .product-option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 4px 0;
}
.product-card .product-option > span {
  width: 80px;
}
.product-card .product-option > * {
  margin: 4px 8px;
}
.product-card .color-group button.active::before {
  content: "x";
  color: white;
}
.product-card .size-group button.active {
  background-color: transparent;
  border: 1px solid red;
  color: #000;
}
.product-card .product-actions {
  margin: 24px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.product-card .product-actions .spinner {
  width: 200px;
  margin-right: 8px;
}
.product-card .thumb-list {
  padding: 0;
  margin: 8px 0;
  list-style: none inside;
  display: flex;
  flex-flow: row wrap;
}
.product-card .thumb-list li {
  display: block;
  width: calc(25% - 2px);
  height: auto;
  overflow: hidden;
  margin: 1px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-card .thumb-list li img {
  width: 100%;
  height: auto;
}
.product-card .thumb-list li.active {
  border-color: red;
}
.product-info {
  background-color: white;
  padding: 24px;
  margin-top: 24px;
}
.review-list {
  margin: 0;
  padding: 0;
  list-style: none inside;
  display: block;
  position: relative;
}
.review-list > li {
  display: block;
  font-size: 14px;
  padding: 24px;
  margin: 4px 0;
}
.review-list > li + li {
  border-top: 1px solid #f8f8f8;
}
.review-tabloid {
  width: 120px;
  height: 155px;
  overflow: hidden;
  float: left;
  margin: 4px;
}
.review-tabloid img {
  width: 100%;
  height: auto;
}
.inbox {
  display: block;
  position: relative;
  background-color: white;
}
.inbox-folders .badge {
  position: absolute;
  top: 12px;
  right: 8px;
}
.inbox-folders li.active {
  border-left-color: #0b98da;
}
.inbox-folders li:hover {
  background-color: #f7f7f7;
}
.inbox-folders li a {
  background-color: inherit!important;
  color: #000 !important;
  height: 40px;
  line-height: 40px;
}
.inbox-table .check-cell,
.inbox-table .star-cell,
.inbox-table .attach-cell {
  width: 32px;
}
.inbox-table .sender-cell {
  width: 120px;
}
.inbox-table .subject-cell {
  max-width: 0;
}
.inbox-table .time-cell {
  width: 100px;
}
.email-read-form .email-date,
.email-read-form .email-from,
.email-read-form .email-text {
  font-size: 14px;
}
.email-read-form .email-to {
  font-size: 12px;
}
.email-attachments {
  display: flex;
  flex-flow: row wrap;
}
.email-attachment {
  width: 180px;
  height: 170px;
  display: flex;
  flex-flow: column;
  border: 1px solid #ededed;
  margin: 4px;
}
.email-attachment .preview {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-attachment .preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.email-attachment .preview span {
  font-size: 64px;
}
.email-attachment .desc {
  height: 50px;
  margin-top: auto;
  background-color: #ededed;
  font-size: 14px;
  padding: 8px;
  line-height: 1.2;
}
.email-attachment .desc > *:not(button) {
  margin-right: 36px;
}
.master {
  width: 320px;
  margin: 0 auto;
  padding: 5px 5px 0;
  color: #000;
}
@media all and (min-width: 640px) {
  .master {
    width: 500px;
    padding: 5px 10px 0;
  }
}
@media all and (min-width: 768px) {
  .master {
    width: 650px;
    padding: 5px 80px 0;
  }
}

/*.table tbody tr:nth-child(2n+1) {
    background: white !important; 
}

.table tbody tr:nth-child(2n) {
    background:#EEEEEE;
}*/
.table.cell-border .td, .table.cell-border .th, .table.cell-border td, .table.cell-border  {
    border: 1px#BEBEBE solid;
}

.database:hover {
    border-radius: 4px;
    border: 1px solid #00aff0;
    background: #00aff021 !important;
}
.upload:hover {
    border-radius: 4px;
    border: 1px solid #16e903;
    background: #1cf00021 !important;
}
/* styles for table end */


/*datatables styles*/

.disabled {
    background-color: #dbdbdb !important;
    border-color: #dbdbdb  !important;;
    box-shadow: none  !important;
    color: #7a7a7a  !important;
    opacity: .5  !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%); 
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    border: 1px solid rgba(34,36,38,.15);
}
.paging_simple_numbers {
    float: right;
    margin: 4px 4px 4px 0px;
}

.dataTables_info {
    margin: 0px 16px 0px 0px;
    padding: 4px;
    float: right;
    background-color: #f5f5f5;
    border: 1px #ddd solid;
    font-size: .875rem;
}

.dataTables_filter {
    margin: 16px; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1BA1E2;
    color: white;
    cursor: pointer;
}

.dataTables_filter input {
    margin-left: 4px;
}

.jobTable thead th {text-align: center}

.jobTable tr {background-color: #F8F8F8; border-bottom: 2px solid gray;}
.jobTable td {text-align: center;  border: 2px solid gray;}


.bg-task {background-color: #FCE6D4;}
.bg-test {background-color: #F6ED5073;}      
/*.striped tr:nth-child(2n) {background-color: #9898981a;}*/
/*.striped tr:nth-child(2n) {background-color: #9898981a;}*/
.button.large {font-size: 1.095rem;}


/*
td.successTaskTd {background-color:#60a91729; border-bottom: 2px solid #60a917 !important;}
td.suspiciousTaskTd { border-bottom: 2px solid #e3c800 !important;}
td.failedTaskTd {background-color: #ff000029; border-bottom: 2px solid red !important;}
*/

td.successTaskTd { border-bottom: 3px solid #60a917 !important;}
td.suspiciousTaskTd { border-bottom: 3px solid #ff3cf3 !important;}
td.failedTaskTd {border-bottom: 3px solid red !important;}
td.currentTaskTd {border-bottom: 3px solid #1ba1e2 !important;}




/*
Загрузка спинера

*/
@keyframes ldio-r6xf2rsj3xj {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-r6xf2rsj3xj div {
  left: 40%;
  top: 0px;
  position: absolute;
  animation: ldio-r6xf2rsj3xj linear 1s infinite;
  background: #93dbe9;
  width: 6px;
  height: 13px;
  border-radius: 3px / 6px;
  transform-origin: 6px 15px;
}.ldio-r6xf2rsj3xj div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #1BA1E2;
}.ldio-r6xf2rsj3xj div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #1BA1E2;
}
.loadingio-spinner-spinner-cksw1yaeeub {
  width: 45px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-r6xf2rsj3xj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-r6xf2rsj3xj div { box-sizing: content-box; }

#sortable2 {
    box-shadow: 3px 4px 5px #d5cfcf;
}
.sortable {
	min-height: 24px;
        margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #EDEDED;
	list-style-type: none; 
}

.sortable li {
	font-weight: 400;
	padding-left: 30px;
	padding: 5px;
	border: 0px;
	background-color: #FFF;
	color: #000;
	border-bottom: 1px solid #EDEDED;
	cursor: default;
}

.sortable li:hover {
	background-color: #F5F5F5;
}

.sortable li:last-child {
	border-bottom: 0px;
}

form#loginForm.login-form.bg-white.p-6.mx-auto.border.bd-default.win-shadow h2.text.mb-1 span {
  font-weight: 400;
  font-size: 2rem;
}

.select2-selection__placeholder {
  font: inherit;
  margin-left: 0.3rem;
  color: #767676!important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}

span.select2.select2-container.select2-container--default {
  margin-left:3px;
}

.statistic {padding:0px 15px;}

.bonuse {font-size:30px; position: relative;  height: 60px; width: 60px;  margin-right: 10px;text-align: center;vertical-align: middle;border-radius: 1px;padding-top: 17px;}
.bonuseCount {border-radius: 50%;position: absolute;  top:0; right:0; height: 18px; width: 18px; text-align: center;font-size: 20px;}
.bonuse:hover {
  cursor: help;
}