﻿.card {
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

.box-header {
    background-size: 100% 100%;
    color: #eb1c24;
    font-weight: bold;
    height: 32px;
    padding: 4px;
    border: 1px solid #dee2e6;
    text-align: center;
}

.td-tong-chi-phi {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.menu-link .nav-link{
    font-size: 0.9rem !important;
}

@media only screen and (max-width: 1599px) and (min-width: 1200px){
    body{
        background-size: cover !important;
    }
}

.box-header{
    cursor: default;
}

/*Bổ sung ngày 20/03/2021*/
#modal-thongtinchitietthunhap .modal-content {
    max-height: unset;
    height: 80vh;
}

#modal-thongtinchitietthunhap .close {
    color: #fff;
    opacity: 1;
}

#modal-thongtinphucap .modal-content {
    height: fit-content;
}

.chiphinhanvien-avg{
    font-weight: 600;
}

.chiphinhanvien-total {
    font-weight: 600;
}

.search-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d5d5;
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
    box-shadow: 0 3px 2px -2px #e4d9d9;
}

.search-box div:first-child {
    padding-left: 0;
}

@media screen and (max-width: 575px) {
    .search-box div:nth-child(2) {
        width: 40%;
    }
    .search-box div:nth-child(3) {
        width: 20%;
    }
}

@media screen and (max-width: 334px) {
    .search-box div:nth-child(2) {
        width: 34%;
    }
    .search-box div:nth-child(3) {
        padding-left: 0;
    }
}