﻿
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0px;
    opacity: 1;
    backdrop-filter: blur(4px)
}

.loader {
    top: 40%
}

th, td, label {
    font-size: small;
}

td, th {
    padding: 0.1rem 0.1rem !important;
    border-right: 1px solid #80808042;
    padding-left: 5px !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.plusBackColor {
    background-color: #fbcaca !important;
}

.min-vh-60 {
    min-height: 60vh !important;
    height: 60vh !important;
}

.min-vh-80 {
    min-height: 80vh !important;
    height: 80vh !important;
}

.min-vh-70 {
    min-height: 70vh !important;
    height: 70vh !important;
}

.min-vh-75 {
    min-height: 75vh !important;
    height: 75vh !important;
}


.hdrDtlTblBgColor {
    background-color: #F2F2F2;
}

.commentOddBgColor {
    background-color: #E9EBF5;
}

.commentEvenBgColor {
    background-color: #CFD5EA;
}
.cls-Editable {
    padding: 0rem 0.1rem !important;
    font-size: 0.8rem !important;
}

.cls-mainCodeSelect {
    padding: 0rem 1.5rem !important;
    font-size: 0.8rem !important;
}

.cls-codeselect, .cls-corpselect, .cls-ag {
    padding: 0rem 0.75rem !important;
    font-size: 0.8rem !important;
    text-align: center;
}

.cls-MonthOf {
    display: inline !important;
    width: 60% !important;
    font-size: small !important;
}


.clsFormWidthFile{
    width:100% !important;
}

.oddRowBgColor {
    background-color: #EDEDED;
}

.evenRowBgColor {
    background-color: #FFFFFF;
}

.lightGreenColor {
    background: #90EE90 !important;
}

.lightYellowColor {
    background: #FCFCBC !important;
}

.clsLightBlue {
    background: #add8e6 !important;
}

.clsLightRed {
    background: #FF999C !important;
}

.clsLightGreen {
    background: #B9F3B9 !important;
}


.clsTableStyle {
    overflow: auto;
}

.col-30Per {
    flex: 0 0 auto;
    width: 40%;
    height:100%;
    border: 1px solid black;
}