.headerlitooleulsubitem_gray {
    background-Color: White;
    position: absolute;
    border-left: 1px solid #BCD4E5;
    border-right: 1px solid #BCD4E5;
    border-bottom: 1px solid #BCD4E5;
    box-shadow: 0px 0px 5px #BCD4E5;
    width: 230px;
    margin-left: -170px;
    color: Black;
    display: none;
}

.headerlitooleulsubitem_red {
    background-Color: White;
    position: absolute;
    border-left: 1px solid #E5BCD4;
    border-right: 1px solid #E5BCD4;
    border-bottom: 1px solid #E5BCD4;
    box-shadow: 0px 0px 5px #E5BCD4;
    width: 230px;
    margin-left: -170px;
    color: Black;
    display: none;
}

.headerlitooleulsubitem_gray>li,
.headerlitooleulsubitem_red>li {
    height: 45px;
    background-color: White;
    padding: 0px 10px;
    border-bottom: 1px solid #E4ECF3;
    font-size: 14px;
    line-height: 26px;
}

.headerlitoolelisubitemtitle_gray {
    height: 35px !important;
    line-height: 35px !important;
    background-color: #ECF2F7 !important;
    margin: 0px !important;
    color: #8090A0 !important;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #BCD4E5 !important;
}

.headerlitoolelisubitemtitle_red {
    height: 35px !important;
    line-height: 35px !important;
    background-color: #F7ECF2 !important;
    margin: 0px !important;
    color: #B471A0 !important;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #E5BCD4 !important;
}

.headerlitooleulsubitem_gray>li:hover {
    background-Color: #F4F9FC;
}

.headerlitooleulsubitem_red>li:hover {
    background-color: #FCF4F9;
}

.ulsubitemitems>li {
    float: left;
    height: 20px;
    font-size: 13px;
    font-weight: normal !important;
    color: #555 !important;
}

.ulsubitemitems>li:last-child {
    clear: both;
    width: 100%;
    height: 10px;
    margin-top: 8px;
    background-color: #DADADA;
}

.headerlitools_info {
    background-color: #0a318d;
    height: 45px;
    padding: 0px 10px;
    width: 135px;
}

.headeruserface {
    background-image: url('/content/resources/images/logo.png');
    width: 40px;
    height: 40px;
    background-color: white;
    margin: 2px 10px 2px 2px;
    border-radius: 20px;
    float: left;
}

.headerlitools_ulinfo {
    background-Color: white;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
    width: 160px;
    margin-left: -20px;
    color: Black;
    display: none;
}

.headerlitools_ulinfo>li {
    height: 35px;
    background-color: White;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 36px;
}

.headerlitools_ulinfo>li:hover {
    background-Color: #FEE188;
}

.dvcontent {
    padding: 0px 20px;
    margin: 45px auto 0px auto;
    overflow: auto;
}

.dvpagerecord {
    padding: 6px 12px;
    background-color: #EAEFF2;
    color: #2283C5;
    float: left;
    border: 1px solid #D9D9D9;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.dvpagerecord:hover {
    cursor: pointer;
}

.dvpagerecord:hover i {
    text-decoration: underline;
}

.ulpageRecord {
    max-width: 165px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.ulpageRecord li {
    margin: 0px;
    padding: 6px 12px;
    background-color: #EAEFF2;
    color: #2283C5;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #D9D9D9;
}

.ulpageRecord li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.currentPage {
    background-color: #2468a9 !important;
    color: white !important;
}

#warn {
    width: 300px;
}

#warn tr {
    width: 300px;
    height: 20px;
}

#warn tr td {
    width: 90px;
    height: 20px;
    text-align: center;
}

.rolling-container {
    height: 600px; /* Set the height of the container */
    overflow: auto; /* Enable scrolling when content exceeds the container height */
    border: 1px solid #ccc; /* Optional: Add a border for visual clarity */
    padding: 10px; /* Optional: Add padding for better appearance */
}

.login-main {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.login-container h2 {
    margin-bottom: 20px;
}

.login-container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.login-container .row label,
.login-container .row input {
    width: 48%;
}

.login-container input {
    padding: 10px;
    box-sizing: border-box;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #0056b3;
}

.table-container {
    overflow-x: auto;
}

.table-container th {
    background-color: #f2f2f2;
}

.scrollable-body {
    max-height: 500px; /* Set your desired height */
    overflow-y: auto;
    display: block;
}

.table-container th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    min-width: 100px;
}
