/*
	===============================
			@Custom CSS - ClubSys Overrides
	===============================
*/
.table a{
	color: #006fd0 !important;
}
.breadcrumb{
	font-size: 15x !important;
    color: #006fd0;
}

.footer-section p{
	font-size: 12px !important;
}

.btn-group .dropdown-menu a.dropdown-item{
	padding: 5px 8px !important;
}

.user-profile .widget-content-area .user-info-list ul.contacts-block {
	max-width: 100% !important;
	margin: 0 !important;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
	border-bottom: 1px solid #9e9e9e !important;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {

	font-size: 18px !important;
	background-color: #0e1726 !important;
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #ffffff !important;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control:hover {
	background-color: #293a4a !important;
	border: none !important;
}
.table td {
	padding: .45rem !important;
}

.info-number{
font-size: 30px;
font-weight: 900;
margin-top: -70px;
text-align: right;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
	background-color: #e2a03f !important;
}

.bio .widget-content-area {
	padding-bottom: 20px !important;
}

.form-control {
	font-size: 15px !important;
	letter-spacing: 0 !important;
}

.form-group label{
	padding-top: 10px;
}

::-moz-selection { background: #3796c1 !important; color: #fff; }
::selection { background: #3796c1 !important; color: #fff; }