/* 
	Colors for skinning
*/

/*stack login page -- include @import to profile stacked layout, comment out for non-stacked*/
@import url("../../css/bwr_login_stack.css");



.primary,
.rgHeader2,
/* [SMM 27033 2021-04-01] */
.RadGrid_Default .rgHeader,
.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,
/* Primary Color - background color from siteStyles.css */ input[type="submit"], input[type="button"]
/* Primary Color */ {background-color: #108DC1  !important;}
/* Primary Color - color from siteStyles.css */ h2,
/* Primary Color - color from siteStyles.css */ h3,
/* Primary Color - color from siteStyles.css */ h4 {color: #108DC1  !important;}
/* Primary Color - border bottom color from siteStyles.css */ a.rtsLink.rtsSelected {border-bottom-color: #108DC1  !important;}
/* Footer - Primary Color */
footer{
    border-bottom: 7px solid #108DC1  ;
}

.col h4:first-child {color: #108dc1; font-weight: 500}

.secondary,.help-icon:hover,#message_bar h2, .rpbStateSelected, footer
/* Secondary Color */ {background-color: #cccccc   !important;}

/*.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*/

.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, .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
/* Accent */ {background-color: #67bd00 !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: #67bd00 !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: rgba(66,71,70,1.00) !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: #006699;
}

a:hover,a:focus
{
	color: #3399cc;
}

/* 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: thin solid #efefef ;
        /*box-shadow: 0px 2px 5px rgba(35,32,33,.20);*/
}

/* Progress Bar */

#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: #67bd00  !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: #108DC1  !important;	
}
#progress li.COMP:after,#progress li.COMP:after, #progress li.COMP.lastComp:after{
	/* Progress Checkmark Color */
	color: #67bd00;
}

/* 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;
}

/* [SMM 27012 2021-03-23] */
.rgHeader2 {
    text-align: justify;
	color: white;
	padding: 5px;
}

