﻿/*-----------Navigation--------------*/
.navbar-custom {
    background-color: #404040;
}

.navbar-custom .navbar-nav > li > a {
        color: #fff;
        margin-left: -10px;
        margin-right: 10px;
        text-decoration: none;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: #808080;
        text-decoration: none;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            background-color: #808080;
            /*background-color: #ab1e1b;*/
        }

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
    text-decoration: none;
}

/*-----------footer--------------*/

.footerOuterWrap {
    width: 100%;
    background-color: #5d0505;
    min-height: 200px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*-----------a links--------------*/

a {
    color: #3c3d60;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #3c3d60;
    }

/*-----------headers--------------*/

h1 {
    color: #606060;
    font-size: 2em;
}

h2 {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 {
    color: #000;
    font-size: 22px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

h4 {
    font-size: 1.4em;
    font-weight: bold;
}

h5 {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
}


h6 {
    font-size: 24px;
    color: firebrick;
}


/*---------Alphabet Paging in applicants page-------------*/

div.alphabetPager a {
    background-color: #fff;
}

    div.alphabetPager a.selected {
        background-color: #000;
        color: white;
    }

    div.alphabetPager a:hover {
        background-color: #808080;
        color: white;
    }





