﻿
table .gridrowInativo {
    text-decoration: line-through;
}

.paginacaoAtiva {
}

.paginacaoInativa {
    display: none;
}

.registro-paginacao {
    float: left;
}

.desc {
    background-image: url("../../Imagens/Sistema/desc.gif");
}

.asc {
    background-image: url("../../Imagens/Sistema/asc.gif");
}

.hidden-phone {
    display: block !important;
}

.asc, .desc {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    width: 21px;
    height: 4px;
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
}

input[type=text] {
    border-radius: 3px;
    moz-border-radius: 3px;
    ms-border-radius: 3px;
    o-border-radius: 3px;
    webkit-border-radius: 3px;
}

.icheckbox_flat-aero {
    float: left;
    margin-right: 10px;
}

.documentos-inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.documentos-inputs select,
.documentos-inputs input {
    font-size: 10px;
}

.documentos-inputs select,
.documentos-inputs input {
    flex-shrink: 0; 
    min-width: 130px; 
    width: auto;
    font-size: 9px;
    padding-right: 20px; 
}

.checkbox-pad {
    padding-top: 25px;
}

textarea {
    height: 100px;
    max-width: 100%;
}

form input {
    width: 100%;
}

a {
    color: #135277;
}

    a:hover {
        color: #135277;
    }

[disabled], [readonly], [disabled]:hover, [readonly]:hover {
    background: #e4e4e4 !important;
    border: 1px solid #d4d4d4 !important;
    box-shadow: inset 0 1px 2px #e4e4e4 !important;
    color: #505050 !important;
    moz-box-shadow: inset 0 1px 2px #e4e4e4 !important;
    webkit-box-shadow: inset 0 1px 2px #e4e4e4 !important;
}

.disabledMenuLink.btn {
    color: #505050 !important;
    cursor: not-allowed;
    background-color: #FCFCFC !important;
    border: 1px solid #b5b7c3 !important;
    text-decoration: line-through;
}

    .disabledMenuLink.btn:hover {
        color: #505050 !important;
        cursor: not-allowed;
        background-color: #FCFCFC !important;
        border: 1px solid #b5b7c3 !important;
        text-decoration: line-through !important;
    }

a.disabledMenuLink {
    color: #B4B4B4 !important;
    cursor: not-allowed;
    background-color: #FCFCFC !important;
    border: none !important;
    text-decoration: line-through;
    moz-box-shadow: none important;
    webkit-box-shadow: none important;
    box-shadow: none !important;
}

    a.disabledMenuLink:hover {
        color: #B4B4B4 !important;
        cursor: not-allowed;
        background-color: #FCFCFC !important;
        border: none !important;
        text-decoration: line-through !important;
        moz-box-shadow: none important;
        webkit-box-shadow: none important;
        box-shadow: none !important;
    }


.obrigatorio {
    color: #b41c1c;
}

.campo-obrigatorio {
    border: 1px solid #b41c1c !important;
}

.mensagem-obrigatorio {
    color: #b41c1c;
    font-size: 11px;
    font-style: italic;
}

.editor-label {
    display: inline-block;
}

.editor-campo {
    display: flex;
}

.lembrete-obrigatorio {
    color: #e80c4d;
}

.field-validation-error, .validation {
    color: #b41c1c;
    font-size: 11px;
    font-style: italic;
    position: relative;
    top: -10px;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    border: 1px solid #b41c1c !important;
}

input.input-validation-error:focus, input.validation:focus {
    border: 1px solid #b41c1c;
    box-shadow: inset 0 1px 1px rgba(200,0,0,.075),0 0 8px rgba(200,0,0,.6);
    moz-box-shadow: inset 0 1px 1px rgba(200,0,0,.075),0 0 8px rgba(200,0,0,.6);
    webkit-box-shadow: inset 0 1px 1px rgba(200,0,0,.075),0 0 8px rgba(200,0,0,.6);
}

input[type=checkbox].input-validation-error {
    border: 0 none;
}

.tipo-pessoa {
    width: 10% !important;
}

.divTgPessoa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

.alignCheckBox {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

    .alignCheckBox label {
        width: 25%;
        margin: 0px;
    }

.pagamentoInputAlign {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

    .pagamentoInputAlign label {
        margin: 0px;
        margin-top: 10px;
    }

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: 700;
}

.validation-summary-valid, .invisivel {
    display: none !important;
}

.f4-modal-body .f4-modal-filtros .f4-modal-aguarde {
    margin: 0 0 10px;
    text-align: center;
}

    .f4-modal-body .f4-modal-filtros .f4-modal-aguarde span {
        display: block;
    }

.f4-modal-body .f4-modal-filtros .f4-modal-botoes {
    text-align: center;
}

.f4-modal-body .f4-modal-filtros input[type=button] {
    margin: 0 0 10px;
    width: 30% !important;
}

.f4-modal-body table tbody tr {
    cursor: pointer;
}

.f4-modal-footer {
    text-align: left;
}

    .f4-modal-footer select {
        margin: 0;
        width: 70% !important;
    }

    .f4-modal-footer .btn-cancel {
        margin-top: 20px;
    }

.f4-container .f4-box .input-append {
    display: inline;
}

.f4-container .f4-box .f4-digitar {
    border-radius: 0;
    height: 30px;
    moz-border-radius: 0;
    ms-border-radius: 0;
    o-border-radius: 0;
    webkit-border-radius: 0;
    width: 30% !important;
}

.f4-container .f4-box .f4-descricao {
    height: 28px;
    margin-left: 10px;
    width: 50% !important;
}

.rascunho div {
    margin-top: 5px;
}

.main-content {
    min-height: 568px;
    padding-bottom: 40px;
}

.rascunho a, .rascunho a:hover {
    color: #78808a;
}

.footer-content {
    background-color: #11161A;
    height: 50px;
    width: 100%;
}

.aviso-javascript .alert-error {
    margin-bottom: 0;
}

.filtro .actions {
    margin-bottom: 10px;
    text-align: center;
}

.search-query {
    height: 20px !important;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #dcdfdd !important;
}

.erro-editar, .sucesso-editar {
    margin: 0;
    position: fixed;
    justify-self: center;
    text-align: center;
    width: 100%;
    z-index: 10;
}

    .erro-editar .close, .sucesso-editar .close {
        float: none;
    }

.link {
    text-decoration: underline !important;
}

    .link:hover {
        text-decoration: underline;
    }

.link-esconder-campos {
    background-color: #fbfbfb !important;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 3px 0 0 10px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 0 8px 0 16px;
    padding-left: 15px;
    position: absolute;
    webkit-border-radius: 5px;
    z-index: 99;
}

    .link-esconder-campos .link-esconder-titulo {
        margin-left: 10px;
        position: absolute;
    }

.opcional-esconder-campos {
    color: #999 !important;
    cursor: pointer;
    font-weight: 400;
}

.esconder-campos {
    border-radius: 5px;
    display: block;
    margin-top: 12px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 0 10px;
    webkit-border-radius: 5px;
}

.esconder-campos-container {
    display: block;
    padding-top: 10px;
}

.log-grade-input {
    width: 160px;
}

.font-white, .dropdown-menu .font-white {
    color: #fff !important;
}

.selecionado {
    font-weight: 700;
}

.ratings {
    list-style-type: none;
    margin: 10px 0;
}

    .ratings li {
        cursor: pointer;
        display: inline;
        margin: 0 20px 0 0;
    }

.explicacao ul {
    list-style-type: none;
    margin: 10px 0;
}

    .explicacao ul li label {
        display: inline;
    }

.explicacao textarea {
    width: 500px;
}

.feedback-container {
    margin-top: 30px;
}

.item-ajuda {
    margin: 5px 0;
}

.uppercase {
    text-transform: uppercase !important;
}

.error-box {
    margin: 120px auto 50px;
}

.rodape-tabela {
    color: #135277;
    background: #f2f3f7;
    border-bottom: 1px solid #b5b7c3;
    font-weight: bold;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjNmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f7f8fc),color-stop(100%,#f2f3f7));
    background-image: -webkit-linear-gradient(top,#f7f8fc,#f2f3f7);
    background-image: -moz-linear-gradient(top,#f7f8fc,#f2f3f7);
    background-image: -o-linear-gradient(top,#f7f8fc,#f2f3f7);
    background-image: linear-gradient(top,#f7f8fc,#f2f3f7);
}

    .rodape-tabela td {
        border-left: 1px solid #b5b7c3;
    }

/* Faixa de Registro Inativo */
.faixa-wrapper {
    width: 400px;
    height: 222px;
    overflow: hidden;
    position: absolute;
    top: 54px;
    right: 15px;
}

.faixa-inativo {
    border: 1px solid #DE7E6D;
    font: bold 19px Sans-Serif;
    color: #7D2A1C;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 112px;
    top: 70px;
    width: 400px;
    background: rgba(181, 71, 62, 0.5);
    /* IE 6/7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e)";
    -webkit-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
}


@media screen and (max-width: 435px) {
    .faixa-wrapper {
        top: 96px;
    }
}

.aviso-ambiente {
    position: fixed;
    width: 100%;
    height: auto;
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    bottom: 0;
    z-index: 9;
    background: rgb(220,26,34);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNkYzFhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjExNTFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(220,26,34,1) 15%, rgba(177,21,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(220,26,34,1)), color-stop(100%,rgba(177,21,31,1)));
    background: -webkit-linear-gradient(top, rgba(220,26,34,1) 15%,rgba(177,21,31,1) 100%);
    background: -o-linear-gradient(top, rgba(220,26,34,1) 15%,rgba(177,21,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(220,26,34,1) 15%,rgba(177,21,31,1) 100%);
    background: linear-gradient(to bottom, rgba(220,26,34,1) 15%,rgba(177,21,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1a22', endColorstr='#b1151f',GradientType=0 );
    padding: 5px 0;
}

.line1 {
    position: relative;
    float: left;
    background: #fff;
    width: 100%;
    height: 1px;
    margin-top: 5px;
}

.line2 {
    position: relative;
    float: left;
    background: #fff;
    width: 100%;
    height: 1px;
}

.span-aviso {
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
}

.espaco-aviso {
    position: relative;
    margin-top: 100px;
    height: 40px;
}

.servico-indisponivel {
    margin: 0 auto;
    max-width: 91%;
    min-width: 150px;
    padding: 10px;
}

    .servico-indisponivel .icon-warning-sign {
        font-size: 34px;
    }

    .servico-indisponivel .container-icon {
        margin: 28px 2px 0 0;
        float: left;
    }

.error-recarregar {
    color: #b41c1c;
    font-size: 11px;
    font-style: italic;
    position: relative;
}

.error-center {
    top: 34%;
    left: 0;
    right: 0;
    position: relative;
}

.modal-body .error-box {
    width: 400px;
    margin: 0 auto !important;
}

    .modal-body .error-box .message-big {
        font-size: 80px !important;
    }

    .modal-body .error-box .message-small {
        font-size: 20px !important;
    }

.container-servico-indisponivel {
    margin: 0 auto;
}

.container-gif-loading {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    z-index: 100;
}

    .container-gif-loading p {
        color: #666;
        font-size: 18px;
    }

/* Placeholders */
::-webkit-input-placeholder {
    color: #c7c7c7 !important;
}

::-moz-placeholder {
    color: #c7c7c7 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #c7c7c7 !important;
}
/* ie */
input:-moz-placeholder {
    color: #c7c7c7 !important;
}

.resetSenha input {
    width: 98.5% !important;
}

.box-login {
    float: none;
    margin: 0 auto;
}

.tgl {
    margin: 0 auto;
    width: 56%;
}

.modalID {
    float: none !important;
    margin: 0px auto !important;
    left: 0;
    right: 0;
    display: block !important;
}

.div-carregando {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #eaeaea;
    opacity: .8;
    z-index: 8;
}



#noTrespassingOuterBarG {
    height: 13px;
    width: 179px;
    border: 1px solid #666;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

.noTrespassingBarLineG {
    background-color: #666;
    float: left;
    width: 14px;
    height: 120px;
    margin-right: 24px;
    margin-top: -28px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.noTrespassingAnimationG {
    width: 236px;
    -moz-animation-name: noTrespassingAnimationG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: noTrespassingAnimationG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: noTrespassingAnimationG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: noTrespassingAnimationG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: noTrespassingAnimationG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#noTrespassingFrontBarG {
}

@-moz-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -38px
    }
}

@-webkit-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -38px
    }
}

@-ms-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -38px
    }
}

@-o-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -38px;
    }
}

@keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -38px
    }
}


.simulando {
    display: block !important;
    width: 90px !important;
    padding-top: 2px !important;
    height: 20px !important;
    top: 25px !important;
    right: 0px !important;
}

.titulo-col01 {
    display: table-row;
    width: 95%
}

.titulo-col02 {
    position: relative;
    float: left;
    width: 5%
}

.icon-custom-excel {
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    background: url(../../Imagens/glyphicons/icon-custom-excel.png);
}

.btn-icon {
    padding: 5px !important;
}

#modal-log {
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
}


    #modal-log .box {
        margin: 0;
    }

.divLogDetalhado {
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .divLogDetalhado .box {
        border: none;
    }

.btnEsperando {
    text-decoration: none;
}

.paddedSides {
    padding: 0 15px;
}

.avatar {
    font-size: 20px;
    color: #fff;
}

.news {
    margin-top: 20px;
    min-height: 0;
    margin-bottom: 15px;
}

.line {
    margin-bottom: 5px;
}

/*------------------------------------*\
    RODAPÉ
\*------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
}

/* Div que abraça o conteúdo */
.pageWrap {
    min-height: 100%;
    margin-bottom: -31px; /* Tem que ser igual a altura do rodapé */
}

    .pageWrap:after {
        content: "";
        display: block;
    }

    .rodapePlata, .pageWrap:after {
        height: 31px;
    }

.rodapePlata {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.rodapePlata-texto {
    text-align: center;
    margin: 0;
    background-color: #F4F4F4;
    padding: 5px 0;
    border: 2px solid #DFDFDF;
    border-width: 2px 0;
}

.rodapeFix {
    position: absolute;
}


/*TELA ZEUS LOG DE USUÁRIO LOGADO*/

.l-sincBtn {
    width: 50%;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}

    .l-sincBtn .btncontainer {
        float: right;
    }

.l-status--on {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: green;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

.l-status--afk {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: yellow;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

.l-status--off {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: red;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

.l-browser--chrome {
    background-image: url('../../Imagens/Icons/chrome.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.l-browser--firefox {
    background-image: url('../../Imagens/Icons/firefox.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.l-browser--opera {
    background-image: url('../../Imagens/Icons/opera.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.l-browser--safari {
    background-image: url('../../Imagens/Icons/safari.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.l-browser--edge {
    background-image: url('../../Imagens/Icons/edge.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.l-icons svg,
.l-icons i {
    font-size: 15px;
}

.legenda {
    float: left;
    margin-left: 15px;
}

    .legenda i {
        margin: 0;
        margin-top: 4px;
    }

    .legenda span {
        position: relative;
        top: -3px;
    }

.topsync {
    position: relative;
    margin-bottom: 15px;
}

    .topsync .l-sincBtn {
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        right: 0;
    }

.destaque-indisponivel {
    background-color: #ff8080;
}
/*TELA ZEUS LOG DE USUÁRIO LOGADO*/
.box-content a[target="_blank"]:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}



@media (max-width:768px) {

    .documentos-inputs {
        flex-direction: column; 
        align-items: stretch; 
        gap: 5px; 
    }

    .documentos-inputs select,
    .documentos-inputs input {
        width: 95% !important; 
        height: 35px; 
        font-size: 13px; 
    }


    /*Grade defs consulta de venda bdo parceiro - vendaview mobile*/
    #GradeParceiroIngresso thead {
        display: none;
    }

    #GradeParceiroIngresso tr td {
        display: block;
    }

    #GradeParceiroIngresso .gridrow {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiroIngresso .gridrow_alternate {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiroIngresso tbody tr {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiroIngresso .pwi-grade-menu {
        width: 100%;
    }

    #GradeParceiroIngresso .dropdown-toggle {
        position: absolute;
        top: -12px;
        right: 0px;
    }

    #GradeParceiroIngresso tbody tr {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiroIngresso .gridrow {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiroIngresso .gridrow_alternate {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiroIngresso .gridrow td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeParceiroIngresso .gridrow_alternate td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeParceiroIngresso tbody tr td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

        #GradeParceiroIngresso tbody tr td:nth-child(1)::before {
            content: "Canal Venda: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(2)::before {
            content: "Cliente: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(3)::before {
            content: "Nr.Pedido: ";
            font-weight: bold;

        }
        

        #GradeParceiroIngresso tbody tr td:nth-child(4)::before {
            content: "Produto: ";
            font-weight: bold;
        }


        #GradeParceiroIngresso tbody tr td:nth-child(5)::before {
            content: "Data Emissão: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(6)::before {
            content: "Valor: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(7)::before {
            content: "Comissão: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(8)::before {
            content: "Nr. Passaporte: ";
            font-weight: bold;
        }
        #GradeParceiroIngresso tbody tr td:nth-child(9)::before {
            content: "Previsão Vista: ";
            font-weight: bold;
        }

        #GradeParceiroIngresso tbody tr td:nth-child(10)::before {
            content: "Data Utilização: ";
            font-weight: bold;
        }
    #GradeParceiroIngresso .gridrow_alternate td:nth-child(1)::before {
        content: "Canal Venda: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(2)::before {
        content: "Cliente: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(3)::before {
        content: "Nr.Pedido: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(4)::before {
        content: "Produto: ";
        font-weight: bold;
    }


    #GradeParceiroIngresso .gridrow_alternate td:nth-child(5)::before {
        content: "Data Emissão: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(6)::before {
        content: "Valor: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(7)::before {
        content: "Comissão: ";
        font-weight: bold;
    }


    #GradeParceiroIngresso .gridrow_alternate td:nth-child(8)::before {
        content: "Nr. Passaporte: ";
        font-weight: bold;
    }

    #GradeParceiroIngresso .gridrow_alternate td:nth-child(9)::before {
        content: "Previsão Vista: ";
        font-weight: bold;
    }
    #GradeParceiroIngresso .gridrow_alternate td:nth-child(10)::before {
        content: "Data Utilização: ";
        font-weight: bold;
    }


    /*Grade defs consulta de venda bdo parceiro - vendaview mobile*/
    #GradeParceiro thead {
        display: none;
    }

    #GradeParceiro tr td {
        display: block;
    }

    #GradeParceiro .gridrow {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiro .gridrow_alternate {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiro tbody tr {
        display: block;
        margin-bottom: 10px;
    }

    #GradeParceiro .pwi-grade-menu {
        width: 100%;
    }

    #GradeParceiro .dropdown-toggle {
        position: absolute;
        top: -12px;
        right: 0px;
    }

    #GradeParceiro tbody tr {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiro .gridrow {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiro .gridrow_alternate {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeParceiro .gridrow td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeParceiro .gridrow_alternate td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeParceiro tbody tr td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

        #GradeParceiro tbody tr td:nth-child(1)::before {
            content: "Canal Venda: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(2)::before {
            content: "Cliente: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(3)::before {
            content: "Nr.Pedido: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(4)::before {
            content: "Dt. Pedido: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(5)::before {
            content: "Produto: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(6)::before {
            content: "Qtd. Volume: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(7)::before {
            content: "Vl.Preuni: ";
            font-weight: bold;
        }

        #GradeParceiro tbody tr td:nth-child(8)::before {
            content: "Total: ";
            font-weight: bold;
        }

    #GradeParceiro .gridrow_alternate td:nth-child(1)::before {
        content: "Canal Venda: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(2)::before {
        content: "Cliente: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(3)::before {
        content: "Nr.Pedido: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(4)::before {
        content: "Dt. Pedido: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(5)::before {
        content: "Produto: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(6)::before {
        content: "Qtd. Volume: ";
        font-weight: bold;
    }

    #GradeParceiro .gridrow_alternate td:nth-child(7)::before {
        content: "Vl.Preuni: ";
        font-weight: bold;
    }


    #GradeParceiro .gridrow_alternate td:nth-child(8)::before {
        content: "Total: ";
        font-weight: bold;
    }

    /*Grade de consulta de venda detalhe - mobile*/

    #GradeVendaDetalhe thead {
        display: none;
    }

    #GradeVendaDetalhe tr td {
        display: block;
    }

    #GradeVendaDetalhe .gridrow {
        display: block;
        margin-bottom: 10px;
    }

    #GradeVendaDetalhe .gridrow_alternate {
        display: block;
        margin-bottom: 10px;
    }

    #GradeVendaDetalhe tbody tr {
        display: block;
        margin-bottom: 10px;
    }

    #GradeVendaDetalhe .pwi-grade-menu {
        width: 100%;
    }

    #GradeVendaDetalhe .dropdown-toggle {
        position: absolute;
        top: -12px;
        right: 0px;
    }

    #GradeVendaDetalhe tbody tr {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeVendaDetalhe .gridrow {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeVendaDetalhe .gridrow_alternate {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    #GradeVendaDetalhe .gridrow td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeVendaDetalhe .gridrow_alternate td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

    #GradeVendaDetalhe tbody tr td {
        display: flex;
        justify-content: space-between;
        min-height: 28px;
        align-items: center;
    }

        #GradeVendaDetalhe tbody tr td:nth-child(1)::before {
            content: "Nro. Venda: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(2)::before {
            content: "Usuário criador: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(3)::before {
            content: "Afiliado: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(4)::before {
            content: "Dt. Venda: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(5)::before {
            content: "E-mail: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(6)::before {
            content: "Status pagto: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(7)::before {
            content: "Forma pagto: ";
            font-weight: bold;
        }

        #GradeVendaDetalhe tbody tr td:nth-child(8)::before {
            content: "Total: ";
            font-weight: bold;
        }


    #GradeVendaDetalhe .gridrow_alternate td:nth-child(1)::before {
        content: "Nro. Venda: ";
        font-weight: bold;
    }


    #GradeVendaDetalhe .gridrow_alternate td:nth-child(2)::before {
        content: "Usuário criador: ";
        font-weight: bold;
    }

    #GradeVendaDetalhe .gridrow_alternate td:nth-child(3)::before {
        content: "Afiliado: ";
        font-weight: bold;
    }

    #GradeVendaDetalhe .gridrow_alternate td:nth-child(4)::before {
        content: "Dt. Venda: ";
        font-weight: bold;
    }

    #GradeVendaDetalhe .gridrow_alternate td:nth-child(5)::before {
        content: "E-mail: ";
        font-weight: bold;
    }

    #GradeVendaDetalhe .gridrow_alternate td:nth-child(6)::before {
        content: "Status pagto: ";
        font-weight: bold;
    }


    #GradeVendaDetalhe .gridrow_alternate td:nth-child(7)::before {
        content: "Forma pagto: ";
        font-weight: bold;
    }

    #GradeVendaDetalhe .gridrow_alternate td:nth-child(8)::before {
        content: "Total: ";
        font-weight: bold;
    }
}

.campo-invalido {
    background-color: salmon !important;
}
