.dialog-box {
  display: none;
}

.text-color {
  color: #666 !important;
}

.white-text {
  color: #fff !important;
}

.ss-text {
  color: #00345b !important;
}

.red-text {
  color: #f44336 !important;
}

.success-text {
  color: #30be50 !important;
}

.disabled-color {
  color: #bbb !important;
}

.bold {
  font-family: "Play-Bold";
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.clear-div {
  clear: both;
}

.primary-color {
  background-color: #32a5c6 !important;
}

.primary-text-color {
  color: #32a5c6 !important;
}

.secondary-color {
  background-color: #cb5935 !important;
}

.secondary-text-color {
  color: #cb5935 !important;
}

.navbar-color {
  background-color: #00345b !important;
}

.light-navbar-color {
  background-color: #00518e !important;
}

.sidebar-color {
  background-color: #00345b;
}

.custom-container {
  width: 90%;
  margin: 20px auto;
}

.stop_scroll {
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.scrollable {
  overflow: scroll;
}

.warning-background {
  background-color: #f44336 !important;
  color: #fff !important;
}

.success-background {
  background-color: #30be50 !important;
  color: #fff !important;
}

.success-background-light {
  background-color: #4ed26c !important;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.testing {
  color: #f44336 !important;
}

.developer-mode {
  background-color: #f44336 !important;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.expand {
  height: 100% !important;
}

.row {
  margin: 0 auto 0 auto;
}

.text-right {
  text-align: right !important;
}

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

.text-left {
  text-align: left !important;
}

td.dt-body-right {
  text-align: right;
}

td.dt-body-left {
  text-align: left;
}

.grid-content {
  max-width: 1080px;
}

.no-border {
  border: none;
}

.h25 {
  height: 25px;
}

.h50 {
  height: 50px;
}

.h75 {
  height: 75px;
}

.h100 {
  height: 100px;
}

.bump-top {
  padding-top: 40px;
}

.bump-right {
  padding-right: 40px;
}

.bump-left {
  padding-left: 40px;
}

.bump-bottom {
  padding-bottom: 40px;
}

.push-top {
  margin-top: 20px !important;
}

.push-right {
  margin-right: 20px !important;
}

.push-left {
  margin-left: 20px !important;
}

.push-bottom {
  margin-bottom: 20px !important;
}

.push-10-top {
  padding-top: 10px !important;
}

.push-10-right {
  padding-right: 10px !important;
}

.push-10-left {
  padding-left: 10px !important;
}

.push-10-bottom {
  padding-bottom: 10px !important;
}

.push-20-top {
  padding-top: 20px !important;
}

.push-20-right {
  padding-right: 20px !important;
}

.push-20-left {
  padding-left: 20px !important;
}

.push-20-bottom {
  padding-bottom: 20px !important;
}

.nudge-top {
  padding-top: 5px;
}

.nudge-right {
  padding-right: 5px;
}

.nudge-left {
  padding-left: 5px;
}

.nudge-bottom {
  padding-bottom: 5px;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.opaque {
  background-color: rgba(255, 255, 255, 0.9);
}

.dark-opaque {
  background-color: rgba(0, 0, 0, 0.6);
}

.select2 {
  width: 100% !important;
  text-align: left;
}

.slider {
  height: auto;
}

.profile-btn {
  margin: 10px 0 !important;
}

.btn-floating:hover {
  background-color: #d57a5e;
}

.material-icons {
  vertical-align: middle;
}

.crop {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
}

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: .75rem !important;
}

.ml-2 {
  margin-left: 1.125rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2.25rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: .75rem !important;
}

.mr-2 {
  margin-right: 1.125rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2.25rem !important;
}

.fa-sign-out-alt {
  float: right;
}

html {
  position: relative;
  min-height: 100%;
  background: #253138;
}

body {
  background: #253138;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 65px;
  overflow-x: hidden;
  color: #98a6ad;
  font-size: 14px;
}

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "Roboto", sans-serif;
}

.card {
  padding: 1.5rem;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 24px;
  background-color: #323a46;
  display: block;
}

.card__title {
  font-size: 1vw;
  margin: 0 0 7px 0;
  font-weight: 600;
  line-height: 16px;
  font-family: "Karla", sans-serif;
  color: white;
}

.card__refresh {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.card__icon {
  color: white;
}

.card__widget--detail {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.card__progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
}

.card__progress--inner {
  border: 2px solid #323a46 !important;
}

.card__span {
  font-size: 18px !important;
  color: white;
}

.container {
  background-color: #253138;
}

.card-box {
  padding: 1rem;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 24px;
  background-color: #323a46;
}

.content-wrapper {
  background: #282e38;
}

.font-size-75vw {
  font-size: .75vw;
}

.eight-five-vw {
  font-size: .85vw;
}

.font-size-1vw {
  font-size: 1vw;
}

.font-size-2vw {
  font-size: 2vw;
}

.page-title {
  font-size: 1vw;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 11px;
  font-weight: 600;
  font-family: "Karla", sans-serif;
}

.header-title {
  font-size: .85vw;
  margin: 0 0 7px 0;
  font-weight: 600;
  font-family: "monaco", sans-serif;
}

.inner-card-span {
  font-size: 1vw !important;
  color: white;
  font-family: "monaco", sans-serif;
}

.text-right {
  text-align: right !important;
}

.widget-detail-2 {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.progress-sm {
  height: 5px !important;
}

.progress {
  margin-top: 18px;
}

.one-vw {
  font-size: 1vw;
}

.one-25-vw {
  font-size: 1.25vw;
}

.one-50-vw {
  font-size: 1.5vw;
}

.one-75-vw {
  font-size: 1.75vw;
}

.two-vw {
  font-size: 2vw;
}

#preview-textfield {
  left: 0;
  right: 0;
  text-align: center;
}

.mdi-content-copy {
  background: none;
  color: #FF5252;
  border: 1px solid #FF5252;
  padding: 0px 26px;
  font-size: 9px;
}

.mdi-content-copy:hover {
  background: #FF5252;
  color: white;
}

.email-dealer {
  background: none;
  color: #0d6efd;
  border: 2px solid #0d6efd;
  padding: 0px 26px;
}

#line_div_wrap {
  /* border:1px solid gray; */
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

#line_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe#memo_iframe {
  height: 100%;
  width: 98%;
  position: absolute;
  top: 3px;
}

iframe#invoice_iframe {
  height: 123%;
  width: 130%;
  position: absolute;
  top: 45px;
  zoom: 1.15;
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
}

iframe#preview_page_iframe {
  height: 123%;
  width: 130%;
  position: absolute;
  top: 45px;
  zoom: 1.15;
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
}

.unique-progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
}

.unique-progress-inner {
  border: 2px solid #323a46 !important;
  /* background:#323a46 !important; */
}

.unique-progress-inner-light {
  border: 2px solid gray !important;
}

.donut-span {
  max-width: 400px;
  float: right;
  background-color: #323a46;
}

.ui-progressbar {
  height: 13px !important;
}

.main-header .logo {
  height: 70px !important;
  padding-top: 10px;
}

.sidebar-form {
  margin-top: 2.25rem !important;
}

.chartjs-chart {
  margin: auto;
  position: relative;
  width: 100%;
}

.chartjs-render-monitor {
  animation: chartjs-render-animation 0.001s;
  box-sizing: border-box;
}

.four-hundred-green {
  color: #00f900 !important;
}

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

.bg-teal {
  background: #20c997 !important;
}

.bg-lime {
  background-color: #00f900 !important;
}

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

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

.white-background {
  background-color: antiquewhite !important;
}

.bg-primary-dim {
  background: rgba(0, 123, 255, 0.2);
}

.bg-danger-dim {
  background: rgba(255, 82, 82, 0.2);
}

.bg-success-dim {
  background: rgba(16, 196, 105, 0.2);
}

.bg-warning-dim {
  background: rgba(255, 193, 7, 0.2);
}

.bg-secondary-dim {
  background: rgba(108, 117, 125, 0.2);
}

.bg-info-dim {
  background: rgba(23, 162, 184, 0.2);
}

.bg-longhorn-dim {
  background: rgba(204, 90, 56, 0.2);
}

.bg-sacramento-dim {
  background: rgba(0, 86, 63, 0.2);
}

.bg-orange-dim {
  background: rgba(255, 122, 0, 0.2);
}

.bg-maroon-dim {
  background: rgba(97, 28, 53, 0.2);
}

.bg-teal-dim {
  background: rgba(32, 201, 151, 0.2);
}

.bg-midnight-green-dim {
  background: rgba(0, 73, 83, 0.2);
}

.bg-bronze-dim {
  background: rgba(178, 86, 13, 0.2);
}

.bg-bronze-light {
  background-color: #e26d10;
}

.bg-teal-light {
  background-color: #3ce0af;
}

.bg-primary-light {
  background-color: #408cfd;
}

.bg-danger-light {
  background-color: #e4606d;
}

.bg-success-light {
  background-color: #21b26f;
}

.bg-warning-light {
  background-color: #ffce3a;
}

.bg-secondary-light {
  background-color: #868e96;
}

.bg-info-light {
  background-color: #3cd5f4;
}

.bg-longhorn-light {
  background-color: #d67c61;
}

.bg-sacramento-light {
  background-color: #008964;
}

.bg-red-light {
  background-color: #e4606d;
}

.bg-black-light {
  background-color: #1a1a1a;
}

.bg-yellow-light {
  background-color: #ffff33;
}

.bg-antique-white-light {
  background-color: white;
}

.bg-ghost-white-light {
  background-color: white;
}

.bg-gray-light {
  background-color: #c9cfd4;
}

.bg-orange-light {
  background-color: #fd9a47;
}

.bg-cornflowerblue-light {
  background-color: #92b4f2;
}

.bg-midnight-green-light {
  background-color: #007686;
}

.bg-midnight-green-dark {
  background-color: #001c20;
}

.bg-bronze-dark {
  background-color: #823f0a;
}

.bg-teal-dark {
  background-color: #199d76;
}

.bg-primary-dark {
  background-color: #0257d5;
}

.bg-danger-dark {
  background-color: #bd2130;
}

.bg-success-dark {
  background-color: #115c39;
}

.bg-warning-dark {
  background-color: #d39e00;
}

.bg-secondary-dark {
  background-color: #545b62;
}

.bg-info-dark {
  background-color: #0aa1c0;
}

.bg-longhorn-dark {
  background-color: #a6472b;
}

.bg-sacramento-dark {
  background-color: #00231a;
}

.bg-red-dark {
  background-color: #bd2130;
}

.bg-black-dark {
  background-color: black;
}

.bg-yellow-dark {
  background-color: #cccc00;
}

.bg-antique-white-dark {
  background-color: #f4d4aa;
}

.bg-ghost-white-dark {
  background-color: #c5c5ff;
}

.bg-gray-dark {
  background-color: #919ca6;
}

.bg-orange-dark {
  background-color: #dc6502;
}

.bg-cornflowerblue-dark {
  background-color: #3676e8;
}

.bg-lightgray {
  background: lightgray;
}

.bg-midnight-green {
  background: #004953;
}

.bg-bronze {
  background: #B2560D;
}

.bg-orange {
  background: #fd7e14;
}

.bg-maroon {
  background: #611C35;
}

.bg-longhorn {
  background: #cc5a38;
}

.bg-antiquewhite {
  background: antiquewhite;
}

.bg-sacramento {
  background: #00563f;
}

.bg-whitesmoke {
  background: whitesmoke;
}

.bg-indigo {
  background: #6610f2;
}

.bg-cornflower {
  background: cornflowerblue;
}

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

.border-midnight-green {
  border: 1px solid #004953;
}

.border-bronze {
  border: 1px solid #B2560D;
}

.border-indigo {
  border: 1px solid #6610f2;
}

.border-orange {
  border: 1px solid #fd7e14;
}

.border-maroon {
  border: 1px solid #611C35;
}

.border-secondary {
  border: 1px solid #6c757d;
}

.border-success {
  border: 1px solid #198754;
}

.border-warning {
  border: 1px solid #ffc107;
}

.border-danger {
  border: 1px solid #dc3545;
}

.border-primary {
  border: 1px solid #0d6efd;
}

.border-info {
  border: 1px solid #0dcaf0;
}

.border-longhorn {
  border: 1px solid #cc5a38;
}

.border-sacramento {
  border: 1px solid #00563f;
}

.border-red {
  border: 1px solid #dc3545;
}

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

.border-ghost-white {
  border: 1px solid ghostwhite;
}

.border-antique-white {
  border: 1px solid antiquewhite;
}

.border-gray {
  border: 1px solid #adb5bd;
}

.border-teal {
  border: 1px solid #20c997;
}

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

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

.border-secondary-light {
  border: 1px solid #868e96;
}

.border-bronze-light {
  border: 1px solid #e26d10;
}

.border-midnight-green-light {
  border: 1px solid #007686;
}

.border-teal-light {
  border: 1px solid #3ce0af;
}

.border-success-light {
  border: 1px solid #21b26f;
}

.border-warning-light {
  border: 1px solid #ffce3a;
}

.border-danger-light {
  border: 1px solid #e4606d;
}

.border-primary-light {
  border: 1px solid #408cfd;
}

.border-info-light {
  border: 1px solid #3cd5f4;
}

.border-longhorn-light {
  border: 1px solid #d67c61;
}

.border-sacramento-light {
  border: 1px solid #008964;
}

.border-red-light {
  border: 1px solid #e4606d;
}

.border-black-light {
  border: 1px solid #1a1a1a;
}

.border-ghost-white-light {
  border: 1px solid white;
}

.border-antique-white-light {
  border: 1px solid white;
}

.border-gray-light {
  border: 1px solid #c9cfd4;
}

.border-yellow-light {
  border: 1px solid #ffff33;
}

.border-cornflowerblue-light {
  border: 1px solid #92b4f2;
}

.border-midnight-green-dark {
  border: 1px solid #001c20;
}

.border-secondary-dark {
  border: 1px solid #545b62;
}

.border-bronze-dark {
  border: 1px solid #823f0a;
}

.border-teal-dark {
  border: 1px solid #199d76;
}

.border-success-dark {
  border: 1px solid #115c39;
}

.border-warning-dark {
  border: 1px solid #d39e00;
}

.border-danger-dark {
  border: 1px solid #bd2130;
}

.border-primary-dark {
  border: 1px solid #0257d5;
}

.border-info-dark {
  border: 1px solid #0aa1c0;
}

.border-longhorn-dark {
  border: 1px solid #a6472b;
}

.border-sacramento-dark {
  border: 1px solid #00231a;
}

.border-red-dark {
  border: 1px solid #bd2130;
}

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

.border-ghost-white-dark {
  border: 1px solid #c5c5ff;
}

.border-antique-white-dark {
  border: 1px solid #f4d4aa;
}

.border-gray-dark {
  border: 1px solid #919ca6;
}

.border-yellow-dark {
  border: 1px solid #cccc00;
}

.border-cornflowerblue-dark {
  border: 1px solid #3676e8;
}

.color-midnight-green {
  color: #004953;
}

.color-secondary {
  color: #6c757d;
}

.color-bronze {
  color: #B2560D;
}

.color-orange {
  color: #fd7e14;
}

.color-teal {
  color: #20c997;
}

.color-indigo {
  color: #6610f2;
}

.color-maroon {
  color: #611C35;
}

.color-success {
  color: #198754;
}

.color-warning {
  color: #ffc107;
}

.color-danger {
  color: #dc3545;
}

.color-primary {
  color: #0d6efd;
}

.color-info {
  color: #0dcaf0;
}

.color-longhorn {
  color: #cc5a38;
}

.color-sacramento {
  color: #00563f;
}

.color-yellow {
  color: yellow;
}

.color-antique-white {
  color: antiquewhite;
}

.color-black {
  color: black;
}

.color-red {
  color: #dc3545;
}

.color-ghost-white {
  color: ghostwhite;
}

.color-gray {
  color: #adb5bd;
}

.color-white {
  color: white;
}

.color-cornflower {
  color: cornflowerblue;
}

.color-midnight-green-light {
  background-color: #007686;
}

.color-secondary-light {
  background-color: #868e96;
}

.color-bronze-light {
  background-color: #e26d10;
}

.color-teal-light {
  background-color: #3ce0af;
}

.color-success-light {
  background-color: #21b26f;
}

.color-warning-light {
  background-color: #ffce3a;
}

.color-danger-light {
  background-color: #e4606d;
}

.color-primary-light {
  background-color: #408cfd;
}

.color-info-light {
  background-color: #3cd5f4;
}

.color-longhorn-light {
  background-color: #d67c61;
}

.color-sacramento-light {
  background-color: #008964;
}

.color-yellow-light {
  background-color: #ffff33;
}

.color-antique-white-light {
  background-color: white;
}

.color-black-light {
  background-color: #1a1a1a;
}

.color-red-light {
  background-color: #e4606d;
}

.color-ghost-white-light {
  background-color: white;
}

.color-gray-light {
  background-color: #c9cfd4;
}

.color-white-light {
  background-color: white;
}

.color-cornflowerblue-light {
  background-color: #92b4f2;
}

.color-midnight-green-dark {
  background-color: #001c20;
}

.color-secondary-dark {
  background-color: #545b62;
}

.color-bronze-dark {
  background-color: #823f0a;
}

.color-teal-dark {
  background-color: #199d76;
}

.color-success-dark {
  background-color: #115c39;
}

.color-warning-dark {
  background-color: #d39e00;
}

.color-danger-dark {
  background-color: #bd2130;
}

.color-primary-dark {
  background-color: #0257d5;
}

.color-info-dark {
  background-color: #0aa1c0;
}

.color-longhorn-dark {
  background-color: #a6472b;
}

.color-sacramento-dark {
  background-color: #00231a;
}

.color-yellow-dark {
  background-color: #cccc00;
}

.color-antique-white-dark {
  background-color: #f4d4aa;
}

.color-black-dark {
  background-color: black;
}

.color-red-dark {
  background-color: #bd2130;
}

.color-ghost-white-dark {
  background-color: #c5c5ff;
}

.color-gray-dark {
  background-color: #919ca6;
}

.color-white-dark {
  background-color: #e6e6e6;
}

.color-cornflowerblue-dark {
  background-color: #3676e8;
}

.messages-table {
  background: black !important;
}

.messages-table td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
  color: #00f900 !important;
  background: black !important;
}

.messages-table td,
.messages-table th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

tr.border-bottom th {
  border-bottom: 1pt solid black !important;
}

.basic-table td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
  color: #adb5bd;
}

.basic-table td,
.basic-table th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-airs td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
  color: #adb5bd;
}

.basic-table-airs th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-ooc td {
  font-size: 16px;
  font-family: 'Oxygen Mono';
}

.basic-table-ooc td,
.basic-table-ooc th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-sgl td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
}

.basic-table-sgl td,
.basic-table-sgl th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-spiff td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
}

.basic-table-spiff td,
.basic-table-spiff th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-sales-totals td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
}

.basic-table-sales-totals td,
.basic-table-sales-totals th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.basic-table-spiff td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
}

.basic-table-spiff td,
.basic-table-spiff th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

.items-over-table td {
  font-size: .70vw;
  font-family: 'Oxygen Mono';
  color: #adb5bd;
}

.items-over-table td,
.basic-table th {
  font-family: 'Oxygen Mono';
  font-size: .75vw;
}

table.sales-item-type th:nth-child(1) {
  background: #323a46 !important;
}

table.sales-item-type tr:nth-child(1) td:first-child {
  background: rgba(255, 82, 82, 0.2);
  color: white !important;
  border: 1px solid #dc3545;
}

table.sales-item-type tr:nth-child(2) td:first-child {
  background: rgba(23, 162, 184, 0.2);
  color: white !important;
  border: 1px solid #0dcaf0;
}

table.sales-item-type tr:nth-child(3) td:first-child {
  background: rgba(97, 28, 53, 0.2);
  color: white !important;
  border: 1px solid #611C35;
}

table.sales-item-type tr:nth-child(4) td:first-child {
  background: rgba(0, 123, 255, 0.2);
  color: white !important;
  border: 1px solid #0d6efd;
}

table.sales-item-type tr:nth-child(5) td:first-child {
  background: rgba(166, 44, 185, 0.2);
  color: white !important;
  border: 1px solid #6f42c1;
}

table.sales-item-type tr:nth-child(6) td:first-child {
  background: rgba(16, 196, 105, 0.2);
  color: white !important;
  border: 1px solid #198754;
}

table.sales-item-type tr:nth-child(7) td:first-child {
  background: rgba(255, 110, 64, 0.2);
  color: white !important;
  border: 1px solid #FF6E40;
}

table.sales-item-type tr:nth-child(8) td:first-child {
  background: rgba(255, 193, 7, 0.2);
  color: white !important;
  border: 1px solid #ffc107;
}

table.auto-table {
  font-family: 'Oxygen Mono';
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  overflow: auto;
}

table.auto-table td,
table.auto-table th {
  border: 1px solid lightslategray;
  padding: 8px;
  text-align: center;
}

table.auto-table th {
  cursor: pointer;
  font-size: 13px;
}

table.auto-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

table.auto-table tbody tr:hover {
  background: #D6FBFF;
}

/* #invoice_summary_table tbody tr:hover {cursor: pointer;} */
table.auto-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.auto-table tbody {
  width: 100%;
  overflow: auto;
  background-color: white;
  font-size: 12px;
}

.log-wrapper {
  height: 54rem;
  overflow-y: auto;
}

.ammo-btn-active {
  background: rgba(23, 162, 184, 0.2);
  border: 1px solid #0dcaf0;
  color: white !important;
}

.archery-btn-active {
  background: rgba(97, 28, 53, 0.2);
  border: 1px solid #611C35;
  color: white !important;
}

.hguns-btn-active {
  background: rgba(0, 123, 255, 0.2);
  color: white !important;
  border: 1px solid #0d6efd;
}

.supp-btn-active {
  background: rgba(255, 110, 64, 0.2);
  color: white !important;
  border: 1px solid #FF6E40;
}

.lguns-btn-active {
  background: rgba(166, 44, 185, 0.2);
  color: white !important;
  border: 1px solid #6f42c1;
}

.reload-btn-active {
  background: rgba(255, 193, 7, 0.2);
  color: white !important;
  border: 1px solid #ffc107;
}

.acc-btn-active {
  background: rgba(255, 82, 82, 0.2);
  color: white !important;
  border: 1px solid #dc3545;
}

.optics-btn-active {
  background: rgba(16, 196, 105, 0.2);
  color: white !important;
  border: 1px solid #198754;
}

#itype_hguns:hover {
  background: #0d6efd;
  color: white !important;
}

#itype_hguns:focus {
  background: #0d6efd;
  color: white !important;
}

#itype_supp:hover {
  background: #FF6E40;
  color: white !important;
}

#itype_supp:focus {
  background: #FF6E40;
  color: white !important;
}

#itype_archery:hover {
  background: #611C35;
  color: white !important;
}

#itype_archery:focus {
  background: #611C35;
  color: white !important;
}

#itype_ammo:hover {
  background: #00bcd4;
  color: white !important;
}

#itype_ammo:focus {
  background: #00bcd4;
  color: white !important;
}

#itype_lguns:hover {
  background: #6f42c1;
  color: white !important;
}

#itype_lguns:focus {
  background: #6f42c1;
  color: white !important;
}

#itype_reload:hover {
  background: #ffc107;
  color: white !important;
}

#itype_reload:focus {
  background: #ffc107;
  color: white !important;
}

#itype_acc:hover {
  background: #dc3545;
  color: white !important;
}

#itype_acc:focus {
  background: #dc3545;
  color: white !important;
}

#itype_optics:hover {
  background: #198754;
  color: white !important;
}

#itype_optics:focus {
  background: #198754;
  color: white !important;
}

.email-invoice-span {
  font-size: 20px;
  font-weight: bold;
}

#progress_bar_target {
  background: rgba(0, 123, 255, 0.2) !important;
}

#progress_bar_goal {
  background: rgba(255, 82, 82, 0.2) !important;
}

#progress_bar_quota {
  background: rgba(16, 196, 105, 0.2) !important;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #323a46 !important;
}

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #282E38;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "LIGHT";
  padding-left: 10px;
  background-color: #00BCD4;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "DARK";
  padding-right: 10px;
  background-color: #323A46;
  color: white;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 4.5px;
  background: #adb5bd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #282E38;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}

.table-fixed tr:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
}

.dashboard-table .dataTables_wrapper .toolbar {
  height: 60px;
  line-height: 60px;
  width: 20%;
}

.dashboard-table .dataTables_wrapper .toolbar > span {
  font-family: "Play-Bold";
  color: #fd7e14;
  height: 40px;
  font-size: 2rem;
  float: left;
  vertical-align: middle;
}

.dashboard-table .dataTables_wrapper .toolbar > span.select2 {
  float: none;
  font-size: 1.2rem;
  font-family: "Play", Helvetica, sans-serif;
}

.dashboard-table .dataTables_filter {
  width: 20%;
  float: right;
}

.dashboard-table .dataTables_filter input[type="search"] {
  border-radius: 2px;
  border: 1px solid #bbb;
  font-size: .9rem;
  line-height: 1.2rem;
  margin: 20px 0;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

table.dataTable.hub-default {
  background-color: #00345b;
  color: gray !important;
}

table.dataTable.hub-default th {
  font-family: "oxygen mono";
  font-size: 12px;
  padding: 10px 18px;
  color: white;
}

table.dataTable.hub-default tbody tr {
  cursor: pointer;
  min-height: 30px;
}

table.dataTable.hub-default tbody tr.group {
  background-color: #32a5c6;
}

table.dataTable.hub-default tbody tr.group td {
  color: gray;
  font-size: 13px;
  font-family: "oxygen mono";
  height: 48px;
  padding: 0 30px;
  white-space: nowrap;
  border-bottom: 1px solid lightgray;
}

table.dataTable.hub-default tbody tr.odd {
  background-color: white;
}

table.dataTable.hub-default tbody tr.even {
  background-color: white;
}

table.dataTable.hub-default tbody tr td {
  border-right: 1px solid gainsboro;
}

table.dataTable.hub-default tbody tr td:last-child {
  border-right: 0;
}

#loader {
  display: block;
  z-index: 1;
}

#loader i {
  font-size: 7rem;
  color: #00f900;
}

.this-loader {
  background-color: gray;
  opacity: 0.3;
  height: 135%;
  width: 134%;
  position: absolute;
  top: 2px;
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  left: 1px;
}

.dataTables_info {
  font-size: 17px;
  float: right;
  color: gray;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 14px;
}

.paginate_button {
  color: #cc5a38;
  font-weight: bold;
  padding: 1em;
}

a.paginate_button:hover {
  color: #00345b;
}

a.paginate_button.current {
  color: #00345b;
}

table.dataTable.hub-default th {
  font-size: 13px;
  border-top: 1px solid #cc5a38;
  border-bottom: 1px solid #cc5a38;
}

table.dataTable.hub-default th:hover {
  background: #00345b !important;
  cursor: pointer;
}

table.dataTable.hub-default tbody tr:hover {
  background-color: #ffb74d !important;
}

td {
  padding: 9px 9px;
}

/* tr.row_selected td{background-color:#ffb74d !important;color:black;} */
table.dataTable.hub-default th:hover {
  background: #0B4F6C;
}

table.dataTable.hub-default tbody {
  font-family: "oxygen mono";
  font-size: 13px;
}

body.waiting-for-ajax .modal {
  display: none !important;
}

.pulse-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2563eb;
  /* Tailwind blue-600 */
  animation: pulse 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Spinner */
.spinner-vanilla {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
}

/* Spinner */
.spinner-white {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
}
