/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  height: 100%;
}
.no-flex {
  display: block;
}
[data-delete] {
  cursor: pointer;
}
.sorter {
  cursor: move;
  font-size: 100%;
}
.avatar-ball {
  display: inline-block;
  vertical-align: middle;
  color: white;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 12px;
  padding: 12px 10px;
}
.has-icon-left i {
  line-height: 2.2;
}
[data-module] img {
  max-width: 140px;
  max-height: 140px;
}
.image-loader label.image-field {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px dashed #ccc;
  display: block;
  background: rgba(100, 100, 100, 0.1);
  text-align: center;
  color: #ccc;
  padding: 25px;
  cursor: pointer;
  min-height: 100px;
  position: relative;
}
.image-loader label.image-field.many-loader {
  text-align: left;
}
.image-loader label.image-field.many-loader:hover {
  opacity: 1;
}
.image-loader label.image-field .single-image {
  max-width: 100%;
}
.image-loader label.image-field .many-images {
  margin: 0;
  padding: 0;
}
.image-loader label.image-field .many-images li {
  display: inline-block;
}
.image-loader label.image-field .many-images li .many-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  -webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.image-loader label.image-field .many-images li .many-image [data-gallery-delete] {
  position: absolute;
  top: -13px;
  right: -26px;
  left: auto;
  margin: 0;
  padding: 5px;
}
.image-loader label.image-field .many-images li .many-image [data-gallery-delete] i {
  margin-left: 0;
  position: relative;
  margin-top: 0;
  font-size: 14px;
  left: 0;
}
.image-loader label.image-field .many-images li .many-image .in {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.image-loader label.image-field .many-images li .many-image .in img {
  max-width: 100%;
  max-height: 100%;
}
.image-loader label.image-field:hover {
  opacity: 0.8;
}
.image-loader label.image-field i {
  font-size: 35px;
  margin-left: -17px;
  margin-top: -17px;
  left: 50%;
  top: 50%;
  position: absolute;
}
.image-loader label.image-field input {
  display: none;
}
.cropper-container {
  margin: auto auto 15px auto;
}
[data-smarttable] [data-sm-search] .col-12,
[data-smarttable] [data-sm-search] .col-md-12 {
  margin: 0;
  padding: 0;
}
[data-smarttable] [data-sm-search] .form-group {
  margin: 0;
}
.media-heading small {
  font-size: 12px;
  color: #999;
}
.fs23 {
  font-size: 23px;
}
.input-icon {
  position: absolute;
  right: 22px;
  top: 27px;
  color: #bfbfbf;
}
.backlink {
  display: block;
  margin-top: -10px;
  font-size: 12px;
  margin-bottom: 5px;
}
.small-table td {
  padding: 2px 5px;
  font-size: 12px;
}
.flexbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders-table,
.orders-table table {
  font-size: 13px;
  margin-top: 15px;
}
.orders-table td,
.orders-table table td {
  padding: 3px;
}
.orders-table img,
.orders-table table img {
  max-width: 25px;
  max-height: 25px;
}
.card.info-block:hover {
  opacity: 0.6;
  cursor: pointer;
}
.order-preview-block .order-see {
  display: none;
}
.order-preview-block.blocked .order-see {
  display: inline-block;
}
.order-preview-block.blocked .order-take {
  display: none;
}
.o-a {
  overflow: auto;
}
.plt {
  padding-top: 16px;
}
.form-group-no-margin .form-group {
  margin: 0;
}
.filemanager .file {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
.filemanager .file:hover {
  -webkit-box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
  box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
}
.filemanager .image-delete {
  position: absolute;
  top: -3px;
  right: 0;
  background: rgba(255, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  color: white;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 3px 2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filemanager .image-delete:hover {
  -webkit-box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
  box-shadow: 1px 1px 17px rgba(40, 40, 40, 0.5);
}
[data-modal-hash="cropper-window"] {
  z-index: 1100;
}
.datepickers-container {
  z-index: 2000;
}
.csloader {
  color: #ffffff;
  font-size: 18px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.file-block {
  background: #640064;
  color: #fff;
  background-image: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, 0.5));
  background-repeat: repeat-x;
  display: block;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.file-block:hover {
  opacity: 0.7;
  color: white;
}
[data-delete-file] {
  font-size: 20px;
  cursor: pointer;
}
