.bookingMobileCard {
  position: relative;
  background-color: #F6F6F6;
  padding: 10px 25px 10px 25px;
  margin-bottom: 10px;
  height: 90px;
  overflow: hidden;
}
.bookingMobileCardComplete {
  background-color: #F6F6F6;
}
.bookingMobileCardTitle {
  font-weight: bold;
}
.bookingMobileCardOpen {
  height: fit-content;
}
.bookingMobileCardOpen :last-child {
  visibility: visible;
}
.bookingMobileCardExtraInfo {
  visibility: hidden;
}
.bookingMobileCardButtonContainer {
  display: flex;
  position: absolute;
  right: 20px;
}
.bookingMobileCardButtonContainer :first-child {
  margin-right: 10px;
}
.bookingMobileCardButton {
  background-color: transparent;
  border-width: 0;
  width: 25px;
  min-width: 25px;
}
@media not (prefers-reduced-motion) {
  .bookingMobileCardButton {
    transition: transform 0.3s linear;
  }
}
.bookingMobileCardButtonRotate {
  transform: rotate(180deg);
}
.bookingMobileCardDocument {
  min-width: 20px;
  width: 20px;
}
.bookingMobileCardIcons {
  width: 100%;
}
.dualog-fullsize-card {
  padding: 100px 60px;
}
@media screen and (max-width: 992px) {
  .dualog-fullsize-card {
    padding: 4%;
  }
}
.dualog-fullsize-card .title-container {
  border-bottom: 1px solid #dadada;
}
.dualog-fullsize-card .title-container::after {
  content: "";
  display: table;
  clear: both;
}
.dualog-fullsize-card .title-container h2 {
  margin-bottom: 12px;
  display: inline-block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.dualog-fullsize-card .title-container a {
  float: right;
}
.dualog-fullsize-card .calendar-container {
  padding-top: 20px;
}
.dualog-fullsize-card .boat-names-container {
  float: left;
  margin-right: 10px;
  padding-top: 96px;
}
.dualog-fullsize-card .boat-names-container .boat-name {
  height: 70px;
  display: block;
}
.boat-rent-bookings-container {
  overflow-x: auto;
}
.boat-rent-actions-add-boat {
  float: left;
}
.boat-rent-actions-add-booking {
  float: right;
}
.boat-rent-create-form-element {
  text-align: start;
  margin-top: 50px;
  clear: both;
}
.boat-rent-create-form-element input {
  border: 0;
  border-bottom: 1px solid slategrey;
  text-align: center;
}
.boat-rent-create-form-element select {
  border: 0;
  border-bottom: 1px solid slategrey;
}
.boat-rent-calender-table {
  /*display: inline-block;*/
  border-spacing: 5px;
  margin-top: 20px;
  width: 100%;
}
.boat-rent-calender-table .current-date .date-wrapper div {
  color: #00A09B;
  font-weight: 700;
}
.boat-rent-calender-table th {
  font-family: Roboto;
  font-size: 16px;
  border-right: 1px solid #d8d8d8;
  padding-left: 4px;
  padding-bottom: 20px;
  position: relative;
}
.boat-rent-calender-table th:last-child {
  border-right: 0px solid #808080;
}
.boat-rent-calender-table th .day,
.boat-rent-calender-table th .day-number {
  color: #686868;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 500;
}
.boat-rent-calender-table th .day {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}
.boat-rent-calender-table th .day-number {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.boat-rent-calender-table td {
  border-right: 1px solid #d8d8d8;
  width: auto;
  height: 70px;
}
.boat-rent-calender-table td:last-child {
  border-right: 0px solid #808080;
}
.boat-rent-calender-table td span,
.boat-rent-calender-table td a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border-right: 5px solid white;
  text-transform: none;
  line-height: 20px;
}
.boat-rent-calender-table .booking-item {
  position: relative;
  height: auto;
}
.boat-rent-calender-table .booking-item a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #1b1b1b;
  background-color: #ddd9d7;
  margin: 5px;
}
.boat-rent-calender-table .booking-item a span {
  font-size: 18px;
  padding-left: 30px;
  border: 0;
  height: 40px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boat-rent-calender-table .booking-item.checked-in a {
  background-color: #02405a;
  color: #fff;
}
.boat-rent-calender-table .booking-item .missing-captain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.boat-rent-calender-table .booking-item .missing-captain i {
  color: red;
}
.boat-rent-calender-table .booking-item.multi-days::after {
  position: absolute;
  content: '';
  width: 55px;
  height: 60px;
  transform: skew(-12deg, 0deg);
  background-color: #ddd9d7;
  background: linear-gradient(to right, #ddd9d7 90%, white 97%);
  right: -35px;
  top: 5px;
  z-index: 5000;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}
.boat-rent-calender-table .booking-item.multi-days.checked-in::after {
  background-color: #02405a;
  background: linear-gradient(to right, #02405a 90%, white 97%);
}
.boat-rent-calender-table tr:first-child,
.boat-rent-calender-table tr:last-child {
  border-bottom: 0px solid #d8d8d8;
}
.dualog-admin-box .boat-rent-team-member-box {
  padding: 20px 40px 20px 40px;
}
.dualog-admin-box .boat-rent-team-member-box h4 {
  padding: 0;
  margin-bottom: 10px;
}
.dualog-admin-box .boat-rent-team-member-box p {
  color: white;
  margin: 0;
}
@media only screen and (max-width: 1520px) {
  .boat-rent-calender-table .day,
  .boat-rent-calender-table .day-number {
    display: inline-block;
    padding: 0 !important;
    transform: rotate(-90deg);
  }
}
