@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,900&display=swap");
/*================================================================
BODY STYLES
================================================================*/
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.bg-black {
  background: #000;
}

.bg-gold {
  background: #DBC08D;
}

a {
  color: #DBC08D;
}

a:hover {
  color: #000;
}

* {
  border-radius: 0 !important;
}

.required {
  color: #A50000;
}

/*================================================================
BUTTON REBRANDS 
================================================================*/
.btn-success {
  background: #DBC08D;
  border-color: #DBC08D;
  color: #000;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/*================================================================
HEADER BRANDING
================================================================*/
.navbar-brand .portal-brand {
  display: block;
  text-align: center;
  font-size: 12px;
}

/*================================================================
DISABLE SECTION
================================================================*/
.disable-section.disabled {
  opacity: 0.2;
}

/*================================================================
JQUERY UI DATEPICKER
================================================================*/
.ui-datepicker-group {
  padding: 0 15px;
}
.ui-datepicker-group.ui-datepicker-group-first {
  padding-left: 0;
}
.ui-datepicker-group.ui-datepicker-group-last {
  padding-right: 0;
}

.ui-datepicker-inline {
  border: 0px !important;
  border-radius: 0px !important;
  padding: 0 !important;
  width: 100% !important;
}
.ui-datepicker-inline .ui-widget-header {
  background: #000;
  color: #fff;
  border: 0px !important;
  border-radius: 0px !important;
}
.ui-datepicker-inline table.ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td {
  font-size: 16px;
  text-align: center;
  padding: 0 !important;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td a,
.ui-datepicker-inline table.ui-datepicker-calendar tr td span {
  display: block;
  padding: 10px;
  border: 0px;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td .ui-state-default {
  text-align: center !important;
  background: #DBC08D;
  color: #000;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
  background: #000;
  color: #fff;
  border-radius: 32px;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td.draft .ui-state-default {
  background: #B1ADF9 !important;
  color: #fff;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td.ui-datepicker-unselectable.draft .ui-state-default {
  background: blue !important;
  color: #fff;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td.ui-state-disabled .ui-state-default {
  background: #333;
  color: #fff;
}
.ui-datepicker-inline table.ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background: #DBC08D !important;
}

/*================================================================
PAGE CONTENT
================================================================*/
.login-body {
  background: url("../media/hero-hp.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-body .row {
  height: 100%;
}

.login-form {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

/*================================================================
NEW ORDER PAGE KEY
================================================================*/
.key .key-item {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.key .key-item .square {
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  display: block;
  margin-right: 10px;
}
.key .key-item .square.gold {
  background: #dbc08d;
}
.key .key-item .square.blue {
  background: #b2adff;
}
.key .key-item .square.grey {
  background: #b8b8b8;
}

/*================================================================
DASHBOARD BUTTONS
================================================================*/
.massive-button {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: #00AFDB;
  padding: 80px;
}
.massive-button:hover, .massive-button:focus {
  background: #0086a8;
  text-decoration: none;
  color: #fff;
}
.massive-button:hover.green, .massive-button:focus.green {
  background: #578e32;
}
.massive-button.green {
  background: #6EB43F;
}

/* Mobile Tweak */
@media screen and (max-width: 900px) {
  .product-code {
    display: none;
  }
}

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