﻿h1 {
    color: #345162;
    font-weight: bold;
    font-size: 20pt;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

h3 {
    color: orangered;
    font-weight: bold;
    font-size: 16pt;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.footer {
/*    position: fixed;
    bottom: 5px;
*/    width: 100%;
    text-align: center;
    padding: 1rem;
    background-color: #f6f7fa;
} 

@media (min-width: 641px) {
    .page > .sidebar {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 12.5rem !important;
        min-width: 12.5rem !important;
        max-width: 12.5rem !important;
        height: 100vh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        z-index: 1000;
    }

    .page > main {
        margin-left: 12.5rem !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .page > main > div,
    .page > main article,
    .page .content-wrapper,
    .page .content-wrapper .row {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .page .content-wrapper {
        overflow-x: auto !important;
    }

    .page .content-wrapper .e-grid {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.panel-menu {
    background-color: red;
}

    .panel-menu .navigation-menu .navigation-item-wrapper {
        background-color: red;
    }

.rz-panel-menu .rz-navigation-item-wrapper-active::before {
    content: none !Important;
}

.RequiredFieldMarker {
    color: Red;
    font-size: 10pt;
}


.CommandRow {
    font-weight: bold;
    font-size: 12px;
    /*height: 22px;*/
    background-color: #2f4296;
    color: white;
    /*border-bottom: #336699 1px solid;*/
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.NavRow {
    font-weight: bold;
    font-size: 12px;
    /*height: 22px;*/
    background-color: #566aaf;
    color: white;
    border-bottom: #336699 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.TitleRow {
    color: orangered;
    font-weight: bold;
    font-size: 16pt;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.HeaderRow {
    font-weight: bold;
    font-size: 12px;
    /*height: 22px;*/
/*    background-color: lightgray;
*/    color: steelblue;
    border-bottom: #336699 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.FooterRow {
    font-weight: bold;
    font-size: 12px;
    /*height: 22px;*/
    /*    background-color: lightgray;
*/ color: steelblue;
    border-top: #336699 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.HeaderRowText {
    color: steelblue;
    font-weight: bold;
    font-size: small;
    padding-top: 2px;
    padding-bottom: 2px;
}

.HeaderText {
    font-weight: bold;
    font-size: small;
    height: 22px;
}

.BodyText {
    font-size: 12pt;
    height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: normal;
}

.ControlLabelText {
    font-size: x-small;
    color: steelblue;
    height: 24px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: bold;
}

.MessageText {
    font-size: small;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-weight: normal;
}

.BodyRow {
    /*font-weight: bold;*/
    font-size: 12pt;
    /*color: white;*/
    border-bottom: grey 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.GroupBox {
    background-color: #e7eaeb;
    border-bottom: #c1bead 1px solid;
    border-left: #c1bead 1px solid;
    border-right: #c1bead 1px solid;
    border-top: #c1bead 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.GroupBoxBlue {
    background-color: #b8d8f6;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #1F324F;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.GroupBoxBlueHeader {
    background-color: #95c9e1;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #1F324F;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.AppHeaderSTRS {
    /*    background-color: #d3c9e6;*/
    /*        background-color: #dbae58;
*/ background-image: url(../images/bg_STRS_Header.png);
    font-size: 16pt;
    font-weight: bold;
    color: #584367;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.AppHeaderPERS {
    /*    background-color: #b8ced5;*/
    /*background-color: #b1cde0;*/
/*    background-color: #8da495;
*/  background-image: url(../images/bg_PERS_Header.png);
    text-decoration: none;
    font-size: 16pt;
    font-weight: bold;
    color: #1F324F;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.custom-button {
    display: flex;
    align-items: center;
    gap: 4px;
    /*    background-color: #316479;  
*/ background-image: url("../images/BK_Button.png");
    /*    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;*/
    border: 2px solid;
    border-color: grey;
    color: #124d6f;
    font-size: 12pt;
    font-weight: normal;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
}

    .custom-button:hover {
        /*background-color: #45a049;*/
        background-image: url("../images/bk_Button_Hover.png");
        transform: scale(1.02); /* slightly enlarge on hover */
        color: #243b48;
    }

    .icon-button {
        background: none; /* remove any background color or image */
        background-color: transparent; /* ensure no fill at all */
        border: none; /* optional: remove border if visible */
        box-shadow: none; /* remove any shadow from frameworks */
        padding: 0; /* optional: shrink to image size */
        cursor: pointer; /* still looks clickable */
    }

    .icon-button:hover {
/*        background-color: #5c636a;
*/        background-image: url("../images/BK_Button.png");
        transform: scale(1.02); /*slightly enlarge on hover */
        color: #243b48;
    }

    /*.icon-button:hover {
        background-color: #5c636a;
        filter: brightness(3) invert(1);*/ /* make dark → light */
        /*transform: scale(1.02);
        color: #243b48;
    }*/

.red-icon {
    color: red;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Solid border */
hr.solid {
    border-top: 3px solid #bbb;
}

/* Rounded border */
hr.Purple {
    border-top: 8px solid purple;
}

hr.Blue {
    border-top: 8px solid #32608e;
}

hr.Maroon {
    border-top: 5px solid Maroon;
    border-radius: 5px;
}



