a {
  transition: opacity 0.3s ease; }

.btn {
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 20px;
  width: 150px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, border 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  font-size: 1rem;
  padding: 0; }

.menu__text__btn {
  background: #4abaa7;
  color: #fff;
  border: 2px solid #4abaa7; }

.mb20 {
  margin-bottom: 20px; }

.fa-minus {
  font-weight: 900; }

.reserve__base {
  border-radius: 15px;
  border: 1px solid #ececec;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); }
  .reserve__base a {
    text-decoration: none;
    color: #333; }
  .reserve__base ul {
    list-style: none;
    padding: 0; }
    .reserve__base ul li {
      border-bottom: 1px solid #ececec;
      padding: 25px;
      display: flex;
      justify-content: space-between; }
      .reserve__base ul li:hover {
        background: rgba(74, 186, 167, 0.1);
        transition: 0.3s ease; }
      .reserve__base ul li .menu__text a {
        display: block;
        margin-bottom: 5px; }
      .reserve__base ul li:last-child {
        border: none; }
  .reserve__base dl {
    padding: 25px;
    display: flex;
    flex-wrap: wrap; }
    .reserve__base dl dt {
      background: #4abaa7;
      color: white;
      padding: 0.5em 1em;
      margin-bottom: 1em;
      width: 20%; }
    .reserve__base dl dd {
      line-height: 50px;
      margin-bottom: 1em;
      padding: 0 20px;
      width: 80%; }
      .reserve__base dl dd input, .reserve__base dl dd select {
        width: 12em; }
  .reserve__base input[type="submit"] {
    display: inherit; }
  .reserve__base .reserved {
    padding: 25px; }
    .reserve__base .reserved input[type="submit"] {
      width: 100%; }
    .reserve__base .reserved table tbody td {
      text-align: center; }

.reserve__base__edit dl dd {
  width: 25%; }

.loading {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  .loading img {
    top: calc(50% - 16px);
    left: calc(50% - 16px); }

.cal-timeline {
  display: block;
  max-height: 600px;
  overflow-x: auto;
  will-change: transform; }
  .cal-timeline thead tr {
    position: relative; }
  .cal-timeline thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    transform: translate3d(0, 0, 10px);
    background: #fff;
    color: #333;
    border: none;
    border-right: 1px solid #ececec;
    padding: 0 1em; }
    .cal-timeline thead th:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-bottom: 2px solid #aaa; }
  .cal-timeline tbody {
    overflow: auto;
    transform: translate3d(0, 0, 1px); }
    .cal-timeline tbody th {
      background: #f5f6f7;
      color: #333;
      z-index: 2; }
      .cal-timeline tbody th .sat {
        color: #2c77d0; }
      .cal-timeline tbody th .sun {
        color: #e62955; }
    .cal-timeline tbody td {
      text-align: center;
      border: 1px solid #ececec;
      background: #fff;
      padding: 0;
      position: relative;
      background-clip: padding-box; }
      .cal-timeline tbody td .fa-circle-thin {
        color: #4abaa7; }
      .cal-timeline tbody td:hover {
        background-color: #e0f7f4;
        box-shadow: 0 0 0 1px #4abaa7; }
      .cal-timeline tbody td a {
        display: block;
        position: relative;
        font-size: 1rem;
        word-break: keep-all;
        padding: 0 0.5em;
        pointer-events: auto;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        .cal-timeline tbody td a i {
          margin: 0;
          padding: 0;
          display: block;
          font-size: 1.2rem; }
      .cal-timeline tbody td .parking__num {
        color: green;
        font-size: small;
        position: absolute;
        bottom: 0;
        right: 2px; }
        .cal-timeline tbody td .parking__num.low {
          color: red; }
    .cal-timeline tbody .fixed {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -o-sticky;
      position: -ms-sticky;
      position: sticky;
      left: 0; }
      .cal-timeline tbody .fixed:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec; }
      .cal-timeline tbody .fixed:hover {
        background-color: #fff;
        box-shadow: none; }

.tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .tooltip a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .tooltip .tooltip__description {
    display: none;
    position: absolute;
    padding: 0.5em;
    background: white;
    border: 2px solid gray;
    border-radius: 10px;
    font-size: 0.8em;
    text-align: left;
    width: 16em;
    z-index: 10;
    box-shadow: 5px 5px 5px #ccc; }
    .tooltip .tooltip__description::before {
      content: "";
      position: absolute;
      top: 10px;
      right: 100%;
      border: 12px solid transparent;
      border-top: 12px solid white;
      margin-left: -15px;
      transform: rotateZ(90deg);
      z-index: 2; }
    .tooltip .tooltip__description::after {
      content: "";
      position: absolute;
      top: 7px;
      right: 100%;
      border: 15px solid transparent;
      border-top: 15px solid gray;
      margin-left: -15px;
      transform: rotateZ(90deg);
      z-index: 1; }
  .tooltip:hover .tooltip__description {
    display: inline-block;
    top: 0;
    left: 100px; }

.btn__delete {
  text-align: center; }
  .btn__delete a {
    display: inherit;
    border: 1px solid #ddd;
    background-color: #f5f8fa;
    color: #333;
    padding: 11px;
    width: 100%;
    margin: 0;
    cursor: pointer; }

.overlays {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0; }
  .overlays:target {
    visibility: visible;
    opacity: 1; }

.display__overlays {
  visibility: visible;
  opacity: 1; }
  .display__overlays .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default; }
  .display__overlays a .button {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    display: block;
    font-weight: 300;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    margin: 40px auto;
    max-width: 200px;
    opacity: 1;
    color: #333;
    text-decoration: none;
    transition: 0.3s box-shadow ease;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
    .display__overlays a .button:hover {
      box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19); }

.modals {
  margin: 0px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 400px;
  border-radius: 6px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative; }
  .modals .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #777; }
    .modals .close:hover {
      opacity: 1; }
  .modals .cont {
    max-width: 400px;
    overflow: auto; }
  .modals p {
    margin: 0 0 1em;
    text-align: center; }
    .modals p:last-child {
      margin: 0; }

.header-container-in.hlt-top-menu {
  display: block; }

@media screen and (max-width: 1210px) {
  a:hover {
    opacity: 1 !important; } }
@media screen and (max-width: 599px) {
  .cal-timeline thead {
    z-index: unset;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
  .cal-timeline tbody {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }
