body {
  background: white;
}

.pl-70 {
  padding-left: 70px !important;
}

.bg-primary-dark {
  background-color: #17a2b8;
}

#location-table, #asset-table, #po-table {
  border: 1px solid #17a2b8;
  border-radius: 10px;
}

/*Theme the header*/
#location-table .tabulator-header, #asset-table .tabulator-header, #po-table .tabulator-header {
  background-color: #17a2b8;
  color: #fff;
  border: none;
}

.tabulator .tabulator-header {
  padding-left: 0;
  margin-bottom: 2px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: #666;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #17a2b8;
  height: 50px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 10px;
}

.tabulator-row {
  font-size: 14px;
}

.tabulator-row .tabulator-cell:first-child {
  border-left: 10px solid #17a2b8;
}

.tabulator-row:nth-child(2n) .tabulator-cell:first-child {
  border-left: 10px solid rgba(23, 162, 184, 0.7);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top: none;
  margin-right: 0;
}

.disp-text-xl {
  font-size: 100px;
  background: -webkit-linear-gradient(30deg, #17a2b8 20%, rgba(23, 162, 184, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  margin: 0 !important;
  padding: 0 !important;
}

.shadow-md-light {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.container-rounded-white {
  padding: 10px;
  /* border-radius: 10px; */
  /* background: #fff; */
  /* margin-top: 80px; */
  /* -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); */
}

.container-md {
  padding: 20px 20px;
  border-radius: 10px;
  background: #fff;
  margin-top: 80px;
  max-width: 1230px;
  height: 88vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.container-md::-webkit-scrollbar {
  width: 7px;
}

.container-md::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.container-md::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0 20px 20px 0;
}

.container-md::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.para-sm {
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.form-ctrl {
  display: inline-block;
  width: auto;
}

.form-control {
  background: transparent;
  border: 1px solid black;
}

.text-primary-dark {
  color: #17a2b8;
}

td {
  font-size: 12px;
}

.disabled-input {
  border: none;
  background: #fff;
}

.edit-location {
  background: #f2f2f2;
  position: relative;
}

.add-fields {
  position: relative;
}

.bg-primary-light {
  background: rgba(23, 162, 184, 0.8);
  color: white;
}

.container-header {
  border-radius: 10px 10px 0 0;
}

.mw-100 {
  max-width: 100%;
  display: inline-block;
}

.hr-b-primary {
  border: 1px solid #17a2b8;
}

.list-item-selected {
  border: 2px solid green !important;
}

.list-item-exist {
  border: 1px solid grey !important;
  background: lightgray !important;
}

.list-item-exist > * {
  color: black !important;
}

.deselect, .list-item-selected {
  cursor: pointer;
}

.stat-indicator {
  padding: 0 5px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.view-card-header {
  padding: 10px;
  background: rgba(23, 162, 184, 0.7);
}

.view-card-body {
  border-left: 1px solid #17a2b8;
  border-right: 1px solid #17a2b8;
  border-bottom: 1px solid #17a2b8;
}

.view-card-body .tag .active {
  position: relative;
  background: #fff;
  border-top: 1px solid #17a2b8;
  border-left: 1px solid #17a2b8;
  border-right: 1px solid #17a2b8;
  bottom: -1px;
  z-index: 2;
}

.bg-primary {
  background: #17a2b8 !important;
  padding: 0;
  margin: 0;
}

.border-bottom-primary {
  border-bottom: 1px solid #17a2b8 !important;
}

.get-started {
  width: 100%;
  height: 90vh;
  position: relative;
}

.get-started-display {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.get-started-button {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.tab-active {
  border-top: 1px solid #17a2b8;
  border-left: 1px solid #17a2b8;
  border-right: 1px solid #17a2b8;
  background: #fff;
  position: relative;
  top: 1px;
  z-index: 2;
}

.bb-primary {
  border-bottom: 1px solid #17a2b8;
}

.file-thumbnail {
  position: relative;
  padding: 0;
  z-index: 1;
}

.file-thumbnail .file-action {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.file-thumbnail:hover span {
  opacity: 0.3;
}

.file-thumbnail:hover .file-action {
  opacity: 1;
}

[type='checkbox'] {
  position: static !important;
  left: 0 !important;
  opacity: 1 !important;
}

.field-bar {
  position: relative;
}

.field-bar-visible {
  position: relative;
  z-index: 2;
  background: #fff;
}

.field-bar-hidden {
  position: relative;
  width: 95%;
  margin: 0 auto;
  font-size: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.field-bar:hover {
  margin-bottom: 10px;
}

.field-bar:hover .field-bar-visible {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.field-bar:hover .field-bar-hidden {
  visibility: visible;
  font-size: 14px;
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.item-selected {
  background: rgba(23, 162, 184, 0.5);
}

.item-selected > * {
  color: white;
}

.navbar-brand {
  color: #01444a !important;
}

#emp-list {
  overflow-y: initial !important;
}

#emp-list {
  max-height: 95vh;
  overflow-y: auto;
}

.theme-red .bars {
  color: #17a2b8;
}

.menu-sm-scroll {
  overflow-y: scroll;
  height: 90vh;
}

.toggle {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background: grey;
}

.toggle-btn {
  width: 50px;
  height: 25px;
  border-radius: 100px;
  border: 1px solid #17a2b8;
  display: inline-block;
  margin: 0;
  position: relative;
}

.toggle-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #17a2b8;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toggle-btn::before {
  content: "yes";
  font-size: 12px;
  color: #17a2b8;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toggle-btn-completed {
  background: #17a2b8;
}

.toggle-btn-completed::after {
  left: unset;
  right: 2px;
  background: #fff;
}

.toggle-btn-completed::before {
  content: "";
}

.modal-header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: transparent;
}

.modal-content {
  max-height: 95vh;
  overflow-y: auto;
}

.loader2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1100;
}

.loader2 .loader-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.loader2 .loader-2 .loadingcogs {
  width: 128px;
  height: 100px;
}

.loader2 .loader-2 .loadingcogs:before, .loader2 .loader-2 .loadingcogs:after {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #17a2b8;
  content: "\f013";
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loader2 .loader-2 .loadingcogs:after {
  top: 30px;
  left: -12px;
  animation: spin 4s linear infinite reverse;
}

.loader2 .loader-2-text {
  font-size: 20px;
  font-weight: 500;
  color: #17a2b8;
}

.loader2 .loader-2-text span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  margin-left: 5px;
  background: #17a2b8;
}

.loader2 .loader-2-text span:first-child {
  -webkit-animation: fade-in 1s -0.14s infinite ease-in-out both;
          animation: fade-in 1s -0.14s infinite ease-in-out both;
}

.loader2 .loader-2-text span:nth-child(2) {
  -webkit-animation: fade-in 1s -0.07s infinite ease-in-out both;
          animation: fade-in 1s -0.07s infinite ease-in-out both;
}

.loader2 .loader-2-text span:last-child {
  -webkit-animation: fade-in 1s 0s infinite ease-in-out both;
          animation: fade-in 1s 0s infinite ease-in-out both;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.message-hidden {
  display: none;
}

.message-error {
  font-size: 12px;
  padding: 0 5px;
  display: inline-block;
  background: #ff6161;
  color: white;
}

.modal {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.border-dark {
  border: 1px solid rgba(23, 162, 184, 0.5);
}

input {
  background: transparent;
  border: 1px solid #000;
  border-radius: 3px;
}

input[type='select'] {
  background: transparent;
}

.table td {
  vertical-align: middle;
}

.table-borderless td, .table-borderless th {
  border: none;
  padding: 5px !important;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
  border: none;
}

.add-column-icon {
  position: relative;
  top: 3px;
}

.add-column-icon i {
  color: #17a2b8;
  font-size: 20px;
}

.add-column-icon:hover .columns-list {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.add-column-icon .columns-list {
  text-align: left;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  width: 150px;
  max-width: 200px;
  max-height: 350px;
  right: 0;
  top: 20px;
  background: #17a2b8;
  z-index: 10;
  border-radius: 5px;
  padding: 20px 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow-y: scroll;
}

.add-column-icon .columns-list::-webkit-scrollbar {
  display: none;
}

.filter-stat:hover .filter-stat-heading, .filter-type:hover .filter-stat-heading, .filter-time:hover .filter-stat-heading, .filter-stat:hover .filter-type-heading, .filter-type:hover .filter-type-heading, .filter-time:hover .filter-type-heading, .filter-stat:hover .filter-time-heading, .filter-type:hover .filter-time-heading, .filter-time:hover .filter-time-heading {
  color: #17a2b8;
}

.filter-stat-opt, .filter-type-opt, .filter-time-opt {
  font-size: 10px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.filter-btn {
  display: inline-block;
  margin: 5px 2px;
  padding: 3px 5px;
  background: rgba(23, 162, 184, 0.1);
  font-size: 12px;
  color: #5a5a5a;
  border-radius: 3px;
  cursor: pointer;
}

.filter-btn-clicked {
  background: #17a2b8;
  color: white;
}

.filter-btn-clicked > [class$="secondary"] {
  background: white;
  color: #000;
}

.border-y-dotted {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}

.table-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.custom-table-header, .custom-table-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
}

.shrink {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

.table-row:hover {
  background: #eee;
}

.table-row:hover .shrink {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.data-card {
  background: #eee;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.data-card-header {
  font-weight: bold;
  color: #17a2b8;
}

.data-card-column {
  font-size: 12px;
}

.data-card:hover {
  background: #fff;
}

.data-card:hover .shrink {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.f-basis-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.f-basis-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.f-basis-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.f-basis-60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.rounded-icon {
  background: #17a2b8;
  color: white;
  padding: 3px 4px;
  margin: 5px;
  border-radius: 3px;
}

.breakdown-asset {
  background: #ff6161 !important;
}

.breakdown-asset-header {
  background: rgba(255, 97, 97, 0.7);
}

.text-input-search {
  position: relative;
}

.text-input-search-result {
  position: absolute;
  padding: 5px 10px;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
  max-height: 150px;
  top: 30px;
  left: 0;
  z-index: 2;
  overflow-y: auto;
}

.profile-dropdown {
  left: -200px;
}

.profile-dropdown .user-header {
  padding: 10px;
  background: #17a2b8;
}

.img-circle {
  border-radius: 100%;
}

.red-font {
  color: red;
}

.orange-font {
  color: orange;
}

.green-font {
  color: green;
}

.box-collapse-header {
  background: lightgray;
}

.box-open {
  background: #17a2b8;
  color: white;
}

.box-shadow-sm {
  -webkit-box-shadow: 1px 1px 2px grey;
          box-shadow: 1px 1px 2px grey;
}

@media (max-width: 575.98px) {
  .pl-70 {
    padding-left: 10px !important;
  }
  .container-rounded-white {
    padding: 10px;
  }
  .profile-img {
    border-radius: 50%;
    margin-left: 10px;
  }
  .qr-code {
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
  }
  .info-col:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .info-col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .info-col:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tab-active {
    border: none;
    position: relative;
    top: 1px;
    z-index: 2;
    background: #17a2b8;
    color: white !important;
  }
  .add-column-icon {
    top: 15px;
  }
  .add-column-icon i {
    font-size: 30px;
  }
}

.btn-primary-dark {
  background: #17a2b8;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  outline: none;
  border: none;
}

.btn-primary-dark:hover {
  color: #fff;
}

.btn-primary-dark:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary-dark:focus {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-primary-light {
  background: rgba(23, 162, 184, 0.8);
  color: #fff;
}

.btn-primary-light:hover {
  color: #fff;
}

.btn-secondary-dark {
  padding: 15px 30px;
  border-radius: 10px;
  background: #eee;
  font-size: 16px;
  font-weight: 100;
}

.btn-secondary-sm {
  padding: 10px 20px;
  border-radius: 10px;
  background: #eee;
  font-size: 16px;
  font-weight: 100;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-secondary-sm:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-secondary-sm:focus {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-icon {
  padding: 5px;
  border-radius: 4px;
  background: #eee;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-icon:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-icon:focus {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-edit {
  margin: 0;
  padding: 0 5px;
  color: #17a2b8;
}

.btn-edit:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.btn-get-started {
  position: relative;
  display: inline-block;
}

.btn-get-started::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #17a2b8;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: expand 1s linear  infinite;
          animation: expand 1s linear  infinite;
}

@-webkit-keyframes expand {
  0% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.3) scaleY(1.5);
            transform: scaleX(1.3) scaleY(1.5);
  }
}

@keyframes expand {
  0% {
    opacity: 0.7;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.3) scaleY(1.5);
            transform: scaleX(1.3) scaleY(1.5);
  }
}

.btn-bottom-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: -20px;
}

.profie-img {
  position: relative;
}

.profie-img .img-edit-btn {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.btn-secondary {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-secondary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-danger {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-danger:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-danger:focus {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-none {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.btn-none:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.floating-btns {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  right: 0;
  z-index: 1;
}

.dropdown-btn {
  position: relative;
}

.dropdown-btn:hover .dropdown-btn-options {
  opacity: 1;
  font-size: 14px;
  width: 200px;
  height: auto;
}

.dropdown-btn-options {
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  left: 0;
  width: 0px;
  height: 0px;
  background-color: white;
  font-size: 0px;
  opacity: 0;
}

.setup-btns td {
  cursor: pointer;
}

.setup-btn {
  color: #fff;
  background-color: #17a2b8;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.multi-warehouse-disable-btn {
  position: relative;
}

.multi-warehouse-disable-btn a {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  color: #444;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 2px;
  border: 1px solid #ddd;
  z-index: 10;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.multi-warehouse-disable-btn:hover a {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__container {
  min-width: 60%;
  max-width: 70%;
  background: white;
  margin: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  max-height: 85vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: relative;
}

.popup__content {
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.popup__left {
  display: table-cell;
  width: 33.3333%;
  padding-right: 30px;
  text-align: right;
}

.popup__right {
  display: table-cell;
  width: 66.6666%;
  padding-left: 30px;
  border-left: 1px solid gray;
  text-align: left;
}

.input-delete-icon {
  visibility: hidden;
}

.input-hover:hover .input-delete-icon {
  visibility: visible;
  cursor: pointer;
}

.menu-search {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  color: #17a2b8;
  height: 50vh;
  width: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 30px;
  z-index: 99;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.menu-search-heading {
  margin-top: 40px;
}

cron-gen .panel {
  width: 100%;
}

cron-gen .cron-gen-main ul.nav {
  margin: 0px !important;
}

cron-gen .cron-gen-main .nav li {
  margin: 10px;
}

cron-gen .cron-gen-main .form-control {
  display: initial;
  width: 70px;
}

cron-gen .cron-gen-main .well.well-small {
  padding: 10px;
  background: #eee;
  margin: 5px;
  border-radius: 3px;
}

cron-gen .cron-gen-main .inline-block {
  display: inline-block;
}

.cron-gen-box {
  padding: 15px;
  margin-bottom: 15px;
}

.cron-gen-box:hover {
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 10px #eee;
          box-shadow: 2px 2px 10px #eee;
  border-top: 1px solid #aaa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #eeeeee52;
}

/* --- SWITCH --- */
.switch * {
  cursor: pointer;
}

.switch [type="checkbox"] {
  display: none;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}

.switch input:checked + span {
  background-color: teal;
  border-color: teal;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.switch input:checked + span:after {
  left: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.delete {
  font-size: 18px;
  color: #ff5858;
  margin-left: 10px;
}
/*# sourceMappingURL=scss-style.css.map */