/*Opertor Login*/
/* Common Fonts for all Page's | end */
/* Header & Middle Content Structure | Start */
/* line 2, ../sass/page-structure/_structure.scss */

.ng-dropdown-panel {
  background: white;
}

.adventures_container--slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 66px;
  height: 66px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  background: url(/ng-app/src/assets/icons/arrow_slider.svg) center no-repeat;
  cursor: pointer;
}
.adventures_container--slick-arrow-left {
  left: 11%;
  transform: translate(0, -50%) rotate(180deg);
}
.adventures_container--slick-arrow-right {
  right: 11%;
  transform: translate(0, -50%) rotate(0deg);
}

.wrapper-login {
  height: 100%;
  padding: 0;
}
.wrapper-login > div {
  height: 100%;
}
.error-message {
  display: block;
  color: #df2a2a;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
/* line 211, ../sass/theme_templates/_template.scss */
.error-message.rong-input {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

body,
html,
main {
  height: 100%;
}

/* line 5, ../sass/page-structure/_structure.scss */
.wrapper-contents {
  height: 100%;
}

/* Header & Middle Content Structure | End */
/* All varibles Like - background-color,text-color, font-size, margin's, padding's, buttons, & More | start */
/* line 70, ../sass/theme_templates/_template.scss */
.action-btn,
.after-login .container-wrap,
.after-login .container-wrap .header,
.after-login .container-wrap .nav-internal,
.after-login .container-wrap .record-list,
.operator-management .view-details .generic-box {
  float: left;
  width: 100%;
}

/* line 74, ../sass/theme_templates/_template.scss */
.before-login .forgot-password .forgot-link span,
.navbar .heli-menu .nav.navbar-right .dropdown-toggle span,
.after-login .action-common-btn span,
.operator-management .nav-internal .page-tabs li a span,
.operator-management .view-details .generic-box header span,
.operator-management .view-details .generic-box.set-commission h2 span,
.modal-md.custom .modal-content .modal-body h2 span,
.modal-md.custom .modal-content .modal-footer .action-common-btn span {
  display: inline-block;
  vertical-align: middle;
}

/* line 100, ../sass/theme_templates/_template.scss */
.before-login .form-control {
  color: #000000;
  font-size: 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 6px 20px;
}
/* line 109, ../sass/theme_templates/_template.scss */
.before-login .form-control:focus {
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}
/* line 114, ../sass/theme_templates/_template.scss */
.before-login .form-control::-webkit-input-placeholder {
  color: #878787;
}
/* line 117, ../sass/theme_templates/_template.scss */
.before-login .form-control::-moz-placeholder {
  color: #878787;
}
/* line 120, ../sass/theme_templates/_template.scss */
.before-login .form-control:-ms-input-placeholder {
  color: #878787;
}
/* line 124, ../sass/theme_templates/_template.scss */
.before-login .error .form-control {
  border-color: #d11212;
}
/* line 126, ../sass/theme_templates/_template.scss */
.before-login .error .form-control:focus {
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}

/* line 137, ../sass/theme_templates/_template.scss */
.before-login h1 {
  margin: 0;
  font-size: 32px;
  color: #000000;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/* line 144, ../sass/theme_templates/_template.scss */
.before-login h2 {
  color: #000000;
  margin: 0;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

/* line 155, ../sass/theme_templates/_template.scss */
.before-login .btn {
  color: #ffffff;
  text-transform: uppercase;
  border-color: #ffffff;
  background-color: #000000;
  font-size: 18px;
  padding: 12px 15px;
  min-width: 185px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  line-height: 30px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 170, ../sass/theme_templates/_template.scss */
.before-login .btn:hover,
.before-login .btn:focus {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
}

/* line 183, ../sass/theme_templates/_template.scss */
.before-login .btn.cancel {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
/* line 187, ../sass/theme_templates/_template.scss */
.before-login .btn.cancel:active:hover,
.btn.cancel:active:focus {
  background-color: #ffffff;
  border-color: #000000;
}

/* All varibles | end */
/* line 204, ../sass/theme_templates/_template.scss */
.before-login .error-message {
  display: block;
  color: #df2a2a;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
/* line 211, ../sass/theme_templates/_template.scss */
.before-login .error-message.rong-input {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

.before-login .login-bg {
  position: relative;
  background-image: url(../../images/bg-login.png);
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  display: inline-block;
  background-size: cover;
  text-align: center;
}

/*on-my-site-css-starts*/

.my-site-wrapper {
  width: 100%;
  float: left;
}

.my-site-section {
  width: 100%;
  float: left;
  text-align: center;
}

.my-site-section h1 {
  font-family: "Oswald";
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 10px 0 20px 0;
  text-align: left;
}

/* ON MY SITE RAHUL CSSS */
.my-site-wrapper .choose-site-exp {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 20px 0;
  text-align: left;
}

.my-site-panel {
  width: 100%;
  float: left;
  padding: 70px 0 0 0;
}

.my-site-panel .site-boxes {
  width: 33%;
  float: left;
  text-align: center;
}
.my-site-panel .site-boxes img {
  width: 100%;
}
.my-site-panel .site-boxes .step-text {
  font-family: "Roboto";
  font-size: 21.6px;
  color: #878787;
  width: 100%;
  float: left;
}

.my-site-panel .site-boxes .sub-head {
  font-family: "Roboto";
  font-size: 16.2px;
  font-weight: 900;
  color: #000000;
  width: 100%;
  float: left;
  padding: 5px 0 10px 0;
}

.my-site-panel .site-boxes .descp-text {
  font-family: Roboto;
  font-size: 14.4px;
  padding: 0 15px;
  text-align: center;
  color: #000000;
  width: 100%;
  float: left;
}

.my-site-section .continue-button {
  background: #000;
  padding: 13px 53px;
  border-radius: 0;
  font-size: 15px;
  border-color: #000;
  color: #fff;
  margin: 30px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
}

.my-site-section .continue-button:active,
.my-site-section .continue-button:hover,
.my-site-section .continue-button:focus {
  color: #fff !important;
  background: #0065d8;
  border-color: #0065d8;
}

.my-site-code-box .inner-grey-box .action-button:active,
.my-site-code-box .inner-grey-box .action-button:hover,
.my-site-code-box .inner-grey-box .action-button:focus {
  color: #fff !important;
  background: #0065d8;
  border-color: #0065d8;
}

.my-site-code-box {
  width: 100%;
  float: left;
  background-color: #ffffff;
  border: solid 1px #dedede;
  margin: 20px 0;
}

.my-site-code-box .inner-white-box {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 40px 45px 40px 40px;
}

.my-site-code-box .inner-white-box label {
  font-family: "Roboto";
  font-size: 16px;
  color: #363636;
  text-align: left;
  width: 100%;
  font-weight: normal;
  margin: 0 0 16px 0;
}
.full-screen-code-box {
  margin: 20px 0 0;
}
.full-screen-code-box .tag-label {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.my-site-code-box.full-screen-code-box .inner-white-box {
  padding: 25px;
}
.full-screen-code-box .tag-para {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.full-screen-code-box .select-button {
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 2px;
  border: solid 1px #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 34px;
  background: transparent !important;
  margin-top: 10px;
}
.my-site-code-box .inner-white-box label em {
  font-style: normal;
  float: left;
}

.my-site-code-box .inner-white-box label span {
  float: left;
  width: 90%;
  padding: 0 0 0 7px;
}

.my-site-code-box .inner-white-box textarea {
  background-color: #ececec;
  border: solid 1px #dddddd;
  width: 98.5%;
  float: right;
  padding: 6px 14px 12px 14px;
  resize: none !important;
  min-height: 90px;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1.6;
  color: #878787;
}

.my-site-code-box .inner-white-box .horizontal-line {
  width: 100%;
  float: left;
  border-bottom: solid 1px #e9e9e9;
  margin: 20px 0 20px 0;
}

.my-site-code-box .inner-white-box .select-package-div {
  width: auto;
  float: left;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  padding: 3px 0 0 17px;
}

.my-site-code-box .inner-white-box .select-box {
  width: 500px;
  float: left;
  margin: 0 0 0 55px;
}

.my-site-code-box .inner-white-box .select-box .ui-select-match {
  width: 100%;
}
.my-site-code-box .inner-white-box .select-box.select-package-box {
  padding-left: 17px;
}
.my-site-code-box .inner-white-box .select-box .ui-select-match span {
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: normal;
  color: #000000;
  outline: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-site-code-box .inner-white-box .select-box .ui-select-match span:hover {
  background-color: #ffffff;
  border-color: #dddddd;
}

.my-site-code-box .inner-white-box .select-box input {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: normal;
  color: #000000;
}

.my-site-code-box .inner-grey-box {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  border-top: solid 1px #dedede;
  padding: 20px 40px;
  text-align: right;
}

.my-site-code-box .inner-grey-box .action-button {
  background: #000;
  padding: 13px 0;
  min-width: 180px;
  border-radius: 0;
  font-size: 16px;
  border-color: #000;
  color: #fff;
  margin: 0 0 0 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.my-site-code-box .inner-grey-box .get-code {
  background: transparent;
  padding: 13px 0;
  min-width: 150px;
  border-radius: 0;
  font-size: 16px;
  border-color: #000;
  color: #000;
  margin: 0 0 0 16px;
  display: inline-block;
  text-transform: uppercase;
}

.my-site-action-panel {
  width: 100%;
  float: left;
}

.my-site-action-panel .data-box {
  width: 100%;
  float: left;
  background-color: #ffffff;
  border: solid 1px #dedede;
  padding: 20px 40px 20px 20px;
  margin: 0 0 3px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}

.my-site-action-panel .data-box .left-section {
  font-family: Roboto;
  font-size: 15px;
  color: #424242;
  width: 50%;
  float: left;
  text-align: left;
  word-wrap: break-word;
}

.my-site-action-panel .data-box .right-section {
  width: 40%;
  float: right;
  text-align: right;
}

.my-site-action-panel .data-box .right-section .action-div {
  width: auto;
  display: inline-block;
  font-family: Roboto;
  font-size: 15px;
  color: #424242;
  margin: 0 0 0 40px;
  text-decoration: underline;
}

.my-site-action-panel .data-box .right-section .action-div a {
  color: #424242;
}

.get-code-modal {
  padding: 19px 20px 19px 25px;
}

.get-code-modal h4 {
  font-family: Oswald;
  font-size: 30px;
  font-weight: 300;
  color: #000000;
}

.get-code-body label {
  margin-bottom: 6px;
}

.get-code-body textarea.form-control {
  background-color: #ececec;
  border: solid 1px #dddddd;
  width: 100%;
  float: right;
  padding: 6px 14px 12px 14px;
  resize: none !important;
  min-height: 120px;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1.6;
  color: #878787;
  margin: 0 0 40px 0;
}
/*on-my-site-css-ends*/

.analytics-selectbox {
  width: 100%;
  float: left;
  padding: 5px 0 25px 0;
  position: relative;
  min-height: 70px;
}

.analytics-selectbox .adventure-filter-select {
  width: 189px;
}

.analytics-selectbox
  .adventure-filter-select
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret {
  color: #b8b8b8;
}

.analytics-horizontal-line {
  width: 100%;
  float: left;
  border-top: 1px solid #cccccc;
  margin: 20px 0 40px 0;
}

.site-preview-modal .modal-dialog {
  width: 503px;
  margin: 0 auto;
  height: 100%;
}

.site-preview-modal .modal-header {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 30px 16px 30px;
  height: 50px;
  position: fixed;
  z-index: 9;
  border-bottom: 0 solid #e6e6e6;
}

.site-preview-modal .modal-header .close {
  margin-top: 9px;
  margin-right: -8px;
}

.site-preview-modal .modal-body {
  position: relative;
  padding: 0 0 80px 0;
}

.site-preview-modal .modal-body .package-banner-image {
  background: url("../../images/package-detail-main-Img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 320px;
  position: relative;
  width: 100%;
  margin-top: 0;
}
.site-preview-modal .modal-body .package-banner-overlay {
  background: rgba(0, 0, 0, 0.29);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.site-preview-modal .modal-body .slider-section .title {
  font-family: "Roboto";
  font-size: 19.2px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
  width: 100%;
  float: left;
}
.site-preview-modal .modal-body .package-booking-row {
  border-top: #e6e6e6 1px solid;
  width: 100%;
  padding: 15px 10px 8px 10px;
  float: left;
  color: #878787;
}

.site-preview-modal .modal-body .accomodation-panel .note-text {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  width: 100%;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 17px 10px 25px 10px;
}

.site-preview-modal .modal-body .package-booking-row span.amount {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  padding: 2px 0 0 0;
}

.site-preview-modal .modal-body .itinerary-section .itinerary-panel {
  width: 100%;
  float: left;
}

.site-preview-modal
  .modal-body
  .itinerary-section
  .itinerary-panel
  .itinerary-head {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #000000;
  width: 100%;
  float: left;
}

.site-preview-modal
  .modal-body
  .itinerary-section
  .itinerary-panel
  p.itinerary-desc {
  font-weight: normal;
  color: #878787;
  margin: 0 0;
  font-family: "Roboto";
  line-height: 1.86;
  font-size: 14px;
}

.site-preview-modal .modal-body .slider-section .lodging-carousel {
  padding: 15px 30px 0 30px;
}
.site-preview-modal .modal-body .package-banner-content {
  text-align: center;
  margin-top: 110px;
}
.site-preview-modal .modal-body .package-banner-links {
  font-size: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.site-preview-modal .modal-body .package-banner-links ul {
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.site-preview-modal .modal-body .package-banner-links li:first-child {
  width: 50%;
  text-align: center;
  float: left;
  text-transform: none;
}
.site-preview-modal .modal-body .package-banner-links li:last-child {
  width: 50%;
  text-align: center;
}
.site-preview-modal .modal-body .package-banner-links li a {
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
}
.site-preview-modal .modal-body .package-banner-links li i {
  font-size: 18px;
  display: block;
}

.site-preview-modal .modal-body .package-banner-links li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  vertical-align: top;
}
.site-preview-modal .modal-body .package-banner-links li:after {
  width: 1px;
  background: #fff;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.site-preview-modal .modal-body .package-banner-links li a {
  display: block;
}

.site-preview-modal .modal-body .package-banner-links li:last-child:after {
  background: none;
}

.site-preview-modal .modal-body .package-banner-links li .link-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  max-width: 60%;
  text-transform: none;
}
.site-preview-modal .modal-body .package-banner-links li img {
  width: 20px;
  display: inline;
}
.site-preview-modal .modal-body .package-banner-head,
.site-preview-modal .modal-body .package-banner-head h1 {
  font-family: Oswald;
  font-size: 20px;
  /*text-transform: uppercase;*/
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
}
.site-preview-modal .modal-body .package-banner-head span {
  display: block;
}
.site-preview-modal .modal-body .package-bottom-link {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.site-preview-modal .modal-body .check-avaibility-div {
  width: 100%;
  padding: 11px 23px;
  background-color: #f8f8f8;
  border: solid 1px #e6e6e6;
  float: left;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

.site-preview-modal .modal-body .slider-section {
  width: 100%;
  float: left;
  padding: 20px 15px;
}

.site-preview-modal .modal-body .accomodation-panel {
  width: 100%;
  float: left;
  padding: 0 8px;
}

.site-preview-modal .modal-body .accomodation-panel .available-div {
  border-top: #e0e0e0 1px solid;
  width: 100%;
  position: relative;
  padding: 10px 8px 10px 10px;
  float: left;
}

.site-preview-modal
  .modal-body
  .accomodation-panel
  .available-div
  .left-section
  label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #878787;
  padding: 0 10px 0 32px;
  margin-left: 0px;
}

.site-preview-modal
  .modal-body
  .accomodation-panel
  .available-div
  .left-section
  span {
  font-size: 12px;
  line-height: 2;
  color: #878787;
  display: block;
  padding: 0 0 0 32px;
}

.site-preview-modal
  .modal-body
  .accomodation-panel
  .available-div
  .right-section {
  text-align: right;
}

.site-preview-modal
  .modal-body
  .accomodation-panel
  .available-div
  .right-section
  label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #878787;
}

.site-preview-modal
  .modal-body
  .accomodation-panel
  .available-div
  .right-section
  span {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  color: #000000;
  display: block;
}

.site-preview-modal .modal-body .accomodation-panel .checkout-note-div {
  border-top: #e0e0e0 1px solid;
  width: 100%;
  padding: 17px 8px 27px 10px;
  float: left;
  font-family: "Roboto";
  font-size: 14px;
  color: #000000;
}

.site-preview-modal .modal-body .itinerary-section {
  width: 100%;
  float: left;
  border-top: solid 1px #e0e0e0;
  padding: 20px 15px 0 25px;
}

.site-preview-modal .modal-body .itinerary-section .head-text {
  width: 100%;
  float: left;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.site-preview-modal .modal-body .itinerary-section .day-section {
  width: 100%;
  float: left;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.86;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.site-preview-modal .modal-body .itinerary-section .day-section span {
  display: block;
  font-weight: normal;
  color: #878787;
  text-transform: none;
}

.site-preview-modal .modal-body .location-div {
  width: 100%;
  float: left;
  padding: 0 15px 30px 15px;
}

.site-preview-modal .modal-body .location-div .location-panel {
  width: 100%;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0 0;
}

.site-preview-modal .modal-body .location-div .location-panel .head-text {
  width: 100%;
  float: left;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.site-preview-modal .modal-body .location-div .location-panel .map-panel {
  width: 100%;
  float: left;
  height: 300px;
  margin-bottom: 30px;
}

.site-preview-modal .modal-body .location-div .location-panel .proceed-button {
  background: #000;
  padding: 13px 0;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  border-color: #000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.4;
}

.site-preview-modal .footer-panel {
  width: 100%;
  float: left;
  height: 38px;
  background-color: #f8f8f8;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: Roboto;
  font-size: 12px;
  color: #878787;
  text-align: right;
  padding: 14px 15px;
}

.site-preview-modal .footer-panel img {
  vertical-align: middle;
  margin: -6px 0 0 3px;
}

.manual-search-div {
  right: 375px !important;
}

.manual-search-div span.form-control {
  outline: 0;
  width: 273px;
  height: 45px;
  border-radius: 22.5px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  color: #878787;
  background: url(../../images/search-icon.png) no-repeat #ffffff 12px 11px !important;
  padding: 12px 12px 4px 40px !important;
}

.manual-search-div .ui-select-bootstrap .ui-select-search {
  width: 273px !important;
  height: 45px;
  border-radius: 22.5px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  color: #878787;
  background: url(../../images/search-icon.png) no-repeat #ffffff 12px 11px !important;
  padding: 5px 12px 4px 40px !important;
}

.manual-booking-button {
  right: 0 !important;
  width: 250px;
  height: 45px;
  background-color: #000000;
}
.guest-booking-btn {
  width: 200px;
}
.manual-booking-head .manual-col-div {
  width: 20%;
  float: left;
  padding: 0 10px;
}

.manual-booking-body .manual-col-div {
  width: 20%;
  float: left;
  padding: 0 10px;
}
/* agent booking payout css  */
.agent-booking-payout {
  padding: 20px 20px 10px;
}
.agent-booking-payout .agent-payout {
  color: #878787;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.agent-payout-forms label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
.agent-payout-forms .no-btn {
  margin: 31px 0 0;
  height: 40px;
  border-radius: 0;
  width: 100%;
}
.agent-booking-completed {
  padding: 0 20px 30px;
}
.agent-booking-completed .agent-completed {
  color: #3dc37f;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.agent-booking-table.package-booking-row {
  border: #e0e0e0 1px solid;
  padding: 10px 2px;
  font-size: 14px;
  color: #878787;
}
.disabled-sidebar {
  position: relative;
}
.error-sidebar-text {
  position: relative;
  z-index: 350;
  font-size: 16px;
}
.disabled-sidebar::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 300;
}
.iframe-video-padding {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .filter-search-panel {
    margin-top: 70px !important;
    padding: 0 0 !important;
  }
  .agent-payout-forms .no-btn {
    margin: 0 0 30px;
  }
  .agent-booking-table.package-booking-row {
    padding: 10px;
  }
  .agent-booking-table.package-booking-row .logding-room {
    margin: 0 0 20px;
  }
  .agent-booking-table.package-booking-row .agent-paid {
    text-align: right;
  }
  .agent-inventry-label-wrapper {
    display: none;
  }
  .agent-inventry-container .panel-title [class^="col"],
  .agent-inventry-container .agent-middle-panel [class^="col"] {
    width: 100%;
    position: static;
  }
  .agent-inventry-container .panel-title .agent-comission,
  .agent-inventry-container .inner-box {
    margin-top: 20px;
  }
  .agent-inventry-container .panel-title .agent-edit {
    position: absolute;
    right: 45px;
    top: 0;
  }
  .agent-middle-panel .agent-edit {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .agent-inventry-container .agent-comission {
    padding: 0 0 0 25px;
  }
  .agent-inventry-container .agent-inventry-dropdown {
    top: 0 !important;
  }
  .my-site-code-box .inner-white-box .select-box.select-package-box {
    padding-left: 0;
  }
  .agent-inventry-container .agent-heading-checkbox label:before {
    content: "Adventure Name";
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .agent-inventry-container .panel-title,
  .agent-inventry-container .agent-middle-panel {
    position: relative;
  }
  .agent-middle-panel .amenite-checkbox label:before {
    content: "Slot";
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .agent-inventry-container .agent-comission:before {
    content: "Commission";
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
  }
  .filter-search-panel .search-panel {
    padding: 10px 10px !important;
  }
  .search-section-div {
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 5px;
    min-width: auto;
  }
  .daterangepicker .drp-calendar {
    max-width: 100% !important;
  }
  /* line 3, ../sass/before-login/_logins.scss */
  .before-login .login-bg {
    height: auto;
    padding-bottom: 30px;
  }
}
/* line 23, ../sass/before-login/_logins.scss */
.before-login .login-bg:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
}
/* line 29, ../sass/before-login/_logins.scss */
.before-login .login-bg h1 {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 17px;
  margin-bottom: 30px;
}
/* line 34, ../sass/before-login/_logins.scss */
.before-login .login-bg .logo {
  position: absolute;
  top: 25px;
  left: 75px;
}
/* line 39, ../sass/before-login/_logins.scss */
.before-login .login-bg .login-box {
  width: 95%;
  height: auto;
  min-width: auto;
  min-height: auto;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 2em 2em;
}
/* line 52, ../sass/before-login/_logins.scss */
.before-login .login-bg .login-box .login-box-content {
  text-align: left;
}
@media (min-width: 768px) {
  /* line 57, ../sass/before-login/_logins.scss */
  .before-login .login-bg .login-box {
    width: 30%;
    min-width: 450px;
  }
}
@media (max-width: 767px) {
  /* line 66, ../sass/before-login/_logins.scss */
  .before-login .login-bg .login-box {
    vertical-align: top;
  }
  .agent-count-panel .commission-icon,
  .agent-count-panel .icon-tobepaid,
  .agent-count-panel .icon-shared,
  .agent-count-panel .icon-manual {
    max-width: 100%;
  }
  /* line 69, ../sass/before-login/_logins.scss */
  .before-login .login-bg .logo {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    margin: 20px 20px 20px;
  }
}
/* line 77, ../sass/before-login/_logins.scss */
.before-login .login-bg .action-btn {
  margin-top: 10px;
}
/* line 79, ../sass/before-login/_logins.scss */
.before-login .login-bg .action-btn .btn {
  height: 60px;
  line-height: 50px;
  padding: 6px;
}
/* line 87, ../sass/before-login/_logins.scss */
.before-login .form-group {
  margin-bottom: 20px;
}
/* line 90, ../sass/before-login/_logins.scss */
.before-login .forgot-password {
  text-align: center;
  margin-top: 20px;
}
/* line 93, ../sass/before-login/_logins.scss */
.before-login .forgot-password .forgot-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
/* line 99, ../sass/before-login/_logins.scss */
.before-login .forgot-password .forgot-link span {
  margin-right: 5px;
}
/* line 102, ../sass/before-login/_logins.scss */
.before-login .forgot-password .forgot-link span:last-child {
  margin-right: 0px;
}
/* line 108, ../sass/before-login/_logins.scss */
.before-login .forgot-password-box {
  color: #878787;
}
/* line 110, ../sass/before-login/_logins.scss */
.before-login .forgot-password-box .register-email {
  padding-right: 20px;
  line-height: 24px;
  font-size: 16px;
}
/* line 114, ../sass/before-login/_logins.scss */
.before-login .forgot-password-box .register-email a {
  color: #0065d8;
}

/* before Login Pages | end */

/*Opertor Login close*/

.m-t-1 {
  margin-top: 10px;
}
.m-b-1 {
  margin-bottom: 10px;
}
.m-b-2 {
  margin-bottom: 20px;
}
.m-b-3 {
  margin-bottom: 30px;
}
.m-r-1 {
  margin-right: 0px;
}
.m-r-1 {
  margin-right: 10px;
}
.m-l-1 {
  margin-left: 10px;
}
.m-x-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-t-0 {
  padding-top: 0;
}
.p-t-1 {
  padding-top: 15px;
}
.p-t-2 {
  padding-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.light-color {
  color: #787878;
}
.bold-font {
  font-weight: 500;
}
/*filter page style*/
.filter-search-box {
  padding: 0 0px;
  background: #fff;
}
.search-background {
  background: #fff;
  width: 100%;
  float: left;
  padding: 15px 30px;
}
.search-background .search-panel {
  border: 1px solid #dddddd;
  width: 100%;
  float: left;
}
/*filter css*/
.filter-wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.filter-wrapper.toggled {
  padding-left: 235px;
}

.sidebar-wrapper {
  z-index: 999;
  position: absolute;
  left: 245px;
  width: 0;

  min-height: 100%;
  /*height: 100%;*/
  margin-top: 20px;
  top: 0px;
  margin-left: -235px;
  overflow: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-wrapper .panel-group {
  width: 235px;
}
.sidebar-wrapper.activity-wrapper {
  min-height: auto;
}
.filter-wrapper.toggled .sidebar-wrapper {
  width: 235px;
}

.page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0 15px;
}

.filter-wrapper.toggled .page-content-wrapper {
  position: absolute;
  margin-right: -235px;
}
.filter-wrapper {
  padding-top: 20px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto";
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  /*border-bottom: 1px solid #ccc; */
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #787878;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #999999;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
/*checkbox style*/
input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -33px;
  padding-left: 11px;
  background: url(../../images/radio-button-sprite.svg) no-repeat 0 0px;
  line-height: 23px;
  padding-top: 0px;
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  background-size: 22px;
  height: 24px;
}
input[type="radio"]:not(old):checked + label {
  background-position: 0 0px;
  font-weight: 500;
  background: url(../../images/radio-button-sprite.svg) no-repeat 0 -30px;
  background-size: 22px;
  font-size: 15px;
  line-height: 23px;
}
input[type="checkbox"]:not(old) + label {
  display: inline-block;
  margin-left: -33px;
  padding-left: 8px;
  background: url(../../images/check.png) no-repeat 0 -78px;
  line-height: 24px;
  /*padding-top: 2px !important;*/
  color: #787878;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.calendar-bar input[type="checkbox"]:not(old) + label:before {
  content: "";
  background: #fff;
  height: calc(100% - 78px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  margin-top: 78px;
}
input[type="checkbox"]:not(old):checked + label {
  background-position: 0 0px;
}

.inner-nav {
  display: none;
}
.inner-nav li {
  margin-left: 25px;
}
input[type="checkbox"]:not(old):checked + .inner-nav {
  display: block;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.filterbtn-container {
  position: absolute;
  left: 10px;
  padding-top: 10px;
  height: 60px;
  z-index: 2;
}
/*accordian style*/
.sidebar-wrapper .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  border-bottom: 1px soild #efefef;
  font-family: "Roboto";
  font-weight: 400;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.panel-title:before {
  content: "";
  background: url(../../images/plus.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 19px;
}
.panel-title:after {
  content: "";
  background: url(../../images/minus.png) no-repeat;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 23px;
  display: none;
}
.sidebar-wrapper .panel-title {
  font-size: 14px;
}
.sidebar-wrapper .panel {
  border: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.sidebar-wrapper .panel .panel-body {
  border-top: 0 !important;
}
.sidebar-wrapper .panel-group {
  padding: 0 15px;
}
.filter-btn {
  border-color: #dddddd;
  background: #fff;
  border-radius: 0;
  color: #000;
  font-size: 20px;
}
.filterbtn-container a {
  cursor: pointer;
}
.filter-btn img {
  width: 20px;
  height: 20px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn:active {
  border-color: #dddddd;
  background: #fff;
  color: #000;
  outline-offset: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.filter-select-icon {
  float: left;
  /*min-width: 80px;*/
  display: block;
  text-align: center;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #dddddd;
  margin: 5px 10px 0 0;
  position: relative;
  color: #8f8f8f;
}
.filter-clear-icon {
  float: left;
  display: block;
  text-align: center;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #000;
  margin: 5px 10px 0 0;
  position: relative;
  color: #000000;
}

.filter-show-section {
  padding-left: 265px;
  /* margin-top: 10px; */
}

/*.activity-banner{
  margin-top :200px;
}*/

.activity-name {
  padding-top: 30px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: Oswald;
  font-size: 46px;
  font-weight: 300;
  color: #000000;
  float: left;
}
.filter-show-section-activity {
  margin-top: 20px;
}
.float-container {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  height: 100%;
}
.filter-border {
  margin: 0 10px;
  color: #878787;
}
.filter-right-div {
  padding: 20px 0;
}
.filter-right-div ul {
  list-style-type: none;
  margin: 0;
  float: right;
  padding: 0;
}
.filter-right-div ul li {
  float: left;
  font-weight: 400;
  color: #878787;
  font-family: "Roboto", sans-serif;
}
.filter-select-icon .close-icon {
  float: right;
  margin-left: 10px;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.filter-select-icon .filter-text {
  float: left;
}
.colleps-head {
  font-weight: 400;
  font-size: 14px;
}
.sort-filter-div {
  padding-right: 0;
}
input[type="checkbox"]:not(old):checked ~ .inner-nav {
  display: block;
}
h4[aria-expanded="true"]:before {
  display: none;
}
h4[aria-expanded="true"]:after {
  display: block;
}
.filter-search-panel {
  float: left;
  width: 100%;
  background: #fff;
  /* margin-top: -40px; */
  z-index: 9998;
  border-bottom: 0 solid #dddddd;
  padding: 0 0;
}
.activity-filter-container .filter-search-panel {
  /* margin-top: -20px; */
}
.filter-search-panel .search-panel {
  float: left;
  width: 100%;
  background: #fff;
  max-height: 74px;
  height: 100%;
  border-left: none;
  padding: 15px;
  z-index: 99;
}
.filter-search-panel .search-panel .column-1 {
  /*border-bottom: 1px solid #ddd;*/
  border-left: 1px solid #ddd;
}
.filter-search-panel form {
  height: 100%;
}
.filter-apply-btn {
  position: relative;
  bottom: 20px;
  left: 16px;
  width: 150px;
  padding: 14px;
  border: 0;
  margin-top: 30px;
  border-radius: 0;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.black-header .nav > li em {
  border-right: 1px solid #616161;
  display: block;
}
.header-search {
  position: relative;
  color: #fff;
  font-weight: 100;
  font-size: 15px !important;
  display: inline-block;
  /*top: 9px;*/
  /*margin-top: 14px;*/
  /*margin-right: 17px;*/
}
.only-tablet {
  display: none !important;
}
.sort-btn {
  display: none;
}
.filter-header {
  display: none;
}
.filter-apply-hide {
  margin-left: -350px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-wrapper .filter-header {
  display: none;
}
/*.page-content-wrapper .mb-featured:first-child{
        padding-left: 15px;
}*/
/*.page-content-wrapper .mb-featured:last-child{
    padding-right: 15px;
    margin-bottom: 15px;
}*/
.sort-icon {
  margin-right: 10px;
}
.close-search {
  display: none !important;
}
.height100 {
  height: 100%;
}
.range-div label {
  display: block;
}
.range-div .form-control {
  width: 100px;
  display: inline-block;
}
.btn-range {
  padding: 6px 0px;
  font-size: 20px;
  width: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  /*line-height: 28px;*/
  height: 40px;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: 0;
}
.btn-left {
  left: 5px;
}
.btn-right {
  right: 5px;
}
.filter-div-margin {
  margin-top: -5px;
  margin-bottom: 20px;
  padding-left: 25px;
  /*display: none;*/
}
/*operator section start*/
.tab-section {
  padding-top: 73px;
}
.agent-operator-section {
  padding-bottom: 75px;
  height: auto;
}
.operator-sidebar {
  width: 250px;
  position: fixed;
  height: calc(100% - 75px);
  z-index: 300;
  left: 0;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 0;
  opacity: 1;
  background: #fff;
  overflow-y: auto;
}
.icon-fill-calendar {
  margin-right: 10px !important;
  font-size: 25px !important;
  top: 13px;
  position: absolute;
  left: 20px;
}
.icon-fill-payment {
  margin-right: 10px !important;
  font-size: 25px !important;
  top: 16px;
  position: absolute;
  background: url(../../images/combined-shape-black.svg) no-repeat;
  left: 20px;
  width: 36px;
  height: 36px;
  opacity: 0.5;
}
.icon-guest-payment {
  margin-right: 10px !important;
  font-size: 25px !important;
  top: 16px;
  position: absolute;
  background: url(../../images/guest-form-icon.svg) no-repeat;
  left: 20px;
  width: 36px;
  height: 36px;
  opacity: 0.5;
}
.operator-sidebar .nav li a:hover .icon-fill-payment,
.operator-sidebar .nav li a:hover .icon-guest-payment {
  opacity: 1;
}

.operator-sidebar .nav li.active a .icon-fill-payment,
.operator-sidebar .nav li.active a .icon-guest-payment {
  opacity: 1;
}

.side-tab-panel {
  background: #fff;
  border: 1px solid #ccc;
}
.list-header {
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-bottom: 0;
  position: relative;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000;
  background-color: #f2f2f2;
  font-weight: 700;
  text-transform: uppercase;
}
.operator-sidebar .list-header,
.operator-sidebar .side-tab-panel {
  border-right: 0;
}

.operator-sidebar .nav > li > a {
  padding: 20px 15px 20px 61px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  position: relative;
  margin: 0;
  text-transform: inherit !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.operator-sidebar .nav > li > a:hover {
  color: #000;
  background: none;
}
.operator-sidebar .nav > li.active > a em,
.operator-sidebar .nav > li:hover a em {
  position: absolute;
  width: 4px;
  background: #000;
  height: 100%;
  left: 0;
  top: 0;
}
.operator-sidebar ul li a i {
  margin-right: 10px;
  font-size: 25px;
  top: 13px;
  position: absolute;
  left: 20px;
}

.operator-sidebar ul li a span.manual-payment-icon {
  background: url(../../images/combined-shape-grey.svg) center no-repeat;
}

.nav-stacked > li + li {
  margin: 0;
}
.tab-section .tab-content {
  padding-left: 270px;
}
.tab-section .tab-content .tab-pane {
  padding-top: 115px;
  height: 100%;
}
.header-div {
  width: 100%;
  position: fixed;
  padding: 0px 0;
  /* border-bottom: 1px solid #ccc; */
  left: 0;
  padding-left: 270px;
  padding-right: 15px;
  background: #f2f2f2;
  z-index: 200;
}
.fixed-head {
  font-size: 36px;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Oswald";
  font-weight: 300;
}
.package-main-panel .nav-tabs li {
  /* width: 13.28%; */
  position: relative;
  background: #fff;
  flex-grow: 1;
}

.nav-tabs > li.active em {
  display: block;
  background: #000;
  width: 100%;
  /*border-bottom: 2px soild;*/
  height: 3px;
  position: absolute;
  bottom: 0;
}
/*.package-main-panel .nav-tabs>li.active a .right-sign-green{
    display: inline-block;
}*/
.add-sloat-container {
  height: 265px;
  background-color: #f8f8f8;
  border: solid 1px #dddddd;
  width: 100%;
}
.edit-discount-container {
  height: auto;
  float: left;
  padding: 20px 0;
}
.add-sloat-btn {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  width: 130px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
  padding: 9px;
}
.add-discount-btn {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  width: 132px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
  padding: 9px;
}
.edit-stay-discount {
  width: 200px;
}
.airport-msg {
  text-transform: none;
}
.add-discount-row .slot-edit-btn {
  top: 0;
}
.add-discount-row .slot-edit-btn a {
  line-height: 20px;
}
.add-discount-btn:focus {
  outline: 0;
}
.add-sloat-btn:focus {
  outline: 0;
}
.option-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #aaaaaa;
  position: absolute;
  right: 15px;
  top: 0;
}
.add-more-btn {
  padding: 10px 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
}
.bold-font {
  font-weight: 500 !important;
}
.amenite-checkbox {
  position: relative;
}
.amenite-checkbox input[type="checkbox"] {
  left: 0;
  margin: 0;
  top: 0;
}
.amenite-checkbox input[type="checkbox"]:not(old) + label {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}
.amenite-checkbox input[type="radio"]:not(old) + label {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 5px;
  background-size: 18px;
  line-height: 19px;
  cursor: pointer;
}
.amenite-checkbox input[type="checkbox"]:not(old):checked + label {
  background-position: 0px 3px;
  color: #000000;
}
.amenite-checkbox
  input[type="checkbox"]:not(old):checked
  + label.terms-agreement {
  background-position: 0px 3px;
  color: #787878;
}
.add-btn-margin {
  margin-top: 23px;
}
.modal-content .add-btn-margin .ok-btn {
  margin-left: 10px;
}
.cancel-policy input[type="radio"] {
  z-index: 2;
}
.cancel-policy input[type="radio"]:not(old) + label {
  padding-left: 35px;
  top: 0;
  z-index: 2;
  margin: 0;
}
.package-main-panel .tab-content {
  position: relative;
  float: left;
  width: 100%;
}
.cancel-policy .label-text {
  top: 0;
  color: #787878;
  letter-spacing: 0;
}
.cancel-policy input[type="radio"]:not(old):checked + label .label-text {
  color: #000;
}
.fill-amount-box {
  padding-left: 35px;
  margin-top: 40px;
}
.btn-section {
  position: fixed;
  bottom: 0;
  padding: 0;
  background: #f3f3f3;
  width: 100%;
  text-align: right;
  z-index: 999;
  left: 0;
}
.next-btn {
  width: 120px;
  height: 40px;
  background-color: #000000;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 15px;
}
.next-btn:disabled {
  opacity: 0.5;
}
.next-btn[disabled]:hover,
.next-btn[disabled]:focus {
  background-color: #000000;
}
.next-btn:hover,
.next-btn:focus {
  color: #ffffff;
}
.save-btn {
  width: 120px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto";
  font-size: 15px;
  border-radius: 0;
  margin-right: 10px;
  font-weight: 400;
}
.location-btn {
  width: 100%;
  height: 33px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto";
  font-size: 12px;
  border-radius: 0;
  font-weight: 500;
}
.calendar-section .filter-col .location-btn {
  width: 100%;
  height: 33px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto";
  font-size: 12px;
  border-radius: 0;
  font-weight: 500;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.calendar-section .filter-col .location-btn:hover {
  color: #000;
}
.save-large-btn,
.save-large-btn:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-weight: normal;
  margin-right: 15px;
}
.pervious-btn {
  color: #8a8a8a;
  font-size: 14px;
  float: left;
  display: inline-block;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.sloat-header {
  height: auto !important;
  font-family: "Oswald";
}
.cross-btn {
  display: inline-block;
  width: 25px;
}
.calendar-close {
  width: 100% !important;
}
.calendar-close i {
  right: 15px;
  position: relative;
  float: right;
  top: 8px;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
.package-date-picker {
  overflow: auto;
}
.modal-body .package-sub-panel {
  padding-bottom: 0px;
}
.modal-body .package-sub-panel .location-select.summary-select {
  height: 45px;
}
.package-sub-panel .error-message {
  position: absolute;
  left: 0;
  bottom: 0;
}
.package-sub-panel .error {
  display: block;
  color: #df2a2a;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 13px;
}

.package-date-picker .demo i {
  bottom: 10px;
}
.add-btn {
  width: 193px;
  height: 50px;
  background-color: #000000;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 15px;
}
.add-btn:hover,
.add-btn:focus {
  color: #fff;
}
.reject-btn,
.reject-btn:hover,
.reject-btn:focus {
  color: #000 !important;
  background: #fff;
  border: #000 1px solid;
}
.mobile-tabs {
  display: none;
}
.blac-hover:active,
.blac-hover:hover,
.blac-hover:focus {
  background: #000;
  color: #fff;
}
.update-slots-row {
  background: #f5f5f5;
  border: #ddd 1px solid;
  margin: 0;
  padding: 15px 0;
}
.update-slots-row .update-sm-12 {
  padding-bottom: 10px;
}
.add-slot-row {
  border: solid 1px #dddddd;
  width: 100%;
  margin-bottom: 10px;
  color: #787878;
  font-size: 14px;
  overflow: hidden;
  background: #fff;
  /*line-height: 40px;*/
  padding: 10px 0;
  position: relative;
}
.add-slot-row label {
  text-transform: none;
}
.add-slot-row label:first-child {
  padding-left: 12px;
}
.update-slots-row .price-sm-col {
  width: 24%;
  padding: 0;
}
.slots-bottom-button .expired {
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
.slots-bottom-button .col-xs-12 {
  padding-right: 0;
}
.slots-bottom-button .more-slot-btn {
  min-width: 100%;
  background: #fff;
  font-weight: normal;
}
.btn.discount-btn {
  min-width: 100%;
  background: #000;
  font-weight: normal;
  color: #fff;
}
.slot-edit-btn {
  text-align: right;
  position: absolute;
  right: 6px;
  top: 5px;
}
.slot-edit-btn a {
  font-size: 20px !important;
  color: #000;
  margin: 0 3px;
  display: inline-block;
  font-weight: bold;
}
.slot-edit-btn a {
  margin: 0 9px;
}
.Lodging-section .label-text {
  letter-spacing: 0;
}
.Lodging-section .add-slot-row {
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0;
}
.Lodging-section .add-slot-row.row-editing {
  border: solid 1px #dddddd;
}
.Lodging-section .add-slot-row .logding-room {
  font-weight: bold;
  color: #000;
}
.Lodging-section .slot-edit-btn {
  top: -5px;
}
.Lodging-section .amenite-checkbox label {
  color: #000;
  text-transform: inherit;
}
.Lodging-section .btn-time-period {
  /*margin:0;*/
  padding: 0 30px;
}
.more-slot-btn {
  height: 40px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 15px;
}
.publish-caption {
  font-family: Roboto;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  color: #878787;
}
.large-btn {
  height: 50px;
  width: 193px;
}
.medium-btn {
  height: 50px;
  width: 140px;
  margin: 0 10px;
}
.ok-btn {
  width: 120px;
  height: 40px;
  background-color: #000000;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
}
.done-modal {
  width: 400px !important;
}
.done-modal .modal-content {
  border-radius: 0px;
  padding: 30px 0;
  overflow: hidden;
}
.done-modal .modal-content .modal-body {
  background: transparent;
}
.gallery-sloat-container {
  height: 248px;
  border: dashed 1px #979797;
  width: 100%;
  text-align: center;
  /*vertical-align: middle;*/
  /*display: table;*/
  margin-bottom: 10px;
}
.single-gallery-container .upload-container {
  padding-top: 70px;
}
.featured-image-container {
  height: 248px;
  border: solid 1px #ddd;
  width: 100%;
  background: #eee;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.featured-image-container.featured-image-adventure {
  height: auto;
}
.change-image {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 10px;
}
.img-preview .change-image {
  right: 15px !important;
  bottom: 30px !important;
}
.change-image label.next-btn {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin-right: 0;
}
.change-image label input[type="file"] {
  opacity: 0;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 0;
  /*left: 0;*/
  cursor: pointer;
  z-index: 9;
  font-size: 0;
}
.crop-image-popup .modal-body {
  padding: 20px;
}
.crop-image-popup .btn {
  margin-top: 5px;
}
.crop-image-popup .next-btn {
  margin-right: 0;
}
.image-gallery-container ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
.image-gallery-container li {
  /*width:25%;*/
  width: 200px;
  list-style: none;
  float: left;
  padding: 10px;
  text-align: center;
  height: 150px;
  margin-bottom: 10px;
}
.image-gallery-container li .image-plus {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.image-gallery-container .add-image-box {
  border: dashed 1px #979797;
  background: none;
  position: relative;
  display: table;
}
.image-gallery-container .add-image-box span {
  display: block;
  /*padding-top: 25px;*/
  text-align: center;
  font-size: 14px;
}
.image-gallery-container .add-image-box span + span {
  padding-top: 17px;
}
.image-gallery-container .add-image-box span img {
  height: 22px;
  width: 22px;
}
.image-gallery-container .add-image-box input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}
.image-gallery-container li div {
  border: solid 1px #eee;
  background: #eee;
  height: 150px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.image-gallery-container li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-gallery-container .btn-close-gallery {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 29px;
  width: 29px;
  padding: 4px 7px;
  cursor: pointer;
}
.image-gallery-container .btn-close-gallery:hover,
.image-gallery-container .btn-close-gallery:focus {
  background: rgba(0, 0, 0, 1);
}
.image-gallery-container .btn-close-gallery img {
  height: 13px;
  width: 13px;
}
.upload-container {
  padding: 10px;
  width: 100%;
  position: relative;
  /*    display: table-cell;
    vertical-align: middle;
*/
  height: 200px;
}
.upload-container p {
  color: #9b9b9b;
  font-size: 14px;
}
.upload-container .next-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  height: 35px;
}
.upload-text {
  text-decoration: underline;
  margin: 10px 0;
}
#operator-image .upload-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}

#operator-image .upload-container .upload-text {
  width: 100%;
}
/*.gallery-file-type {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
    height:248px;
}
*/
.gallery-file-type {
  width: 100%;
  height: 240px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0;
}
/*.gallery-file-type input[type="file"]{
  display: inline-block;
  padding: 20px;
  opacity: 0;
  width: 100%;
  height:248px;
  cursor: pointer;
}*/
.gallery-file-type input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.container-border {
  border: 1px solid #e2e2e2;
  padding: 15px 20px 15px 20px;
}
.left-minus-btn {
  float: left;
  width: 45px;
  text-align: center;
  left: 1px;
}
.left-input-btn {
  float: left;
  left: -1px;
}
.right-plus-btn {
  left: -1px;
}
.operator-sidebar {
  text-align: left;
}
.operator-btn {
  position: relative;
  left: 0;
  width: 50px;
  display: none;
  top: 24px;
  float: left;
  /*z-index: 9999;*/
  cursor: pointer;
}
.operator-sidebar.sidenav {
  background: transparent;
  top: 15px;
  overflow: hidden;
}
.operator-sidebar.sidenav .closebtn {
  line-height: 18px;
  font-size: 60px;
  color: #999;
  display: none;
}
.operator-sidebar.sidenav a:hover {
  color: #878787;
}
.operator-footer-bar {
  display: block;
  height: 74px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e2e2e2;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  padding: 20px 20px;
}
.opt-pagi {
  /*  position: absolute;
    left: 10px;
    top: 25px;*/
  float: left;
  margin-top: 10px;
}
.opt-div {
  width: 23px;
  height: 23px;
  display: inline-block;
  background-color: #3dc37f;
  border-radius: 60px;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
.opt-text {
  font-family: Roboto;
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
  color: #878787;
}
.opt-deactive {
  /*    overflow: hidden;
    text-align: center;
    line-height: 70px;
*/
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 8px;
  max-width: 110px;
  cursor: pointer;
}

.opt-deactive-icon {
  display: inline-block;
}

.listing-droplist {
  padding: 0 15px 25px;
}
.custom-select {
  border: 1px solid #ccc;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff url("../../images/arrowdown.gif") no-repeat 98% 50%;
}

.custom-select select {
  padding: 12px 20px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select select:focus {
  outline: none;
}

.cropArea {
  background: #e4e4e4;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.header-index {
  z-index: 9999 !important;
}
.search-field .error {
  position: absolute;
  bottom: -23px;
  left: 0;
}
.pac-container {
  z-index: 999;
}
.pac-container.filter-search {
  /* position: fixed !important; */
  top: 198px !important;
}
.text-area-div .form-control {
  height: auto;
}

/*New chagne*/
.new-addon .form-control {
  padding: 6px 8px;
}
.add-on-left {
  float: left;
  width: 12%;
}
.add-on-right {
  float: left;
  width: 88%;
}
.success-div-height {
  height: auto !important;
}
.add-more-section .form-control {
  height: 50px;
}
.add-ons-new-btn {
  width: 60px;
  height: auto;
  padding: 11px 15px;
  position: relative;
  border-radius: 2px;
  line-height: 15px;
  margin-top: 29px;
}
.add-more-section .kids-input-div {
  float: left;
  width: 26%;
}
.add-more-section .price-checkbox:nth-child(2) {
  width: 30%;
}
.add-more-section .price-checkbox:last-child {
  width: 35%;
}
.add-more-section .price-checkbox {
  float: left;
  padding: 13px 5px;
  background: #efefef;
  border: 1px solid #dddddd;
  margin-top: 21px;
  margin-left: -1px;
}
.add-more-section .price-checkbox input[type="checkbox"]:not(old) + label {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
}
.right-button {
  position: absolute;
  right: -15px;
}
.add-more-section .add-slot-row label {
  color: #8c8c8c;
}
.add-more-section .add-slot-row label.hide-for-lg {
  color: #000;
}
.add-more-section .add-slot-row .slot-edit-btn a {
  margin: 0 5px;
}
.edit-input-width {
  max-width: 150px;
}
.add-ons-edit-section {
  float: left;
  width: 100%;
}
.add-ons-edit-section .add-btn-margin {
  margin-top: 5px;
}
.hide-for-lg {
  display: none;
}
/*#cancellationPolicy{
  display: none;
}*/
.operator-edit ul.nav-tabs li {
  width: 33% !important;
  position: relative;
}
.operator-edit .nav-tabs li:last-child a:after {
  position: relative;
}
.add-sloat-popup .modal-footer {
  border: 0;
}
.check-list {
  position: relative;
  float: left;
  width: 100%;
}
.check-list .error-message {
  bottom: -10px;
}
.active-section {
  position: relative;
}
.active-section .error-message {
  bottom: 0px;
  left: 0;
}
.Lodging-section .error-message {
  bottom: -10px;
  left: 15;
}
/* .z-index7{
  width: 9% !important;
}
.z-index9 {
  width: 10% !important;
  z-index: 9;
}
.z-index6{
  width: 13% !important;
}
.z-index5{
  width: 10% !important;
}
.z-index4{
  width: 10% !important;
}
.z-index3{
  width: 10% !important;
}
.z-index2{
  width: 19% !important;
}
.z-index1{
  width: 19% !important;
} */
/* .z-index1 a{
  text-align: center !important;
} */
.activePackage .list-footer .btn-link {
  float: left;
  width: 50%;
}
.inactivePackage .list-footer button:first-child {
  width: 100%;
  border-right: 0;
}
.inactivePackage .list-footer button:last-child {
  display: none;
}
.inactivePackage .list-footer a:first-child {
  width: 100%;
  border-right: 0;
}
.expiredPackage .list-footer a:nth-child(2) {
  /*width: 100%;*/
  border-right: 0;
}

.upcomingPackage .list-footer a:first-child {
  width: 100%;
  border-right: 0;
}
.upcomingPackage .list-footer button:last-child {
  display: none;
}
.upcomingPackage .list-footer a:first-child {
  width: 100%;
  border-right: 0;
}
.upcomingPackage .list-footer button:last-child {
  display: none;
}
.expiredPackage .list-footer button:last-child {
  width: 100%;
  border-right: 0;
}
.slots-middle .sp-center i {
  font-size: 25px;
}
.url-new-btn {
  position: absolute;
  width: 130px;
  z-index: 12;
  right: 0;
  padding: 0;
  top: 0px;
  height: 41px;
}
.package-sub-panel .demo input {
  border-radius: 0;
}
.full-section {
  float: left;
  width: 100%;
}
.add-ons-div input.form-control {
  border: 0;
}
.after-edit {
  border: 0 !important;
}
.after-edit input.form-control {
  border: 1px solid #dddddd;
}
.list-1 i {
  font-size: 25px;
  color: #ccc;
}
.adventure-padding {
  /* padding-bottom: 100px !important; */
  padding-bottom: 70px !important;
}
.add-name-col-width {
  max-width: 190px;
}
.add-more-section .form-group {
  margin-bottom: 10px;
  line-height: 20px;
}
.add-slot-row label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.duration-row .add-slot-row {
  padding: 15px 0 20px;
}
.duration-row .slot-edit-btn {
  top: 22px;
  z-index: 100;
}
.duration-row label {
  margin-bottom: 5px;
  padding-left: 0 !important;
  text-transform: uppercase;
}
.package-social i {
  position: relative;
  top: 2px;
}
.kids-price-input {
  padding-right: 0;
  padding-left: 20px;
}
.package-main-panel .nav-tabs > li:last-child a {
  text-align: center !important;
  padding-right: 10px;
}
.referal-box {
  position: relative;
  margin-top: 20px;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.referal-box:hover .tooltip-rate {
  display: block;
}
.tooltip-rate {
  width: 250px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 35px;
  display: none;
  z-index: 99;
  text-align: left;
  font-family: "Roboto";
  position: absolute;
  right: 7px;
}
.tooltip-rate::after {
  position: absolute;
  top: -11px;
  left: 111px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  content: "";
}
.tooltip-rate::before {
  position: absolute;
  top: -12px;
  left: 110px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.tooltip-rate p {
  color: #787878;
}
.upload-after-uicover {
  width: 100%;
  height: 180px;
  position: relative;
}
.upload-after-uicover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.ui-cover-change-btn{
  width: 100px;
  cursor: pointer;
  height: 30px;
}
.ui-cover-change-btn span{
  width: 100%;
}*/
.ui-profile-pic-after {
  width: 100px;
  float: left;
  margin-left: 15px;
}
.ui-profile-pic-after label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-left: 0;
}
#video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
}

.video-responsive {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.video-responsive video {
  min-width: 100%;
  min-height: 100%;
}

.homepage-header-container {
  margin: 0;
  height: 100%;
}

/*----feed-popup----*/
.share-feed-div {
  width: 100%;
  float: left;
}
.share-profile-div {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.share-feed-div .form-control {
  padding: 6px 10px;
}
.share-profile {
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #979797;
}
.share-profile img,
.share-cover img {
  width: 100%;
  height: 100%;
}
.share-user-name {
  float: left;
  width: 75%;
  margin-left: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-top: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-feed-div .order-input {
  padding: 0 0px;
}
.share-cover-panel {
  width: 100%;
  float: left;
  margin: 20px 0;
  position: relative;
  min-height: 150px;
}
.share-cover {
  float: left;
  width: 180px;
  height: 150px;
  position: absolute;
  left: 0;
  border: 1px solid #ebebeb;
}
.share-profile-info {
  float: left;
  width: 100%;
  padding: 0 10px 0 195px;
}
.share-head {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.share-content {
  font-size: 14px;
  color: #878787;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.feed-padding {
  padding-bottom: 0px !important;
}
.placeholder-div {
  padding: 8px 6px 2px 6px;
}
.consumer-main-panel {
  padding-left: 250px;
}
.consumer-main-panel .container {
  width: 100%;
}
.operator-profile-list span.tab-text {
  margin-left: 0 !important;
}
.operator-sidebar .side-tab-panel {
  border-bottom: 0;
  border-left: 0;
}
.analytics-head {
  width: 50%;
}
.analytics-mid-panel {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.analytic-right-panel {
  float: right;
  /* margin: 10px 0 0 0; */
}
.analytics-count-panel {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.agent-count-panel .col-md-2 {
  width: 20%;
}
.agent-view-btn a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 11px 30px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  display: inline-block;
}

.select-agent-advent {
  font-size: 14px;
  color: #707070;
  margin: 25px 0 20px;
}
.agent-inventry-container {
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  background-color: #fff;
}
.agent-inventry-label-wrapper {
  overflow: hidden;
  font-size: 15px;
  color: #989696;
  font-weight: 500;
  padding-bottom: 10px;
}
.agent-inventry-container .panel,
.agent-inventry-container .panel .panel-heading {
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.agent-inventry-container .panel-default > .panel-heading {
  padding: 15px 0 !important;
}
.agent-inventry-container .agent-inventry-dropdown {
  position: absolute;
  right: 15px;
  top: 17px;
}
.agent-inventry-container .panel-group .panel {
  border-top: solid 1px #dedede;
  padding: 0;
  margin: 0;
  position: relative;
}

.agent-inventry-container .panel-title {
  overflow: hidden;
}
.agent-inventry-container .agent-heading-checkbox label {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  word-break: break-word;
}
.agent-inventry-container .panel-body {
  border-top: 0 !important;
  padding: 0;
}
.agent-inventry-breadcrumbs {
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
}
.agent-inventry-breadcrumbs span {
  color: #888;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.agent-inventry-breadcrumbs span.inventry-name {
  font-family: "Oswald";
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 500;
}
.agent-inventry-container .agent-comission {
  width: 70px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 22px;
}
.agent-inventry-container .agent-uncheck-comission {
  color: #787878;
}
.agent-inventry-container .panel-title:before {
  display: none;
}
.agent-inventry-container .panel-title a,
.agent-inventry-container .panel-title a:hover {
  color: #afafaf;
}
.agent-inventry-container .panel-title a[aria-expanded="true"] .accordion_icon {
  transform: rotate(180deg);
}
.agent-inventry-container .agent-head-panel {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 500;
}
.agent-inventry-container .agent-middle-panel {
  border-top: solid 1px #dedede;
  padding: 15px 0;
  margin-left: 40px;
}
.agent-inventry-label-wrapper .agent-adventure-name {
  padding-left: 40px;
}
.agent-inventry-container .inner-box {
  margin-left: -40px;
}
.operator-agent-conatiner .booking-big-head {
  margin: 30px 0 10px;
}
.operator-agent-conatiner .nav-internal {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.operator-agent-conatiner .agent-tabs-btn .btn-list-export {
  position: static;
  float: none;
  margin: 0 0 0 10px;
}
.operator-agent-conatiner .agent-tabs-btn .btn-list-export.btn-black-outline {
  background: #fff;
}
.operator-agent-conatiner .nav-tabs li {
  float: left;
}
.operator-agent-conatiner .page-tab {
  padding-top: 8px;
  padding-bottom: 8px;
}
.operator-agent-conatiner .page-tab li a {
  padding: 6px 20px;
  font-size: 14px;
  color: #738294;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  min-width: 145px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.operator-agent-conatiner .page-tab li a:focus,
.operator-agent-conatiner .page-tab li a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #738294;
}
.operator-agent-conatiner .page-tab li a span.badge {
  background-color: #738294;
  position: static;
  color: #fff;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  height: auto;
  display: inline-block !important;
}
.operator-agent-conatiner .page-tab li.active a,
.operator-agent-conatiner .page-tab li.active a:focus,
.operator-agent-conatiner .page-tab li.active a:hover {
  color: #fff !important;
  background-color: #0065d8 !important;
}
.operator-agent-conatiner .page-tab li.active a .badge {
  display: none;
}
.operator-agent-conatiner .booking-mid-head {
  padding: 0;
  background: transparent;
}
.operator-agent-conatiner .booking-dropdwon {
  top: 7px;
}
.operator-agent-conatiner a.view-details-page {
  text-decoration: underline;
  color: #0065d8;
  font-size: 15px;
  cursor: pointer;
  margin-right: 10px;
}
.operator-agent-conatiner a + a {
  margin: 0 15px;
  display: inline-block;
}
.operator-agent-conatiner a.view-details-page.red {
  color: #ff0000;
}
.operator-agent-conatiner .booking-mid-head .book-last-col {
  padding: 7px 0 0;
}
.input-group-lg img {
  width: 20px;
}
.count-sub {
  float: left;
  width: 100%;
  border: solid 1px #e2e2e2;
  background: #fff;
  height: 80px;
}
.addon-div {
  float: left;
  height: 100%;
  width: 100px;
  background: #f8f8f8;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding: 18px;
}
.addon-div i {
  font-size: 30px;
  color: #878787;
  margin-right: 0;
  opacity: 0.5;
}

.count-total {
  text-align: center;
  color: #000;
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
.count-text {
  color: #878787;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.count-sub-div {
  float: left;
  width: 100%;
  border: solid 1px #e2e2e2;
  background: #fff;
  height: 65px;
}
.addon-sm-div {
  float: left;
  height: 100%;
  width: 100px;
  background: #f8f8f8;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding: 16px;
  position: relative;
}
.addon-sm-div i {
  font-size: 22px;
  color: #878787;
  opacity: 0.5;
}
.count-sm-total i {
  font-size: 22px;
  color: #878787;
  display: none;
}
.count-sm-total {
  text-align: center;
  color: #000;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
.agent-count-panel .addon-sm-div i {
  font-size: 26px;
}
.agent-count-panel .commission-icon {
  width: 36px;
  opacity: 0.2;
}
.agent-count-panel .commission-icon img {
  width: 36px;
}
.agent-count-panel .icon-tobepaid,
.agent-count-panel .icon-shared,
.agent-count-panel .icon-manual {
  opacity: 0.8;
}
.graph-main {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #e2e2e2;
}
.tab-head-section {
  width: 100%;
  float: left;
}
.graph-head {
  float: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.graph-tab {
  float: right;
}
.graph-main .tab-content {
  padding: 0 0 0 0;
}
.graph-main .tab-content .tab-pane {
  padding: 0;
}
.graph-tab .nav-pills > li + li {
  margin-left: 0;
}
.graph-tab .nav-pills > li {
  float: left;
  border: solid 1px #e2e2e2;
  border-right: 0;
  background-color: #f7f7f7;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.graph-tab .nav-pills > li:last-child {
  border-right: solid 1px #e2e2e2;
}
.graph-tab .nav-pills > li.active {
  background-color: #fff;
}
.graph-tab .nav > li > a {
  padding: 15px 20px;
}
.graph-panel {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 20px;
}
.graph-mb-select {
  display: none;
}
.analytics-tooltip {
  background: #000;
  width: 200px;
  position: absolute;
  padding: 10px;
  text-align: left;
  top: 64px;
  display: none;
  z-index: 2;
  left: 19px;
}
.analytics-tooltip:after {
  border-bottom: 9px solid #000000;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  position: absolute;
  top: -8px;
  left: 22px;
}
.analytics-txt {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.analytics-txt span {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  text-align: right;
}
.analytics-txt:last-child {
  margin-bottom: 0;
}
.analytics-div:hover .analytics-tooltip {
  display: block;
}
.analytics-div {
  cursor: pointer;
  position: relative;
}
.download-panel {
  position: relative;
  float: left;
}
.download-panel .dropdown-menu {
  right: 0;
  top: 60px;
  left: auto;
  width: 190px;
}
.download-panel .dropdown-menu > li > a {
  padding: 12px 20px;
  font-weight: 500;
  border-top: #eee 1px solid;
}
.download-panel .dropdown-menu > li:first-child a {
  border-top: 0;
}
.download-panel .dropdown-menu li a span {
  color: #fff;
  display: inline-block;
  background: #878787;
  margin-right: 10px;
  font-size: 11px;
  padding: 0px 3px;
  border-radius: 3px;
  opacity: 0.7;
}
.download-panel .dropdown-menu:after {
  position: absolute;
  top: -11px;
  left: 151px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  content: "";
}
.download-panel .dropdown-menu:before {
  position: absolute;
  top: -12px;
  left: 150px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.analytics-date {
  float: left;
  width: 250px;
  padding: 0 20px;
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.analytics-date i {
  position: absolute;
  left: 10px;
  top: 6px;
  color: #999;
  font-size: 20px;
}
.analytics-date input {
  height: 43px;
  padding-left: 20px;
  cursor: pointer;
  color: #878787;
}
.analytics-date .caret {
  position: absolute;
  right: 10px;
  top: 19px;
}
.user-addon {
  width: 75px;
}
.user-addon-sm {
  width: 60px;
}
.analytics-back .graph-head {
  text-transform: none;
  margin-top: 18px;
}
.analytics-back .analytics-head {
  text-transform: uppercase;
  width: auto;
}
.infl-tab .nav > li > a {
  padding: 15px 10px;
}

.package-sub-panel .fc-head-container.fc-widget-header,
.package-sub-panel th.fc-day-header {
  border: 0 !important;
}
.package-sub-panel .fc-toolbar button {
  border-radius: 0 !important;
  position: relative;
  background: #f7f7f7;
  border: #e8e8e8 1px solid;
  box-shadow: none !important;
  margin-right: 5px !important;
  height: 2.5em !important;
  padding: 0 0.8em !important;
}
.package-sub-panel .fc-toolbar.fc-header-toolbar {
  margin-bottom: 30px !important;
}
.package-sub-panel th.fc-day-header span {
  color: #000;
  font-weight: normal;
}
.package-sub-panel .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  padding: 10px 8px 2px !important;
  float: left !important;
}

.package-sub-panel .fc-event,
.package-sub-panel .fc-event-dot {
  background-color: transparent !important;
  border: 0 !important;
}
.package-sub-panel .fc-icon-left-single-arrow:after {
  content: "\f104" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-family: "FontAwesome" !important;
  top: -7%;
}
.package-sub-panel .fc-icon-right-single-arrow:after {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
  font-size: 18px !important;
  top: -7%;
  font-weight: normal !important;
}
.package-sub-panel .fc-row .fc-day-top {
  padding-bottom: 20px;
}
.package-sub-panel .fc-day-grid-event {
  padding: 0 6px !important;
  cursor: pointer;
}
.package-sub-panel .fc-toolbar h2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-top: 10px;
}

.operator-flex-calendar .fc-highlight {
  background: transparent !important;
  opacity: 1 !important;
  position: relative;
}
.operator-flex-calendar .fc-highlight:before {
  position: absolute;
  border: #000 3px solid;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.k-calendar-range .k-calendar-header {
  padding: 15px 10px !important;
}
.k-calendar-range .k-calendar-header .k-button.k-title {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}
.k-calendar-range .k-content th {
  opacity: 0.6 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.k-calendar .k-month th {
  height: 3.6em !important;
}
.k-calendar .k-button-icon.k-state-hover:hover span {
  color: #333 !important;
}
.k-picker-wrap.k-state-default {
  background: transparent !important;
}
.k-i-arrow-60-left:before {
  content: "\f104" !important;
  font-family: "FontAwesome";
  font-size: 24px;
}
.k-calendar-range td.k-state-disabled {
  color: #d4d4d4;
  opacity: 0.2 !important;
}
.k-button.k-state-hover::before,
.k-button:hover::before {
  opacity: 0 !important;
}
.k-i-arrow-60-right:before {
  content: "\f105" !important;
  font-family: "FontAwesome";
  font-size: 24px;
}
.k-calendar-range .k-content td.k-range-split-end::after,
.k-calendar-range .k-content td.k-range-split-start::after,
.k-footer,
.k-textbox-container > .k-label {
  display: none !important;
}
.k-calendar-container {
  border-radius: 0 !important;
  padding: 5px 10px 0 !important;
  box-shadow: none !important;
}
.k-block,
.k-widget {
  background-color: transparent !important;
  border: 0 !important;
}
.k-link span {
  font-size: 11px;
  margin-top: 0px;
  display: block;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.6);
}
.k-state-hover span {
  color: #fff;
}
.k-calendar-monthview .k-content .k-link {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.k-link:hover span,
.k-range-mid span,
.k-state-selected span,
.k-today span {
  color: #fff;
}
.k-link:hover span {
  color: #333;
}
.k-state-hover:hover span {
  color: #fff;
}
.k-widget.k-daterangepicker {
  display: flex;
  align-items: center;
}
.k-textbox-container {
  padding: 0 !important;
  width: auto !important;
}
.domain-full-page .k-textbox-container input {
  /* display: none; */
}
.k-textbox-container + span {
  width: 30px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}
.k-calendar-range .k-content .k-link {
  border-radius: 0 !important;
  padding: 0.5em 0 0 !important;
  width: 4.5em !important;
  height: 4em !important;
}
input.k-textbox {
  text-indent: inherit !important;
  text-align: center;
  border: 0 !important;
  cursor: pointer;
}
.k-calendar-range td.k-state-focused .k-link,
.k-today.k-state-focused,
.k-textbox:focus {
  box-shadow: none !important;
}
.k-calendar-range td.k-state-hover .k-link,
.k-calendar-range td.k-state-selected .k-link,
.k-calendar-range .k-content td.k-range-mid {
  background: #4385f4 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.k-calendar .k-today .k-link {
  background: #06398e !important;
  border-radius: 0;
  box-shadow: none !important;
}
.k-popup {
  background: #f8f8f8 !important;
}
.k-calendar-container.k-group {
  border-color: #e6e6e6 !important;
}
td.k-state-disabled {
  text-decoration: line-through;
}
.k-calendar-range td.k-state-hover .k-link,
.k-calendar .k-today .k-link,
.k-range-mid a {
  color: #fff !important;
}
div.k-calendar-view.k-calendar-monthview > table:nth-child(2) {
  display: none;
}
a.k-button.k-title {
  display: none;
  pointer-events: none;
}
.k-hide {
  display: none !important;
}
.k-header .k-link span {
  font-size: 20px;
}
.k-calendar .k-header {
  padding: 10px !important;
  display: flex;
}
.k-calendar-single .k-nav-next,
.k-calendar-single .k-nav-prev {
  top: 9px !important;
}
.k-calendar-single .k-nav-prev {
  left: auto !important;
  right: 60px !important;
}
.k-calendar .k-nav-next {
  right: 32px !important;
}
.k-calendar > .k-header,
.k-picker-wrap.k-state-focused,
.k-picker-wrap.k-state-hover {
  border: 0 !important;
  background: transparent !important;
}
.package-side-advent .k-picker-wrap.k-state-default,
.package-side-advent .k-widget.k-datepicker {
  width: 100%;
  padding-right: 0;
  border: 0;
  box-shadow: none;
}
.package-side-advent .k-input {
  width: 100%;
  margin: auto;
  text-align: center;
}
.package-side-advent .k-select {
  width: 100% !important;
  opacity: 0;
}
.package-side-advent .k-state-focused > .k-select {
  border: 0 !important;
}
.k-calendar .k-header .k-nav-fast {
  width: 100% !important;
  pointer-events: none;
}
.k-calendar .k-header .k-link {
  color: #000;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
.k-header .k-link:hover span {
  color: #666;
}
.guest-form-modal .modal-body .modal-guest-option {
  margin: 0 0 15px;
  position: relative;
}
.guest-form-modal .modal-body .modal-guest-option .form-control {
  width: calc(100% - 50px);
}
.guest-form-modal .modal-body .more-options {
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  width: calc(100% - 50px);
  cursor: pointer;
  color: #000;
}
.guest-form-modal .package-sub-panel .form-control {
  height: 50px;
}
.guest-form-modal .modal-body .ui-select-match span {
  line-height: 40px;
  text-transform: none;
}
.guest-form-modal .modal-body .demo .icon-small-cancel {
  top: 12px;
  font-size: 18px;
  font-weight: 600;
}
.guest-form-dropdown .ui-select-choices-row {
  border-bottom: #eee 1px solid !important;
}
.guest-form-dropdown .ui-select-bootstrap .ui-select-choices-row > span {
  padding: 12px 20px;
}
.guest-form-dropdown .ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  padding: 0;
}
.guest-form-dropdown .ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #787878;
  font-weight: 500;
  background-color: transparent;
}
.guest-form-dropdown .ui-select-bootstrap .ui-select-choices-row .not-selected {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}
.guest-form-modal input[type="radio"]:not(old):checked + label {
  background-position: 0 -25px;
}
.guest-form-modal .modal-body {
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.guest-form-modal .modal-footer {
  margin-top: auto;
}
.guest-form-dropdown input.form-control {
  display: none !important;
}
.agent-comission.disabled {
  color: #787878;
}

.agent-edit.edit-disable {
  display: none;
}

.disable-select-container {
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 1366px) {
  .addon-div,
  .addon-sm-div {
    width: 75px;
  }
  .count-total {
    font-size: 20px;
  }
  .count-text {
    font-size: 11px;
  }
  .addon-div i {
    font-size: 28px;
  }
  .count-sm-total {
    font-size: 18px;
  }
  .count-sub {
    height: 70px;
  }
  .count-total {
    margin-top: 13px;
  }
  .addon-div {
    padding: 14px;
  }
  .analytics-tooltip:after {
    left: 11px;
  }
}

@media (max-width: 1367px) {
  .list-header {
    padding: 10px 15px;
  }
  .fixed-head {
    font-size: 30px;
  }
  .user-addon-sm {
    width: 60px;
  }
}

@media (max-width: 1360px) {
  .package-main-panel .nav-tabs > li > a {
    font-size: 10px;
  }
  .cross-btn {
    width: 16px;
  }
  .listing-section .thumbnail-panel {
    height: 300px;
  }
  .listing-section .img-thumnail {
    height: 300px;
  }
}

@media (max-width: 1280px) {
  .operator-btn {
    display: block;
  }
  .operator-sidebar {
    transition: 0.8s;
    margin-left: -250px;
  }
  .close-option {
    display: none;
  }
  .tab-section .tab-content {
    padding-left: 0px;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transition: 0.5s;
  }
  .header-div {
    position: static;
    padding-left: 15px;
  }
  .tab-section .tab-content .tab-pane {
    padding-top: 20px;
  }
  .operator-footer-bar {
    z-index: 100;
  }
  .adventure-panel {
    left: 0px;
  }
  .tab-section .booking-main-panel,
  .tab-section .booking-detail-main,
  .tab-section .analytics-main-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .operator-footer {
    padding: 15px 0 15px 15px;
  }
  .succes-panel {
    height: 360px;
  }
  #customcontrols {
    height: 500px;
  }
  .view-booking-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rador-main-panel .container {
    width: 95%;
  }
  .header-container .header-content {
    padding: 0 3ß0px;
  }
  .booking-detail-main .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .consumer-main-panel {
    padding-left: 0;
  }
}

@media (max-width: 1250px) {
  .package-main-panel .nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 0px;
  }
  .package-main-panel .nav-tabs li {
    width: auto;
  }
  .package-main-panel .nav-tabs > li > a {
    padding: 10px 0px 10px 10px;
    font-size: 10px;
    text-align: right !important;
  }
  .package-main-panel .nav-tabs > li > a:after {
    width: 95px;
    height: 95px;
    right: 0px;
    top: -25px;
  }
  .right-sign-red,
  .right-sign-green {
    left: 10px;
  }
  .operator-edit .nav-tabs > li > a {
    text-align: center;
  }
  .package-main-panel .nav-tabs > li a span.tab-text {
    margin-left: 5px;
  }
  .right-sign-green {
    top: 1px;
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 1200px) {
  .edit-input-width {
    max-width: 135px;
  }
  .user-count {
    margin-top: 8px;
  }
  .user-addon {
    width: 70px;
  }
  .analytics-back .graph-head {
    margin-top: 0;
  }
  .new-addon .div-2 {
    width: 19%;
  }
  .add-more-section .price-checkbox:last-child {
    width: 44%;
  }
  .video-responsive video {
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .z-index2 .right-sign-red,
  .z-index2 .right-sign-green {
    left: 11px;
  }
}

@media (max-width: 992px) {
  .right-button {
    position: relative;
    float: right;
    right: 15px;
  }
  .hide-for-lg {
    display: block;
  }
  .edit-input-width {
    max-width: 100%;
  }
  .p-l-15 {
    padding-left: 15px !important;
  }
  .slot-edit-btn {
    position: absolute;
    right: 15px;
  }
  .package-main-panel .nav-tabs > li > a {
    padding: 23px 15px;
  }
  .check-group {
    width: auto;
  }
  .package-main-panel .nav-tabs {
    display: none;
  }
  .mobile-tabs {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    height: 60px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 500;
  }
  .single-tabs span {
    display: block;
    text-align: center;
    color: #000;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
  }

  .tabs-prev,
  .tabs-next {
    position: absolute;
    top: 0px;
    display: block;
    font-size: 20px;
  }
  .tabs-prev {
    left: 0px;
  }
  .tabs-next {
    right: 0px;
  }
  .tabs-prev a {
    border-right: #e2e2e2 1px solid;
  }

  .tabs-next a {
    border-left: #e2e2e2 1px solid;
  }
  .tabs-prev a,
  .tabs-next a {
    color: #000;
    padding: 0 15px;
    display: block;
    line-height: 60px;
  }
  .mobile-tabs a.disabled {
    color: #999;
  }
  .image-gallery-container li {
    width: 33%;
  }

  .row-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .row-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-l-15 {
    padding-left: 15px !important;
  }

  #amenties .add-sloat-btn {
    margin-top: 0px;
  }
  #amenties .add-sloat-btn {
    position: static;
  }
  .check-group {
    width: 48%;
  }
  .active-section .check-group {
    width: 100%;
  }
  .after-edit {
    border: solid 1px #dddddd !important;
  }
  .after-edit input.form-control {
    border: 0 !important;
  }
  .add-name-col-width {
    max-width: 100%;
  }
  .add-name-col-width label {
    width: 80%;
  }
  .add-ons-table {
    padding-left: 0;
  }
  .kids-price-input label {
    padding-left: 0;
  }
  .graph-tab {
    display: none;
  }
  .graph-mb-select {
    display: block;
    float: right;
    width: 250px;
  }
  .mb-count-sub {
    margin-bottom: 0;
  }
  .addon-sm-div i {
    font-size: 18px;
  }
  .count-sm-total {
    padding: 0;
    margin-top: 8px;
    width: 100%;
  }
  .addon-sm-div i.icon-share-icon,
  .addon-sm-div i.icon-rador {
    position: relative;
    left: 19px;
  }
  .count-sub-div {
    margin-top: 10px;
    height: 60px;
    text-align: center;
  }
  .addon-sm-div {
    float: none;
    height: 100%;
    width: auto !important;
    background: transparent;
    border-right: solid 0px #e2e2e2;
    text-align: left;
    padding: 0;
    position: relative;
    top: -18px;
    display: inline-block;
  }
  .mb-count-total {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
  }
  .count-sm-total i {
    display: inline-block;
    font-size: 18px;
  }
  .addon-sm-div {
    display: none;
  }
  .detail-verify {
    margin-top: 10px;
  }
  .analytics-tooltip {
    left: 0;
    right: 0;
    margin: auto;
  }
  .analytics-tooltip:after {
    left: 88px;
  }
  .analytics-back {
    margin-top: 40px;
  }
  .add-slot-row label:nth-child(2) {
    padding-left: 12px;
  }
  .add-slot-row label:nth-child(3) {
    padding-left: 0px;
  }
  .new-addon .div-2 {
    width: 100%;
  }
  .kids-input-div {
    width: 100% !important;
  }
  .add-more-section .price-checkbox:nth-child(2),
  .add-more-section .price-checkbox:last-child {
    width: 50%;
    margin-top: 0;
  }
  .add-on-left {
    float: left;
    width: 20%;
  }
  .add-on-right {
    float: left;
    width: 80%;
  }
}

@media only screen and (max-width: 1500px) {
  .filter-search-panel .search-panel {
    max-height: 74px;
  }
}
@media (max-width: 992px) {
  .operator-agent-conatiner .agent-tabs-btn .btn-list-export {
    width: auto;
  }
  .operator-agent-conatiner .page-tab li a {
    min-width: 100%;
  }
  .operator-agent-conatiner .book-head-col [class^="col"] {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .k-link span {
    font-size: 10px;
    font-weight: 500;
  }
  .add-slot-row {
    line-height: inherit;
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
  .agent-inventry-container
    .amenite-checkbox
    input[type="checkbox"]:not(old):checked
    + label {
    color: #787878;
  }
  .agent-inventry-container {
    background-color: transparent;
    border: 0;
  }
  .agent-inventry-container .panel-group .panel {
    border: solid 1px #dedede;
    margin: 10px 0 0;
    background: #fff;
  }
  .agent-inventry-container .panel-group .panel:last-child {
    border-bottom: 0;
  }
  .agent-inventry-container .agent-heading-checkbox label {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #787878;
  }
  .agent-inventry-container .agent-comission {
    color: #787878;
    font-weight: normal;
  }
  .agent-inventry-container .agent-middle-panel,
  .agent-inventry-container .inner-box {
    margin-left: 0;
  }
  .consumer-agent-main .search-panel {
    width: 100%;
  }
  .consumer-agent-main .profile-sm-margin {
    padding: 25px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .agent-inventry-container .panel-heading {
    padding: 10px 0;
  }
  .consumer-agent-footer .inner-footer {
    padding: 22px 15px 15px;
  }
  .consumer-agent-footer .container,
  .agent-inventry-container .panel-body {
    padding: 0;
  }
  .consumer-agent-footer .next-btn {
    width: 100%;
    margin: 0 !important;
  }
  .consumer-agent-main .operators-sub .section {
    margin-bottom: 0 !important;
  }
  .consumer-agent-main .amb-load-panel {
    margin: 0 0 20px;
  }
  .operator-agent-conatiner .nav-tabs,
  .agent-tabs-btn {
    text-align: center;
  }
  .operator-agent-conatiner .agent-tabs-btn .btn-list-export {
    text-align: center;
    margin: 10px 0 0;
    width: 100%;
  }
  .operator-agent-conatiner .listing-tab {
    width: 100%;
    text-align: center;
  }
  .operator-agent-conatiner .nav-pills > li {
    width: 33.33%;
  }
  .operator-agent-conatiner .listing-tab .nav > li > a {
    padding: 8px 0;
  }
  .agent-head {
    width: 60%;
    margin-bottom: 10px;
  }
  .operator-agent-conatiner .book-head-col [class^="col"] {
    width: 100% !important;
  }
  .operator-agent-conatiner .nav-tabs li {
    float: none;
    display: inline-block;
  }
  .agent-count-panel .col-md-2 {
    width: 50%;
  }
  .agent-view-btn {
    float: right !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .agent-view-btn a {
    margin: 7px 0 11px 30px;
  }
  .done-modal {
    width: 100% !important;
  }
  .listing-droplist {
    padding: 0 10px 15px;
  }
  .update-slots-row {
    margin: 10px -15px 0;
  }
  .update-slots-row .col-xs-6 {
    margin: 10px 0;
    width: 35%;
  }
  .update-slots-row .price-sm-col {
    width: 65%;
    padding-left: 15px;
  }
  .update-slots-row label {
    text-transform: uppercase;
  }
  .update-slots-row .date-col-sm {
    margin-bottom: 15px;
  }
  .slots-bottom-button .expired {
    margin-bottom: 30px;
  }
  .slots-bottom-button .more-slot-btn {
    min-width: 200px;
  }
  .slot-edit-btn {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .duration-row .slot-edit-btn {
    position: static;
    padding-right: 15px;
    width: 100%;
    text-align: right;
  }

  .add-on-right .div-1,
  .add-on-right .div-2,
  .add-on-right .div-3,
  .addon-edit {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .pull-center {
    text-align: center;
    float: none !important;
  }
  .activity-list .activity-name,
  .activity-list .check-list {
    float: none;
    width: 100%;
  }
  .modal-dialog {
    width: 90%;
  }
  .sm-center {
    text-align: center;
    line-height: inherit;
    padding: 10px 0;
  }
  /* .add-sloat-btn {
     width: auto;
     padding: 10px 20px;
   }*/
  .container-border {
    padding-left: 0px;
  }
  .header-div {
    position: static;
    padding-left: 15px;
  }
  .operator-sidebar.sidenav {
    top: 60px;
  }
  .nav > li.desktop-only {
    display: none;
  }
  .add-name-col-width {
    padding-left: 15px !important;
  }
  .add-ons-table {
    padding-left: 15px !important;
  }
  #customcontrols {
    height: 350px;
  }
  .operator-sidebar ul li a i {
    font-size: 22px;
    top: 15px;
  }
  .operator-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transition: opacity 1s;
    display: none;
  }
  .video-responsive {
    display: none;
  }
  .modal .modal-dialog-350 {
    width: 350px;
  }
  .detail-verify {
    text-align: center !important;
  }
  .analytics-date {
    float: left;
    width: 100%;
  }
  .analytic-right-panel {
    float: left;
    width: 100%;
  }
  .download-panel {
    position: absolute;
    right: 0;
    top: 0;
  }
  .download-panel .dropdown-menu {
    right: 0;
    top: 45px;
  }
  .count-total {
    margin-top: 11px !important;
  }
}

@media (max-width: 560px) {
  .image-gallery-container li {
    width: 50%;
  }
  .site-preview-modal .modal-dialog {
    width: 100%;
  }
  .site-preview-modal {
    padding-left: 0 !important;
  }
  .site-preview-modal .footer-panel {
    width: 100%;
    padding: 13px 15px;
  }
}

@media (max-width: 990px) {
  .image-gallery-container li {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .add-on-left {
    width: 100%;
  }
  .add-on-right {
    width: 100%;
  }
  .add-slot-row {
    /*line-height: inherit;*/
    padding: 0 0 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .add-slot-row label {
    display: block;
    margin-top: 10px;
    padding-left: 0 !important;
  }
  .slot-edit-btn {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .pull-center {
    text-align: center;
    float: none !important;
  }
  .activity-list .activity-name,
  .activity-list .check-list {
    float: none;
    width: 100%;
  }
  .modal-dialog {
    width: 90%;
  }
  .sm-center {
    text-align: center;
    line-height: inherit;
    padding: 10px 0;
  }
  /*.add-sloat-btn {
    width: auto;
    padding: 10px 20px;
  }*/
  .container-border {
    padding-left: 0px;
  }
  .adventure-panel {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .image-gallery-container li {
    width: 50%;
  }
}
/*operator section end*/
/*placeholder color*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #787878 !important;
  font-family: "Roboto";
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #787878 !important;
  font-family: "Roboto";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878 !important;
  font-family: "Roboto";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #787878 !important;
  font-family: "Roboto";
}

@media screen and (max-width: 768px) {
  .homepage-header-container {
    margin: -76px 0 0 0;
    height: calc(100% + 76px);
  }
  .agent-count-panel .commission-icon img {
    width: auto;
  }
  .agent-count-panel .icon-tobepaid,
  .agent-count-panel .icon-shared,
  .agent-count-panel .icon-manual {
    width: 24px !important;
  }
  .k-content.k-month:nth-child(1) {
    margin-right: 0;
  }
  .row-iframe .charge-text {
    float: left;
    width: 60%;
    text-align: left;
  }
  .row-iframe .charge-btn {
    float: right;
    width: 33%;
    padding: 0;
  }
  .my-site-code-box .inner-white-box .select-box {
    width: 100%;
    margin: 10px 0 0;
  }
  .my-site-action-panel .data-box .right-section {
    width: 50%;
  }
  .my-site-code-box .inner-white-box .select-package-div {
    padding: 0 0;
  }
}

@media (min-width: 768px) {
  .filter-wrapper {
    padding-left: 250px;
  }

  .filter-wrapper.toggled {
    padding-left: 0;
  }

  .sidebar-wrapper {
    width: 235px;
  }

  .filter-wrapper.toggled .sidebar-wrapper {
    /*width: 0;*/
    margin-left: -525px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .page-content-wrapper {
    /*padding: 20px;*/
    position: relative;
  }

  .filter-wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .my-site-section {
    padding: 0 25px;
  }
  .my-site-panel .site-boxes img {
    width: 90%;
  }
  .agent-count-panel .icon-tobepaid,
  .agent-count-panel .icon-shared,
  .agent-count-panel .icon-manual {
    width: 30px;
  }
  .agent-count-panel .count-sub-div {
    padding: 0;
  }
  .agent-count-panel .commission-icon img,
  .agent-count-panel .icon-tobepaid img,
  .agent-count-panel .icon-shared img,
  .agent-count-panel .icon-manual img {
    max-width: 100%;
  }
  .only-tablet {
    display: block !important;
    /*padding: 0px 15px;*/
  }
  .filter-search-panel {
    margin-top: 74px !important;
    display: block;
    bottom: -520px;
    padding: 0;
  }
  .filter-search-panel {
    padding: 0;
  }
  .filter-show-section {
    padding-left: 10px;
    /* margin-top: 15px; */
  }
  .filterbtn-container {
    position: relative;
    left: 0;
  }
  .sort-filter-div {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 4;
  }

  .sidebar-wrapper {
    left: 245px;
  }
  .mobile-filter {
    display: block !important;
    top: 0px !important;
    margin: 0;
    padding: 0;
    bottom: 0 !important;
    /*bottom: auto !important;*/
    /*        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;*/
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
  }
  .p-m-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-p-l-0 {
    padding-left: 0;
  }
  .filter-div-margin {
    padding-left: 25px;
  }
  .fixed-head {
    font-size: 25px;
  }
  .hide-mobile {
    display: none !important;
  }
  .list-header {
    padding: 15px 15px;
  }
  .count-sub {
    margin-bottom: 10px;
    height: 60px;
  }
  .addon-div,
  .addon-sm-div {
    padding: 15px 0px;
    width: 50px;
  }
  .count-total {
    margin-top: 13px;
    font-size: 20px;
    line-height: 22px;
  }
  .addon-div i {
    font-size: 22px;
  }
  .analytics-count-panel {
    margin-bottom: 0px;
  }
  .count-text {
    font-size: 11px;
  }
  .count-sub-div {
    height: 60px;
  }
  .count-sub-div {
    margin-top: 8px;
    padding: 0 5px;
  }
  .mb-count-panel .col-xs-6:first-child,
  .mb-count-panel .col-xs-6:nth-child(3) {
    padding-right: 0;
  }
  .agent-count-panel .mb-count-panel .col-xs-6 {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-result-div {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: block;
    padding-left: 15px;
    margin-bottom: 20px;
    left: 0;
    /*z-index: 9;*/
  }
  .row-iframe .charge-text {
    float: left;
    width: 100%;
    text-align: center;
  }
  .row-iframe .charge-btn {
    float: right;
    width: 100%;
    padding: 0;
  }
  .homepage-header-container {
    margin: 0 0;
    height: 100%;
  }
  .activity-banner {
    display: none;
  }
  .my-site-panel {
    padding: 20px 15px 0 15px;
  }
  .my-site-panel .site-boxes {
    width: 100%;
    margin-bottom: 30px;
  }
  .my-site-panel .site-boxes img {
    width: 100%;
  }
  .my-site-section {
    padding: 0 10px;
  }
  .my-site-code-box .inner-white-box textarea {
    width: 100%;
  }
  .my-site-section h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .my-site-code-box .inner-white-box {
    padding: 15px 10px;
  }
  .my-site-code-box .inner-grey-box {
    padding: 20px 10px;
  }
  .my-site-code-box .inner-grey-box .get-code {
    min-width: 30.6%;
    margin: 0;
    font-size: 14px;
  }
  .my-site-code-box .inner-grey-box .action-button {
    min-width: 33%;
    margin: 0;
    font-size: 14px;
  }
  .done-modal .modal-content {
    box-shadow: none;
  }
  .k-animation-container.k-operator-calendar .k-calendar-range {
    width: 100% !important;
  }
  .k-animation-container.k-operator-calendar .icon-white-close {
    left: auto;
  }
  .my-site-action-panel .data-box {
    padding: 20px 20px 20px 20px;
    display: block;
  }
  .my-site-action-panel .data-box .left-section {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .my-site-action-panel .data-box .right-section {
    width: 100%;
    text-align: left;
  }
  .my-site-action-panel .data-box .right-section .action-div {
    margin: 0 40px 0 0;
  }
  .site-preview-modal .modal-body .location-div .location-panel .map-panel {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .page-content-wrapper {
    position: relative;
  }

  .page-content-wrapper .mb-featured:first-child {
    padding-left: 0;
  }
  .filter-show-section {
    padding-left: 10px;
    padding: 0px !important;
  }
  .filter-wrapper.toggled .page-content-wrapper {
    position: relative;
  }
  .filter-wrapper.toggled {
    padding-left: 0;
  }
  .filterbtn-container {
    position: relative;
    width: 100%;
    float: left;
  }
  .filter-btn {
    width: 50%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
  }
  .sort-btn {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    /*top: 0;*/
  }
  .page-content-wrapper {
    padding-left: 0;
  }
  .black-header .nav > li em {
    display: none;
  }
  .black-header .nav > li .card-icon {
    right: 0;
    position: relative;
    margin: 0;
  }
  .menu-icon {
    margin-right: 0px;
    margin-top: 0;
    position: relative;
    left: 15px;
  }
  .black-header .nav > li > a.search-icon {
    padding-right: 15px;
  }
  .sidebar-wrapper .filter-header {
    position: relative;
    top: 0;
    z-index: 9999;
    margin: 0;
    width: 100%;
    left: 0;
    display: block;
    background: #2b2a2a;
    padding: 20px;
    border: 1px solid #e6e6e6;
  }
  .filter-wrapper.toggled .sidebar-wrapper {
    width: 0;
    /*display: none;*/
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .filter-wrapper .sidebar-wrapper {
    /*display: block; */
    position: fixed;
    z-index: 9999;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*width: 0;*/
  }
  .mobile-display {
    display: none !important;
  }
  .sidebar-wrapper .panel-group {
    width: 100%;
    /*        height: 315px;
        height: 315px;
        height: calc(100% - 10px);*/
    overflow: auto;
  }
  .page-content-wrapper .mb-featured:first-child {
    padding-left: 0px;
  }
  .page-content-wrapper .mb-featured:last-child {
    padding-right: 0px;
    /*margin-bottom: 15px;*/
  }
  .filter-header .close-icon {
    position: absolute;
    right: 0px;
    padding: 20px;
    top: 0;
    cursor: pointer;
  }
  .filter-apply-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: #000;
    border-radius: 0;
  }
  .filter-card {
    width: 100%;
    border: 0;
    float: left;
    margin-bottom: 15px !important;
  }
  .filter-div-margin {
    display: none;
  }
}
@media (max-width: 568px) {
  .sidebar-wrapper.activity-wrapper {
    min-height: 100%;
  }
  .sort-filter-div {
    z-index: 9999;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 9999; */
    text-align: left;
    padding-left: 0;
    position: fixed;
    display: none;
    right: 0;
  }
  .desktop-sort {
    display: none;
  }
  .mobile-result-div {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: block;
    padding-left: 15px;
    margin-bottom: 20px;
    left: 0;
    /*z-index: 9;*/
  }
  .filter-show-section {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
    /*z-index: 9999;*/
    /*background: #f2f2f2;*/
  }
  .filter-section {
    margin-top: 20px;
    position: relative;
    /*z-index: 9999;*/
  }
  .filterbtn-container {
    padding: 0;
    z-index: 9;
    height: auto;
  }
  .filter-btn {
    width: 50%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
  }
  .sort-btn {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    /*top: 0;*/
  }
  .sort-btn img {
    width: 20px;
  }
  .filter-show-section {
    margin-top: 5px;
  }
  .m-p-l-0 {
    padding-left: 15px;
  }
  .filter-border {
    display: none;
  }
  .filter-right-div {
    padding: 0;
  }
  .filter-right-div ul li {
    float: left;
    width: 100%;
    padding: 10px;
  }
  .filter-right-div ul {
    display: block;
    float: left;
    width: 100%;
  }
  .filter-wrapper {
    padding-top: 0;
  }
  .filter-wrapper.toggled .sidebar-wrapper .filter-header {
    position: relative;
  }
  .filter-wrapper.toggled .sidebar-wrapper .filter-apply-btn {
    position: absolute;
  }
  .filter-wrapper .sidebar-wrapper .filter-header {
    position: fixed;
  }
  .filter-wrapper .sidebar-wrapper .panel-group {
    margin-top: 80px;
    padding-bottom: 40px;
    position: initial;
  }
  .filter-wrapper .sidebar-wrapper .filter-apply-btn {
    position: fixed;
  }
  .filter-header {
    display: block;
    background: #f6f6f6 !important;
    padding: 20px;
    border: 1px solid #e6e6e6;
  }
  .filter-header img {
    width: 20px;
  }
  .filter-header .sort-icon {
    width: 20px;
  }
  .desktop-sort {
    display: none !important;
  }
  .package-main-panel .tab-pane {
    padding: 25px 0;
  }
  .package-main-panel .tab-pane .package-sub-panel.col-xs-12 {
    padding: 0 15px;
    margin-top: 20px;
  }
  .filter-div-margin {
    display: none;
  }
  .hide-div {
    display: none !important;
  }
  .btn-create-adv {
    width: auto;
  }
  .fixed-head {
    font-size: 18px;
    padding-top: 25px;
  }
  .operator-footer-bar {
    padding: 10px 10px;
    min-height: 80px;
  }
  .listing-footer-close {
    top: 8px;
  }
  .opt-pagi {
    text-align: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .add-panel .tab-content {
    padding-bottom: 150px !important;
  }
  .check-group {
    width: 100%;
  }
  /*    .page-content-wrapper .col-sm-12{
        margin-left: -15px;
        margin-right: -15px;
    }*/
  .package-main-panel .container {
    padding: 0;
  }
  .add-more-section [class^="col"] {
    padding: 0;
  }
  .add-slot-row {
    padding: 10px 0px 10px 0px;
  }
  .p-l-15 {
    padding-left: 0 !important;
  }
  .right-button {
    right: 0;
  }
  .add-ons-edit-section .col-sm-2 {
    padding: 0;
  }
  .add-slot-row label {
    margin-top: 0;
  }
  .graph-mb-select {
    float: left;
    width: 100%;
  }
  .add-on-right {
    width: 100%;
    padding: 0 15px;
  }
  .add-more-section .price-checkbox:nth-child(2) {
    width: 100%;
    float: left;
  }
  .add-more-section .price-checkbox:last-child {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .add-on-left {
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .graph-head {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .graph-mb-select {
    display: block;
    float: none;
    width: 100%;
    margin: auto;
  }
  .count-sm-total {
    font-size: 18px;
  }
  .count-total {
    font-size: 20px;
  }
}

@media (max-width: 366px) {
  .tooltip-rate::before {
    left: 110px;
  }
  .tooltip-rate::after {
    left: 111px;
  }
  .share-cover {
    position: relative;
    width: 100%;
    height: 200px;
  }
  .share-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .share-profile-info {
    float: left;
    width: 100%;
    padding: 15px 10px 0 0;
  }
  .share-feed-div .btn-send-mail {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .share-feed-div {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .tooltip-rate {
    right: -92px;
  }
  .tooltip-rate::before {
    left: 10px;
  }
  .tooltip-rate::after {
    left: 11px;
  }
  .my-site-code-box .inner-grey-box .action-button {
    min-width: 32%;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal-dialog-350 {
    width: 100%;
  }
  .k-calendar-container {
    padding: 5px 0px 0 !important;
  }
  .k-calendar-range .k-content .k-link {
    width: 2.8em !important;
  }
  .iframe-site .k-calendar-range .k-content .k-link {
    width: 100% !important;
  }
  .tooltip-rate {
    right: 0 !important;
    left: 0;
    margin-top: 15px !important;
  }
  .tooltip-rate::before {
    left: 6px;
  }
  .tooltip-rate::after {
    left: 7px;
  }
}

@media (orientation: landscape) and (max-height: 568px) {
  .sidebar-wrapper .activity-wrapper {
    min-height: 100vh !important;
  }

  .sidebar-wrapper .filter-header {
    background: #f6f6f6 !important;
  }
}
/*Developers style*/

#top {
  position: absolute;
  top: 0px;
}
.add-more-section {
  float: left;
  width: 100%;
}
.adventure-tab-list li:last-child a:after {
  display: none;
}
wysiwyg-edit .tinyeditor .tinyeditor-footer .toggle {
  float: left;
  background: url(../../images/icons.png) -34px 2px no-repeat;
  padding: 9px 13px 0 31px;
  height: 23px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  color: #666;
}
wysiwyg-edit
  .tinyeditor
  .tinyeditor-header
  .tinyeditor-buttons-group
  .tinyeditor-control {
  float: left;
  width: 34px;
  height: 30px;
  cursor: pointer;
  background-image: url(../../images/icons.png);
  background-position-x: 0;
}
.tinyeditor-footer {
  display: none;
}
.resizer {
  display: none;
}
.logo-upload-container img {
  height: 100%;
  width: 100%;
}

.green-txt-error {
  width: 100%;
  float: left;
}
.slot-label {
  color: #000 !important;
  text-transform: uppercase !important;
}
.green-txt {
  color: #3dc37f;
  text-align: right;
}
.green-profile-arror {
  color: #3dc37f;
  text-align: right;
  width: 100%;
  float: right;
}
.provided-green-txt {
  color: #3dc37f;
  float: right;
  font-size: 12px;
}
.verify-progress-txt {
  color: #0065d8;
  float: right;
  font-size: 12px;
}
.detail-verify {
  text-align: right;
  padding-right: 15px;
}
.k-animation-container {
  z-index: 9998 !important;
}
.k-animation-container.k-operator-calendar {
  z-index: 9999 !important;
  width: 100% !important;
  position: fixed !important  ;
  top: 0 !important;
  height: 100vh !important;
}
.k-booking-calendar .icon-white-close.menu-icon {
  color: #000;
  opacity: 0.4;
  cursor: pointer;
}
.k-animation-container.k-operator-calendar .k-calendar-container {
  padding: 5px 0 0 !important;
  transform: inherit !important;
}
.k-animation-container.k-operator-calendar .k-calendar-container.k-group {
  margin: auto;
  width: 546px;
  top: 20px;
  overflow: hidden;
  position: relative !important;
}
.k-animation-container.k-operator-calendar
  .k-calendar-container.k-popup
  .k-header:before {
  content: "View all dates";
  font-family: "Oswald", sans-serif;
  border-bottom: #e5e5e5 1px solid;
  display: block;
  padding: 5px 20px 10px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
}
.k-animation-container.k-operator-calendar:before {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.k-animation-container.k-operator-calendar .k-calendar-view {
  padding: 0 20px;
}
.k-animation-container.k-operator-calendar .k-calendar .k-header .k-link {
  margin: 0px 20px 20px !important;
}
.k-animation-container.k-operator-calendar .k-calendar .k-header {
  padding: 0 0 10px !important;
}
.k-animation-container.k-operator-calendar .k-calendar-single .k-nav-next,
.k-animation-container.k-operator-calendar .k-calendar-single .k-nav-prev {
  top: 70px !important;
}
.k-animation-container.k-operator-calendar .icon-white-close {
  color: #000;
  position: absolute;
  right: 10px;
  top: 8px;
  opacity: 0.3;
  cursor: pointer;
}
.k-edit-date {
  border: #000 1px solid;
  color: #000;
  padding: 5px 20px;
  font-size: 11px;
  cursor: pointer;
  font-weight: 500;
  position: absolute;
  right: 50px;
  top: 7px;
}
.k-edit-date:hover {
  color: #000;
}
.k-animation-container.k-booking-calendar {
  z-index: 9999 !important;
  width: 100% !important;
  position: fixed !important  ;
  top: 0 !important;
  transform: inherit !important;
  left: 0 !important;
  height: 100vh !important;
}
.k-animation-container.k-booking-calendar .k-calendar-range .k-content .k-link {
  width: 100% !important;
}
.k-animation-container.k-booking-calendar .k-calendar-container {
  margin: 100px auto 0;
  width: 600px;
  left: 0;
  transform: inherit !important;
  position: relative !important;
}
.k-animation-container.k-booking-calendar .k-widget,
.k-animation-container.k-booking-calendar .k-calendar .k-content {
  width: 100%;
}

/* BOOKING GUEST FORM CSS */
.booking-guest-form {
  padding: 25px 25px 15px;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  margin: 15px 0 0;
}
.booking-guest-form .guest-form-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.booking-guest-form .guest-form-para {
  font-size: 13px;
  color: #878787;
  margin: 15px 0 0;
}

.booking-guest-event-box {
  margin: 20px 0 10px;
}
.booking-guest-event-box .event-title {
  font-size: 15px;
  font-weight: 500;
  color: #424242;
}
.booking-guest-event-box .sent-btn {
  padding: 1px 18px !important;
}
.booking-guest-row {
  background-color: #fff;
  margin: 10px 0 0;
}
.booking-guest-repeat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 9px;
  justify-content: space-between;
  border-bottom: #f2f2f2 1px solid;
}
.booking-guest-left {
  font-size: 15px;
}
.booking-guest-active {
  color: #4b4b4b;
}
.guest-completed {
  font-size: 14px;
}
.booking-guest-disable {
  color: #878787;
}
.booking-guest-right a {
  font-size: 12px;
  text-decoration: underline;
  color: #4b4b4b;
}

.booking-guest-right .guest-completed-icon {
  color: #7ed321;
  font-size: 14px;
  margin: 0 3px;
}
.operator-calendar-alert-modal {
  z-index: 10000;
}
