@charset "UTF-8";
label.required:after {
  display: block;
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  color: red;
}

body {
  background-color: #ffffff;
}

.red-link {
  color: #db0007 !important;
  font-weight: 700;
  display: flex;
}
@media (max-width: 575.99px) {
  .red-link {
    display: inline;
    font-size: 12px;
  }
  .red-link > :first-child {
    display: none;
  }
  .red-link img {
    width: 15px;
  }
  .red-link i {
    font-size: 12px;
  }
}

.btn-red {
  background-color: #db0007 !important;
  color: #ffffff !important;
}
.btn-red:hover {
  box-shadow: 0 14px 26px -12px #db0007ee, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #db0007ee !important;
}

.btn-yellow {
  background-color: #fab421 !important;
  color: #ffffff !important;
}
.btn-yellow:hover {
  box-shadow: 0 14px 26px -12px #fab421ee, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #fab421ee !important;
}

.btn-green {
  background-color: #264f36 !important;
  color: #ffffff !important;
}
.btn-green:hover {
  box-shadow: 0 14px 26px -12px #264f36ee, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #264f36ee !important;
}

.size-group .size-iterator span {
  font-size: 0.875rem;
  color: #aaaaaa;
  font-weight: 400;
}
.size-group .help-block {
  padding-left: 10px;
  padding-top: 10px;
}
.size-group .btn-delete-size {
  padding-top: 10px;
}
.size-group .btn-delete-size:hover, .size-group .btn-delete-size:focus, .size-group .btn-delete-size:active {
  box-shadow: none !important;
  background: transparent !important;
}
.size-group i.errspan {
  float: right;
  position: relative;
  z-index: 0;
  color: #fab421;
  font-size: 20px;
  margin-right: -26px;
  margin-top: 7px;
}
.size-group .btn-add-size {
  background-color: transparent;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #aaaaaa;
  text-transform: none;
  padding-left: 5px;
  vertical-align: middle;
  margin-left: 3px;
}
.size-group .btn-add-size:hover {
  background-color: transparent;
  box-shadow: none;
  color: #fab421;
}
.size-group span.errspan {
  float: left;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  color: #fab421;
  font-size: 17px;
}

@media (min-width: 768px) {
  .table-responsive.sticky-table {
    position: relative;
    max-height: 60vh;
    overflow: scroll;
  }
  .table-responsive.sticky-table thead {
    position: sticky;
    top: 0;
    z-index: 15;
  }
  .table-responsive.sticky-table .fixed-left-column {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #f8f8f8;
  }
  .table-responsive.sticky-table .fixed-top-row {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f8f8f8;
  }
  .table-responsive.sticky-table .fixed-left-column-2 {
    position: sticky;
    left: 200px;
    z-index: 10;
    background-color: #f8f8f8;
  }
}

.badge-yellow {
  color: #ffffff;
  background-color: #fab421;
}

.badge-green {
  color: #ffffff;
  background-color: #264f36;
}

.table-search, .table-search-with-column-scope {
  height: 100%;
  border-radius: 3px;
  border: none;
  padding: 0 15px;
  width: 300px;
  background: #ffffffcc;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .table-search, .table-search-with-column-scope {
    width: 200px;
  }
}
.table-search::placeholder, .table-search-with-column-scope::placeholder {
  background: url("../img/magnifying_glass_icon.svg") no-repeat;
  background-size: 15px 15px;
  background-position: left center;
  padding-left: 1.5em;
  color: #4c4c4c;
  opacity: 0.5;
}

.filter-table-input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: none;
  background: #ffffffcc;
  color: #4c4c4c;
  padding: 8px 1.25rem;
  font-size: 0.6875rem;
}

.filter-option-inner-inner .selected {
  background: #ffffff33;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: bold;
}

.ckeditor + span {
  display: inherit !important;
  position: relative;
  top: 7px;
}

.ck.ck-editor {
  padding-bottom: 1em !important;
}

b, strong {
  font-weight: 700;
}

.fileinput img {
  max-width: 100%;
  width: 100%;
}

.carousel {
  min-height: 30px;
}

.carousel-inner .carousel-item {
  background: #fbfbfb;
}

.carousel-control-prev, .carousel-control-next {
  position: relative;
  bottom: 5px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #000000;
  text-align: center;
  opacity: 0.5;
  background: #fab421;
  transform: translateY(-50%);
  padding: 9px;
  border-radius: 50%;
  margin: 0 5px;
  height: 30px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  width: 15px;
  margin: 0 1px;
  background: #fab42199;
}
.carousel-indicators li.active {
  background: #fab421;
}

select.form-control, .bootstrap-select {
  background-image: none !important;
}

.bootstrap-select .dropdown-toggle.btn-secondary .filter-option-inner-inner {
  color: #333333;
}

.is-filled:not(.has-error):after {
  position: absolute;
  right: 1px;
  bottom: 30px;
  display: block;
  width: 10px;
  height: 10px;
  content: "L";
  transform: scaleX(-1) rotate(-45deg);
  color: #4caf50;
  font-weight: 400;
  font-size: 0.8em;
}

.has-error:after {
  position: absolute;
  right: 5px;
  bottom: 30px;
  display: block;
  width: 10px;
  height: 10px;
  content: "×";
  transform: scaleX(-1);
  color: #cc1127;
  font-weight: 400;
  font-size: 1em;
}

.navbar {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}
.navbar .logo {
  width: 230px;
}
.navbar .logo img {
  height: 40px;
}

.sidebar {
  top: 68px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.sidebar .nav p {
  white-space: normal;
}
.sidebar .nav li a {
  display: flex;
}

.sidebar .nav li li {
  margin-left: 7px;
}
.sidebar .nav li li i {
  font-size: 18px;
  margin-right: 0;
}
.sidebar .nav li li p {
  font-size: 12px !important;
  text-transform: initial;
}
.sidebar .nav li li a {
  padding: 0;
}
.sidebar .nav li li.active a, .sidebar .nav li li.active i {
  background-color: transparent;
  color: #000000;
  box-shadow: none;
  font-weight: 400;
}

.nav-link-header {
  font-weight: 400;
  font-size: 12px;
  padding-left: 30px;
  padding-bottom: 0;
}

.category-box-wrapper {
  max-width: 300px;
  margin: 10px 0;
}
.category-box-wrapper .category-box {
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px #0000001c;
  color: #333333;
  justify-content: center;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}
.category-box-wrapper .category-box h5 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  font-weight: 700;
}
@media (max-width: 500px) {
  .category-box-wrapper .category-box h5 {
    top: 57%;
    font-size: 13px;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.category-box-wrapper .category-box h1 {
  margin-bottom: 0;
}
.category-box-wrapper .category-box h1 i {
  font-size: 60px;
}
.category-box-wrapper .category-box h1 i.yellow {
  color: #fab421;
}
.category-box-wrapper .category-box h1 i.red {
  color: #db0007;
}

.catalog-item-tile-wrapper .catalog-item-tile {
  position: relative;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(28, 36, 31, 0.08);
  background: #ffffff;
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.catalog-item-tile-wrapper .catalog-item-tile:hover, .catalog-item-tile-wrapper .catalog-item-tile:focus-within {
  box-shadow: 0 14px 30px rgba(28, 36, 31, 0.14);
  transform: translateY(-2px);
}
.catalog-item-tile-wrapper .catalog-item-tile-image {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  margin-bottom: -40%;
}
.catalog-item-tile-wrapper .catalog-item-tile-image:hover, .catalog-item-tile-wrapper .catalog-item-tile-image:focus {
  box-shadow: none;
  transform: none;
}
.catalog-item-tile-wrapper .catalog-item-tile-content {
  display: block;
  min-height: 106px;
  padding: 12px 14px 14px;
  color: #333333;
}
.catalog-item-tile-wrapper .catalog-item-tile-content:hover, .catalog-item-tile-wrapper .catalog-item-tile-content:focus {
  color: #264f36;
  text-decoration: none;
}
.catalog-item-tile-wrapper .catalog-item-tile-content h5 {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 0 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.catalog-item-tile-wrapper .catalog-item-tile-description {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.35;
  color: #606660;
}
.catalog-item-tile-wrapper .catalog-item-tile-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.catalog-item-tile-wrapper .catalog-item-tile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #264f36;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.catalog-item-tile-wrapper .catalog-item-tile-menu-button:hover, .catalog-item-tile-wrapper .catalog-item-tile-menu-button:focus {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  outline: none;
}
.catalog-item-tile-wrapper .catalog-item-tile-menu-button:active {
  transform: scale(0.96);
}
.catalog-item-tile-wrapper .catalog-item-tile-menu-button i {
  font-size: 22px;
}

@media (max-width: 500px) {
  .catalog-item-tile-wrapper .catalog-item-tile-content {
    min-height: 96px;
    padding: 10px 10px 12px;
  }
  .catalog-item-tile-wrapper .catalog-item-tile-content h5 {
    min-height: 34px;
    font-size: 13px;
  }
}
.table > thead > tr > th {
  font-weight: 400;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border-bottom: 1px solid #d2d2d2;
}

.carousel-inner {
  padding-top: 100% !important;
}
.carousel-inner .carousel-item {
  position: absolute;
  top: 0;
  height: 100%;
}
.carousel-inner .carousel-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card .card-title {
  font-weight: 400;
}
.card .card-title.height-fix {
  height: 3em;
  overflow: hidden;
}
.card .card-title.height-fix-2-5 {
  height: 2.5em;
  overflow: hidden;
}
.card .card-title .badge {
  opacity: 1;
  background: #febb14;
  color: #ffffffb0;
}

.card-header-recommended {
  background-color: #febb14;
  margin: 0 0 !important;
  padding: 2px 5px !important;
  border-radius: 0 !important;
  position: relative;
}
.card-header-recommended .badge {
  color: #ffffff;
}
.card-header-recommended:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(/assets/img/doporucene.png);
  background-size: 30% 100%;
  content: " ";
  display: block;
  background-position: right;
  background-repeat: no-repeat;
}

.card-search .form-group input, .card-search .form-group input:focus {
  color: #000000;
}
.card-search .form-group label {
  color: #000000 !important;
}
.card-search .form-group .form-control, .card-search .form-group .is-focused .form-control {
  background-image: linear-gradient(to top, #ffffff 2px, rgba(250, 180, 33, 0) 2px), linear-gradient(to top, #000000 1px, rgba(210, 210, 210, 0) 1px);
}
.card-search .bootstrap-select button {
  color: #000 !important;
  border: 1px solid #000 !important;
}
.card-search .bootstrap-select .bs-select-all {
  display: none;
}
.card-search .bootstrap-select .bs-deselect-all {
  width: 100%;
  background: #fbb421 !important;
  border: none !important;
}

@media (min-width: 1200px) {
  .bg-mcd {
    background: url("/assets/img/mcd_bg.png") no-repeat right bottom;
  }

  .bg-fries {
    background: url("/assets/img/fries_bg.png") no-repeat right bottom;
    background-size: auto 100%;
  }
}
.bg-new-order {
  background: url("/assets/img/orders_new.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.bg-created-order {
  background: url("/assets/img/orders_created.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.bg-sent-order {
  background: url("/assets/img/orders_sent.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.bg-finished-order {
  background: url("/assets/img/orders_finished.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.bg-box-danger {
  background: url("/assets/img/box-bg-danger.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.bg-box-sync {
  background: url("/assets/img/box-bg-sync.png") no-repeat 100% 100%;
  background-size: 150% !important;
}

.info-title {
  font-weight: 700;
  font-size: 1.325rem;
}

.btn.btn-primary {
  background-color: #db0008;
  color: #ffffff;
}

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px #cb050dEE, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #cb050dee;
}

.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #cb050d;
  border-color: #cb050d;
}

.card-body .card-description {
  min-height: 100px;
  color: #000000 !important;
}

.main-panel > .content {
  padding: 30px 0;
  min-height: calc(100vh - 172px);
}

@media (max-width: 991.99px) {
  .main-panel > .content {
    padding: 30px 0;
    min-height: calc(100vh - 210px);
  }
}
.navbar-mobile {
  box-shadow: 0 0 10px 0 #00000047;
  border-radius: 0;
  padding: 0;
  transition: 0.5s all;
}
.navbar-mobile.hidden {
  transform: translateY(100%);
}
.navbar-mobile .nav-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.navbar-mobile .nav-item .navbar-toggler {
  line-height: inherit;
  border: 0;
  color: #000000;
}
.navbar-mobile .nav-link {
  padding: 3px 0;
}
.navbar-mobile .nav-link i {
  font-size: 16px;
}
.navbar-mobile .nav-link p {
  font-size: 10px;
  line-height: 12px;
}

.fixed-top {
  z-index: 1000 !important;
}

.custom-file-container__custom-file__custom-file-control__button {
  background-color: #db0009 !important;
  border: none !important;
  color: #ffffff !important;
  width: 100%;
  margin-top: 2px;
}

.jumbotron {
  background: #fab421;
}
.jumbotron.maintenance-mode {
  text-align: center;
}
.jumbotron.maintenance-mode p {
  font-size: 20px;
}

figure.table table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 50%;
}
figure.table table td {
  min-width: 2em;
}

.sortableTable .drag-handle {
  cursor: move;
}

.jumbotron a, .jumbotron a:visited, .card p a, .card p a:visited {
  color: #db0007;
  text-decoration: underline;
}

.text-huge {
  font-size: 140%;
}

.text-big {
  font-size: 120%;
}

.text-small {
  font-size: 80%;
}

.text-tiny {
  font-size: 60%;
}

.bootstrap-select button {
  background: transparent !important;
  color: #666 !important;
  border: 1px solid #AAA !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.wrapper.sign {
  background: url("/assets/img/mcd/McD_GoldenArches_cropped_left_1235_RGB.svg") no-repeat;
  background-position: bottom right;
  background-size: 50vh;
}

.main-panel > .footer {
  background: #ffffffc7;
}

.sidebar .nav li li {
  margin-left: 0px;
}

.openingHoursTableTableWrapper {
  position: relative;
}
.openingHoursTableTableWrapper .closedToggleOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 0 0 5px white;
}
.openingHoursTableTableWrapper .openingHoursTableTable {
  min-width: 150px;
}
.openingHoursTableTableWrapper .openingHoursTableTable td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.openingHoursTableTableWrapper .openingHoursTableTable .help-block {
  display: none;
}
.openingHoursTableTableWrapper .openingHoursTableTable .opening-hours-col:hover .help-block {
  display: block;
  position: absolute;
  left: 50%;
  width: 300px;
  background: #f9f9f9;
  border-radius: 6px;
  z-index: 99;
  border: 1px solid #00000029;
  transform: translateX(-50%);
  padding: 12px 10px;
  box-shadow: 0 0 8px 0px #0000004d;
  line-height: 1.2;
}
.openingHoursTableTableWrapper .openingHoursTableTable .opening-hours-col:hover .help-block:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #000000 transparent;
  transform: translateX(-50%);
}

.openingHoursTable > tr > th, .openingHoursTable > tr > td, .openingHoursTable > thead > tr > th, .openingHoursTable > thead > tr > td, .openingHoursTable > tbody > tr > th, .openingHoursTable > tbody > tr > td {
  width: 12.5%;
  min-width: 100px;
  vertical-align: top;
}

button.selectpicker-small {
  background-color: #fab422 !important;
  padding: 5px 10px 3px;
  border-color: #ffb824 !important;
}

.form-background {
  box-shadow: 0 0 10px 0px #e7e7e7;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.headline-underline {
  position: relative;
  padding-bottom: 5px;
}
.headline-underline:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fab421;
  border-radius: 0 6px 0 0;
}

table.table-bordered {
  box-shadow: 0 0 10px 0px #e7e7e7;
}
table.table-bordered td {
  background-color: #ffffff;
  border-color: transparent !important;
}
table.table-bordered td table {
  box-shadow: none !important;
}
table.table-bordered td table td {
  border-color: #eee !important;
}

.horizontal-yellow-line {
  border-bottom: 1px solid #fab421;
}

.nav-item .dropdown.bootstrap-select {
  height: 100%;
}

button.table-header-select {
  background: #ffffffcc !important;
  border: none !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 3px !important;
}

.green-background {
  background-color: #264f36 !important;
  color: #ffffff;
}

.yellow-background {
  background-color: #fab421 !important;
  color: #000000;
}

.red-background {
  background-color: #db0009 !important;
  color: #ffffff;
}

.white-background {
  background-color: #ffffff !important;
  color: #000000;
}

.grey-background {
  background-color: #dbdbdb !important;
  color: #000000;
}

.visibility-hidden {
  visibility: hidden;
}

table.no-wrap td {
  white-space: nowrap;
}

.nice-checkbox {
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  z-index: 10 !important;
}

.line-height-fix {
  min-height: 24px;
  white-space: nowrap;
}

.form-group label {
  display: inline-block;
  position: relative;
}

.validateAndConfirmHoliday .form-control[disabled] {
  color: #aaaaaa;
}

.previous-year, .storelocator-hours {
  background: #00bcd4 !important;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s opacity;
}
.previous-year.show, .storelocator-hours.show {
  opacity: 1;
}
.previous-year.first-row, .storelocator-hours.first-row {
  z-index: 0;
}
.previous-year.first-row:after, .storelocator-hours.first-row:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: " ";
  width: 30px;
  height: 30px;
  background: #00bcd4;
  transform: translateX(-50%) rotate(45deg) translateY(-50%);
  z-index: -1;
}
.previous-year.collapsing, .storelocator-hours.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease;
}

.btn.btn-last-year {
  transform: scale(0.9);
  transition: 0.3s all;
}
.btn.btn-last-year.collapsed {
  transform: scale(1);
}

.table-requests-overview p {
  margin: 0 !important;
}
.table-requests-overview .bootstrap-select {
  width: unset !important;
}

.btn.rounded-icon-button {
  padding: 0.40625rem 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 1.2rem;
  width: 4em;
}

#requestsHistoryModal .modal-dialog {
  max-width: 90%;
}

.left-border-radius {
  border-radius: 10px 0 0 10px;
}

.right-border-radius {
  border-radius: 0 10px 10px 0;
}

.extraordinaryOpeningHours .opening-hours-col {
  width: 45%;
  float: left;
}
.extraordinaryOpeningHours .dash {
  float: left;
  width: 10%;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

tr.collapsing {
  transition: 0.01s all;
}

.disabled-body {
  position: relative;
}

.table > tbody > tr.disabled-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000000a6;
  color: #ffffff;
  backdrop-filter: blur(2px);
}
.table > tbody > tr.disabled-overlay td {
  background: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.rfm-table thead th, .rfm-table tbody td {
  border-bottom: none !important;
  border-top: none !important;
}

.is-focused .bmd-label-floating, .is-filled .bmd-label-floating {
  font-size: 0.875rem;
}

hr.custom-separator {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #fcb315;
  color: #fcb315;
  text-align: center;
  margin: 3em 0;
}

hr.custom-separator:after {
  content: "***";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

.alert.alert-warning {
  color: #000000;
}

.time-select {
  min-width: 60px;
  border-top: none !important;
}
.time-select select {
  border: 1px solid #dddddd;
  padding: 0 5px;
  border-radius: 6px;
  margin: 6px -2px;
  background: #f3f3f3;
}

.time-options {
  margin-bottom: -3px;
}
.time-options .form-check .form-check-sign:before {
  height: 12px;
  width: 12px;
}
.time-options .form-check .form-check-sign .check:before {
  margin-top: -2px;
  margin-left: 5px;
  transform: rotate(45deg) scale(0.7);
}
.time-options .form-check-sign {
  top: 2px !important;
}
.time-options .form-check-sign:before {
  transform: scale3d(2.3, 2.3, 0.6);
}
.time-options .form-check-sign .check {
  width: 14px;
  height: 14px;
}
.time-options .form-check {
  margin: 5px 0 0;
  top: 2px;
}
.time-options .form-check .form-check-label {
  padding-left: 18px;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 0.25ex solid #fab420;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  top: 2px;
}

input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45em;
  height: 0.45em;
  background: #fab420;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in-out;
}

input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.closing-type-radio-buttons {
  border-top: none !important;
}
.closing-type-radio-buttons .form-check .form-check-label {
  top: -15px;
}
.closing-type-radio-buttons .form-check-sign {
  top: -2px !important;
  left: 2px !important;
}
.closing-type-radio-buttons .badge {
  margin-left: 30px;
}
.closing-type-radio-buttons > :first-child {
  display: inline;
}
.closing-type-radio-buttons label {
  margin-bottom: 0;
}

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