A:link {
    COLOR: black;
    TEXT-DECORATION: none
}

A:visited {
    COLOR: black;
    TEXT-DECORATION: none
}

A:hover {
    COLOR: #f00;
    TEXT-DECORATION: none
}

A.TblTop:link {
    COLOR: white
}

A.TblTop:visited {
    COLOR: white
}

A.TblTop:hover {
    COLOR: blue
}

A.MenuTopItem:link {
    COLOR: white
}

A.MenuTopItem:visited {
    COLOR: white
}

A.MenuTopItem:hover {
    COLOR: #f00
}

A.TBL:link {
    COLOR: blue
}

A.TBL:visited {
    COLOR: blue
}

A.TBL:hover {
    COLOR: red
}

A.TBLBold:link {
    FONT-WEIGHT: bold;
    COLOR: blue
}

A.TBLBold:visited {
    FONT-WEIGHT: bold;
    COLOR: blue
}

A.TBLBold:hover {
    FONT-WEIGHT: bold;
    COLOR: red
}

A.TBL2:link {
    COLOR: yellow
}

A.TBL2:visited {
    COLOR: yellow
}

A.TBL2:hover {
    COLOR: red
}

.TITULO {
    FONT-SIZE: 15pt;
    FONT-FAMILY: arial
}

BODY {
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    FONT-FAMILY: arial
}

TABLE {
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    FONT-FAMILY: arial
}

TR {
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    FONT-FAMILY: arial
}

TD {
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    FONT-FAMILY: arial
}

FIELDSET {
    BORDER-RIGHT: #daa520 1px solid;
    BORDER-TOP: #daa520 1px solid;
    PADDING-LEFT: 5px;
    BORDER-LEFT: #daa520 1px solid;
    BORDER-BOTTOM: #daa520 1px solid
}

LEGEND {
    FONT-WEIGHT: bold;
    COLOR: darkblue
}

INPUT {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}

    INPUT.btn {
        BORDER-RIGHT: white 1px solid;
        BORDER-TOP: white 1px solid;
        FONT-WEIGHT: bold;
        BACKGROUND: #0080ff;
        BORDER-LEFT: white 1px solid;
        COLOR: white;
        BORDER-BOTTOM: white 1px solid
    }

    INPUT.choose {
        BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BORDER-LEFT: 0px;
        BORDER-BOTTOM: 0px
    }

    INPUT[type='checkbox'] {
        BORDER-RIGHT: white 0px;
        PADDING-RIGHT: 0px;
        BORDER-TOP: white 0px;
        PADDING-LEFT: 0px;
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        BORDER-LEFT: white 0px;
        PADDING-TOP: 0px;
        BORDER-BOTTOM: white 0px;
        BACKGROUND-COLOR: white
    }

LI {
    WIDTH: 320px;
    COLOR: #f00;
    LIST-STYLE-TYPE: square;
    HEIGHT: 2px
}

SELECT {
    BORDER-BOTTOM: black 1px solid
}

.Header {
    LEFT: 0px;
    WIDTH: 778px;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 81px;
    BACKGROUND-COLOR: #e0e0e0
}

.MenuTop {
    LEFT: 0px;
    WIDTH: 778px;
    POSITION: absolute;
    TOP: 79px;
    HEIGHT: 16px;
    BACKGROUND-COLOR: #daa520;
    padding-top: 3px;
}

.MenuLeft {
    PADDING-LEFT: 5px;
    WIDTH: 155px;
    COLOR: black;
    POSITION: absolute;
    HEIGHT: 13pt;
    BACKGROUND-COLOR: #e0e0e0
}

.MenuLeftBullet {
    PADDING-LEFT: 5px;
    WIDTH: 155px;
    POSITION: absolute;
    HEIGHT: 13pt;
    BACKGROUND-COLOR: #daa520
}

.Banner {
    LEFT: 200px;
    WIDTH: 436px;
    POSITION: absolute;
    TOP: 10px;
    HEIGHT: 60px
}

.Label {
    FONT-SIZE: 11pt;
    FONT-FAMILY: arial
}

.TblHead {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    BACKGROUND: #daa520;
    COLOR: white
}

.TblData {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px
}

.TblDataColor {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BACKGROUND: #eef
}

.Passos {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black
}

.MenuSpanLf {
    LEFT: 15px;
    WIDTH: 155px;
    POSITION: absolute;
    TOP: 98px;
    HEIGHT: 580px;
    BACKGROUND-COLOR: #e0e0e0
}

.MenuSpanRg {
    LEFT: 0px;
    WIDTH: 15px;
    POSITION: absolute;
    TOP: 98px;
    HEIGHT: 580px;
    BACKGROUND-COLOR: #daa520
}

.Mensagem {
    FONT-WEIGHT: bold;
    COLOR: black
}

.TableTitle {
    FONT-WEIGHT: bold;
    COLOR: darkblue
}

.HiChat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
}

.modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 0.01;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255, 0, 0, 0.4);
    <!-- background: rgba(58, 57, 57, 0.8); -->
}

.fade.in {
    opacity: 0.01;
}

.visibleDiv {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 1;
    border-width: 1px;
}

.visibleDivChat {
    display: block !important;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 990px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 1;
}

.visibleDivParm {
    display: block !important;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 990px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 1;
}

.visibleDivParmChatMin {
    display: block !important;
    position: fixed;
    top: 500px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 1;
}


.visibleDivParmIncioChat {
    display: block !important;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;
    opacity: 1;
}

.divChat {
    height: 350px;
    width: 325px;
}

.divChat2 {
    height: 455px !important;
    width: 325px;
}


.divParm {
    height: 350px;
    width: 325px;
}

.divParmIni {
    height: 78px;
    width: 74px;
    border: 0px;
}

.active_chat {
    height: 330px;
    width: 325px;
}

.divParmMin {
    height: 47px;
    width: 325px;
}

.divParm2 {
    height: 455px !important;
    width: 325px;
}

.divParm3 {
    height: 346px;
    width: 325px;
}

.divParm2Chat {
    height: 468px !important;
    width: 325px;
}

.divParm3Chat {
    height: 480px !important;
    width: 325px;
}

.divParmpesqChat {
    width: 325px;
}

.unvisibleDiv {
    display: none !important;
}

.visibleImgDiv {
    display: block !important;
}


.popupParm {
    position: absolute;
    top: 25%;
    left: 25%;
    height: 366px !important;
    width: 630px;
    background-color: white;
    border-width: 1px;
}

.popup {
    position: absolute;
    top: 25%;
    left: 25%;
    border: 1px solid black;
    height: 366px !important;
    width: 630px;
    background-color: white;
    border-width: 1px;
}

.popupParmChat {
    right: 0px;
    position: fixed;
    background-color: transparent;
    border-width: 1px;
    bottom: 0px;
}

.genesys-mxg-responsive {
    right: 0px !important;
    bottom: 0px !important;
}

.popupChat {
    position: absolute;
    background-color: white;
}

.redXParm {
    background: #ff3b00;
    color: #fff;
    font-weight: bold;
    margin-left: 798px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.redX {
    background: #ff3b00;
    color: #fff;
    font-weight: bold;
    margin-left: 622px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.linkTexto {
    background-color: transparent;
    border: none;
    color: blue;
    font-size: 8pt;
    padding: 0px 0px;
    text-align: center;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
}

    .linkTexto:hover {
        color: red;
    }
/*Inicio do estilo de faturamento*/

.fatura-situacao-span {
    border-radius: 15px;
    padding: 20px;
    height: 15px;
}

.span-situacao-amarelo {
    background: #fff9eb;
    display: inline;
    padding: 1em 1em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ebb12a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.span-situacao-verde {
    background: #ebffeb;
    display: inline;
    padding: 1em 1em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #14b514;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.span-situacao-azul {
    background: #ebfffe;
    display: inline;
    padding: 1em 1em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #00c1b9;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.btt-nf {
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 15px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

    .btt-nf img {
        height: 15px;
        margin-right: 2px;
        margin-left: 5px;
    }

.btt-pedido {
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 15px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

    .btt-pedido img {
        height: 10px;
        margin-right: 2px;
        margin-left: 5px;
    }

.tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 220px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        bottom: 120%;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip img {
        height: 15px;
        margin-right: 2px;
        margin-left: 5px;
    }


    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltipInput .tooltiptext {
    bottom: 120%;
    left: 100%;
}

.tb-head-faturas {
    height: 50px;
}

#rowsFaturas td {
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
}

.td-pq {
    width: 100px;
    text-align: left;
    padding-left: 5px;
}

.td-md {
    width: 150px;
    text-align: center;
}

.td-gd {
    width: 300px;
    text-align: center;
}

.tblhead.td-pq {
    text-align: left;
}

.tblhead.td-md {
    text-align: center;
}

.tblhead.td-gd {
    text-align: center;
}

.bt-boleto {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

    .bt-boleto img {
        height: 20px;
        margin-right: 2px;
        margin-left: 5px;
    }

#loading {
    background: url('../images/loading5.gif') no-repeat center center white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    opacity: 70%;
    display: none;
}

    #loading span {
        position: relative;
        top: 55%;
        left: 46%;
    }

#FilialFatura {
    background-image: url("../images/lupa.jpg");
    background-repeat: no-repeat;
    text-align: left;
    background-position: right;
    background-origin: content-box;
    padding: 5px;
    cursor: pointer;
    min-width: 500px;
}

#tableFilial img {
    width: 20px;
    cursor: pointer;
}

#rowsFiliais tr {
    cursor: pointer;
}

    #rowsFiliais tr:hover {
        background-color: gray;
    }

dialog {
    width: 600px;
    border: none;
    text-align: center;
}

    dialog input {
        width: 300px;
        padding: 5px;
        margin: 0 0 5px 0;
        border-radius: 5px;
    }

.bttCloseDialog {
    display: flex;
    justify-content: flex-end;
}

    .bttCloseDialog img {
        cursor: pointer;
    }

#dialogDetalheFatura {
    width: 60%;
}

#tbCabecalhoDetalheFatura input {
    padding: 0px 10px 20px 10px;
    cursor: unset;
    border: none;
}

#tbCabecalhoDetalheFatura p {
    margin: 5px 5px 10px 0px;
    color: gray;
    font-size: initial;
}

#tbCabecalhoDetalheFatura input:focus {
    outline: none;
}

.tbFiltro td {
    padding-right: 20px;
}

.tbFiltro p {
    margin-bottom: 5px;
}