/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Mon, 22 Jul 2024 06:45:17 GMT
 */

h1{
    text-transform: uppercase;
    font-size: 20px;
}

.schedule-list{
    position: relative;
    width: 100%;
    margin-bottom: 0;
    z-index: 999;
}

.schedule-list thead{
    background: #eaeef3;
}

.schedule-list thead th,
.schedule-list thead td {
    white-space: nowrap!important;
}

.schedule-list .week-head{
    background: #124480;
    color: #fff;
}

.schedule-list tr td{
    padding: 5px 5px;
}

.schedule-list tr td{
    vertical-align: middle !important;
}

.schedule-list-tool{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

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

.screen-icon img{
    width: 40px;
}

.schedule-list td span{
    display: block;
    margin-top: 4px;
    font-style: italic;
    color: #428bca;
    font-size: 13px;
}

#fullscreen{
    position: relative;
    background-color: #fff;
}

.fullscreen-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f8e6a5;
    border-top: 15px solid #06447d;
    border-bottom: 5px solid #06447d;
    padding: 10px;
}

.fullscreen-header .logo img{
    height: 100px;
}

.fullscreen-header h1{
    font-size: 50px;
    color: #ff0000;
    text-transform: uppercase;
}

.fullscreen-header .digital-clock{
    font-size: 45px;
    font-weight: 600;
    color: #06447d;
}

.fullscreen-data{
    position: relative;
    background-color: #fff;
    height: calc(100vh - 236px);
    background-image: url(../images/work-schedules/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 16px;
}

.fullscreen-data:before{
    position: absolute;
    content: '';
    background-color: #ffffff73;
    width: 100%;
    height: 100%;
}

.fullscreen-data .week-head{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border: none;
}

.fullscreen-footer{
    position: relative;
    padding: 10px;
    color: #000;
    border-top: 5px solid #06447d;
    border-bottom: 1px solid #06447d;
    background-color: #f2d261;
    background-image: linear-gradient(180deg, #f9e7a9 0, #f6da7f 50%, #f2d261 100%);
}

.fullscreen-footer h2{
    font-size: 20px;
    text-transform: uppercase;
}

.fullscreen-footer p{
    margin: 0;
}

.fullscreen-footer .screen-icon{
    position: fixed;
    bottom: 35px;
    right: 40px;
}

.table-bordered{
    border: none;
}

.table-week{
    position: relative;
    overflow: auto;
}

.table-week thead{
    position: sticky;
    top: 0;
}