/* .sked-tape__dates{
  position: fixed;
  z-index: 99;
} */ 
/* .header_report div {
  display: inline-block;
} */

.table {
  background-color: transparent;
  width: 100%;
}
.header_report{
  display: inline-flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 5px;
}
.header-report.page{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 5px;
  width: 100%;
}
.header_report div:nth-child(1){
  width: 100px;
}
.rpt-item-payment div:nth-child(1){
  width: 92px;
}
.header_report div:nth-child(2),
.rpt-item-payment div:nth-child(2){
  width: 90px;
}
.header_report div:nth-child(3),
.rpt-item-payment div:nth-child(3){
  width: 80px;
}
.header_report div:nth-child(4),
.rpt-item-payment div:nth-child(4){
  width: 300px;
}
.header_report div:nth-child(5){
  width: 225px;
}
.rpt-item-payment div:nth-child(5){
  width: 215px;
}
.header_report div:nth-child(6),
.rpt-item-payment div:nth-child(6){
  width: 150px;
  text-align: right;
  margin-right: 15px;
}

.row.rpt.posting-rpt .tb-payment-data {
  width: 1500px;
}

.header_report div:nth-child(7),
.rpt-item-payment div:nth-child(7){
  width: 228px;
}
.header_report div:nth-child(8),
.rpt-item-payment div:nth-child(8){
  width: 290px;
}
.header_report div:nth-child(9){
  width: 115px;
}
.header_report_postinggl{
  display: inline-flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 5px;
}
.header_report_postinggl div {
  display: inline-block;
}
.rpt-item-left-90{
  width: 110px;
  text-align: left;
}
.rpt-item-right-90{
  width: 110px;
  text-align: right;
}
.rpt-item-left-150{
  width: 150px;
  text-align: left;
}
.rpt-item-right-150{
  width: 150px;
  text-align: right;
}
.rpt-item-left-250{
  width: 250px;
  text-align: left;
}
.rpt-item-payment div:nth-child(9){
  width: 80px;
}
.box-type-payment {
  padding: 0 5px;
  width: 100%;
  margin-top: 5px;  
  margin-right: 5px;  

}
.rpt{
  width: 100%;
  overflow-x: auto;
}
.sub-total-payment {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: whitesmoke;
  width: 100%;
}

.total-all{
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}

.rpt-item-payment {
  display: block;
  width: 100%;
}
.rpt-item-postinggl {
  display: block;
}
.rpt-item-payment div {
  display: inline-block;
}
.rpt-item-postinggl div {
  display: inline-block;
}

.sub-total-payment label, .sum-total-payment label{
  margin: 0px 40px;

}
.sub-total-payment .sum-row {
  display: inline-flex;
  width: 100%;
  white-space: nowrap;
}

#print_payment_rpt{
  display: none;
}
.sub-total-payment .box-total {
  display: inline-block;
}
.box-total ,.box-sum-total{
  width: 100%;
  white-space: nowrap;
}
.sum-total-payment{
  border-bottom: 1px solid #000;
}
.header-payment p {
  /* display: flex; */
  gap: 5px;
  width: 100%;
  padding-top: 15px;
}

.footer_report div {
  display: inline-block;
}
.footer_report{
  /* display: flex; */
  table-layout: fixed;
  gap: 5px;
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid;
  background-color: whitesmoke;
}
.footer_report.white {
  table-layout: fixed;
  gap: 5px;
  width: 100%;
  margin: 50px;
  border-bottom: 1px solid;
  background-color: white;
  min-height: 35px;
}
.footer_report td {
  white-space: nowrap;
}
.footer-inner {
  min-height: 35px;
}

.tb-payment-data .col-1{ 
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
 }
.tb-payment-data .col-1.border-right{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 5px;
}
.tb-payment-data .col-2{ 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000;
  margin: 5px;}
.tb-payment-data .col-2.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 5px;
    padding: 5px;
}
.tb-payment-data .col-3{ 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000;
  padding: 10px;}
.tb-payment-data .col-3.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 15px;
}
.tb-payment-data .col-4{ 
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.tb-payment-data .col-4.border-right{
    border-right: 1px solid #000;
    margin: 5px;
    padding-left: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-right: 10px;
}
.tb-payment-data .col-5{ 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000;
}
.tb-payment-data .col-5.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 15px;
}
.tb-payment-data .col-6{ 
  border-bottom: 1px solid #000;  
  border-top: 1px solid #000;
  padding: 10px;
}
.tb-payment-data .col-6.border-right{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.tb-payment-data .col-7{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: right;
  padding-right: 5px;
}
.tb-payment-data .col-7.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-right: 5;
    text-align: right;
    padding-right: 5px;
}
/* .row.rpt.posting-rpt .tb-payment-data {
  width: 1500px;
} */
.tb-payment-data .col-8{ 
  border-bottom: 1px solid #000; 
  border-top: 1px solid #000;
  text-align: center;
}
.tb-payment-data .col-8.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 5px;
    padding: 5px;
}
.tb-payment-data .col-9{ 
  border-bottom: 1px solid #000;  
  border-top: 1px solid #000;
  padding: 10px;
}
.tb-payment-data .col-9.border-right{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 5px;
    padding: 5px;
}
.tb-payment-data .col-10{ 
  border-bottom: 1px solid #000;  
  border-top: 1px solid #000;
  padding: 10px;
}
.tb-payment-data .col-10.border-right{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
}
.footer_report_postinggl{
  display: inline-flex;
  padding: 5px 5px;
  border-top: 1px solid #000;
}
.footer_report_postinggl div {
  display: inline-block;
}

td.col-1.bt-1{
    border-top: black;
}
td.col-2.bt-1 {
    border-top: black;
}
td.col-3.bt-1 {
    border-top: black;
}
td.col-4.bt-1{
    border-top: black;
    font-weight: bold;
}
td.col-5.bt-1 {
    border-top: black;
    font-weight: bold;
}
td.col-6.bt-1 {
    border-top: black;
}
td.col-7.bt-1 {
    border-top: black;
    font-weight: bold;
}
td.col-8.bt-1 {
    border-top: black;
}
td.col-9.bt-1 {
    border-top: black;
}
td.col-10.bt-1 {
    border-top: black;
}

th.col-1.b{
  border-bottom: 1px solid black;
}
th.col-2.b {
  border-bottom: 1px solid black;
}
th.col-3.b {
  border-bottom: 1px solid black;
}
th.col-4.b{
  border-bottom: 1px solid black;
}
th.col-5.b {
  border-bottom: 1px solid black;
}
th.col-6.b {
  border-bottom: 1px solid black;
}
th.col-7.b {
  border-bottom: 1px solid black;
}
th.col-8.b {
  border-bottom: 1px solid black;
}
th.col-9.b {
  border-bottom: 1px solid black;
}
th.col-10.b {
  border-bottom: 1px solid black;
}


div#print_payment_rpt {
  font-size: 18px;
}
div#print_payment_rpt .header_report div:nth-child(1) {
  width: 120px;
}
div#print_payment_rpt .rpt-item-payment div:nth-child(1) {
  width: 110px;
}
div#print_payment_rpt .header_report div:nth-child(4), 
div#print_payment_rpt .rpt-item-payment div:nth-child(4) {
  width: 265px;
}
div#print_payment_rpt .header_report div:nth-child(5) {
  width: 185px;
}
div#print_payment_rpt .rpt-item-payment div:nth-child(5) {
  width: 180px;
}
div#print_payment_rpt .header_report div:nth-child(7), 
div#print_payment_rpt .rpt-item-payment div:nth-child(7) {
  width: 215px;
}
div#print_payment_rpt .header_report div:nth-child(8), 
div#print_payment_rpt .rpt-item-payment div:nth-child(8) {
  width: 245px;
}
div#print_payment_rpt .header_report div:nth-child(9) {
  width: 95px;
}
div#print_payment_rpt .box-total {
  width: 894px;
}
@media print {
  div.print-ready ,div.print-postingrpt-ready{
    display:block !important;
  }
  .no-print {
    display:none !important;
  }

  .print-postingrpt-ready .rpt-item-payment {
    width: 1500px;
  }

  /*########## Report Laundry ##########*/
  #print_laundry_rpt {
    font-size: 10px;
  }

  #print_laundry_rpt .content-wrapper .tb-laundry-data table,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody tr.herder_table td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody tr.detail_table td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody tr.sum_table td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody tr.hide-tr td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody tr.hide-tr td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody.header_laundry tr th,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tbody.footer_sum tr td,
  #print_laundry_rpt .content-wrapper .tb-laundry-data table tr.footer_sum td{
    border: solid #000 !important;
    border-width: 0px 0 0 0px !important;
  }

  #print_laundry_rpt .tb-laundry-data tbody tr.footer_sum td:nth-child(1){
      border: 2px solid black;
  }

  #print_laundry_rpt .print-laundry-r {
    display: inline-block;
    width: 40%;
    float: right;
    border-bottom: 1px solid black;
    padding-left: 0px;
    padding-bottom: 3px;
  }

  #print_laundry_rpt .print-laundry-l {
    display: inline-block;
    width: 40%;
    float: left;
    border-bottom: 1px solid black;
    padding-left: 0px;
    padding-bottom: 3px;
  }

  #print_laundry_rpt .print-laundry-haeder {
    display: inline-block;
    width: 25%;
    float: left;
  }

  #print_laundry_rpt .signature-laundry{
    margin-top: 50px;
  }

  #print_laundry_rpt .tb-laundry-data tbody.header_laundry>tr> th {
    padding: 5px 0px;
  }

/*  #print_laundry_rpt .tb-laundry-data tbody tr.sum_table {
    border-bottom: 1px solid black;
  }*/
  /*########## Report Laundry ##########*/

  /*########## Report minibar ##########*/
  #print_minibar_rpt {
    font-size: 10px;
  }

  #print_minibar_rpt .content-wrapper .tb-minibar-data table,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody tr.herder_table td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody tr.detail_table td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody tr.sum_table td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody tr.hide-tr td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody tr.hide-tr td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody.header_minibar tr th,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tbody.footer_sum tr td,
  #print_minibar_rpt .content-wrapper .tb-minibar-data table tr.footer_sum td{
    border: solid #000 !important;
    border-width: 0px 0 0 0px !important;
  }

  #print_minibar_rpt .tb-minibar-data tbody tr.footer_sum td:nth-child(1){
      border: 2px solid black;
  }

  #print_minibar_rpt .print-minibar-r {
    display: inline-block;
    width: 40%;
    float: right;
    border-bottom: 1px solid black;
    padding-left: 0px;
    padding-bottom: 3px;
  }

  #print_minibar_rpt .print-minibar-l {
    display: inline-block;
    width: 40%;
    float: left;
    border-bottom: 1px solid black;
    padding-left: 0px;
    padding-bottom: 3px;
  }

  #print_minibar_rpt .print-minibar-haeder {
    display: inline-block;
    width: 25%;
    float: left;
  }

  #print_minibar_rpt .main{
    width: 100%;
  }

  #print_minibar_rpt .submain{
    width: 100%;
  }

  #print_minibar_rpt .submain.print-laundry-haeder {
    display: inline-block;
    float: left;
    width: 25%;
  }

  #print_minibar_rpt .signature-minibar{
    margin-top: 50px;
  }

  #print_minibar_rpt .tb-minibar-data tbody.header_minibar>tr> th {
    padding: 5px 0px;
  }
  /*########## Report minibar ##########*/
}


    

















.report .form-group{
	padding-top: 0px;
}
.box-report {
  font-size: 18px;
  width: 100%;
  overflow-x: auto;
}
.report-head>div,
.report-body>.report-item>div,
.report-footer>div{
	display: inline-block;
}
.report-head>.head-date,
.report-item>.item-date,
.report-footer>.footer-total{
	width: 110px;
}
.report-head>.head-occ,
.report-head>.head-occ-persent,
.report-head>.head-item,
.report-item>.item-occ,
.report-item>.item-occ-persent,
.report-item>.item-body,
.report-footer>.footer-body,
.report-footer>.footer-occ,
.report-footer>.footer-occ-persent,
.report-body>.report-footer>.item-body{
	width: 78px;
	text-align: center;
}
.report-head>div,
.report-body .report-item>div,
.report-footer>div{
	border: 1px solid #000;
	padding: 5px;
}
.report-head,
.report-item>.item-date{
	font-weight: bold;
}
.report-head>.head-occ{
	background-color: #0ce80c;
	color: #000;
}
.report-head>.head-occ-persent{
	background-color: #ffa500;
	color: #000;
}
.report-head>.head-item{
	background-color: #0041ff;
  color: #fff;
  font-size: 12px;
}
.report-body{
	display: table;
}
.report-item>div,
.report-head>div{
	float: left;
}
.report-head {
  display: inline-flex;
}
.report-item:hover {
  background-color: #ffd700;
}
.report-item {
  background-color: #fffaf0;
  display: flex;
}
.report-footer {
  background-color: #ecb5b5;
  display: flex;
  font-weight: bold;
}
.head-item>span:nth-child(1){
  border-bottom: 1px solid;
}
.item-body>span{
  border-top: 1px solid;
  display: inherit;
  font-size: 14px;
}
.head-item>span {
  display: inherit;
  color: #ffb700;
}
.ui-room-day-schedule{
  list-style: none;
  padding: 0px;
}
.li-room-schedule{
  margin-top: 20px;
  display: block;
  background-color: #fff;
  transition: box-shadow .3s;
  border-radius:3px 3px 3px 3px;
}
.li-room-schedule:hover{
  box-shadow: 0px -5px 5px 0px rgba(150,142,150,0.5);
}
.report-roomname-schedule{
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius:3px 3px 0 0;
  border-bottom: none;
}
.report-room-day-schedule{
  border: 1px solid #ccc;
  border-top: none;
  border-radius:0 0 3px 3px;
}
.sked-tape__caption{
  font-weight: 600;
}
.frm-room-booking{
  background-color: #fff;
  margin-left: 10px;
}
.report-booking-frm{
  margin-left: 30px;
  margin-bottom: 0px;
}
.report-booking-info{
  display: inline-block;
  white-space: nowrap;
  margin-left: 26px;
  padding-bottom: 15px;
  width: 100%;

}
.report-booking-info span{
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  text-align: right;
  border-radius:3px;
  padding: 0 5px;
  line-height: 18px;
}
/*
.report-booking-info .pending{
  background:  #F39C12;
  color: #fff;
}
.report-booking-info .wait-check-in{
  background:  rgb(136, 175, 147);
  color: #fff;
}
.report-booking-info .defreserve{
  background:  #0BE448;
  color: #fff;
}
.report-booking-info .in-house{
  background:  #3DA6E3;
  color: #fff;
}
.report-booking-info .check-out{
  background:  #DD4B39;
  color: #fff;
}
*/
.pending-width{
  width: 85px;
}
.reserved-width{
  width: 130px;
}
.roomgrid-font{
  font-weight: bolder;
  color: red;
}
.revenue-rpt-frm,.posting-rpt-frm{
  background-color: #fff;
  width: 100%;
}
.revenue-rpt, .posting-rpt{
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  /* 
  width: 100%;
   */
  /*  */
}
.box-date span{
  margin: 0px 35px;
}
.posting_font_bold{
  font-weight: 700;
}
.posting_rpt{
  text-align: center;
}
.rpt-align-center{
  text-align: center;
}
.rpt-item-left{
  text-align: left;
}
.rpt-item-right{
  text-align: right;
}
.rpt-item-center{
  text-align: center;
}
.print-postingrpt-ready{
  display: none;
}
.sort-radio{
  margin: 0px 17px;
}
.room-status-select{
  /* width: 30%; */
}
.rpt-font-weight{
  font-weight: bold;
}
.table-trialbalance-rpt th,.table-trialbalance-rpt td{
  border: 1px solid #000  !important; 
}
.tb-sup-rpt-total{
  background-color: #e6e6e6;
}
.tb-rpt-total>td {
  background-color:#c2c2c2;
}
.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
} 
.modal-content {
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: inherit;
  position: absolute;
  opacity: 1;
  /* pointer-events: none; */
  transition-duration: 0.6s; 
  background: #fff;
} 
.tabs {
  margin-top: 0px;
  font-size: 15px;
  padding: 0px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  display: inline-block;
  border-radius: 50px;
  position: relative;
}

.tabs a{
  text-decoration:none;
  color: #777;
  text-transform:uppercase;
  padding:10px 17px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}

.tabs a.active{
  color:#fff;
}

.modal-title {
  font-weight: 800;
}

.tabs a{
  margin-right:5px;
}

.tabs .selector{
  height:100%;
  display:inline-block;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #05abe0 0%, #2f2cd8 100%);
  background: -webkit-linear-gradient(45deg, #05abe0 0%,#2f2cd8 100%);
  background: linear-gradient(45deg, #05abe0 0%,#2f2cd8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
  color: #fff;
}

.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/*########## Report Laundry ##########*/

.table.table-bordered tbody tr.herder_table {
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
}

.table.table-bordered tbody tr.detail_table {
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}

.tb-laundry-data tbody.header_laundry tr {
  border: 2px solid  #000;
  background-color: #d2d3d3;
}



.tb-laundry-data tbody.header_laundry>tr>th {
  border: 2px solid black;
  text-align: center;
}

.tb-laundry-data tbody tr.herder_table {
  background-color: #e7e7e7;
}

.tb-laundry-data tbody tr.herder_table_cancel {
  border: 2px solid black;
  border-bottom: 0px solid;
  background-color: #f28b8b;
}

.tb-laundry-data tbody tr.detail_table_cancel {
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background-color: #f28b8b;
}

.tb-laundry-data tbody tr.detail_table_cancel>td:nth-child(1),
.tb-laundry-data tbody tr.herder_table_cancel>td:nth-child(1){
  border: 1px solid lightgray;
  border-left: 2px solid #000;
  text-align: center;
}

.tb-laundry-data tbody tr.detail_table>td,
.tb-laundry-data tbody tr.herder_table>td{
  border: 0px solid;
  text-align: right;
}

.tb-laundry-data tbody tr.detail_table>td:nth-child(1),
.tb-laundry-data tbody tr.herder_table>td:nth-child(1){
  border: 1px solid lightgray;
  border-left: 2px solid #000;
  text-align: center;
}

.tb-laundry-data tbody tr.herder_table>td{
  font-weight: bold;
}

.tb-laundry-data tbody tr.herder_table_cancel>td{
  font-weight: bold;
}

.tb-laundry-data tbody tr.detail_table>td:nth-child(2),
.tb-laundry-data tbody tr.herder_table>td:nth-child(2){
  border: 1px solid lightgray;
  text-align: left;
}

.tb-laundry-data tbody tr.hide-tr td {
  border: 0px solid;
}

.tb-laundry-data tbody tr.detail_table>td:nth-child(3),
.tb-laundry-data tbody tr.detail_table>td:nth-child(4){
  border: 1px solid lightgray;
  text-align: center;
}

.tb-laundry-data tbody tr.detail_table_cancel>td:nth-child(3),
.tb-laundry-data tbody tr.detail_table_cancel>td:nth-child(4){
  border: 1px solid lightgray;
  text-align: center;
}

.tb-laundry-data tbody tr.detail_table>td:nth-child(n+5):nth-child(-n+10){
  border: 1px solid lightgray;
  text-align: right;
}

.tb-laundry-data tbody tr.detail_table_cancel>td:nth-child(n+5):nth-child(-n+10){
  border: 1px solid lightgray;
  text-align: right;
}

.tb-laundry-data tbody tr.detail_table_cancel>td:nth-child(n+11):nth-child(-n+12){
  border: 0px solid lightgray;
  text-align: right;
}

.tb-laundry-data tbody tr.sum_table{
  border: 2px solid black;
  border-top: 1px solid lightgray;
}

.tb-laundry-data tbody tr.sum_table td{
  border: 1px solid lightgray;
}

.tb-laundry-data tbody tr.sum_table_cancel{
  border: 2px solid black;
  border-top: 0px solid lightgray;
  background-color: #f28b8b;
}

.tb-laundry-data tbody tr.sum_table_cancel td{
  border: 1px solid lightgray;
}

.tb-laundry-data tbody tr.herder_table>td:nth-child(2){
  border: 1px solid lightgray;;
  text-align: left;
}

.tb-laundry-data tbody tr.herder_table > td:nth-child(n+5):nth-child(-n+10) {
  border: 1px solid lightgray;;
  text-align: right;
}

.tb-laundry-data tbody tr.herder_table > td:nth-child(n+3):nth-child(-n+4),
.tb-laundry-data tbody tr.herder_table > td:nth-child(n+11):nth-child(-n+12) {
  border: 1px solid lightgray;
  text-align: center;
}


.tb-laundry-data tbody tr.herder_table_cancel > td:nth-child(n+3):nth-child(-n+4),
.tb-laundry-data tbody tr.herder_table_cancel > td:nth-child(n+11):nth-child(-n+12) {
  border: 1px solid lightgray;
  text-align: center;
}

.tb-laundry-data tbody tr.herder_table_cancel > td:nth-child(10){
  border: 1px solid lightgray;
  text-align: right;
}

.tb-laundry-data tbody tr.sum_table td:nth-child(1){
  border-bottom: 0px solid lightgray;
}

.tb-laundry-data tbody tr.sum_table_cancel td:nth-child(1){
  border-bottom: 0px solid lightgray;
}

.tb-laundry-data tbody tr.sum_table_cancel td:nth-child(n+11):nth-child(-n+12){
  border: 0px solid lightgray;
}

.tb-laundry-data tbody tr.hide-tr {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.tb-laundry-data tbody tr.sum_table td {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid lightgray;
}

.tb-laundry-data tbody tr.sum_table_cancel td {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid lightgray;
}

.tb-laundry-data tbody tr.hide-tr-summary {
  border: 2px solid;
  text-align: center;
  font-weight: bold;
  background-color: #d2d3d3;
}

.tb-laundry-data .table tbody.footer_sum {
  border: 2px solid black;
  background-color: lightgray;
}

.tb-laundry-data .table tbody.footer_sum tr {
  border: 0px solid;
  font-weight: bold;
}

.tb-laundry-data .table tbody.footer_sum >tr >td {
  text-align: right;
}

.tb-laundry-data tbody tr.footer_sum td{
  text-align: center;
  border: 0px solid;
  font-weight: bold;
}

.tb-laundry-data tbody tr.footer_sum td:nth-child(n+1):nth-child(-n+10){
  border: 1px solid lightgray;
}

.table.table-bordered tbody tr.footer_sum {
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}

 .table.table-bordered tbody tr.footer_sum:last-child {
    border-bottom: 2px solid #000000;
} 

.tb-laundry-data tbody tr.footer_sum td:nth-child(n+3):nth-child(-n+9){
  text-align: right;
}

.box-header-laundry > div.main,
.box-header-laundry > div.main > div.submain{
  padding: 5px;
  padding-left: 1.5%;
  font-size: 16px;
  font-weight: bold;
}

.tb-laundry-data tr.laundry_no_data > td {
  border: 1px solid black;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#print_laundry_rpt{
  display: none;
}

.box-body.no-padding.tb-laundry-data {
  width: 95%;
  overflow-x: auto;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
}

tr.detail_table.discount_dis {
  font-weight: bold;
  text-decoration: underline;
}

.tb-laundry-data tbody tr.hide-tr:last-child{
  border: 0px solid black;
}
/*########## Report Laundry ##########*/



/*########## Report MiniBar ##########*/
.tb-minibar-data tbody.header_minibar tr {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.tb-minibar-data tbody.header_minibar{
  background-color: #d2d3d3;
}

.tb-minibar-data tbody.header_minibar>tr> th {
  border: 2px solid;
  text-align: center;
}

.tb-minibar-data tbody tr.detail_table_cancel {
  border-left: 2px solid rgb(0, 0, 0) ;
  border-right: 2px solid rgb(0, 0, 0) ;
  background-color: #f28b8b;
}

.tb-minibar-data tbody tr.detail_table>td{
  border: 2px solid;
  text-align: left;
  border-right: 2px solid rgb(0, 0, 0);
  border-bottom: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table{
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.tb-minibar-data tbody tr.herder_table_cancel{
  border: 2px solid black;
  border-bottom: 0px solid;
  background-color: #f28b8b;
}

.tb-minibar-data tbody tr.herder_table>td{
  background-color: #e7e7e7;
}

.tb-minibar-data tbody tr.herder_table>td{
  border: 2px solid;
  text-align: right;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(1){
  border-right: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(1){
  border-right: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(1){
  border: 2px solid;
  text-align: center;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table_cancel>td:nth-child(1){
  border: 2px solid;
  text-align: center;
  border-right: 2px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table>td{
  font-weight: bold;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(4){
  font-weight: lighter;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(7){
  font-weight: lighter;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(8){
  font-weight: lighter;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table_cancel>td{
  font-weight: bold;
  text-align: center;
}

.tb-minibar-data tbody tr.herder_table_cancel>td:nth-child(4){
  font-weight: bold;
  border-right: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.herder_table_cancel>td:nth-child(6){
  font-weight: bold;
  border-right: 2px solid lightgray;
  text-align: right;
}
.tb-minibar-data tbody tr.herder_table_cancel>td:nth-child(7){
  font-weight: bold;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table_cancel>td:nth-child(8){
  font-weight: bold;
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(2){
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(2){
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(2){
  border-right: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.sum_table td {
  border: 2px solid;
}

.tb-minibar-data tbody tr.sum_table_cancel{
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-color: #f28b8b;
}

.tb-minibar-data tbody tr.sum_table_cancel{
  /*border-top: 2px solid black;*/
  border-bottom: 2px solid black;
}

.tb-minibar-data tbody tr.hide-tr-summary {
  border: 2px solid;
  text-align: center;
  font-weight: bold;
  background-color: #d2d3d3;
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(3),
.tb-minibar-data tbody tr.detail_table>td:nth-child(4),
.tb-minibar-data tbody tr.detail_table>td:nth-child(5){
  border-right: 0px solid;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  text-align: right;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(3),
.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(4),
.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(5){
  border-right: 0px solid;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  text-align: right;
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(6){
  border-right: 0px solid;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  border-left: 2px solid rgb(0, 0, 0);
  text-align: right;
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(7){
  border-right: 0px solid;
  border-left: 0px solid;  
}

.tb-minibar-data tbody tr.detail_table>td:nth-child(8){
  border-left: 0px solid;
  border-bottom: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(6){
  border-right: 0px solid;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  border-left: 2px solid rgb(0, 0, 0);
  text-align: right;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(7){
  border-right: 0px solid;
  border-left: 0px solid;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(8){
  border-left: 0px solid;
  border-bottom: 2px solid lightgray;
  text-align: center;
}

.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(11),
.tb-minibar-data tbody tr.detail_table_cancel>td:nth-child(12){
  border: 2px solid;
  text-align: center;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}


.tb-minibar-data tbody tr.detail_table>td:nth-child(11),
.tb-minibar-data tbody tr.detail_table>td:nth-child(12),
.tb-minibar-data tbody tr.herder_table>td:nth-child(3){
  border: 2px solid;
  text-align: center;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(4){
  border: 2px solid;
  text-align: center;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  font-weight: bold;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(7){
  border-right: 2px solid lightgray;
  text-align: center;
  font-weight: bold;
}

.tb-minibar-data tbody tr.herder_table>td:nth-child(8){
  text-align: center;
  border-right: 2px solid rgb(0, 0, 0);
  font-weight: bold;
}

.tb-minibar-data tbody tr.sum_table td:nth-child(1){
  border-bottom: 0px solid lightgray;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table td:nth-child(6){
  border-right: 2px solid lightgray ;
}

.tb-minibar-data tbody tr.sum_table td:nth-child(7){
  border-right: 0px solid ;
  border-left: 0px solid ;
  border-top: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table td:nth-child(8){
  border-left: 0px solid ;
  border-right: 2px solid rgb(0, 0, 0);
  border-top: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table td {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid lightgray;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table_cancel td:nth-child(1){
  border-bottom: 0px solid lightgray;
  border-right: 2px solid lightgray;
}

.tb-minibar-data tbody tr.sum_table td:nth-child(6){
  border-right: 2px solid lightgray ;
}

.tb-minibar-data tbody tr.sum_table_cancel td:nth-child(7){
  border-right: 0px solid ;
  border-left: 0px solid ;
}

.tb-minibar-data tbody tr.sum_table_cancel td:nth-child(8){
  border-left: 0px solid ;
  border-right: 2px solid rgb(0, 0, 0);
}

.tb-minibar-data tbody tr.sum_table_cancel td {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid lightgray;
  border-right: 2px solid lightgray;
}

.tb-minibar-data .table tbody.footer_sum {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  font-weight: bold;
  background-color: lightgray;
}

.tb-minibar-data .table tbody.footer_sum >tr >td {
  text-align: right;
}

.tb-minibar-data tbody tr.footer_sum{
  text-align: center;
  font-weight: bold;
}

.tb-minibar-data tbody tr.footer_sum:last-child{
  border-bottom: 2.4px solid rgb(106 106 106);
}

.tb-minibar-data tbody tr.footer_sum td:nth-child(3),
.tb-minibar-data tbody tr.footer_sum td:nth-child(4){
  text-align: right;
}

.tb-minibar-data tbody tr.footer_sum td:nth-child(7),
.tb-minibar-data tbody tr.footer_sum td:nth-child(8){
  text-align: right;
}

.box-header-minibar > div.main,
.box-header-minibar > div.main > div.submain{
  padding: 5px;
  padding-left: 1.5%;
  font-size: 16px;
  font-weight: bold;
}

.tb-minibar-data tr.minibar_no_data > td {
  border: 2px solid black;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#print_minibar_rpt{
  display: none;
}

.box-body.no-padding.tb-minibar-data {
  width: 95%;
  overflow-x: auto;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
}

.tb-minibar-data tbody tr.hide-tr {
  border-top: 2px solid black;
}

.tb-minibar-data tbody tr.hide-tr:last-child{
  border-left: 0px solid black;
  border-right: 0px solid black;
}

#modal-options .scale-up-center {
  overflow-x: scroll;
}

.roomgrid-roomtype-select {
  box-shadow: 0px 0px 4px 1px #347ab7;
  border-radius: 10px;
}

/*########## Report MiniBar ##########*/
/* ----------------------------------------------
 * Generated by Animista on 2019-8-8 11:43:48
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}









/*################# New Feature #################*/
.box-sizing{
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em;
  display: inline-block;
  width: 100%;
}
.mg-top25{
  margin-top: 25px;
}
.btn_st{
  border: 1px solid;
}
.set-box-header{
  margin-left: 10px;
}

.laundry-rpt{
  background-color: #ffff;
}

.minibar-rpt{
  background-color: #ffff;
}


.box-compare{
  display: none;
}
.box-compare {
  border: 1px solid #000;
}
.box-ck-compare{
  text-align: center;
}
input.ck-compare{
  height: 25px;
  width: 25px;
}

.report-item .item-occ.arr,
.report-head .head-occ.arr,
.report-footer .footer-occ.arr{
  /* display:  none; */
  width: 150px;
}

.box-report .report-head.sticky {
    /* height: 50px;
    width: 100%;
    position: sticky;
    z-index: 20;
    overflow-y: auto; */
    top: 0;
    position: fixed;
    background-color: white;
    left: auto;
    will-change: transform;
}

.disheader{
  display: none;
}