.t-container {
  box-sizing: border-box;
  padding: 3em;
}
.t-container.photos{
  padding-top: 0px;
}

.head-points .fa-arrow-up {
  color: green;
}

i.fa.fa-info {
  width: 14px;
  height: 14px;
  text-align: center;
}

span.point-history.red-cancel span {
  color: red;
}

.usepoint-main-history span {
  color: red;
}

.head-points .fa-arrow-down {
  color: red;
}
.detail-history{
  text-align: left;
}

.detail-history-main{
  text-align: left;
}

.head-points .color-font{
  color:green;
  font-weight: bold;
}

.head-points .color-font.reb{
  color:red;
  font-weight: bold;
}

.form-points-history {
  margin-top: 15px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  background-color: white;
  border: 1px solid darkgray;
}

.head-points {
/*  padding-bottom: 5px;
  padding-top: 5px;*/
  background-color: rgb(229,242,229);
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.point-4 {
  /*border-right: 1px solid black;*/
}

.point-3 {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.point-12 {
  border-top: 1px solid black;
}

.col-md-12.head-points {
  padding: 0px;
}

.col-md-11.point-harder-12 {
  padding: 0px;
  border-left: 1px solid black;
}

.col-md-1.point-no-1 {
  padding: 0px;
  text-align: center;
  border-right: 0px solid;
}

.col-md-12.point-harder-12 {
  border-bottom: 1px solid black;
}

.point-no-1 {
  border-right: 1px solid;
}

.head-points.reb {
  background-color: rgb(255,204,204);
}

.head-points.point_in_out{
  background-image: linear-gradient(to right, #ffcccc, #fbd6c6, #f2e1ca, #e9ebd5, #e5f2e5);
}
.head-points .color-no{
  color:black;
  font-weight: bold;
}

.head-points .color-day{
  color:black;
  font-weight: bold;
}

.point-history.greens span{
  color: green;
}

.history-hotelname {
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid black;
}

.lib-row.lib-desc.namehotel_chain {
  text-transform: capitalize;
}

.point-history.yellow span{
  color: yellow;
}

#box-loading {
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1000;
}
#img-loading {
  position: fixed;
  top: 45%;
  left: 49%;
  z-index: 5;
}
.border-red {
  border: 1px solid #ec3d3d !important;
}

.result-content{
  box-sizing: border-box;
  padding: 2em;
}

.btn.btn-show:hover,
.btn.btn-show:active,
.btn.btn-show:focus,
.btn.btn-show:visited {
  background-color: #095180;
}

.no-margin{
  margin:0px;
}

.box-item.forsort{
  cursor: all-scroll;
}
.col-tool{
  float: right;
}

/*##################  calendar_update  ######################*/
input.dis-day,
input.no-bg {
  width: 100%;
  height: 34px;
  text-align: center;
  border: 0;
  box-shadow: none;
  background-color: #f1f2f2;
}
input.no-bg{
  background-color: #ffffff;
}
.calendar-updata select {
  border-radius: 0px;
  background-color: #e5e5e5;
  border: 1px solid #a7a9ac;
  width: 90%;
}
.col-md-1 .w90 {
  width: 68%;
}
.col-md-2 .w90 {
  width: 88%;
}

.col-md-1 .copy-below{
  margin-top: 7%;
}
.col-md-2 .copy-below{
  margin-top: 3%;
}
.col-md-3 .copy-below{
  margin-top: 2%;
}
.col-md-1 .copy-below,
.col-md-2 .copy-below,
.col-md-3 .copy-below{
  float: right;
  font-size: 1em;
  padding: 5px;
}

.tbody .tr .copy-below{
  display: none;
}
.tbody .tr:first-child .copy-below{
  display: block;
}
.rmt-box-photo {
  list-style: none;
}



/*##################  Room Setup  ######################*/
.rmt-item button.toggle-title-panel{
  background-image: none;
  background-color: #7499b7;
  width: 30%;
}
.rmt-item.active button.toggle-title-panel{
  background-color: #216093;
}
.rmt-item .pro button.toggle-title-panel{
  width: 40%;
}

/*##################### view booking ######################*/
.booking-view .tbody .td label {
  font-size: 0.9em;
  font-weight: normal;
}
.td.books-number{
  width: 12%;
}
.td.hotel{
  width: 13%;
}
.td.rooms{
  width: 5%;
}
.td {
  text-align: center;
  padding: 0px;
}
.booking-view .td {
  padding-left: 2px;
  padding-right: 2px;
}
.td.nrf {
  width: 4%;
}
.td.customer{
  width: 16%;
}
.td.status{
  width: 5%;
}
.td.email{
  width: 11.6%;
}

.list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-items>.item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.title-toggle{
  color: #6d6e71;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #d1d3d4;
  cursor: pointer;
}

.active .title-toggle {
  color: #fff;
  background-color: #cbcbcb;
  border: 1px solid #003a60;
  border-radius: 5px;
}

.view-booking-updata {
  margin-top: 2em;
}

.triangle-icon {
  font-size: 2em;
  float: left;
}

.booking-id {
  float: left;
  display: inline;
  margin-left: 10px;
}

.title-toggle>.row {
  line-height: 2em;
}

span.booking-hotelname {
  color: #000029;
}

.box-contend {
  padding: 1.5em;
  padding-left: 55px;
  background-color: #f1f2f2;
}

.frm-view-booking .form-control{
  width: 100%;
}

.btn.btn-show {
  display: block;
  width: 100px;
  border-radius: 15px;
  background-image: none;
  background-color: #003a60;
}

.btn.btn-excel {
  display: block;
  width: 115px;
  border-radius: 15px;
  background-image: none;
  background-color: #003a60;
}

.panel-toggle {
  display: none;
}

.panel-toggle {
  background: white;
}
.active .panel-toggle{
  display: block;
  width: 100%;
}

.booking-title {
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
}

.from {
  box-sizing: border-box;
  padding: 2em;
}

.content-panel-toggle {
  margin: 0;
  padding: 0;
  top: 0;
  display: inline-block;
  width: 100%;
}

.row-eq-height>[class*="col-"]:after {
  content:"";
  border-right: 1px solid #e6e7e8;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.row-eq-height>[class*="col-"]:last-child:after{
  content: "";
  border: 0;
}

.active .title-toggle .row>.border-right:after {
  content: "";
  border-right: 1px solid rgba(115, 115, 115, 0.85);
  height: 45px;
  position: absolute;
  right: 2px;
  top: -8px;
}

.active .title-toggle .row>.border-right:nth-child(2):after {
  right: -2px;
}

.no-data {
  color: #e00000;
  padding-left: 10px;
  background-color: #fff;
  padding: 2em;
  font-weight: bold;
  text-align: center;
}

/*######################### start colum same height #######################*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*#########################  end colum same height #######################*/

/*########################  promotions ############################*/
.page-promotions small.form-text.text-muted {
  font-size: 0.7em;
}

.page-promotions .bengine-content{
  background-color: #f1f2f2;
  padding-bottom: 1em;
}

.page-promotions .add-roomtype {
  padding: 20px;
  padding-bottom: 35px;
}

.page-promotions form.form-horizontal .plus {
  display: none;
}

.page-promotions form.form-horizontal .option-date:last-child a.plus,
.page-promotions form.form-horizontal .option-date:last-child a.minus{
  display: inline-block;
}
.page-promotions form.form-horizontal .option-date:first-child a.minus{
  /*display:none;*/
}

.page-promotions form.form-horizontal .option-date .minus {
  display:inline;
}

.page-promotions form.form-horizontal .option-date {
  position: relative;
  padding: 1em;
  margin-bottom: 1em;
}

.box-chkbxinscrll {
  border: 2px solid #ccc;
  width: 300px;
  height: 100px;
  overflow-y: scroll;
}

.box-chkbxinscrll label {
  cursor: pointer;
  display: block;
}

.page-promotions form.form-horizontal .option-date:before {
  content:"";
  border: 1px dotted #f6f6f6;
  width: 60%;
  display: block;
  box-shadow: 1px 2px 15px #ccc;
  position: absolute;
  height: 100%;
  top: -5px;
  left: 0px;
}

.email-send  {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.change-his {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*###########################Custom Nvabar#######################*/

.ct-nav h3{
  margin-top:0;
  border-bottom: solid 2px white;
  border-width: 20%;
}
.borderheader{
  border:solid 1px;
  border-radius: 4px;
  margin: 1%;
  padding: 1%;
}
.borderbody{
  border:solid 1px;
  border-radius: 4px;
  margin: 1%;
  padding: 1%;
}

.borderbodynone{
  border:solid 1px;
  border-radius: 4px;
  margin: 1%;
  padding: 1%;
}

.borderfooter{
  border:solid 1px;
  border-radius: 4px;
  margin: 1%;
  padding: 1%;
}

.bordernav{
  border:solid 1px;
  border-radius: 4px;
  background-color: #ededed;
  width: 100%;
  height:auto;
  margin: 1%;
  padding: 1%;
}

.bordernav:hover{
    opacity: 0.9;
    box-shadow: 1px 2px 15px #000;
}

.sbg{
  display: none;
}

.summitct{
  float: right;
  margin-bottom: 15px;
}
/*##########################Modal bootstrap Right###########################*/
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 360px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  .modal.right.fade.in .modal-dialog {
    right: 0;
  }
  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }

  .custom-right{
    float: right;
    display: none;
  }
  .col-md-2.custom-right {
    background-color: bisque;
    margin-top: -3em;
    width: 244px;
    height: 80.5em;
    margin-bottom: -16px;
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    overflow-y: auto;
    margin-bottom: -89em;
    padding: 31px 8px 31px;
    right: -14.5em;
    position: absolute;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  button.col-sm-6.col-md-6.btn.btn-primary {
    width: 71%;
    margin-top: 10%;
  }
/*############### check box ###################*/
  .checkbox {
    padding-left: 20px; 
  }

  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
  }

  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
  }

  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
  }

  .checkbox input[type="checkbox"] {
    opacity: 0; 
  }

  .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
  }

  .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
  }

  .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; 
  }

  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
  }

  .checkbox.checkbox-circle label::before {
    border-radius: 50%; 
  }

  .checkbox.checkbox-inline {
    margin-top: 0; 
  }

  .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; 
  }

  .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; 
  }

  .checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; 
  }

  .checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; 
  }

  .checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; 
  }

  .checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; 
  }

  .checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; 
  }

  .checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; 
  }

  .checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; 
  }

  .checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; 
  }

  li.list.item {
    border: solid 1px white;
    background-color: floralwhite;
  }
  .time_price_plus, .chktimep, .begsrv_rate_type, .addon_rate_type, .rate_type_bydate, .srv-toggle-content-panel, .srv-item, .srv-item.tmp-add, .forcheck[name=rate_per_time_de], .forcheck[name=rate_per_time_re], .sub_srv, .subsrv, .addon_rate_type_bydate, .rates_by_date, .rates_by_dateborder, select.srv_saletype, .custinfo {
    display: none;
  }

  .time_price_plus.active, .chktimep.active, .begsrv_rate_type.active, .addon_rate_type.active, .rate_type_bydate.active, .srv-toggle-content-panel.active, .srv-item.active, .srv-item.tmp-add.active, .forcheck[name=rate_per_time_de].active, .forcheck[name=rate_per_time_re].active, .sub_srv.active, .subsrv.active, .addon_rate_type_bydate.active, .rates_by_date.active, .rates_by_dateborder.active, select.srv_saletype.active, .custinfo.active {
      display: block;
  }
  .modal-body.srv_modal {
    padding: 0;
  }
  .topnav {
    /* background-color: lightgray; */
    overflow: hidden;
  }

  .topnav a.active {
    padding: 0.75em 0.75em 0.4em 1em;
    border-bottom: 0.35em solid #003a60;
    background-color: white;
    color: #003a60;
  }

  .topnav a {
    width: 20%;
    float: left;
    display: inline-block;
    font-weight: bold;
    color: #003a60;
    text-align: center;
    padding: 0.75em 0.25em;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 1px solid lightgray;
  }

  .title-bar {
    background-color: #c5d0db;
    color: #003a60;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 15px;
    margin: 15px 10px;
    height: 55px;
  }

  .col-tool {
    text-align: right;
  }

  .row-ser{
    margin-left: -15px;
    margin-right: -15px;
  }

  .rpanel.panel-srv-type.height-equal {
    padding-left: 45px;
  }

  .panel-toggle lable {
    font-weight: bold;
    font-size: 13px;
  }

  .mm-menu.mm-offcanvas.mm-right {
      left: auto;
  }

  .navbar.navbar-static-top.header {
    position: fixed;
    width: 100%;
    top: 0px;
  }

  .container-top-menu {
    text-align: center;
  }

  body .header {
    height: 54px;
    box-shadow: 1px 2px 15px #444;
  }

  .header .logo {
    top: 5px;
    width: 100%;
    height: auto;
    margin-left: -4em;
  }
  .logo {
    position: absolute;
  }

  .open-menu {
    display: none;
  }

  .open-menu {
    position: relative;
  }

  .header ul.navbar-nav {
    margin: 0 auto;
    display: inline-block;
    float: none;
    width: 100%;
    margin-left: 15em;
  }

  .item-head {
    margin-bottom: 5px;
    width: 40%;
    /* border-right: 1px solid #dfc393; */
  }

  .item-head-main {
    margin-bottom: 5px;
    width: 20%;
    /* border-right: 1px solid #dfc393; */
  }

  .header .nav>li>a {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
  }

  a.nav-contact-us>span {
    float: left;
    margin-top: 5px;
    padding-right: 5px;
    color: #fadaab;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .logoinfo {
    padding-top: 4.1em;
    width: 100%;
    height: auto;
    background-position: center center;
    margin-top: -0.4em;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-left: 2.8em;
    background-size: contain;
  }

  /*menu mobile*/

  .topnav-moblie {
    overflow: hidden;
    background-color: #333;
    position: relative;
    border-radius: 7px;
    margin-bottom: 10px;
  }

  .topnav-moblie #myLinks {
    display: none;
  }

  .topnav-moblie a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav-moblie a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav-moblie a:hover {
    background-color: #ddd;
    color: black;
  }
  .nav.nav-tabs.bor.moblie{
    background: white;
    text-align: center;
  }
  .topnav-moblie{
    display: none;
  } 
  /*menu mobile*/
@media(max-width:1600px){
  .calendar-updata .allot {
    width: 7%;
  }

  .calendar-updata .plc_group {
    width: 17%;
  }

  .calendar-updata .sell_rate {
    width: 9.666667%;
  }

  .calendar-updata .status_up {
    width: 10.333333%;
  }

  .calendar-updata .col-md-2.extra{
    width: 20.666667%;
  }

  .calendar-updata .col-md-1.extra{
    width: 10.333333%;
  }

  .col-md-1.extra .w90 {
    width: 75%;
  }

  .col-md-2 .w90 {
    width: 80%;
  }

  .calendar-updata select {
    width: 88%;
  }
}

@media(max-width:1400px){
/*  .calendar-updata .plc_group {
    width: 20%;
  }*/

  .calendar-updata .status_up {
    width: 12.333333%;
  }

  .calendar-updata .col-md-1 .w90 {
    width: 64%;
  }

  .calendar-updata select {
    width: 85%;
  }
}

@media(max-width:1280px){
  .w90 {
    width: 86%;
  }
}

@media(max-width:1024px){
  .w90 {
    width: 80%;
  }
}

@media(max-width:1280px){
  .w90 {
    width: 86%;
  }
}

@media(max-width:1024px){
  .w90 {
    width: 80%;
  }
}

@media (max-width: 769px) and (min-width: 320px){
  .topnav-desktop{
    display: none;
  } 

  button.hide_version_mo{
    display: none;
  } 
  div.hide_version_mo{
    display: none;
  } 

  .form-points-history {
    border: 0px solid darkgray;
  }

  .col-md-11.point-harder-12 {
    padding: 0px;
    border-left: 0px solid black;
  }

  .col-md-12.point-harder-12,
  .head-points {
    border-bottom: 0px solid black;
    border-left: 0px solid black;
    border-right: 0px solid black;
  }

  .point-4,
  .point-3 {
    border-right: 0px solid black;
    border-left: 0px solid black;
  }

  .point-12 {
    border-top: 0px solid black;
  }

  .box-text-points {
    height: auto;
  }

  .col-md-6.pending {
    padding-left: 15px;
    padding-bottom: 15px
  }

  .col-md-6.approved {
    padding-right: 15px;
  }

  .topnav-moblie{
    display: block;
  } 

  ul.menu-desktop{
    display: none;
  }
  a.open-menu {
    float: right;
    color: #fff;
    font-size: 2.5em;
  }
  .open-menu {
    width: 46px;
  }
  .open-menu{
    display: block;
  }

  .header ul.navbar-nav {
    display: none;
  }

  #my-menu .mm-listview {
    color: #003a60;
  }

  .con-profile.bookengine {
    margin-top: 5em;
  }
  .header .logo {
    right: 9em;
  }

  .card-from {
    height: 115px;
    text-align: center;
    text-align: -webkit-center;
  }
}

@media (max-width: 348px) and (min-width: 320px){
  .title-bar {
    height: 80px;
  }
}
/* ################14122021 Mean####################### */
@media (min-width: 770px) {
  .topnav-desktop{
    display: block;
  } 
  
  .topnav-desktop {
    background-color: #fff;
    position: relative;
    border-radius: 7px;
  }
}

