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

    ** Custom Stylesheet **

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

***************************************************** */
#topstrip {
    height: 6px;
    background: #0070bb; /* Old browsers */
    background: -moz-linear-gradient(left,  #0070bb 0%, #60bf19 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0070bb), color-stop(100%,#60bf19)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* IE10+ */
    background: linear-gradient(to right,  #0070bb 0%,#60bf19 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#60bf19',GradientType=1 ); /* IE6-9 */
}

.navbar-main {
    background-color: #0070bb;
}



a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #0070bb;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0070bb;
    border-color: #0070bb;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0070bb;
}


.dataTables_wrapper .dataTables_info {
    background-color: #0070bb;
}

