/* 	Colors for skinning	*/

/*stack login page -- include @import to profile stacked layout, comment out for non-stacked*/
@import url("../../css/bwr_login_stack.css");


/* Colors requested by CollegeBridge Y12
	Primary: : #172852
	Secondary: #00A6CE
	Link: #172852 
	Hover: #00A6CE 
*/




#welcomMsg, #welcomMsg h4 {background-color:#FFFFFF !important; color: #000000 !important; background-image: none !important;}
#sb > div, #login{background-color:#FFFFFF !important; color: #000000 !important; background-image: none !important;}

#welcomMsg a{
	 color: #172852 !important; 
}
#welcomMsg a:hover{
	color: #00A6CE !important;	
}

.primary, 
.help-icon,
.input-frame .RadComboBox .rcbArrowCellRight,
.ui-dialog-titlebar,
#MainContent_btnStart,#regLink #btnStart,.bodyTextHead,
.showBtn, .required-exp:before,
.goBtn, #rbCreditorSearch_input, #rbCreditorSearch_input:disabled, #btnGo, #btnGo:disabled,
#newLoan
/* Primary Color */ {background-color: #172852 !important;}


	.secondary, .help-icon:hover, #message_bar h2, .rpbStateSelected,
	.col div input:focus, .input-frame input:focus, .riFocus, .rcbFocused,
	.input-frame .riSingle, .input-frame .RadComboBox, .input-frame-2 .riSingle,
	.input-frame-2 .riSingle input:focus
	/* Secondary Color */ {
		background-color: # background-color: #00A6CE !important;
		!important;
	}

footer {color: #ffffff !important; background-color: #ffffff  !important;}




/*Button Default State */
input[type="submit"], input[type="button"] 
{color: #ffffff !important; 
	background-color: #172852  !important;}

/* Accent & Buttons in Hover/Focus State - Original: #254099  */
.input-frame .RadComboBox .rcbHovered .rcbArrowCellRight,
.input-frame .RadComboBox .rcbFocused .rcbArrowCellRight, .showBtn:hover, .showBtn:focus, .accent, input[type="submit"]:hover, button, input[type="button"]:hover, input[type="button"]:focus, .RadButton:focus input[type="button"] , .rbHovered input[type="button"]:hover, input[type="submit"]:hover, .rbHovered input[type="submit"]:hover, .col div input[type="button"]:hover, #MainContent_btnStart:hover, #regLink #btnStart:hover,
.help-icon:hover, #newLoan:hover
{color: #ffffff !important; 
	background-color: #00A6CE !important;}


#calcBtn-frame input:hover, #calcButton:hover, .goBtn:hover, #rbCreditorSearch_input:hover, #btnGo:hover,
#calcBtn-frame button:hover{
	/*Reset, Calculate buttons, Creditor search hover color */
	background-color: #00A6CE !important;	
}

/* Custom Text-Color for TextBox */
.col div input[type="text"], .input-frame input[type="text"].riTextBox, .input-frame input[type="password"].riTextBox, .input-frame-2 input[type="text"], .riTextBox {
	color: #000000 !important;
}

/*Set Font color White for some buttons */
input[type="submit"], button, input[type="button"], .rfdSkinnedButton input[type=submit].rfdDecorated, .rfdSkinnedButton input[type="button"].rfdDecorated {
	 color: #FFFFFF !important; 
}


/* Link Text-Color */
.footer-msgs a:hover {
    text-decoration: underline;
}

.footer-msgs a {
    color: #000000 !important;
    text-decoration: none;
}

a.blackLink {
    color: #000000 !important;
    text-decoration: none;
}

a:link,a:visited,a:active
{
	color: #172852;
}

a:hover,a:focus
{
	color: #00A6CE;
}

/*Home Page Link on Registration Page*/
.fw.primary {color: #172852 !Important;}
.fw.primary a {
    color: #172852 !Important;
}

/*Registration Button Position*/
input[type="submit"]#btnRegister {
    float: none !important;
}






/* Logo and Header */
header #logo{
	background-image: url(images/logo.png);
	background-size: 100% auto;
	border-radius: 2px;
}
header{
	background-image: linear-gradient(to bottom,#FFFFFF 0,#FFFFFF 100%) /*Header Gradient*/;
	border-bottom: 20px solid #172852;
}

/* Footer */
footer{
	border-top: 20px solid #172852;
}




/* Progress Bar  */
#progress{ border: 5px solid #000000;
}

#progress:before {
	border: 5px solid #000000;
	background-image: url(./images/student-icon-black.png) !important;
	color: #000000 !important;
}

#progress:after {
	border: 5px solid #000000;
	color: #000000;
}

#progress li.PENDING:before {
	color: #000000 !important;
}

#progress li.lastComp:after,#progress li.COMP,#progress li.INPROC, #progress li.COMP:before, #progress li.INPROC:before
{
	/* Current and completed page section background */
	background-color: #00A6CE !important;
}

#progress li.current.COMP.lastComp:after, #progress li.current:after,#progress li.COMP.current:after,#progress li.INPROC.current:after, #progress li.PENDING.current:after
{
	/* Current page indicator background */
	background-color: #00A6CE   !important;	
}
#progress li.COMP:after,#progress li.COMP:after, #progress li.COMP.lastComp:after{
	/* Progress Checkmark Color */
	color: #00A6CE;
}

#progress li span.progPgName {
	color: #000000 !important;	
}




/* Section Page Title */
#pgTitleInfo {
    background-color: #FFFFFF;
}
#pgTitleInfo {
    color: #000000 !important;
}
#pgTitleInfo span {
    color: #000000 !important;
}

/* Navigation Footer */
#ft-nav{
	background-color: #FFFFFF !important;
}


/*Reverse Footer colors Black back & white text*/
/*
footer{
	border-top: 90px solid #FFFFFF ;
	background-color: #000000 !important;
}
.footer-msgs {
    color: #FFFFFF !important;
    text-decoration: none;
	text-shadow: none !important;
}
.footer-msgs a {
    color: #FFFFFF !important;
    text-decoration: none;
	text-shadow: none !important;
}
*/


/* Images for login pages 
imgHolder: main login
cosignImg: cosigner login 
only needed if using a custom image
*/



#imgHolder{
	background-image: url(images/bwrimage.jpg) !important;
}

#cosignImg{
	background-image: url(images/cosimage.jpg) !important;
}


#MainContent_ctl00_LoanTypeDesc
{display: none !important}