﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: cornflowerblue;
}

header > nav {
    max-height: 80px;
}

.footer {
    text-align: center;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.navbar-brand img {
    max-height: 60px;
}

/*typeahead*/
.typeahead {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .typeahead > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .typeahead > li > a:hover,
        .typeahead > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .typeahead > .active > a,
    .typeahead > .active > a:hover,
    .typeahead > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .typeahead > .disabled > a,
    .typeahead > .disabled > a:hover,
    .typeahead > .disabled > a:focus {
        color: #777;
    }

#mapsLoadedDiv {
    padding: 0;
    list-style: none;
}

    #mapsLoadedDiv li {
        border-bottom: 1px solid rgb(204, 204, 204);
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #mapsLoadedDiv li i {
            font-size: 1.5em;
            cursor: pointer;
            margin-right: 8px;
        }

            #mapsLoadedDiv li i:nth-child(2), #mapsLoadedDiv i.indianred {
                color: #fe5716;
            }

.indianred {
    color: #fe5716;
}

.cornflowerblue {
    color: #6495ed;
}

i[data-all] {
    cursor: pointer;
}

#spendband td.indianred, #spendband th.indianred, #spendband td.cornflowerblue, #spendband th.incornflowerbluedianred {
    color: #000;
    text-align: center;
}

#spendband th.indianred {
    background-color: #fac1ab;
}

#spendband tr:nth-of-type(2n+1) td.indianred {
    background-color: #facdbc;
}

#spendband tr:nth-of-type(2n) td.indianred {
    background-color: #fad7c9;
}

#spendband td.cornflowerblue, #spendband th.cornflowerblue {
    color: #000;
}

#spendband th.cornflowerblue {
    background-color: #a5beeb;
}

#spendband tr:nth-of-type(2n+1) td.cornflowerblue {
    background-color: #b2c4e5;
}

#spendband tr:nth-of-type(2n) td.cornflowerblue {
    background-color: #becce5;
}


/*over rides*/
.card-header {
    padding: 0.2rem 1.25rem;
}

div#slider table.orange tr:first-child {
    background-color: #fe5716;
}