@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: 30px;
  height: 28px;
  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%;
  }
}
/* конец страница остатков */
/*# sourceMappingURL=style.css.map */
