body {
    font-family: "Open Sans", sans-serif;
    /* color: #444444; */
  }
main > .container, main > .container-fluid
{
    padding: 0px 15px 20px;
}

.footer {
    background-color: #202e3d;
    color: #ffffff !important;
    font-size: 0.9em;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer .w4m a {
    color: #ffffff;
    text-decoration: underline;
}
.footer a i {
    color: #6C757D;
}
.footer .useful {
    padding-left: 0px;
}
.footer li {
    list-style-type: none !important;
}
.white_text {
    color: #ffffff;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar li > a {
    color: rgba(255, 255, 255, 0.5);
}
.navbar li a:focus,
.navbar li a:hover
{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}
.navbar-logo,
.navbar-brand-text {
    display: none;
}

.user-menu li > a {
    color: #202e3d;
}
.user-menu li > .nav-link.active {
    color: rgba(42, 5, 255, 0.75);
    font-weight: bold;
}
.user-menu > li a:focus,
.user-menu > li a:hover
{
    text-decoration: initial;
    color: rgba(42, 5, 255, 0.75);
}


@media(max-width:767px) {
    .navbar-logo,
    .navbar-brand-text {
        display: inline;
    }

}

.breadcrumb {
    padding: .5rem 0;
    margin-bottom: .5rem;
    font-size: small;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.head-wrapper {
    width: 100%;
    height: 182px;
    overflow: hidden;
    position: relative;
    background: #293744 url("/img/header_bg.jpg");

    border-bottom: 15px solid #212E3E;
}
.head-text {
    color: #ffffff;
}
.head-text h1 {
}
.head-container .card {
    background-color: transparent !important;
    border: none;
}

.volunteers-signup-options .card {
    background-color: #2865A8;
    color: #ffffff;
    border-radius: 0px !important;
}
.volunteers-signup-options .card h3 {
    font-weight: bolder;
}
.volunteers-signup-options .card h4 {
    font-weight: lighter;
    color: #52acd2;
    font-size: medium;
}
.volunteers-signup-options .card.active {
    background-color: #212E3E !important;
}
.volunteers-signup-options .card:hover {
    background-color: #212E3E !important;
}
.volunteers-signup-options .card.disabled {
    background-color: #444444fa !important;
}
.volunteers-signup-options .card.disabled:hover {
    background-color: #444444fa !important;
}
.volunteers-signup-options a {
    text-decoration: none;
}
select, .select2-container--krajee-bs5, .krajee-datepicker {
    max-width: 450px !important;
}
.shifts {
    min-width: 150px !important;
}
.logo {
    max-width: 122px;
}

.btn {
    border-radius: 0;
}
.btn-primary {
    /* background-color: white; */
    background-color: #3e5f88 !important;
    /* color: #212529; */
    color: white;
    border: 1px solid #212529;
}
.btn-primary:hover,
.btn-primary:active
{
    background-color: white !important;
    /* background-color: #3e5f88 !important; */
    /* color: white; */
    color: #212529;
}
.btn-primary:focus
{
    background-color: #212E3E !important;
    color: white;
}

.user-menu-container {
    background-color: #e9e9e9;
}
@media(max-width:768px) {
    .head-wrapper {
        display: none;
    }
    .logo {
        max-width: 63px;
    }
    .head-text {
        display: none;
    }
    select {
        max-width: initial !important;
    }
}

.row-even {
    background-color: rgb(240, 245, 250);
}
.row-odd {
    background-color: #f0f0f0;
}

.textarea-lines {
    background-attachment: local;
    background-image:
        linear-gradient(to right, white 10px, transparent 10px),
        linear-gradient(to left, white 10px, transparent 10px),
        repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    line-height: 31px;
    padding: 8px 10px;
    width: 550px;
    height: 200;
}

.campaign-block {
    min-height: 100px;
}

.sponsor-margin {
    margin-left: 1.5rem;
}

.footer-images {
    display: flex;
    justify-content: space-between;
}

.footer-image {
    max-height: 110px;
    max-width: 400px;
    height: auto;
}
