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

    ** Custom Stylesheet **

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

***************************************************** */
.navbar-main, .dataTables_wrapper .dataTables_info, a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #6D233E;
}
section#footer p {
	border-top: 20px solid #6D233E;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #6D233E;
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #6D233E;
    border-color: #6D233E;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #6D233E;
}

a, div.header-lined h1 {
    color: #6D233E;
}

.navbar-main li.account {
    background-color: #6D233E;
}

#cPanelQuickShortcutsPanel, #cPanelQuickEmailPanel {
	display: none;
}
