.validation-summary-errors ul {
    /*color: red;*/
    text-align: center;
    list-style: none;
    padding: 0;
}

.large-switch {
    height: 2em;
    width: 3.5em !important;
}

.border-lightgrey {
    border-color: #666;
}

.flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 1em;
    margin-bottom: 0;
    padding: .6rem 0;
    font-family: 'Open Sans';
}

.internal-nav a {
    text-decoration: none;
    color: #666;
}

.modal-title {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

/*#region appHeader */
#appHeader {
    background: white;
    z-index: 1;
}

@media(min-width: 1200px) {
    #appHeader {
        margin-top: -30px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #appHeader {
        margin-top: -25px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #appHeader {
        margin-top: -20px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #appHeader {
        margin-top: -15px;
    }
}

@media (max-width:575px) {
    #appHeader {
        margin-top: -10px;
    }
}
/*#endregion */

/*#region hover styling for "click to edit" links */
.hidedit {
    visibility: hidden;
}

.hover-over {
    color: #505050;
    text-decoration: none !important;
}

    .hover-over:hover, .hover-over:focus, .hover-over:active, .hover-over:visited {
        background-color: whitesmoke;
        color: #505050;
        transition: background-color .1s ease-in-out;
    }

    .hover-over > p {
        padding-left: .25em;
        padding-right: .25em;
    }

        .hover-over:hover .hidedit, .hover-over:focus .hidedit {
            visibility: visible;
            padding-right: .5em;
            font-family: 'Open Sans';
            white-space: nowrap;
        }
/*#endregion */

.modal-footer p {
    font-size: 1.1rem;
    margin-bottom: 0px;
    font-weight: 700;
}

.ajax-loader {
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    background-image: url('../images/ajax-loader.gif');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.accordion-button p {
    color: #666 !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#skip-to-main {
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    font-size: 1.3rem;
}

    #skip-to-main:focus, #skip-to-main:active {
        transform: translateY(0%);
    }

/* overrides bootstrap blocking the default button outline when focused for modal/alert close buttons */
.btn-close:focus {
    outline: auto;
}

.currentProfilePage {
    border-bottom: 3px solid #0d6efd;
}
