﻿.aside {
    display: flex;
    justify-content: center;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    margin-top: 1rem;
}
.officeHoursBanner {
    background-color: orangered;
    color: aliceblue;
    text-align: center;
    width: 100%;
}
.helpItems {
    max-width: 25%;
    margin-left: auto;
}

body {
    padding-top: 70px;
    padding-bottom: 20px;    
    align-content: space-evenly;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.warningTest {
    font-weight: bold;
    color: black;
    background-color: yellow;
}
.warningTest:hover {
        font-weight: bold;
        color: black;
        background-color: darkorange;
    }

.warning-green {
    font-weight: bold;
    color: black;
    background-color: #94fc61;
}
    .warning-green:hover {
        font-weight: bold;
        color: black;
        background-color: #6ce53c;
    }

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid yellow;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

/*.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}*/
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

#nav-menu > li:last-child {
    float: right;
}
select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
li.dashed-underline {
    border-bottom: 3px dashed #bbb;
}
/* Loading Spinner Styles */
.loader {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 1;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px;
}

.logo-container {
    display: flex;
    justify-content: center;
    padding: 1.5rem;
}
/*picture.center {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}*/
.cmfa-banner {
    position: center;
    height: auto;
    max-width: 100%;
    min-width: 350px;
    max-height: 100%;
}

.title {
    margin: 1rem;
}

h2 {
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.text-danger, .error {
    color: #a94442;
}

.required:after {
    color: red;
    content: "* ";
}

.required-warning:before {
    color: red;
    content: "* ";
}

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

.cloudmfa-banner {
    position: absolute;
    height: auto;
    max-width: 100%;
    min-width: 350px;
    max-height: 100%;
}

.banner-container {
    display: flex;
    justify-content: center;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: calc(100vh - 150px);
    margin-top: 1rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

img{
    padding: 15px;
}
label{
    padding-top: 10px;
}

[role="menuitem"]{
    border-bottom: solid;
    border-width: 1px;
}

/*Navigation Bar*/
.nav-link.dropdown-toggle {
    border-right: dashed;
    border-left: dashed;
    border-width: 1px;
}

.nav-link.singleheader {
    border-right: dashed;
    border-left: dashed;
    border-width: 1px;
}

input:focus-visible {
    border: 5px solid;
    border-radius: 10px;
    outline: 2px solid;
}

select:focus-visible {
    border: 5px solid;
    border-radius: 10px;
    outline: 2px solid;
}
input:single-button{
    background-color:red;
}
/*New Menu Items*/
/*.navbar{
    background-color: #0078D4;    
}
.menuitem {
    background-color: #0078D4;
    color: red;
}
a.dropdown-item {
    background-color: #0078D4;
    color: white;
    font-weight: bold
}
ul.dropdown-menu {*/
    /*dropdown nav menu*/
    /*background-color: #0078D4;    
}
a.nav-link{
    color: white;
    font-style: normal;
    font-size: large;
}
a.nav-link.dropdown-toggle {
    background-color: #0078D4;
    color: white;
    font-weight: bolder;
}
a.nav-link.singleheader {
    background-color: #0078D4;
    color: white;
    font-weight: bolder;
}
a.navbar.brand {
    background-color: #0078D4;
    color: yellow;
}
li.nav-item{
    list-style:none;    
}
.navbar-brand{
    color: white;
    font-weight: bolder;
}
#navright{
    float:right;
}
li.a.nav-link{
    float:right;
}

#navbar-menu{
    width: 100%;
}*/

.checkbox-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
}

.primary-label {
    margin-bottom: 10px; /* Adjust the spacing between the label and checkboxes as needed */
}

.checkbox-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Adjust the gap between checkboxes as needed */    
    border: thin solid;
}

.checkbox-item {
    display: flex;
    align-items: center;   
    margin-left: 10px;
}
    .checkbox-item label {
        margin-left: 10px; /* Adjust the value as needed */
    }

.page-deprecate-announcement{
    display: block;    
    border-block-end-width: medium;
    text-align: center;
    justify-content: center;    
    border: solid;
    border-block-start-style: dashed;
    border-block-end-style:dashed;    
}