﻿
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.label1 {
    color: #212529;
}

.pagetitle {
    font-size: small;
}

.separation-gap {
    margin-top: 5px;
}

.txtAlignRight {
    text-align: right;
}

.inputFontSize {
    font-size: 18px;
}

.inputFontSize15 {
    font-size: 15px;
}

.inputFontSize12 {
    font-size: 12px;
}

.inputFontSize10 {
    font-size: 12px;
}

.inputFontColor {
    color: #212529;
}

.inputControlWidth {
    width: 150px;
}

.inputControlWidth2 {
    width: 118px;
}

.inputControlHeight {
    height: 25px;
}

.gridHeaderView {
    background-color: #85ACB2;
    border: 1px solid white;
    font-weight: 500;
}

.borderLeft {
    border-left: 1px solid #ced4da;
}

.borderRight {
    border-right: 1px solid #ced4da;
}

.borderTop {
    border-top: 1px solid #ced4da;
}

.button {
    background-color: white;
    border-color: gray;
    border-width: 1px;
    border-radius: 2px 2px 2px 2px;
}

.gridRowView {
    border: 1px solid #ced4da;
}

.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow {
    box-shadow: 2px 2px 5px 2px black;
}

.fontWeight500 {
    font-weight: 500;
}

#loading {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    text-align: center;
    padding-top: 200px; /* Adjust based on your needs */
}

.hidden1 {
    display: none;
}
