body.no-scroll{
    overflow: hidden;
}
.select-options__add-btns{
    margin: 5px 0;
}
.select-options__add-btns > li{
    display: inline-block;
    width: 33.33%;
    float: left;

}
.select-options__add-btns > li > div{
    padding: 5px;
}
/*2018/04/17 Tam edit start*/
/*.select-options__add-btns__btn{
    width: 100%;
    /*background-color: #5a3816;
    color: #fff;
    font-size: 114.28571%;
    font-weight: bold;
    text-align: center;
}*/
/*2018/04/17 Tam edit end*/
.select-options__add-btns__btn:hover{
    cursor: pointer;
}
#dialogSelectOptions
{
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.select-options-modal-content{
    background-color: #F2F2F2;
    margin: 30px auto;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #888;
    /*width: 70%;*/
    width: 920px;
}
#Body .select-options-modal-content h4[role="title"]{
    /*background-color: #d9cec3;*/
    display:inline-block;
    /*float: left;*/
    font-size: 126.5%;
}
.select-options-modal-content__table{
    width: 100%;
    margin: 10px 0;
    background-color: #F2F2F2;
}
.select-options-modal-content__table > tbody > tr > td{
    width: 50%;
    border: none;
    vertical-align: top;
    padding:0;
}
/* 2018/09/25 Nhu edit start */
.select-options-modal-content__table > tbody > tr > td:last-child{
    background-color: #fff;
    padding: 10px;
    /* overflow-y: auto; */
}
.select-options-items{
    margin: 0;
}
.select-option-scroll-y{
    position: absolute;
    height: 358px;
    overflow-y: auto;
    margin-left: -9px;
    margin-top: -9px;
}
/* 2018/09/25 Nhu edit end */
.select-option-scroll-y img{
    width: 100%;
}
ul.select-options-items > li{
    display: block;
    background-color: #fff;
}
.select-options-items > li > img:hover{
    cursor: pointer;
}
/*.select-options-items > li.selected{*/
    /*background-color: #2E75B6;*/
/*}*/
.select-options-items > li.selected td{
    color: #fff;
}
.select-options-items table{
    background-color: transparent;
}
.select-options-items table > tbody > tr td{
    border: none;
    vertical-align: top;
    padding: 0;
}
.select-options-items table > tbody > tr td:first-child{
    width: 1%;
    white-space: nowrap;
    padding-right: 5px;
}
/** table selection detail **/
table#select-option-tbl-detail{
    width: 100%;
}
table#select-option-tbl-detail > tbody > tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table#select-option-tbl-detail > tbody > tr:first-child{
    border-top-width: 2px;
}
table#select-option-tbl-detail > tbody > tr > td{
    padding: 5px 10px;
    border:none;
}
table#select-option-tbl-detail > tbody > tr > td:first-child{
    width: 100px;
}
/** select date time **/
.select-options-datetime{
    padding: 4px 0px 4px 10px;
}
.select-options-datetime > table{
    width: 100%;
}
.select-options-datetime > table > tbody > tr > td{
    border: none;
}


.select-option-date{
    background-image: url(../img/icon_datebox.png);
    background-repeat: no-repeat;
    background-position: 98% 5px;
    cursor: pointer;
    font-size: 16px;
}
#SelectOptionTime > label{
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    margin: -3px;
    border-bottom: 1px solid #888;
}
#SelectOptionTime > label:last-child{
    border-right: 1px solid #888;
}
#SelectOptionTime > label:first-child{
    border-right: none;
}
#SelectOptionTime > label > span{
    background-color: #fff;
    padding: 5px;
    color: #333;
}
#SelectOptionTime > label.select-op-label-disabled > span{
    background-color: #ccc;
    color: #fff;
}
#SelectOptionTime > label.ui-state-active > span{
     background-color: #5a3816;
    color: #fff;
 }

/** select seats **/
.select-option-seats{
    position: relative;
    margin: 10px 0;
    border: 1px solid #333;
    background-color: #fff;
    overflow-y: auto;
    height: 270px;
}
.select-option-seats > ul{
    margin: 0;
}
.select-option-seats > ul > li{
    padding: 3px;
    border-bottom: 1px solid #ccc;
}
.select-option-seats table{
    width: 100%;
}
.select-option-seats table td{
    border: none;
}
.select-option-seats table > tbody > tr > td
{
    padding: 0;
    border: none;
    border-right: 1px solid #ccc;
}
.select-option-seats table > tbody > tr > td:last-child
{
    border-right: none;
    width: 420px;
}
td.select-opt-img-bottom{
    width: 90px;
    white-space: nowrap;
    text-align: center;
}
td.select-opt-img-bottom img{
    max-width: 95px;
    max-height: 60px;
}
td.select-opt-seat-bottom{
    /*padding-left: 30px;*/
    width: 345px;
}
/** select time slide **/
.select-opt-slide-time{
    margin: 0px 20px;
    white-space: nowrap;
    overflow-x: hidden;
    display: flex;
}
.select-opt-slide-time > li{
    /*display: inline-block;*/
    margin-right: 5px;
}
.select-opt-slide-time__time{
    background: #eeece2;
    font-weight: 600;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 4px;
    padding: 5px 12px 5px 5px;
    font-size:12px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    line-height: 1.2;
    position: relative;
    /* min-width: 115.6px; */
    min-width: 82.6px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.select-opt-slide-time__time::after{
    content: "|";
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
}
.select-opt-slide-time__time:hover{
    /*opacity: .6;*/
    /*background: #eeece1;*/
    color: white;

}
.select-opt-slide-time__time__circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.select-opt-slide-time__time:hover{
    cursor: pointer;
}
.select-opt-slide-time__stock{
    display: inline-block;
    margin-top: 5px;
}
.select-opt-close-modal{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    background-color: #999;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px;
}
/** select-options-summary **/
.select-options-summary{
    width: 100%;
}
.select-opt-btn-ctrl{
    color: #fff;
    display: block;
    padding: 6px 12px;
    border-radius: 5px;
    margin-right: 0;
    cursor: pointer;
    margin-left: 0 !important;
}
.select-options-summary__btn-change{
    /* 2018/07/30 Nhu edit start */
    /* background-color: #1E72FA; */
    margin-bottom: 5px;
}
.select-options-summary__btn-delete{
    /* background-color: #5A5A5A; */
    background-color: #999;
    /* width: 100%; */
    font-weight: bold;
    /* 2018/07/30 Nhu edit end */
}
.select-opts-sum-texts > label{
    margin-right: 10px;
}
.select-opt-center{
    text-align: center;
}
table.select-opt-table-time-summary{
    width: 100%;
    margin-right: 3px;
}
table.select-opt-table-time-summary td{
    border: none;
    white-space: nowrap;
}
table.select-opt-table-time-summary > tbody > tr > td:last-child{
    text-align: right;
}
table.select-options-summary td > img{
    width: 60px;
    margin-right: 5px;
}
table.select-options-summary > tfoot > tr > td:first-child{
    border: none;
}
.select-option-btn-time-slide-left{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
}
.select-option-btn-time-slide-right{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
}
.select-option-btn-time-slide-left:hover, .select-option-btn-time-slide-right:hover{
    cursor: pointer;
}
.select-option-rank-name{
    display: none;
}
.select-options-datetime label{
    margin: 0 10px;
}
.select-options-datetime .rsvfl-error-msg{
    padding-left: 9px;
}

#dialogSelectOptions .rsvfl-error p.form-select-label{
    border-color: #c30 !important;
    background-color: #f3b6c1;
}

#dialogSelectOptions .rsvfl-error-msg {
    display: none;
    margin: 0 0 4px;
    padding: 2px 0;
    color: #c30;
    font-weight: bold;
}

#dialogSelectOptions .rsvfl-error .rsvfl-error-msg {
    display: block;
}
.form-select + .form-select{
    margin-left: 0;
}
.form-select.form-select-s select, .form-select.form-select-s .form-select-label{
    /* 2018/07/27 Nhu edit start */
    /* width: 37.5px;
    font-size: 90.33333%; */
    width: 37.5px !important;
    font-size: 90.33333% !important;
    /* 2018/07/27 Nhu edit end */
    /* 2018/09/21 Nhu edit start */
    line-height: 24px;
    /* 2018/09/21 Nhu edit end */
}

.select-optchg-info .form-select.form-select-s select,
.select-optchg-info .form-select.form-select-s .form-select-label{
    width: 92.5px;
    font-size: 90.33333%;
}
.select-options-items .form-select.form-select-s select,
.select-options-items .form-select.form-select-s p{
    width: 445px;
    font-size: 19px;
    height: 40px;
    float: left;
    text-align: left;
    padding-left: 10px;
}
.select-options-items .form-select.form-select-s select option{
    font-size: 17px;
}

.form-select .form-select-label.no-select-option-item {
    background-color: #ffc0cb;
}

.tli-thumb-attn{
    width: 261px;
    margin: 0;
    float: left;
    height: 261px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tli-thumb-attn img{
    max-width: 315px;
    max-height: 252px;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    transition: 0.5s;
}
.oli-thumb-list{
    float: left;
    width: 83px;
    height: 261px;
    background-color: #fff;
    padding-left: 5px;
    margin: 0;
}
.oli-thumb-list li{
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    margin-bottom: 6px;
}

.oli-thumb-list img{
    max-width: 83px;
    max-height: 83px;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
}
#preview{
    position: fixed;
    border: 3px solid #333;
    background: #444;
    padding: 5px;
    display: none;
    color: #FFF;
    text-align: center;
    z-index: 6;
    margin: 0;
    width: min-content;
}
#preview img{
    max-width: 50vw;
    max-height: 68vh;
}
.hide{
    display: none;
}
.select-options-body td{
    position: relative;
}

.select-opt-slide-time__time.op-disabled{
    background-color: #999 !important;
    color: #fff !important;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
.select-opt-seet-content{
    float: left;
    width: 260px;
}
.rank_lb{
    font-weight: 800;
    font-size: 16px;
}
.rank_lb span{
    font-weight: 100;
    font-size: 12px;
}
.rank_cap{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size:12px;
}
#select-option-seats__ul .preview{
    float: left;
    margin-right: 11px;
    display: flex;
    justify-content: center;
    width: 74px;
    height: 68px;
    align-items: center;
    background-color: #efefef;
}
#select-option-seats__ul .preview img{
    max-width: 100%;
    max-height: 100%;
}
.select-optchg-info {
    /* 2018/07/27 Nhu edit start */
    /* width: 114px; */
    width: 125px;
    /* 2018/07/27 Nhu edit end */
    padding: 3px;
    font-size: 12px;
}
.select-optchg-info div.chg_item{
    /* width: 64px; */
    width: 72px;
    display: inline-block;
    text-align: right;
}
.select-optchg-info div.chg_item:nth-child(2n+1){
    width: 45px;
    text-align: left;
}
.select-optchg-infoen, .select-optchg-infoch, .select-optchg-infochh {
    width: 142px;
}
.select-optchg-infoen div.chg_item,
.select-optchg-infoch div.chg_item,
.select-optchg-infochh div.chg_item{
    width: 68px;
    display: inline-block;
    text-align: right;
}
.select-optchg-infoen div.chg_item:nth-child(2n+1),
.select-optchg-infoch div.chg_item:nth-child(2n+1),
.select-optchg-infochh div.chg_item:nth-child(2n+1){
    width: 70px;
    text-align: left;
}
/* 2018/08/06 Nhu edit end */
#select-option-accordion h3{
    background: #c00000!important;
}

#select-option-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    right: .5em!important;
    color: #ffffff;
    left: unset;
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
ul#course-list{
    height: 358px;
    overflow: auto;
    margin: 0;
    background-color: #efefef;
}
.select-option-err{
    float: right;
    margin-top: 6px;
    width: 350px;
}
.t_l{
  text-align: left;
}
.t_r{
  text-align: right;
}
/*---------------------------------dropdow------------------------*/

/*.select-options-body *, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}*/

.dropdown_select_option {
  position: relative;
}
.dropdown_select_option a {
  text-decoration: none;
}
.dropdown_select_option [data-toggle="dropdown"] {
  display: block;
  background: #eeece2;
  -moz-box-shadow: 0 1px 0 #f1f1f1 inset, 0 -1px 0 #d6d6d6 inset;
  -webkit-box-shadow: 0 1px 0 #f1f1f1 inset, 0 -1px 0 #d6d6d6 inset;
  box-shadow: 0 1px 0 #f1f1f1 inset, 0 -1px 0 #d6d6d6 inset;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
  padding: 10px;
}

.dropdown_select_option input[type="checkbox"]:checked + [data-toggle="dropdown"],
.dropdown_select_option input[type="checkbox"]:checked + [data-toggle="dropdown"]:before,
.dropdown_select_option:hover [data-toggle="dropdown"],
.dropdown_select_option:hover [data-toggle="dropdown"]:before {
  color: white;
}
.dropdown_select_option [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown_select_option > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.8s ;
  -o-transition: max-height 0.8s ;
  -webkit-transition: max-height 0.8s ;
  transition: max-height 0.8s ;
}

.dropdown_select_option > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown_select_option > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 260px;
  /*display: block;*/
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s ;
  -webkit-transition: max-height 0.8s ;
  transition: max-height 0.8s ;
}
.dropdown_select_option > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.bg_opacity{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
#MoveToSeatReserve{
    position: absolute;
    left: 360px;
    top: 45%;
    width: 220px;
    height: 44px;
    padding-top: 12px;
}
/* 2018/07/24 Nhu edit start */
/* #selectOptionDataTop tbody .child_incl_list {
    height: 98px;
} */
/* 2018/07/24 Nhu edit end */

/* 2018/07/27 Nhu edit start */
.ui-dialog .ui-dialog-buttonpane button:last-of-type{
    position: relative;
    left: 0;
    width: unset;
    height: unset;
    padding: 5px 12px;
    padding-right: 17px;
    background-color: #333;
    /* 2018/09/19 Nhu edit start */
    /* background-image: unset; */
    background-image: none;
    /* 2018/09/19 Nhu edit end */
}

.select-options-summary tbody .other_date_{
    text-align: center;
}

.image_rank {
    padding: 0;
}

.image_rank .sil-img {
    height: 78px;
    width: 78px;
}

.image_rank img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.03) translate3d(-50%, -50%, 0) !important;
    transform: scale(1.03) translate3d(-50%, -50%, 0) !important;
    max-width: 100%;
    max-height: 100%;
}
/* 2018/07/27 Nhu edit end */

/* 2018/08/06 Nhu edit start */
@media screen and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .select-opt-seat-bottom a img{
       width: 74px; 
    }
    .select-options-modal-content__table > tbody > tr > td {
        width: 59%;
    }
    .select-opt-slide-time__time{
        padding: 10px 5px;
        display: -ms-flexbox;
        line-height: 1.5;
        height: 30px;
    }

    .ui-dialog .ui-dialog-buttonpane button:last-of-type {
        width: auto;
    }
}
/* 2018/08/06 Nhu edit end */
/* 2018/08/13 Nhu edit start */
#LimitTimeOpt, #LimitTimeOptBottom {
    border: 2px #999 solid;
    margin-top: 10px;
    padding: 2px;
}
#LimitTimeOpt img ,#LimitTimeOptBottom img{
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin: 2px;
}
#LimitTimeOpt span,#LimitTimeOptBottom span {
    color: red;
    font-size: 15px;
}
#LimitTimeOptBottom {
    margin-top: -14px;
}

#select-options-incl {
    /* border-collapse: separate;
    border-spacing: 3px; */
    margin: 0 auto;
}
.LblUseDate {
    width: 140px;
    text-align: center;
    margin-right: 9px;
    padding-top: 4px;
    font-weight: bold;
}
.OptName {
    width: 190px;
    color: black;
    padding: 6px;
    text-align: left;
    font-weight: bold;
}
.OptName img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -20px;
}
#select-options-incl tr th:first-child span {
    padding-left: 15px;
    padding-top: 7px;
}
#select-options-incl tr td:first-child span {
    padding-left: 8px;
    padding-top: 7px;
}
#select-options-incl .lblPosition{
    font-weight: bold;
}
.OptName h5 {
    font-size: 100%;
    min-height: 21px;
}
/* 2018/08/13 Nhu edit end */

/* 2018/09/17 Nhu edit start */
#showOptionInclude{
    float: none;
    /* display: block; */
    display: table;
    width: -moz-max-content;
    width: -webkit-max-content;
    /* width: 21%; */
    margin: -10px 15px 10px;
}
/* 2018/09/17 Nhu edit end */

.IncBtns button{
    display:inline-block;
    margin-bottom:0px;
}

#BtnNext.rsv-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}