/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    width: 100%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* reduce the font size on small devices for footer to prevent scrolling*/
@media screen and (max-width: 576px) {
    /* Hide captions */
    .footer {
        font-size: 12px !important
    }
}
.aoc-logo {
    height: 32px;
    margin-top: 8px;
}
    .aoc-violet {
    background-color: #311b40 !important;
}

a i {
    margin-right: 4px;
}

html {
    height: 100%;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    margin-top: auto;
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#aoc-site-header {
    display: grid;
    grid-template-areas: "logo main"
        "portaltitle main"
        "nav nav";
    background-color: white;
    color: #575757;
    margin-bottom: 1rem;
}

    #aoc-site-header p.logo {
        grid-area: logo;
        margin: 1rem 0 0.5rem 1rem;
    }

    #aoc-site-header p.portalTitle {
        grid-area: portaltitle;
        margin: 0 0 0.5rem 1rem;
    }

    #aoc-site-header p.userIdentity {
        grid-area: main;
        text-align: center;
        align-self: center;
        margin: 0;
        padding: 0;
    }

.displayName {
    font-size: 1.35rem;
}

.userName {
    font-size: 0.75rem;
}

#aoc-site-header nav {
    grid-area: nav;
    background: white;
    padding: 0 1rem;
}

#aoc-site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 0;
}

#aoc-site-header li {
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 0.3rem;
}

#aoc-site-header li a {
    color: #575757;
}

#aoc-site-header li:last-child {
    border-right: initial;
}

/* Processing overlay */
#progressOverlay {
    display: none;
}

    #progressOverlay.show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        z-index: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: opacity 0.2s;
    }

#messageDialog {
    background: white;
    height: 10vh;
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 1rem;
}

#messageDialog-close {
    margin-top: 1em;
}

.no-display {
    display: none;
}

/* Override Bootstrap alert defaults */
.alert {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
}

    .alert .fa {
        margin-right: 5px;
    }

.alert-dismissible button.btn-close {
    font-weight: lighter;
    height: auto;
}

.bordered-nav {
    border-bottom: 2px solid silver;
    border-top: 2px solid silver;
}
/*
.search-scroll {
    height: 600px;
    overflow-y: scroll;
}
*/
.searchFilters {
    background-color: whitesmoke;
    border-radius: 4px;
    border: 1px solid darkgray;
    padding: 4px;

}

.data-label {
    font-weight: bold;
}


.case-type-warning {
    background-color: #FFD169;
}

.search-and-counter-container {
    display: flex;
    align-items: center;
}

.search-and-counter-container span:nth-child(2){
    margin-left: 10px;
}
.my-refunds header {
    border-bottom: 1px dotted #808080;
}
h1 {
    font-size: 1.05rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 1rem;
}

.breadcrumb li:nth-child(3){
    white-space: nowrap;
}

.home-page-title{
    font-size:large;
    padding-bottom: 1em;
}

.home-page-terms-and-conditions {
    font-weight: bold;
    font-style: italic;
}

.no-underline-link  a {
    text-decoration: none;
}

.underline-text {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.summary div div {
    min-height: 2rem;
    margin: .5em 0;
}