body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.header-bp {
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 7px -6px rgba(0, 0, 0, 0.75);
  height: 60px;
}

.main-container {
  overflow-x: hidden;
  z-index: unset;
}

.modal-open .modal {
  padding-right: unset;
}

a {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #af936c;
}

#logo {
  margin: auto;
  height: 37px;
  display: block;
  margin-top: 12px;
}

.header {
  display: block;
}

.right-bar {
  padding-right: 11px;
  font-weight: bold;
  float: right;
}

.right-bar .title {
  background: #252525;
  color: #fff;
  width: auto;
  height: 57px;
  padding: 22px 15px 0 15px;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: -59px;
}

.login-info {
  width: 60%;
  position: absolute;
  top: 59px;
  right: 11px;
  display: none;
  z-index: 999;
  color: #fff;
}

.login-info .menu {
  position: relative;
  top: -3px;
  background: #252525;
  padding: 10px;
  right: 94px;
}

.login-info ul {
  padding-top: 10px;
  padding-right: 10px;
  display: block;
}

.login-info ul li a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  padding: 10px 0 5px;
}

.login-info ul li a:hover {
  color: #af936c;
}

.user-nav {
  height: 60px;
  padding-right: 0;
  position: relative;
}

.user-nav>a {
  padding: 20px 55px;
  display: inline-block;
  height: 60px;
  transition: all 0.2s;
  position: relative;
  font-size: 13px;
}

.user-nav>a span.user-name {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 12px
}

.user-nav>a span.user-icon-wrapper:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow-down-gold.png) no-repeat;
  position: absolute;
  right: 38px;
  top: 25px;
}

a.dashboard-btn.login-selected span.user-icon-wrapper:after {
  background: url(../images/common/arrow-up-gold.png) no-repeat;
}

.user-nav>a img {
  margin-left: 20px;
}

.user-nav>a .user-icon-active {
  display: none;
}

.user-nav .login-info {
  width: 128px;
  right: 0;
  transition: all 0.2s;
  opacity: 0;
}

.user-nav .login-info .menu {
  top: 0;
  padding: 20px 16px;
}

.user-nav .login-info .menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-btn.login-selected {
  /* background: #252525;
  color: #fff; */
}

.dashboard-btn.login-selected .user-icon {
  display: none;
}

.dashboard-btn.login-selected .user-icon-active {
  display: inline-block;
}

.dashboard-btn.login-selected+div.login-info {
  display: block;
  opacity: 1;
}

.right-col {
  background-color: #af936c;
  min-height: 300px;
}

.content {
  padding-top: 20px;
  /* padding-left: 30px; */
  background-color: #ffffff;
}

.content .alert.alert-success {
  margin-left: 15px;
}

.furama-btn {
  color: #ffffff !important;
  background-color: #af936c;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 30px;
}

.furama-border-btn {
  color: #af936c;
  background-color: white;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  border: solid 2px #af936c;
  padding: 3px 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffffff !important;
  background: #af936c;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  color: #ffffff !important;
  background: #af936c;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  background: #907043;
}

.furama-field {
  border: none;
  border-bottom: solid 2px #ddd;
  border-radius: 0px;
}

/* Auth Section Starts */
/* .auth-section {
  padding-left: 15px;
} */
.auth-section h3 {
  font-weight: bold;
}

.auth-section .mandatory-label {
  font-size: 12px;
  color: #ddd;
  margin-bottom: 5px;
}

.auth-section .form-element {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* .auth-section .form-element .left {
  margin-bottom: 0;
  width: 200px;
}
.auth-section .form-element .right {
  width: calc(100% - 200px);
}
.auth-section.signup .form-element .left {
  margin-bottom: 0;
  width: 300px;
}
.auth-section.signup .form-element .right {
  width: calc(100% - 300px);
} */
.auth-section .login-action.top {
  margin-top: 5px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}

.auth-section .login-action.top a {
  /* font-style: italic; */
  color: #ddd;
}

.auth-section .login-action.top input {
  margin-top: 10px;
}

.auth-section .login-action.bottom {
  text-align: right;
}

.auth-section .login-action.bottom a {
  color: red;
}

/* Auth Ends */

/*Company Profile*/
.profile-section H4 {
  font-weight: bold;
  color: #b4891d;
}

.profile-section H4 a {
  position: relative;
  top: -2px;
}

.profile-section .profile-label {
  margin-bottom: 5px;
  font-weight: bold;
}

/*Company Profile end*/
/*Bookings section*/
.bookings-section .nav {
  justify-content: center;
}

.bookings-section .nav-item {
  width: 300px;
  text-align: center;
}

.bookings-section .nav-link {
  color: darkgray;
  background-color: #ddd;
  border-radius: 0 !important;
  font-weight: bold;
  padding: 15px 70px !important;
}

.bookings-section .nav-link:hover {
  color: darkgray;
}

.bookings-section .nav-link.active {
  color: #ffffff !important;
  background-color: #af936c !important;
  border-radius: 0;
  font-weight: bold;
  padding: 5px 30px;
}

.bookings-section .filter-items .items {
  margin-bottom: 10px;
}

.bookings-section .no-bookings {
  text-align: center;
}

.bookings-section .no-bookings a {
  color: blue;
  font-weight: bold;
}

.current-bookings-container .card-list {
  background: #ddd;
  min-height: 300px;
  margin-bottom: 10px;
  padding: 15px;
}

.current-booking-card {
  background: white;
  padding: 15px;
}

.current-booking-card .top {
  display: flex;
}

/* .current-booking-card .top .left {
  width: 200px;
  padding-right: 0 15px;
} */

.current-booking-card .top .left .img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background-color: gold;
}

.current-booking-card .top .right {
  width: calc(100% - 200px);
  padding-left: 15px;
}

.booking-details span {
  color: #af936c;
  font-weight: bold;
}

.booking-details p {
  margin-bottom: 0;
}

.booking-details .middle {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-details .location-details h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.booking-details .time-details {
  text-align: right;
}

.booking-details .time-details p {
  margin-bottom: 0;
}

.booking-details .price-details p {
  text-align: right;
  margin-bottom: 0;
}

.booking-details .price-details p:last-child {
  font-size: 28px;
  font-weight: bold;
}

.booking-details .price-details p span {
  font-size: 14px;
}

.view-report a {
  color: blue !important;
  font-weight: bold;
}

.view-report a small {
  font-weight: bold;
}

.current-booking-card .bottom .cno {
  font-size: 11px;
  font-weight: bold;
  color: #af936c;
}

.current-booking-card .bottom .user-details {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}

.current-booking-card .bottom .user-details .profile {
  width: 175px;
  display: flex;
  align-items: center;
}

.current-booking-card .bottom .user-details .profile .img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #ddd;
  margin-right: 10px;
}

.current-booking-card .bottom .user-details .personal-notes {}

.current-booking-card .bottom .user-details .room-type {
  width: 175px;
  font-weight: bold;
}

.current-booking-card .bottom .user-details .confirmation-number {
  width: 120px;
  text-align: right;
}

.current-booking-card .bottom p {
  text-align: right;
  margin-bottom: 0;
}

.current-booking-card .confirmation-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.current-booking-card .confirmation-section p {
  text-align: right;
  margin-bottom: 0;
}

.current-booking-card .confirmation-section p:last-child {
  color: #af936c;
  font-size: 14px;
}

.current-booking-card .confirmation-section a {
  color: blue;
  font-weight: bold;
}

.current-booking-card .confirmation-section a small {
  font-weight: bold;
}

.current-bookings-container .reports {
  min-height: 300px;
  margin-bottom: 10px;
  padding: 15px 0;
}

.current-bookings-container .reports p {
  margin-bottom: 5px;
}

.current-bookings-container .reports .filter-items {
  padding: 15px;
  background-color: #af936c;
  display: flex;
  flex-wrap: wrap;
}

.current-bookings-container .reports .report-list {
  margin: 15px 0;
}

.report-list table th {
  background: darkgray;
  color: white;
}

.current-bookings-container .reports .filter-items .items {
  color: white;
  margin: 10px;
}

.current-bookings-container .reports .filter-items .items label {
  margin-bottom: 0;
}

.current-bookings-container .reports .filter-items select {
  width: 200px;
  height: 30px;
  background-color: white;
}

/*bookings end*/
/*Colleagure start*/
.colleague-section {
  /* padding-right: 15px; */
  min-height: 400px;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-section h3 {
  font-weight: bold;
}

.header-section a {
  color: white;
}

.header-section span {
  color: darkgray;
  font-size: 12px;
}

.header-section h3,
.header-section a {
  margin-bottom: 0;
}

.colleague-section .actions-button {
  position: relative;
}

.colleague-section .actions-button button {
  border: none;
  padding: 10px 50px;
  border: solid 2px #af936c;
  width: 280px;
}

.colleague-section .actions-button button.upload {
  background-color: white;
  border: solid 2px #af936c;
  color: #af936c;
  margin-left: 5px;
}

.colleague-section .actions-button button.upload.show {
  position: relative;
  top: 0px;
  padding: 13px 50px;
  border-bottom: solid 2px white;
  z-index: 2;
}

.colleague-section .actions-button .upload-section {
  position: absolute;
  width: 100%;
  background-color: white;
  border: solid 2px #af936c;
  top: 46px;
  padding: 15px;
}

.colleague-section .actions-button .upload-section.hide {
  display: none;
}

.colleague-section .actions-button .upload-section p {
  color: darkgray;
  margin-bottom: 5px;
  font-size: 14px;
}

.colleague-section .actions-button .upload-section .download-xls {
  display: flex;
  justify-content: space-between;
}

.colleague-section .actions-button .upload-section .upload-btn-lbl {
  color: black;
  font-weight: bold;
  margin-top: 30px;
}

.colleague-section .actions-button button.uploadfile {
  width: unset;
}

.colleague-list-section .filter-section {
  margin: 20px 0 10px 0;
  justify-content: flex-end;
}

.colleague-list-section a {
  color: blue !important;
  font-weight: bold;
  font-size: 12px;
}

.colleague-list-section .filter-section .search {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 10px;
}

.colleague-list-section .filter-section .input-holder {
  width: 350px;
  padding-right: 75px;
}

.colleague-list-section .filter-section input {
  width: 100%;
}

.colleague-list-section .filter-section .search a {
  position: absolute;
  right: 0;
  top: 5px;
}

.colleague-list-section .filter-section select {
  width: 150px;
  background-color: white;
}

.colleague-list-section .filter-section .other-filters {
  text-align: right;
}

.colleague-list-section .filter-section .filter-tags li {
  display: inline;
  padding: 5px;
  border: 1px solid #af936c;
  border-radius: 5px;
}

.colleague-list-section .filter-section .filter-tags li span {
  cursor: pointer;
  color: #af936c;
  margin: 5px 0;
}

.table-holder {
  width: 100%;
  overflow-x: auto;
}

/* .colleague-list-section .filter-section .other-filters a{
  margin-left: 150px;
}
.colleague-list-section .filter-section .tags{
  margin-left: 150px;
} */
#add-colleague-modal .modal-content {
  border-radius: none;
}

#add-colleague-modal .modal-header {
  background: #af936c;
  color: white;
  border-radius: none;
}

#add-colleague-modal .modal-header button {
  color: white;
  opacity: 1;
}

#add-colleague-modal .form-element {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#add-colleague-modal .form-element .left {
  margin-bottom: 0;
  width: 200px;
}

#add-colleague-modal .form-element .right {
  width: calc(100% - 200px);
}

.red {
  color: red;
}

.footer {
  border-top: solid 1px darkgray;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

.hide {
  display: none;
}

.dataTables_wrapper .dataTables_filter input {
  border: none !important;
  border-bottom: solid 2px #ddd !important;
  border-radius: 0px !important;
}

.booking-btn:hover {
  color: white;
}

.dashboard-container {
  min-height: calc(100vh - 240px);
}

@media screen and (max-width: 1200px) {
  .current-bookings-container .reports .filter-items .items label {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .login-info {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    float: unset;
  }

  .bookings-section .nav-item {
    width: unset;
  }

  .bookings-section .nav-link {
    padding: 15px !important;
  }

  .dashboardcontent.d-inline-block p {
    text-align: justify;
  }

  .dashboardcontent.d-inline-block {
    padding: 11px;
    font-size: 14px;
  }

  .col-md-3.dashboardimage.d-inline-block {
    text-align: center;
    margin: -20px auto 0;
  }

  .dashboard_interest {
    text-align: justify;
  }
}

.auth-section {
  padding: 28px 70px 30px 45px;
}

span.welcome-msg {
  font-size: 12px;
  top: -2px;
  position: relative;
  left: -1px;
}

.user-nav>a span.user-name {
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
}

.heading_details {
  font-size: 15px;
  font-weight: 700;
  text-indent: 25px;
}

.booking_label {
  font-size: 13px;
  font-weight: 600;
  text-indent: 25px;
}

.booking_data {
  font-size: 13px;
  font-weight: 600;
}

.hotel_detailsbooking {
  padding-bottom: 18px;
}

.booking_detailsbooking {
  padding-bottom: 18px;
}

.payment_detailsbooking {
  padding-bottom: 18px;
}

.dashboardimage img {
  width: 375px;
  height: 297px;
  text-align: center;
}

.col-md-3.dashboardimage.d-inline-block {
  margin: -20px auto 0;
}

.main_dashordcontent {
  padding-bottom: 10px;
  background: #e6e6e6;
  padding-left: 25px;
  margin-top: 40px;
  margin-right: 20px;
}

.dashboardcontent {
  padding: 0px;
}

.balanceredeemable {
  background: #333;
  color: white;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
}

.col-md-3.rewardscol {
  font-size: smaller;
}

.rewardcontent {
  padding: 5px 10px;
  background: #e6e6e6;
  width: 100%;
  height: 300px;
}

.rewardimage {
  text-align: center;
  flex: fit-content;
}

h6.hotelname {
  background: #333;
  color: white;
  width: fit-content;
  padding: 5px 10px;
  margin: 70px 0px 0px 5px;
  z-index: 10;
  position: relative;
  font-weight: bold !important;
}

p.hoteldesc {
  background: white;
  max-width: 350px;
  margin: -10px 0px 0px 0px;
  padding: 30px 25px;
}

@media screen and (min-width: 2182px) {
  .col-md-9.dashboardcontent.d-inline-block {
    padding-left: 2.5vw;
  }

  .dashboardimage img {
    width: calc(375px + 7vw);
    height: calc(297px + calc(7vw / 375 * 297));
    text-align: center;
  }

  .col-md-3.dashboardimage.d-inline-block {
    margin: -3% auto 0;
  }

  .main_dashordcontent {
    padding-bottom: 2%;
    background: #e6e6e6;
    padding-left: 25px;
    margin-top: 5%;
    margin-right: 20px;
  }

  h6.hotelname {
    background: #333;
    color: white;
    width: fit-content;
    padding: 5px 10px;
    margin: 10vh 0px 0px 10px;
    z-index: 10;
    position: relative;
    font-weight: bold !important;
  }

  p.hoteldesc {
    background: white;
    max-width: 85%;
    margin: -10px 20px 0px 0px;
    padding: 30px 25px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 2180px) {
  .col-md-9.dashboardcontent.d-inline-block {
    padding-left: 130px;
  }

  .dashboardimage img {
    width: 450px;
    height: 357px;
    text-align: center;
  }

  .col-md-3.dashboardimage.d-inline-block {
    margin: -70px auto 0;
  }

  .main_dashordcontent {
    padding-bottom: 20px;
    background: #e6e6e6;
    padding-left: 25px;
    margin-top: 90px;
    margin-right: 20px;
  }

  h6.hotelname {
    background: #333;
    color: white;
    width: fit-content;
    padding: 5px 10px;
    margin: 100px 0px 0px 5px;
    z-index: 10;
    position: relative;
    font-weight: bold !important;
  }

  p.hoteldesc {
    background: white;
    max-width: 650px;
    margin: -10px 20px 0px 0px;
    padding: 30px 25px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .col-md-9.dashboardcontent.d-inline-block {
    padding-left: 159px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .col-md-9.dashboardcontent.d-inline-block {
    padding-left: 159px;
  }
}

@media screen and (max-width: 767px) {
  .login-info .menu {
    position: relative;
    top: -3px;
    background: #252525;
    padding: 10px;
    right: 0px;
  }

  a.header_book_now {
    display: none;
  }

  .user-nav {
    height: 60px;
    padding-right: 0;
    position: relative;
    left: 26px;

  }

  .dashboard-container.row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main_dashordcontent {
    padding-bottom: 10px;
    background: #e6e6e6;
    padding-left: 0px;
    margin-top: 40px;
    margin-right: -10px;
    margin-left: auto;
  }

  .col-md-3.dashboardimage.d-inline-block {
    margin: -20px auto 0px;
    text-align: center;
  }

  .dashboardimage img {
    width: 250px;
    height: 198px;
    text-align: center;
  }

  h6.hotelname {
    background: #333;
    color: white;
    width: fit-content;
    padding: 5px 10px;
    margin: 0px auto;
    z-index: 10;
    position: relative;
    font-weight: bold !important;
  }

  p.hoteldesc {
    background: white;
    max-width: 350px;
    margin: -10px auto 5px auto;
    padding: 30px 20px;
  }

  .col-md-3.rewardscol {
    font-size: smaller;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    margin-right: 15px;
  }

}

a.header_book_now {
  padding: 8px 13px;
  vertical-align: middle;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  height: 35px;
  font-size: 12px;
  background: #af936c;
  color: #fff;
}

.ui-datepicker {
  z-index: 3 !important;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .user-nav>a {
    padding: 18px 1px;
    display: inline-block;
    height: 60px;
    transition: all 0.2s;
    position: relative;
    font-size: 13px;

  }

  a.header_book_now {
    padding: 8px 13px;
    vertical-align: middle;
    width: 90px;
    margin-left: 0px;
    margin-top: 0px;
    height: 35px;
    font-size: 12px;
    background: #af936c;
    color: #fff;

  }

  .user-nav>a span.user-icon-wrapper:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/common/arrow-down-gold.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 25px;
  }

  .col-md-9.dashboardcontent.d-inline-block {
    padding-left: 125px;
  }

  .dashboardimage img {
    width: 315px;
    height: 250px;
    text-align: center;
  }
}

a.dt-button.buttons-csv.buttons-html5 {
  position: relative;
  left: 20px;
  /* background-color: #ccc; */
  top: 6px;
}

@media screen and (max-width:960px) {
  .main-container.subPg .booking-container {
    margin: -200px auto 0px !important;
  }
}

.amendForm .row .title {
  width: 100%;
  padding: 10px 2.5%;
  background: #f0f0f0;
  color: #252525;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.amendForm label {
  font-size: 14px;
  font-weight: 700;
}