/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

a {
    color: #1b5a9c;
}

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding:6px 0;
    border-bottom:1px solid #ccc;
    font-weight: 400;
    color: #1b5a9c !important;
}

section#main-menu {
    background-color: #3291e5 !important;
}

.text-domain {
    font-size: 12px;
    color: #1b5a9c !important;
}

section#footer p {
    margin: 25px 0 0 0;
    border-top: 20px solid #3291e5 !important;
    line-height: 40px;
    color: #666;
    font-size: 0.7em;
    text-align: center;
}

.dataTables_wrapper .dataTables_info {
    padding: 9px 10px;
    background-color: #3291e5 !important;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    color: #fff;
    border-radius: 4px 4px 0 0;
    text-align: left !important;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #3291e5 !important;
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #3291e5 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white !important;
    background-color: #3291e5 !important;
    border-color: #3291e5 !important;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff !important;
    background-color: #3291e5 !important;
}