body {
    min-width: 1024px;
    overflow-x: auto;
    background-repeat: repeat-y;
    background-position: 0px 0px;
}
.bg-login{
   background-color: #40546D !important;
}
.no-bg {
    background-image: none !important;
    margin-top: 47px;
    overflow: hidden;
}
iframe.iframe-content {
    margin-top: -47px;
    margin-bottom: -4px;
}
iframe.iframe-content.with-modal-show {
    position: absolute;
    z-index: 1000;
}
iframe.modal-ie body {
    min-width: 0px!important;
}
.scroll {
  overflow: auto;
}
.no-scroll {
    overflow: hidden;
}
.main-content {
    margin-left: 80px;
}

/* Validação form */
.help-inline {
    display: none;
    font-size: 12px;
}

.help-inline-checkbox {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-left: 10px;
    vertical-align: super;
}

.group-person.partieContent.control-group.error .icheckbox_flat-aero{
    position: relative;
    border: 1px solid #b94a48;
    border-radius: 3px;
}

.error .help-inline {
    display: inline-block;
}

u{
    text-decoration: underline!important;
}

.area-top > .row {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.alert-row-finance {
    margin-top: 36px !important;
}

.area-top-button-right {
    display: table;
    width: 100%;
    position: relative;
}

.conpassPathsSelection .conpassRadio {
    top: 13px;
}

#processosTabContent #tabelaProcessos td {
    overflow: visible !important;
}

.loading-img {
    display: block;
    padding-left: 50%;
}

.img-loading-carregando {
    padding-left: 50%;
    margin-left: -22px;
}


