/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.ui-front {
  z-index: 10000 !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
    line-height: 2.5;
}

ul.ui-autocomplete { max-height: 350px !important; overflow: auto !important; }

.leaflet-popup-content > img {
	object-fit: cover;
	object-position: center;
	height: 120px;
	width: 240px;
}
.leaflet-popup-content-wrapper {
	height: 100%;
	padding-bottom: 10px;
}

.leaflet-popup-content a.btn_infobox_detail {
    top: 10px;
}

.box_list a.edit_bt {
    position: absolute;
    right: 55px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


  a.btn_boxlink {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
  }
  a.btn_boxlink:hover {
    color: #fc5b62;
  }
  a.btn_boxlink:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    display: inline-block;
    margin-right: 5px;
  }

  a.btn_boxlink_white {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }
  a.btn_boxlink_white:hover {
    color: #fc5b62;
  }
  a.btn_boxlink_white:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    display: inline-block;
    margin-right: 5px;
  }
  
  a.btn_box {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
  }
  a.btn_box:hover {
    color: #fc5b62;
  }

  a.btn_box2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: -5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
  }
  a.btn_box2:hover {
    color: #fc5b62;
  }

  a.btn_box3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    margin-bottom: -5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    background: #fc5b62;
  }
  a.btn_box3:hover {
    background: #0054a6;
    color: #fff;
  }


  a.plus_bt {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(150, 150, 150, 0.1);
    padding: 6px 7px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  a.plus_bt:after {
    font-family: 'ElegantIcons';
    content: "\50";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  a.plus_bt:after {
    content: "\e050";
    color: #0054a6;
  }
  a.plus_bt:hover:after {
    content: "\e050";
    color: #0054a6;
  }
  a.plus_bt.added:after {
    content: "\e04f";
    color: #fc5b62;
  }
  a.plus_bt.added:hover:after {
    color: #fc5b62;
  }


  ul#top_menu li a.logout {
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 8px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  @media (max-width: 991px) {
    ul#top_menu li a.logout {
      top: 2px;
    }
  }
  ul#top_menu li a.logout:before {
    font-family: 'Glyphter';
    font-size: 21px;
    font-size: 1.3125rem;
    color: #ff0000;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    line-height: 1;
  }
  ul#top_menu li a.logout {
    text-indent: -9999px;
  }
  ul#top_menu li a.logout:before {
    content: '\0042';
  }

  .modal-input-dates i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    /* background-color: #fff; */
    line-height: 50px;
    top: -4px;
    right: 1px;
    padding-right: 8px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}

.box_grid a.delete_bt {
  font-size:20px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 6px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.box_grid a.delete_bt:after {
  font-family: 'ElegantIcons';
  content: "\4d";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_grid a.delete_bt.liked:after {
  content: "\51";
  color: #fc5b62;
}
.box_grid a.delete_bt:hover.liked:after {
  color: #fc5b62;
}
.box_grid a.delete_bt:hover:after {
  content: "\51";
  color: #fff;
}

.box_grid a.edit_bt {
  font-size:20px;
  position: absolute;
  right: 55px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 6px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.box_grid a.edit_bt:after {
  font-family: 'ElegantIcons';
  content: "\6a";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_grid a.edit_bt.liked:after {
  content: "\6b";
  color: #e05a;
}
.box_grid a.edit_bt:hover.liked:after {
  color: #e05a;
}
.box_grid a.edit_bt:hover:after {
  content: "\6b";
  color: #fff;
}

/* daterangepicker */

.daterangepicker td.available {
  background-color: #fff;
  border-color: transparent;
}
.daterangepicker td.available:hover {
  background-color: #eee;
  border-color: transparent;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  margin-top: 10px;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0;
}

.drp-selected {
  display: inline-block !important;
}

/* schedule items */
.schedule-item-box {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 3px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color:#555;
  font-size:15px;
  margin-bottom: 3px;
}

#scheduleList {
    -ms-overflow-style:none; /* IE and Edge */
    scrollbar-width:none; /* Firefox */
}

#scheduleList::-webkit-scrollbar {
  display:none; /* Chrome , Safari , Opera */
}

.content-left {
  -ms-overflow-style:none; /* IE and Edge */
  scrollbar-width:none; /* Firefox */
}

.content-left::-webkit-scrollbar {
  display:none; /* Chrome , Safari , Opera */
}

.mfp-hide {
	display: none !important;
}

.custom-search-input-2 .nice-select {
  border-right: 1px solid #d2d8dd;
}

.cpb_distance {
  position: absolute;
  top: -55px;
  left: 130px;
}

.distance_label {
  color: white;
    /* font-weight: bold; */
    border: 1px solid #e0e0e0;
    padding: 3px 5px 3px 6px;
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 12px;
    color:#555;
}

.review-icon {
  margin-top:10px;
  text-transform: uppercase;
  text-align:center;
  width:70px;
  font-size:50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background-color: black;
  background-color: #fc5b62;
  padding: 5px 6px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}


a.btn_round {
  -webkit-border-radius: 12px;
  -moz-border-radius:12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
a.btn_round:hover {
  color: #fc5b62;
}
a.btn_map:before {
  display: inline-block;
  /* margin-right: 5px; */
}

#description p {
  margin-bottom: 15px;
}
.note-editable p {
  margin-bottom: 5px;
}

.flex-direction-nav a {
  top: -20px !important; 
}

@media (min-width: 767px) {
  .show-mobile {
    display:none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display:none !important;
  }
}

a.btn_set,
.btn_set {
  border: none;
  color: #fff;
  background: #bfc0e8;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_set:hover,
.btn_set:hover {
  background: #0054a6;
  color: #fff;
}

.color-active {
  background: #0054a6;
}

.color-inactive {
  background: #bfc0e8;
}

