.epc-table-col-width-170 > thead tr td {
    min-width: 170px;
}
.epc-table-col-width > thead tr td {
    min-width: 200px;
}
.epc-item-exist-error{
    color: red;
    float:left;
    margin-left: 4px;
    margin-top:2px;
}
.epc-alternate-item-exist-error{
    color: red;
}

.highlight-success{
    border: 2pt solid #28a745;
}

.highlight-error{
    border: 2pt solid #dc3545;
}

.bold{
    font-weight: bold;
}

.itemCodeWidth{
    width: 1%;
}

.serialNoWidth{
    width: 0.2%;
}

.qtyWidth{
    width: 1%;
}

.uomWidth{
    width: 5%;
}

.itemDescriptionWidth{
    width: 4%;
}

.reportHeaderLeft{
    padding-left: 3%;
}

.main-sidebar .nav-link.active{
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transform: scale(1.05);
}
.noDataWidget{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.noDataWidget img{
    width: 110px;
    margin: 20px 0px;
}
.noDataWidget p{
    font-size: 20px;
    color: #4177e3;
}
.innerTables{
    width: 100%;
}
.innerTables .head{
    font-weight: bold;
}
.innerTables .value{
    font-weight: lighter;
}
.table-responsive td,
.table-responsive th{
   /* padding: 0px 5px;*/
}
.required{
    color: #dc3545;
}
.has-error{
    border: 1px solid #d32535 !important;
    /* background: #d32535; */
}
input.has-error{
    border: 1px solid #d32535 !important;
    background-color: #ffffff;
}
p.individualError {
    line-height: 1;
    font-size: 11px;
    margin-top: 4px;
}
.listingInTable{
    margin: 0;
    line-height: 1.2;
    padding-left: 0px;
    list-style: none;
}
.listingInTable li{}

.align-center{
    text-align: center;
    vertical-align: middle;
}

#processing-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.progress-bar {
    width: 80%;
    max-width: 400px;
    height: 40px; /* Increased height to accommodate the text */
    background-color: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    display: flex; /* Use flex to align items vertically */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    text-align: center; /* Center text horizontally */
    position: relative; /* Required for absolute positioning of the text */
}

#progress-indicator {
    height: 100%;
    background-color: #3498db;
    border-radius: 8px;
    width: 0;
    transition: width 0.2s;
}

.progress-text {
    font-size: 14px;
    font-weight: bold;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    border-radius: 0 0 8px 8px;
}

/*Budget Module*/
.budgetScreen input[type="text"] , .budgetScreen select{
    font-size:13px;
}

#epc-cheque-book-table {
    width: 100% !important;
}

.cheque-book-table-container {
    overflow-x: auto;
    margin: 0;
}

#epc-cheque-book-table th {
    padding: 8px;
}

#epc-cheque-book-table td {
    padding: 8px;
}
