﻿
* {
    outline: none;
}

.bottom-footer {
    display: flex; /* Flexbox for layout */
    justify-content: space-between; /* Space between children */
    padding: 10px; /* Padding for space inside */
}

}

.bottom-footer-left {
    flex: 1; /* Allow to grow */
    color: white;
}

.bottom-footer-right {
    flex: 0 0 250px; /* Fixed width */
    color: yellow;
    text-align: left;
    padding-left: 10px; /* Optional padding */
}

.greet {
    color: blue;
    font-family: 'Bookman Old Style';
    font-style: italic;
    font-size: large;
}

li.dynamic {
    width: 200px;
}

.resizable-text {
    font-size: 1em;
    transition: font-size 0.2s; /* Smooth transition for text resizing */
}

.form-container {
    width: 100%; /* Makes it responsive */
    max-width: 1366px; /* Sets a maximum width */
    margin: auto; /* Centers the form */
    /* Add other styles as needed */
}

.menuImg_class {
    height: 20px;
    width: 20px;
    text-align: center;
    padding-top: 3px;
}

.menuImg_head_class {
    width: 104%;
    height: 98px;
}


.dymenu_home {
    vertical-align: top;
    width: 170px;
}

.fieldsetHomeMenu {
    border: 1px solid blue;
    border-radius: 20px;
    width: 120px;
    min-height: 400px;
}

.legend_home {
    text-align: center;
    color: red;
    font-weight: bold;
}

.contentTd_Home {
    min-height: 350px;
    vertical-align: top;
}

.tbl_width_home
{
    width :100%;
}

.dotted-border {
    border-right: 1px dotted gray;
    border-left: 1px dotted gray;
}

.skip_screen {
    font-size: 12px;
    color: black;
}
