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

    ** Custom Stylesheet **

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

***************************************************** */
#whmcsthemes {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 1px #ccc;
}
#whmcsthemes .navbar-main, #whmcsthemes h1, #whmcsthemes h2, #whmcsthemes h3, #whmcsthemes h4, #whmcsthemes h5, #whmcsthemes h6 {
	font-family: 'Titillium Web', sans-serif;
}
#whmcsthemes .navbar-main {
	background-color: #404040;
}
#whmcsthemes div.header-lined h1 {
	color: #404040;
}
#whmcsthemes .navbar-main .navbar-nav>.active>a, #whmcsthemes .navbar-main .navbar-nav>.active>a:focus, #whmcsthemes .navbar-main .navbar-nav>.active>a:hover, #whmcsthemes .navbar-main .navbar-nav>.open>a, #whmcsthemes .navbar-main .navbar-nav>.open>a:focus, #whmcsthemes .navbar-main .navbar-nav>.open>a:hover, #whmcsthemes .navbar-main .navbar-nav>li>a:focus, #whmcsthemes .navbar-main .navbar-nav>li>a:hover {
	color: #d0d0d0;
	background-color: #404040;
}
#whmcsthemes .dropdown-menu>li>a:focus, #whmcsthemes .navbar-main .dropdown-menu>li>a:hover {
	background-color: #db0000;
}
#whmcsthemes .dataTables_wrapper .dataTables_info {
	background-color: #db0000;
}
.btn-group>.btn+.dropdown-toggle {
	min-height: 24px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #fff;
	background-color: #db0000;
	border-color: #db0000;
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
	background-color: #db0000;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	border-color: #db0000;
}
.affiliate-stat span {
	margin-top: 20px;
	margin-bottom: 33px;
}
.topbox2 .topbox2_inner, .headerbox, .footerrt {
	-webkit-box-sizing: content-box!Important;
	-moz-box-sizing: content-box!Important;
	box-sizing: content-box!Important;
}
.footerlt .sitemap h5, .footerrt h5 {
	font-family: 'Titillium Web', sans-serif;
}
.headerrt .topbox3 {
	z-index: 1;
}
.panel-primary>.panel-heading {
	background-color: #db0000;
	border-color: #db0000;
}

.footerrt p {
	    margin-top: 10px;
    margin-bottom: 10px;
	display:block;
}
#whmcsthemes div.header-lined small {
    white-space: pre-line!Important;
}