body {
  background: #eff3f8;
  -webkit-print-color-adjust: exact;
}

.page-header .page-header-top .page-logo .logo-default {
  margin: 10px 0 0;
  height: 38px;
}

.page-header .page-header-top .menu-toggler {
  margin: 15px 0 0 0;
}

.page-footer {
  padding: 11px 0;
}

/* BOF Header */
.header {
  height: 55px;
}

.header-logo {
  height: 38px;
}

/* EOF Header */

/* BOF datatables overrides */
/* hack for datatables using scroller to fill white gap on the right side of the table header */
.dt-scroll-head {
  background: #525e64 !important; /* bg-grey-mint */
}

table.table.dataTable.table-hover > tbody > tr:hover {
  background: #f3f4f6 !important;
}

table.table.dataTable.table-hover > tbody > tr:hover > * {
  background: transparent !important;
  box-shadow: unset;
}
/* EOF datatables overrides */

.filtersMenu {
  min-width: 500px !important;
}

.filtersMenu .theme-setting {
  width: 270px !important;
}

.input-smedium {
  width: 200px !important;
}

.tabbable-custom > .nav-tabs > li > a {
  color: #2f353b !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li>a>i,
.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li:hover>a>i,
.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li.active>a:hover>i,
.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu li.active>a>i {
  color: #ff8c00; /* potis-dark-orange */
}

/* BOF dropdown menu */
.dropdown-menu,
.datepicker.dropdown-menu {
  border: 0;
  border-radius: 3px !important;
  box-shadow: rgba(30, 31, 33, 0.15) 0px 8px 12px 0px, rgba(30, 31, 33, 0.31) 0px 0px 1px 0px;
  box-sizing: border-box;
}

.dropdown-menu .datepicker table {
  width: -webkit-fill-available;
}

.dropdown-menu li.divider {
  background: rgba(11, 18, 14, 0.14);
}
/* EOF dropdown menu */

.separator-top {
  border-top: 1px solid #eee;
}

.separator-right {
  border-right: 1px solid #eee;
}

.page-wrapper-middle {
  background: #e8eef5 !important;
}

.break_word {
  word-break: break-word;
}

.width-100 {
  width: 100% !important;
}

.width-18px {
  width: 18px !important;
}

.width-40px {
  width: 40px !important;
}

.width-150px {
  width: 150px !important;
}

.width-175px {
  width: 175px !important;
}

.width-210px {
  width: 210px !important;
}

.width-225px {
  width: 225px !important;
}

.width-250px {
  width: 250px !important;
}

.width-275px {
  width: 275px !important;
}

.width-300px {
  width: 300px !important;
}

.min-width-0 {
  min-width: 0 !important;
}

.min-width-180px {
  min-width: 180px !important;
}

.min-width-190px {
  min-width: 190px !important;
}

.min-width-200px {
  min-width: 200px !important;
}

.min-width-250px {
  min-width: 250px !important;
}

.input-sm {
  font-size: 11px !important;
  padding: 5px !important;
}

.va-top {
  vertical-align: top !important;
}

.width-20p {
  width: 20px !important;
}

.width-210 {
  width: 21cm !important;
}

.word-break-break-word {
  word-break: break-word;
}

.border-grey {
  border: 1px solid #ccc !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.width-200 {
  width: 20cm !important;
}

.width-fit-content {
  width: fit-content !important;
}

.height-297 {
  height: 29.7cm !important;
}

.height-19 {
  height: 1.9cm !important;
}

.height-30 {
  height: 3cm !important;
}

.height-24px {
  height: 24px !important;
}

.height-40px {
  height: 40px !important;
}

.height-350px {
  height: 350px !important;
}

.max-height-350px {
  max-height: 350px !important;
}

.max-height-400px {
  max-height: 400px !important;
}

.border-0 {
  border: 0 !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-top-left-radius-3 {
  border-top-left-radius: 3px !important;
}

.border-top-right-radius-3 {
  border-top-right-radius: 3px !important;
}

.border-bottom-left-radius-3 {
  border-bottom-left-radius: 3px !important;
}

.border-bottom-right-radius-3 {
  border-bottom-right-radius: 3px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-top-left-radius-6 {
  border-top-left-radius: 6px !important;
}

.border-top-right-radius-6 {
  border-top-right-radius: 6px !important;
}

.border-bottom-left-radius-6 {
  border-bottom-left-radius: 6px !important;
}

.border-bottom-right-radius-6 {
  border-bottom-right-radius: 6px !important;
}

.at-mention-user {
  background: #e1e5ec;
  border-radius: 20px !important;
  color: #666;
  padding: 0px 0.3em 2px 0.23em;
}

.at-mention-user:hover {
  background: #c2cad8;
}

/* BOF rounded tables */
/* note: dt-* classes are used by dataTables */
.rounded-table,
.dt-scroll {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  border-radius: 6px !important;
}

.rounded-table thead tr {
  background: #525e64 !important;
  border-radius: 6px 0 0 6px !important;
  color: #FFFFFF;
}

.rounded-table thead tr th,
table.dataTable thead th {
  border-bottom: 0;
}

.rounded-table thead tr > th:first-child {
  border-top-left-radius: 6px !important;
}

.rounded-table thead tr > th:last-child {
  border-top-right-radius: 6px !important;
}

.dt-scroll-head {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.dt-scroll-body {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-table tbody {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-table tbody tr:last-child {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-table tbody tr:last-child > td:first-child {
  border-bottom-left-radius: 6px !important;
}

.rounded-table tbody tr:last-child > td:last-child {
  border-bottom-right-radius: 6px !important;
}
/* EOF potis table */

/* BOF priority colors */
.font-priority-urgent {
  color: #AE2E24 !important;
}

.font-priority-normal {
  color: #206A83 !important;
}

.bg-priority-urgent {
  background-color: #FFD5D2 !important;
}

.bg-priority-normal {
  background-color: #C6EDFB !important;
}
/* EOF priority colors */

/* BOF status colors */
.font-status-archived {
  color: #555555 !important; /* font-grey-gallery */
}

.font-status-cancelled {
  color: #b22222 !important;
}

.font-status-duplicate {
  color: #ffcc00 !important;
}

.font-status-new {
  color: #6A1B9A !important;
}

.font-status-updated {
  color: #2196F3 !important;
}

.font-status-to-do {
  color: #8C8F97 !important;
}

.font-status-in-progress {
  color: #357DE8 !important;
}

.font-status-done {
  color: #6A9A23 !important;
}

.bg-status-archived {
  background-color: #555555 !important; /* bg-grey-gallery */
}

.bg-status-cancelled {
  background-color: #b22222 !important; /* bg-potis-red */
}

.bg-status-new {
  background-color: #6A1B9A !important;
}

.bg-status-updated {
  background-color: #2196F3 !important;
}

.bg-status-duplicate {
  background-color: #ffcc00 !important;
}

.bg-status-to-do {
  background-color: #DDDEE1 !important; /* 8C8F97 */
  color: #000000 !important;
}

.bg-status-to-do:hover {
  background-color: #C5C6C9 !important; /* Darker version of #DDDEE1 */
  color: #000000 !important;
}

.bg-status-in-progress {
  background-color: #4B77BE !important; /* bg-blue-steel */
  color: #FFFFFF !important;
}

.bg-status-in-progress:hover {
  background-color: #3A5C94 !important;
  color: #FFFFFF !important;
}

.bg-status-done {
  background-color: #B3DF73 !important;
  color: #000000 !important;

}

.bg-status-done:hover {
  background-color: #8FB85C !important;
  color: #000000 !important;

}

.progress-bar-status-to-do {
  background-color: #8C8F97 !important;
}

.progress-bar-status-in-progress {
  background-color: #357DE8 !important;
}

.progress-bar-status-done {
  background-color: #6B9A24 !important;
}
/* EOF status colors */

/* BOF payment status colors */
.production-step-switcher-menu a.box-shadow-status-to-do:hover {
  background-color: rgba(5, 21, 36, 0.06);
  box-shadow: inset 3px 0px 0px #8C8F97;
}

.production-step-switcher-menu a.box-shadow-status-in-progress:hover {
  background-color: rgba(5, 21, 36, 0.06);
  box-shadow: inset 3px 0px 0px #357DE8;
}

.production-step-switcher-menu a.box-shadow-status-done:hover {
  background-color: rgba(5, 21, 36, 0.06);
  box-shadow: inset 3px 0px 0px #6B9A24;
}
/* EOF status colors */

/* BOF payment status colors */
.font-status-approved-paid {
  color: #267a4b !important;
}

.font-status-approved {
  color: #267a4b !important;
}

.font-status-vip-customer {
  color: #c69730 !important;
}

.font-status-not-approved {
  color: #961a1d !important;
}

.bg-status-approved-paid {
  background-color: #2e9e3e !important;
}

.bg-status-approved {
  background-color: #267a4b !important;
}

.bg-status-vip-customer {
  background-color: #e0a82f !important;
}

.bg-status-not-approved {
  background-color: #b23737 !important;
}
/* EOF payment status colors */

/* BOF Potis color palette */
.font-potis-black {
  color: #000000 !important;
}

.font-potis-white {
  color: #ffffff !important;
}

.font-potis-light-grey {
  color: #d3d3d3 !important;
}

.font-potis-grey {
  color: #808080 !important;
}

.font-potis-dark-grey {
  color: #696969 !important;
}

.font-potis-lemon-green {
  color: #32cd32 !important;
}

.font-potis-yellow {
  color: #ffcb2d !important;
}

.font-potis-dark-orange {
  color: #ff8c00 !important;
}

.font-potis-red {
  color: #961a1d !important;
}

.font-potis-hell-red {
  color: #b22222 !important;
}

/* font colors on hover */
.font-hover-potis-black:hover {
  color: #000000 !important;
}

.font-hover-potis-white:hover {
  color: #ffffff !important;
}

.font-hover-potis-light-grey:hover {
  color: #d3d3d3 !important;
}

.font-hover-potis-grey:hover {
  color: #808080 !important;
}

.font-hover-potis-dark-grey:hover {
  color: #696969 !important;
}

.font-hover-potis-lemon-green:hover {
  color: #32cd32 !important;
}

.font-hover-potis-yellow:hover {
  color: #ffcb2d !important;
}

.font-hover-potis-dark-orange:hover {
  color: #ff8c00 !important;
}

.font-hover-potis-red:hover {
  color: #961a1d !important;
}

.font-hover-potis-hell-red:hover {
  color: #b22222 !important;
}

/* font colors on hover (15% darker) */
.font-hover-potis-black-darker:hover {
  color: #000000 !important;
}

.font-hover-potis-white-darker:hover {
  color: #cccccc !important;
}

.font-hover-potis-light-grey-darker:hover {
  color: #a6a6a6 !important;
}

.font-hover-potis-grey-darker:hover {
  color: #6d6d6d !important;
}

.font-hover-potis-dark-grey-darker:hover {
  color: #5f5f5f !important;
}

.font-hover-potis-lemon-green-darker:hover {
  color: #2cb82c !important;
}

.font-hover-potis-yellow-darker:hover {
  color: #e5b724 !important;
}

.font-hover-potis-dark-orange-darker:hover {
  color: #e57a00 !important;
}

.font-hover-potis-red-darker:hover {
  color: #860f10 !important;
}

.font-hover-potis-hell-red-darker:hover {
  color: #961a1d !important; /* same as "font-potis-red" color otherwise it's too dark */
}

/* background colors */
.bg-potis-black {
  background: #000000 !important;
}

.bg-potis-white {
  background: #ffffff !important;
}

.bg-potis-light-grey {
  background: #d3d3d3 !important;
}

.bg-potis-grey {
  background: #808080 !important;
}

.bg-potis-dark-grey {
  background: #696969 !important;
}

.bg-potis-lemon-green {
  background: #32cd32 !important;
}

.bg-potis-yellow {
  background: #ffcb2d !important;
}

.bg-potis-dark-orange {
  background: #ff8c00 !important;
}

.bg-potis-red {
  background: #961a1d !important;
}

.bg-potis-hell-red {
  background: #b22222 !important;
}

/* background colors (15% darker) */
.bg-potis-black-darker {
  background: #000000 !important;
}

.bg-potis-white-darker {
  background: #cccccc !important;
}

.bg-potis-light-grey-darker {
  background: #a6a6a6 !important;
}

.bg-potis-grey-darker {
  background: #6d6d6d !important;
}

.bg-potis-dark-grey-darker {
  background: #5f5f5f !important;
}

.bg-potis-lemon-green-darker {
  background: #2cb82c !important;
}

.bg-potis-yellow-darker {
  background: #e5b724 !important;
}

.bg-potis-dark-orange-darker {
  background: #e57a00 !important;
}

.bg-potis-red-darker {
  background: #860f10 !important;
}

.bg-potis-hell-red-darker {
  background: #961a1d !important; /* same as "bg-potis-red" color otherwise it's too dark */
}

/* background colors (30% darker) */
.bg-potis-black-darker-30 {
  background: #000000 !important;
}

.bg-potis-white-darker-30 {
  background: #b3b3b3 !important;
}

.bg-potis-light-grey-darker-30 {
  background: #7f7f7f !important;
}

.bg-potis-grey-darker-30 {
  background: #4c4c4c !important;
}

.bg-potis-dark-grey-darker-30 {
  background: #3f3f3f !important;
}

.bg-potis-lemon-green-darker-30 {
  background: #1f7f1f !important;
}

.bg-potis-yellow-darker-30 {
  background: #d9a41b !important;
}

.bg-potis-dark-orange-darker-30 {
  background: #d97a00 !important;
}

.bg-potis-red-darker-30 {
  background: #5f0f10 !important;
}

.bg-potis-hell-red-darker-30 {
  background: #6f1414 !important;
}


/* background colors on hover */
.bg-hover-potis-black:hover {
  background: #000000 !important;
}

.bg-hover-potis-white:hover {
  background: #ffffff !important;
}

.bg-hover-potis-light-grey:hover {
  background: #e1e5ec !important;
}

.bg-hover-potis-grey:hover {
  background: #808080 !important;
}

.bg-hover-potis-dark-grey:hover {
  background: #696969 !important;
}

.bg-hover-potis-lemon-green:hover {
  background: #32cd32 !important;
}

.bg-hover-potis-yellow:hover {
  background: #ffcb2d !important;
}

.bg-hover-potis-dark-orange:hover {
  background: #ff8c00 !important;
}

.bg-hover-potis-red:hover {
  background: #961a1d !important;
}

.bg-hover-potis-hell-red:hover {
  background: #b22222 !important;
}

/* background colors on hover (15% darker) */
.bg-hover-potis-black-darker:hover {
  background: #000000 !important;
}

.bg-hover-potis-white-darker:hover {
  background: #cccccc !important;
}

.bg-hover-potis-light-grey-darker:hover {
  background: #a6a6a6 !important;
}

.bg-hover-potis-grey-darker:hover {
  background: #6d6d6d !important;
}

.bg-hover-potis-dark-grey-darker:hover {
  background: #5f5f5f !important;
}

.bg-hover-potis-lemon-green-darker:hover {
  background: #2cb82c !important;
}

.bg-hover-potis-yellow-darker:hover {
  background: #e5b724 !important;
}

.bg-hover-potis-dark-orange-darker:hover {
  background: #e57a00 !important;
}

.bg-hover-potis-red-darker:hover {
  background: #860f10 !important;
}

.bg-hover-potis-hell-red-darker:hover {
  background: #961a1d !important; /* same as "bg-potis-red" color otherwise it's too dark */
}

.border-potis-black {
  border-color: #000000 !important;
}

.border-potis-white {
  border-color: #ffffff !important;
}

.border-potis-light-grey {
  border-color: #d3d3d3 !important;
}

.border-potis-grey {
  border-color: #808080 !important;
}

.border-potis-dark-grey {
  border-color: #696969 !important;
}

.border-potis-lemon-green {
  border-color: #32cd32 !important;
}

.border-potis-yellow {
  border-color: #ffcb2d !important;
}

.border-potis-dark-orange {
  border-color: #ff8c00 !important;
}

.border-potis-red {
  border-color: #961a1d !important;
}

.border-potis-hell-red {
  border-color: #b22222 !important;
}
/* EOF Potis color palette */

.fs48 {
  font-size: 48px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs10 {
  font-size: 10px !important;
}

.main-content {
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.bg-transparent {
  background: transparent !important;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-inherit {
  overflow: inherit;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #ffffff !important;
  color: #e7505a !important;
  font-weight: bold !important;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: #ffffff !important;
  color: #e7505a !important;
  font-weight: bold !important;
}

.tabbable-custom {
  margin-bottom: 0 !important;
}

table.table-checkable > thead > tr > th:first-child {
  padding-right: 0 !important;
}

.lbold {
  font-weight: 500 !important;
}

.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}

.pt2 {
  padding-top: 2px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pl2 {
  padding-left: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pl3 {
  padding-left: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pl8 {
  padding-left: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}

.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.h-auto {
  height: auto;
}

.h-100 {
  height: 100%;
}

.print:last-child {
  page-break-after: auto;
}

@media print {
  html,
  body {
    height: 99%;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  /* ref: https://stackoverflow.com/questions/907680/css-printing-avoiding-cut-in-half-divs-between-pages */
  .breakInsideAvoid {
    break-inside: avoid;
  }

  .fa.font-white:before {
    color: #fff !important;
  }
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #b22222;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #b22222;
}

.cursor-pointer {
  cursor: pointer;
}

/* date-picker */
.datepicker .active,
.datepicker .active:hover {
  background-color: #b22222 !important; /* bg-potis-hell-red */
}

.d-flex {
  display: flex;
}

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

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

.justify-content-right {
  justify-content: right;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

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

.flex-basis-40 {
  flex-basis: 40%;
}

.flex-basis-60 {
  flex-basis: 60%;
}

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

.flex-grow-2 {
  flex-grow: 2;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.align-content-end {
  align-content: end;
}

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

.justify-content-end {
  justify-content: end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.float-left {
  float: left;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-0-5 {
  opacity: 0.5;
}

.opacity-0-7 {
  opacity: 0.7;
}

.opacity-1 {
  opacity: 1;
}

.user-select-none {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.switchSlider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.switchSliderSmall {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.switchSlider > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switchSlider > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

.switchSlider > .slider:hover {
  background-color: #bbb;
}

.switchSlider > .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switchSlider > input:checked + .slider {
  background-color: #b22222;
}

.switchSlider > input:checked + .slider:hover {
  background-color: #961a1d;
}

/* .switchSlider > input:focus + .slider {
  box-shadow: 0 0 1px #961a1d;
} */

.switchSlider > input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.switchSliderSmall > input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.switchSlider > .slider.round {
  border-radius: 25px !important;
}

.switchSlider > .slider.round:before {
  border-radius: 50% !important;
}

.overflow-unset {
  overflow-x: unset;
  overflow-y: unset;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.cursor-default {
  cursor: default;
}

.border-solid-1 {
  border: 1px solid;
}

.fancybox__container {
  z-index: 1000000 !important;
}

/* BOF Tippy */
.tippy-box[data-theme~="custom"] {
  border-radius: 3px !important;
}

.tippy-box[data-theme~="custom"] .tippy-content {
  padding: 3px 6px !important;
}

.tippy-box[data-theme~="custom-light"] {
  background-color: #fff !important;
  border-radius: 3px !important;
  box-shadow: rgba(30, 31, 33, 0.15) 0px 8px 12px 0px, rgba(30, 31, 33, 0.31) 0px 0px 1px 0px;
}

.tippy-box[data-theme~="custom-light"] .tippy-arrow {
  color: #fff !important;
}
/* EOF Tippy */

/* BOF Modals */
.modal-full.modal-dialog {
  width: 93%;
}

.modal-smd {
  width: 800px;
}

.modal-md {
  width: 1000px;
}

.modal-content {
  border: 0;
  border-radius: 3px !important;
  box-shadow: rgba(30, 31, 33, 0.15) 0px 8px 12px 0px, rgba(30, 31, 33, 0.31) 0px 0px 1px 0px;
}
/* EOF Modals */

/* BOF Select2 User Picker */
.select2-container--bootstrap .select2-dropdown {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  box-shadow: rgba(30, 31, 33, 0.15) 0px 8px 12px 0px, rgba(30, 31, 33, 0.31) 0px 0px 1px 0px;
}
/* EOF Select2 User Picker */

/* BOF Select2 User Picker */
.select2-user-picker {
  background-color: transparent !important;
  border: 0 !important;
  padding: 5px 6px !important;
}

.select2-user-picker:hover {
  background: #e1e5ec !important; /* bg-hover-potis-light-grey:hover */
  border-radius: 3px !important;
}

.select2-user-picker-dropdown {
  border: 0 !important;
}
/* EOF Select2 User Picker */

/* BOF Lock Screen */
.lock-screen-overlay {
  /* backdrop-filter: blur(1px); */
  background-color: rgba(255, 255, 255, 0.125);
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}

.lock-screen-banner {
  bottom: 60px;
  box-shadow: 0px 5px 30px rgba(5, 4, 33, 0.3);
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 15px;
  position: fixed;
  transform: translateX(-50%);
  width: 825px;
}
/* EOF Lock Screen */

@media (min-width: 1440px) {
  .modal-lg {
    width: 1280px;
  }
  .modal-xl {
    width: 1160px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1160px;
  }
  .modal-xl {
    width: 1160px;
  }
}

@media (max-width: 991px) {
  .page-head {
    background: #444d58;
  }
  .page-head .page-title {
    padding: 12px 0;
  }
  .page-head .page-title > h1 {
    color: #ffffff;
    font-size: 18px;
  }
  .page-content {
    padding-top: 15px;
  }
  .page-toolbar label {
    color: #ffffff;
  }
  .portlet.light {
    padding: 12px 20px;
  }
  .portlet.light > .portlet-title {
    min-height: 38px;
  }
  .portlet.light > .portlet-title > .caption {
    padding: 5px 0;
  }
  .portlet.light > .portlet-title > .caption > i {
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .page-header .page-header-top .top-menu {
    clear: unset;
    margin-top: 0px;
  }

  .page-logo {
    height: 55px !important;
  }

  .page-header .page-header-top .page-logo .logo-default {
    height: 35px;
    margin: 12px 0 0;
  }
}
