.other-search {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  width: 100%;
  position: fixed;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.6s ease-in;
}
.hideHeader {
  position: fixed;
  top: -83px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed {
  position: fixed;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: smoothScroll 0.3s forwards;
}
.fixedDetail {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-search {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-news {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.visibleHeader {
  visibility: visible;
  opacity: 1;
}
.visible-xs {
  display: none;
}
.ov-hidden {
  overflow: hidden;
  width: 100%;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover {
  position: absolute;
  z-index: -1;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.pad {
  padding: 0px 15px !important;
}
.pad-0 {
  padding: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.pad-t {
  padding-top: 0px !important;
}
.pad-b {
  padding-bottom: 0px !important;
}
.srPad {
  padding: 0px 15px 0px 5px;
}
.slPad {
  padding: 0px 5px 0px 15px;
}
.lessPad {
  padding: 0px 3px;
}
.smallPad {
  padding: 0px 5px !important;
}
.mediumPad {
  padding: 0px 8px !important;
}
.midPad {
  padding: 0px 10px;
}
.midPad.form-group {
  margin-bottom: 30px;
}
.mTop {
  margin-top: 10px;
}
.noMargin {
  margin: 0px !important;
}
.negMarginLat {
  margin-left: -15px;
  margin-right: -15px;
}
.table-content.negMarginLat {
  margin-left: -20px;
  margin-right: -20px;
}
.btn {
  border-radius: 20px;
}
.upp {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.cap {
  text-transform: capitalize;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.cormorant {
  font-family: 'Cormorant', serif;
}
.covertop {
  background-position: center top !important;
}
.coverbottom {
  background-position: center bottom !important;
}
.shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.button-shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.shadow-diagonal {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
}
.card-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
}
.gold-gradient {
  background: #b59b76;
  background: -moz-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#b59b76),color-stop(51%,#e6d4ba),color-stop(100%,#b59b76));
  background: -webkit-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -o-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -ms-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9b578',endColorstr='#c9b578',GradientType=1);
}
.gold-gradient-ob {
  background: #d4bd9c;
  background: -moz-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: -webkit-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: linear-gradient(135deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-click {
  background: #b59b76;
  background: -moz-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: -webkit-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: linear-gradient(135deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-hover {
  background: #c3a77f;
  background: -moz-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: -webkit-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: linear-gradient(135deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-top {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.gold-gradient-bottom {
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.silver-gradient {
  background: #e9eaec;
  background: -moz-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: -webkit-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: linear-gradient(to bottom,#e9eaec 0%,#a6aaa9 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eaec',endColorstr='#a6aaa9',GradientType=0);
}
.silver-gradient-hover {
  background: #a6aaa9;
  background: -moz-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: -webkit-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: linear-gradient(to bottom,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.silver-gradient-click {
  background: #868a89;
  background: -moz-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: -webkit-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: linear-gradient(to bottom,#868a89 0%,#868a89 50%,#868a89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.grey-gradient {
  background: #f0f1f5;
  background: -moz-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: -webkit-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: linear-gradient(to bottom,#f0f1f5 0%,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f5',endColorstr='#d7d7d7',GradientType=0);
}
.grey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-hover {
  background: #626771;
  background: -moz-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: -webkit-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: linear-gradient(to bottom,#626771 0%,#626771 50%,#626771 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-click {
  background: #4b4f56;
  background: -moz-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-button {
  background: #d9dfe7;
  background: -moz-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: -webkit-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: linear-gradient(to bottom,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dfe7',endColorstr='#929ca8',GradientType=0);
}
.lgrey-gradient-hover {
  background: #bcc4ce;
  background: -moz-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: -webkit-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: linear-gradient(to bottom,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-click {
  background: #929ca8;
  background: -moz-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: -webkit-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: linear-gradient(to bottom,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.dgrey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: -webkit-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: linear-gradient(to bottom,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.red-gradient-top {
  background: #e39191;
  background: -moz-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: linear-gradient(to bottom,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e39191',endColorstr='#651a1a',GradientType=0);
}
.red-gradient-hover {
  background: #8a2a2a;
  background: -moz-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: -webkit-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: linear-gradient(to bottom,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.red-gradient-click {
  background: #651a1a;
  background: -moz-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: linear-gradient(to bottom,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.grey-promo {
  background: #8b8b8b;
  background: -moz-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: -webkit-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: linear-gradient(135deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b',endColorstr='#35393d',GradientType=1);
}
.nav-gradient {
  background: #626771;
  background: -moz-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: -webkit-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626771",endColorstr="#8b8e94",GradientType=1);
}
.black-vertical {
  background: #57595d;
  background: -moz-linear-gradient(top,#57595d 0%,#161719 100%);
  background: -webkit-linear-gradient(top,#57595d 0%,#161719 100%);
  background: linear-gradient(to bottom,#57595d 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
}
.black-radial {
  background: #57595d;
  background: -moz-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: radial-gradient(circle,#57595d 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@newBlackL",endColorstr="@newBlack",GradientType=1);
}
.flex {
  display: flex;
  -webkit-display: flex;
}
.flex .internal {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dashed-line {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
}
.dashed-line-xs {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
  height: 80px;
}
@media (max-width: 991px) {
  .visible-mobile {
    display: block !important;
  }
  .visible-mobile-inline {
    display: inline-block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .spacer-mobile {
    height: 30px;
  }
  .align-mobile {
    text-align: center !important;
  }
  .pad-l {
    padding-left: 15px !important;
  }
  .pad-r {
    padding-right: 15px !important;
  }
  .pad-l-mobile {
    padding-left: 0px !important;
  }
  .pad-r-mobile {
    padding-right: 0px !important;
  }
  .mid-pad-l-mobile {
    padding-left: 7px;
  }
  .mid-pad-r-mobile {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
body {
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  padding-top: 55px;
}
.svg-darkgray {
  filter: invert(25%) sepia(5%) saturate(706%) hue-rotate(179deg) brightness(96%) contrast(84%);
}
.input-border .select2-container--default .select2-selection--single {
  border: 0;
  height: 34px;
}
.input-border .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 14px;
  line-height: 33px;
  font-style: italic;
}
.disclamer.cookies {
  display: none;
}
.row.full {
  height: calc(100vh - 55px);
}
.internal {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 55px);
}
.tologin {
  font-size: 14px;
  text-align: center;
  margin-top: 55px;
}
.tologin a {
  color: #B59B76;
  font-weight: 700;
}
.termpolicy,
#forgotPass,
#backLogin {
  font-size: 12px;
}
.yacht-show-registration {
  width: 100%;
  position: relative;
  left: 0;
}
.yacht-show-registration .logo {
  width: 130px;
}
.yacht-show-registration .hr-center {
  width: 100%;
  margin: 20px 0 55px;
}
.yacht-show-registration .first-step-text {
  color: #000 !important;
}
.yacht-show-registration .first-step-text .top {
  line-height: 16px;
}
.yacht-show-registration .first-step-text .min {
  line-height: 11px;
}
.yacht-show-registration .first-step-text .title {
  font-size: 25px !important;
  font-weight: initial;
  color: initial;
  margin: initial;
  text-transform: uppercase;
  line-height: 34px;
}
.yacht-show-registration .btn.btn-custom.black-vertical {
  font-weight: 600;
}
.yacht-show-registration .btn.btn-custom.gold-gradient-top {
  font-weight: 600;
}
.yacht-show-registration .btn.btn-custom.black-vertical:hover {
  background: linear-gradient(to bottom,#161719 0%,#161719 100%);
}
.yacht-show-registration .btn.btn-custom.gold-gradient-top:hover {
  background: linear-gradient(to bottom,#B59B76 0%,#B59B76 100%);
}
.register-container {
  margin: 0px;
}
.register-container .input-border select.form-control,
.register-container .input-border input.form-control {
  font-size: 16px;
  color: #495057;
}
.register-container .submitButton {
  font-size: 14px;
}
.bootstrap-select button {
  background: #fff;
  color: #495057 !important;
  font-style: italic;
  padding: 6px 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-transform: initial;
  font-size: 14px;
  line-height: 16px;
  overflow: visible !important;
}
.label-input + .label-for {
  cursor: pointer;
  border: 1px solid #bcbcbc;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #495057;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.label-input:checked + .label-for {
  background: #B59B76;
  color: #f0f1f5 !important;
}
.insert-plus {
  font-size: 14px;
}
.yacht-permission-container .yacht-permission {
  cursor: pointer;
  position: relative;
}
.yacht-permission-container .yacht-permission hr {
  margin: 5px 0;
}
.yacht-permission-container .yacht-permission .fa-caret-down,
.yacht-permission-container .yacht-permission .fa-caret-up {
  position: absolute;
  top: 3px;
  right: 0;
}
.yacht-permission-container .yacht-permission select {
  width: 100%;
}
.yacht-permission-container .select2-container--default .select2-selection--single {
  border: 0;
  height: 34px;
}
.yacht-permission-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.yacht-permission-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}
.broker-notification-cont .input-group .input-border {
  width: 90%;
}
.broker-notification-cont .input-group .input-group-append {
  width: 10%;
}
.broker-notification-cont .input-group .input-group-append .input-group-text {
  padding: 0 5px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #ced4da;
}
.card-listing .tag {
  border: 1px solid #626771;
  color: #626771;
  line-height: 16px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin-top: 3px;
}
.card-listing .card-text .card-price {
  height: 134px;
}
.card-listing .card-text .card-price .tool {
  float: none;
}
.card-listing.dataInt .card-text .card-price {
  height: 125px;
}
.card-listing.dataInt .card-text .card-price .cntBroker {
  font-weight: 400;
}
.card-listing.dataInt .card-text .card-price .tool {
  float: none;
}
.btn-requested {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  border: none;
  color: #fff;
  width: fit-content;
  border-radius: 20px;
}
.lasthr:last-child {
  display: none;
}
#requestFromClient .info-booking {
  font-size: 14px;
}
#requestFromClient .info-booking b {
  text-transform: uppercase;
}
#requestFromClient .reschedule {
  color: #f1841c;
  text-transform: uppercase;
}
#requestFromClient .accepted {
  color: #218838;
  text-transform: uppercase;
}
#requestFromClient .discard {
  color: #c33240;
  text-transform: uppercase;
}
.chooseFromBooking .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: none;
}
.chooseFromBooking .chosen-container .chosen-single {
  border: 0;
  background: none;
  height: 34px;
  line-height: 36px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 11px;
}
.chooseFromBooking .chosen-container .chosen-single div {
  top: 9px;
}
.chooseFromBooking .chosen-container .chosen-drop {
  border-top: 1px solid #aaa;
}
#bookingMenu .box-booking {
  width: 50%;
  margin: 0px !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
#bookingMenu .box-booking:hover {
  background-color: #ccc;
  color: #fff;
}
#bookingMenu .save-button {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 800;
  margin: 7px 4px 7px 0;
  border-radius: 20px;
  margin-right: 5px;
}
#bookingMenu .info-booking {
  font-size: 14px;
}
#bookingMenu .info-booking b {
  text-transform: uppercase;
}
#bookingMenu .btn-check-in {
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
#bookingMenu th.schedule {
  min-width: 150px;
  font-size: 0.85rem;
}
#bookingMenu th.date {
  min-width: 300px;
  font-size: 0.85rem;
}
#bookingMenu .pending {
  background-color: #f1841c;
  color: #fff;
}
#bookingMenu .checked {
  background-color: #218838;
  color: #fff;
}
#bookingMenu .noShowing {
  background-color: #c33240;
  color: #fff;
}
#bookingMenu .btn-cancel {
  color: #c33240;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
}
#bookingMenu .btn-cancel:hover {
  text-decoration: underline;
}
#yachManagement {
  height: 100%;
  padding-bottom: 20px;
}
#yachManagement .cntBlockNoBack {
  padding: 15px 25px 15px 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
#yachManagement .shader {
  z-index: 10;
}
#yachManagement .add-yacht {
  width: auto;
  padding: 5px 17px;
  margin: -5px 12px 0px 0px;
  font-size: 12px;
  border-radius: 25px;
  text-transform: uppercase;
}
#yachManagement .table .btn {
  width: 100%;
}
#yachManagement .table thead th {
  text-transform: uppercase;
}
#yachManagement .table td,
#yachManagement .table th {
  padding: 6px 10px !important;
}
#yachManagement .yacht-popup-detail .title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  height: 20px;
}
#yachManagement .yacht-popup-detail hr {
  margin: 20px -20px;
}
#yachManagement .yacht-popup-detail .btn-custom {
  margin: 0px;
}
#yachManagement .yacht-popup-detail .label-input + .label-for {
  margin: 5px 0px;
}
#yachManagement .detail-yacht .table th {
  padding: 0 !important;
}
#yachManagement .detail-yacht form.edit {
  padding: 0px 20px 20px;
}
#formContainer select,
#formContainer input {
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 0;
}
#formContainer input.form_datetime {
  font-size: 20px;
  color: inherit;
  width: 300px;
}
#formContainer select.form-control,
#formContainer input.form-control {
  padding: 0 3px;
  height: 34px;
  background: none;
  border: none;
}
#formContainer .request .descr {
  font-size: 16px;
  margin-bottom: 10px;
}
#formContainer .request .detail-submit {
  padding: 5px 0px;
}
#formContainer .request .form-group {
  margin: 10px 0px;
}
#formContainer #yachtStep .shader {
  z-index: 10;
}
#formContainer #yachtStep {
  color: #161719;
}
#formContainer #yachtStep .card-title.upp {
  font-size: 22px;
  line-height: 22px;
}
#formContainer #yachtStep .tag {
  border-radius: 20px;
}
#formContainer #yachtStep .price {
  color: #161719;
  font-weight: 800;
  font-size: 18px;
}
#formContainer #yachtStep .card-details {
  color: #161719;
  font-weight: 400;
}
#formContainer #rsvpStep {
  margin-bottom: 0px;
  overflow: auto;
}
#formContainer #rsvpStep .gold-gradient-top {
  cursor: auto;
}
#formContainer #rsvpStep .shader {
  z-index: 10;
}
#formContainer #rsvpStep .title {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 15px;
}
#formContainer .form-group,
#formContainer .form-group-input {
  position: relative;
}
#formContainer .input-border {
  border-bottom: 1px solid #ced4da;
}
#formContainer .input-border.addimg {
  padding: 8px 0 3px;
  cursor: pointer;
}
#formContainer .input-border.addimg .input-group-text {
  background: none;
  border: none;
  padding-top: 1px;
  padding-left: 0;
}
#formContainer .input-border.addimg .input-text {
  line-height: 28px;
}
#formContainer .input-border.addimg i.fa-check {
  color: #28a745;
  margin-left: 5px;
}
#formContainer .mandatory {
  position: absolute;
  right: 0;
  z-index: 10;
  color: #d00909;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}
#formContainer .changemandatory {
  border-color: #d00909;
}
.yacht-popup .input-border {
  border-bottom: 1px solid #ced4da;
}
.yacht-popup select,
.yacht-popup input {
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 0;
}
.yacht-popup input.form_datetime {
  font-size: 20px;
  color: inherit;
  width: 300px;
}
.yacht-popup select.form-control,
.yacht-popup input.form-control {
  padding: 0 3px;
  height: 34px;
  background: none;
  border: none;
}
.yacht-popup.full {
  width: calc(100% - 145px);
  left: 145px;
  transform: initial;
}
.backPopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.table {
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  font-size: 12px;
  margin-bottom: 0px;
  background-color: #fff;
  overflow-wrap: anywhere;
}
.table thead {
  background: #161719;
  color: #fff;
}
.table thead th {
  font-weight: 500;
}
.table tbody tr {
  background-color: rgba(255,255,255,0.5);
}
.table .icon {
  opacity: 0.5;
  height: 15px;
  margin: 0px;
  transition: 300ms all;
}
.table td,
.table th {
  padding: 10px !important;
  vertical-align: middle;
}
.table td b {
  font-weight: 600;
}
.table .btn-custom {
  font-size: 11px;
  margin: 0;
  padding: 2px 5px;
}
.table .tr-guest {
  background-color: #21252917;
}
.table .photo {
  height: 26px !important;
  filter: brightness(1) invert(1);
  opacity: 0.3;
  margin: 0px 30px;
}
.table .cntDownload a {
  display: block;
  width: 50%;
  float: left;
}
.table .cntDownload .cPhoto {
  float: right;
}
.table-overflow {
  overflow-y: auto;
  overflow-x: scroll;
  padding: 5px;
  margin: -5px;
  background: #fff;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,0);
}
.rsvp-table {
  font-size: 12px;
}
.rsvp-table img {
  height: 10px;
}
.rsvp-table .fa-level-up-alt {
  transform: rotate(90deg);
  margin-left: 10px;
}
.rsvp-table .details {
  cursor: pointer;
}
.rsvp-table .details img {
  height: 16px;
}
.y-table {
  text-align: center;
}
.y-table td,
.y-table th {
  padding: 5px 10px;
}
select,
.dropdown-toggle {
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 0;
  background: none !important;
  background-image: url('/core/img/down-arrow.png') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  padding-right: 1.5em !important;
  background-size: 9px !important;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  background: none !important;
  content: none;
}
.btn-custom {
  font-size: 18px;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 20px;
  margin: 55px 0 7px;
  padding: 7px 12px;
}
.btn-custom:hover {
  color: white;
}
#requestYv {
  padding: 10px 8px;
  font-size: 12px;
}
.bottomButton {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}
.min {
  font-size: 11px;
  color: #626771;
}
.img-cover {
  z-index: 0;
}
.lateral-nav {
  background: #f0f1f5;
  background: -moz-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: -webkit-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: linear-gradient(to bottom,#f0f1f5 0%,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f5',endColorstr='#d7d7d7',GradientType=0);
  overflow-y: auto;
  font-family: 'Montserrat', sans-serif;
}
.lateral-nav .menuVoice {
  border-bottom: 1px solid #fff;
}
.lateral-nav .link {
  padding: 10px 10px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.lateral-nav .link2 {
  padding: 10px 10px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  cursor: pointer;
  position: relative;
  padding: 7px 10px;
  color: #ccc;
}
.lateral-nav .link:hover,
.lateral-nav .link2:hover,
.lateral-nav .link.active,
.lateral-nav .link2.active {
  background-color: #000000;
  color: #fff;
}
.lateral-nav .link.active:hover,
.lateral-nav .link2.active:hover {
  background-color: #545861;
  color: #fff;
}
.lateral-nav .menuVoice:last-child {
  border-bottom: 0px solid;
}
.hm_tablet {
  left: -20%;
}
.navBackground {
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/core/composer/view.php?id_img=484491&webp=1);
  bottom: 0;
  top: 0;
  right: 0;
  left: -145px;
  position: absolute;
}
.general-block {
  background: #fff;
  padding: 15px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  word-break: break-all;
}
.general-block hr {
  margin: 15px -15px;
}
.general-block .second-info {
  font-size: 13px;
  padding: 0px;
}
.general-block i {
  color: #000;
}
.general-block .internal {
  height: 100%;
}
.general-block .checkIn .btn {
  margin: 0;
}
.general-block .btn {
  margin-top: 10px;
  margin-right: 5px !important;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
  max-width: 100px;
  color: #fff;
}
.general-block .btn-success {
  background-color: #3a8a3a;
  border: #3a8a3a;
}
.general-block .btn-danger {
  background-color: #a62d29;
  border: #a62d29;
}
.general-block .fa-check {
  color: #3a8a3a;
  margin-left: 5px;
}
.general-block .fa-times {
  color: #a62d29;
  margin-left: 5px;
}
.general-block.biscuit-clients {
  background: #eff0f4;
  padding: 0;
  font-size: 12px;
}
.general-block.biscuit-clients .inner-gray {
  background: #eff0f4;
  padding: 10px 15px;
  min-height: 218px;
}
.general-block.biscuit-clients .inner-white {
  background: #fff;
  padding: 5px 15px;
}
.general-block.biscuit-clients hr {
  margin: 0px;
}
.general-block.biscuit-clients .addNote {
  position: relative;
  right: 0;
}
.general-block.biscuit-clients .addNote img {
  height: 18px;
  vertical-align: inherit;
}
.y-detail-popup .general-block {
  padding: 20px 20px 0px;
}
.y-detail-popup img {
  height: 16px;
  margin: 0px;
}
.y-detail-popup a {
  display: inline-block;
}
.y-detail-popup .icon,
.y-detail-popup .brochure {
  opacity: 0.5;
  margin: 5px 8px 5px 5px;
}
.y-detail-popup .photo {
  height: 26px;
  filter: brightness(1) invert(1);
  opacity: 0.3;
}
.y-detail-popup .cntDownload {
  border-top: 1px solid #dee2e6;
  height: 39px;
  margin: 20px -20px 0px;
  padding: 5px 10px 7px;
  text-align: right;
}
.lateral-nav {
  display: block;
  width: 20%;
  background: #161719;
  background: -moz-linear-gradient(180deg,#161719 0%,#161719 100%);
  background: -webkit-linear-gradient(180deg,#161719 0%,#161719 100%);
  background: linear-gradient(to bottom,#161719 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
}
.shadeMobile {
  z-index: 90;
  width: 100vw;
  display: none;
  position: fixed;
  height: 100vh;
  background-color: rgba(26,26,26,0.8);
}
.lateral-nav.closed {
  left: -20%;
  transition: left 0.3s;
}
.lateral-nav.open {
  left: 0%;
  transition: left 0.3s;
}
.sheet-card .dbTable th {
  padding: 6px 10px !important;
}
.sheet-card .dbTable .cntBox {
  overflow-y: auto;
}
.right-container {
  position: fixed;
  left: 20%;
  padding: 15px 0;
  width: 80%;
  height: calc(100% - 47px);
}
.right-container .selectpick {
  margin-top: 2px;
}
.right-container .selectpick .btn.dropdown-toggle {
  overflow: hidden;
}
.right-container .title {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.right-container .title .hr-center {
  width: 150px;
  margin: 10px auto 40px;
}
.right-container .title span {
  font-size: 12px;
}
.right-container .title-section {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  margin: 0px 0px 15px;
}
.right-container .dropcontainer .headfilter .title {
  text-align: left;
}
.right-container .container-fluid {
  height: 100%;
  padding-right: 0px;
}
.right-container .cntBlock {
  height: 100%;
  background: #fff;
  padding: 30px;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  overflow-y: auto;
}
.right-container .cntBlockNoBack {
  height: 100%;
  padding: 20px 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.right-container .cntBlockNoBack .sheet-card .title {
  padding: 0 15px;
  line-height: 38px;
  font-size: 12px;
}
.right-container .cntBlockNoBack .sheet-card .inner.data {
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  padding-bottom: 11px;
}
.right-container .cntBlockNoBack .sheet-card .inner.data .number {
  font-weight: bold;
  font-size: 18px;
}
.right-container .cntBlockNoBack .sheet-card .bootstrap-edit {
  padding: 0 15px;
}
.right-container .cntBlockNoBack .sheet-card .bootstrap-edit .row {
  margin: 0 -20px;
}
.right-container .cntBlockNoBack .sheet-card .bootstrap-edit .row [class*="col-"] {
  padding: 0 5px;
}
.right-container .cntBlockNoBack .border-title {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.right-container .cntBlockNoBack .btn.btn-contact {
  padding: 4px 20px;
  font-size: 12px;
}
.right-container .cntBlockYachts {
  height: 100%;
  padding: 20px 15px;
  margin: 0px;
  overflow-y: auto;
}
.right-container .cntBlockGuest .card-listing .card-price {
  height: 47px;
}
.right-container .cntBlockGuest .card-listing .card-text-small {
  height: 170px;
}
.right-container .cntLogs .table thead th {
  text-transform: uppercase;
}
.right-container .cntLogs .table {
  margin-bottom: 30px;
}
.right-container .cntLogs .title {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 15px;
}
.right-container .guestHide .hideForGuest {
  display: none;
}
.right-container .cntFleet .card-listing {
  cursor: inherit;
}
.right-container .cntFleet .card-text-small {
  height: 155px !important;
}
.right-container .searchbar {
  background: #fff;
  margin-top: -15px;
  padding: 0px 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  z-index: 10;
  position: relative;
}
.right-container .searchbar .col {
  padding: 5px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.right-container .searchbar .col .btn {
  width: 100%;
  text-align: left;
}
.right-container .searchbar .col:last-child {
  border: none;
}
.right-container .searchbar .insole {
  padding: 10px 0;
}
.right-container .searchbar .search-label {
  font-size: 11px;
  color: #495057;
}
.right-container .searchbar .search-input:checked + .search-label {
  color: #f0f1f5 !important;
}
.right-container .searchbar .colNoPad {
  padding: 0px !important;
}
.right-container .searchbar .input-group-text {
  background: none;
  border: none;
  padding: 0px 10px 0px 5px;
}
.right-container .searchbar .input-group-text img {
  height: 15px;
}
.right-container .searchbar input,
.right-container .searchbar select {
  text-decoration: inherit;
  border: none;
  text-indent: 0;
}
.right-container .searchbar input:focus,
.right-container .searchbar select:focus {
  box-shadow: none;
}
.right-container .searchbar .form-control {
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
}
.right-container .searchbar .btn {
  font-size: 11px;
  color: #495057;
  border: 0;
  padding: 10px 5px;
}
.right-container .searchbar .btn-pointer {
  cursor: auto !important;
  width: 95px;
}
.right-container .searchbar .internal {
  height: 100%;
}
.right-container .searchbar .search-input + .search-label {
  cursor: pointer;
  padding: 18px 10px;
  margin-bottom: 0;
  font-size: 11px;
}
.right-container .searchbar .col.active {
  background: #626771;
  color: #fff;
}
.right-container .searchGuest {
  padding: 0px 20px;
}
.right-container .searchGuest .input-search {
  width: 105px;
}
.yacht-popup,
.rsvp-popup {
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  width: 80%;
  max-height: calc(100% - 55px);
  left: 20%;
  padding: 15px;
  top: -100vh;
  z-index: 21;
}
.closePopup {
  cursor: pointer;
  position: absolute;
  top: 35px !important;
  right: 35px;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
  padding: 6px;
  border-radius: 3px;
}
.closePopup img {
  height: 13px;
  display: block;
}
.dropdown-toggle {
  border: 0 !important;
  padding: 7px 5px !important;
  border-radius: 0px !important;
}
.form-control::placeholder {
  color: #495057 !important;
  font-weight: 400 !important;
}
.selectpick .form-control::placeholder {
  color: #888888 !important;
}
textarea.form-control::placeholder {
  color: #ccc !important;
}
.detail-yacht {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.detail-yacht .sheet-card .title {
  margin-top: 0;
  padding: 15px;
  height: auto;
  text-align: left;
  font-size: 12px;
}
.detail-yacht .sheet-card .title b.yacht-name {
  font-size: 14px;
}
.detail-yacht .sheet-card .title .closePopup {
  position: relative;
  top: 0 !important;
  right: 0;
  background-color: inherit;
  display: inline-block;
}
.detail-yacht .sheet-card .title.one-line .closePopup {
  position: absolute;
  top: -6px !important;
  right: 15px;
  background-color: inherit;
  display: inline-block;
}
.detail-yacht .sheet-card .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: none;
}
.detail-yacht .sheet-card .chosen-container .chosen-single {
  border: 0;
  background: none;
  height: 34px;
  line-height: 36px;
}
.detail-yacht .sheet-card .chosen-container .chosen-single div {
  top: 9px;
}
.detail-yacht .sheet-card .chosen-container .chosen-drop {
  border-top: 1px solid #aaa;
}
.detail-yacht form.edit {
  padding: 65px 15px 15px;
}
.detail-yacht form.edit .btn.btn-success {
  background: #B59B76;
  border-color: #B59B76;
  padding: 2px 35px;
}
.detail-yacht .yacht-popup-detail {
  background: #fff;
}
.detail-yacht .label-input + .label-for {
  cursor: pointer;
  border: 1px solid #bcbcbc;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #495057;
  font-weight: 400 !important;
}
.detail-yacht .label-input:checked + .label-for {
  background: #B59B76;
  color: #f0f1f5 !important;
}
.detail-yacht .opacityLabel {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 9;
  width: 100%;
}
.detail-yacht .opacityLabel .img-label {
  display: block;
  margin-right: 5px;
  float: right;
  font-size: 12px;
  width: 60px;
  padding: 1px 4px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.detail-yacht .opacityLabel .img-label img {
  height: 13px;
  margin-top: 3px;
  width: auto;
  float: left;
}
.detail-yacht .opacityLabel .img-label span {
  float: right;
  display: block;
  color: rgba(255,255,255,0.7);
}
.detail-yacht .opacityLabel .virtualTour {
  width: 58px;
}
.detail-yacht .img-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.detail-yacht .specifics {
  background: #fff;
  padding: 20px;
}
.detail-yacht .specifics .card-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
}
.detail-yacht .specifics .card-tag {
  margin: 5px 0px 10px;
  height: 18px;
}
.detail-yacht .specifics .card-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.detail-yacht .specifics .card-tag .btn-secret {
  border: 1px solid #626771;
  color: #626771;
}
.detail-yacht .specifics .card-tag .btn-featured {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
}
.detail-yacht .specifics .card-tag .btn-booking {
  border-radius: 3px;
  border: 1px solid #980000;
  color: #980000;
}
.detail-yacht .specifics .card-price {
  margin-top: -2px;
  color: #626771;
  font-size: 20px;
  line-height: 22px;
}
.detail-yacht .specifics .card-price .tool {
  display: inline-block;
  padding: 7px 3px 0px 3px;
}
.detail-yacht .specifics .card-price .tool img {
  display: inline-block;
  float: left;
  opacity: 0.5;
  height: 13px;
}
.detail-yacht .specifics .card-subtitle-yacht {
  font-size: 16px;
  color: #888888;
  line-height: 16px;
}
.detail-yacht .specifics .lgrey {
  color: #888888;
}
.detail-yacht .specifics .card-details {
  color: #626771;
  margin-top: 10px;
  font-size: 16px;
}
.detail-check-in {
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.detail-submit,
.second-info {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
}
.detail-submit .btn-custom,
.second-info .btn-custom {
  margin: 0;
}
.detail-submit .ps,
.second-info .ps {
  font-size: 12px;
  line-height: 12px;
}
.detail-submit .internal,
.second-info .internal {
  height: 100%;
}
.note-list {
  font-size: 13px;
}
.detail-note {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.detail-note .inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.detail-note .inner .btn-custom {
  margin: 0;
}
.detail-note .inner .ps {
  font-size: 12px;
  line-height: 12px;
}
.detail-note .inner .internal {
  height: 100%;
}
.detail-note textarea {
  height: 150px;
  margin-bottom: 20px;
}
.detail-note .newtextarea {
  margin: 10px 0 15px;
}
.detail-note .row {
  margin: 0;
}
.detail-note.open {
  max-height: 2000px;
  transition: max-height 0.3s;
}
#checkIn .detail-note.bordered {
  margin: 0;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.detail-note.bordered {
  margin: 0 -15px;
  padding-top: 15px;
}
.addNote {
  font-size: 24px;
  color: #ccc;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.addNote img {
  height: 30px;
  cursor: pointer;
}
.mys-note .second-info {
  padding: 0;
}
.nav-mobile-search {
  display: block !important;
  animation: slide 4s;
  position: fixed;
  height: 55px;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  background: #f9f9f9;
  color: #333;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  z-index: 999999;
}
.nav-mobile-search:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile-search .options {
  width: 80%;
  left: 20%;
  position: absolute;
}
.card-listing .popoverShare {
  bottom: 36px;
  z-index: 10;
}
.card-listing .popoverShare .title {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}
.card-listing .popoverShare .subtitle {
  font-size: 16px;
}
.card-listing .popoverShare .shareButtons {
  margin: 10px 0px 5px;
}
.card-listing .card-bottom {
  position: absolute;
  margin-top: 14px;
  border-top: 1px solid #eaeaea;
  min-height: 36px;
  max-height: 36px;
  padding: 0 5px;
}
.card-listing .card-price {
  font-size: 14px !important;
}
.card-listing .card-price .price {
  font-weight: 500;
}
.card-listing .card-promo {
  text-align: initial !important;
}
.card-listing .card-promo .icon-container {
  float: right;
  margin-left: 7px;
  margin-top: 7px;
}
.card-listing .card-promo .brokerName {
  width: 65%;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  display: inline-block;
}
.card-listing .card-promo .brokerName a {
  float: left;
  display: block;
}
.card-listing .card-promo .brokerName a img {
  margin-right: 10px;
  margin-top: -2px;
}
.card-listing .card-promo .brokerName span {
  color: #B59B76;
}
.card-listing .card-promo .oneBroker {
  padding: 8px 0px;
}
.card-listing .card-promo .cnt-download {
  padding: 12px 0px 10px;
  position: relative;
  float: right;
  width: 35%;
}
.card-listing .card-promo .cnt-download img {
  margin-top: -3px;
  float: right;
}
.card-listing .card-promo .cnt-download .photo {
  height: 22px !important;
  filter: brightness(1) invert(1);
  margin-top: -7px;
  opacity: 0.3;
  margin-left: 10px;
}
.card-listing .card-promo .cnt-download .icon {
  margin-left: 15px;
}
.card-listing .card-promo .cnt-download:hover .icon {
  opacity: 0.5 !important;
}
.card-listing .card-promo .cnt-download:hover .photo {
  opacity: 0.3 !important;
}
.card-listing .card-promo .cntFull {
  width: 100%;
}
.card-listing .card-promo .button-icon {
  text-transform: uppercase;
  font-size: 12px;
  width: calc(50% - 5px);
  color: #f9f9f9 !important;
  padding: 6px 10px;
  border-radius: 20px;
  font-weight: 600;
  margin-right: 10px !important;
  text-align: center;
  display: inline-block;
  float: left;
}
.card-listing .card-promo .button-icon img {
  filter: brightness(0) invert(1);
  float: initial;
}
.card-listing .card-promo .button-icon .photo {
  filter: brightness(1) invert(0);
}
.card-listing .card-promo .button-icon.black-vertical:hover {
  background: #161719;
}
.card-listing .card-promo .button-icon.gold-gradient-top:hover {
  background: #B59B76;
}
.card-listing .card-promo .button-icon:last-child {
  margin-right: 0px !important;
}
.card-listing .card-promo .button-icon.onlyvisit {
  width: 100%;
}
.card-listing .card-promo .icon-foot-container .cnt-share:hover .popoverShare {
  height: 174px;
  bottom: 31px;
}
.card-listing .card-promo .icon-foot-container .cnt-share:hover .popoverShare .label-sel-doc {
  font-size: 13px;
  line-height: 8px;
}
.card-listing .card-promo .icon-foot-container .cnt-share:hover .popoverShare .autocopy-cnt .tag {
  top: -4px;
}
.card-listing .card-promo .icon-foot-container .cnt-icon:last-child {
  padding-right: 0px;
}
.myagenda .detail-note {
  border-bottom: 0px solid;
}
.myagenda .detail-note textarea {
  margin-bottom: 10px;
}
.nav-mobile-search .menu-logo {
  width: 20%;
  left: 0;
  border-right: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  height: 55px;
  float: left;
}
.nav-mobile-search .menu-logo img {
  height: 30px;
  margin-top: 12px;
}
.nav-mobile-search .eventName {
  padding: 15px 15px 15px 0px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.nav-mobile-search .hamburger {
  font-size: 25px;
  padding: 15px 0 15px 15px;
  cursor: pointer;
}
.dataInt .card-text-small {
  height: 370px !important;
}
.dataInt .card-promo .icon-foot-container .cnt-share:hover .popoverShare {
  height: 328px;
  bottom: 42px;
}
.dataInt .card-promo .icon-foot-container .cnt-share:hover .popoverShare .autocopy-cnt .tag {
  top: -4px;
}
.card-listing {
  cursor: pointer;
  margin-bottom: 20px;
}
.card-listing .card-text-small {
  height: initial;
  min-height: 1px;
}
.card-listing .card-text-small .spec {
  min-height: 97px;
}
.card-listing .card-text {
  padding-bottom: 0;
}
.card-listing .card-text .card-tag {
  margin: 5px 0px;
}
.card-listing .card-text .card-title {
  font-size: 18px;
}
.card-listing .card-text .card-details {
  margin-top: 5px;
}
.card-listing .card-text .card-details,
.card-listing .card-text .card-price {
  font-size: 14px;
}
.card-listing .card-text .card-subtitle-yacht,
.card-listing .card-text .card-price {
  font-size: 14px;
  color: #161719;
  font-weight: 400;
  margin-top: 5px;
}
.card-listing .card-text .card-subtitle-yacht .tool,
.card-listing .card-text .card-price .tool {
  padding-top: 4px;
}
.card-listing .card-visit {
  padding-top: 8px;
  font-size: 12px;
  line-height: 14px;
}
.card-listing .card-visit ul {
  margin-bottom: 0;
}
.card-listing .card-a .opacityLabel .img-label {
  width: 55px;
}
.dropcontainer {
  position: absolute;
  top: 48px;
  padding: 20px;
  width: 100%;
  left: 0;
  box-shadow: -2px 2px 6px -2px rgba(0,0,0,0.3);
  background: #fff !important;
  background-image: none;
}
.dropcontainer .btn-close {
  margin-top: -5px;
}
.dropcontainer .col,
.dropcontainer .col:last-child {
  border: none !important;
  border-bottom: none !important;
  padding: 0px 10px !important;
  background-color: #f8f9fa !important;
}
.dropcontainer .col .form-control,
.dropcontainer .col:last-child .form-control {
  background-color: #f8f9fa29;
  border-radius: 0px !important;
  margin: 5px 0px !important;
  padding: 0px 10px !important;
}
.vid-container {
  overflow: hidden;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.vid-container #vidBG {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.container-open {
  width: 80% !important;
  left: 20% !important;
  transition: left 0.3s, width 0.3s;
}
.container-closed {
  width: 100% !important;
  left: 0% !important;
  transition: left 0.3s, width 0.3s;
}
.table.yacht-m .fa-check {
  color: #3a8a3a;
}
.table.yacht-m .fa-times {
  color: #a62d29;
}
.noResult {
  text-align: center;
  padding: 0 30px;
}
.noResult .titler {
  color: #626771;
  font-size: 30px;
  margin: 0;
}
.noResult .subtitler {
  color: #888888;
  font-size: 16px;
}
.noResult a {
  font-style: italic;
  color: #B59B76;
}
.dropdown-menu {
  max-height: 270px !important;
}
.tab-li a {
  text-transform: uppercase;
  display: block;
  line-height: 38px;
  color: #626771;
  text-align: center;
}
.tab-li a.active {
  font-weight: 600;
}
#yachtShowLanding .banner {
  height: 100vh;
  position: relative;
}
#yachtShowLanding .banner .shader-opacity {
  opacity: 0.5;
}
#yachtShowLanding .banner .banner-container {
  position: absolute;
  bottom: 90px;
  left: 75px;
  right: 75px;
  color: #fff;
  z-index: 11;
  text-align: center;
}
#yachtShowLanding .banner .banner-container .title {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}
#yachtShowLanding .banner .banner-container .brochure-link {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
  margin: 0 5px 15px;
}
#yachtShowLanding .banner .banner-container .brochure-link:hover {
  background: #000;
}
#yachtShowLanding .banner .banner-container .caption-line {
  margin: 20px auto;
  height: 10px;
  width: 160px;
  background-color: ;
}
@media (max-height: 768px) {
  .bottomButton {
    position: initial;
    bottom: initial;
  }
  .bottomButton .btn-custom {
    margin: 30px 0px 7px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 38px;
  }
  .yacht-show-registration .logo {
    width: 130px;
  }
  .yacht-show-registration .hr-center {
    margin: 20px auto 55px;
    width: 40%;
  }
  .lateral-nav .link {
    font-size: 12px;
  }
  .lateral-nav .link2 {
    padding: 7px 10px;
    font-size: 12px;
  }
  .lateral-nav,
  .nav-mobile-search .menu-logo {
    width: 145px;
  }
  .container-open {
    width: calc(100% - 145px) !important;
    left: 145px !important;
    transition: left 0.3s, width 0.3s;
  }
  .lateral-nav.closed {
    left: -145px;
  }
  .right-container {
    left: 145px;
    width: calc(100% - 145px);
  }
  .nav-mobile-search {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    height: 38px;
  }
  .nav-mobile-search .menu-logo {
    height: 38px;
  }
  .nav-mobile-search .menu-logo img {
    height: 16px;
    margin-top: 9px;
  }
  .nav-mobile-search .hamburger {
    padding: 8px 0;
  }
  .nav-mobile-search .eventName {
    padding: 7px 5px 6px 0px;
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
  }
  .nav-mobile-search .options {
    width: calc(100% - 145px);
    position: fixed;
    left: 145px;
    padding: 0 15px;
  }
  .nav-mobile-search .options .column-2 {
    width: 15%;
    float: left;
    min-height: 1px;
  }
  .nav-mobile-search .options .column-8 {
    width: 85%;
    float: left;
    min-height: 1px;
  }
  .table td,
  .table th,
  .table tr {
    font-size: 12px;
    padding: .75rem;
  }
  .table .btn-custom {
    font-size: 12px;
    margin: 0;
    padding: 5px;
    line-height: 19px;
  }
  .table .photo {
    height: 32px !important;
  }
  .table .icon {
    height: 18px;
  }
  .cntLogs .table td,
  th,
  tr {
    padding: 10px 15px;
  }
  .input-border input,
  .input-border select {
    font-style: italic;
  }
  .input-border input::-webkit-input-placeholder {
    font-weight: 500;
  }
  .yacht-popup,
  .rsvp-popup {
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .yacht-popup.full {
    width: calc(100% - 145px);
    left: 145px;
    transform: initial;
  }
  .detail-yacht .img-container {
    height: 600px;
  }
  .cnt-tablet.right-container {
    left: 0;
    width: 100%;
    position: relative;
    padding: 0;
    height: 100%;
  }
  .cnt-tablet.right-container .searchbar {
    margin-top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .form-group {
    margin-bottom: 10px;
  }
  .right-container .title .hr-center {
    margin: 10px auto 30px;
  }
  .tab-li a {
    font-size: 11px;
  }
  .cnt-tablet.right-container {
    left: 0;
    width: 100%;
    position: relative;
    padding: 0;
    height: 100%;
  }
  .cnt-tablet.right-container .searchbar {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .nav-mobile-search .menu-logo img {
    height: 22px;
    margin-top: 0px;
  }
  .cnt-tablet.right-container .searchbar .form-control,
  .cnt-tablet.right-container .searchbar .col .btn {
    height: 55px;
    line-height: 35px;
  }
  .right-container .searchbar .col .input-search {
    width: 90px;
  }
  .right-container .searchbar .col .btn-pointer {
    width: 95px;
  }
  .dropcontainer .label-input + .label-for {
    font-size: 14px;
    padding: 2px 10px;
  }
  .dropcontainer {
    position: absolute;
    top: 48px;
    padding: 20px;
    height: auto;
  }
  .card-listing .card-bottom {
    padding: 5px;
    position: absolute;
    max-height: 100px;
  }
  .card-listing .card-promo .cnt-download {
    width: 50%;
  }
  .card-listing .card-promo .cnt-download .photo {
    height: 25px !important;
  }
  .card-listing .card-text-small {
    height: 180px;
  }
  .col:not(.col.full) {
    flex-basis: 0;
  }
  .tab-li a {
    font-size: 11px;
  }
  .request.yachtNote .btn {
    margin-top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .right-container .searchGuest .col {
    padding: 5px;
  }
  .right-container .searchGuest .form-control {
    font-size: 11px !important;
  }
  .right-container .searchGuest .btn {
    font-size: 11px !important;
    padding: 10px 5px;
  }
  .right-container .searchGuest .search-label {
    font-size: 11px !important;
  }
  .request .btn {
    margin-top: 20px;
  }
  #yachManagement .hMobile {
    display: none;
  }
  #yachManagement .add-yacht {
    padding: 2px 25px;
    margin: -5px 8px 0px 0px;
    font-size: 11px;
  }
  #yachManagement .dropdown,
  #yachManagement label {
    margin-bottom: 10px;
  }
  #yachManagement .yacht-popup-detail .label-input + .label-for {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  #bookingMenu th.schedule {
    min-width: 100px;
  }
  #bookingMenu th.date {
    min-width: 200px;
    width: 100%;
  }
  .search-line {
    border-bottom: 1px solid #ccc;
  }
  .search-line-rx {
    border-right: 1px solid #ccc;
  }
  .right-container .container-fluid {
    padding-right: 15px;
  }
  .chooseFromBooking .chosen-container .chosen-single {
    font-size: 16px;
  }
  select,
  .dropdown-toggle {
    cursor: pointer;
    text-indent: 0px;
    padding-right: 13px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 0;
    background: none !important;
    background-image: url('/core/img/arrow-select-white1.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding-right: 1.5em !important;
    background-size: 15px !important;
  }
  .hMobile {
    display: none;
  }
  .pad-xs-r {
    padding: 0px 5px 0px 20px !important;
  }
  .pad-xs-l {
    padding: 0px 20px 0px 5px !important;
  }
  .yacht-show-registration {
    margin-top: 0px;
    padding-top: 30px !important;
  }
  .right-container .searchbar .col .input-search {
    width: auto;
  }
  .right-container .searchbar .col .btn-pointer {
    width: auto;
  }
  .container-open {
    width: 100%;
    left: 0;
    transition: left 0.3s, width 0.3s;
  }
  .nav-mobile-search .menu-hamburger {
    width: 60px;
    height: 55px;
    float: left;
    cursor: pointer;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile-search .menu-hamburger .hamburger {
    width: 100%;
    padding: 20px 0 0 19px;
    height: 55px;
    margin: 0;
  }
  .nav-mobile-search .menu-logo {
    width: 100px;
    line-height: 54px;
    height: 55px;
    float: left;
    border-right: none;
    position: relative;
  }
  .nav-mobile-search .eventName {
    padding: 12px 10px 5px 0;
    font-size: 10px;
    text-align: right;
    height: 55px;
    width: 55%;
    overflow: hidden;
  }
  .lateral-nav {
    width: 100vw;
    left: -100vw;
  }
  .lateral-nav .link {
    padding: 10px 20px !important;
    font-size: 16px;
    text-align: left;
  }
  .lateral-nav .link .fas {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .lateral-nav .link2 {
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    text-align: left;
  }
  .lateral-nav.closed {
    left: -100vw;
    transition: left 0.3s;
  }
  .yacht-show-registration .first-step-text .top {
    line-height: 22px;
  }
  .yacht-show-registration .first-step-text .title {
    font-size: 22px;
    line-height: 28px;
  }
  .yacht-show-registration .logo {
    width: 90px;
  }
  .yacht-show-registration .hr-center {
    margin: 15px 0 13px;
  }
  .btn-custom {
    margin: 40px 0 7px;
    font-size: 17px;
  }
  .bottomButton {
    position: relative;
    bottom: 0;
  }
  .right-container {
    left: 0;
    width: 100%;
    position: relative;
    padding: 0;
    height: 100%;
  }
  .right-container .cntBlock {
    padding: 20px;
    margin: 20px 5px;
    height: auto;
  }
  .right-container .cntBlockNoBack,
  .right-container .cntBlockYachts {
    overflow-y: inherit;
    padding: 75px 10px;
    margin: auto;
  }
  .right-container .cntBlockNoBack .sheet-card .inner.data,
  .right-container .cntBlockYachts .sheet-card .inner.data {
    font-size: 10px;
  }
  .right-container .cntGuests {
    padding: 75px 5px;
  }
  .right-container .cntRegistration {
    padding: 100px 5px 20px;
  }
  .right-container .title {
    font-size: 20px;
  }
  .right-container .title .hr-center {
    margin: 5px auto 20px;
  }
  .right-container .searchbar {
    position: fixed;
    width: 100%;
    margin-top: 0px;
  }
  .right-container .searchbar .input-search {
    width: 100%;
    height: 55px;
  }
  .right-container .searchbar .input-search .form-control {
    height: 55px;
  }
  .right-container .searchbar .form-control {
    height: 45px;
    font-size: 16px;
  }
  .right-container .searchbar .input-group-text img {
    height: 15px;
  }
  .right-container .searchbar .insole {
    padding: 0px;
  }
  .right-container .searchbar .col {
    padding: 0px 15px;
    width: 100%;
  }
  .right-container .searchbar .col .btn {
    padding: 11px 2px 10px;
    width: 100%;
    text-align: left;
  }
  .right-container .searchbar .col:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .right-container .searchbar .s-col-12 {
    width: 100%;
  }
  .right-container .searchbar .s-col-2 {
    width: 61px;
    flex: initial;
  }
  .right-container .searchbar .s-col-8 {
    width: initial;
  }
  .right-container .searchbar .btn {
    font-size: 16px;
    padding: 13px 0px 13px;
    border: none;
  }
  .right-container .searchbar .filterToggle {
    cursor: pointer;
  }
  .right-container .searchbar .filterToggle img {
    height: 22px;
    margin: 16px 5px;
  }
  .right-container .searchbar .navMobile {
    position: fixed;
    top: 111px;
    display: block;
    width: 100%;
    left: -100%;
    height: calc(100% - 110px);
    background-color: #f9f9f9;
    color: #333;
    padding: 0px 15px;
    background-image: url(/core/composer/view.php?id_img=484491&webp=1);
    background-size: cover;
    background-position: 1000px center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626771",endColorstr="#8b8e94",GradientType=1);
  }
  .right-container .searchbar .navMobile .form-control::placeholder,
  .right-container .searchbar .navMobile .form-control,
  .right-container .searchbar .navMobile .btn:not(.btn-reset),
  .right-container .searchbar .navMobile .sectionTitle {
    color: #fff !important;
  }
  .right-container .searchbar .navMobile .col {
    border-bottom: 1px solid #ffffff;
  }
  .right-container .searchbar .dropcontainer .form-control::placeholder,
  .right-container .searchbar .dropcontainer .form-control,
  .right-container .searchbar .dropcontainer .btn:not(.btn-reset),
  .right-container .searchbar .dropcontainer .sectionTitle {
    color: #fff !important;
  }
  .right-container .searchbar .navMobile.closed {
    left: -100%;
    transition: left 0.3s;
  }
  .right-container .searchbar .navMobile.open {
    left: 0%;
    transition: left 0.3s;
  }
  .right-container .searchbar .navGuest .col {
    width: 100%;
  }
  .right-container .searchbar .dropcontainer {
    top: 111px;
    padding: 20px;
    position: fixed;
    height: calc(100% - 161px);
    box-shadow: none;
    background-image: url(/core/composer/view.php?id_img=484491&webp=1) !important;
    background-size: cover !important;
    background-position: 1000px center !important;
  }
  .right-container .searchbar .dropcontainer .sectionTitle {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .right-container .searchbar .dropcontainer .form-control {
    margin: 0px 2px;
    padding: 0px !important;
    background-color: none !important;
  }
  .right-container .searchbar .dropcontainer .btn-close {
    height: 18px;
    margin-top: -10px;
    filter: brightness(0) invert(1);
  }
  .right-container .searchbar .dropcontainer select {
    text-indent: inherit !important;
  }
  .right-container .searchbar .dropcontainer .col,
  .right-container .searchbar .dropcontainer .col:last-child {
    background-color: #f8f9fa29 !important;
  }
  .right-container .searchbar .dropcontainer .col .form-control,
  .right-container .searchbar .dropcontainer .col:last-child .form-control {
    background-color: none !important;
  }
  .right-container .searchbar .btn-go {
    color: #f0f1f5;
  }
  .right-container .searchbar .foot-filters {
    position: absolute;
    bottom: 0;
  }
  .right-container .searchbar .search-input + .search-label {
    height: 45px;
    transition: all 300ms ease-in-out;
    padding: 11px 2px;
    font-size: 15px !important;
    color: #495057 !important;
    font-weight: 400 !important;
  }
  .right-container .searchbar .search-input:checked + .search-label {
    color: #f0f1f5 !important;
  }
  .form-group {
    margin-bottom: 8px;
  }
  .yacht-popup,
  .yacht-popup.full {
    left: 0;
    width: 100%;
  }
  .detail-note .newtextarea {
    margin: 10px 0 15px;
  }
  .detail-submit .addNote img {
    margin-top: 10px;
  }
  .searchbar-mobile {
    padding: 0px 14px !important;
  }
  .searchbar-mobile .col {
    width: 50%;
    flex-basis: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .table {
    font-size: 10px;
  }
  .table td,
  .table tr,
  .table th {
    padding: 5px 10px !important;
  }
  .table .icon {
    height: 16px !important;
  }
  .table .btn-custom {
    margin: 0;
  }
  .table-overflow {
    padding: initial;
    margin: 0 -5px;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    line-height: 14px;
  }
  #formContainer select,
  #formContainer input {
    font-size: 12px;
    line-height: 14px;
  }
  .yacht-popup,
  .rsvp-popup {
    width: 100%;
    left: 0;
  }
  .navBackground {
    left: 0;
  }
  .internal {
    display: block;
    padding-top: 20px;
  }
  .tologin {
    margin-top: 20px;
  }
  .formContainer {
    padding: 15px;
  }
  .formContainer .sub-container {
    margin: 15px auto 0;
  }
  .termpolicy {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .cntLogs {
    padding: 65px 0px !important;
  }
  #yachManagement {
    padding: 10px 0px !important;
  }
  #yachManagement .cntBlockNoBack {
    padding: 5px 0 !important;
  }
  #yachManagement .cntRegistration {
    padding: 5px !important;
  }
  #yachManagement .btn-info {
    margin-bottom: 10px;
  }
  #yachManagement .add-yacht {
    margin: -5px 0px 0px 0px;
  }
  #yachManagement .table td,
  #yachManagement .table tr,
  #yachManagement .table th {
    padding: 5px !important;
  }
  #yachManagement .table th {
    background-color: #626771;
  }
  #yachManagement .dropdown,
  #yachManagement label {
    margin-bottom: 0px;
  }
  #yachManagement .yacht-popup-detail .label-input + .label-for {
    padding: 5px 10px;
  }
  #yachManagement .yacht-popup-detail .title {
    height: auto;
  }
  .dropdown-menu {
    max-height: 150px !important;
    transform: translate3d(0px,32px,0px) !important;
    min-width: 1px !important;
    max-width: 100%;
  }
  .bootstrap-select .dropdown-menu.inner li a span.text {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
  .addNote {
    margin-top: 13px;
  }
  .tab-li {
    width: 33% !important;
  }
  .yacht-popup .detail-yacht .sheet-card .title {
    font-size: 10px;
    padding: 8px 15px !important;
  }
  .yacht-popup .detail-yacht .sheet-card .title b.yacht-name {
    font-size: 12px;
  }
  .yacht-popup .detail-yacht .img-container {
    height: 215px;
  }
  .detail-note textarea {
    height: 100px;
  }
  .yacht-permission-container .yacht-permission hr {
    margin: 10px 0;
  }
  .card-listing .card-promo .button-icon {
    font-size: 10px;
  }
  .card-listing .card-promo .icon-container {
    margin-top: 0;
  }
  .card-listing .card-text-small {
    height: 230px;
  }
  .card-listing .list-table {
    padding-top: 0;
    padding-left: 0;
  }
  .card-listing .list-table .cntBroker {
    margin-bottom: 5px;
  }
  .card-listing .card-visit {
    padding-top: 8px;
  }
  .dataInt .card-text-small {
    height: 360px !important;
  }
  .general-block.biscuit-clients .internal {
    padding-top: 0;
  }
  .general-block.biscuit-clients .internal .addNote {
    margin-top: 0;
  }
  #yachtShowLanding .banner .banner-container .title {
    font-size: 23px;
  }
  #yachtShowLanding .banner .banner-container .brochure-link {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .nav-mobile-search .menu-logo {
    width: 80px;
  }
  .right-container .searchbar .s-col-8 {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .team-show {
    padding: 140px 10px !important;
  }
}




