/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

.ui-datepicker{
    width: auto!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb0{
    margin-bottom: 0px!important;
}
.h2.mb20{
    font-weight: 700;
}
.schedule-list{
    width: 100%;
}
.schedule-list thead{
    background: #eaeef3;
}
.schedule-list thead th,
.schedule-list thead td {
    white-space: nowrap!important;
}
.schedule-list .week-head{
    background: #428bca;
    color: #fff;
}
.schedule-list tr{
    border-bottom: 1px #e4e4e4 solid;
}
.schedule-list tr td, .employ-list tr th{
    padding: 5px 5px;
}
.schedule-list tr td.dtop{
    vertical-align: top;
}
.schedule-list tr td.img{
    padding-right: 10px;
    padding-left: 10px;
}
.schedule-list .highlights{
    color: #fff;
    background: #f16236;
}
.schedule-list .highlights a{
    color: #fff;
}
.schedule-list-mobile{
    display: none;
}
.w100{
    width: 100px!important;
}
.w150{
    width: 150px!important;
}
.w300{
    width: 300px!important;
}
h2.week-head{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
}
h3.dayweek-head{
    margin-bottom: 7px;
}
.accom-detail-data{
    border: 1px #e4e4e4 solid;
    padding: 15px;
    margin-bottom: 10px;
    background: #FFFAFA;
}
.accom-detail-data .ltf{
    color: grey;
    text-transform: uppercase;
}
.accom-detail-data .hed{
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 1px #e4e4e4 solid;
    font-weight: 700;
}
.accom-detail-data .accom-detail-data-item{
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.accom-detail-data .accom-detail-data-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.w200{
    width: 200px;
}
.post-table{
    width: 100%;
}
.post-table td{
    padding: 4px;
}
.fa-required{
    display: inline-block;
    margin-left: 4px;
}
.btn-full{
    display: block;
    width: 100%;
}
.ui-datepicker{
    z-index: 99!important;
}
.post-table .text-strong{
    vertical-align: middle;
}
.schedule-list-tool{
    margin: 0 0 20px;
}
.schedule-week-navigation{
    display: grid;
    grid-template-columns: minmax(130px, 1fr) auto minmax(130px, 1fr);
    align-items: center;
    gap: 20px;
    padding: 12px 0 16px;
    border-top: 1px solid var(--qeza-border, #dfe7ef);
    border-bottom: 1px solid var(--qeza-border, #dfe7ef);
    font-family: "Be Vietnam Pro", Arial, "Helvetica Neue", sans-serif;
}
.schedule-week-navigation__title{
    margin: 0;
    color: var(--qeza-text, #0a315d);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.schedule-week-navigation__title span{
    font-weight: 700;
}
.schedule-week-navigation__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid var(--qeza-gold, #f2b832);
    border-radius: 5px;
    color: var(--qeza-navy, #052f60);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}
.schedule-week-navigation__button:hover,
.schedule-week-navigation__button:focus{
    background: var(--qeza-gold, #f2b832);
    color: var(--qeza-navy, #052f60);
    text-decoration: none;
}
.schedule-week-navigation__button--prev{
    justify-self: start;
}
.schedule-week-navigation__button--next{
    justify-self: end;
}

/* MSG BOX */
.message-box-title{
    font-weight: 700;
    margin-bottom: 5px;
}

/* RESPONSIVE */
@media only screen and (max-width: 767px) {
.schedule-list-mobile{ display: block; }
.schedule-week-navigation{
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding: 10px 0;
}
.schedule-week-navigation__title{
    font-size: 17px;
    white-space: normal;
}
.schedule-week-navigation__title span{
    display: block;
    margin-top: 2px;
    font-size: 14px;
}
.schedule-week-navigation__button{
    min-height: 36px;
    padding: 8px 10px;
}
.schedule-week-navigation__button span{
    display: none;
}
.schedule-week-navigation__button i{
    font-size: 18px;
}
table.schedule-list{ display: none; }
}
