﻿body {
    height: 100%;
}

#budgetvariance .field-block {
    border-color: #000;
    border-style: groove;
    border-width: thin;
    margin: 10px;
    height: 70vh;
    padding:0px 10px 10px 10px;
    position: relative;
    max-height:  70vh;
    overflow-y: scroll;
}

#budgetvariance .field-list-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

table.dataTable td, table.dataTable th {
    padding: 2px 7px !important;
}

#tblField td:nth-child(3) {
    text-align-last: center;
    background-color: #fff;
    font-weight: bold;
    color: green;
    font-size: 14px;
}
#tblField td:nth-child(4) {
    text-align-last: center;
    background-color: #fff;
    font-weight: bold;
    color: green;
    font-size: 14px;
}

.budget-variance-header {
    background: #000000;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
}

select#selectVarianceBudgetReference, select#selectVarianceBudgetReference option {
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    background-color: #f1f2f3;
    color: #acb0c3;
    height: 100%;
}

.title-Line-button {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

#tblField th {
    background-color: #5C5C5C;
    text-align: center;
    font-weight: bold;
    height: 28px;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}


#budgetvariance a.copy-btn {
    color: #ffffff;
    font-size: 20px;
}

#budgetvariance a.copy-btn:hover {
    color: #ffffff;
    font-size: 20px;
}
.non-editable {
    background-color: #dddd !important;
    border: 1px solid #c6c6c6 !important;
}
#tblLogField th {
    background-color: black !important;
    color: white;
    text-align: center; /* Center align horizontally */
    vertical-align: middle; /* Center align vertically */
    font-weight: bold;
    height: 28px;
    position: sticky;
    position: -webkit-sticky;
    // top: 0;
    //z-index: 1;
}

#tblLogField tbody tr {
    background-color: white !important;
}

.cls-action-drpoption {
    color: black
}