.st_hidden
{
  display: none !important;
}
.tr_item_sett td
{
  border: 1px solid #CCC;
  padding: 2px;
  border-collapse: collapse;
}
.bb1
{
  border-bottom: 1px solid #CCC;
}
.btnCalendar {
    background: #FFF;
    border: 0px;
}
.btnCalendar i 
{
  margin-right: 5px;
}
.btnSettlement {
    background: #FFF;
    border: 0px;
}
.btnSettlement i 
{
  margin-right: 5px;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.questionaire {
    margin: 0 auto;
    background: #fff;
    color: #000;
  padding-bottom: 28px;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
.ctrlFade
{
opacity: 0.3;
color: #F2F2F2;
}
.controlBottom {
  float: right;
  margin-top: 10px;
}
.btn-small
{
  padding: 5px;
  border-radius: 5px;
}
.ipCellFocus
{
  width: 0px !important;
  float: left;
}

.btnEditRowOMT
{
    width: 24px;
    top: 3px;
    right: 3px;
    position: absolute;
}
.modal
{
  background: url("../images/transparent_bg.png");
}
.modal-body
{
  overflow: auto;
}
.tdFocus,.tdFocus .tdToDay
{
  background: #fbebec !important;
}
.tdFocus .tdHadValue
{
  color: darkred !important;
  font-weight: bold;
}
.thnextMonth
{
  background: gold !important;
}
.tdnextMonth
{

}
.td_summary_next,.td_summary2_next
{

}
.td_hide
{
  display: none;
}
.divCalendarOMT
{
  overflow: auto;
}
/* (A) TABLE WRAPPER */
#divCalendarOMT-left {
  float: left;
  overflow: auto;
  font-size: 11px;
  border-right: 2px dotted #198754;
}
#divCalendarOMT-left td
{
    vertical-align: top;
    overflow: auto;
}
#divCalendarOMT-right td
{
    vertical-align: top;
}
.td_summary
{
  height: 50px;
}
.td_summary2
{
  height: 15px;
}
#divCalendarOMT-right {
  float: left;
  overflow: auto;
  font-size: 11px;
}

.table-OMT a
{
  font-size: 12px !important;
  text-decoration: none !important;
}
.row_cancel
{
  color: red;
  text-decoration: line-through;
}
/* (B) STICKY HEADERS */
.divCalendarOMT90
{
  
}

.table-OMT thead th {
  text-align: center !important;
  background: #dbebe4;
  height: 25px;
}
.table-OMT th {
  position: sticky;
  top: 0px;
  background: #dbebe4;
  text-align: center;
  z-index: 1;
}
.table-OMT th[scope=row] {

  z-index: 999;
  background: #FFF;
}
.table-OMT2 .trItemName {
  position: sticky;
  top: 0px;
  background: #FFF;
  text-align: center;
  z-index: 1;
}
.table-OMT2 th {
  top: 30px  !important;
  z-index: 1;
}

.table-OMT th[scope=row] {

  z-index: 999;
  background: #FFF;
}
.btnCar {
    width: 30px;
    margin-left: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.btnCar:hover {
    color: red;
}
.thFix
{
  z-index: 9999 !important;
  background: #dbebe4 !important;
}
/* (C) COSMETICS - NOT IMPORTANT */
.table-OMT th, .table-OMT td {
  padding: 1px;
  border: 1px solid #CCC;
}
.table-OMT th {  }
.table-OMT td {}

.table-OMT-list th {
  position: sticky;
  top: 0px;
  text-align: center;
  z-index: 1;
  background: #dbebe4 !important;
  border: 1px solid #000;
}
/*/////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
  margin: 0px;
  padding: 0px;
}

/*---------------------------------------------*/
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {

}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {

  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {

  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;  
}

.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 0px solid #adadad;
  margin-bottom: 37px;
  
}

.input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
  border: none;
  border-bottom: 1px solid #333;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
  border: none;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -webkit-linear-gradient(right, #21d4fd, #2143ff, #21d4fd, #0a58ca);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}

@media (max-width: 800px) {
  .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}

 #divCalendarOMT-left {
    width: 48%;
    scroll-behavior: unset !important;
  }
  #divCalendarOMT-right {
    width: 50%;
    scroll-behavior: unset !important;
  } 

@media only screen and (max-width: 600px) { /*Mobile dọc*/
  .divCalendarOMT
  {
    height: 600px;

  }
  #divCalendarOMT-left {
    width: 48%;
  }
  #divCalendarOMT-right {
    width: 50%;
  } 
}
@media only screen and (min-width: 768px) {  /*Mobile ngang*/
  .divCalendarOMT
  {
    height: 200px;

  }
  #divCalendarOMT-left {
    width: 30%;
  }
  #divCalendarOMT-right {
    width: 69%;
  } 
}
@media only screen and (min-width: 1200px) {
  .divCalendarOMT
  {
    height: 700px;
  }
  #divCalendarOMT-left {
    width: 30%;
  }
  #divCalendarOMT-right {
    width: 69%;
  } 
}





/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.ipEdit {
    background: #f9f4c4;
    border: 1px solid #bca54d;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 27px;
    border-radius: 5px;
}
.accordion-button
{
padding: 0px !important;
display: block;
}
.accordion-button p
{
  padding: 5px !important;
}
.col_sunday
{
  color: red;
}
.td_summary
{
  width: 108px;
  max-width: 190px;
  min-width: 100px;
  border-top: 1px solid #CCC !important;
  border-bottom: 1px solid #CCC !important;
  border-left: 1px solid #CCC !important;
  border-right: 1px solid #CCC !important;
  overflow: auto;
  vertical-align: top;
}
tbody, td, tfoot, th, thead, tr {
    
}
.table-bordered>:not(caption)>*>* {
    border-width: 1px;
}
.td_summary2
{
  width: 108px;
  max-width: 190px;
  min-width: 100px;
  border-top: none !important;
  border-bottom: 1px solid #CCC !important;
  border-left: 1px solid #CCC !important;
  border-right: 1px solid #CCC !important;
  overflow: auto;
}
.joinMonth
{
  color: darkred;
}
.form-select
{
    max-height: 28px !important;
    padding: 0px 0px 0px 6px;
    margin-right: 2px;
    max-width: 120px;
}
.form-search
{
    max-height: 28px !important;
    padding: 0px 0px 0px 6px;
    margin-right: 2px;

    border: 1px solid #CCC;
    border-radius: 5px;
}
.form-search::-ms-expand {
    display: none;
}
.form-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.form-search::-ms-expand {
    display: none;
}
.btnOffice
{
    max-height: 28px !important;
    padding: 2px 2px 2px 2px;
    margin-right: 2px;
    width: 70px;
    border: none;
    color: #CCC;
    border-bottom: 2px solid #CCC;
}
.btnOfficeActive
{
  border-bottom: 2px solid #21d4fd;
  color: #21d4fd;
  font-weight: bold;
}
.processing
{
  background: url(../images/loading.gif) no-repeat center;
  padding-top: 50px;
  width: 100%;
  display: block;
  text-align: center;
  color: #CCC;
  font-size: 10pt;
  line-height: 20px;
  padding-bottom: 20px;
}
.tdToDay {
    background: #e4f8ef;
}
.accordion-body {
    padding: 15px !important;
}
.spNumOpe {
   /* border: 1px solid #000;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 5px;*/
    font-weight: bold;
    color: midnightblue;
}
.btn-viewItineray
{
    font-weight: bold;
    margin-right: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.spNumRow
{
    color: #024b29;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    line-height: 19px;
    text-align: left;
}
#spNumRow
{
    border-bottom: 1px dotted;
}
.spSymbolOpe
{
    border: 1px solid #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 5px; 
}
.spFocusDay
{
  color: red;
  font-weight: bold;
}
.divOtherOMT
{
  background: #EEE;
  border: 1px dotted #CCC;
  border-radius: 5px;
  display: none;
  padding: 10px;
}
.btnLoadOtherOMT
{
  margin-bottom: 5px;
  margin-top: 5px;
  background: #EEE;
  border: 1px dotted #CCC;
  border-radius: 5px;
  padding:3px;
  width: 100%;
}
.td_detail
{
  border-left: 1px double #000;
}
.tblListTour
{
margin-bottom: 0px;
}
.itemRequestCancel td,.itemRequestCancel span
{
 text-decoration: line-through;
 color: red !important;
}
.tblListTour td
{
 padding-left: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-right: 5px;
}
.container
{
  padding: 0px;
  margin: 0px;
  width: 100% !important;
}
.strVidoCode
{
  color: darkred;
}
.frmEdit
{
  background: #FFF;
}
.detailTour
{
  /*margin-left: 10px;
  /*border-left: 2px dotted #CCC;
  padding-left: 10px;*/
}
.trSelected td
{
  border-top: 2px solid #008000 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff9e2;
  box-shadow: 5px 10px 8px 5px #888888;
}
.trFade td
{
  opacity: 0.2;
}
.td_detail
{
  border-bottom: 2px solid #008000 !important;
  box-shadow: 5px 10px 8px 5px #888888;
}
.itemRequest
{
  cursor: pointer;
}
.form-control
{
padding: 0.1rem;
}
.form-control-calendar {
    min-width: 86px;
    max-width: 90%;
    padding-right: 5px;
    vertical-align: top;
    }
.form-control-title {
    min-width: 150px;
    max-width: 150px;
    vertical-align: top;
    }
.form-control-number {
    min-width: 40px;
    max-width: 40px;
    vertical-align: top;
    }
.form-control-price {
    min-width: 100px;
    max-width: 100px;
    vertical-align: top;
    }
.lbtitle
{
  font-weight: bold;
}

/* @media (prefers-reduced-motion: no-preference)
:root {
    scroll-behavior: unset !important;

} */
/* html,body,* {
    scroll-behavior: unset !important;

} */
.tdCellPre
{
  color: #CCC;
  font-style: italic;
}
.thInfoTop
{
 /*border-bottom: none !important;*/
}
.thInfoBot
{
  /* border-top: none !important;*/
}
.preBooking td,.preBooking th
{
  color: #CCC;
  font-style: italic;
}
.form-control2
{
  border: none;
  background: transparent;
  text-align: center;
}
.tblListTour
{
 font-size: 12px;
}
#contentItinerary td
{
  border: 1px solid #000;
}

.zoom {
  position: fixed;
  bottom: 45px;
  right: 24px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #009688;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }
.btnFloat
{
    position: absolute;
    color: white;
    float: right;
    opacity: 0;
    white-space: nowrap;
}
.btnHome
{
   top: -10px;
    right: 55px;
}
.btnTicket
{
    top: 25px;
    right: 66px;

}
.btnNotification
{
    top: 12px;
    right: 66px;

}
.btnApproved
{
    top: -10px;
    right: 66px;

}
.btnLogout
{
    top: -35px;
    transform: rotate(60deg);
    right: 30px;
}
}
.c-circle-menu__item a
{
  position: relative;
}

.custom{
  height: 60px !important;
}
.toolbar-inner{
  max-height: 44px;
  bottom: 0 !important;
  top: auto;
}
.toolbar-text-container {
  position: absolute;
  height: 14px;
  top: 0;
  background: #42b833;
  width: 100%;
  text-align: center;
  line-height: 14px;
}

.toolbar-text-container span {
  font-size: 12px;
}
.table th {
    background: #1a8654;
    color: white;
}


.navbar2 {
  background-color: #dbebe4;
  overflow: hidden;
  position: fixed;
  bottom: -2px;
  width: 100%;
  z-index: 9;
}

/* Style the links inside the navigation bar */
.navbar2 a {
  float: left;
  display: block;
  color: #024b29;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Change the color of links on hover */
.navbar2 a:hover {
  cursor: pointer;
}

/* Add a color to the active/current link */
.navbar2 a.active {
  background-color: #198754;
  color: white;
}





.navbar3 {
    background-color: #991201;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    height: 42px;
    line-height: 40px;
    width: 100%;
    z-index: 99;
    text-align: center;
}

/* Style the links inside the navigation bar */
.navbar3 a {
  min-width: 100px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
  color: #024b29;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
}

/* Change the color of links on hover */
.navbar3 a:hover {
  cursor: pointer;
}

/* Add a color to the active/current link */
.navbar3 a.active {
  background-color: #198754;
  color: white;
}





.navbarCal {
  background-color: #dbebe4;
  overflow: hidden;
  position: fixed;
  bottom: -2px;
  width: 100%;
}

/* Style the links inside the navigation bar */
.navbarCal a {
  float: left;
  display: block;
  color: #024b29;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Change the color of links on hover */
.navbarCal a:hover {
  cursor: pointer;
}

/* Add a color to the active/current link */
.navbarCal a.active {
  background-color: #198754;
  color: white;
}
.ctrlSendSett {
  background-color: #dbebe4;
  overflow: hidden;
  position: fixed;
  bottom: -2px;
  width: 100%;
}

/* Style the links inside the navigation bar */
.ctrlSendSett a {
    float: left;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 3px;
}
#txtContent
{
  background: #EEE;
}
.thead_sett td {
    background: #f6f6f6;
}
.btn-check-list
{
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
/* Change the color of links on hover */
.ctrlSendSett a:hover {
  cursor: pointer;
}

/* Add a color to the active/current link */
.ctrlSendSett a.active {
  background-color: #198754;
  color: white;
}
.linkBottom
{
  border-left: 1px solid #CCC;
}
.linkBottom0
{
    border-left: none;
    white-space: nowrap;
    padding: 4px 5px 2px 5px !important;
    width: 70px;
    color: #000;
}
.linkLogout
{
    background: url(../img/logout.png) no-repeat 3px;
    background-size: 80%;
    width: 30px;
    color: #000;
    float: right !important;
    height: 43px;
}
.linkSettlement
{
    background: url(../img/dollar.png) no-repeat 3px;
    background-size: 80%;
    width: 30px;
    color: #000;
    float: right !important;
    height: 43px;
}
.fl_right
{
  float: right;
}
.fl_left
{
  float: left;
}





.alert .inner {
  display: block;
  padding: 6px;
  margin: 6px;
  border-radius: 3px;
  border: 1px solid rgb(180,180,180);
  background-color: rgb(212,212,212);
}

.alert .close {
  float: right;
  margin: 3px 12px 0px 0px;
  cursor: pointer;
}

.alert .inner,.alert .close {
  color: rgb(88,88,88);
}

.alert input {
  display: none;
}

.alert input:checked ~ * {
  animation-name: dismiss,hide;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s,100ms;
}

.alert.error .inner {
  border: 1px solid rgb(238,211,215);
  background-color: rgb(242,222,222);
}

.alert.error .inner,.alert.error .close {
  color: rgb(185,74,72);
}

.alert.success .inner {
  border: 1px solid rgb(214,233,198);
  background-color: rgb(223,240,216);
}

.alert.success .inner,.alert.success .close {
  color: rgb(70,136,71);
}

.alert.info .inner {
  border: 1px solid rgb(188,232,241);
  background-color: rgb(217,237,247);
}

.alert.info .inner,.alert.info .close {
  color: rgb(58,135,173);
}

.alert.warning .inner {
  border: 1px solid rgb(251,238,213);
  background-color: rgb(252,248,227);
}

.alert.warning .inner,.alert.warning .close {
  color: rgb(192,152,83);
}

@keyframes dismiss {
  0% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
    font-size: 0.1px;
    transform: scale(0);
  }
}

@keyframes hide {
  100% {
    height: 0px;
    width: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
}
.divDateApply {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0%;
    display: block;
    width: 100%;
    min-height: 1000px;
    background: #f0ede6;
    left: 0px;
    padding: 15px;
    padding-top: 50px;
}
.datein strong
{
      padding-left: 10px !important;
}
.dateout strong
{
      padding-right: 10px !important;
}
.datein
{
    background: url(../images/in0.png) no-repeat;

    background-size: 12px;
}
.dateout
{
    background: url(../images/out0.png)  right 0px no-repeat;
    background-size: 12px;
}
.tr_opecode_old td
{
  background: #fed7b2 !important;
}
.accountcreate
{
  font-weight: bold;
  color: darkred;
}
.CcAlert td,.CcAlert,.red
{
  color: red !important;
}
.btn-addCC {
    background: #f0ede6;
    padding: 2px 10px 2px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}
.itemNoCC td
{
 background: #f7f2e0;
}

.table td
{
 border: 1px solid #CCC;
 border-collapse: collapse;
} 
.strOld {
    font-style: italic;
    text-decoration: line-through;
    text-decoration-color: gray;
    color: #dbd3d3;
}
.strNew {
    font-weight: bold;
    color: darkred;
}
.flightofbranch
{
  color: blue;
}
.spFlightDate
{
  background: #FFF;
  float: left;
  padding-right: 10px;
}
.spFlight {
    border: 1px solid #CCC;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFF;
}
.pFlight
{
  background: url('../images/blue_line.png') repeat-x center -3px;
  background-size: 250px;
  float: left;
}
.spFlightRight
{
  float: right;
  margin-left: 5px;
}
.spFlightLeft
{
  float: left;
  margin-right: 5px;
}
a.link_item {
    float: left;
    width: 100%;
}
#btnAddCC
{

}
#btnNextCC
{

}
.modal-footer
{
  display: block;
}
.txtNote
{
  width: 100%;
  border: 1px solid #CCC;
}
.Sett_New td
{
  font-weight: bold;
}
.Sett_OK td
{
  font-weight: lighter;
}
.Sett_Deny td
{
  font-weight: lighter;
  color: red;
}
.Sett_New .td_status
{
  background: url('../images/new.png') center no-repeat;
  background-size: 65%;
}
.Sett_OK .td_status
{
  background: url('../images/accept.png') center no-repeat;
  background-size: 65%;
}
.Sett_Deny .td_status
{
  background: url('../images/deny.png') center no-repeat;
  background-size: 65%;
}
strong.overmonth {
    color: #167925;
}
span.floatLang {
    float: right;
    margin-top: -20px;
    font-weight: bold;
}
.tdcolumn1 {
    position: sticky;
    left: 0px;
    background: #dbebe4;
    vertical-align: top;
}
.tdcolumn2x {
    position: sticky;
    left: 30px;
    background: #FFF;
}
.tdcolumn3x {
    position: sticky;
    left: 70px;
    background: #FFF;
}
.tdcolumn4x {
    position: sticky;
    left: 111px;
    background: #FFF;
}
.tdcolumn5x {
    position: sticky;
    left: 220px;
    background: #FFF;
}
.tdcolumn6x {
    position: sticky;
    left: 244px;
    background: #FFF;
}
.tdcolumn7x {
    position: sticky;
    left: 295px;
    background: #FFF;
}
.tdcolumn8x {
    position: sticky;
    left: 314px;
    background: #FFF;
}
.tdcolumn9x {
    position: sticky;
    left: 417px;
    background: #FFF;
}
.ui-menu
{
  background: #FFF;
  border: 1px solid #EEE;
  clear: both;
}
.txtNumUse
{
  padding: 0px !important;
}
.st_hidden
{
  display: none;
}
.mb-3 {
    margin-bottom: 2px!important;
}
.gold{
  color: #ffc107;
  text-shadow: 1px 1px #AAA;
}
.red{
  color: red;
}
.green{
  color: green;
}
.blue{
  color: blue;
}
table td
{
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.event-card
{
  border-bottom: 1px dotted #000;
  padding-top: 20px;
   padding-bottom: 20px;

}
.timeline {
    border-left: 3px solid #0d8d0b;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(232 217 194 , 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 20px;
    list-style: none;
    text-align: left;
    max-width: 95%;
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    margin-bottom: 10px;
    font-size: 14pt;
}

.timeline .event {
    border-bottom: 1px dashed #434543 ;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}


.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    min-width: 120px;
}

.timeline .event:after {
    webkit-box-shadow: 0 0 0 3px #0a9004;
    box-shadow: 0 0 0 3px #039122;
    left: -25.8px;
    background: #FFF;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}



.timeline .event_last:before,
.timeline .event_last:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event_last:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    min-width: 120px;
}

.timeline .event_last:after {
    box-shadow: 0 0 0 0px #056e00;
    left: -31.8px;
    background: #00874b;
    height: 3px;
    width: 20px;
    border-radius: 0px;
    content: "";
    top: 17px;
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.rtl .timeline .event_last::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event_last::after {
    left: 0;
    right: -55.8px;
}

.btnFocus
{
  height: 0;
  width: 0;
  border: none;
}
.div_ShowInput td
{
  border: 1px solid #000;
  padding-left: 3px;
}
.clsInputDriver {
    height: 38px;
    padding-bottom: 2px;
    padding-left: 10px;
    width: 200px;
}
.btnLoadListDriver
{
  position: absolute;
  margin-left: -42px;
}
.frmDriverList {
    display: none;
    background-color: #dbebe4;
    overflow: auto;
    position: fixed;
    border-radius: 5px 5px 0 0;
    bottom: 55px;
    border: 1px solid #999;
    left: 75px;
    padding: 10px;
    width: 300px;
}
#contentTimeLine
  {
    overflow: auto;
  }
.name_item {
    position: sticky;
    top: 0px;
    background: #FFF;
}
.other_month
{
  color: #CCC;
  font-style: italic;
}
.other_month a ,.other_month strong
{
  color: #CCC !important;
  font-style: italic;
}
.numberCircle {
    width: 30px;
    height: 30px;
    line-height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #1464F4;
    background-color: #ffffff;
    color: #1464F4;
    text-align: center;
    margin-right: 5px;
    font-weight: bold;
    margin-left: 0px;
    display: block;
    font-family: Calibri;
    font-size: 12px;
    float: left;
}
.bg_dotted
{
  background: url("/images/dot.png") center repeat-x;
  background-size: 1px !important;
}
.bg_dotted .lbname_event 
{
  background: #FFF;
  
}
.ip_ages
{
  width: 30px;
}
.ip_day
{
  width: 30px;
}
.ip_price
{
  width: 70px;
}
.txtEditor
{
  height: 500px;
}
.txtCheckInOut {
    padding-left: 25px;
    width: 80px;
    height: 35px;
    margin-right: 20px;
}
.table-config  
{
  border-collapse: collapse;
  background: #d1d9dd;
}
.table-config td 
{
   padding: 3px !important;
   font-size: 12pt;
   border-bottom: 1px dotted #333;

}
.table-config .headtb td
{
   background: #CCC;
   font-weight: bold;
   font-size: 10pt;
}
.title_group
{
    margin-top: 20px;
    font-size: 11pt;
    text-transform: uppercase;
    background: #CCC;
    color: #016134;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.row
{
  display: block;
}
.Editor-editor
{
   background: #e9f8ff;
   height: 200px;
}
.border-left-col
{
  border-left: 1px solid #CCC;
}
.config-row
{
  padding: 10px;
  border-bottom: 1px dotted #CCC;
}
.config-row .lcs_wrap
{
  margin-right: 10px;
}
.context-menu {
        position: absolute;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        display: none; /* Hidden by default */
        z-index: 1000; /* Ensure it appears on top */
    }

    .context-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .context-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }

    .context-menu li:hover {
        background-color: #e9e9e9;
    }

  .config-sub-row
{
  padding-left: 40px;
  padding-bottom: 5px;
  list-style: circle;
}
.datepicker
{
    font-size: 12pt !important;
    text-align: center;
    padding: 5px;
    width: 100px;
}

.datepickerRoom
{
    font-size: 12pt !important;
    text-align: center;
    width: 100px;
}
.ipNum
{
    font-size: 12pt !important;
    text-align: center;
    padding: 5px;
    width: 100px;
}

.ipNumRoom
{
    font-size: 12pt !important;
    text-align: center;
    width: 100px;
}


.highlight-input {
  border: 2px solid #007bff !important;
  color: #222;
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 10px;
  transition: border-color 0.2s;
  width: 120px;
  outline: none;
}

.highlight-input:focus {
  border: 2px solid #007bff !important;
  outline: none;
}

.tbl-list
{
  width: 100%;
  border-collapse: collapse;
}
.tbl-list td,.tbl-list th 
{
  border: 1px solid #CCC;
}
.txtHidden
{
  position: absolute;
  left: -100px;
  width: 0px;
}
.headtb_sticky_month {
  background: #f5f5f5 !important;
  border-bottom: 2px solid #900 !important;
}
.td_unable span
{
  background: #EEE !important;
  color: #EEE !important;
  
}
.td_unable{
  display: none;
}
.frmAllotment
{
  width: 100%;
  float: right;
  border-left: 1px dotted #900;
}
.size30
{
  width: 30%;
}
.size70
{
  width: 70%;
}
.size100
{
  width: 100%;
}

.allotment-table th,
.allotment-table td {
  text-align: center;
  vertical-align: middle;
}
.allotment-table input.form-control {
  width: 100%;
  box-sizing: border-box;
}
.allotment-table .btn-primary {
  min-width: 80px;
}
.allotment-table tr.allotment-form {
  background: #f1f7ff;
}
.table-allotment-form-wrapper {
  width: 100%;
  /* max-width: 80%; */
  overflow-x: auto;
  max-height: 80vh;
  overflow-y: auto;
  margin-bottom: 20px;
}

.table-allotment-form {
  min-width: 800px;
}

.table-allotment-form thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.ip_percent {
    width: 60px !important;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    background: url(../images/icon_percent.png) #FFF right no-repeat;
    background-size: 15px;
    border: 1px solid #000;
    }

    
  .contract-rates-table th,
  .contract-rates-table td {
    text-align: center;
    vertical-align: middle;
  }

  .contract-rates-table input.form-control {
    width: 100%;
    box-sizing: border-box;
  }

  .contract-rates-table .btn-primary {
    min-width: 80px;
  }

  .contract-rates-table tr.contract-rates-form {
    background: #f1f7ff;
  }

  .table-contract-rates-form-wrapper {
    width: 100%;
    /* max-width: 80%; */
    overflow-x: auto;
    max-height: 80vh;
    overflow-y: auto;
    margin-bottom: 20px;
  }

  .table-contract-rates-form {
    min-width: 800px;
  }

  .table-contract-rates-form thead {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .room_info {
    float: left;
    width: 32%;
    color: #e81d1d;
    font-style: italic;
    white-space: nowrap;
    text-align: center;
    font-size: 10pt;
}
.row_content{
  text-align: left;

}
.room_title{
  font-weight: bold;
  width: 100%;
  min-width: 300px;
  float: left;
  font-size: 10pt;
}
.td_date
{
   width: 100px;
    float: left;
    font-size: 10pt;
}
.td_price{
  background-color: #ffc;
  

}
.input100:focus-visible 
{
  border: 2px solid blue; /* Custom border */
  box-shadow: 0 0 5px rgba(0, 0, 255, 0.5); /* Optional box shadow */
}

.formhistory {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}
.headerhistory{
  padding:10px;
  background:#f5f5f5;
  border-bottom:1px solid #ddd;
  font-weight:bold;
  font-size: 14px;
  position: sticky; 
  top: 0; 
  z-index: 999;
}
.ip_num
{
  width: 50px;
  text-align: right;
  font-size: 14pt;
  border: none;
  padding-right: 5px;
  margin-right: 3px;
}


.table-container {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.report-table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.report-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
}

.report-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.hotel-cell {
    background-color: #e8f4f8;
    font-weight: bold;
    text-align: left !important;
    color: #333;
}

.room-cell {
    background-color: #f0f8ff;
    font-weight: 600;
    text-align: left !important;
    color: #333;
}

.number-cell {
    font-weight: 500;
    color: #333;
}

.total-row {
    background-color: #f0f0f0 !important;
    font-weight: bold !important;
    border-top: 2px solid #ccc !important;
}

.total-row td {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    font-weight: bold !important;
}

.percent-cell {
    font-weight: bold;
}

.percent-high { color: #d9534f; }
.percent-medium { color: #f0ad4e; }
.percent-low { color: #5cb85c; }

.month-cell {
    background-color: #fafafa;
    font-weight: normal;
    color: #666;
}

.no-cell {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.hotel-row td {
    background-color: #e8f4f8 !important;
    font-weight: bold;
    color: #333;
}

.detail-row {
    display: none;
}

.detail-row.show {
    display: table-row;
}

/* Report page specific styles */
  .report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }

  .report-table th {
    background: #198754;
    color: white;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .report-table td {
    padding: 8px 5px;
    border: 1px solid #ddd;
    text-align: center;
  }

  .hotel-row {
    background: #3498db;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }

  .hotel-row:hover {
    background: #2980b9;
  }

  .hotel-row td:first-child {
    text-align: center;
  }

  .hotel-row td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
  }

  .room-row td:nth-child(2) {
    text-align: left;
    padding-left: 30px;
    background: #f8f9fa;
  }

  .total-row {
    background: #e8f4f8;
    font-weight: bold;
  }

  .total-row td:nth-child(2) {
    text-align: left;
    padding-left: 30px;
  }

  .detail-row {
    display: none;
  }

  .detail-row.show {
    display: table-row;
  }

  .toggle-icon {
    display: inline-block;
    width: 20px;
    transition: transform 0.3s;
  }

  .number-cell {
    text-align: right;
    padding-right: 10px !important;
  }
.calendar_horizon
{
margin-bottom: 50px;
}
.btn_switch_view{
  background-color: #007bff;; 
  color: white; 
  border: 2px solid #000; 
  padding: 0px 25px 0px 10px;
  font-weight: bold; 
  border-radius: 4px; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  cursor: pointer;
  outline: 2px solid white;
}

.option_view{
  background-color: white;
  color: black;
}
.tox-promotion,.tox-statusbar
{
 display: none !important;
}
.tr_sent td 
{
  background: #FFF;
}
.tr_unsent td 
{
  background: #FFC;
}

.divlistImage{
    display: flex;
    gap: 5px;
    overflow-x: auto;
    flex: 1;
    max-width: 230px;
}
.btn_deleteImagesRoom{
    position: absolute;
    top: -5px;
    right: -5px;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;

}
.btn_deleteImagesRoom:hover{
      background: red;
      color: white;
}
.images_room{
    height: 50px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}



/* style for agent priority */
  .agent-table-container {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
  }

  .agent-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
  }

  .agent-table-cell {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    background-color: #fff;
  }

  .agent-table-header {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .agent-table-row-even {
    background-color: #f9f9f9;
  }

  .agent-table-row-odd {
    background-color: #fff;
  }

  .agent-page-container {
    margin: 20px;
    font-family: Arial, sans-serif;
  }

  .agent-page-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .agent-total-count {
    margin-top: 15px;
    font-weight: bold;
    color: #666;
  }

  .agent-no-data {
    text-align: center;
    color: #999;
    font-style: italic;
  }

  .agent-priority-cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .agent-hotel-count {
    font-weight: bold;
    color: #007cba;
  }

  .agent-menu-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    color: #666;
  }

  .agent-menu-btn:hover {
    background-color: #f0f0f0;
    color: #333;
  }

  #agentModal {
    display: none;
  }

  .agent-hotel-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .agent-hotel-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  .agent-hotel-checkbox {
    margin-right: 10px;
  }

  .agent-hotel-name {
    flex: 1;
    color: #333;
  }

  .agent-save-btn {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
  }

  .agent-save-btn:hover {
    background-color: #005a8b;
  }

  .agent-config-form {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
  }

  .agent-config-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #agentSearchInput {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .agent-config-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  .agent-config-table th,
  .agent-config-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
  }

  .agent-config-table th {
    background-color: #f2f2f2;
    font-weight: bold;
  }

  .agent-config-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .priority-radio-group {
    flex-direction: row;
    gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .priority-radio-group input[type="radio"] {
    margin-right: 5px;
    margin-left: 0;
  }

  .priority-radio-group label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    min-width: auto;
    flex-shrink: 0;
  }

  /* Đảm bảo table cell không wrap content */
  .agent-config-table td {
    white-space: nowrap;
  }

  .agent-config-table td:first-child {
    white-space: normal;
    min-width: 200px;
  }

  .config-save-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 10px;
  }

  .config-save-btn:hover {
    background-color: #218838;
  }

  /* Sticky header và filter */
  #hotelConfigTable {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    position: relative;
  }

  #hotelConfigTable .agent-config-table thead th {
    position: sticky;
    top: 0;
    background-color: #f2f2f2;
    z-index: 10;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  }

  .filter-container {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 20;
    padding-bottom: 10px;
  }
  .btn_set_all_priority {
    line-height: 1;
    background: #aaa;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }


/* end style for agent priority */
/* booking block history */
    .booking-cards-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      /* padding: 10px; */
    }
    .booking-card {
      background: #f0f0f0;
      border: 1px solid #ddd;
      padding: 12px;
      min-width: 220px;
      max-width: 220px;
      color: #333;
      border-radius: 5px;
    }
    .booking-card-header {
      font-size: 11px;
      font-weight: bold;
      margin-bottom: 8px;
      padding-bottom: 6px;
      border-bottom: 1px solid #ddd;
    }
    .booking-card-field {
      margin: 3px 0;
      font-size: 11px;
      display: flex;
      align-items: flex-start;
    }
    .booking-card-label {
      font-weight: 600;
      margin-right: 5px;
      min-width: 90px;
      flex-shrink: 0;
    }
    .booking-card-value {
      flex: 1;
      word-break: break-word;
    }
    .booking-card-room {
      font-size: 11px;
      font-weight: 600;
      margin-bottom: 4px;
    }
    .booking-card-checkinout {
      font-size: 10px;
      margin: 4px 0;
      padding: 4px 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }
/* end booing block history */


