html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-bottom:360px;
}

.field-validation-error {
    color:red;
    display:block;
}

#uofi-wordmark {
    background-color: rgb(19, 41, 75);
}

#uofi-wordmark a img {
    padding:1rem;
}

#uaps-wordmark {
    background: rgba(0,0,0,0) url(../img/UAPS-bkgnd.jpg) no-repeat scroll right center / cover;
}

#uaps-wordmark a {
    background-color:rgba(19, 41, 75, 0.8);
    box-sizing:border-box;
    color: rgb(255,255,255);
    display:inline-block;
    text-transform:uppercase;
    text-align:left;
    text-decoration:none;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:20px;
    font-family: "Oswald", helvetica, sans-serif;
    margin-top:1em;
}

#uaps-wordmark a:hover {
    text-decoration:underline;
}

nav {
    /*background-color:rgb(222,226,230);*/
}

nav a.nav-link {
    color:rgb(19,41,75);
    font-family:"Lato",Arial,sans-serif;
    font-size:16px;
    font-weight:700;
    height:38px;
    line-height:18px;
}

footer {
    background-color: rgb(19, 41, 75);
    color:white;
    padding-top:20px;
    padding-bottom:20px;
}

.footer .container .row .col {
    line-height:normal;
}

.footer .container .row .col a {
    color:white;
}

.footer-wordmark {
    width: 235px;
}

#uaps-contact {
    margin-top:20px;
}

#footer-uaps-link {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-decoration:none;
}

#footer-uaps-link:hover {
    color:#dd3403;
    text-decoration:underline;
}

#copyright {
    margin-top: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.action-bar {
    margin-top: 1em;
}

form .row {
    margin-top:1em;
    margin-bottom:1em;
}

.sidebar-nav li {
    list-style-type:none;
}

.main {
    /*min-height:100vh;*/
    width: 100%;
    overflow: hidden;
}

#sidebar{
    max-width:264px;
    min-width:264px;
    transition:all 0.35s ease-in-out;
    display:flex;
    flex-direction:column;
}

#sidebar.collapsed {
    margin-left:-264px;
}

.toggle-button {
    background-color:transparent;
    cursor:pointer;
    border:0;
}

.sidebar {
    /*

        background-color: rgb(19, 41, 75);
    color: white;

    */
    background-color: rgb(222,226,230);
}

.sidebar-nav {
    flex:1 1 auto;

}

a.sidebar-link {
    /*padding:.625rem 1.625rem;*/
    position: relative;
    transition: all 0.35s;
    display: block;
    text-decoration: none;
    font-family: "Lato",Arial,sans-serif;
    color: rgb(19, 41, 75) !important;
}

a.sidebar-link:hover {
    background-color: #ececec;
}

a.active {
    background-color: #ececec;
    border-right: solid 3px rgb(19, 41, 75);
}

.navbar {
    padding: .5rem;
    border-bottom: 2px dashed #b3a8a8;
}

.toggle-button {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.toggle-button i {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
}

.sidebar-header {
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    position: relative;
    transition: all 0.35s;
    display: block;
    font-size: 1.25rem;
}

.sidebar-dropdown a.sidebar-link {
    font-size:1rem;
    padding-left:2.5rem;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.footer {
    position:relative !important;
}

#page-body {
    padding:1rem;
}

.margin-top-1 {
    margin-top: 1em;
}

.bold-red {
    font-weight:bold;
    color:red;
}