.nodata {
    text-align: center;
    color: red;
    margin-bottom: 20px;
    margin-top: 20px;
}

td.dataTables_empty {
    color: red;
}

th.sorting {
    text-align: center;
}

thead tr th:first-child,
td .d-flex.flex-column {
    text-align: left;
}

.col-sm-12.col-md-2.dt-action-buttons.text-end {
    margin-top: 5px;
}

tr.odd td,
tr.even td {
    text-align: center;
}

.zero-me {
    text-align: center;
}

.f100 {
    float: left;
    width: 100%;
}

.imgname {
    float: left;
    width: 20%;
}

.both {
    float: left;
    width: 80%;
    white-space: nowrap;
}

.imgnameid {
    width: 100%;
    float: left;
    font-weight: 600;
}

.form-control[readonly] {
    background-color: transparent;
    /* opacity: 1; */
}

.table> :not(caption)>*>* {
    border-color: #efefef;
}

tr.first th:first-child {
    border-right: 1px solid #f3f2f7;
}


.goodatt {
    color: rgb(65 199 50 / 79%) !important;
    background: #fff;
}

.pooratt {
    color: #ff6a00b0;
    background: #fff;
}

.bg-light-primary {
    background: #fff !important;
}

.card-company-table td .avatar {
    margin-right: 1rem;
}

#topTable tr td:first-child,
#bottomTable tr td:first-child {
    padding-left: 10px;
}

.fw-bolder.opnames {
    color: #458eff;
}

th:first-child,
td:first-child {
    border-right: 0px solid #eaeaea;
    position: sticky;
    left: 0px;
    background-color: white;
    /* background-image: url(common/images/eaeaea.jpg); */
    background-repeat: no-repeat;
    background-position: right;
}

th.text-nowrap.text-center.bb1px {
    border-bottom: 1px solid #e5e5e5;
}

.colspanrowspan {
    text-align: center;
    vertical-align: middle !important;
}

.rowgroup.colspanrowspan {
    min-width: 250px;
    z-index: 1;
}

.avatar.me-1 {
    margin-right: 0px !important;
}

.fa-calendar-star {
    color: rgb(65 199 50 / 79%) !important
}