body{
    background: #fff;
}

.form-container{
    position: relative;
    /*margin: 0px 0px auto 65px;*/
    margin: 0px 0px 20px auto;
    padding: 0px 0px 0px 0px;
    /*margin: auto auto auto 40px;*/
    /*padding: 20px 40px 40px;*/
    text-align: center;
    background: #fff;
    border: none;
    max-width: 100%;
    }

.img_sia {
    margin-top:20px;
    margin-bottom:20px;
    max-width:90px;
    max-height:90px;

}

p.label_baseline {
    position: absolute;
    left: 0%;
    top: -4%;
    bottom: 0;
    font-size: 9px;
    color: black;
}

p.label_now {
    position: absolute;
    left: 0%;
    top: 29%;
    bottom: 0;
    font-size: 9px;
    color: black;
    
}

p.label_increment {
    position: absolute;
    left: 0%;
    top: 63%;
    bottom: 0;
    font-size: 9px;
    color: black;
    
}

p.baseline {
 position: absolute;
    left: 50%;
    top: 12%;
    bottom: 0;
    transform: translate(-50%, 0);
    font-size: 12px;
    color: black;
}

p.now {
 position: absolute;
    left: 50%;
    top: 46%;
    bottom: 0;
    transform: translate(-50%, 0);
    font-size: 12px;
    color: black;
}

p.increment {
 position: absolute;
    left: 50%;
    top: 81%;
    bottom: 0;
    transform: translate(-50%, 0);
    font-size: 12px;
    color: black;
}

.sia p {
    font-size: 16px;
    font-weight: bold;
} 

.sia.PIL p {
    color: #6d451f;
}

.sia.FOOD p {
    color: #c7db96;
}

.sia.MIG p {
    color: #635f60;
}

.sia.ART p {
    color: #f8b445;
}

.sia.RES p {
    color: #b28252;
}

.sia.LAND p {
    color: #0d9142;
}

div.replicator {
    margin-top:10px;
    border: 1px solid green;
    min-width:170px;
    max-width:250px;
}

.replicator p {
    color: white;
}


.replicator p.name {
    font-size: 18px;
    font-weight:bold;
    color:black;
}

p {
    margin: 0px;
    padding: 0px;
}

div.baseline {
    height: 80px;
}

div.baseline.PIL, div.now.PIL {
    background: linear-gradient(to right, #6d451f, #D08F53);
}
div.baseline.FOOD, div.now.FOOD {
    background: linear-gradient(to right, #819F38, #c7db96);
}

div.baseline.MIG, div.now.MIG {
    background: linear-gradient(to right, #635f60, #A0888E);
}

div.baseline.ART, div.now.ART {
    background: linear-gradient(to right, #D28304, #f8b445);    
}

div.baseline.RES, div.now.RES {
    background: linear-gradient(to right, #964F08, #b28252);
}
div.baseline.LAND, div.now.LAND {
    background: linear-gradient(to right, #0d9142, #02CF54);    
}


div.improvement {
    background-color:#2ECC71;
}

a.button-action-plans {
    padding: 5px 10px 5px 10px;
    background-color:var(--DARK_GREEN);
    color:white;
}

div.button-action-plans {
    margin-top:10px;
    margin-bottom:10px;
    min-width:170px;
    max-width:250px;
}


a.button-report {
    padding: 5px 10px 5px 10px;
    background-color:var(--DARK_GREEN);
    color:white;
}

a.button-action-plans:hover,
a.button-report:hover {
    padding: 5px 10px 5px 10px;
    background-color:var(--DARK_GREEN);
    color:white;
    border: 1px black;
}

div.button-report {
    margin-top:10px;
    min-width:170px;
    max-width:250px;
}

.value {
    font-size:50px;
}

.improvement .value {
    font-size:25px;
}

h5.titulo {
    text-align:left;
    margin-left:15px;
    
}

button.btn-block {
    background-color: white;
    color: black;
    width: 100px;
    height: 30px;
    min-height: 30px;
    padding: 0px;
    margin: 0px;
}

button.btn-block:hover, button.btn-block:focus {
    background-color: white;
    color: black;
    
}

a