.jumbotron .form-group {
    text-align: justify;
}

.field-sidebar {
    padding-top: 10px;
    padding-left: 15px;
}
.field-sidebar-title {
    text-decoration: underline;
}
.field-sidebar > p {
    font-size: 11px;
}

.sidebar > h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.steps {
    text-align: center;
    margin: 20px 0px;
}

form.step input, form.step textarea {
    position: relative;
    z-index: 1;
}

.form-message-error {
    position: relative;
    z-index: 0;
    margin-top: -5px;
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px;
    font-size: 11px;
}

.nav-pills {
    position: relative;
    z-index: 2000;
}

/*.nav-sidebar > .active > a {
    background-color: darkorange;
}*/

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}



img.logo-header {
    position: absolute;
    height: 40px !important;
    width: 40px !important;
}

.bg-profile {
    margin-top: -20px;
    float: right;
    border-radius: 5px;
    border: 3px #c3c3c3 solid;
}
.bg-profile > img {
    max-height: 60px;
}