body,
html {
  height: 100%;
  min-height: 100%;
}

#app {
  height: auto;
  min-height: 100%;
}

.wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.main-wrapper {
  overflow: auto;
  padding-top: 90px;
  padding-bottom: 70px;
}

.main-wrapper .main-container {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex {
  display: flex !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.table td {
  height: 71.5px;
}

.checkbox.checkbox-lg {
  margin-bottom: 7px;
  margin-top: 0;
}

.checkbox.checkbox-lg label {
  min-height: 37px;
  min-width: 37px;
  padding-left: 45px;
  padding-top: 6px;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

.checkbox.checkbox-lg label:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
  border: 4px solid #20d37d;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
}

.checkbox.checkbox-lg label.checkbox-right {
  padding-left: 0;
  padding-right: 48px;
}

.checkbox.checkbox-lg label.checkbox-right:before {
  right: 0;
  left: auto;
}

.checkbox.checkbox-lg input[type="checkbox"] {
  display: none;
}

.checkbox.checkbox-lg input[type="checkbox"]:checked + label:before {
  background: #20d37d;
  border: 4px solid #20d37d;
  color: #ffffff;
}

.checkbox.checkbox-lg input[type="checkbox"]:checked + label:after {
  content: "\e934";
  font-family: "icomoon" !important;
  line-height: 1.6;
  position: absolute;
  left: 9px;
  color: #fff;
  top: 50%;
  margin-top: -13px;
}

.checkbox.checkbox-lg
  input[type="checkbox"]:checked
  + label.checkbox-right:after {
  left: auto;
  right: 9px;
  color: #fff;
  top: 50%;
  margin-top: -13px;
}

.btn-radio input {
  display: none;
}

.btn-radio label {
  width: 100%;
  border: 1px solid #8d9fb1;
  background: #f6f6f6;
  padding: 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}

.btn-radio input[type="radio"]:checked + label {
  background: #21325b !important;
  color: #ffffff !important;
}

.btn-radio input[type="radio"]:checked + label.icon-img {
  padding: 6px;
  border: 10px solid #21325b;
  background: #f6f6f6 !important;
}

.btn-radio input[type="checkbox"]:checked + label {
  background: #21325b !important;
  color: #ffffff !important;
}

.btn-radio input[type="checkbox"]:checked + label.icon-img {
  padding: 6px;
  border: 10px solid #21325b;
  background: #f6f6f6 !important;
}

.btn-lg.icon-image-fit {
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .btn-lg.icon-image-fit {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.btn-lg.icon-image-fit img {
  height: 35px;
  color: #ffffff;
}

.location-new .btn-radio label.btn {
  line-height: 48px;
}

.location-new .box-size-block li.w-100 {
  width: 100%;
}

.location-new .box-size-block li .btn.btn-all {
  background: #f6f6f6;
  color: #333;
  height: 62px;
  line-height: 30px;
}
.location-new2 .btn-radio,
.location-new2 .box-size-block li .btn {
  min-width: 80px;
  max-width: 80px;
}

.btn-circle {
  line-height: 58px;
}

.new-location .shelf-height-block {
  height: auto;
}

.isLoading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1111;
}

.isLoading:after {
}

.message_loading {
  display: none;
  position: absolute;
  top: 20%;
  left: 50%;
  padding: 20px;
  border-radius: 5px;
  width: 260px;
  margin-left: -130px;
  text-align: center;
  z-index: 1112;
  background-color: #efefef;
}

.isLoading > .message_loading {
  display: inherit;
}

.table thead th {
  font-weight: bold !important;
}

td {
  vertical-align: middle;
  line-height: 1.3;
}

.grid-stack {
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.grid-stack.location_racking {
  background-color: transparent;
  text-align: center;
}

.grid-stack.location_racking img {
  max-height: 100%;
  height: 120px;
  margin: 50px 0 10px 0;
  cursor: pointer;
}

.grid-stack.location_racking img.image-full {
  height: 100%;
  margin: 0 0;
}

.grid-stack-item {
  overflow: hidden;
  background-color: rgba(251, 242, 128, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 11px;
}

.grid-stack-item-content {
  overflow-y: hidden !important;
}

.grid-stack > .grid-stack-item {
  min-width: auto;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  left: 2px;
  right: 2px;
}

.get-shelf-menu li {
  color: #adadad;
  font-size: 14px;
  font-weight: bold;
  padding: 0 8px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.get-shelf-menu a {
  padding: 0px;
  color: #8d9fb1;
}

.wrapper .get-shelf-block {
  border: 0 none;
  display: block;
  width: 100%;
}

.footer-sidebar .footer-menu .__item a {
  display: block;
  padding: 0px;
}

.footer-sidebar .footer-menu .__item {
  padding: 20px 5px;
}

.actions-item > a,
.actions-item > span {
  cursor: pointer;
}

.actions-item.active > a,
.actions-item.active > span {
  color: #21325b;
}

.footer-sidebar-hide {
  padding: 0;
}

.footer-sidebar-toggle-hide {
  display: none;
}

.footer-sidebar.is-active .footer-sidebar-toggle-hide {
  display: block;
}

.footer-sidebar.is-active .action-btn i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-image-container .select-image-block {
  height: 140px;
  width: 100%;
  background-color: #efefef;
  border: 4px solid #efefef;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.select-image-block img {
  height: 135px;
}

.select-image-block.selected {
  border-color: #41a2f8;
}

.modal-body-fixed {
  max-height: calc(100vh - 155px);
}

.text-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-wrapper .main-footer .navbar-nav {
  display: inline-flex;
}

.pagination {
  /*display: inline !important;*/
}

.__error {
  border: 1px solid #ff3366;
  padding: 10px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ff3366;
  background: rgba(255, 51, 102, 0.037);
}

.modal-content select {
  padding: 12px;
  height: auto;
  background: rgba(196, 196, 196, 0.15);
  border: 1px solid #8d9fb1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn-rounded-circle {
  border-radius: 50% 50%;
  line-height: 40px;
  border: 1px solid #333;
  padding: 0px;
  font-size: 16px;
  height: 38px;
  width: 38px;
  text-align: center;
}

.job-article-block.disabled {
  background-color: #edf0f3;
}

.job-article-description .job-article-block footer {
  left: 10px;
  right: 10px;
}

.job-article-block .text_barcode {
  font-size: 13px;
  padding-right: 10px;
}

.pagination {
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
}

.pagination a {
  font-weight: 300;
  font-size: 30px;
  border-radius: 100% !important;
  color: #ffffff;
}

.pagination li {
  padding: 0 5px;
  float: left;
}

.pagination li i {
  font-size: 20px;
  line-height: 53px;
}

.pagination li .btn {
  line-height: 45px;
  width: 55px;
  border: 0;
  background: #41a2f8;
  height: 55px;
  padding: 0;
  display: block;
  color: #ffffff;
}

.pagination li.prev-arrow {
  margin-right: 15px;
}

.pagination li.prev-arrow .btn {
  line-height: 45px;
  width: 55px;
  border: 0;
  background: #41a2f8;
  height: 55px;
  padding: 0;
  display: block;
  color: #ffffff;
}

.pagination li.next-arrow {
  padding-left: 10px;
}

.pagination li.active .btn {
  background: #354b81 !important;
  border: 1px solid #354b81 !important;
}

.modal-footer-dark {
  background: #21325b;
}

.input-sm {
  height: 40px !important;
  padding: 10px 10px !important;
  font-size: 16px;
  line-height: 1.5 !important;
  border-radius: 3px;
}

.job-list-container .footer-menu {
  max-width: none !important;
}

.upload_buttons {
  float: left;
  width: 60px;
}

.upload_buttons button {
  width: 60px;
  text-align: center;
  margin-bottom: 6px;
}

.upload_placeholder {
  min-height: 240px;
  margin-left: 70px;
  position: relative;
}

.upload_placeholder > img {
  z-index: 1;
  position: relative;
}

.upload_placeholder > img[src=""] + .upload_placeholder_content {
  background-image: url("../img/icons8-photo_gallery.png");
  background-color: #e0e0e0;
}

.upload_placeholder_content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.form-control-flat {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
}

.w-auto {
  width: auto !important;
}

.text-one-line-table {
  width: 100% !important;
  position: relative;
}

.text-one-line-table:before {
  content: "&nbsp;";
  visibility: hidden;
}

.text-one-line-table span {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataTable td {
  white-space: nowrap;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background: #41a2f8;
  border: 1px solid #41a2f8;
  outline: none;
}

.bootoast.alert-info {
  color: #ffffff;
  background-color: #21325b;
  border-color: #21325b;
}

.bootoast.alert-danger {
  color: #ffffff;
  background-color: #d13633;
  border-color: #d13633;
}

.bootoast.alert-success {
  color: #ffffff;
  background-color: #49ab4b;
  border-color: #49ab4b;
}

.bootoast .form-control {
  padding: 8px 15px;
}

.bootoast .close {
  font-size: 36px;
  line-height: 40px;
  opacity: 0.8;
}

.bootoast > .glyphicon {
  font-size: 26px;
  line-height: 40px;
}

.bootoast
  > .bootoast-alert-container
  > .bootoast-alert-content
  editor-squiggler {
  display: none;
}

.breadcrumb {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: transparent;
}

.breadcrumb > li + li:before {
  padding: 0;
}

.breadcrumb li {
  float: left;
  background: #41a2f8;
  text-align: center;
}


.breadcrumb li[data-page="0"] {
  background: #256295;
}
.breadcrumb li[data-page="0"] a:after {
  border-left-color: #256295;
}

.breadcrumb li.active a {
  background: brown; /* fallback color */
  background: #ffc107;
}

.breadcrumb li.completed a {
  background: brown; /* fallback color */
  background: hsla(153, 57%, 51%, 1);
}

.breadcrumb li.active a:after {
  border-left: 30px solid #ffc107;
}

.breadcrumb li.completed a:after {
  border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 12px 0 12px 36px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  min-width: 65px;
}

.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #41a2f8;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 15px;
}

.breadcrumb li a:hover {
  background: #ffc107 !important;
}

.breadcrumb li a:hover:after {
  border-left-color: #ffc107 !important;
}

.breadcrumb.disabled li,
.breadcrumb.disabled li.active a {
  background: #ccc;
}
.breadcrumb.disabled li a:after {
  border-left-color: #ccc;
}

.breadcrumb.disabled li a:before {
  border-left-color: #ccc;
}

.form-control ~ [data-loading] {
  display: none;
  float: right;
  margin-top: -33px;
  margin-right: 12px;
  width: 20px;
}

.form-control.loading ~ [data-loading],
.form-control ~ [data-loading="true"] {
  display: block;
}

[data-area^="left_image"],
[data-area^="right_image"] {
  min-height: 200px;
  width: 100%;
  background-color: #e8ecef;
}

.dataTables_empty {
  text-align: center !important;
}

.close {
  font-size: 30px;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: -10px;
}

.grid-stack-item.multiuse:after {
  content: "m";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  line-height: 1;
}

.grid-stack-item-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.grid-stack-item .bin {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  line-height: 1;
}

/* job list color status*/
.checkbox[class*="color_status_"] input[type="checkbox"]:checked + label:before,
.job-status.job-play[class*="color_status_"] {
  background: #41a2f8;
  border-color: #41a2f8;
}
.checkbox[class*="color_status_"] label:before {
  border-color: #41a2f8;
}

.checkbox.color_status_0 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_0,
.checkbox.color_status_1 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_1 {
  background: #41a2f8 !important;
  border-color: #41a2f8 !important;
}
.checkbox.color_status_0 label:before,
.checkbox.color_status_1 label:before {
  border-color: #41a2f8 !important;
}

.checkbox.color_status_2 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_2 {
  background: #20d37d !important;
  border-color: #20d37d !important;
}
.checkbox.color_status_2 label:before {
  border-color: #20d37d !important;
}

.checkbox.color_status_3 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_3 {
  background: #8b20d3 !important;
  border-color: #8b20d3 !important;
}
.checkbox.color_status_3 label:before {
  border-color: #8b20d3 !important;
}

.checkbox.color_status_4 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_4 {
  background: #d3c420 !important;
  border-color: #d3c420 !important;
}
.checkbox.color_status_4 label:before {
  border-color: #d3c420 !important;
}

.checkbox.color_status_5 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_5 {
  background: #939090 !important;
  border-color: #939090 !important;
}
.checkbox.color_status_5 label:before {
  border-color: #939090 !important;
}

.checkbox.color_status_6 input[type="checkbox"]:checked + label:before,
.job-status.job-play.color_status_6 {
  background: #000000 !important;
  border-color: #000000 !important;
}
.checkbox.color_status_6 label:before {
  border-color: #000000 !important;
}

.btn-circle.btn-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 1200px) {
  .fs-1 {
    font-size: 30px !important;
  }

  .fs-2 {
    font-size: 26px !important;
  }
}

.act-edit-additional-data {
  cursor: pointer;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .search-block .search-form .btn-search-create {
    right: 40px !important;
  }

  .search-block .search-form .btn-search [class^="icon-"],
  .search-block .search-form .btn-act [class^="icon-"] {
    font-size: 22px;
    line-height: 33px !important;
  }

  .footer-sidebar .footer-menu .__item {
    padding: 8px 5px;
    height: 80px;
    font-size: 13px;
    margin: 6px 5px;
    width: 95px;
    border-radius: 10px;
  }

  .footer-sidebar .footer-menu .__item i {
    font-size: 25px;
    height: 28px !important;
  }

  .btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .main-wrapper .main-footer {
    min-height: 40px;
  }

  .navbar {
    min-height: 40px;
  }

  .main-wrapper .main-footer .nav-item {
    margin-right: 10px;
  }

  .navbar-nav > li > a {
    padding: 9px 10px;
    line-height: 18px;
    height: 38px;
  }
  .pagination li {
    padding: 0 2px;
  }
  .pagination {
    font-size: 16px;
    line-height: 40px;
  }

  .pagination li .btn,
  .pagination li.prev-arrow .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .pagination li.prev-arrow {
    padding-right: 5px;
    margin-right: 5px;
  }

  .pagination li.next-arrow {
    padding-left: 5px;
    margin-left: 5px;
  }

  .pagination li i {
    line-height: 40px;
  }

  .table {
    font-size: 14px;
  }
  .table thead th {
    font-size: 12px;
  }
  .table td {
    height: 50px;
  }
  .table .btn-action {
    width: 30px;
    height: 30px;
  }

  .table .btn-action i {
    line-height: 30px;
    font-size: 14px;
  }

  .l-font-28 {
    font-size: 20px;
    line-height: 40px !important;
  }

  .navbar-actions .btn-info,
  .navbar-actions .btn-black {
    padding: 0 0;
    height: 40px;
    width: 40px;
    text-align: center;
  }

  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fs-1 {
    font-size: 22px !important;
  }
  .fs-2 {
    font-size: 22px !important;
  }
  .form-control {
    padding: 12px;
    line-height: 1;
  }

  .d-xs-block {
    display: block !important;
  }
  .d-1-xs {
    display: block;
  }
  .d-0-xs {
    display: none !important;
  }

  .d-xs-inline-block {
    display: inline-block;
  }

  h3,
  .h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .d-0-xs {
    display: block;
  }
  .d-1-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .service-menu {
    padding: 30px 10px;
  }

  .service-menu .nav_item {
    display: inline-block;
    margin-right: 5px;
  }
  .service-menu label {
    font-size: 14px;
  }

  .service-menu .btn-configuration {
    width: 65px;
    padding: 10px 5px;
    font-size: 12px;
  }

  .service-menu .btn-configuration i {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .service-menu .service-menu-footer .container {
    margin-top: 10px;
    padding-top: 10px;
  }

  .dropdown-icon {
    padding: 2px 0px;
    width: 40px;
  }

  .menu-cat {
    width: 330px !important;
    background-color: white !important;
    margin-top: 15px !important;
    margin-bottom: 10px;
  }
  .menu-cat li {
    display: inline-block;
  }

  .menu-cat > li > a {
    padding: 5px 5px !important;
  }

  .modal-dialog-centered {
    transform: none !important;
  }
  .breadcrumb li a {
    min-width: 10px;
  }
  .breadcrumb > li + li:before {
    content: none;
  }
  .breadcrumb li a:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }

  .breadcrumb li a:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #41a2f8;
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }
  .breadcrumb li.active a:after {
    border-left: 15px solid #ffc107;
  }
  .breadcrumb li a {
    padding: 12px 5px 12px 25px;
  }
}

/* Text truncation utility class */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

/* Text truncate with multiple lines support */
.text-truncate-multiline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* Text truncate with 3 lines */
.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* Text truncate with custom line clamp */
.text-truncate-custom {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* only visible multiple item shelf pick button for mpx host */
#multiple-item-shelf-pick{
    display: none;
}

[data-display] {
  position: absolute;
  top: -4px;
  /* right: -36px; */
  background-color: white;
  color: black;
  padding: 2px 5px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

[data-display=""],
[data-display="0"],
[data-display="undefined"],
[data-display="null"] {
    display: none;
}

/* Map switch toggle styles */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(20px);
}