/*
 * Styles for Edge financial
 * 
 * These will over ride the default styles
 * 
 * 
 */

ul {
	list-style-image: url('../img/circle-checkmark-24.png');
}

/* .btn-primary */
.btn-primary { background-color: #4AB6E6; border: 1px solid #4AB6E6; color: #FFFFFF !important; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { background-color: #s4A89DC; border: 1px solid #4A89DC; color: #FFFFFF !important; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #5D9CEC; border: 1px solid #5D9CEC; color: #FFFFFF !important; }

/* .btn-custom-new Edge */
.btn-custom-new { background-color: #84C9D6; border: 1px solid #84C9D6; } /* Teal */
.btn-custom-new:hover, .btn-custom-new:focus, .btn-custom-new:active, .btn-custom-new.active { background-color: #84C9D6; border: 1px solid #84C9D6; } /* Teal */
.btn-custom-new.disabled:hover, .btn-custom-new.disabled:focus, .btn-custom-new.disabled:active, .btn-custom-new.disabled.active, .btn-custom-new[disabled]:hover, .btn-custom-new[disabled]:focus, .btn-custom-new[disabled]:active, .btn-custom-new[disabled].active, fieldset[disabled] .btn-custom-new:hover, fieldset[disabled] .btn-custom-new:focus, fieldset[disabled] .btn-custom-new:active, fieldset[disabled] .btn-custom-new.active { background-color: #37BC9B; border: 1px solid #37BC9B; }

/* .btn-success */
.btn-success { background-color: #2D77C6; border: 1px solid #2D77C6; color: #FFFFFF !important; } /* Edge - Blue */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { background-color: #2D77C6; border: 1px solid #2D77C6; color: #FFFFFF !important; }  /* Edge - Blue */

/* .btn-warning */
.btn-warning { background-color: #4AB6E6; border: 1px solid #4AB6E6; color: #FFFFFF !important; } /* Edge - Light Blue */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { background-color: #4AB6E6; border: 1px solid #4AB6E6; color: #FFFFFF !important; }  /* Edge - Light Blue */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #FC6E51; border: 1px solid #FC6E51; color: #FFFFFF !important; }

/* Breadcrumb */
.breadcrumb-box { background-image: url("../images/breadcrumb-background.jpg"); background-repeat: no-repeat; background-position: center 100%; background-position: center center; height: auto; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb-container { color: #FFFFFF; padding: 10px 0 10px 0; }
.breadcrumb-container .breadcrumb { font-family: 'open_sansregular', Arial, sans-serif; background-color: transparent; border-radius: 0; list-style: outside none none; margin-bottom: 3px; padding: 17px 0; text-align: right; font-size: 0.813em; text-transform: uppercase; }
.breadcrumb-container h3 { font-family: 'open_sansbold', Arial, sans-serif; font-size: 1.125em; margin-top: 16px; }

.breadcrumb-container .breadcrumb a { color: #a9a9a9; } /* Grey - Edge */
.breadcrumb span.active { font-family: 'open_sansbold', Arial, sans-serif; color: #a9a9a9; } /* Grey - Edge */
.breadcrumb > li + li::before { color: #a9a9a9; } /* separator / */ /* Grey - Edge */


/* used in pricing table */
.text-muted{	
	color:  #2D77C6; /* - Blue */ 
    text-align: center;
}

/* used in pricing table */
.xtext-muted{	
	color:  #686868; /* - Very dark gray */ 
    text-align: center;
}


/* Footer Edge */
#footer-edge { font-family: 'open_sansregular', Arial, sans-serif; font-size: 1em; font-size: 1em; padding: 7px 0 0 0; background-color: #ffffff; color: #a9a9a9; }
#footer-edge a, #footer-5 a:link { color: #a9a9a9; }
#footer-edge a:hover { color: #a9a9a9; }
#footer-edge h4 { font-family: 'open_sansbold', Arial, sans-serif; font-size: 1em; }
#footer-edge ul { margin-top: 17px; }
.footer-edge-content { padding-bottom: 20px; color: #a9a9a9; }
#footer-edge .social-icons-2 { margin-top: 1px; }
.footer-edge-copyright { padding: 25px 0 20px 0; background-color: #31373F; color: #a9a9a9; }
.footer-edge-copyright a, .footer-5-copyright a:link { color: #a9a9a9; }
.footer-edge-copyright p.copyright { text-align: right; margin-top: 8px; }
#footer-edge .input-group-addon { background-color: #333942; border-radius: 0; padding: 0 !important; border: none !important; }
#footer-edge .input-group-addon .btn { font-family: 'open_sanslight', Arial, sans-serif; background-color: #333942; border: 1px solid #333942; color: #FFFFFF !important; font-size: 1em; outline: 0 !important; }
#footer-edge .input-group .form-control { border-radius: 0; background-color: #333942; border: 1px solid #333942; color: #FFFFFF; font-size: 0.938em; padding: 4px 3px 6px 8px; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
#footer-edge .input-group .form-control:focus { background-color: #333942; border: 1px solid #333942; color: #FFFFFF; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
#footer-edge input::-webkit-input-placeholder { color: #FFFFFF !important; }
/* Placeholder Firefox 18- */ 
#footer-edge input:-moz-placeholder { color: #FFFFFF !important; }
/* Placeholder Firefox 19+ */
#footer-edge input::-moz-placeholder { color: #FFFFFF !important; }
#footer-edge input:-ms-input-placeholder { color: #FFFFFF !important; }

