/* Estilos extraídos de _Layout.cshtml para cumplir con CSP (sin style inline) */

/* Contenedor principal */
.layout-row-main {
    margin: 0;
    height: 89%;
    width: 100%;
}

.layout-col-main {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.layout-main {
    height: 100%;
    text-transform: uppercase;
}

/* Footer */
.layout-footer {
    height: 2.5em;
    background-color: #E8E6DF;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.layout-footer-text {
    margin-top: 10px;
    color: #8E908F;
    font-size: medium;
}

.layout-footer-text-left {
    margin-left: 40px;
}

.layout-footer-text-right {
    margin-right: 40px;
}

.layout-footer-text-white {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: medium;
    text-align: center;
}

.layout-footer-text-center {
    text-align: center;
}

.layout-footer-heading {
    margin-top: 10px;
    color: #8E908F;
    text-align: center;
    font-size: larger;
}

.layout-footer-heading-medium {
    margin-top: 10px;
    color: #8E908F;
    text-align: center;
    font-size: medium;
}

.layout-footer-link {
    color: #002664;
    text-decoration: none;
    font-weight: 900;
}

.layout-center {
    height: 100%;
}

/* Header - reemplazo de <font> inline */
.text-separator {
    color: #F5333F;
}

.text-platform-title {
    color: #002664;
}

/* ===== _LoginPartial-v2 ===== */
.login-col-icon {
    height: 100%;
    padding: 0px;
}

.login-logout-link {
    height: 100%;
    padding: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.login-logout-img {
    height: 70%;
}

.login-user-row {
    height: 50%;
    margin: 0px;
    justify-content: right;
}

.login-user-name-container {
    font-size: 14px;
    color: white;
    font-weight: 900;
    vertical-align: middle;
    text-align: left;
    margin-top: -4px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-name-link {
    height: 100%;
    padding-top: 10px;
    align-items: center;
    display: flex;
    justify-content: right;
    text-transform: lowercase;
}

.login-datetime-row {
    height: 50%;
    color: #8E908F;
    display: flex;
    align-items: center;
    margin: 0px;
    justify-content: right;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-datetime-col {
    height: 100%;
    color: #F5333F;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
