@charset "UTF-8";
.sidebar .sidebar-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-image: url(/image/sidebar-1.jpg);
  background-size: cover;
  background-position: center center;
}

.sidebar .sidebar-background:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #f44336;
  opacity: 0.8;
}

.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
  border-radius: 0px;
  margin: 0px;
}

.sidebar .nav li:first-child > a, .off-canvas-sidebar .nav li:first-child > a {
  margin: 0px;
}

.sidebar ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar .nav li.active > a:not([data-toggle=collapse]) {
  color: #3c4858;
  background: #fff;
  opacity: 1;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.4);
}

.sidebar .nav li.active > a:not([data-toggle=collapse]) p {
  color: #3c4858;
}

.sidebar .nav li.active > a:not([data-toggle=collapse]) i {
  color: rgba(60, 72, 88, 0.8);
}

select.changeShop, select.changeShop:focus {
  border: 0px;
  width: 100%;
  box-shadow: none;
  font-size: 0.8rem;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgb(255,255,255)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  color: #fff;
  border-radius: 0px;
  height: 40px;
  padding: 0px 25px 0px 0px;
  cursor: pointer;
}

select.changeShop option {
  color: #000;
}

select.changeShop:hover {
  background-color: rgba(244, 244, 244, 0.2);
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  margin-bottom: 10px;
}

/*  страница заказов */
table.ordersList tr td, div.ordersList div {
  font-size: 0.75rem;
}

.change-status {
  cursor: pointer;
}

.pageOrderList .card .card-body {
  padding: 15px 0px;
}

.ordersList div.rowOrder > div {
  padding: 5px;
  position: relative;
  min-height: 1px;
}

.ordersList div.rowOrder > div:nth-child(1) {
  width: 150px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.ordersList div.rowOrder > div:nth-child(2) {
  width: 150px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.ordersList div.rowOrder > div:nth-child(3) {
  width: calc(100% - 420px);
  min-width: 200px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.ordersList div.rowOrder > div:nth-child(4) {
  width: 120px;
  border-bottom: 1px solid #cacaca;
}

.ordersList a {
  color: #428bca;
  text-decoration: underline;
}

.mobStatuses {
  display: none;
}

.mobStatuses div {
  white-space: nowrap;
}

.ownOrders {
  display: none;
  height: 50px;
  width: 100%;
  background-color: #bfbfbf;
}

.boxButtonsOwnOrders {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 767px) {
  table.ordersList tr td, div.ordersList div {
    font-size: 0.85rem;
  }
  .rowOrderBox {
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
  }
  .ordersList div.rowOrder > div:nth-child(1) {
    width: 100%;
    border: 0px;
  }
  .ordersList div.rowOrder > div:nth-child(2) {
    width: 100%;
    border: 0px;
  }
  .ordersList div.rowOrder > div:nth-child(3) {
    width: 100%;
    border: 0px;
  }
  .ordersList div.rowOrder > div:nth-child(4) {
    display: none;
  }
  .mobStatuses {
    display: flex;
  }
  .col-md-12 {
    padding: 5px;
  }
  .ownOrders {
    display: block;
    position: fixed;
    bottom: 0px;
  }
  .boxButtonsOwnOrders {
    display: block;
  }
  .buttonOwnOrder {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border: 2px solid #ffffff;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 10px;
    cursor: pointer;
    margin-left: 10px;
  }
}
/* конец страница заказов */
/* страница остатков */
.ostatkiList > div {
  color: rgba(34, 42, 66, 0.7) !important;
  display: flex;
  flex-wrap: wrap;
}
.ostatkiList > div.th {
  font-weight: bold;
}
.ostatkiList > div.td div {
  border-top: 0.0625rem solid #e3e3e3;
}
.ostatkiList > div.td:hover div {
  background: #FFF5CC;
}
.ostatkiList > div.catName {
  font-weight: bold;
  font-size: 1.1rem;
}
.ostatkiList > div > div {
  padding: 1px 3px;
  vertical-align: middle;
  line-height: 26px;
}
.ostatkiList > div > div.colIndex {
  width: 40px;
  text-align: right;
}
.ostatkiList > div > div.colImage {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px 3px;
}
.ostatkiList > div > div.colImage > img {
  height: 100%;
  width: 100%;
}
.ostatkiList > div > div.colName {
  width: 380px;
}
.ostatkiList > div > div.colDate {
  width: 75px;
  text-align: right;
}
.ostatkiList > div > div.colPrice {
  width: 70px;
  text-align: right;
}
.ostatkiList > div > div .btn {
  margin: 0px 1px;
  vertical-align: middle;
  text-align: center;
  min-width: 40px;
  line-height: 18px;
  font-size: 14px;
  padding: 5px 5px;
}

@media (min-width: 734px) and (max-width: 1080px) {
  .ostatkiList > div > div.colIndex {
    display: none !important;
  }
  .ostatkiList > div > div.colName {
    color: #c82333;
    width: calc(100% - 370px);
  }
  .ostatkiList > div > div.colDate {
    margin-left: auto;
  }
}
@media (max-width: 734px) {
  .ostatkiList > div {
    position: relative;
    margin: 0px -5px;
    background: #ffffff !important;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c2c3;
  }
  .ostatkiList > div.th {
    display: none;
  }
  .ostatkiList > div > div {
    border-top: 0px !important;
  }
  .ostatkiList > div > div.colIndex {
    display: none;
  }
  .ostatkiList > div > div.colImage {
    width: 60px;
    height: 60px;
    float: left;
  }
  .ostatkiList > div > div.colName {
    color: #c82333;
    width: calc(100% - 70px);
  }
  .ostatkiList > div > div.colPrice {
    order: 4;
    width: 70px;
    font-size: 1rem;
    font-weight: bold;
  }
  .ostatkiList > div > div.colZakup {
    display: none;
  }
  .ostatkiList > div > div.colDate {
    order: 3;
    width: 70px;
    text-align: left;
  }
  .ostatkiList > div > div.colCount {
    order: 5;
    width: 50px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
  }
  .ostatkiList > div > div.colButtons {
    order: 6;
    width: calc(100% - 200px);
  }
  .ostatkiList > div > div.colButtons span {
    width: 30%;
  }
}
.table-compaq tr td, table-compaq th td {
  padding: 4px 6px !important;
}

.curs-p {
  cursor: pointer;
}

.minus, .plus {
  width: 26px;
  height: 24px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 3px 2px 3px 2px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

input {
  display: inline-block;
  vertical-align: middle;
}

.list-hover div.item > div {
  border-top: 0.0625rem solid #e3e3e3;
  vertical-align: middle;
}

.list-hover div.item:hover {
  background-color: rgba(34, 42, 66, 0.2);
}

.bt-w {
  border-top: 1px solid #ffffff !important;
}

.vitrinaList {
  display: flex;
  flex-wrap: wrap;
  color: rgba(34, 42, 66, 0.7) !important;
  border-top: 0.0625rem solid #e3e3e3;
  padding: 6px 0px;
}
.vitrinaList:hover {
  background-color: #e9ecef;
}
.vitrinaList > div.vitrinaListDate {
  width: 100px;
}
.vitrinaList > div.vitrinaListName {
  width: 450px;
}
.vitrinaList > div.vitrinaListName > table {
  width: 100%;
}
.vitrinaList > div.vitrinaListUser {
  width: 100px;
}
.vitrinaList > div.vitrinaListPrice {
  width: 100px;
}
.vitrinaList > div.vitrinaListButton {
  width: 100px;
}

@media (min-width: 734px) and (max-width: 1080px) {
  .vitrinaList > div.vitrinaListName {
    width: 430px;
  }
  .vitrinaList > div.vitrinaListUser {
    display: none;
  }
}
@media (max-width: 734px) {
  .vitrinaList > div.vitrinaListDate {
    width: 100%;
  }
  .vitrinaList > div.vitrinaListName {
    width: 100%;
  }
  .vitrinaList > div.vitrinaListUser {
    width: 100%;
    display: none;
  }
  .vitrinaList > div.vitrinaListPrice {
    width: 100%;
  }
  .vitrinaList > div.vitrinaListButton {
    width: 100%;
  }
}
/* конец страница остатков */
/* users page */
.users-page {
  width: 100%;
}

.users-card {
  border-radius: 8px;
  overflow: hidden;
}

.users-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 8px;
}

.users-title {
  margin: 0;
  line-height: 1.2;
}

.users-subtitle {
  margin-top: 4px;
  color: #6c757d;
  font-size: 0.82rem;
}

.users-add,
.users-edit,
.users-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  margin: 0;
  border-radius: 6px;
}

.users-add {
  color: #ffffff;
  background: #2d8f6f;
  box-shadow: 0 4px 12px rgba(45, 143, 111, 0.22);
}

.users-add:hover,
.users-edit:hover,
.users-delete:hover {
  transform: translateY(-1px);
}

.users-body {
  padding: 8px 16px 18px;
}

.users-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.users-table {
  min-width: 760px;
  margin: 0;
}

.users-table thead th {
  color: #6c757d;
  border-top: 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.users-table tbody td {
  vertical-align: middle;
  border-top: 1px solid #f0f2f5;
  color: #343a40;
}

.users-table tbody tr:hover td {
  background: #f8fbfa;
}

.users-login {
  font-weight: 700;
  color: #222a42 !important;
}

.users-mobile-name {
  display: none;
}

.users-phone {
  white-space: nowrap;
}

.users-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}

.users-status.is-active {
  color: #1f6f55;
  background: #e7f6ef;
}

.users-status.is-disabled {
  color: #8a4350;
  background: #f9e8ec;
}

.users-stores {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

.users-store-mark {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 2px;
}

.users-actions-head {
  width: 92px;
}

.users-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.users-edit {
  color: #ffffff;
  background: #4d77a8;
}

.users-delete {
  background: #d9534f !important;
  border: 0;
  cursor: pointer;
}

.users-empty {
  padding: 28px 12px !important;
  text-align: center;
  color: #6c757d;
}

.users-pagination {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .users-page {
    padding: 4px;
  }

  .users-header {
    padding: 12px 12px 6px;
  }

  .users-title {
    font-size: 1rem;
  }

  .users-subtitle {
    margin-top: 1px;
    font-size: 0.74rem;
  }

  .users-add {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .users-body {
    padding: 4px 8px 12px;
  }

  .users-table-wrap {
    overflow: visible;
  }

  .users-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .users-table thead {
    display: none;
  }

  .users-table,
  .users-table tbody,
  .users-table tr {
    display: block;
    width: 100%;
  }

  .users-table tbody tr {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "name"
      "phone"
      "status";
    row-gap: 4px;
    align-items: center;
    min-height: 94px;
    padding: 12px 54px 12px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 13px rgba(34, 42, 66, 0.08);
  }

  .users-table tbody tr + tr {
    margin-top: 12px;
  }

  .users-table tbody td {
    display: block;
    min-height: 0;
    padding: 0 !important;
    border-top: 0;
    text-align: left;
  }

  .users-table tbody td:before {
    display: none;
  }

  .users-table tbody td.users-login {
    grid-area: name;
    font-size: 1rem;
    text-align: left;
    line-height: 1.15;
    overflow: hidden;
  }

  .users-login-text,
  .users-mobile-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .users-mobile-name {
    margin-top: 2px;
    color: #6c757d;
    font-size: 0.78rem;
    font-weight: 500;
  }

  .users-table tbody td:nth-child(2),
  .users-table tbody td:nth-child(3) {
    display: none;
  }

  .users-phone {
    grid-area: phone;
    color: #4f5965;
    font-size: 0.82rem;
  }

  .users-table tbody td:nth-child(5) {
    grid-area: status;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .users-status {
    min-height: 20px;
    padding: 2px 8px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .users-store-mark {
    width: 4px;
    height: 14px;
  }

  .users-actions {
    grid-area: actions;
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    bottom: 8px;
    display: block;
    width: 34px;
    padding: 0 !important;
    border-left: 0;
  }

  .users-actions:before {
    display: none;
  }

  .users-actions .btn {
    position: relative;
    z-index: 6;
    width: 32px;
    height: 30px;
    min-width: 32px;
    font-size: 0.75rem;
    pointer-events: auto;
  }

  .users-actions .users-delete {
    position: absolute;
    top: 0;
    right: 0;
  }

  .users-actions .users-edit {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .users-stores {
    margin-left: 0;
  }

  .users-pagination {
    margin-top: 10px;
  }
}

/* stores page */
.stores-page {
  width: 100%;
}

.stores-card {
  border-radius: 8px;
  overflow: hidden;
}

.stores-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 8px;
}

.stores-title {
  margin: 0;
  line-height: 1.2;
}

.stores-subtitle {
  margin-top: 4px;
  color: #6c757d;
  font-size: 0.82rem;
}

.stores-add,
.stores-edit,
.stores-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  margin: 0;
  border-radius: 6px;
}

.stores-add {
  color: #ffffff;
  background: #2d8f6f;
  box-shadow: 0 4px 12px rgba(45, 143, 111, 0.22);
}

.stores-add:hover,
.stores-edit:hover,
.stores-delete:hover {
  transform: translateY(-1px);
}

.stores-body {
  padding: 8px 16px 18px;
}

.stores-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.stores-table {
  min-width: 760px;
  margin: 0;
}

.stores-table thead th {
  color: #6c757d;
  border-top: 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stores-table tbody td {
  vertical-align: middle;
  border-top: 1px solid #f0f2f5;
  color: #343a40;
}

.stores-table tbody tr:hover td {
  background: #f8fbfa;
}

.stores-name {
  font-weight: 700;
  color: #222a42 !important;
}

.stores-mobile-address {
  display: none;
}

.stores-address {
  max-width: 460px;
}

.stores-phone {
  white-space: nowrap;
}

.stores-color {
  white-space: nowrap;
}

.stores-color-chip {
  display: inline-block;
  width: 26px;
  height: 18px;
  border: 1px solid rgba(34, 42, 66, 0.16);
  border-radius: 4px;
  vertical-align: middle;
}

.stores-color-value {
  display: inline-block;
  margin-left: 7px;
  color: #6c757d;
  font-size: 0.76rem;
  vertical-align: middle;
}

.stores-actions-head {
  width: 92px;
}

.stores-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.stores-edit {
  color: #ffffff;
  background: #4d77a8;
}

.stores-delete {
  background: #d9534f !important;
  border: 0;
  cursor: pointer;
}

.stores-empty {
  padding: 28px 12px !important;
  text-align: center;
  color: #6c757d;
}

.stores-pagination {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .stores-page {
    padding: 4px;
  }

  .stores-header {
    padding: 12px 12px 6px;
  }

  .stores-title {
    font-size: 1rem;
  }

  .stores-subtitle {
    margin-top: 1px;
    font-size: 0.74rem;
  }

  .stores-add {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .stores-body {
    padding: 4px 8px 12px;
  }

  .stores-table-wrap {
    overflow: visible;
  }

  .stores-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .stores-table thead {
    display: none;
  }

  .stores-table,
  .stores-table tbody,
  .stores-table tr {
    display: block;
    width: 100%;
  }

  .stores-table tbody tr {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "name"
      "phone"
      "color";
    row-gap: 4px;
    align-items: center;
    min-height: 108px;
    padding: 12px 54px 12px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 13px rgba(34, 42, 66, 0.08);
  }

  .stores-table tbody tr + tr {
    margin-top: 12px;
  }

  .stores-table tbody td {
    display: block;
    min-height: 0;
    padding: 0 !important;
    border-top: 0;
    text-align: left;
  }

  .stores-table tbody td:before {
    display: none;
  }

  .stores-table tbody td.stores-name {
    grid-area: name;
    font-size: 1rem;
    line-height: 1.15;
    overflow: hidden;
  }

  .stores-name-text,
  .stores-mobile-address {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stores-name-text {
    white-space: nowrap;
  }

  .stores-mobile-address {
    display: -webkit-box;
    margin-top: 3px;
    color: #6c757d;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .stores-address {
    display: none !important;
  }

  .stores-phone {
    grid-area: phone;
    color: #4f5965;
    font-size: 0.82rem;
  }

  .stores-color {
    grid-area: color;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .stores-color-chip {
    width: 22px;
    height: 16px;
  }

  .stores-color-value {
    margin-left: 0;
    font-size: 0.72rem;
  }

  .stores-actions {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    bottom: 8px;
    display: block;
    width: 34px;
    padding: 0 !important;
    border-left: 0;
  }

  .stores-actions:before {
    display: none;
  }

  .stores-actions .btn {
    position: relative;
    z-index: 6;
    width: 32px;
    height: 30px;
    min-width: 32px;
    font-size: 0.75rem;
    pointer-events: auto;
  }

  .stores-actions .stores-delete {
    position: absolute;
    top: 0;
    right: 0;
  }

  .stores-actions .stores-edit {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .stores-pagination {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
