/*
Version: 0.1
*/

body{
	background: #EEEEEE;
}

.login h1 a {
	color:black;
}

a {
	color: #23B86C;
}

.button, .magic-upload-button .file-input-wrapper {
	background-color: #23B86C;
}

.button:hover, .magic-upload-button:hover .file-input-wrapper:hover{
	background-color: #1D84E2;
}

.forms-style h3 {
	color: #333333;
}

.forms-style .footnote .redirect {
	color: CCCCCC;
}

/* =================== */
/* Theme Color Bar */
/* =================== */

.theme-color-bar {
    height:10px;
    background-color:#DE0A0A;
    border-radius:4px 4px 0 0;
    font-size:0;
    line-height:0
}

.theme-color-bar:before,.theme-color-bar:after {
    content:" ";
    display:table
}

.theme-color-bar:after {
    clear:both
}

.theme-color-bar:before,.theme-color-bar:after {
    content:" ";
    display:table
}

.theme-color-bar:after {
    clear:both
}

.theme-color-bar .bar {
    display:inline-block;
    float:left;
    width:40%;
    height:10px
}

.theme-color-bar .bar.left {
    border-top-left-radius:3px
}

.theme-color-bar .bar.right {
    border-top-right-radius:3px
}


.bar.one {
    background-color:#1B3F99
}

/* =================== */
/* Formn Steps */
/* =================== */


.forms-style .container .container-small .well-big .form-step {
	background-color: #1B3F99;
}
.forms-style .container .container-small .well-big .step {
	color:#1B3F99;
}

