/*
    General colors and setup for fonts
*/

body {
    margin: 0;
    padding: 0;
    /* Oracle Brand: Use Tahoma,Verdana,Helvetica,sans-serif for just about all text */
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
}

.container {
flex: 1 1 auto;
}

/*
    Typography
*/

a, a:link {
    font-size: 12px;
    text-decoration: none;
    color: #191919;
}
a:visited {
    color: #191919;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #191919;
    text-decoration: underline;
}

h1 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0em;
    margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 1.2em 0em 1.2em 0em;
}
h3 {
    font-size: 11px;
    margin: 1.2em 0em 1.2em 0em;
}
img {
    border: 0;
}
ol, ul, li {
    font-size: 11px;
    line-height: 1.3em;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    padding-left: 20;
    }

li > p {
    margin-top: 0.2em;
    font-size: 12px;
}

p {
    margin: 1.2em 0em 1.2em 0em;
}
li > p {
    margin-top: 0.2em;
}
pre {
    font-family: monospace;
    font-size: 1.2em;
}
code {
    font-family: monospace;
    font-size: 1.2em;
}
strong, b {
    font-weight: bold;
}

.omamessage-container {
    background-color: #f8f9fa; 
    border: 1px solid #d1d7dc; 
    padding: 20px;
    border-radius: 8px;
    margin: 15rem auto;
    width: 60%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
}

.omamessage-container h2 {
    color: #dc3545; 
    font-size: 1rem;
    margin-bottom: 10px;
}

.omamessage-container p {
    font-size: 1rem;
    line-height: 1.6;
}

.oma-button {
    display: block;
    background-color: #3F528A; 
    color: white !important;
    padding: 10px 20px;
    font-size: 1rem !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    margin: 20px auto 0 auto;
    width: fit-content;
}

.oma-button:hover {
    background-color: #3F528A;
}

#qr-instruction-steps {
list-style-type: decimal;
}

#qr-instruction-steps li {
font-size: medium; font-family: sans-serif;
}

td ol {
margin: 0;
padding:0;
list-style-position: inside;
}

#disclaimer td {
    padding: 15px 20px;
    border: 1px solid #185E87;
    box-shadow: 3px 5px 4px 0 #a5a5a5;
    border-radius: 3px;
    max-width: 21.2rem;
}

# Added for omainstructions.jsp
.omainstructions .InstrPharagraph {
    color: #222222;
    margin-top: 1.25rem;
    margin-left: 3.1rem;
    text-indent: -1.325rem;
    tab-size: 3rem; /* Adjust tab stops */
    font-size: 0.88rem;
    font-family: "Open Sans", sans-serif;
}

.omainstructions .InstrPharagraph span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.88rem;
}

.omainstructions {
    width: 80%;
    margin: auto;
    font-size: 0.88rem;
    padding-top: 12rem;
}

.omainstructions li {
    font-size: 0.88rem;
}

.omainstructions a {
    font-size: 0.88rem !important;
    color: #0E74D4 !important;
}

#omatable {
    width: 65%;
    margin: 12rem auto 0 auto;
}

#omatable tbody {
    font-size: medium;
    font-family: sans-serif;
}

#omatable #qrcode {
    text-align: center;
}

#omatable #logout a {
    color: #3F528A;
    text-decoration: none;
    font-size: inherit;
}
#omaregerror {
    width: 60%;
    margin: 15rem auto 0 auto;
    font-size: medium;
    font-family: sans-serif;
    text-align: left;
    line-height: 1.5rem;
}

#omaregerror #title {
    padding-bottom: 6px;
    font-size: medium;
    font-family: sans-serif;
    text-align: left;
}

#omaregerror a {
    color: #3F528A !important;
    font-size: inherit !important;
    text-decoration: underline !important;
}

#omafailureinstructions li
{
    list-style-position: inside;
    font-size: medium !important;
    list-style-type: decimal;
}

.form_links {margin-left: 4px;font-size: 13px !important;display: inline-block;line-height: 25px;padding-top: 10px;}

.form_links a {color: #3F528A;}

