@charset "UTF-8";
/* Coolors Exported Palette - coolors.co/122428-145b66-2c858c-59b2ab-f0f3df */
/* HSL */
/* RGB */
/**
 * BOOTSTRAP RESET
 */
.pagination > .page-item.active > a.page-link, .pagination > .page-item.active > span.page-link, .pagination > .page-item.active > a.page-link:hover, .pagination > .page-item.active > span.page-link:hover, .pagination > .page-item.active > a.page-link:focus, .pagination > .page-item.active > span.page-link:focus {
  background-color: #145b66;
  border-color: #145b66;
}
.pagination > li > a.page-link, .pagination > li > span.page-link {
  color: #145b66;
}

.btn-primary {
  background-color: #2c858c;
  border-color: #2c858c;
}
.btn-primary:hover {
  background-color: #145b66;
  border-color: #145b66;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #59b2ab;
  border-color: #59b2ab;
}

a:hover {
  color: #145b66;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #2c858c;
  border-color: #2c858c;
}

/**
 * BOOTSTRAP RESET
 */
.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-blank {
  background-color: #ffffff;
  color: #0e0e0e;
  border: 1px solid #777;
}
.label-blank[href]:hover, .label-blank[href]:focus {
  background-color: #eaeaea;
  color: #0e0e0e;
  border: 1px solid #777;
}

.label-primary {
  background-color: #5395ce;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #427db0;
}

.label-success {
  background-color: #6abe6a;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #55a555;
}

.label-info {
  background-color: #69c5e1;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #43b7d8;
}

.label-warning {
  background-color: #f1b45e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #eda033;
}

.label-danger {
  background-color: #dc625f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #cd423f;
}

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

#cssWhite {
  color: #c9cac3;
}

#cssBlue {
  color: #5AA3ED;
}

#cssPurple {
  color: #7B63D8;
}

#cssGreen {
  color: #4E7A5F;
}

#cssDefault {
  color: #2C858C;
}

#cssWine {
  color: #BC566D;
}

/* Basic Styles
=================================================================== */
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  background: #F3F3F3;
  color: #333;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100% !important;
  height: 100%;
  font-family: "Work Sans", sans-serif;
}

a {
  color: #145b66;
}

.logo {
  font-weight: bold;
  word-spacing: -1px;
}

.alert {
  border-radius: 0;
}
.alert p {
  margin: 0 !important;
}

.table tbody .arrow-button i {
  padding: 2px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  margin: 1px;
}
.table tfoot th .text-center, .table tfoot th .text-right {
  color: #333 !important;
  font-weight: 900;
}

#main-con {
  min-height: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.content-con {
  max-width: calc(100% - 250px);
  width: 100%;
  float: left;
}

.content-cal {
  background-color: white;
  padding: 10px;
}

.sidebar-con {
  width: 250px;
  background-color: #191919;
  float: left;
}

.sidebar-minified .sidebar-con {
  width: 40px;
  min-width: 40px;
}

#content {
  background-color: #F3F3F3;
  padding: 0 15px;
  transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s;
}

#sidebar-left {
  background-color: #191919;
  padding: 0;
  transition: transform 0.2s ease-in-out 0s, width 0.2s ease-in-out 0s;
}

#sidebar-left .nav.main-menu {
  width: 250px;
}

.sidebar-fixed {
  position: fixed;
  top: 40px;
  bottom: 40px;
  height: 100%;
  width: 250px;
  margin-bottom: 0;
}

body.sidebar-minified #sidebar-left .nav.main-menu {
  width: auto;
}

.content-with-fixed {
  margin-left: 0;
}

#content.sidebar-minified {
  width: 100% !important;
  max-width: calc(100% - 40px);
}

#sidebar-left.minified {
  float: left !important;
}

#content.full {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
}

.breadcrumb {
  background: #e9ebec;
  border-radius: 0;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #dbdee0;
}
.breadcrumb > li + li.right_log:before {
  content: none;
}
.breadcrumb .right_log {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  border: none;
  padding: 10px 10px 0 0;
  text-align: right;
  max-width: 600px;
  overflow: hidden;
}

#loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll 50% 10% #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.environment-warning,
.attendance-warning {
  background: #ff9600;
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.attendance-warning {
  font-size: 18px;
  font-weight: 900;
}

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

.noPadding {
  padding: 0 !important;
}

.box {
  border: 1px solid #dbdee0;
  margin-bottom: 15px;
}
.box .box-content .panel ol, .box .box-content .panel ul {
  padding-left: 20px;
}
.box.noOverflow {
  overflow: hidden;
}
.box .box-header {
  color: #34383c;
  font-size: 16px;
  background: #f7f7f8;
  border-bottom: 1px solid #dbdee0;
  height: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.box .box-header h2 {
  float: left;
  padding: 0;
  margin: 0 0 0 50px;
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.box .box-header h2 i {
  border-right: 1px solid #dbdee0;
  padding: 12px 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin: 0px 5px 0px -50px;
  font-size: 16px;
  float: left;
}
.box .box-header h2 i.nb {
  border-right: 0;
  margin-right: 0;
}
.box .box-header .box-icon {
  float: right;
  display: block;
}
.box .box-header .box-icon a:hover {
  text-decoration: none;
}
.box .box-header .box-icon i.icon {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  border-left: 1px solid #ced1d4;
  text-decoration: none;
}

.modal-body .box .box-header h2 {
  margin: 0 5px;
}

.input-group-addon button {
  border: unset;
  background: unset;
}

.input-group-text {
  border-radius: 0;
}

.note-editor .dropdown-toggle::after {
  display: none;
}

.font-bold {
  font-weight: bold;
}

.box-icon .choose-date {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DBDEE0;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
  height: 40px;
  padding: 3px 10px;
  width: 350px;
}
.box-icon .choose-date .input-group-addon, .box-icon .choose-date input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  box-shadow: none;
}
.box-icon .choose-date .input-group-addon {
  font-size: 12px;
  padding: 0;
}
.box-icon .choose-date .input-group-addon i {
  border: 0;
}
.box-icon .choose-date input {
  font-weight: 300;
}
.box-icon .choose-date input:focus {
  box-shadow: none;
  outline: 0 none;
}

.box .btn-tasks {
  list-style: none;
  margin-bottom: 0;
}
.box .btn-tasks li {
  float: right;
}
.box .btn-tasks li li {
  float: none;
}
.box .box-content {
  padding: 15px;
  background: #FCFCFC;
}
.box .box-content p.introtext {
  border-bottom: 1px solid #DBDEE0;
}
.box .box-content.no-padding {
  background: #FCFCFC;
  padding: 1px 0;
}

.small-box {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
}
.small-box h3, .small-box a, .small-box p {
  text-align: center;
  text-decoration: none;
  color: #FFF;
}
.small-box h3 {
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 1px black;
}
.small-box h4 {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}
.small-box i {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 155px;
  color: rgba(255, 255, 255, 0.2);
}

.avatar {
  border: 5px solid #FFF;
  outline: 1px solid #DBDEE0;
  width: 100%;
}

.version {
  display: block;
  margin-top: -9px;
  font-weight: bold;
  font-size: 8px;
  float: right;
  font-family: "Times New Roman", Times, serif;
  color: #FFF;
  width: 50px;
  margin-left: -40px;
}

/* Bootstrap Overwrites
=================================================================== */
input {
  box-shadow: none;
}

.input-group-addon {
  padding: 3px;
  border-radius: 0;
}

.enlarge .img-thumbnail {
  max-width: none;
}

.img-thumbnail, .input-group .form-control:last-child, .input-group-addon:last-child {
  border-radius: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-radius: 0;
}
.input-group-btn:first-child > .btn:not(:first-child) {
  border-radius: 0;
}

.form-inline label {
  margin-top: 5px;
}
.form-inline label.checkbox {
  margin-top: 5px;
}

label.checkbox {
  margin-top: 5px;
}

.panel {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}

.modal-content, .popover, .tooltip-inner {
  border-radius: 0;
  width: auto;
}

.wide-tip .tooltip-inner {
  max-width: none;
  width: 100%;
}

.modal-header .close {
  margin-top: -12px;
  opacity: 0.4;
}

.close:hover, .close:focus {
  opacity: 0.7;
}

.modal-title {
  text-transform: uppercase;
  font-weight: bold;
}

.bootbox .modal-footer {
  border: none;
  text-align: center;
}

.has-feedback .form-control {
  padding-right: 0;
}

.form-control-feedback {
  top: 8px !important;
  right: 15px !important;
  width: auto;
  position: absolute;
}

.form-control {
  border-radius: 0 !important;
}
.form-control.file {
  border: unset;
}

table.table .form-group {
  margin: 0;
  padding: 0;
  position: relative;
}
table.table .form-control {
  padding: 5px;
  height: 2rem;
}

.popover, .tooltip {
  width: auto;
}

.panel-heading {
  border-radius: 0;
  font-weight: bold;
}

.form-inline label.checkbox div {
  margin-top: -5px;
}
.form-inline select.form-control {
  width: 100%;
}

.form-control::placeholder {
  color: #c3c3c3;
  opacity: 1;
}

/**
Select 2 fix
 */
.input-group .select2-container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  margin-bottom: 0;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

/**
end Select 2 Fix
 */
select.form-control optgroup {
  border: 1px solid #0044cc;
}
select.form-control option {
  padding: 5px 8px;
}

.table th, .table td {
  padding: 0.1rem;
  font-size: 0.9rem;
  vertical-align: middle !important;
  font-weight: 400;
}
.table tr.font-bold td {
  font-weight: bold;
}
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  background-color: #145b66;
  color: #FCFCFC;
  border-color: #145b66;
  border-top: 1px solid #145b66;
}
.table > thead:first-child > tr:first-child > th:hover, .table > thead:first-child > tr:first-child > td:hover {
  background-color: #2c858c;
  border-color: #2c858c;
  border-top: 1px solid #2c858c;
}

.table-striped thead tr.primary:nth-child(odd) th {
  background-color: #145b66;
  color: #FCFCFC;
  border-color: #145b66;
  border-top: 1px solid #145b66;
}
.table-striped thead tr.primary:nth-child(odd) th:hover {
  background-color: #2c858c;
  border-color: #2c858c;
  border-top: 1px solid #2c858c;
}

.nav-tabs > li.active > a.tab-grey {
  background-color: #F7F7F8;
}
.nav-tabs > li.active > a.tab-grey:hover, .nav-tabs > li.active > a.tab-grey:focus {
  background-color: #F7F7F8;
}

.table-borderless > thead > tr > th, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > tbody > tr > td, .table-borderless > tfoot > tr > td {
  border-top: none;
}

.table td p:last-child {
  margin-bottom: 0;
}

.has-error label,
.has-error .form-control-feedback {
  color: #A94442;
}

.has-success label,
.has-success .form-control-feedback {
  color: #2b542c;
}

.has-error .btn-file {
  background: #A94442;
  border-color: #843534;
}

.comboButton {
  display: inline-block;
  position: relative;
}
.comboButton:hover .comboDetails {
  display: table;
  width: 25vw;
}

.comboDetails {
  display: none;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
}
.comboDetails > .comboItem {
  display: table-row;
  border: 1px solid #ccc;
  background: #ececec;
}
.comboDetails > .comboItem:nth-child(odd) {
  background: #FCFCFC;
  border: 1px solid #ccc;
}
.comboDetails > .comboItem > .cname, .comboDetails > .comboItem > .qty, .comboDetails > .comboItem > .cdisponibility {
  width: auto;
  display: table-cell;
  padding: 0 5px;
}

/* Colors and Backgrounds
=================================================================== */
.blue {
  color: #145b66 !important;
}

.lightBlue {
  color: #2c858c !important;
}

.green {
  color: #C9ED8D !important;
}

.mGreen {
  color: #2BA890 !important;
}

.darkGreen {
  color: #90D670 !important;
}

.pink {
  color: #EC6C9F !important;
}

.orange {
  color: #FA7C60 !important;
}

.lightOrange {
  color: #FAC760 !important;
}

.purple {
  color: #A266BB !important;
}

.red {
  color: #FF7373 !important;
}

.yellow {
  color: #EDEC8D !important;
}

.white {
  color: #FCFCFC !important;
}

.grey {
  color: #b2b8bd !important;
}

.black {
  color: #171717 !important;
}

.bblue {
  background: #145b66 !important;
}

.blightBlue {
  background: #2c858c !important;
}

.bgreen {
  background: #C9ED8D !important;
}

.bmGreen {
  background: #2BA890 !important;
}

.bdarkGreen {
  background: #90D670 !important;
}

.bpink {
  background: #EC6C9F !important;
}

.borange {
  background: #FA7C60 !important;
}

.blightOrange {
  background: #FAC760 !important;
}

.bpurple {
  background: #A266BB !important;
}

.bred {
  background: #FF7373 !important;
}

.byellow {
  background: #EDEC8D !important;
}

.bwhite {
  background: #FCFCFC !important;
}

.bgrey {
  background: #b2b8bd !important;
}

.blightGrey {
  background: #e9ebec !important;
}

.bblack {
  background: #171717 !important;
}

/* Header Styles
=================================================================== */
.navbar {
  margin: 0;
  min-height: 40px;
  border: none;
  background: #191919;
  border-radius: 0;
  z-index: 2;
  padding: 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.navbar a {
  color: #7b7b7b;
}
.navbar a i {
  margin-top: 2px;
}
.navbar #search {
  position: relative;
  background: #282b2e;
  height: 30px;
  border: 1px solid #111;
  border-radius: 2px;
  margin: 5px;
}
.navbar #search input {
  margin: 5px 0;
  width: 90%;
  background: transparent;
  border: none;
  color: #FCFCFC;
}
.navbar #search i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #FCFCFC;
}

a.navbar-brand {
  text-align: left;
  padding: 9px 0 10px 10px !important;
}
a.navbar-brand span {
  color: #fff;
  text-shadow: none;
}
a.navbar-brand.noBg {
  background: transparent;
  border-bottom: none;
}

.btn-visible-sm .btn {
  color: #FFF;
  width: auto !important;
  padding: 8px 0 8px 15px;
}
.btn-visible-sm .navbar-toggle {
  position: static;
  top: auto;
  margin: 0;
}

.header-nav {
  position: relative;
  padding: 0;
}
.header-nav .navbar-nav {
  flex-direction: row;
}
.header-nav .btn {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header-nav a.btn {
  position: relative;
  height: 30px;
  min-width: 40px;
  width: auto;
  background: #40454a;
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  margin: 5px 3px;
  border-radius: 0;
  font-size: 12px;
}
.header-nav a.btn .number {
  position: absolute;
  font-size: 8px;
  line-height: 10px;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
}
.header-nav a.btn.btn-cart {
  border-radius: 2px !important;
}
.header-nav a.btn.account {
  background: transparent;
  height: 40px;
  width: auto;
  padding: 10px 10px 5px 10px !important;
  margin: 0 0 0 3px;
}
.header-nav a.btn.account .mini_avatar {
  max-height: 36px !important;
  margin: -8px 10px -10px 0;
  float: left;
}
.header-nav a.btn:hover {
  background: #282b2e;
}
.header-nav .user {
  display: inline-block;
  text-align: left;
  margin-top: -5px;
  padding: 0;
}
.header-nav .user .hello {
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.header-nav .user .name {
  display: block;
  margin-top: -6px !important;
  font-size: 13px;
}

.dropdown-menu {
  list-style: none;
  text-shadow: none;
  border-radius: 0;
}
.dropdown-menu .dropdown-item a {
  display: inline-block;
  width: 100%;
}

.dropdown-menu-sub-footer {
  text-align: center;
  cursor: pointer;
  background: #F9F9F9;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

ul.cart li {
  min-width: 300px;
  font-size: 12px;
  padding: 5px 0;
}

/* Navigation Styles
=================================================================== */
a#main-menu-toggle {
  width: 40px;
  height: 40px;
  color: #FCFCFC;
  z-index: 1000;
  padding: 8px 13px;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
a#main-menu-toggle.close {
  opacity: 1;
  padding: 10px 13px !important;
}
a#main-menu-act {
  display: block;
  border-bottom: 1px solid #111;
  width: 100%;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
}
a#main-menu-act i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #111;
  font-size: 14px;
  padding: 3px 0;
  color: #CCC;
  text-align: center;
}
a#main-menu-act i:hover {
  background: #222;
  color: #6f7880;
}

.nav.main-menu > li > a, .nav.main-menu > li > ul > li > a {
  margin: 0;
  height: 40px;
  padding: 1px 0 0 0;
  color: #CCC;
  border: none;
  border-bottom: 1px solid #111;
  background: #191919;
  border-radius: 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav.main-menu > li > a .chevron, .nav.main-menu > li > ul > li > a .chevron {
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #b2b8bd !important;
}
.nav.main-menu > li > a .chevron.opened:after, .nav.main-menu > li > ul > li > a .chevron.opened:after {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > a .chevron.closed:after, .nav.main-menu > li > ul > li > a .chevron.closed:after {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > a > i, .nav.main-menu > li > ul > li > a > i {
  margin-right: 10px;
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  text-align: center;
}
.nav.main-menu > li > a:hover, .nav.main-menu > li > ul > li > a:hover {
  background: #191919;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.nav.main-menu > li > a:hover,
.nav.main-menu > li > ul > li > a:hover {
  background: #191919;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #111;
  color: #FCFCFC;
}
.nav.main-menu > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > a {
  margin: 0;
  height: 40px;
  padding: 1px 0 0 0;
  color: #CCC;
  border: none;
  border-radius: 0;
  text-decoration: none;
  display: block;
  position: relative;
  background: #333;
  border-bottom: 1px solid #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
}
.nav.main-menu > li > ul > li > ul > li > a .chevron,
.nav.main-menu > li > ul > li > a .chevron {
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  text-align: center;
  font-size: 10px;
  color: #b2b8bd !important;
}
.nav.main-menu > li > ul > li > ul > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > a .chevron.opened:after {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > ul > li > ul > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > a .chevron.closed:after {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > ul > li > ul > li > a > i,
.nav.main-menu > li > ul > li > a > i {
  margin-right: 10px;
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.nav.main-menu > li > ul > li > ul > li > a:hover,
.nav.main-menu > li > ul > li > a:hover {
  background: #191919;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > ul > li > a {
  margin: 0;
  height: 40px;
  padding: 1px 0 0 0;
  color: #CCC;
  border: none;
  border-bottom: 1px solid #111;
  background: #191919;
  border-radius: 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a .chevron,
.nav.main-menu > li > ul > li > ul > li > a .chevron,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron {
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #b2b8bd !important;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.opened:after, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > ul > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.opened:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.closed:after, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > ul > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.closed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a > i, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a > i,
.nav.main-menu > li > ul > li > ul > li > a > i,
.nav.main-menu > li > ul > li > ul > li > ul > li > a > i {
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > ul > li > a {
  background: #222;
  border-bottom: 1px solid #333;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a {
  background: #333;
  border-bottom: 1px solid #444;
}
.nav.main-menu > li > ul > li > ul > li > ul > li > a:hover, .nav.main-menu > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.nav.main-menu > li > ul > li > ul > li > a:hover,
.nav.main-menu > li > ul > li > ul > li > ul > li > a:hover {
  background: #191919;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.nav.main-menu > li.nav-item {
  width: 100%;
}
.nav.main-menu > li.nav-item > ul {
  list-style: none;
  padding: 0;
}
.nav.main-menu > li.nav-item > ul > li > ul {
  list-style: none;
  padding: 0;
}
.nav.main-menu > li.active > a:hover, .nav.main-menu > li.active > ul > li > a:hover {
  color: #FCFCFC;
}
.nav.main-menu > li:first-child > a {
  margin-top: -1px;
  border-radius: 0;
}
.nav.main-menu > li:last-child > a {
  border-radius: 0;
  border-bottom: 0;
}

#sidebar-left.minified .sidebar-nav > ul > li {
  position: relative;
}
#sidebar-left.minified .sidebar-nav > ul > li > a {
  width: 40px;
  position: relative;
}
#sidebar-left.minified .sidebar-nav > ul > li > a .chevron {
  display: none;
  position: absolute;
  left: 198px;
  z-index: 1000;
}
#sidebar-left.minified .sidebar-nav > ul > li > a .text {
  position: absolute;
  z-index: 1000;
  background: #191919;
  min-height: 40px;
  width: 170px;
  padding: 8px 15px;
  border: 1px solid #222;
  top: 0;
  left: 39px;
  display: none !important;
  font-weight: bold;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

#sidebar-left.minified .sidebar-nav > ul > li > ul {
  display: none !important;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > a,
#sidebar-left.minified .sidebar-nav > ul > li > ul > li:hover a {
  position: relative;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > a .chevron,
#sidebar-left.minified .sidebar-nav > ul > li > ul > li:hover a .chevron {
  display: inline-block;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > a .text,
#sidebar-left.minified .sidebar-nav > ul > li > ul > li:hover a .text {
  position: absolute;
  z-index: 1000;
  background: #191919;
  min-height: 41px;
  width: 200px;
  padding: 8px 15px;
  border: 1px solid #222;
  top: 0;
  left: 39px;
  display: block !important;
  margin-top: -1px;
  overflow: hidden;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > ul,
#sidebar-left.minified .sidebar-nav > ul > li > ul > li:hover ul {
  display: block !important;
  position: absolute;
  top: 40px;
  left: 39px;
  z-index: 1000;
  width: 200px;
  background: #191919;
  border: 1px solid #222;
  border-bottom: none;
}
#sidebar-left.minified .sidebar-nav > ul > li:hover > ul > li > a .text,
#sidebar-left.minified .sidebar-nav > ul > li > ul > li:hover ul > li > a .text {
  position: absolute;
  z-index: 1000;
  min-height: 40px;
  padding: 8px 15px 8px 0;
  top: 0;
  left: 39px;
  display: block !important;
  overflow: hidden;
}
#sidebar-left.minified .sidebar-nav > ul > li ul li:hover {
  position: relative;
}
#sidebar-left.minified .sidebar-nav > ul > li ul li:hover ul {
  left: 0;
}

.nav.main-menu > li.active > a, #sidebar-left.minified .sidebar-nav > ul > li.active > a .text {
  background: #145b66;
  color: #FCFCFC;
  border-color: #145b66;
}

.nav.main-menu > li.active > a:hover {
  background: #145b66;
  color: #FCFCFC;
  border-color: #145b66;
  cursor: default;
}
.nav.main-menu > li.active > a > i {
  color: #FCFCFC;
}
.nav.main-menu > li > ul > li.active > a {
  background: #2c858c;
  color: #FCFCFC;
  border-color: #2c858c;
  cursor: default;
}
.nav.main-menu > li > ul > li > ul > li.active > a, .nav.main-menu > li > ul > li > ul > li > ul > li.active > a {
  background: #2c858c;
  color: #FCFCFC;
  border-color: #2c858c;
  cursor: default;
}
.nav.main-menu > li > ul > li.active > a > i {
  color: #FCFCFC;
}
.nav.main-menu > li > ul > li > ul > li.active > a > i, .nav.main-menu > li > ul > li > ul > li > ul > li.active > a > i {
  color: #FCFCFC;
}

#sidebar-left.minified .sidebar-nav > ul > li.active > ul {
  border-top: 0;
}
#sidebar-left.minified .sidebar-nav > ul > li.active > li > a {
  border-color: #2c858c;
}

table.table,
table.dataTable {
  overflow: visible;
}
table.table > tbody > tr.child ul.dtr-details,
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
table.table > tbody > tr.child ul.dtr-details > li,
table.dataTable > tbody > tr.child ul.dtr-details > li {
  width: 100%;
  text-align: center;
}
table.table > tbody > tr.child ul.dtr-details > li .text-right, table.table > tbody > tr.child ul.dtr-details > li .text-left,
table.dataTable > tbody > tr.child ul.dtr-details > li .text-right,
table.dataTable > tbody > tr.child ul.dtr-details > li .text-left {
  text-align: center !important;
}

@media (max-width: 991px) {
  .order-table th:last-child, .order-table td:last-child {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  #sidebar-left .nav.main-menu, .sidebar-con {
    width: 100%;
  }

  .box .box-content p.introtext {
    width: 100%;
  }

  .box .box-header {
    height: auto;
  }
}
/* Tabs Styles
=================================================================== */
.nav-tabs li a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs li a:hover {
  border-color: #dbdee0;
  background: #dbdee0;
}
.nav-tabs li.active > a {
  line-height: 1.428571429;
  margin: 0 -1px 0 0;
}
.nav-tabs .dropdown-menu > li > a {
  clear: both;
  background: #FFF;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  margin: 0;
}
.nav-tabs .dropdown-menu > li > a:hover {
  background: #F5F5F5;
  color: #145b66;
}
.nav-tabs .dropdown-menu > li.active > a {
  background: #122428;
  color: #FFF;
  margin: 0;
}

/* Box Styles
=================================================================== */
.box .tab-content {
  background: #FCFCFC;
  border: 1px solid #dbdee0;
  border-top: none;
  padding: 10px;
}
.box .tab-pane {
  border: 1px solid #dbdee0;
  border-top: 0;
  padding: 10px;
  margin-top: -1px;
}

.tab-content .box {
  border-top: none;
}

.box-header .nav-tabs {
  border: none;
  float: right;
}
.box-header .nav-tabs li a {
  background: transparent;
  border: none;
  border-left: 1px solid #ced1d4;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 11px 15px;
  height: 40px;
}
.box-header .nav-tabs li.active > a {
  background: #FCFCFC;
  border: none;
  border-left: 1px solid #ced1d4;
}
.box-header .nav-tabs li:hover {
  border: none;
}
.box-header .nav-tabs li:last-child {
  margin-right: 3px;
}

.box-content .tab-content {
  background: transparent;
  border: none;
  padding: 0;
}

/* Footer Styles
=================================================================== */
footer {
  background: #191919;
  color: #FCFCFC;
  height: 40px;
  padding: 12px 20px 18px 20px !important;
  margin: 0 !important;
  width: 100%;
  font-size: 12px;
}
footer a {
  color: #FCFCFC;
  font-weight: bold;
}

/* Quick Links Styles
=================================================================== */
.quick-button {
  margin-bottom: 15px;
  padding: 30px 0 10px 0;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(149, 149, 149, 0.7);
  box-shadow: 0 0 20px 0 rgba(149, 149, 149, 0.7);
}
.quick-button:hover {
  text-decoration: none;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
  background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
  background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
  background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
  background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cbf2a", endColorstr="#44c767", GradientType=0);
  background-color: #5cbf2a;
  color: #ffffff;
}
.quick-button .notification {
  top: -2px;
  right: -2px;
  font-size: 14px;
  padding: 0 5px;
  position: absolute;
  background: #E91E63;
  border-radius: 5px;
}
.quick-button i {
  font-size: 32px;
}
.quick-button.small {
  padding: 15px 0 1px 0;
  font-size: 12px;
}
.quick-button.small i {
  font-size: 20px;
}
.quick-button.small .notification {
  top: -2px;
  right: -2px;
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  background: #E91E63;
  border-radius: 5px;
}

/* Table Styles
=================================================================== */
table tr td.left, table tr th.left {
  text-align: left;
}
table tr td.center, table tr th.center {
  text-align: center;
}
table tr td.right, table tr th.right {
  text-align: right;
}
table tr td .progress {
  margin: 3px 0 0 0;
}

div.dataTables_length label {
  font-weight: normal;
}
div.dataTables_filter label {
  font-weight: normal;
}
div.dataTables_info {
  padding-top: 8px;
}
div .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.DTTT_selectable tbody tr {
  cursor: pointer;
}

div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

.DTTT_Print .bnav, .DTTT_Print #content {
  width: 100% !important;
  margin: 0 !important;
  background: #F3F3F3 !important;
  border: 0 !important;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: #FCFCFC !important;
}

.DTTT_Print .style-switcher {
  display: none !important;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table {
  background-color: #FCFCFC;
}

table.DTFC_Cloned tr.even {
  background-color: #FCFCFC;
}

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none;
}

/* Login Box & Register Box Styles
=================================================================== */
.login-box {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  background: #fff;
}
.login-box .header {
  color: #FCFCFC;
  text-align: center;
  margin: -20px -20px 20px -20px;
  padding: 15px;
  text-transform: uppercase;
}
.login-box .form-control {
  border-right: none !important;
  border-radius: 2px 0 0 2px;
}
.login-box .has-error .form-control {
  border-color: #843534;
  box-shadow: none;
}
.login-box .input-group-addon {
  height: 0 !important;
  border: 1px solid #e9ebec !important;
  background: #FCFCFC;
  border-radius: 0;
  border-left: 1px none !important;
  margin-left: -1px !important;
}
.login-box .has-error .input-group-addon {
  border: 1px solid #843534 !important;
  border-left: 1px none !important;
  margin-left: -1px !important;
}
.login-box label {
  margin: 10px 5px -10px 5px;
}
.login-box .form-control {
  border: 1px solid #e9ebec;
  box-shadow: none;
  border-radius: 0;
  border-right: 0;
}
.login-box .form-control:focus {
  outline: none;
}
.login-box .confirm {
  position: relative;
  margin: 20px 0 10px -15px;
}
.login-box .confirm label {
  position: absolute;
  top: -9px;
  left: 30px;
}
.login-box button {
  margin: 15px 0 !important;
}
.login-box .close {
  margin: 0 !important;
}

/* Page loader and Misc Styles
=================================================================== */
.content-scroll {
  width: 450px;
  color: #333;
  padding: 0;
}

.top-menu-scroll {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  height: auto;
  background: #FFF;
  padding: 0;
}

.oe {
  list-style: none;
  padding: 0;
}
.oe li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.oe li i {
  padding: 0 5px 0 0;
}
.oe li.readed i {
  color: #2196F3;
}
.oe li.unreaded i {
  color: red;
}
.oe li.unreaded {
  font-weight: 900;
}
.oe li:nth-child(even) {
  background-color: #f5f5f5;
}
.oe li:last-child {
  border-bottom: 0;
}
.oe li ul, .oe li ol {
  margin-left: 15px;
}
.oe li ul li, .oe li ol li {
  border-bottom: none;
  padding: 3px;
}
.oe li ul li:nth-child(even), .oe li ol li:nth-child(even) {
  background-color: transparent;
}

.content-scroll .dropdown-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ddd;
  color: #8090a0;
}
.content-scroll .dropdown-header a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-scroll .dropdown-footer {
  background-color: #F5F5F5;
  border-top: 1px solid #ddd;
  text-align: center;
}
.content-scroll .dropdown-footer a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-scroll .dropdown-content {
  display: block;
  padding: 0;
}

.select2-container-disabled .select2-chosen, .select2-container-disabled .select2-arrow {
  cursor: not-allowed;
}

.has-error .select2-container .select2-selection--single,
.has-error .select2-container .select2-selection--multiple {
  border-color: #a94442;
}

.has-success .select2-container .select2-selection--single,
.has-success .select2-container .select2-selection--multiple {
  border-color: #2b542c;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 20px;
  border-radius: 0;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
}

/* fix .input-group width issue */
.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
}

#attrTable td, #attrTable .delAttr, #attrTable .attr-remove-all {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

#attrTable td:last-child {
  cursor: default;
}

.table.barcodes td {
  padding: 30px 20px !important;
}
.table.barcodes .table-barcode {
  width: 100%;
}
.table.barcodes .table-barcode td {
  border-bottom: 1px solid #eee;
  padding: 3px !important;
}

.order-table td ol, .order-table td ul {
  padding-left: 15px;
}

.vertical-text {
  writing-mode: tb-rl;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: -75px;
}

.global-site-notice {
  background: none repeat scroll 0 0 #ffff90;
  border-color: #cfcfcf;
  border-image: none;
  border-style: solid;
  border-width: 0 0 1px;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  height: 55px;
}
.global-site-notice .notice-inner {
  background: url("../images/i_notice.gif") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding: 12px 0 12px 60px;
  text-align: left;
}

.focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

.transparent-input {
  background: transparent;
  border: none;
  box-shadow: none;
}

.style-switcher {
  position: absolute;
  top: 82px;
  right: 12px;
  z-index: 1;
}

.stick {
  position: fixed;
  top: 0;
  right: 0;
  border: 5px solid #dc3545 !important;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #f8f9fa;
  text-align: center;
  z-index: 1;
}

.bold {
  font-weight: bold;
}

.padding05 {
  padding: 0 5px;
}

.padding10, .padding010 {
  padding: 10px 0 !important;
}

.padding1010 {
  padding: 10px !important;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin05 {
  margin: 0 5px;
}

.margin010 {
  margin: 10px 0 !important;
}

.margin1010 {
  margin: 10px !important;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.border-left {
  border-left: 1px solid #dbdee0;
}

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

.totals td {
  width: 12%;
  font-weight: bold;
  min-width: 110px;
}

.totals .font-weight-normal td {
  width: 12%;
  font-weight: 400 !important;
}

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

.nav .open > a {
  background-color: #aaa;
  outline: none;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #aaa;
  outline: none;
}

.buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.buttons .btn-group {
  width: 100%;
}
.buttons .btn-group .btn {
  margin-bottom: 3px;
  width: 100%;
}
.buttons .btn-group .btn i {
  margin-right: 5px;
}

label {
  margin-top: 5px;
}

.product_link, .customer_details_link, .supplier_details_link, .agent_details_link {
  cursor: pointer;
}

.product_link2 td:first-child, .product_link2 td:nth-child(2) {
  cursor: pointer;
}

.product_link td:first-child, .product_link td:nth-child(2), .product_link td:last-child {
  cursor: default;
}

.customer_details_link td:first-child, .customer_details_link td:last-child {
  cursor: default;
}

.supplier_details_link td:first-child, .supplier_details_link td:last-child {
  cursor: default;
}

.agent_details_link td:first-child, .agent_details_link td:last-child {
  cursor: default;
}

.purchase_link,
.expense_link,
.commission_link,
.transfer_link,
.attendances_link,
.paychecks_link,
.documents_link,
.invoice_link,
.quote_link,
.quote_group_link,
.rent_group_link,
.delivery_link,
.return_link,
.return_purchase_link,
.receipt_link,
.payment_link,
.payment_link2,
.invoice_link2,
.quote_link2,
.purchase_link2,
.rent_status,
.transfer_link2,
.row_status,
.refund_status,
.payment_status,
.adjustment_link,
.adjustment_link2 {
  cursor: pointer;
}

.has_rent_group .rent_payment,
.rent_group_payment {
  display: none;
}

.has_rent_group .rent_group_payment {
  display: block;
}

.purchase_link td:first-child, .purchase_link td:nth-child(5), .purchase_link td:nth-last-child(2), .purchase_link td:last-child {
  cursor: default;
}

.expense_link td:first-child, .expense_link td:nth-last-child(6), .expense_link td:nth-last-child(5), .expense_link td:nth-last-child(4), .expense_link td:nth-last-child(2), .expense_link td:last-child {
  cursor: default;
}

.commission_link td:first-child, .commission_link td:nth-last-child(6), .commission_link td:nth-last-child(4), .commission_link td:nth-last-child(2), .commission_link td:last-child {
  cursor: default;
}

.transfer_link td:first-child, .transfer_link td:nth-last-child(3), .transfer_link td:nth-last-child(2), .transfer_link td:last-child {
  cursor: default;
}

.attendances_link td:first-child, .attendances_link td:last-child {
  cursor: default;
}

.paychecks_link td:first-child, .paychecks_link td:last-child {
  cursor: default;
}

.documents_link td:first-child, .documents_link td:last-child {
  cursor: default;
}

.invoice_link td:first-child, .invoice_link td:last-child, .invoice_link td:nth-last-child(2), .invoice_link td:nth-child(6) {
  cursor: default;
}

.receipt_link td:first-child, .receipt_link td:last-child {
  cursor: default;
}

.quote_link td:first-child, .quote_link td:nth-last-child(3), .quote_link td:nth-last-child(2), .quote_link td:last-child {
  cursor: default;
}

.delivery_link td:first-child, .delivery_link td:last-child, .delivery_link td:nth-last-child(2), .delivery_link td:nth-last-child(3) {
  cursor: default;
}

.adjustment_link td:first-child, .adjustment_link td:last-child, .adjustment_link td:nth-last-child(2) {
  cursor: default;
}

.order:hover, .invoice:hover, .quote:hover {
  cursor: pointer !important;
}

.rent_view,
.sell_view {
  padding-left: 20px;
  display: block;
  position: relative;
  text-align: right;
}
.rent_view i.fa,
.sell_view i.fa {
  position: absolute;
  left: 0;
  top: 2px;
}

.action_sale.quote_rent,
.action_rent.quote_sale {
  display: none;
}

.project_,
.action_sale.quote_0,
.action_rent.quote_0 {
  display: none;
}

body.quote_sell_view .sell_view .fa.fa-heart {
  display: none;
}

.archived-product {
  text-decoration: line-through !important;
}

.product-line-buttons {
  width: 100%;
  display: block;
}

.product-line-buttons i {
  margin: 0 5px;
}

.bartable td {
  width: 20%;
}

.sheettable td {
  width: 50%;
}

.text_filter, .select_filter, .text_filter:focus, .select_filter:focus {
  border: 0;
  width: 100%;
  background: none;
  box-shadow: none;
  height: auto;
  padding: 0;
}

#options .form-control-feedback {
  top: -10px !important;
}

#fileList, #cfileList, #acfileList {
  list-style: none;
}

#fileList li, #cfileList li, #acfileList li {
  list-style: none;
  border: 1px solid #ccc;
  float: left;
  padding: 5px;
  text-align: center;
  margin: 5px;
}

#fileList li span, #cfileList li span, #acfileList li span {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#fileList li span, #cfileList li span, #acfileList li span {
  display: block;
}

.myfileupload-buttonbar input {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.checkbox div {
  margin-right: 5px;
}

.ui-autocomplete-loading {
  background: #FFFFFF url("../images/loading.gif") no-repeat right center;
}

.ui-widget {
  max-height: 40vh;
  overflow-x: scroll;
}

ul.enlarge {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}
ul.enlarge li {
  display: inline-block;
  position: relative;
  z-index: 55555;
}
ul.enlarge span {
  position: absolute;
  left: -9999px;
}
ul.enlarge li:hover {
  cursor: pointer;
}
ul.enlarge li:hover span {
  bottom: 0;
  left: 30px;
}

.last-active-product {
  background: #59b2ab;
}

.internalNotes {
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
}
.internalNotes small {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
}
.internalNotes .internal_note_inline {
  width: calc(100% - 20px);
  display: none;
}
.internalNotes.editable .internal_note_inline {
  display: inline-block;
}
.internalNotes.editable small {
  display: none;
}

.hidden-row {
  display: none;
}

#table-return.show-rows .hidden-row,
#table-delivery.show-rows .hidden-row {
  display: table-row;
}

.no-modal-header .close {
  margin-top: -12px;
}

.loader {
  color: #FCFCFC;
  top: 5%;
  left: 50%;
  margin-left: -53px;
  position: fixed;
  padding: 3px;
  width: 106px;
  height: 106px;
  background: url("../images/ajax-loader.gif") no-repeat center;
  z-index: 4;
}

.blackbg {
  z-index: 3;
  background-color: #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#ajaxCall {
  display: none;
  color: #191919;
  background: #FFF;
  border-radius: 25px;
  top: 2%;
  right: 2%;
  position: fixed;
  width: 51px;
  height: 50px;
  z-index: 55555;
  text-align: center;
}
#ajaxCall i {
  font-size: 50px;
}

.dtBtn {
  margin: 5px 0 0 10px;
}

.dataTables_processing {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  color: #999;
  font-size: 0;
  padding: 2px 0;
  background: url("../images/loading_bar.gif") no-repeat center;
  z-index: 1000;
  height: 20px;
}

tr.child li {
  display: inline-block;
  padding: 0 !important;
  border: 1px solid #efefef;
}
tr.child li.dropdown-item {
  padding: 0.25rem 1.5rem !important;
  display: block;
}

.dtr-title {
  text-align: center;
  width: 100%;
  padding: 0 5px;
}

.dtr-data {
  text-align: center;
  width: 100%;
  display: inline-block;
}

fieldset.scheduler-border {
  border: 1px solid #DBDEE0 !important;
  padding: 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #191919;
  box-shadow: 0 0 0 0 #191919;
}

legend.scheduler-border {
  font-size: 1.1em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  color: #145b66;
  padding: 5px 15px;
  border: 1px solid #DBDEE0 !important;
  margin: 0;
}

.bv-form .help-block {
  margin-bottom: 0;
}
.bv-form .tooltip-inner {
  text-align: left;
}

.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}

.no-help-block.has-error .help-block {
  display: none !important;
}

#codeigniter_profiler {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 !important;
  position: absolute;
}
#codeigniter_profiler:after, #codeigniter_profiler:before {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 !important;
  position: absolute;
}

/* Listing page tables
=============================================================== */
.highcharts-contextmenu hr {
  display: none;
}

.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}

.two-columns th, .two-columns td {
  width: 50%;
}

.three-columns th, .three-columns td {
  width: 33.333%;
}

.print-only {
  display: none;
}

/* Gift card view
=================================================================== */
.gift-card {
  width: 353px;
  height: 450px;
  border-radius: 10px;
  margin: 15px auto;
  color: #FFF;
}
.gift-card .card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 353px;
  height: 206px;
}
.gift-card .front {
  position: relative;
  height: 206px;
  margin: 0 0 20px 0;
}
.gift-card .back {
  position: relative;
}
.gift-card .middle {
  display: table-cell;
  vertical-align: middle;
  width: 353px;
  height: 186px;
}
.gift-card .middle img {
  max-width: 80%;
}
.gift-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55555;
  height: 206px;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
}

#chart text, .hc-tip {
  font-family: "Oswald", sans-serif !important;
  font-size: 15px !important;
}

/* SWAL */
.swal2-container.swal2-center > .swal2-popup.fullscreen-alert {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

/* dtFilter
============================================ */
.dtFilter th {
  color: #999;
}

.dtFilter-filter-reset-button {
  display: none;
}

.dtFilter-filter-wrapper {
  display: none;
}
.dtFilter-filter-wrapper .dtFilter-filter {
  display: none;
}
.dtFilter-filter-wrapper:first-child {
  display: block;
  width: 100%;
}
.dtFilter-filter-wrapper .dtFilter-filter:first-child {
  display: block;
  padding: 3px 0;
  color: #333;
  border: none;
  background: transparent;
  width: 100%;
}
.dtFilter-filter-wrapper .dtFilter-filter:first-child:focus {
  background: #FCFCFC;
}
.dtFilter-filter-wrapper .select2-container .select2-selection--single {
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 3px;
  background: transparent;
  box-shadow: none !important;
}
.dtFilter-filter-wrapper .select2-container .select2-selection--single .select2-arrow {
  padding: 0;
  top: -2px;
  background: transparent;
}
.dtFilter-filter-wrapper .select2-container .select2-selection--single abbr {
  top: 5px;
}

.gallery-image {
  position: relative;
  display: inline-block;
}
.gallery-image .delimg {
  position: absolute;
  top: 0;
  right: 9px;
}

.product_name {
  cursor: pointer;
}

#prTable tr.warning {
  border-color: #F0E1A0;
  background: #ffd7d7;
}

.pending-stamps-0 {
  display: none;
}

.live-support {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
  clear: both;
  padding: 0 0 5px 0;
}

.pending_ddt .only_completed,
.completed_ddt .only_last_ddt,
.completed_ddt .only_pending {
  display: none;
}

.delivery-sale-type.rent,
.delivery-rent-type.sale {
  display: none;
}

.completed_ddt.last_ddt .only_last_ddt {
  display: block;
}

.not_shippable .delivery_link,
.not_returnable .return_link {
  display: none;
}

.disponibility-preview-has-rent {
  text-decoration: line-through !important;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
  display: grid;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

/*Select2 ReadOnly End*/
#lastViewIgnored {
  display: inline-block;
  float: left;
}

.dtFilter .inuse {
  color: red !important;
}

.dtFilter th {
  position: relative;
}

.dtFilter-filter-reset-button {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  line-height: 5px;
  font-size: 15px;
}

.in_group:not(.rent_confirm_enabled) .confirm_to_rent {
  display: none;
}

.in_group .shift_link {
  display: none;
}

/*Calendar*/
td.fc-day-number.fc-today.fc-state-highlight {
  position: relative;
  color: #fff;
}
td.fc-day-number.fc-today.fc-state-highlight:after {
  border: 3px solid red;
  background: red;
  content: "";
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  z-index: -1;
}

.map_loader {
  pointer-events: none;
}

/*SUMMERNOTE*/
.note-editor {
  background: #fff;
}

/*POS Status*/
#pos_status #blocco_main, #pos_status #aggiorna {
  padding: 0;
  background-color: white;
  border-style: solid;
  border-width: 3px;
}
#pos_status #blocco_main {
  top: 100px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#pos_status #blocco_sinistra, #pos_status #blocco_destra {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
}
#pos_status #blocco_sinistra {
  left: 0;
}
#pos_status #blocco_destra {
  right: 0;
}
#pos_status #parametro_valore {
  height: 25%;
  line-height: 25%;
  width: 100%;
}
#pos_status .parametro {
  width: 50%;
}
#pos_status .valore {
  width: 50%;
  background-color: silver;
}
#pos_status #aggiorna {
  top: 600px;
  height: 150px;
  border: 0;
}
#pos_status #blocco_outer {
  z-index: 4;
}
#pos_status table, #pos_status tr, #pos_status td, #pos_status th {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: separate;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  text-align: left;
  font-size: 14px;
  background-color: #CCFF99;
}
#pos_status table, #pos_status tr, #pos_status th {
  width: 100%;
}

/*POS Status END*/
#external-events-list {
  padding: 0;
}

.fc-daygrid-event {
  margin: 5px;
  padding: 0 5px;
}

#message_log {
  height: 80px !important;
  overflow: scroll;
  padding: 10px;
}

/*# sourceMappingURL=style.css.map */
