﻿@import url(../Specific/Login.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, form {
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    background: #f1f1f1;
}

    body a img {
        border: 0px;
    }


.contentHeader {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

fieldset {
    border: 0px;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

legend {
    color: #000000;
    font-weight: bold;
}

a,
a:visited {
    color: black;
    text-decoration: none;
    font-family: Roboto;
}

/* Geral, template */
.divExternalContent {
    margin-top: 3px !important;
}

/* Tabela principal para layout de telas */
.divFormatted {
    margin: 3px 5px;
}

span.headerTitle {
    color: #333333;
    opacity: .5;
    font-size: 12px !important;
    font-weight: bold;
    white-space: nowrap;
    float: right;
}

.divPageView, .divPageViewInternal {
    border: 1px solid;
    background-color: white !important;
    margin: 0px;
    padding: 0px 4px 4px 0px;
}

.divPageView {
    border-color: #e7e7e7 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.divPageViewInternal {
    border-color: #e7e7e7 !important;
}

.divLoad {
    height: 100px;
    width: 200px;
    z-index: 200000 !important;
    background-color: white;
    border: 3px solid var(--main-color);
    border-radius: 30px;
}

/*#################### Inicio formulário de input ####################*/

/* FormView */

.divFormatted label {
    width: 110px;
    display: inline-block;
    margin-bottom: 1px;
    font-size: 11px;
}

.divFormattedIcheque label {
    border-bottom: solid 1px #D6D3CE;
    width: 150px;
    display: inline-block;
    margin-bottom: 1px;
    font-size: 11px;
}

.divFormatted .labelObs {
    vertical-align: top;
}

.divFormatted .upperCase {
    text-transform: uppercase;
}

.divFormatted input, .divFormatted select, .divFormatted textarea {
    background-color: #fff;
    border: 1px solid #d9d9d9 !important;
    font-size: 11px !important;
    height: 12px;
    margin: 0 0 1px;
    padding-bottom: 1px;
}

    .divFormatted input:disabled, .divFormatted select:disabled, .divFormatted textarea:disabled {
        background-color: rgba(0, 0, 0, 0.04);
    }

.divFormatted textarea {
    height: 100px;
    text-align: left !important;
}

.divFormatted select {
    height: 16px;
    padding: 0px !important;
    vertical-align: bottom;
}

.divFormatted input[type=image] {
    height: auto !important;
    padding: 0px !important;
    margin: 0px 1px 0px 0px;
    border: 0px !important;
    vertical-align: text-bottom;
}

.divFormatted input[type=submit][disabled],
.divFormatted input[type=button][disabled] {
    cursor: default;
}

.divFormatted input[type="radio"], .divFormatted input[type="checkbox"] {
    background-color: Transparent;
    border: 0px;
    margin-left: 5px;
}

.divFormatted span {
    vertical-align: bottom;
}

.divFormLeft {
    float: left;
    width: 50%;
}

.divFormRight {
    float: right;
    width: 49%;
}

.divFormLeftGrBt {
    float: left;
    width: 98%;
}

.divFormRightGrBt {
    float: right;
    width: 1%;
}

.alignRight {
    text-align: right !important;
}

.alignLeft {
    text-align: left !important;
}

.lblCenterLabel {
    padding-left: 5px !important;
    border: 0px !important;
    width: auto !important;
}

.wideLabel400, .cbWideLabel400 {
    width: 400px !important;
}

.wideLabel310, .cbWideLabel310 {
    width: 310px !important;
}

.wideLabel315, .cbWideLabel315 {
    width: 315px !important;
}

.wideLabel250, .cbWideLabel260 {
    width: 250px !important;
}

.wideLabel150, .cbWideLabel150 {
    width: 150px !important;
}


.cbWideLabel257{
    width: 257px !important;
}

.wideLabel200, .cbWideLabel200 {
    width: 200px !important;
}

.wideLabel125, .cbWideLabel125 {
    width: 125px !important;
}

.wideLabel174, .cbWideLabel174 {
    width: 174px !important;
}

.wideLabel139, .cbWideLabel139 {
    width: 139px !important;
}

.wideLabel142, .cbWideLabel142 {
    width: 142px !important;
}

.wideLabel130, .cbWideLabel130 {
    width: 130px !important;
}

.wideLabel120, .cbWideLabel120 {
    width: 120px !important;
}

.wideLabel40, .cbWideLabel40 {
    width: 40px !important;
}

.cbWideLabel80, .wideLabel80 {
    width: 80px !important;
}

.cbWideLabel93 {
    width: 93px !important;
}

.cbWideLabel95 {
    width: 95px !important;
}

.wideLabel65, .cbWideLabel65 {
    width: 43px !important;
}

.wideLabel140, .cbWideLabel140 {
    width: 140px !important;
}

.wideLabel110, .cbWideLabel110 {
    width: 110px !important;
}

.cbWideLabel55 {
    width: 55px !important;
}

.wideLabel50, .cbWideLabel50 {
    width: 50px !important;
}

.wideLabel165, .cbWideLabel165 {
    width: 165px !important;
}

.lblCheckBox {
    width: 106px;
}

.lblCheckBox115 {
    width: 115px;
}

.cbWideLabel30 {
    width: 30px;
}
.cbHiddenLabel {
    width: 0px;
}

.cbWideLabel90, .wideLabel90 {
    width: 90px !important;
}

.wideLabel180, .cbWideLabel180 {
    width: 180px !important;
}
.wideLabel182, .cbWideLabel182 {
    width: 182px !important;
}

.wideLabel350, .cbWideLabel350 {
    width: 350px !important;
}

.wideLabel115 {
    width: 115px !important;
}

.wideLabel280, .cbWideLabel280 {
    width: 280px !important;
}
.wideLabel220, .cbWideLabel220 {
    width: 220px !important;
}
.wideLabel177, .cbWideLabel177 {
    width: 177px !important;
}
.wideLabel300, .cbWideLabel300 {
    width: 300px !important;
}

.cbWideLabel75 {
    width: 74px !important;
}

.cbWideLabel127 {
    width: 127px !important;
}

.cbWideLabel60, .wideLabel60 {
    width: 60px !important;
}

.cbWideLabel130 {
    width: 130px !important;
}

.cbWideLabel255 {
    width: 255px !important;
}


.cbWideLabel225 {
    width: 225px !important;
}

.cbWideLabel189 {
    width: 189px !important;
}

.cbWideLabel100 {
    width: 100px !important;
}

.cbWideLabel106 {
    width: 106px !important;
}

.cbWideLabel215 {
    width: 215px !important;
}

.wideLabel70 {
    width: 70px;
}

.wideLabel20 {
    width: 20px !important;
}

.lblCheckBox,
.cbWideLabel30,
.cbWideLabel400,
.cbWideLabel310,
.cbWideLabel260,
.cbWideLabel257,
.cbWideLabel200,
.cbWideLabel150,
.cbWideLabel130,
.cbWideLabel120,
.cbWideLabel40,
.cbWideLabel80,
.cbWideLabel93,
.cbWideLabel95,
.cbWideLabel65,
.cbWideLabel140,
.cbWideLabel90,
.cbWideLabel110,
.cbWideLabel55,
.cbWideLabel315,
.cbWideLabel350,
.cbWideLabel180,
.cbWideLabel280,
.cbWideLabel300,
.cbWideLabel165,
.cbWideLabel75,
.cbWideLabel60,
.cbWideLabel130,
.cbWideLabel255,
.cbWideLabel225,
.cbWideLabel189,
.cbWideLabel100,
.lblCheckBox115,
.cbWideLabel127,
.cbWideLabel174,
.cbWideLabel106,
.cbWideLabel220,
.cbWideLabel177,
.cbWideLabel215,
.cbWideLabel182 {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 11px;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid transparent;
    margin-right: 2px;
}

.cbWideLabel50 {
    border-bottom: solid 1px #D6D3CE;
    display: inline-block;
    margin-bottom: 1px;
    font-size: 11px;
    margin-right: -9px !important;
}

.ckbWidth250 label {
    width: 250px !important;
}

.ckbWidth135 label {
    width: 135px !important;
}

.ckbWidth135 label {
    width: 90px !important;
}

.inpCheckBox {
    height: 12px !important;
    width: 12px !important;
    margin-right: 5px !important;
    margin-left: 1px !important;
}

span.RadInput > .rdfd_ {
    display: none;
}

.RadioButtonListDefault3 {
    display: inline-block;
    padding-bottom: 2px;
}

    .RadioButtonListDefault3 label {
        width: 130px !important;
        padding-left: 4px;
    }

.MultiLineObs {
    resize: none;
    clear: left;
    min-height: 11px;
    max-height: 11px;
    color: #333333;
    font: 12px arial,sans-serif;
    margin-bottom: -1px !important;
}

/*#################### Fim formulário de input ####################*/

/*#################### Inicio validator ####################*/

.ajax__validatorcallout {
    width: 200px !important;
    z-index: 99999 !important;
}

/* Realce dos campos não validos */
.input-error {
    background-color: #FFFFCC !important;
}

/*#################### Fim validator ####################*/

/*#################### Inicio botões ####################*/

.divClear, .divButtons {
    margin-top: 10px;
    clear: both;
    width: auto;
    padding: 0px 5px 0px 0px;
}

.divButtons {
    text-align: right;
}


.btnCertifica, .btnCertifica[disabled], .btnGestora, .btnGestora[disabled] {
    border-radius: 3px 3px 3px 3px;
    background-color: #087f5b !important;
    background-size: 44px 23px;
    background-position: 7px -4px;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 16px !important;
    position: relative;
    overflow-y: visible;
    background-image: url(img/Quick_logo_Qcertifica_neg_reduzida.png);
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
}


.btnGestora {
    background-image: url(img/logoQgestorabranca.png) !important;
    background-repeat: no-repeat;
    top: 0px;
    background-size: 48px 16px;
    background-position: 5px 0px;
    
}

    .btnGestora[disabled] {
        background-color: #adb5bd !important;
        background-image: url(img/logoQgestorabranca.png) !important;
        background-size: 48px 16px;
        background-position-x: 6px !important;
        opacity: 1 !important;
    }

.btnCertifica[disabled] {
    background-color: #adb5bd !important;
    opacity: 1 !important;
    background-size: 44px 23px;
    background-position: 7px -4px !important;
}



.btnCertifica:hover, .btnGestora:hover {
    border-collapse: separate;
    box-shadow: green 0 0 8px;
    -webkit-box-shadow: green 0 0 8px;
    -moz-box-shadow: green 0 0 8px;
}

.btnFind {
    background: #0B759F !important;
    border: 1px solid #0B759F !important;
    width: 75px !important;
}

    .btnFind:hover {
        background: #2291bd !important;
        border: 1px solid #2291bd !important;
    }

.btnCancel {
    background: #B85100 !important;
    border: 1px solid #B85100 !important;
    width: 75px !important;
}

.btnMarron110 {
    background: #B85100 !important;
    border: 1px solid #B85100 !important;
    width: 110px !important;
}

    .btnCancel:hover, .btnMarron110:hover {
        background: #d36e1e !important;
        border: 1px solid #d36e1e !important;
    }

.btnOkModal {
    background-color: #087f5b !important;
    border: 1px solid #087f5b !important;
    width: 44px !important;
}

.btnCopyParameters {
    background-color: #087f5b !important;
    border: 1px solid #087f5b !important;
    width: 125px !important;
}

.btnExpCedentes {
    background-color: #087f5b !important;
    border: 1px solid #087f5b !important;
    width: 105px !important;
}

.btnInsert, .btnSave {
    background-color: #087f5b !important;
    border: 1px solid #087f5b !important;
    width: 71px !important;
}

    .btnInsert:hover, .btnSave:hover, .btnOkModal:hover, .btnCopyParameters:hover, .btnExpCedentes:hover {
        background-color: #0ca678 !important;
        border-color: #0ca678 !important;
    }

.btnDelete {
    background-color: #e03131 !important;
    border: 1px solid #e03131 !important;
    width: 75px !important;
}

    .btnDelete:hover {
        background-color: #f03e3e !important;
        border: 1px solid #f03e3e !important;
    }

.btnSite {
    background-image: url(img/bt_site.png) !important;
    background-repeat: no-repeat;
    width: 16px;
}

.btnEmail {
    background-image: url(img/bt_mail.png) !important;
    border: 0px !important;
    background-repeat: no-repeat;
    margin-left: 5px !important;
    width: 16px;
}

.btnDownload {
    background-image: url(img/download.png) !important;
    border: 0px !important;
    background-repeat: no-repeat;
    margin-left: 1px !important;
    width: 16px;
}

.btnForm1,
.btnForm2,
.btnForm3,
.btnForm4,
.btnForm5,
.btnForm6,
.btnForm7,
.btnForm8,
.btnForm9,
.btnFormFitText {
    background-color: #ffa500 !important;
    border: 1px solid #ffa500 !important;
}

    .btnForm1:hover,
    .btnForm2:hover,
    .btnForm3:hover,
    .btnForm4:hover,
    .btnForm5:hover,
    .btnForm6:hover,
    .btnForm7:hover,
    .btnForm8:hover,
    .btnForm9:hover,
    .btnFormFitText:hover {
        background-color: #f5c05f !important;
        border: 1px solid #f5c05f !important;
    }

.btnForm1Yellow,
.btnForm2Yellow,
.btnForm3Yellow,
.btnForm4Yellow,
.btnForm5Yellow,
.btnForm6Yellow,
.btnForm7Yellow,
.btnForm8Yellow {
    background-color: #f08c00 !important;
    border: 1px solid #f08c00 !important;
    color: #555 !important;
}

    .btnForm1Yellow:hover,
    .btnForm2Yellow:hover,
    .btnForm3Yellow:hover,
    .btnForm4Yellow:hover,
    .btnForm5Yellow:hover,
    .btnForm6Yellow:hover,
    .btnForm7Yellow:hover,
    .btnForm8Yellow:hover {
        background-color: #f59f00 !important;
        border: 1px solid #f59f00 !important;
    }

    .btnForm1[disabled],
    .btnForm2[disabled],
    .btnForm3[disabled],
    .btnForm4[disabled],
    .btnForm5[disabled],
    .btnForm6[disabled],
    .btnForm7[disabled],
    .btnForm8[disabled],
    .btnForm9[disabled],
    .btnFormFitText[disabled],
    .btnForm1Yellow[disabled],
    .btnForm2Yellow[disabled],
    .btnForm3Yellow[disabled],
    .btnForm4Yellow[disabled],
    .btnForm5Yellow[disabled],
    .btnForm6Yellow[disabled],
    .btnForm7Yellow[disabled],
    .btnForm8Yellow[disabled],
    .btnInsert[disabled],
    .btnSave[disabled],
    .btnDelete[disabled],
    .btnFind[disabled],
    .btnCancel[disabled],
    .btnOkModal[disabled],
    .btnCopyParameters[disabled],
    .btnMarron110[disabled],
    .btnExpCedentes[disabled] {
        background-color: #adb5bd !important;
        border: 1px solid #adb5bd !important;
        color: #fff !important;
    }

.btnForm1, .btnForm1Yellow {
    width: 66px !important;
}

.btnForm2, .btnForm2Yellow {
    width: 86px !important;
}

.btnForm3, .btnForm3Yellow {
    width: 107px !important;
}

.btnForm4, .btnForm4Yellow {
    width: 126px !important;
}

.btnForm5, .btnForm5Yellow {
    width: 53px !important;
}

.btnForm6, .btnForm6Yellow {
    width: 200px !important;
}

.btnForm7, .btnForm7Yellow {
    width: 135px !important;
}

.btnForm8, .btnForm8Yellow {
    width: 165px !important;
}

.btnForm9 {
    width: 75px !important;
}

.btnFormFitText {
    width: max-content;
    padding: 0rem 1rem !important;
}

.btnOkModal {
    width: 44px !important;
}

.btnDetails {
    width: 15px;
    background-image: url(Img/detalhe.png) !important;
}

/*#################### Fim botões ####################*/

/*#################### Inicio barra de mensagens ####################*/

.messageBox {
    width: 100%;
    z-index: 111501;
}

.messageBarColor {
    height: 42px;
    overflow: hidden;
}

    .messageBarColor .messageBarContent {
        width: 13px;
        float: left;
        height: 100%;
        white-space: nowrap;
        color: white;
        font-weight: bold;
        padding-top: 14px;
        padding-left: 15px;
    }

    .messageBarColor .messageBarButtons {
        white-space: nowrap;
        width: 150px;
        float: right;
        height: 42px;
        padding-top: 12px;
    }

.btnOk, .btnReport {
    background: url(Img/bts_notificacao.png) no-repeat;
    border-style: none;
    height: 18px;
    cursor: pointer;
}

.btnOk {
    width: 43px;
    background-position: 0px 0px;
    float: right;
    margin-right: 12px;
    display: none;
}

.btnReport {
    display: none;
}

/* OK */
.ok .messageBarColor {
    background: url(Img/bar_notificacao.png);
    background-position: 0px -215px !important;
}

.ok .messageBarContent {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: 0px -129px !important;
}

.ok .messageBarButtons {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: right -172px !important;
}

.ok .btnOk {
    display: inline;
}

/* ERRO */
.error .messageBarColor {
    background: url(Img/bar_notificacao.png);
    background-position: 0px -86px !important;
}

.error .messageBarContent {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: 0px 0px !important;
}

.error .messageBarButtons {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: right -43px !important;
}

.error .btnOk {
    width: 18px;
    background-position: right 0px;
    display: inline;
}

.error .btnReport {
    display: inline;
    width: 68px;
    background-position: -43px 0px;
    float: right;
    margin-right: 4px;
}

/* ALERTA */
.alert .messageBarColor {
    background: url(Img/bar_notificacao.png);
    background-position: 0px -344px !important;
}

.alert .messageBarContent {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: 0px -258px !important;
}

.alert .messageBarButtons {
    background: url(Img/bar_notificacao.png) no-repeat;
    background-position: right -301px !important;
}

.alert .btnOk {
    display: inline;
}

/*#################### Fim barra de mensagens ####################*/

/*#################### Inicio base do sitema ####################*/

.divBaseSystemRight {
    width: 93%;
    height: 12px;
    position: absolute;
    bottom: 3px;
    margin-top: 2px;
}

.version {
    position: absolute;
    left: 37%;
    top: 98%;
}

/*#################### Fim base do sitema ####################*/

/*#################### Inicio corpo sistema ####################*/

.divTop {
    width: 100%;
    background-color: #087f5b;
}

.divBgMenu {
    width: 8px;
    height: 100%;
    float: left;
}

.divContent {
    /*overflow: hidden; Popaye pediu para gerar scroll na div de conteúdo apenas, resguardando footer e top*/
    overflow-x: hidden;
    overflow-y: auto;
}

/*#################### Fim corpo sistema ####################*/

/*#################### Inicio modal ####################*/

.divModal {
    display: none;
    position: fixed;
    left: 5px;
    top: 5px;
    background-color: black !important;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 12000 !important;
}

.modalDock {
    z-index: 130000 !important;
}

.divDock {
    z-index: 12001;
}

TABLE.hiddenFrv, TABLE.hiddenFrv > TBODY, TABLE.hiddenFrv > TBODY > TR, TABLE.hiddenFrv > TBODY > TR > TD {
    overflow: visible;
    display: inline;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/*  TESTES */

.reContentCell iframe {
    background-color: White !important;
}

/* Formata valores padrões*/
.formatStandard {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.LargeCheckBox label {
    display: inline-block;
    padding-top: 1px;
    vertical-align: top;
    width: 200px;
}

.LargeCheckBox input {
    margin-bottom: 5px;
    margin-right: 5px;
}

.divFormatted .rcbArrowCell a, .divFormatted .rcbInputCell, .divFormatted .rcbArrowCell {
    height: 17px !important;
    border-color: #BBB !important;
}

.divFormatted .rcbInput {
    padding: 0px !important;
    background-color: transparent !important;
    line-height: 17px !important;
}

.rcbList li {
    border-width: 1px 0px !important;
}

.divFormatted table[disabled] .rcbInputCell, .divFormatted table[disabled] .rcbArrowCell {
    border-color: #E6E6E6 !important;
}

.divFormatted table[disabled] .rcbInput {
    color: #AAA !important;
}

/*-----RadInput-----*/
/*----RadDatePicker----*/

.RadCalendarPopup .rcTitle {
    text-transform: capitalize;
}

.RadCalendar_Metro .rcRow th {
    color: #FBB03B !important;
}

.divFormatted .rgCurrentPage {
    border-color: #326 !important;
}

.divFormatted .rgFilterRow > td {
    padding: 3px 38px 0px 3px !important;
    position: relative;
}

.divFormatted .rgFilterRow .riSingle, .divFormatted .rgFilterBox {
    width: 100% !important;
}

    .divFormatted .rgFilterBox, .divFormatted .rgFilterRow .riSingle .riTextBox {
        height: 20px !important;
        margin: 0px 0px 3px 0px !important;
        padding: 0px 5px !important;
        border: 1px solid #BBB !important;
    }

.RadInput_Calendar .riTextBox {
    margin-top: -2px;
}

.divFormatted .rgFilter {
    position: absolute;
}

/**********************************************************************/

/*#################### Inicio ajustes genéricos ####################*/

body a img {
    border: 0px;
}

* {
    outline-style: none;
}

/*#################### Fim ajustes genéricos ####################*/

/*#################### Início Divs de Página ####################*/
.overflowGrid {
    overflow-x: scroll;
    margin: 0px -5px;
}

    .overflowGrid .RadGrid {
        height: auto !important;
    }

        .overflowGrid .RadGrid .rgDataDiv {
            height: auto !important;
        }

/*#################### Fim Divs de Página ####################*/

/*#################### Início Botões ####################*/

/*----- Botões pequenos (Botoes de campos do form e da Grid) -----*/

.divFormatted .rcCalPopup.rcDisabled, .divFormatted .rcCalPopup.rcDisabled:hover, /*--RadDatePicker--*/
.divFormatted .lovOpenButton[disabled], .divFormatted .lovOpenButton[disabled]:hover, /*--Lov--*/
.RadGrid .rgRow .btnGrid[disabled], .RadGrid .rgAltRow .btnGrid[disabled] /*--Botoes da Grid--*/ {
    cursor: default !important;
}

.divFormatted a.rcCalPopup:hover, .divFormatted a.rcCalPopup:focus, /*--RadDatePicker--*/
.RadGrid .rgRow .btnGrid:hover, .RadGrid .rgAltRow .btnGrid:hover, .RadGrid .rgRow .btnGrid:focus, .RadGrid .rgAltRow .btnGrid:focus, /*--Botoes da Grid--*/
.RadGrid .rgFilter:hover, .RadGrid .rgFilter:hover /*--Filtro da Grid--*/ {
    border-color: #C80;
}

/*#################### Fim Botões ####################*/

/*#################### Início Campos do Form ####################*/

.divFormatted .formTable, .divFormatted .formTableFull {
    border-collapse: collapse;
}

.divFormatted .formTableFull {
    width: 100%;
}

    .divFormatted .formTable .formGridContent, .divFormatted .formTableFull .formGridContent {
        width: 50%;
        padding-left: 0px;
    }

    .divFormatted .formTable > tbody > tr > td, .divFormatted .formTableFull > tbody > tr > td {
        vertical-align: top;
        border: 0px none;
        padding: 0px 0px 0px 5px;
    }

        .divFormatted .formTable > tbody > tr > td:first-child, .divFormatted .formTableFull > tbody > tr > td:first-child {
            padding: 0px;
        }

.divFormatted label, .divFormatted .labelNCB {
    width: 106px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 1px;
    height: 14px;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid transparent;
}
.rbDrop label
{
    text-align: left;
    margin-left: 5px;
}

.divFormatted .labelNCB {
    margin-right: 3px;
}

input[type="text"], .RadInput {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.divFormatted input[type=checkbox] {
    padding: 0px !important;
    border: 0px none !important;
    margin: 0px 0px 1px 0px !important;
}

.divFormatted textarea {
    height: 100px;
    text-align: left !important;
}

    .divFormatted input[type=text]:hover, .divFormatted select:hover, .divFormatted textarea:hover, .divFormatted .riTextBox.riHovered {
        border-color: #999 !important;
    }

.gridBorder {
    padding: 0px 4px 4px 4px;
}

    .gridBorder .RadGrid, .RadTreeView {
        border: 1px solid #BBB !important;
        margin-top: 0px !important;
    }

.RadTreeView {
    border: 1px solid #BBB !important;
}

.labels50px label, .labels50px .labelNCB {
    width: 50px;
}

.labels80px label, .labels80px .labelNCB {
    width: 80px;
}

.labels100px label, .labels100px .labelNCB {
    width: 100px !important;
}

.labels115px label, .labels115px .labelNCB {
    width: 115px;
}

/*------------TELERIK FIXES----------------*/
/*-----RadComboBox------*/
.divFormatted .RadComboBox {
    height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.RadGrid .RadComboBox {
    margin: 0px !important;
}

.divFormatted .rcbArrowCell a, .divFormatted .rcbInputCell, .divFormatted .rcbArrowCell {
    height: 17px !important;
    border-color: #BBB !important;
}

.divFormatted .rcbInput {
    padding: 0px !important;
    line-height: 17px !important;
}

.rcbList li {
    border-width: 1px 0px !important;
}

.divFormatted .rcbHovered .rcbInputCell, .divFormatted .rcbHovered .rcbArrowCell {
    border-color: #999 !important;
}

.divFormatted table[disabled] .rcbInputCell, .divFormatted table[disabled] .rcbArrowCell {
    border-color: #E6E6E6 !important;
}

.divFormatted table[disabled] .rcbInput {
    color: #AAA !important;
}
/*#################### Fim Campos do Form ####################*/

.divFormatted .RadUpload {
    position: relative;
}

    .divFormatted .RadUpload > li {
        list-style: none;
    }

.divFormatted .ruInputs {
    overflow-y: auto !important;
    height: 130px;
    border: 1px dashed #000
}

    .divFormatted .ruInputs li {
        height: 20px;
        border-bottom: 1px dashed #BBB;
        margin: 3px 3px 0px 3px !important;
    }

.divFormatted .ruBrowseContent {
    position: absolute !important;
    top: 135px;
    right: 0px;
    height: 40px !important;
    margin-right: 73px;
}

.divFormatted .ruBrowse {
    background-position: center -330px !important;
    color: #FBB03B !important;
    text-indent: -9999px !important;
}

.divFormatted .ruCancel, .divFormatted .ruRemove {
    width: 20px !important;
    height: 20px !important;
    text-indent: -9999px;
    padding: 0px;
    margin-left: 5px;
    background: url(Img/delete_red.png) no-repeat !important;
    float: right !important;
}

.divFormatted .ruRemove {
    background-position: 0px 0px !important;
}

.divFormatted .ruCancel {
    background-position: -160px 0px !important;
}

.divFormatted .ruInputs .ruFileInput, .divFormatted .ruInputs .hide {
    display: none;
}

.divFormatted .uploadBtnIE {
    border: 0px none !important;
}

    .divFormatted .uploadBtnIE .ruFileWrap {
        height: 45px;
        float: right;
    }

    .divFormatted .uploadBtnIE .ruObject {
        height: 45px !important;
    }

.divFormatted input[type="submit"], .divFormatted input[type="button"] {
    background-color: transparent;
    border: medium none !important;
    border-radius: 3px 3px 3px 3px;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    height: 16px;
}

.divFormatted .RadGrid input[type="submit"], .divFormatted input[type="button"] {
}

.inpCheckBox {
    font-size: 12px !important;
}

.RadGrid .rgHeader, .RadGrid .rgRow > td, .RadGrid .rgAltRow > td {
    padding: 1px 1px !important;
    margin: 0px !important;
}

.RadGrid .rgRowBlack > td {
    font-weight: bold;
}

.RadGrid div.rgDataDiv {
    padding-bottom: 0px;
}

.RadPicker_Calendar td.rcInputCell {
    vertical-align: top !important;
}

.divLoadBlocker {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: transparent !important;
    z-index: 999998 !important;
}

.divLoad {
    width: 200px;
    height: 100px;
    background-position: center;
    z-index: 999999 !important;
}

/* ################## Stretch de tela ################# */

.divValidators {
    position: relative;
}

/* ################## Radio Button da tela de Cobrança/Rem. Banc/Filtros(FCO001_027) ################# */
.RadioButtonListDefaultContractType td:first-child label {
    width: 50px !important;
}

.RadioButtonListDefaultContractType label {
    width: 150px !important;
}

.RadioButtonListDefaultContractType input {
    margin-right: 5px !important;
}

/* ################## Radio Button da tela de Tesouraria - Efetivação/Pagamento(FTE001_016) - Tipo Titularidade ################# */
.rblOwnershipType label {
    width: 145px !important;
    margin-right: 10px;
    text-align: left !important;
}

/* ################## LegendPanel ################## */
.legendPanel {
    position: relative;
    padding-left: 2px;
}

    .legendPanel > span {
        z-index: 1;
    }

    .legendPanel .lp-title {
        padding: 3px;
        background-color: white;
        background-color: var(--secundary-color);
        color: var(--contrast-color);
        display: block;
        height: 15px;
    }

        .legendPanel .lp-title > div {
            position: relative;
            padding-left: 2px;
        }

            .legendPanel .lp-title > div:last-child {
                right: 0px;
            }

    .legendPanel .lp-popup {
        border: 1px solid var(--main-color);
        background-color: white;
        display: inline-block;
        position: fixed;
        left: 0px;
        top: 12px;
        z-index: 666;
    }

    .legendPanel .lp-content, .systemNotificationModalContent {
        background-color: white !important;
    }

        .legendPanel .lp-content * {
            border: none !important;
        }

.systemNotificationModalContent {
    min-height: 60px;
    padding: 5px;
}

.theCloseButton {
    position: relative;
    background: url(img/bt_mini_fechar.png) 0px 0px !important;
    width: 20px !important;
    height: 20px !important;
    float: right;
    border-style: none !important;
    margin: -15px 3px 0px 0px !important;
    padding: 0px;
    cursor: pointer;
}

.notification {
    float: left;
    margin-left: 13px;
}

    .notification .notificationText {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        margin-left: 14px;
        margin-top: 3px;
        vertical-align: top;
        font-size: 16px;
    }

    .notification .imageNot {
        position: absolute;
        z-index: 1;
    }

    .notification .boxShadow {
        background-color: transparent;
        display: inline-block;
        height: 15px;
        left: 3px;
        position: absolute;
        top: 2px;
        width: 25px;
        z-index: 0;
    }

    .notification .imageNotAnimate {
        box-shadow: 2px 1px 6px red;
    }

    .notification .container {
        background-color: white;
        border: 2px solid #9AA7D3;
        height: 470px;
        margin: 0 !important;
        width: 400px;
        z-index: 20000;
        display: none;
    }

.NotificationContainer {
    background-color: transparent;
    height: fit-content;
    max-height: 385px;
    margin: 0 !important;
    width: 400px;
    z-index: 20000;
    position: fixed;
    display: none;
}

.NotificationHeader {
    background-color: #D0E6E1;
    border-bottom: 1px solid #9AA7D3;
    border-radius: 10px 10px 0 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    cursor: move;
}

.NotificationBackGround {
    background-color: black !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000 !important;
}

.NotificationCloseButton:hover {
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.NotificationCloseButton {
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 1px;
    cursor: pointer;
}

.NotificationHeaderText {
    color: #38675D;
    float: left;
    margin: 3px;
    text-shadow: 2px 2px 2px white;
    font-weight: bolder;
    font-family: Arial;
    font-size: 18px;
}

.divNotificationContent {
    background-color: white;
    margin: 0 !important;
    width: 100%;
    height: 99%;
    overflow: auto;
    float: left;
    padding-top: 5px;
}

.NotificationViewerRow {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    width: 369px;
    background-color: White;
    height: 100% !important;
}

.NotificationFooter {
    background-color: white;
    float: left;
    height: 0px;
    width: 100%;
}

.NotificationViewerRowLine {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
    border-style: dashed none none;
}

#LastRepeaterItem {
    border-style: none !important;
}

.LoadingBlocker {
    display: none !important;
}

.NotificationMessageText {
    display: block;
    margin-bottom: auto;
    padding-left: 10px;
    padding-top: 5px;
    float: left;
}

.NotificationHeader input {
    cursor: pointer;
}

.NotificationFooterLoading {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: block;
}

.NotificationFooterLoadingImg {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.notificationContainerTable {
    border: 2px solid var(--secundary-color);
}

.notification .displayArea {
    cursor: pointer;
    position: relative;
    width: 25px;
    visibility: hidden;
    display: none;
}

.notification .show {
    visibility: visible !important;
    display: inline-block !important;
}

.NotificationNoItemsFoundDiv {
    width: 390px;
    font-size: 13px;
    font-weight: bolder;
}

.divFormatted input[type="button"].btnGoogleMaps {
    background-image: url(img/bt_gmaps.png) !important;
    width: 98px;
    height: 22px !important;
    position: relative;
    bottom: -5px;
    border: 1px solid #CCC !important;
}

.divFormatted input[type="button"].btnGoogleMaps {
    background-image: url(img/bt_gmaps.png) !important;
    width: 98px;
    height: 22px !important;
    border: 1px solid #CCC !important;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.divFormatted input[type="button"].btnGoogleMapsTrad {
    bottom: 0px !important;
    top: -6px !important;
    vertical-align: bottom;
    margin-bottom: 0px;
}

.divFormatted input[type="button"].btnGoogleMaps:hover {
    border-collapse: separate;
    box-shadow: #777 0 0 8px;
    -webkit-box-shadow: #777 0 0 8px;
    -moz-box-shadow: #777 0 0 8px;
}

.radEditor {
    min-height: 0px !important;
}

    .radEditor iframe {
        height: 100% !important;
    }

.customConfigurationLink img {
    margin-top: -12px !important;
}

.customConfigurationLink span {
    display: inline-block !important;
    margin-left: 15px !important;
    vertical-align: top;
    float: none;
    padding-left: 40px !important;
    padding-top: 4px !important;
}
/* Título do grupo */
.titleGroup {
    color: #0D5C5C;
    font-weight: bold;
}

.hrGroupSeparator {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 98%;
    border: 1px solid rgb(89, 178, 178);
}

.textElipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

.executedItem, .notExecutedItem {
    margin: 5px;
}

    .executedItem > span, .notExecutedItem > span {
        vertical-align: super;
    }

.executedItem {
    list-style-image: url(img/check_min.png);
}

.notExecutedItem {
    list-style-image: url(img/cause_blocking.png);
}

.redValue {
    color: #ff0000;
}

.greenValue {
    color: Green;
}

.btnSingleConsult {
    background-image: url(img/bt_verde.png) !important;
    width: 102px !important;
    border: 0px none !important;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 16px !important;
    margin-bottom: 1px;
    min-height: 16px !important;
}

    .btnSingleConsult[disabled] {
        background-image: url(img/bt_cinza.png) !important;
        color: #fff !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        width: 102px !important;
    }

    .btnSingleConsult .rbPrimaryIcon {
        margin-top: -3px;
        width: 102px;
        background-image: url(img/cons_avulsa.png);
    }

    .btnSingleConsult[disabled] .rbPrimaryIcon {
        margin-top: -3px;
        width: 102px;
        background-image: url(img/cons_avulsa_enabled.png) !important;
    }

    .btnSingleConsult:hover {
        border-collapse: separate;
        box-shadow: green 0 0 8px;
        -webkit-box-shadow: green 0 0 8px;
        -moz-box-shadow: green 0 0 8px;
    }

.btnConsultaRF {
    background-image: url(../Default/Img/bt_receita_federal.png);
    width: 23px !important;
}

    .btnConsultaRF[disabled] {
        background: url(../Default/Img/bt_receita_federal_disabled.png);
        width: 23px !important;
    }

.btnMonitorNote {
    background-image: url(img/bt_verde.png) !important;
    width: 102px !important;
    border: 0px none !important;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 16px !important;
    margin-bottom: 1px;
    min-height: 16px !important;
}

    .btnMonitorNote[disabled] {
        background-image: url(img/bt_cinza.png) !important;
        color: #fff !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        width: 102px !important;
    }

    .btnMonitorNote .rbPrimaryIcon {
        margin-top: -3px;
        width: 102px;
        background-image: url(img/monit_nota.png);
    }

    .btnMonitorNote[disabled] .rbPrimaryIcon {
        margin-top: -3px;
        width: 102px;
        background-image: url(img/monit_nota_enabled.png) !important;
    }

    .btnMonitorNote:hover {
        border-collapse: separate;
        box-shadow: green 0 0 8px;
        -webkit-box-shadow: green 0 0 8px;
        -moz-box-shadow: green 0 0 8px;
    }

/* ################## Radio Button da tela de Rotinas por email/Monitoramento Carteira ################# */
.RadioButtonListDefaultLiqVencType label {
    width: 200px !important;
}

.hidden {
    display: none !important;
}

input[type="button"].btnAddContaContabil {
    width: 16px;
    height: 16px !important;
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../Default/Img/add_green.png);
    position: relative;
    top: 4px;
}

input[type="button"].btnLovContaContabilControl {
    width: 16px;
    height: 16px !important;
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../Default/Img/lov.png);
    position: relative;
    top: 4px;
}

input[type="button"].btnRedirectFornecedor {
    width: 16px;
    height: 16px !important;
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../Default/Img/database_form.gif);
    position: relative;
    top: 4px;
}

.paragrafo-lei {
    text-align: justify;
    font-style: italic;
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.btnCertificaSecundary {
    background-size: 45px;
    width: 45px;
    height: 30px;
    top: 1px;
}

.btnCertificaButton {
    width: 60px;
}
.labelDrop label {
    vertical-align: unset !important;
}
.labelDrop .btnDescWnd {
    position: fixed;
    height: 16px !important;
}
@media (max-height: 512px) and (max-width: 768px) {
    .divExternalContent {
        width: fit-content !important;
    }

    .divContent {
        overflow-x: scroll !important;
    }

    .fne001_067_gridConsulta {
        max-width: 1087px;
    }
}

.accordion {
}

/* Margens gerais de todos os lados */
.accordion-mg-8 {
    margin: 8px;
}

.accordion-mg-12 {
    margin: 12px;
}

.accordion-mg-16 {
    margin: 16px;
}

/* Margens somente em cima e embaixo */
.accordion-mg-up-down-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.accordion-mg-up-down-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.accordion-mg-up-down-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.accordion-mg-left-right-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.accordion-mg-left-right-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.accordion-mg-left-right-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.accordion-header {
    padding: 3px 9px;
    background-color: #f8f8f8;
    border-right: 1px solid rgb(5, 5, 5, 0.2);
    border-left: 1px solid rgb(5, 5, 5, 0.2);
    border-bottom: 1px solid rgb(5, 5, 5, 0.2);
    cursor: pointer;
    display: flex;
}

/* Coloca borda redonda superior no header do primeiro item */
.accordion .accordion-item:first-child .accordion-header {
    border-radius: 6px 6px 0 0;
    border-top: 1px solid rgb(5, 5, 5, 0.2);
}

/* Coloca borda redonda inferior no header do último item, quando ele está fechado */
.accordion
.accordion-item:last-child:has(.accordion-content-closed)
.accordion-header {
    border-radius: 0 0 6px 6px;
}

/* Coloca borda redonda superior e inferior no header quando tem apenas um item */
.accordion
.accordion-item:only-child:has(.accordion-content-closed)
.accordion-header {
    border-radius: 6px 6px 6px 6px;
}

.accordion .accordion-arrow {
    display: block;
    width: 15px;
    height: 12px;
    margin-right: 3px;
}

.accordion-arrow-opened {
    background-image: url(../Default/Img/up-long-solid.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-arrow-closed {
    background-image: url(../Default/Img/down-long-solid.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #212529 !important;
}

.accordion-content {
    /* padding: 8px; */
    display: block;
    background-color: #ffffff;
    border-right: 1px solid rgb(5, 5, 5, 0.2);
    border-left: 1px solid rgb(5, 5, 5, 0.2);
    border-bottom: 1px solid rgb(5, 5, 5, 0.2);
}

.accordion-content-p-8 {
    padding: 8px;
}

.accordion-content-p-12 {
    padding: 12px;
}

.accordion-content-p-16 {
    padding: 16px;
}

/* Coloca borda redonda inferior no content do último item, quando ele está aberto */
.accordion
.accordion-item:last-child:not(:has(.accordion-content-closed))
.accordion-content {
    border-radius: 0 0 6px 6px;
}

/* Mostra o content */
.accordion-content-closed {
    display: none;
}

.transparentBackground {
    background-color: transparent !important;
}

.columnPaddingBetweenSpan span {
    padding-right: 7px;
    float: none !important;
}

.marginAuto {
    margin: auto !important;
}

.redColor {
    color: red !important;
}
.align-text-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom-dataPicker {
    vertical-align: bottom !important;
    width: fit-content !important;
}
@media (max-width: 768px) {
    .main-body {
        transform: scale(0.4);
        transform-origin: top left;
        width: 250%;
        height: 250%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    .divContent {
        height: 97% !important;
    }
    .RadGrid div.rgDataDiv 
    {
        overflow-x: auto !important;
    }
}

/*
    ====================================
    Botão de Descrição (Notinha com o +)
    ====================================
*/

.btn-description-window {
    background-image: url(../../App_Themes/Default/Img/new_desc.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 16px;
    aspect-ratio: 1 / 1; 
    cursor: pointer;
    border: unset;
}

/*
    =================================================
    Quebra de linha para colunas que precisam na grid
    =================================================
*/

.column-word-wrap, .column-word-wrap > * {
    word-wrap: break-word !important;
    white-space: normal !important;
}

/*
    ========================================
    Classes para formulário dinâmicos em tela
    ========================================
*/

.FCT004-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}