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

    ** Custom Stylesheet **

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

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

#whmcsthemes {
	background-color: #FFF;
	box-shadow: 0px 0px 1px 1px #ccc;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#whmcsthemes .container {
	width:980px!Important;
}
#whmcsthemes .navbar-main {
	background-color: #1665CA!Important;
}
.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > .open > a:focus {
	color: #CCC!Important;
	background-color: #1665CA!Important;
}
.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #1665CA!Important;
}
.dataTables_wrapper .dataTables_info {
	background-color: #1665CA!Important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #1665CA!Important;
	border-color: #1665CA!Important;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: #1665CA!Important;
}
.affiliate-stat {
	height: 125px!Important;
}
.affiliate-stat span {
	padding-top: 25px!Important;
	padding-bottom: 20px!Important;
}