
.brand{
    width: 64px !important;
}

.logoBrand,.heading
{
    text-align: center;
    display:inline-block;
    vertical-align:middle;
}
.logoBrand
{
    font-size: 35px;
    color: red;
    margin-right:5px;

}
.heading h1{
    padding-top: 18px;
    font-family: 'Berlin Sans FB', serif;
}

body{
    background: url("/background.jpeg") !important;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}

.buttonStep img{
    width: 32px;
}
.buttonStep{
    background: white;
    border: 1px solid darkgray;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.buttonStep i{
    font-size: 32px;
}


.tableSteps{
    width: 100%
}
.tableSteps td, .tableSteps th{
    padding: 10px
}
.tableSteps tr:nth-child(even) {background: #eeeeee
}
.tableSteps tr:nth-child(odd) {background: #FFF}
.tableSteps thead tr {background: #CCC !important;}


.panel-body{
    padding: 0 !important;
}

.pannel2{
    padding: 20px !important;
}
.used{
    background: darkgreen;
    color: white;
}