#usContent{
    position:absolute;
    top:50px;
    margin-left: 10%;
    margin-top:1%;
    width:90%;
    height: 95%;
    color:rgb(255, 127, 22);
    font-weight: 900;
}

#usTitle{
    position: absolute;
    background-color: #37474f;
    width: 80%;
    margin-left:10% ;
    top:45px;
    height: 35px;
    border:10px solid #37474f ;
    color:#ffffff;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    font-weight: 900;
}
#usHeader{
    position: absolute;
    top:20px;
    margin-top:15px;
    height:50px;
    width: 90%;
    border: 2px solid #37474f;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #37474f;
    color:#ffffff;
}

#usUsinas{
    position:absolute;
    top:70px;
    margin-top:15px;
    height: 500%;
    width: 90%;
    border: 2px solid #62727b;
    border-radius: 10px;
    background-color: #62727b;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
}

input{
    background-color:#62727b ;
    color:#ffffff;
    border: hidden;
}
#pesquisarInput{
    width: 90%;
    height:40px;
    margin-top: 2px;


}

.usinaBlock{
    position: relative;
    width: 98%;
    padding-left:0.5%;
    padding-top: 10px;
    margin-top: 5px;
    margin-left:0.5%;
    margin-right:0.5%;
    height: 200px;
    color: #ffffff;
    background-color: #37474f;
    border: #ffffff;
    border-radius: 10px;
}

#blockContent{
    float:left;
}

.editar{
    position:absolute;
    background-color:#102027;
    bottom: 0px;
    right:0px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 10px;
    width: 100px;
    height: 20px;
    text-align: center;
    border-radius: 10px;

}

.salvar{
    position:absolute;
    background-color:#102027;
    bottom: 0px;
    right:150px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 10px;
    width: 100px;
    height: 20px;
    text-align: center;
    border-radius: 10px;

}

.usImage{
    width: 100px;
    height:150px;
    margin-top: 10px;
    margin-right:15px;
    background-color: #102027;
    float:left;
}

.add{
    background-color:#805acb;
    color:white;
    padding-top:15px;
    width: 50px;
    height:50px;
    border-radius:10px;
    float:right;
    text-align: center;
    z-index: 100;
}

div.add:hover{
    background-color: #b388ff;
    font-weight: 900;
}