﻿html {
    position: relative;
    min-height: 100%
}

    html a, html a:visited {
        text-decoration: none;
        cursor: pointer;
    }

body {
    border: 0px;
    width: 980px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

p {
    font-size: 11pt;
}

#imgLogo {
    max-width: 580px;
    width: 100%;
}

.noScroll {
    overflow: hidden;
    padding-right: 17px;
}

    .noScroll #footer span {
        margin-left: -17px;
    }

#AccountHeader {
    float: right;
    text-align: right;
    margin-right: 5px;
}

.pubAccount, .myAccount {
    max-width: 350px;
}

.myAccount {
    max-width: 350px;
    height: 35px;
}

    .myAccount a {
        cursor: pointer;
    }

#account-menu {
    margin-top: 0px;
    padding-right: 10px;
    height: 130px;
    background-color: #FFFFFF;
    z-index: 5;
    position: fixed !important;
}

    #account-menu div {
        padding: 5px 0px 0px 0px;
    }

        #account-menu div a {
            cursor: pointer;
            margin-top: 0px;
            width: 95%;
        }

.activityIndicator {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #74B23B;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.no_records {
    display: block;
    margin: 15px 0;
    padding: 10px;
    font-size: 11pt;
}

.dashboardWelcome {
    margin-top: 0px;
    font-size: 12pt;
    font-style: italic;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.app-top-notification {
    background-color: #f7911d;
    padding: 10px;
    font-size: 11pt;
    color: #FFFFFF;
    display: block;
}

#header {
    display: block;
    top: 0px;
    width: inherit;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.pageHeader {
    white-space: nowrap;
    margin-top: 5px;
}

    .pageHeader h1 {
        float: none;
        width: 100%;
        margin: 0 auto;
        color: White;
        padding-top: 5px;
        text-shadow: 0px -1px 2px #333333
    }

#header .menu-trigger {
    position: absolute;
    top: 11px;
    left: 0px;
    padding: 0 5px;
    line-height: 60px;
}
/*will need this for login button*/

.PageTitle, .PageTitleLeft {
    font-size: 20pt;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.PageTitle {
    text-align: center;
    padding: 10px 0;
    vertical-align: top;
}

.PageTitleLeft {
    text-align: left;
    margin-left: 8px;
}
.PageTitleLeft h2{
    margin-left: 8px;
}
.ContentTable {
    width: 100%;
    border-collapse: collapse;
}

#mainContentWrapper {
    margin-bottom: 50px;
    overflow: auto;
}

.statusMessage {
    display: none;
}

.statusMessage-error, .statusMessage-success {
    text-align: left;
    padding: 10px;
}

    .statusMessage-error span, .statusMessage-success span {
        color: white;
        display: inline-block;
    }

.statusMessage-success {
    background-color: green;
}

#footer {
    color: #FFFFFF;
    background-color: #005596;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    white-space: nowrap;
    z-index: 10;
}

.modalDialogNew {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(/Images/mask.png);
    z-index: 11;
    top: 0px;
    left: 0px;
    position: fixed;
}

    .modalDialogNew > div:first-of-type {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        overflow: auto;
    }

#divHelpRequestForm {
    height: 600px;
    background-color: #FFFFFF;
    width: 980px;
    margin: 100px auto;
}

#divHelpRequestFormHeader {
    height: 48px;
    text-align: left;
    padding-left: 10px;
}

.helpRequestTitle {
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 15px;
    display: inline-block;
}

#btnCloseHelp {
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 15px;
    display: inline-block;
    float: right;
    padding-right: 10px;
    cursor: pointer;
}

#divPopUp {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('/Images/mask.png');
    z-index: 10;
    top: 0px;
    left: 0px;
}

#divPopUpWrapper {
    background-color: #FFFFFF;
    position: absolute;
    width: 970px;
    margin-left: -493px;
    top: 50%;
    left: 50%;
}

.modalDialog {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/Images/mask.png);
    z-index: 10;
    left: 0px;
    top: 0px;
}

    .modalDialog > div:first-of-type {
        background-color: #FFFFFF;
        width: 100%;
        position: fixed;
    }

.modalOn {
    display: block;
}

.modalDialogTitle {
    white-space: nowrap;
    height: 48px;
    text-align: left;
    padding-left: 10px;
}

    .modalDialogTitle span {
        color: #FFFFFF;
        margin-top: 15px;
        display: inline-block;
    }

.required-indicator {
    font-size: 10pt;
    font-style: italic;
    display: inline-block;
    margin-bottom: 30px;
    color: #666666;
}

    .required-indicator::before {
        content: '* ';
        height: 2px;
        color: red;
    }

textarea {
    resize: vertical;
}

.CertIcon {
    height: 24px;
    width: 24px;
}

.mainSwitch {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 30px auto 3.667rem auto;
    width: 100%;
}

.appCard, #account-menu {
    display: flex;
    flex-basis: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 8px;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    body {
        width: 768px;
    }

    #divHelpRequestForm {
        height: 600px;
        width: 768px;
    }

    .pubAccount, .myAccount {
        max-width: 180px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    body {
        width: 100%;
    }

    select {
        height: 60px;
    }

    #divHelpRequestForm {
        height: 100%;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #header {
        background-color: #FFFFFF;
    }

    .pubAccount, .myAccount {
        max-width: 200px;
    }
}

@media only screen and (max-width: 479px) {
    body {
        width: 100%;
    }

    .PageTitle, .PageTitleLeft {
        font-size: 16pt;
        width: 200px !important;
    }

    .bar {
        width: 100% !important;
    }

    select {
        height: 60px;
    }

    #divHelpRequestForm {
        height: 100%;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #header {
        background-color: #FFFFFF;
    }

    .pubAccount, .myAccount {
        max-width: 200px;
    }
}

@media only screen and (max-width: 375px) {
    .PageTitle, .PageTitleLeft {
        font-size: 14pt;
        width: 200px !important;
    }

    #divHelpRequestForm {
        height: 100%;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #lblCopyright {
        font-size: 10pt;
    }

    #header {
        background-color: #FFFFFF;
    }

    .pubAccount, .myAccount {
        max-width: 180px;
    }
}

#mainContentWrapper .intro-container {
    width: 100%;
    max-width: none;
    margin: 30px 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}

    #mainContentWrapper .intro-container h2 {
        font-size: 16pt;
        font-weight: normal;
        color: #004075;
        margin-bottom: 15px;
        padding-left: 8px !important; /* Mantiene la alineación fina */
        margin-left: 0 !important; /* ¡ESTA ES LA LÍNEA CLAVE QUE ANULA EL CENTRADO! */
        margin-right: auto !important; /* Reseteo complementario */
    }

    #mainContentWrapper .intro-container p {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        color: #333333;
        line-height: 1.6;
        margin-bottom: 1em;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }