.bg_white {
  background-color: white;
}
.bg_black {
  background-color: #040000;
}
.black_color {
  color: #040000;
}
.primary_color {
  color: #FE0000;
}
html.dark .table {
  color: #A9A9A9;
}
html.dark .table.table-hover > tbody > tr:hover > td,
html.dark .table.table-hover > tbody > tr:hover > th {
  background-color: #878787;
}
html.dark .table thead th,
html.dark .table.table-bordered td,
html.dark .table.table-bordered th {
  border: none;
  font-size: 15px;
}
html.dark .table td {
  font-size: 14px;
}
html.dark .table td.actions {
  width: 80px;
}
html.dark .table td.actions a i {
  font-size: 16px;
}
html.dark .table td.actions a.edit {
  color: #171212;
  margin-left: 5px;
}
html.dark .table td.actions a.remove {
  color: #ff1919;
  margin-left: 5px;
}
.userbox .profile-info {
  margin: -3px 15px 0 0;
}
.widget-summary .summary-icon {
  font-size: 34px;
}
.paginate_container {
  margin: 20px 0 2px;
}
.paginate_container .results {
  margin-top: 5px;
  display: inline-flex;
}
.paginate_container .results p {
  margin: 0;
}
.paginate_container .pagination {
  float: right;
  display: inline-flex;
  white-space: nowrap;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .paginate_container .pagination {
    width: 100%;
    margin-top: 15px;
  }
}
.paginate_container .pagination li a {
  border-color: #272222;
}
.paginate_container .pagination li.disabled {
  cursor: not-allowed;
}
.paginate_container .pagination li.disabled a {
  cursor: not-allowed;
}
.paginate_container .pagination .paginate_button .page-link:hover {
  background-color: #ff1919;
  color: #040000;
}
html body.login_section,
html body.recover_password_section {
  background-color: #171212;
}
html body.login_section p,
html body.recover_password_section p,
html body.login_section label,
html body.recover_password_section label {
  color: #D2D2D2;
}
html body.login_section .body-sign .card-sign .logo,
html body.recover_password_section .body-sign .card-sign .logo {
  position: absolute;
}
html body.login_section .body-sign .card-sign .logo img,
html body.recover_password_section .body-sign .card-sign .logo img {
  height: 50px;
}
@media (max-width: 767px) {
  html body.login_section .body-sign .card-sign .logo,
  html body.recover_password_section .body-sign .card-sign .logo {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
  }
  html body.login_section .body-sign .card-sign .logo img,
  html body.recover_password_section .body-sign .card-sign .logo img {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    height: auto;
  }
}
html body.login_section .body-sign .card-sign .card-title-sign .title,
html body.recover_password_section .body-sign .card-sign .card-title-sign .title {
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  html body.login_section .body-sign .card-sign .card-title-sign .title,
  html body.recover_password_section .body-sign .card-sign .card-title-sign .title {
    width: 100%;
    text-align: center;
    line-height: 18px;
    position: relative;
    top: 2px;
  }
}
html body.login_section .body-sign .card-sign .card-body,
html body.recover_password_section .body-sign .card-sign .card-body {
  border-radius: 3px 0 5px 5px;
  background-color: #353333;
}
@media (max-width: 767px) {
  html body.login_section .body-sign .card-sign .card-body,
  html body.recover_password_section .body-sign .card-sign .card-body {
    padding: 25px 15px 15px;
    border: 0;
  }
  html body.login_section .body-sign .card-sign .card-body .submit_button,
  html body.recover_password_section .body-sign .card-sign .card-body .submit_button {
    width: 100%;
  }
}
html .btn-primary:focus,
html .btn-primary.focus {
  box-shadow: none;
}
header.header {
  display: flex;
}
header.header .logo-container,
header.header .events_header,
header.header .header-right {
  display: flex;
}
header.header .events_header {
  margin-left: 30px;
  padding: 0 20px;
  align-items: center;
  -webkit-box-align: center;
  justify-content: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  header.header .events_header {
    margin-left: 15px;
    margin-top: 60px;
    height: 60px;
  }
}
header.header .events_header.active {
  background-color: #040000;
}
header.header .events_header.active a {
  color: #FE0000;
}
header.header .events_header a {
  color: #999999;
}
header.header .events_header a:hover {
  color: #FE0000;
  text-decoration: none;
}
header.header .header-right {
  align-items: end;
  -webkit-box-align: end;
  margin-left: auto;
}
@media (max-width: 767px) {
  header.header .header-right {
    width: 140px;
  }
}
.dashboard_content .card {
  margin-bottom: 30px;
}
.dashboard_content .card.card-featured-left .card-body {
  padding: 12px;
}
@media (max-width: 1499px) {
  .dashboard_content .card.card-featured-left .title {
    min-height: 30px;
  }
}
.dashboard_content .card .card-body {
  padding: 25px;
}
.dashboard_content .widget-summary-col .summary .info {
  margin-top: 4px;
}
@media (min-width: 1500px) {
  .dashboard_content .widget-summary-col .summary .title {
    margin-top: 8px;
  }
  .dashboard_content .widget-summary-col .summary .info {
    margin-top: 8px;
  }
}
html .card-header.card-header-transparent,
html.dark .card-header.card-header-transparent {
  background: none;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.dark .userbox.show .dropdown-menu a:hover,
html.header-dark .userbox.show .dropdown-menu a:hover {
  color: white;
}
.flot-text {
  color: #D2D2D2 !important;
}
.flotTip {
  font-size: 14px;
  color: white !important;
}
.ct-label {
  color: #D2D2D2;
}
.merchandising_section .container,
.drinks_section .container {
  margin-left: 0;
}
html.dark .drinks_section table.table input.form-control {
  background: rgba(0, 0, 0, 0.35);
  color: white;
}
.drinks_section .card-footer {
  border: none;
  padding-top: 0;
}
.table.editable td {
  position: relative;
}
.table.editable td .form-control.unit {
  padding-right: 25px;
}
.table.editable td span.unit {
  position: absolute;
  right: 22px;
  top: 20px;
}
.parsley-errors-list {
  list-style-type: none;
  padding-top: 4px;
  padding-left: 5px;
  color: #FE0000;
}
.parsley-error,
.parsley-error:focus {
  border: 1px solid #FE0000;
  -webkit-box-shadow: 0 0px 0px rgba(254, 0, 0, 0.75) inset, 0 0 8px rgba(254, 0, 0, 0.3);
  box-shadow: 0 0px 0px rgba(254, 0, 0, 0.75) inset, 0 0 8px rgba(254, 0, 0, 0.3);
}
.parsley-success,
.parsley-success:focus {
  border: 1px solid #167E22;
  -webkit-box-shadow: 0 0px 0px rgba(22, 126, 34, 0.75) inset, 0 0 8px rgba(22, 126, 34, 0.3);
  box-shadow: 0 0px 0px rgba(22, 126, 34, 0.75) inset, 0 0 8px rgba(22, 126, 34, 0.3);
}
.select2-container .select2-selection--multiple {
  min-height: 2.4rem;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  margin-left: 10px;
}
.select2-container .select2-selection--single {
  height: 2.4rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
  padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 34px;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-body {
    padding: 0 0 15px;
  }
}
.user_account_section section.card {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .header .header-right {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.min.css.map */