/*.as-onboarding-user {
    position: relative;
    padding: 5px 10px;
    margin-left: 3px;
    margin-top: 4px;
    border: 1px solid;
    border-color: #385D8A;
    border-radius: 10px;

}
*/
.as-result {
    position: relative;
    display: block;
    float: left;
    font-size: 1.1em;
    text-align: left;
    padding: 5px 10px;
    margin-right: 3px;
    margin-left: 3px;
    color: #FFFFFF;
    background-color: #4F81BD;
    border: 2px solid;
    border-color: #385D8A;
    border-radius: 10px;
}


.as-onboarding-user-header {
    font-size: 1.1em;
    text-align: left;

}
.as-resultfooter {
    display: table-cell;
    float: left;
    clear: left;
    width: 100%;

}
.as-bg-not-started {
	width: 100%; 
	min-height: 90px; 
	background: url(../files/action-yellow.png) no-repeat; 

}
.as-bg-started {
	width: 100%; 
	min-height: 90px; 
	background: url(../files/action-blue.png) no-repeat; 
}
.as-bg-finished {
	width: 100%; 
	min-height: 90px; 
	background: url(../files/action-green.png) no-repeat; 
}
.as-text-started {
    background-color:#578aca;
    color:white;
}
.as-text-not-started {
    background-color:#faa732;
    color:white;
}
.as-text-finished {
    background-color:#5bb75b;
    color:white;
}

.as-text {
    color:#006666;
    position: relative;
    top: 1.2em;
    font-size: 1.2em;
    left:36px;
}

.as-warning {
    color: red;
}
