/**
 * Helpers
 */
.text-justify {
  text-align: justify;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

@media (min-width: 576px) {
  .d-table-footer-group {
    display: table-footer-group !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    font-size: 120%;
  }

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

  .text-md-left {
    text-align: left !important;
  }
}
/**
 * Overwrite Bootstrap
 */
.bg-dark {
  color: white;
}

.btn {
  font-weight: bold;
}

.btn-link {
  color: #0e1d47;
}
.btn-link:hover {
  color: #0e1d47;
}

.btn-primary {
  background-color: #102253;
  border-color: #102253;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0e1d47;
  border-color: #0d1b42;
}

.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
  color: #fff;
  padding: 0.75rem;
}
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover {
  color: #fff;
}

.btn-outline-primary {
  color: #fff;
  background-color: #102253;
  border-color: #102253;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #0e1d47;
  border-color: #0d1b42;
}

.dropdown-menu {
  width: 100%;
}

.nav {
  color: #102253;
}
.nav .nav-link {
  color: #102253;
}
.nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 0.5rem 0;
}

.navbar-light {
  border-bottom: 1px solid #eee;
}
.navbar-light .navbar-brand {
  font-size: 2rem;
  color: #102253;
}
.navbar-light .navbar-nav .nav-link {
  color: #102253;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #102253;
  border-bottom: 2px solid #102253;
}

.navbar-dark .navbar-brand {
  font-size: 2rem;
}
.navbar-dark .btn-link {
  color: white;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 55px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.d-grid {
  width: 100%;
}

dl dd {
  margin-left: 0.25rem;
}

.accordion .card {
  border-radius: 0;
}
.accordion .card .card-header {
  border-bottom: none;
}
.accordion .card .card-header .btn-link:focus {
  box-shadow: none;
}
.accordion .card .table {
  margin-bottom: 0;
}
.accordion .card .table tfoot td {
  border-bottom: none;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: inherit;
}

.flow-column-wrap {
  flex-flow: column wrap;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
  }

  .sidebar {
    position: initial;
    padding: 0;
  }
}
/** FORMS **/
.form-control {
  padding: 0.75rem;
  box-sizing: border-box !important;
}

.form-select {
  padding: 0.75rem;
}

/**
 * Elements
 *
 *
 */
html,
body {
  color: #102253;
  font-family: "Nunito", sans-serif;
  min-height: 100%;
}
html > div,
body > div {
  height: 100%;
}
html > div > div,
body > div > div {
  height: 100%;
}

main {
  min-height: 750px;
  position: relative;
}
main footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

small {
  font-size: 65%;
}

footer {
  padding: 1rem;
}

ul.row, ul.card-group {
  padding-left: 0;
  list-style: none;
}

button.icon {
  background: transparent;
  box-shadow: transparent;
  border: none;
  color: #102253;
}

table tr {
  vertical-align: middle;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
}

/**
 * CSS Classes
 *
 *
 */
.nav-admin .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.location-map {
  min-height: 150px;
}

.card .card-footer .d-grid button {
  border-radius: 0;
}

.rez .rez-locations {
  margin-bottom: 2rem;
}
.rez .rez-locations .card + .card {
  margin-top: 1.5rem;
}
.rez .checkout .tickets {
  flex-flow: row wrap;
  margin-bottom: 1rem;
}
.rez .checkout .tickets .card {
  margin-bottom: 2rem;
}
.rez .privacy-policy .header {
  margin: 1.25rem 0;
  font-size: 110%;
}
.rez .privacy-policy .paragraph {
  text-align: justify;
}
.rez .privacy-policy .highlight {
  margin: 0.5rem 0;
  font-weight: bold;
}

.rez-admin > .container-fluid {
  height: 100%;
  margin-top: 0;
}
.rez-admin > .container-fluid > .row {
  height: 100%;
}
.rez-admin .schedule .accordion {
  flex-basis: 100%;
}
.rez-admin .weekdays {
  margin-bottom: 2.5rem;
}
.rez-admin .weekdays .button-group label.btn-outline-primary {
  padding: 1rem;
}
.rez-admin .content-fluid {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.rez-admin .content-fluid dt {
  flex-basis: 25%;
}
.rez-admin .content-fluid dd {
  flex-basis: 75%;
}
.rez-admin .compact input {
  padding: 0.35rem 0.5rem;
}
.rez-admin .alert svg {
  margin-right: 0.5rem;
}
.rez-admin dl dd.d-grid {
  margin-left: 0;
}
.rez-admin dl.inverted dd {
  text-align: right;
  background: #eee;
  background: linear-gradient(90deg, #fff 0%, #eee 100%);
  margin-left: 0;
  padding: 0.25rem;
}

.list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  flex-flow: row wrap;
}

.validation-errors {
  list-style: none;
  padding-left: 0;
}

.svg {
  display: inline-block;
  width: 16px;
  margin-right: 0.5rem;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.breadcrumbs {
  color: white;
  background-color: black;
  padding: 0.5rem;
  list-style: none;
}
.breadcrumbs .col {
  padding: 0;
}
.breadcrumbs .col + .col {
  padding-left: 1.5rem;
}
.breadcrumbs li + li {
  position: relative;
}
.breadcrumbs li + li:before {
  position: absolute;
  left: 0.65rem;
  content: "/";
}
.breadcrumbs .crumb {
  color: white;
}

.ui-timepicker-container {
  z-index: 10000 !important;
}

.input {
  margin-bottom: 1rem;
  align-items: center;
}

.no-border {
  border: none;
}

.text-sm {
  font-size: small;
}

/* Mobile Only */
@media screen and (max-width: 600px) {
  .table-responsive table {
    border-top: 1px solid black;
  }
  .table-responsive table thead {
    display: none;
  }
  .table-responsive table td {
    display: flex;
    border-bottom: none;
  }
  .table-responsive table td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }
  .table-responsive table td:last-child {
    border-bottom: 1px solid black;
  }
}
/* Desktop */
@media screen and (min-width: 876px) {
  .text-md-center {
    text-align: center;
  }
}
