.adaco-row {
	margin-top: 20px;
}
.invalid {
	border: 1px solid red !important;
}

#adaco-bar .row {
    background: #f4f4f4;
    border-radius: 5px;
    margin: 5px 0;
}
.adaco_label {
    color: #000;
    width: 100px;
}
.adaco_bar {
    border-radius: 5px;
    display: block;
    height: 100%;
    background: green;
    width:0%;
    overflow:hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.adaco_bar.biogas {
    background: #1dad00;
}
.adaco_bar.organic {
    background: #4e87fb;
}
.adaco_bar.dry {
    background: #ffa500;
}
.adaco_bar.methane {
    background: #cd5b45;
}
.adaco-reset {
	margin-bottom: 10px;
}	