header {background-color: #D3D3D3;} 


.sign-in {
	background-color: #0038A8;
}
.post-topbar { border-top: 4px solid #0038A8;  }
.sign_in_sec h3:before { background-color: #0038A8; }
.sign_in_sec form button { background-color: #0038A8; }
.sign-control li.current a { background-color: #0038A8; }
.gmail {
	background-color: #DB4437;
}

.sign-in input{ color: #333!important; }

.user-account{
	border-left: 1px solid #0038A8;
	border-right: 1px solid #0038A8;
}
nav { width: 75%;}
.user-account { width: 200px; }
nav ul ul{background-color: #D3D3D3;color:#0038A8; }

label small{ font-size: 11px; }
.form-group:first-child{ padding-top: 1rem; }
.form-group { padding: 0rem 1rem 0rem 1rem; margin-bottom: 1rem;}
.form-group label{ margin-bottom: 10px; font-weight: 600; }

.form-group select{-webkit-appearance: menulist; -moz-appearance: menulist;}

.qr-holder{ position: relative; width: 100%;}
.qr-holder img{ position: absolute; right: 5px; bottom: 0px; height: 70px;}

.ref-transaction{ text-decoration: underline; font-weight: 400; }
.posts-section a.btn{ margin-bottom: 10px; }

strong{ font-weight: 600; }

.badge a{ color: #fff!important; }

.table-bordered thead td, .table-bordered thead th { font-weight: 600; }

form .form-group input{ text-transform: uppercase; }

.alert-danger {color: #333;}
.alert{ font-size: 14px; }

.form-group .form-data{ font-size: 18px; }

.btn-light {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #b3b3b3;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: inherit;
    color: #0038a8;
    border-color: inherit;
}

.p50{ padding: 50px 0px; }
.heading2{ font-size: 25px; margin-bottom: 35px; }
.filter-ttl { border: none; padding: 0px;}
.filter-ttl h3{ font-size: 14px; text-transform: uppercase; }
.avail-checks li small { color: #333; }
.filter-dd form input, .filter-dd form select { color: #333; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; }
/**Responsive UI*/
@media (max-width: 1200px){
	header nav {background-color: #0038A8;}
}
