﻿.card-div {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    /*border-radius: 15px;*/
    /*border: 1px solid #737171;*/
    overflow: hidden;
    padding: 0px 10px 0px;
}
    .card-div:hover {
        /*background-color: #e7e7e7;*/
    }    

.card-header {
    background-color: #fff;
    padding: 10px;
    display: flex;
    /*justify-content: space-between;*/
    /*font-family: monospace;*/
}

.card-title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.card-body {
    padding: 16px;
    background-color: rgba(55,89,123,.03);
    border-radius: 15px;
}

.card-worksite {
    margin-bottom: 15px;
    padding: 0px 5px 0px;
}
.card-ts-user {
    margin-bottom: 15px;
    padding: 0px 5px 0px;
}


.card-remark {
    margin-bottom: 15px;
    padding: 0px 5px 0px;
}

.card-footer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    font-size: 18px;
    margin-right: 10px;
}

    .card-footer a {
        color: #697179;
    }

.card-header-img {
    align-items: center;
    background-color: #cceae7;
    border: 1px solid rgba(55,89,123,.03);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
    margin-right: 10px;
    font-size: 18px;
}

.card-header-item .ts-no {
    font-size: 18px;
    font-weight: 600;
}

.card-header-item .doc-date {
    color: #73777d;
    font-weight: 600;
}

.card-worksite-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.card-ts-user-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.card-remark-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.table-worksite {
    background-color: #b8c6e9;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color: #1d2227;
    cursor: pointer
}

.table-user {
    background-color: #e4c191;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color: #3a3020;
    cursor: pointer
}

.table-user-salary {
    background-color: #e0a69d !important;
}

.table-foreignWorkers {
    background-color: #dbd0c1;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color: #3a3020;
    cursor: pointer
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}