﻿@charset "UTF-8";
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/varela-round-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("fonts/varela-round-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/varela-round-v11-latin-regular.woff2") format("woff2"), url("fonts/varela-round-v11-latin-regular.woff") format("woff"), url("fonts/varela-round-v11-latin-regular.ttf") format("truetype"), url("fonts/varela-round-v11-latin-regular.svg#VarelaRound") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(fonts/WhitneySSm-Book-Adv_Web.woff2) format("woff2"), url(fonts/WhitneySSm-Book-Adv_Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(fonts/WhitneySSm-Semibold-Adv_Web.woff2) format("woff2"), url(fonts/WhitneySSm-Semibold-Adv_Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(fonts/WhitneySSm-Bold-Adv_Web.woff2) format("woff2"), url(fonts/WhitneySSm-Bold-Adv_Web.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  letter-spacing: 0.03em;
}
body.modal-open {
  overflow: hidden !important;
}

.actions {
  text-align: center;
}
.actions a {
  padding: 5px 10px;
  display: inline-block;
  color: #64a4e8;
}
.actions a + a {
  margin-left: 10px;
}
.actions .Holding {
  background: #22b9ff;
}
.actions .Holding a {
  color: #fff;
}

.datepicker {
  z-index: 9000 !important;
}
.datepicker .pcr-interaction {
  font-size: 1rem !important;
}

.fake-password {
  text-security: disc;
  -webkit-text-security: disc;
  -mox-text-security: disc;
}

.dropdown.dropdown-flex {
  display: flex;
}

.loading-content {
  position: absolute;
  z-index: 10051;
  width: 100%;
  top: 0;
  height: 100%;
  transform: unset;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.loading-content .preloader-wrapper {
  position: sticky;
  top: 30%;
  z-index: 10051;
  white-space: nowrap;
}
.loading-content .spinner-blue-only {
  border-color: var(--primary-color);
}

.loading-backdrop {
  max-width: 100%;
  max-height: 100%;
  background: #eee;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.15s linear;
}

body > .loading-content, body > .loading-backdrop {
  position: fixed;
}

.dt-bootstrap4 .menu .col-12 .btn-group {
  display: inline-block;
}
@media (max-width: 768px) {
  .dt-bootstrap4 .menu .col-12 .btn-group {
    text-align: left;
  }
}
.dt-bootstrap4 .menu .btn, .dt-bootstrap4 .menu .form-control {
  height: 43px;
}
.dt-bootstrap4 .menu label {
  margin-bottom: 0;
}
.dt-bootstrap4 .menu .dataTables_length {
  display: inline-block;
}
.dt-bootstrap4 .table tbody tr.rejected {
  background: #ffaeae;
}
.dt-bootstrap4 .table tbody tr.rejected td a {
  color: #fff;
}
.dt-bootstrap4 .table tbody tr.pending {
  background: #ffcc68;
}
.dt-bootstrap4 .table tbody tr.pending td a {
  color: #fff;
}
.dt-bootstrap4 .table thead th, .dt-bootstrap4 td {
  border-bottom: none;
  border-color: #ebebeb;
}

.status {
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 10rem;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
}
.status.status-large {
  padding: 5px 20px;
  font-size: 100%;
}

.status.status-none {
  background-color: #838383;
}

.status.status-new {
  background-color: #ff3399;
}

.status.status-processing {
  background-color: #adb5bd;
}

.status.status-shipped {
  background-color: #1BA40C;
}

.status.status-partiallyshipped {
  background-color: #ffa902;
}

.status.status-complete {
  background-color: #4190e2;
}

.status.status-cancelled {
  background-color: #ff4848;
}

.status.status-received {
  background-color: #64a4e8;
}

.status.status-rejected {
  background-color: #ffa902;
}

.status.status-refundrequested {
  background-color: #ff3399;
}

.status.status-refundrejected {
  background-color: #ffa902;
}

.status.status-refunded {
  background-color: #ff8000;
}

.row > div[class^=col-] .form-group .col-form-label {
  width: 100%;
  text-align: left;
}
.row > div[class^=col-] .form-group label {
  color: #838383;
}
.row > div[class^=col-] .form-group label span.gray-500 {
  color: #adb5bd;
}
.row .brand-logo-title, .row .seller-logo-title {
  color: #838383;
}

.field-validation-error {
  color: #ff4848;
}

.kt-alert {
  font-size: 16px;
}
.kt-alert .kt-alert__icon .far {
  font-size: 34px !important;
}

.input-group.nowrap {
  flex-wrap: nowrap;
}
.input-group.nowrap .input-group-append .btn {
  white-space: nowrap;
}

.input-group .twitter-typeahead {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  z-index: 1;
}

.kt-badge--wide {
  min-width: 26px;
  min-height: 26px;
}
.kt-badge--wide .fa, .kt-badge--wide .fas, .kt-badge--wide .far, .kt-badge--wide .fal, .kt-badge--wide .fab {
  line-height: 20px !important;
}

.font-bold {
  font-weight: bold !important;
}

.flex-direction-col {
  flex-direction: column;
}

.content-list .content-list-results .content-list-item {
  display: table;
  width: 100%;
  padding: 5px 0;
  outline: none;
}
.content-list .content-list-results .content-list-item .content-list-item-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  width: 50px;
  font-size: 1.2rem;
}
.content-list .content-list-results .content-list-item .content-list-item-pending-change {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  width: 32px;
  font-size: 1.2rem;
}
.content-list .content-list-results .content-list-item .content-list-item-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}

.select2-dropdown {
  z-index: 1061;
}

.select2-selection--single {
  height: calc(1.5em + 1.3rem + 2px) !important;
}

.select2-container--open {
  z-index: 9999;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #b0d1f3;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #b0d1f3;
}

.star {
  font-size: 18px !important;
}

.scroll-body {
  scrollbar-color: lightgrey;
  scrollbar-width: thin;
}

tr:not(.hide-details-control).shown td.details-control:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #ff4848;
}
tr:not(.hide-details-control) td.details-control:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #1BA40C;
}

td.expand-revisions.shown a.expand:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #ff4848;
}
td.expand-revisions a.expand:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #1BA40C;
}

.inline-block {
  display: inline-block;
}

.note-portlet {
  max-height: 1000px;
  overflow: auto;
}

.toast-title {
  color: white !important;
}

.upload-image-drag-drop {
  min-width: 340px;
}
.upload-image-drag-drop > .card > .card-body {
  padding: 0;
}
.upload-image-drag-drop > .card > .card-body > img {
  max-width: 100%;
  object-fit: contain;
}
.upload-image-drag-drop > .card > .card-body .file-input .btn-file {
  margin-bottom: 15px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-input-cancel-button {
  margin-bottom: 15px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview {
  border: none;
  padding: 0;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone {
  border: 2px dashed #64a4e8;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-drop-zone-title {
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #c6c6c6;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-drop-zone-title .file-drop-zone-image {
  width: 160px;
  margin-bottom: 10px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-preview-thumbnails .file-preview-frame {
  width: 100%;
  margin: 0;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-file-content {
  width: 100%;
}

.kt-checkbox-info span {
  border: 1px solid #64a4e8 !important;
}
.kt-checkbox-info span:after {
  border: solid #64a4e8;
}

.bootstrap-switch {
  width: 162px;
}
.bootstrap-switch .bootstrap-switch-container {
  margin-left: 0;
  width: 239px;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off {
  width: 79.9px;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
  width: 80px;
}

.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -79px;
}

.section-title {
  font-weight: 500;
  color: #000;
  font-size: 22px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*@include media-breakpoint-down(xs) {
  	margin-bottom: 10px;
  	padding-left: 15px;

  	a.bold-link {
  		display: block;
  	}
  }*/
}
.section-title.with-subtitle {
  margin-bottom: 5px;
}
.section-title.white {
  color: #fff;
  background-color: unset !important;
}
.section-title a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
}
.section-title span {
  font-size: 14px;
  margin-left: 15px !important;
  font-weight: 400;
  letter-spacing: 0;
}

.section-subtitle {
  font-weight: bold !important;
  color: #000 !important;
  font-size: 18px !important;
}
.section-subtitle.text-success {
  color: #1BA40C !important;
}
.section-subtitle.text-danger {
  color: #ff4848 !important;
}
.section-subtitle.font-sm {
  font-size: 16px !important;
}
.section-subtitle.section-subtitle-grey {
  color: #838383 !important;
}
.section-subtitle.semi-bold {
  font-weight: 600 !important;
}
.section-subtitle ~ p {
  color: #495057;
}

.section-text {
  font-weight: normal;
  font-size: 1rem;
  color: #838383;
}

.form-control {
  font-weight: 600 !important;
  border: 1px solid #ddd;
  color: #000;
}
.form-control.text-copy, .form-control[readonly] {
  background: #dee2e6 !important;
}

select.form-control {
  font-weight: 500 !important;
}

.select2-selection__rendered {
  font-weight: 600 !important;
  color: #000 !important;
}

.select2-selection__placeholder {
  color: #000 !important;
  font-weight: 600 !important;
}

.select2::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 600 !important;
}

.kt-portlet__head-text {
  font-weight: 600 !important;
  color: #000 !important;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
  color: #4190e2 !important;
  font-weight: 600;
}

.dataTable thead > tr > th {
  font-weight: 600 !important;
  color: #000 !important;
}
.dataTable tbody td {
  color: #343a40 !important;
}

.nav-tabs .nav-item .nav-link.active {
  /*font-weight: 600;*/
  /*color: #ff3399 !important;*/
  color: #4190e2 !important;
  border-bottom: 1px solid #4190e2 !important;
}
.nav-tabs .nav-item .nav-link.active i {
  color: #4190e2 !important;
}
.nav-tabs .nav-item .nav-link:hover {
  /*font-weight: 600;*/
  color: #4190e2 !important;
  border-bottom: 1px solid #4190e2 !important;
}
.nav-tabs .nav-item .nav-link:hover i {
  color: #4190e2 !important;
}

.kt-portlet .kt-portlet__head-title .kt-portlet__head-text {
  color: black !important;
  font-weight: bold;
}

.kt-badge {
  font-size: 12.2px !important;
}
.kt-badge.kt-badge--warning {
  background: #ff8000 !important;
}
.kt-badge.kt-badge--danger {
  background: #ff4848 !important;
}
.kt-badge.kt-badge--inline {
  font-weight: 600;
}
.kt-badge.kt-badge--primary {
  background: #22b9ff !important;
}

.bootstrap-switch {
  border: 1.5px solid #ddd;
}
.bootstrap-switch .bootstrap-switch-danger {
  background-color: #ff4848 !important;
  border-color: #ff4848 !important;
}

.kt-header .kt-header__brand {
  background-color: white !important;
}

@media (max-width: 768px) {
  .kt-aside--on .kt-aside-close {
    left: 300px !important;
  }
}

.kt-aside-overlay {
  z-index: 1;
}

.kt-header--fixed.lock-navigation-menu .kt-grid {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-grid {
    padding-left: unset;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside {
  width: 300px;
  position: relative;
  overflow: visible !important;
  z-index: 0;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside {
    width: unset;
    position: fixed;
    overflow: hidden;
    z-index: 999;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
  position: fixed;
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav {
  width: 300px;
  padding-bottom: 300px;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav {
    width: unset;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open .kt-menu__submenu {
  display: flex !important;
  flex-grow: 1;
  flex-direction: column;
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__ver-arrow {
  display: flex;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__ver-arrow {
    display: none;
  }
}
.kt-header--fixed.kt-aside--minimize-hover .kt-aside {
  width: 300px !important;
}
.kt-header--fixed.kt-aside--minimize-hover .kt-aside .navigation-lock-container .navigation-lock-button {
  opacity: 1;
}
@media (max-width: 768px) {
  .kt-header--fixed > .kt-header-menu-wrapper {
    display: none;
  }
}
.kt-header--fixed > .kt-header-menu-wrapper .kt-header-menu {
  display: none;
}

@media (max-width: 768px) {
  .kt-aside.kt-aside--on {
    width: 325px !important;
  }
}
@media (max-width: 768px) {
  .kt-aside:not(.kt-aside--on):not(.kt-aside--on) {
    left: -325px !important;
  }
}
.kt-aside .navigation-lock-container {
  position: absolute;
  top: 10px;
  right: -20px;
  z-index: 999;
}
.kt-aside .navigation-lock-container .navigation-lock-button {
  opacity: 1;
  background: #fff;
  border-radius: 100%;
  border: 1px solid gainsboro;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}
.kt-aside .navigation-lock-container .navigation-lock-button i {
  font-size: 25px;
  color: #4190e2;
}
.kt-aside .navigation-lock-container .navigation-lock-button.lock .right {
  display: none;
}
.kt-aside .navigation-lock-container .navigation-lock-button:not(.lock) .left {
  display: none;
}
@media (max-width: 768px) {
  .kt-aside .navigation-lock-container .navigation-lock-button {
    opacity: 0;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  height: 50px !important;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 5px 15px !important;
    height: 36px !important;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-size: 16px !important;
  /*color: black !important;*/
  font-weight: 600 !important;
  padding-left: 10px;
  letter-spacing: 0.04em;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-size: 16px !important;
    /*color: black !important;*/
    font-weight: 700 !important;
    padding-left: 5px;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link {
  height: 30px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link {
    height: 25px !important;
    padding-left: 55px;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-bullet {
  flex: 0 0 16px !important;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-bullet {
    flex: 0 0 16px !important;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-text {
  font-size: 15px !important;
  color: black !important;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-text {
    font-size: 15px !important;
    color: black !important;
    letter-spacing: 0.03em;
  }
}

.kt-aside-menu .kt-menu__nav {
  padding-bottom: 300px;
}

.accordion.accordion-light.accordion-toggle-arrow .card-content .kt-form label {
  color: #838383;
}
.accordion.accordion-light.accordion-toggle-arrow .card {
  box-shadow: none;
}
.accordion.accordion-light.accordion-toggle-arrow .card .card-header .card-title:not(.collapsed) {
  color: #000;
}
.accordion.accordion-light.accordion-toggle-arrow .card .card-header .card-title:not(.collapsed) i {
  color: #000;
}

.dropdown-menu > .dropdown-item {
  padding: 7px 1.2rem;
}
@media (max-width: 768px) {
  .dropdown-menu > .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.dropdown-menu > .dropdown-item:not(.active) {
  color: #212529;
}

.note-card .note-head h4 {
  font-weight: 600;
}
.note-card .btn {
  font-weight: 600;
}
.note-card .card-footer > div {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.create-note {
  font-weight: 600;
}

.selectlist-image {
  width: 50px;
  max-height: 20px;
  margin-right: 10px;
}

.tooltip.show {
  opacity: 1 !important;
}
.tooltip.show .arrow:before {
  border-top-color: #0056B6 !important;
}
.tooltip .tooltip-inner {
  padding: 1.2rem;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #fff8dc;
  color: #000;
  border-radius: 8px;
  border: 3px solid #dbc802;
  max-width: 290px;
  width: 290px;
  font-family: "Whitney SSm A";
}

.kt-portlet__foot .text-right {
  text-align: center !important;
}

.modal-open {
  overflow: visible !important;
  position: relative;
}
.modal-open .modal-scrollable.loading {
  z-index: 1050;
  width: 100%;
  top: 0;
  height: 100%;
  transform: unset;
  position: absolute;
  left: 0;
}
.modal-open .modal-scrollable.loading .loading-spinner {
  text-align: center;
  padding: 20px;
  z-index: 1060;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: unset;
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal-open .modal-scrollable.loading .loading-spinner .spinning-logo.active > img {
  top: 0;
  transform: translate(-50%, -75%);
}

.live-preview-container {
  position: sticky;
  top: 5%;
}

.font-semi-bold {
  font-weight: 600;
}

@media (max-width: 768px) {
  .kt-grid .kt-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body .kt-form__section .card-body {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body .dataTables_wrapper .row {
    margin: 0px;
  }
}

.bootbox.modal {
  display: block;
  opacity: 1;
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative;
  min-width: 50px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: "";
  transform: translate(-50%, -50%);
  border: 1px solid black;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:after {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
table.dataTable tbody tr.selected td.select-checkbox:after, table.dataTable tbody tr.selected th.select-checkbox:after {
  content: "✔";
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.dataTables_processing {
  padding: 15px;
  font-size: 1.1rem;
  width: 101% !important;
  height: calc(100% + 40px) !important;
  background-color: rgba(222, 222, 222, 0.8);
  top: 40px !important;
  left: 100px !important;
  z-index: 2;
}
.dataTables_processing .loadify-icon {
  width: 75px;
  height: 75px;
  display: block;
}
.dataTables_processing .loadify-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../Images/Loadify_Blue.gif") no-repeat center center;
  width: 75px;
  height: 75px;
  background-size: contain;
}

.dataTables_info .select-info .select-item {
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}

.dataTables_scrollBody {
  height: 50vh;
}

.export-excel {
  color: #fff !important;
  background-color: #1ba40c !important;
  border-color: #1ba40c !important;
}
.export-excel:hover {
  color: #fff !important;
  background-color: #158009 !important;
  border-color: #137409 !important;
}

.no-wrap {
  white-space: nowrap;
}

.dataTables_wrapper .dataTable {
  background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eef4ff;
}

select.form-control[multiple] option {
  padding: 7px;
  max-width: 100%;
  white-space: normal;
}

.font-grey-100 {
  color: #f8f9fa;
}

.font-grey-200 {
  color: #e9ecef;
}

.font-grey-300 {
  color: #dee2e6;
}

.font-grey-400 {
  color: #c6c6c6;
}

.font-grey-500 {
  color: #adb5bd;
}

.font-grey-600 {
  color: #838383;
}

.font-grey-700 {
  color: #495057;
}

.font-grey-800 {
  color: #343a40;
}

.font-grey-900 {
  color: #212529;
}

.kt-aside .navigation-lock-container {
  right: 0;
}

.kt-aside--fixed .kt-aside, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
  max-height: 100%;
  overflow-y: auto !important;
  scrollbar-color: lightgrey;
  scrollbar-width: thin;
}
@media (max-width: 500px) {
  .kt-aside--fixed .kt-aside, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
    width: 100%;
  }
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-track:horizontal, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-track:horizontal {
  color: transparent;
  margin-left: 10px;
  margin-right: 10px;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background-color: transparent;
  border: none;
  padding-right: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-thumb, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #dee2e6;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:start:increment, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:end:decrement, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:start:decrement, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:end:increment, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.dataTable td {
  vertical-align: top !important;
}
