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

    ** Custom Stylesheet **

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

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

#whmcsthemes {
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 1px #ccc;
	margin-top:20px;
}
 @media (min-width: 1200px) {
#whmcsthemes .container {
 width: 1000px;
}
}
#whmcsthemes .navbar-main {
	border-radius: 0px!Important;
}
#whmcsthemes .navbar-main {
	background-color: #868686;
}
#whmcsthemes .navbar-main .navbar-nav > li > a:hover, #whmcsthemes .navbar-main .navbar-nav > li > a:focus, #whmcsthemes .navbar-main .navbar-nav > .active > a, #whmcsthemes .navbar-main .navbar-nav > .active > a:hover, #whmcsthemes .navbar-main .navbar-nav > .active > a:focus, #whmcsthemes .navbar-main .navbar-nav > .open > a, #whmcsthemes .navbar-main .navbar-nav > .open > a:hover, #whmcsthemes .navbar-main .navbar-nav > .open > a:focus {
	color: #CCC;
	background-color: #868686;
}
#whmcsthemes .dataTables_wrapper .dataTables_info {
	background-color: #77B624;
}
#whmcsthemes .pagination > .active > a, #whmcsthemes .pagination > .active > span, #whmcsthemes .pagination > .active > a:hover, #whmcsthemes .pagination > .active > span:hover, #whmcsthemes .pagination > .active > a:focus, #whmcsthemes .pagination > .active > span:focus {
	background-color: #77B624;
	border-color: #77B624;
}
#whmcsthemes .navbar-main .dropdown-menu > li > a:hover, #whmcsthemes .dropdown-menu > li > a:focus {
	background-color: #77B624;
}
#whmcsthemes .btn-group>.btn+.dropdown-toggle {
	height: 24px;
}
#whmcsthemes a.list-group-item.active, #whmcsthemes a.list-group-item.active:hover, #whmcsthemes a.list-group-item.active:focus {
	background-color: #77B624;
}
#whmcsthemes .list-group-item.active, #whmcsthemes .list-group-item.active:focus, #whmcsthemes .list-group-item.active:hover {
	border-color: #77B624;
}
#whmcsthemes .affiliate-stat {
	padding-top: 0px;
}
#whmcsthemes .affiliate-stat span {
	padding-top: 30px;
	padding-bottom: 30px;
}
