﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.footer {
    white-space: nowrap;
}

.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;
}



:root {
    /*    --FMCCDVIR-red: #C1272D;
    --bronze: #d58936ff;
    --bdazzled-blue: #235789ff;
    --green-pigment: #59a358ff;
    --midnight: #7b2979ff;*/
}

section {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

label {
    font-weight: 500;
}

/*.title {
    color: dimgray;
    padding-bottom: 0.5rem;
    border-bottom: 0.5px solid dimgray;
    font-size: 2rem;
}*/

.nounderline {
    text-decoration: none !important
}

.link-card, .link-card:link {
    color: inherit;
    text-decoration: inherit;
}

    .link-card:hover {
        color: black;
        text-decoration: inherit;
    }

.text-light .link-card:hover, .text-white .link-card:hover {
    color: silver;
    text-decoration: inherit;
}


/* styling for rotaing chevrons used in bootstrap collapse feature */
.btn-nav-accordion[aria-expanded="true"] .chevron-down {
    transform: rotate(180deg);
}
.chevron-up {
    transition: all 0.3s ease;
}
.btn-nav-accordion.collapsed .chevron-up {
    transform: rotate(-180deg);
}

/*ofelia didn't think the search box stood out on the Grid component*/
.e-toolbar .e-toolbar-items .e-toolbar-item input {
    border: 2px solid blue;
}

.e-grid .e-altrow {
    background-color: #F5F5F5;
}

.e-grid td.e-selectionbackground {
    background-color: #F9E79F;
}

.e-grid .e-groupcaption {
    font-weight: bold;
}

/* makes syncfusion multiselect element match other input elements */
.e-input-group.e-control-wrapper {
    padding: 5px;
    border-radius: 7px;
}

/* styling for grid when in vertical (small screen) mode; these rules left justify all header elements regardless of their setting in horizontal mode and right justify the data element regardless of their setting in horizontal mode*/
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell]:before {
    text-align: start;
}
.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell] {
    text-align: end !important;
}

.disabled-section {
    pointer-events: none;
    opacity: 0.5;
}
