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

    ** Custom Stylesheet **

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

***************************************************** */
.navbar-main {
   
    background-color: #666;
   
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #777;
	border: 2px solid #f0ad4e;
}
.dropdown-menu>li>a:focus, .navbar-main .dropdown-menu>li>a:hover { 
    background-color: #777;
	border: 2px solid #f0ad4e;
}
.dataTables_wrapper .dataTables_info {    
    background-color: #666;   
    border-bottom: 1px solid #f0ad4e;
   
}
.home-shortcuts{
	background: #a30093;
}
.label-warning{
	background: #a30093;
}
.label-warning[href]:focus, .label-warning[href]:hover{
	background-color: #fe63e4;
}
section#footer p{
	border-top: 20px solid #656565;
}