.canvas-container__center {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    letter-spacing: 0;
}


/*menu-toggle*/

.menu-toggle {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    z-index: 2;
}
.menu-toggle.zoom{
    top: 46px;
}
.zoom button{
    display: inline;
    padding: 0px 18px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    height: 32px;
    width: 47.9%;
}
.menu-toggle.on {
    width: 21.56px;
    top: 14px;
}
.menu-toggle.on .one {
    opacity: 1;
    -moz-transform: rotate(45deg) translate(0px, 6px);
    -ms-transform: rotate(45deg) translate(0px, 6px);
    -webkit-transform: rotate(45deg) translate(0px, 6px);
    transform: rotate(45deg) translate(0px, 6px);
}

.menu-toggle.on .two {
    display: none;
}

.menu-toggle.on .three {
    opacity: 1;
    -moz-transform: rotate(-45deg) translate(-1px, -6px);
    -ms-transform: rotate(-45deg) translate(-1px, -6px);
    -webkit-transform: rotate(-45deg) translate(-1px, -6px);
    transform: rotate(-45deg) translate(-1px, -6px);
}

.one,
.three {
    opacity: 0;
    width: 27px;
    height: 4px;
    background: white;
    margin: 3px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.two {
    height: 22px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

nav ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 4em auto;
    text-align: center;
    z-index: 2;
    width: 100%
}

nav ul.hidden {
    display: none;
}

nav ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* 2018/08/01 Nhu edit start */
    text-decoration: none !important;
    color: white !important;
    /* 2018/08/01 Nhu edit end */
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    display: block;
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.canvas-container__center.on:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/*end menu-toggle*/

.canvas-container_top {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.canvas-container_top table{
    width: 100%
}

.canvas-container_top table tr:not(:first-child){
    font-size: 18px;
    font-weight: 700;
    height: 45px;
}
.canvas-container_top table td,.canvas-container_top table th{
    border: 0;
    border-bottom: 1px solid #ccc;
}

#canvas {
    border: 1px solid #ccc;
    margin-top: 5px;
}

.canvas-lb-left {
    display: inline-block;
}

.canvas-div-right {
    font-size: 18px;
}

.canvas-mg-20 {
    margin: 20px 0;
}

.canvas-2-btn {
    display: table;
    width: 100%;
}

.canvas-2-btn>div {
    width: 50%;
    display: table-cell;
    margin: 10px 0;
    text-align: center;
}

.canvas-2-btn>div>button {
    padding: 5px;
    background-color: blue;
    text-align: center;
    width: 100px;
    color: #fff;
    cursor: pointer;
}

.canvas-2-btn>div>button:hover {
    background-color: #1b1b96;
}

.canvas-btn-close {
    height: 44px;
    background-color: #999;
    text-align: center;
    width: 180px;
    cursor: pointer;
}

.rsv-btn.canvas-btn {
    text-align: center;
    width: 100px;
    color: #fff;
    cursor: pointer;
}

.canvas-mg-50 {
    margin: 50px 0;
}

.canvas-tbl-input {

    border: none;
}

.canvas-tbl-input td {
    border: none;
}

.canvas-tbl-input__td_f {
    width: 40px;
    white-space: nowrap;
}

.canvas-text-right {
    text-align: right;
}

.canvas-tbl-detail {
    width: 100%;
}
.cverror{
    border-color: #c30 !important;
    background-color: #f3b6c1 !important;
}
.cvlist-rank{
    margin-top: 20px;
    width: 100%;
}
.cvlist-rank tr{
    border: 0;
}
.cvlist-rank th{
    border: 0;
    background: #fff;
}
.cvlist-rank td{
    border-left: 0;
    border-right: 0;
    font-weight: 800;
}
.cvlist-rank .cvtd-us:nth-child(1){
    border-bottom: 0;
}
.cvtd-us{
    border-top: 0;
}
.cvlist-rank tr:last-child{
    border-bottom: 1px solid #ccc;
}
.btn-foo{
    margin-top: 55px;
}
.btn-foo button{
    font-size: 14px;
    font-weight: 700;
}
.btn-foo .canvas-btn{
    float: right;
}
/*2018/6/14 Nhu edit start
pop-ups seat_reserve_dialog*/
.seat_reserve_dialog{
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.select-seat-modal-content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 334px;
    margin-bottom: 120px;;
}

.select-seat-modal-content #close-modal-seat {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#price_seat_reserve, #status_seat_reserve, #cancel_seat_reserve {
    width: 100%; 
    background-image: none;
    margin-bottom: 10px;
}

#seat_title_dialog {
    margin: 0;
    margin-bottom: 5px; 
    padding: 10px;
    line-height: 1.2;
}

#seat_title_dialog p{
    margin: 0;
}

.seat_reserve_dialog .select-seat-content {
    margin-bottom: 5px;
}
.seat_reserve_dialog .select-seat-content p:not(:first-child) {
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 12px;

}
.seat_reserve_dialog .content_image{
    position: relative;
    height: 200px;
    background-color: #f6f2ea;
    margin: 10px 0;
}
.seat_reserve_dialog .content_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    max-height: 100%;
}
.seat_reserve_dialog #seat_desc{
    border: 1px solid;
    padding: 5px;
    overflow-y: auto;
    height: 67px;
}
.rsv-btn + .rsv-btn {
    margin-left: 0px;
}
/* 2018/6/14 Nhu edit end */
.seat_no{
    color: #c30;
    font-weight: bold;
    margin: 10px 0;
}
#CancelAssignSeat {
    width: auto;
    padding-left: 26px;
    margin-left: 15px;
    float: left;
}
#btn_cancel {
    width: 180px;
    margin-left: 23%;
}

.canvas-btn#btn_cancel {
    width: auto;
    padding-left: 26px;
    margin-left: 15px;
    float: left;
}

#label_rank_name{
    white-space: normal;
}

/* 2018/11/14 Nhu edit start */
#seat_cancel_noti{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #c30;
}
/* 2018/11/14 Nhu edit end */

/* 2018/12/19 527 Nhu edit start */
#note_and_info_content {
    text-align: left;
    border: solid 1.5px #e50606;
    padding: 8px;
    line-height: 23px;
    background-color: #FFEFFF;
}
/* 2018/12/19 527 Nhu edit end */
