.ui-panel, .ui-panel-content {
    border: none !important;
    padding: 0 !important;
}

.header-top-section {
    /*background:#55a7af;*/
    height: 42px;
}

.header-top-section-left {

}

.header-top-section-left-panel {
    background: transparent !important;
    /*color: #e0eff0;*/
    padding-left: 150px !important;
    padding-top: 10px !important;
}

.header-top-section-center {

}

.header-top-section-center-panel {
    background: transparent !important;
}

.header-top-section-right {

}

.header-top-section-right-panel {
    background: transparent !important;
}

.header-middle-section {
    /*background: #45b0ba;*/
    vertical-align: middle;
    height: 100px;
}

.header-middle-section-left {

}

.header-middle-section-left-panel {
    background: transparent !important;
    padding-left: 25px !important;
    padding-top: 24px !important;
}

.header-middle-section-center {

}

.header-middle-section-center-panel {
    background: transparent !important;
    padding-top: 25px !important;
}

.header-middle-section-right {

}

.header-middle-section-right-panel {
    background: transparent !important;
    text-align: right;
    padding-right: 25px !important;
    padding-top: 22px !important;
}

.footer {
    height: 200px;
    padding-top: 20px;
}

.footer-left-section {
    text-align: center;
    padding-left: 50px !important;
}

.footer-left-section-content {
    width: 100%;
    color: gray;
    min-height: 150px;
    vertical-align: top;
    font-size: 14px;
}

.footer-center-section {
    text-align: center;
}

.footer-center-section-content {
    width: 100%;
    color: gray;
    min-height: 150px;
    text-align: center;
    font-size: 14px;
}

.footer-right-section {
    text-align: center;
    padding-right: 100px !important;
}

.footer-right-section-content {
    width: 100%;
    min-height: 150px;
}

.col-label {
    text-align: right;
    width: 50%;
}
.col-campo {
    text-align: left;
    width: 50%;
}


