/*
	Skin for Alpha Fintech
	Site ID : devportal



	@brand-primary:      #243b55;   	// Navy Blue
	@brand-secondary:    #8bc34a;		// Green
	@brand-accent:       #feac00;		// SCB Yellow



	@brand-danger:       #c0392b;		// SCB Alert Red

	

*/



/*
	Links
*/

a, p a {
    color: #1969aa;
}
a:visited, p a:visited {
    color: #243b55;
}





/*
	Buttons
*/

.btn{
	border-radius: 0px;
}

.btn-primary, .button-primary, .btn-default,
.btn-primary:visited, .button-primary:visited, .btn-default:visited {    
    background-color: #243b55;
    border-color: #243b55;
    color: #FFFFFF;
}

.btn-primary:hover, .button-primary:hover, .btn-default:hover {    
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #FFFFFF;
}

.btn-primary:active, .button-primary:active, .btn-default:active,
.btn-primary:focus, .button-primary:focus, .btn-default:focus {    
    background-color: #392465;
    border-color: #392465;
    color: #FFFFFF;
    text-decoration: none;
}




/*
	Headings & Type
*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 400;
    color: #333333;
}

p, ul li{
	color: #000;
}




/*
	Navbars
*/
header.banner .inner ul.navbar-nav ul.menu > li a {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #333333;
}

header.banner .inner ul.navbar-nav ul.menu > li a:hover {
    color: #1969aa;
}


.anchorific-wrapper .anchorific ul li > a:hover {
    color: #1969aa;
    text-decoration: none;
}
.anchorific-wrapper .anchorific ul li ul li.active > a {
    color: #1969aa;
    font-weight: bold;
}
.anchorific-wrapper .anchorific ul li ul li ul li.active > a {
    background-color: #eeeeee;
    color: #333333;
    border-left: 2px solid #243b55;
}



/*
	Login Page
*/

.login-menu a, #frmRequestAccess a{
	color: #FFFFFF;
}

#frmForgotPW label{
	color: #FFFFFF;
}

.forgot-form-wrapper p{
	color: #FFFFFF;
}




/*
	Back to Top Button
*/
.top:hover {
    text-decoration: none;
    background-color: #8bc34a;
    color: #FFFFFF;
}





/*
	Alerts
*/
.alert.alert-danger {
    border-left: 5px #c0392b solid;
    background-color: #c0392b ;
    color: #FFFFFF;
}

.alert.alert-danger ul li{
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px 0px;
}



/*
    Pages
*/
#page-wrapper.hero-bg,
#page-wrapper .header-banner {
    background: #a6ffcb;
    background: -moz-linear-gradient(160deg,#6647FF 18%,#05d5ff 70%,#a6ffcb 94%);
    background: -webkit-linear-gradient(160deg,#6647FF 18%,#05d5ff 70%,#a6ffcb 94%);
    background: linear-gradient(160deg,#6647FF 18%,#05d5ff 70%,#a6ffcb 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485563', endColorstr='#29323c',GradientType=1 );

}




/*
    Footer
*/
#footer {
    background-color: #FFFFFF;
}



