@charset "UTF-8";
.btn-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.btn-black:hover {
  color: #dadada;
  opacity: 0.8;
}

.btn-danger {
  color: #fff;
  background-color: #d00000;
  border-color: #e80404;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.custom-modal {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.custom-modal.show {
  display: block;
  overflow-y: scroll;
}
.custom-modal .content {
  width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 15px;
}
.custom-modal .content .heading {
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.custom-modal .content .heading .close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.custom-modal .content .body {
  min-height: 300px;
}

.admin-page {
  background-color: #fff !important;
}
.admin-page .custom-inputs input[type=checkbox] {
  display: none;
}
.admin-page .custom-inputs label:before {
  background: #000;
  border: 1px solid #035f8f;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
}
.admin-page .custom-inputs input[type=checkbox] + label:before {
  content: "";
  background: #000;
  border-color: #3d9000;
  color: #96be0a;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.admin-page .custom-inputs input[type=checkbox]:disabled + label:before {
  border-color: #eee;
  color: #ccc;
  background: #000;
}
.admin-page .custom-inputs input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #fff;
}

.admin {
  margin-left: -15px;
}

.admin-menu {
  flex-basis: 210px;
  background-color: #4D4D4D;
  width: 203px;
  z-index: 1;
}
.admin-menu li {
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #fff;
}
.admin-menu li a {
  line-height: 0.7;
  display: flex;
}
.admin-menu li.active {
  background-color: #0000FB;
}
.admin-menu li.active a {
  color: #fff;
}
.admin-menu li a {
  color: #fff;
}
.admin-menu li:hover {
  background-color: #000;
}
.admin-menu .nav-icons {
  font-size: 44px;
  padding: 0 15px 0 0;
  margin: 0;
  line-height: 0;
}

.report-container {
  margin-left: 0;
  width: calc(100% - 200px);
  padding-bottom: 10px;
  min-height: 80vh;
}
.report-container.page .card-header {
  background-color: #808080;
  color: #000;
}
.report-container.page .card-header .header-icon {
  cursor: pointer;
}
.report-container.page .card-header .header-icon img {
  height: 70px;
  width: 70px;
}

.personality input:disabled {
  background-color: #423a93;
  color: #fff;
}

.vue-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.47);
  display: flex;
  z-index: 99;
}
.vue-modal .vue-modal-body {
  max-width: 700px;
  margin: auto;
  background: #fff;
  flex: 1;
  padding: 15px;
  border: solid 1px #ccc;
}

.home-page .card-body {
  height: 400px;
  overflow-y: auto;
}

.bg-yellow {
  background-color: rgba(255, 255, 0, 0.34);
}

.loading {
  visibility: hidden;
}

.img-fluid.img-md {
  width: 20%;
}

span {
  cursor: pointer;
  outline: 0;
}
span:visited {
  outline: 0;
}
span:hover {
  outline: 0;
}
span:active {
  outline: 0;
}
span.page-link {
  display: inline-block;
}
span.page-link.active {
  background-color: #dee2e6;
}
span .offset {
  width: 500px !important;
  margin: 20px auto;
}

*:focus {
  outline: 0 !important;
}

.reports-page .section-icon {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_wrapper {
  height: 100vh;
  display: grid;
  place-items: center;
}

/* The slider */
.slider {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  /* overflow: hidden; */
}
.slider .slide {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  transition: all 0.5s;
}
.slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
.slider .btn:active {
  transform: scale(1.1);
}
.slider .btn-prev {
  top: 45%;
  left: 2%;
}
.slider .btn-next {
  top: 45%;
  right: 2%;
}

footer {
  position: relative;
  z-index: 9;
}

td a {
  color: #000;
}

.bg-dark td {
  color: white;
}
.bg-dark td a {
  color: #8080ff;
}

.bg-red td a {
  color: #000;
}

.reservationItem .selected {
  background-color: #ff3136 !important;
}

.base-icon {
  height: 45px;
  padding-right: 5px;
}

.canceled {
  background-color: #000;
  text-decoration: line-through;
  color: #fff;
}
.canceled td a {
  color: #fff;
}

.admin-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4901960784);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.admin-modal .admin-modal-content {
  max-width: 900px;
  margin: 10% auto;
  background-color: #fff;
  padding: 15px;
}

.reservations .active {
  background-color: #fff;
}
.reservations .view-icon {
  display: inline-block;
  width: 35px;
  height: 21px;
  background-size: cover;
}
.reservations .view-icon.icon-eye {
  background-image: url("/images/svg-icons/SVG/VIEW.svg");
  filter: invert(80%) sepia(100%) saturate(2878%) hue-rotate(180deg) brightness(104%) contrast(97%);
}

input.form-control {
  border-radius: 2;
  border-color: #bdbdbd;
}

select.custom-select {
  border-radius: 0;
  border-color: #000;
}

.svg-icons.small {
  height: 40px;
}

.shield-icon {
  padding: 5px;
}
.shield-icon:before {
  padding: 5px;
  background-image: url("/images/svg-icons/shiled.svg");
  contain: url("/images/svg-icons/shiled.svg");
}

.incident-icon {
  padding: 5px;
}
.incident-icon:before {
  padding: 5px;
  background-image: url("/images/svg-icons/SVG/INCIDENT_PANEL.svg");
  contain: url("/images/svg-icons/SVG/INCIDENT_PANEL.svg");
}

.welcome-page {
  font-family: "open-sans";
  min-height: 105%;
}
.welcome-page .banner {
  background-color: #10307c;
  padding: 0;
  position: relative;
}
.welcome-page .actionBtns {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 9;
}
.welcome-page h1.title {
  font-weight: 800;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px #000000;
}
.welcome-page .subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}
.welcome-page .banner-content {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.welcome-page .banner-text {
  color: #fff;
  padding-top: 15px;
}
.welcome-page .border-white-right {
  border-right: 2px solid #fff;
}

.user {
  padding-bottom: 120px;
}

/* Menu Link Styles */
/* Apply to all links inside the multi-level menu */
.third-level-menu {
  position: absolute;
  top: 0;
  right: -150px;
  width: 175px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 9;
}
.third-level-menu > li {
  height: 35px;
  background: #e6e6e6;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
}
.third-level-menu > li:hover {
  background: #000;
}

.second-level-menu {
  position: absolute;
  top: 0;
  left: 165px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.second-level-menu > li {
  position: relative;
  height: 35px;
  background: #e6e6e6;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  width: 180px;
}
.second-level-menu > li:hover {
  background: #000;
  color: #fff;
}
.second-level-menu > li:hover + .top-level-menu a {
  color: #fff !important;
}

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  z-index: 9999;
}
.top-level-menu > li {
  position: relative;
  height: 35px;
  width: 165px;
  background: #e6e6e6;
  border-bottom: 1px #000 solid;
}
.top-level-menu > li:hover {
  background: #000;
  color: #fff;
}
.top-level-menu li:hover > ul {
  display: inline;
}
.top-level-menu a {
  color: #000;
  text-decoration: none;
  padding: 0 0 0 10px;
  display: block;
  line-height: 30px;
  font-family: "open-sans", serif;
}
.top-level-menu a:hover {
  color: #ffffff;
}

.primary-bg {
  background-color: #e6e6e6;
  color: rgb(0, 0, 0);
}
.primary-bg a {
  color: rgb(0, 0, 0);
}
.primary-bg ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.primary-bg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.primary-bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.primary-bg ::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.charcol-bg {
  background-color: #303644;
  color: #fff;
}

.black-bg {
  background-color: #000;
}

.charcol-bg-light {
  background-color: #303644;
  opacity: 80%;
  color: #fff;
  z-index: 99999;
}

.light-blue {
  background-color: #6290e7;
  color: #fff;
}

.light-teal {
  background-color: #d2dcde;
}

.text-teal {
  color: #6aa4cf;
}

.text-primary-blue {
  color: #e6e6e6;
}

.text-darck-blue {
  color: #0c113e;
}

.text-light-blue {
  color: #6290e7;
}

.absolute-bg {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.bg-ym-gray {
  background: #32cc5d;
}

.bg-ym-pink {
  background: #FF7F7F;
}

.bg-ym-tan {
  background: #c69c6d;
}

.bg-ym-light-blue {
  background: #D2DCD3;
}

.active {
  background: #ffffff;
}
.active .a {
  color: #000;
}

.nav-item .active {
  background: #d10200;
  color: #fff;
}

.border.top {
  border-top: 3px #000000 solid !important;
}

.text-danger {
  color: #d10200 !important;
}

#app {
  background-color: #e6e6e6;
}

.safety-courses-nav a {
  text-decoration: none;
  color: #666666;
}
.safety-courses-nav a.active {
  color: #000;
}

.user-guides-nav a {
  text-decoration: none;
  color: #666666;
}
.user-guides-nav a.active {
  color: #000;
}

.safety-page {
  padding-bottom: 120px;
}
.safety-page h2.subtitle {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px #000000;
}
.safety-page .border-dark {
  border-top: inset 8px #000;
  border-bottom: outset 8px #000;
}
.safety-page .border-dark-left {
  border-left: outset 8px #000;
}
.safety-page strong a {
  color: #fff;
}

.modal-warning-content {
  max-width: 600px;
  background-color: #d2dcde;
  padding: 20px 30px;
  margin: 100px auto;
}

.user-guides {
  padding-bottom: 120px;
}
.user-guides h2 {
  font-size: 3.5rem;
}
.user-guides h2.subtitle {
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px #000000;
}
.user-guides h3.subtitle {
  font-size: 2rem;
}
.user-guides h3.font-italic-non {
  font-style: normal;
}
.user-guides .border-dark {
  border-top: inset 8px #000;
  border-bottom: outset 8px #000;
}
.user-guides .border-dark-left {
  border-left: outset 8px #000;
}
.user-guides strong a {
  color: #fff;
}
.user-guides .tips-container {
  margin-bottom: 20px;
}
.user-guides .tips-container .number {
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 800;
  font-style: italic;
  padding-right: 15px;
}
.user-guides .teal-wrapped-box {
  background-color: #6aa4cf;
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
  min-height: 200px;
}
.user-guides .teal-wrapped-box a {
  color: #303644;
}
.user-guides .teal-wrapped-box .small {
  font-size: 90%;
}
.user-guides .triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 40px solid #d2dcde;
  border-left: 40px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.user-guides .right-side-charcol {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #303644;
  color: #fff;
}
.user-guides .right-side-charcol .small {
  font-size: 75%;
  font-style: italic;
}
.user-guides .check-list {
  list-style-type: none;
  margin: 0;
}
.user-guides .check-list img {
  width: 50px;
  height: 50px;
  margin-right: 25px;
}
.user-guides .e-book-section {
  position: relative;
}
.user-guides .e-book-section img {
  width: 75%;
}
.user-guides .hero-section {
  display: flex;
  width: 100%;
}
.user-guides .hero-text-section {
  width: 375px;
  margin-right: -15px;
}
.user-guides .hero-image-boats {
  flex: 1;
  height: 676px;
  background-image: url("/images/user-guides/boats/boating.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-left: -15px;
}
.user-guides .hero-image-offroad {
  flex: 1;
  height: 870px;
  background-image: url("/images/user-guides/off-road/RMAX4_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-left: -15px;
}
.user-guides .hero-image-bikes {
  flex: 1;
  height: 725px;
  background-image: url("/images/user-guides/motorcycle/herro-image.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-left: -15px;
}
.user-guides .hero-image-waverunner {
  flex: 1;
  height: 725px;
  background-image: url("/images/user-guides/waverunner/herro-image.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-left: -15px;
}

.employee-spotlight .page-header h2 {
  font-size: 5rem;
  color: #000;
}
.employee-spotlight .header {
  background-image: url("/images/spotlight/spotlight_header2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1060px;
  padding: 25px;
}
.employee-spotlight .banner {
  background-color: #10307c;
  padding: 20px 0;
}
.employee-spotlight h1.title {
  font-weight: 800;
  font-size: 6rem;
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px #000000;
}
.employee-spotlight h2 {
  color: #fff;
}
.employee-spotlight h2.title {
  color: #fff;
  font-size: 4.5rem;
}
.employee-spotlight .subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}
.employee-spotlight .banner-content {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.employee-spotlight .banner-text {
  color: #fff;
  padding-top: 15px;
}
.employee-spotlight .border-white-right {
  border-right: 2px solid #fff;
}
.employee-spotlight .spotlights {
  padding: 25px 70px;
}
.employee-spotlight .spotlights .text-block {
  background-color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  margin-left: 75px;
}
.employee-spotlight .spotlights h2 {
  font-size: 5rem;
}
.employee-spotlight .spotlights-img-left {
  padding: 25px 70px;
}
.employee-spotlight .spotlights-img-left .text-block {
  background-color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  margin-right: 75px;
  color: #000;
}
.employee-spotlight .spotlights-img-left h2 {
  font-size: 5rem;
}
.employee-spotlight .primary-bg {
  background-color: #6290e7;
}
.employee-spotlight .secondary-bg {
  background-color: #303644;
}
.employee-spotlight .spotlightsMessage {
  background-color: #d2dcde;
  padding: 25px 75px;
}
.employee-spotlight .spotlightsMessage h2 {
  color: #000;
}
.employee-spotlight .spotlightsMessage p {
  font-size: 1.5rem;
}

.profile {
  background-color: #fff !important;
}
.profile .opted-in {
  background-color: #00529A;
  padding: 6px;
  margin-bottom: 2px;
  display: inline-block;
}
.profile .not-opted-in {
  background-color: #dd0e0e;
  padding: 6px;
  margin-bottom: 2px;
  display: inline-block;
}
.profile .certificate {
  padding-top: 15px;
  border-right: solid 1px #dee2e6;
}
.profile .certificate .has-file {
  margin-top: 20px;
  line-height: 45px;
  height: 45px;
  margin-bottom: 0;
  display: flex;
}
.profile .certificate .description {
  height: 265px;
  overflow: hidden;
}
.profile .border-bottom {
  border-bottom: 1px solid #000000 !important;
}
.profile .border-top {
  border-top: 1px solid #000000 !important;
}
.profile .border-right {
  border-right: 1px solid #000000 !important;
}
.profile .border-left {
  border-left: 1px solid #000000 !important;
}
.profile .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 12px;
}
.profile .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.profile .custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.profile .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.profile .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.profile .custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.profile .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.profile .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.reservations-list {
  margin: 0;
}
.reservations-list .fa-solid {
  color: #989898;
}
.reservations-list .primary-bg {
  background-color: #989898;
}
.reservations-list .list_heading {
  border-right: solid 1px #fff;
  background-color: #808080;
}
.reservations-list .month {
  background-color: #808080;
  color: white;
}
.reservations-list select {
  background-color: #808080;
  color: #fff;
  outline: none;
  border: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 175px;
}
.reservations-list select:focus {
  background-color: #808080;
  color: #fff;
  outline: none;
  border: none;
}
.reservations-list .status {
  font-size: 0.65rem;
  text-transform: uppercase;
}
.reservations-list .status img {
  width: 20px;
}
.reservations-list .calendar-container {
  margin: 0 -15px;
}
.reservations-list .calendar-container .dark {
  background: #000;
  color: #fff;
}
.reservations-list .calendar-container .calendar-over-flow {
  overflow: auto;
}
.reservations-list .calendar-container .calendar-over-flow li {
  padding: 0 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  flex: none;
  text-align: center;
}
.reservations-list .calendar-container .calendar-over-flow .reserve {
  width: 120px;
}
.reservations-list .calendar-container .calendar-over-flow .image {
  width: 160px !important;
}
.reservations-list .calendar-container .calendar-over-flow .year {
  width: 90px !important;
}
.reservations-list .calendar-container .calendar-over-flow .model-name {
  width: 120px !important;
}
.reservations-list .calendar-container .calendar-over-flow .color {
  width: 120px !important;
}
.reservations-list .calendar-container .calendar-over-flow .day {
  width: 50px !important;
  text-align: center;
}
.reservations-list .calendar-container .calendar-over-flow .week-days {
  margin: 0;
  background: #808080;
}
.reservations-list .calendar-container .calendar-over-flow .week-days ul {
  padding: 0 0 0 731px;
  margin: 0;
  list-style: none;
}
.reservations-list .calendar-container .calendar-over-flow .week-days ul li {
  width: 50px;
  text-align: center;
  background: #808080;
  color: #fff;
  padding: 0 8.6px;
}
.reservations-list .calendar-container .calendar-over-flow .calendar-days .pastDate {
  background: #808080 !important;
  color: #fff;
  border: solid 1px #fff;
}
.reservations-list .calendar-container .calendar-over-flow .calendar-days ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reservations-list .calendar-container .calendar-over-flow .calendar-days ul li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.reservations-list .calendar-container .calendar-over-flow .calendar-days ul li .day {
  text-align: center;
}
.reservations-list .calendar-container .calendar-over-flow .calendar-days ul li img {
  height: auto;
  width: 90px;
}

.reservation-rules img {
  height: auto;
  margin: auto;
  display: block;
}
.reservation-rules .content {
  background-color: #989898;
  padding: 15px 5px;
  margin: 10% auto;
}
.reservation-rules .rule-section {
  background-color: #fff;
  padding: 15px 10px;
  height: 475px;
}
.reservation-rules .rules {
  text-align: center;
  font-family: "Londrina Outline";
  font-size: 5rem;
  color: #000;
}
.reservation-rules .caption {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #000;
  font-style: italic;
}
.reservation-rules .close-btn {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 32px;
  height: 32px;
  background-color: #000;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 28px;
  cursor: pointer;
}

.opt-in-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}
.opt-in-modal .modal-body {
  background: #d2dcde;
  width: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.opt-in-modal .icon {
  height: 80px;
  width: auto;
  margin: 0;
  padding: 10px;
}
.opt-in-modal .close-btn {
  height: 40px;
  width: auto;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.opt-in-modal .checkmarks {
  padding: 40px 30px;
}
.opt-in-modal .btn-danger {
  outline: 2px #fff solid !important;
}
.opt-in-modal .policy-popup {
  overflow: auto;
  height: 90%;
  scroll-behavior: auto;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mySlides {
  display: block;
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
  background-color: #717171;
}

.active {
  background-color: #717171;
}

.fadeSlide {
  animation-name: fade;
  animation-duration: 1.5s;
}

.auth {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.auth .input-holder {
  width: 150px;
  height: 60px;
  margin: auto;
  background: #fff;
  color: rgb(0, 0, 0) !important;
  padding: 0;
  border: 1px solid rgb(0, 0, 0);
}
.auth .input-holder label {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
}
.auth .input-holder input[type=text] {
  border: none;
  outline: none;
  color: black !important;
}
.auth .input-holder input[type=password] {
  border: none;
  outline: none;
  color: black !important;
}
.auth .input-holder input {
  width: 148px;
  padding-left: 10px;
  padding-top: 5px;
  color: transparent;
  width: 100%;
}
.auth .input-holder input:focus {
  outline: none;
}
.auth .input-holder input:focus::-webkit-input-placeholder {
  color: transparent;
}
.auth .input-holder textarea:focus {
  outline: none;
}
.auth .input-holder select:focus {
  outline: none;
}
.auth .login-btn {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 10px 40px;
  border-radius: 0;
  border: solid 1px #fff;
  width: 150px;
}
.auth small {
  line-height: 15px;
  color: rgb(0, 0, 0);
  width: 150px;
  display: block;
  margin: auto;
  font-size: 12px;
}
.auth .verify-text {
  font-style: italic;
  font-weight: bold;
}
.auth ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.auth ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.auth :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.auth ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.reservation-detail .date-wrapper {
  border: 1px solid #000000;
  width: 280px;
  height: 78px;
  padding: 0 10px;
}
.reservation-detail .date-wrapper label {
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 2px;
}
.reservation-detail .date-picker-wrapper {
  min-width: 875px;
  margin: auto;
}
.reservation-detail .additional-items {
  width: 350px;
  margin: auto;
}
.reservation-detail .reservations-list select {
  font-size: 1.1rem;
  height: 78px;
  margin-top: 0 !important;
}
.reservation-detail table {
  border-collapse: collapse;
}
.reservation-detail table td {
  padding: 15px;
  border: 1px solid #000;
}
.reservation-detail table td:nth-child(1) {
  width: 150px;
}
.reservation-detail table td:nth-child(2) {
  width: 250px;
}
.reservation-detail .model-value {
  font-weight: bold;
  text-transform: capitalize;
}
.reservation-detail .info-bar {
  background-color: #808080;
}
.reservation-detail .date-display {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 400;
}
.reservation-detail .item-details {
  background: #d2dcde;
}
.reservation-detail .item-info {
  background-color: #CCCCCC;
}
.reservation-detail .item-info div {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.reservation-detail .item-info .caption {
  font-size: 0.8rem;
  font-weight: bold;
}
.reservation-detail .legend {
  padding-top: 50px;
  background-color: #CCCCCC;
}
.reservation-detail .legend span {
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.reservation-detail .weekday {
  background-color: #fff;
}
.reservation-detail .date {
  background-color: #fff;
}
.reservation-detail .calendar-popover {
  width: 600px;
  overflow: hidden;
  border: solid 1px #000;
  padding-top: 15px;
  background-color: #fff;
  z-index: 9;
  padding-bottom: 30px;
}
.reservation-detail .calendar-popover .stepper {
  left: 19px;
  right: 0;
  width: 590px;
  top: 5px;
}
.reservation-detail .calendar-popover .prev-month {
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  background-color: #000;
  color: #fff;
  border-radius: 2px 2px 2px 2px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 800;
}
.reservation-detail .calendar-popover .next-month {
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  border-radius: 2px 2px 2px 2px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 800;
}
.reservation-detail .closeBtn {
  width: 586px;
  bottom: 5px;
  text-align: right;
  cursor: pointer;
}
.reservation-detail .closeBtn img {
  height: 20px;
}

.vehicle-wrapper {
  padding: 0 -15px;
  overflow-x: hidden;
}
.vehicle-wrapper .menu-container {
  display: flex;
  justify-content: space-between;
}
.vehicle-wrapper .menu-container .menu-items {
  background-color: black;
  padding: 15px 40px 0;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 15px;
  font-weight: bold;
}
.vehicle-wrapper .menu-container .menu-items:hover {
  background-color: red;
  cursor: pointer;
}
.vehicle-wrapper .menu-container .menu-items.active {
  background-color: red;
}
.vehicle-wrapper .item-0 {
  order: 1;
  flex-grow: 0;
  align-self: flex-start;
}
.vehicle-wrapper .item-1 {
  align-self: flex-start;
}
.vehicle-wrapper .image-wrapper {
  border: solid 1px black;
}
.vehicle-wrapper .table {
  background-color: #ddd;
}
.vehicle-wrapper .table th {
  background-color: #E6E6E6;
  border: solid #000 1px;
}
.vehicle-wrapper .table td {
  border: solid #000 1px;
}
.vehicle-wrapper .table .dark-cell {
  background-color: #999999;
}
.vehicle-wrapper .table-bordered .canceled td {
  background-color: #000;
}
.vehicle-wrapper .table-bordered .regular td {
  background-color: #fff;
}

.modal-editor {
  z-index: 30;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.4509803922);
  width: 100%;
  left: 0;
  bottom: 0;
}
.modal-editor .editor-wrapper {
  background-color: #fff;
  width: 80%;
  margin: 1% auto;
}

.demo-days-container {
  width: 60%;
  margin: 30px auto;
  background: blue;
  color: white;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .employee-profile {
    padding: 0;
    overflow: hidden;
  }
  .employee-profile .personality .heading {
    padding-left: 0;
  }
  .employee-profile .personality .personality-space {
    display: none;
  }
  .employee-profile .personality ul {
    padding: 0;
    margin: 0;
  }
  .employee-profile h3 {
    font-size: 1.7rem;
  }
  .custom-modal .content {
    width: 90%;
  }
  .agreement-text {
    max-height: 300px;
  }
  .agreement-text h3 {
    font-size: 1.1rem;
  }
  .reservation-location img {
    width: 120px;
    height: auto;
  }
  .cookie-warning {
    bottom: 40px;
    width: 90%;
    left: 5%;
    position: absolute;
  }
}
.welcome-page .banner {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}
.welcome-page .slideshow-container {
  flex: 1 1 auto;
  height: 100vh;
}
.welcome-page .slideshow-container .mySlides {
  height: 100%;
}
.welcome-page .slideshow-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-page .demo-days-container {
  width: 90%;
}

@font-face {
  font-family: "Londrina Outline";
  src: url("fonts/LondrinaOutline-Regular.ttf") format("truetype");
}
div#app {
  min-height: 105%;
}

.clean-margin {
  padding: 0 !important;
}

body {
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
  padding-bottom: 120px;
  background-color: #e6e6e6;
}
body h2,
body h3,
body h4 {
  font-family: "open-sans";
  font-weight: 700;
  font-style: italic;
}
body .ym-logo img {
  width: 175px;
}
body .logo-bar {
  background-color: #000;
  padding: 10px 0;
  position: relative;
  height: 56px;
}
body .logo-bar .contact-icon {
  position: absolute;
  top: 2px;
  right: 10px;
}
body .logo-bar .contact-icon img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
body .bottom-log-bar {
  background-color: #eb2c26;
  height: 45px;
  padding-top: 8px;
  padding-left: 19px;
}
body .bottom-log-bar img {
  width: 160px;
}
body .active-reservation {
  background-color: rgba(0, 0, 0, 0.5607843137);
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .error-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.57);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .loading {
  visibility: hidden;
}
body .navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border: none;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 99;
}
body .navbar-light .navbar-toggler img {
  height: 20px;
  width: 20px;
}
body .navbar-collapse {
  position: absolute;
  top: 35px;
  background: white;
  width: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 999;
}
body .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body .login-form {
  max-width: 400px;
  margin: auto;
}

.column-title-inline {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  display: inline-block;
}

.tshirt-section {
  border: 2px dotted #e92f2f;
  padding: 1rem;
}

.cover-all {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.no-padding {
  padding: 0;
}

.icons {
  margin-top: 50px;
}

.icon {
  margin-right: 15px;
  padding: 15px;
  height: 45px;
  width: 50px;
  display: inline-block;
}
.icon.login {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
}
.icon.atv {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -809px;
  width: 58px;
}
.icon.boats {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -1024px;
  width: 82px;
}
.icon.reset {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -45px;
  width: 42px;
}
.icon.building {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -85px;
  width: 40px;
}
.icon.helmet {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -125px;
  width: 47px;
}
.icon.shield {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -169px;
  width: 39px;
}
.icon.side-by-side {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -737px;
  width: 70px;
}
.icon.safety {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -210px;
  width: 30px;
}
.icon.family {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -240px;
  width: 44px;
}
.icon.file {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -990px;
  width: 36px;
}
.icon.logo {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -285px;
  width: 44px;
}
.icon.calendar {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -332px;
  width: 40px;
}
.icon.bike {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -375px;
  width: 68px;
}
.icon.check-mark-co {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -444px;
  width: 40px;
}
.icon.framed-bike {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -485px;
  width: 55px;
}
.icon.personality {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -543px;
  width: 40px;
}
.icon.contact {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -588px;
  width: 40px;
}
.icon.drivers-license {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -693px;
  width: 60px;
}
.icon.waiver {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -800px;
  width: 40px;
}
.icon.download {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -867px;
  width: 44px;
}
.icon.upload {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -910px;
  width: 44px;
}
.icon.done-shield {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -760px;
  width: 38px;
}
.icon.waverunneres {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -1113px;
  width: 104px;
}
.icon.license {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -691px;
  width: 63px;
}
.icon.text-message {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  background-position-x: -631px;
  width: 48px;
}

.btn.disabled {
  opacity: 0.65;
  cursor: no-drop;
}
.btn:disabled {
  opacity: 0.65;
  cursor: no-drop;
}

.employee-profile {
  padding-top: 20px;
  min-height: 800px;
  width: 99%;
  margin: auto;
}
.employee-profile .row {
  margin: 0;
}
.employee-profile h3 {
  font-size: 2rem;
  padding-top: 10px;
}
.employee-profile .personality .checkmark {
  top: 7px;
}
.employee-profile .personality .heading {
  padding-left: 30px;
  font-size: 1.5rem;
}

.vehicle-profile {
  padding-bottom: 75px;
}
.vehicle-profile .bordered {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-header {
  position: relative;
  margin-bottom: 18px;
}
.page-header .fixed-right {
  position: absolute;
  right: 15px;
  top: 0;
}

.bordered {
  border: 1px solid #000;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: solid 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #423a93;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.locations .terms {
  font-size: 0.9rem;
  padding: 15px;
  background-color: #e6e6e6;
  margin: 0 -15px;
}
.locations .terms .terms-content {
  max-width: 1024px;
  margin: auto;
}
.locations .equipment {
  text-align: center;
  min-height: 400px;
  display: table;
}
.locations .equipment.motorcycle {
  background-image: url("/images/location-equipment/location-motorcycle.jpg");
  background-position: center;
  background-size: cover;
}
.locations .equipment p {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bolder;
  text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.welcome-page .tile {
  height: 79vh;
}
.welcome-page .tile .col-sm-4 {
  height: 50%;
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.welcome-page .tile .col-sm-4.hoverable {
  cursor: pointer;
}
.welcome-page .tile .col-sm-4.hoverable:hover {
  opacity: 0.5;
}
.welcome-page .tile .col-sm-4 a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}
.welcome-page .tile .col-sm-4 .news {
  padding-top: 50px;
}
.welcome-page .tile .col-sm-4 img {
  height: 30%;
}
.welcome-page .tile .col-sm-4.reservations {
  background-image: url("/images/welcome/1.png");
  background-size: cover;
}
.welcome-page .tile .col-sm-4.faqs {
  background-image: url("/images/welcome/3.png");
  background-size: cover;
}
.welcome-page .tile .col-sm-4.profile {
  background-image: url("/images/welcome/6.png");
  background-size: cover;
}
.welcome-page .tile .col-sm-4.safety {
  background-image: url("/images/welcome/4.png");
  background-size: cover;
}
.welcome-page .tile .col-sm-4.documents {
  background-image: url("/images/welcome/2.png");
  background-size: cover;
}
.welcome-page .tile .col-sm-4.resources {
  background-image: url("/images/welcome/5.png");
  background-size: cover;
}

.reservation-location {
  padding: 50px;
  border: solid 2px #000;
}

.reservations-list {
  padding-bottom: 130px;
}
.reservations-list .heading {
  padding-top: 15px;
  height: 100px;
}
.reservations-list .vehicle-locked {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -15px;
  right: -15px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  z-index: 10;
}
.reservations-list .vehicle-locked .locked-warning {
  width: 40%;
  margin: 20% auto;
  background-color: #000;
  color: #fff;
  padding: 25px;
  border: #e6e6e6 25px solid;
}
.reservations-list .vehicle-locked .locked-warning img {
  width: 50px;
  height: auto;
}
.reservations-list .database {
  padding: 0;
  margin: 0;
}
.reservations-list .database .month {
  color: #fff;
  margin: 0;
}
.reservations-list .database .month .status {
  text-align: center;
}
.reservations-list .database .month .status img {
  width: 30px;
}
.reservations-list .database td {
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.reservations-list .database td.model-name {
  width: 250px;
}
.reservations-list .database td.day.hasReservation {
  background-color: black;
  cursor: pointer;
  color: #fff;
}
.reservations-list .database td.day.unavailable {
  position: relative;
  background-color: #999;
  cursor: not-allowed;
}
.reservations-list .database td.day.pastDate {
  background-color: #000 !important;
  color: #fff;
  border-color: #fff;
}
.reservations-list .database td img {
  width: 100px;
  height: auto;
}
.reservations-list .day span {
  display: block;
}
.reservations-list .day.hasReservation {
  background-color: black;
  cursor: not-allowed;
  color: #fff;
}
.reservations-list .day.holiday {
  background-color: #6aa4cf;
  cursor: not-allowed;
  pointer-events: none;
}
.reservations-list .day.holiday span {
  cursor: no-drop;
}
.reservations-list .day.unavailable {
  position: relative;
  background-color: #999;
  cursor: not-allowed;
}
.reservations-list .day.unavailable span {
  cursor: no-drop;
}
.reservations-list .day.reserve {
  background-color: black;
  border: 2px solid white;
  color: #fff;
}
.reservations-list .instructions {
  background-color: #E6E6E6;
  padding: 15px;
  border-top: solid 1px #000;
}
.reservations-list .heading {
  background-color: #000;
  color: #fff;
  margin: 0 -15px;
}
.reservations-list .heading .top {
  text-transform: uppercase;
}
.reservations-list .heading .top .available {
  background-image: url("/images/reservations/boxes.png");
}

.reservation {
  position: fixed;
  z-index: 0;
  bottom: 40%;
  right: 40%;
}

.title {
  font-weight: bold;
}

.over-size-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter {
  margin: 0;
  font-size: 3.5rem;
  font-weight: bolder;
}

.faq-page h2 span {
  font-size: 1.5rem;
}
.faq-page .question {
  font-weight: 600;
  margin-bottom: 0;
}

.contacts {
  height: 440px;
}
.contacts .profile-image {
  width: 260px;
  margin: auto;
}

.contacts-heading {
  height: 250px !important;
}

footer {
  font-family: "open-sans";
  min-height: 60px;
  background-color: #5b5b5b;
  padding: 25px;
}
footer p {
  font-weight: 400;
  font-size: 10pt;
  color: #fefefe;
}
footer .footer-link {
  color: #fff;
  font-weight: 700;
  font-size: 10pt;
  color: #fefefe;
  text-transform: uppercase;
}

.cookie-warning {
  position: fixed;
  bottom: 50%;
  width: 400px;
  left: 40%;
  background-color: #0c113e;
  color: #fff;
  padding: 20px;
  z-index: 9999;
}
.cookie-warning .close-cookie-warning {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.navbar {
  padding: 0 !important;
}

.pointer {
  cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  transition: all 0.6s ease;
}

.weekday {
  width: 14.2857142857% !important;
  border: solid 1px #ccc;
  float: left;
}

.cell-coll {
  flex-basis: 14.2857142857% !important;
  border: solid 1px #ccc;
}

a.dead-link {
  color: #000;
  text-decoration: none;
}

.no-reservation-available {
  position: absolute;
  background: rgba(0, 0, 0, 0.6784313725);
  width: 100%;
  height: 99%;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding-top: 25px;
  top: -15px;
}

.bg-light {
  background-color: #ccc !important;
}

.agreement-text {
  max-height: 300px;
  padding: 15px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.no-scroll {
  overflow: hidden;
}

.alert-blue {
  background-color: #034bfa;
  color: #fff;
  font-weight: 600;
}
.alert-blue .alert-dismissible.close {
  padding: 0px 4px;
}

.counters div {
  cursor: pointer;
}
.counters .reservations {
  color: #000;
}
.counters .profiles {
  color: #000;
}
.counters .certificates {
  color: #000;
}
.counters .vehicles {
  color: #000;
}
.counters h2 {
  font-size: 70px;
}
.counters img {
  width: auto;
  height: 90px;
  margin: 15px 0;
}

input:active {
  outline: none;
}

.bg-red {
  background-color: #EC1C24;
  color: #fff;
}

.bg-green {
  background-color: #72D301;
  color: #fff;
}

.suspended {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6196078431);
  bottom: 0;
  z-index: 99;
  left: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
}

.clickable {
  cursor: pointer;
}

span.am {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid red;
  border-right: 58px solid transparent;
}

span.pm {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 24px solid black;
  border-left: 57px solid transparent;
}

.strike-text {
  text-decoration: line-through;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  font-style: normal !important;
}
.privacy-policy a {
  color: #0056b3 !important;
}
.privacy-policy a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.privacy-policy h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.privacy-policy table {
  border-collapse: collapse;
}
.privacy-policy td {
  padding: 5px;
  border: 1px solid black;
}
.privacy-policy td p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.privacy-policy ul {
  list-style: inside;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 2;
}
.privacy-policy li p {
  display: inline;
}
.privacy-policy li ul {
  list-style-type: disc;
}

.terms-content h2,
.terms-content h3,
.terms-content h4 {
  font-style: normal !important;
}
.terms-content a {
  color: #0056b3 !important;
}
.terms-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.terms-content h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.fa-file-upload {
  font-size: 2rem !important;
  text-align: center;
  margin: 0;
}

.allowedCategoryCheck {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .employee-profile {
    padding: 0;
    overflow: hidden;
  }
  .employee-profile .personality .heading {
    padding-left: 0;
  }
  .employee-profile .personality .personality-space {
    display: none;
  }
  .employee-profile .personality ul {
    padding: 0;
    margin: 0;
  }
  .employee-profile h3 {
    font-size: 1.7rem;
  }
  .custom-modal .content {
    width: 90%;
  }
  .agreement-text {
    max-height: 300px;
  }
  .agreement-text h3 {
    font-size: 1.1rem;
  }
  .reservation-location img {
    width: 120px;
    height: auto;
  }
  .cookie-warning {
    bottom: 40px;
    width: 90%;
    left: 5%;
    position: absolute;
  }
}
.welcome-page .banner {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}
.welcome-page .slideshow-container {
  flex: 1 1 auto;
  height: 100vh;
}
.welcome-page .slideshow-container .mySlides {
  height: 100%;
}
.welcome-page .slideshow-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-page .demo-days-container {
  width: 90%;
}/*# sourceMappingURL=custom.css.map */