﻿@font-face {
    font-family: 'Nissan Brand';
    src: url('Nissan-Brand-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand Light';
    src: url('Nissan-Brand-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand Bold';
    src: url('Nissan-Brand-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand Italic';
    src: url('Nissan-Brand-Italic.otf');
    font-weight: normal;
    font-style: italic;
}

@media(max-width: 992px) {
    .opcoesMenuSistemasMidiaCoop {
        margin: 20px 20px 0px 120px !important;
    }

    .opcoesMenuSistemasMktDivisional {
        margin: 20px 20px 0px 0px !important;
    }

    .opcoesMenuSistemasBancoImg {
        margin: 20px 20px 0px 0px !important;
    }

    .opcoesMenuSistemasTemplate {
        margin: 20px 20px 0px 0px !important;
    }

    .opcoesMenuSistemasPdv {
        margin: 20px 20px 0px 0px !important;
    }

    .TitulosSecoes {
        margin-top: 85px;
    }

    .semResponsivo {
        display: none !important;
    }
}

.label {
    line-height: 2.2;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mb10 {
    margin-bottom: 10px
}

* {
    margin: 0;
    border: 0;
    padding: 0;
}

.carImageLogin {
    padding-top: 40px;
    margin: auto;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #cc0033;
}

.info-popup {
    display: none;
    position: absolute;
    top: 50px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    z-index: 9;
    width: 200px;
    border: 1px solid rgb(204, 204, 204);
}

body {
    text-align: left;
    /*font: Light 13px/18px Nissan Brand !important;*/
    font-family: "Nissan Brand" !important;
    letter-spacing: 0px;
    color: #000000;
    padding: 0px;
}
/* div{
    border: 1px solid #ff00ff;
}   */
a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #cc0033;
    }

    a:focus {
        color: #cc0033;
    }

    a:visited {
        color: #cc0033;
    }

/* ESTILOS LOGIN ------------------------------------------*/
.topoLogin {
    width: 975px;
    margin: 0px auto;
    height: 81px;
}

.logoNovo {
    position: absolute;
    top: 20px;
    right: 12px;
}

.login {
    background: url(../img/login.png) no-repeat center top;
    width: 975px;
    height: 300px;
    margin: 0px auto;
    position: relative;
}

.box-form-login {
    width: 480px;
    float: right;
    margin: 0px;
}

.box-login {
    border-top: 4px solid #6d7579;
    background: #434c53;
    padding: 15px;
    float: right;
    margin: 0px 0px 10px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.btn-cadastro-login {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #abb3b5;
    text-decoration: none;
    font-size: 11px !important;
    margin-top: 10px;
    background: #fff;
}

    .btn-cadastro-login:hover {
        float: left;
        width: 100%;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
        border: 1px solid #666;
        color: #232425;
        text-decoration: none;
        font-size: 11px !important;
    }

.boxFormGroup {
    box-sizing: border-box;
    display: flex;
    width: 70%;
    align-items: center;
}

#btnForgotPassword {
    font-family: 'Nissan Brand Light' !important;
    text-align: left;
    font-size: 12px;
    display: block;
}
/* Retirado o menu primeiro acesso */
/*#btnRegister {
    font-family: 'Nissan Brand', Arial, sans-serif;
    text-align: center;
    font-size: 10px;
    display: block;
}
    */

.rodape {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
    background: url(../img/fundo_rodape.png) no-repeat center top;
    text-align: center;
    padding: 10px 0 0 0;
}

.rodape-interno {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 10px 0 0 0;
}

.rodape-redes {
    text-align: left;
    font: Light 16px/17px Gotham !important;
    letter-spacing: 0px;
    color: #2A2929 !important;
    text-transform: uppercase !important;
    opacity: 1;
}

.login-traco {
    height: 5px;
    width: 20px;
    position: initial;
    margin-top: 0px;
}

.RecLoginSenha {
    position: relative;
    float: right;
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    width: 535px;
    height: 20px;
}

    .RecLoginSenha a {
        color: #3A4768;
        text-decoration: none;
    }

        .RecLoginSenha a:hover {
            color: #3A4768;
            text-decoration: underline;
        }

/* ESTILOS MASTER PAGE */
.Miolo,
.Header,
.Rodape {
    width: 960px;
}

.Miolo {
    position: relative;
    float: left;
    min-height: 500px;
}

.headerFixo {
    display:flex;
    justify-content:center;
    position:relative;
    z-index:10000;
    margin: 0px;
    justify-content: center;
    align-content: center !important;
    text-align: left;
    /*padding-left: 18%;*/     
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
/*        background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0) 100%);*/
    opacity: 1 !important;
}

.headerTop {
    background: rgb(255, 255, 255) 0% 0% no-repeat padding-box !important;
}

.headerMenuTop {
    border-top: 3px solid #bb0000;
    color: #000000;
}

.conteudo {

    margin-top: 10px;
    min-height: 500px;
    text-align: left;
    justify-content: center;
    margin-left: 8%;
    margin-right: 8%;
}

.Rodape {
    position: relative;
    float: left;
    height: 25px;
    text-align: left;
    margin-top: 20px;
}

.LogadoHolder {
    position: relative;
    float: right;
    height: 35px;
    width: 345px;
    margin-top: 90px;
}

.LogadoIcone {
    position: relative;
    float: left;
    width: 21px;
    height: 27px;
    padding-top: 8px;
    margin-right: 5px;
}

.LabelUsuario {
    position: relative;
    float: left;
    width: 220px;
    margin-top: 2px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.LabelDataHora {
    position: relative;
    float: left;
    width: 65px;
    height: 14px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #747F9D;
}

.Assinatura {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
    text-align: right;
    padding-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2, h3 {
    line-height: 22px;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

label,
input,
button,
select,
textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 10px;
}

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        display: inline-block;
        /*height: 30px;*/
        padding: 4px 6px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 30px;
        color: #555555;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    select,
    input[type="file"] {
        /*height: 30px;*/
        *margin-top: 4px;
        line-height: 30px;
    }

select {
    /*width: 220px;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 40px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    input[disabled],
    select[disabled],
    textarea[disabled],
    input[readonly],
    select[readonly],
    textarea[readonly] {
        cursor: not-allowed !important;
  
    }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:active > [class^="icon-"],
.dropdown-menu > li > a:active > [class^="icon-"],
.dropdown-menu > li > a:active > [class*=" icon-"],
.dropdown-menu > li > a:active > [class*=" icon-"],
.dropdown-menu > li > a:active > {
    display: initial !important
}

,
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown.open .dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-print {
    background-position: -96px -48px;
}

.icon-share {
    background-position: -120px -72px;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #dddddd url(../img/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background-color: #3A4768;
    color: #fff;
    background-image: none;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/jquery-ui/ui-icons_ff0084_256x240.png);
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-widget-content .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_ff0084_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_0073ea_256x240.png);
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.dataTables_filter {
    margin: 5px;
}

    .dataTables_filter label {
        text-align: left;
        display: grid;
        font-size: 12px;
        font-family: 'Nissan Brand' !important;
        margin-bottom: 0px;
    }

        .dataTables_filter label input {
            margin-left: 0px !important;
        }

.dataTables_empty {
    border: 1px solid transparent !important;
}

.dataTable thead {
    background: #fff;
    color: #686868;
    height: 30px;
    text-align: left;
    line-height: 15px;
    border: 1px solid transparent !important;
}

    .dataTable thead tr th {
        vertical-align: middle;
        border-right: 1px solid #fff;
    }

        .dataTable thead tr th:last-child {
            border-right: none !important;
        }

.dataTable tr td:last-child {
    border-right: none !important;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    border-right: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
    text-align: center !important;
    padding: 4px 8px;
    border-bottom: none;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    border-right: 1px #686868 solid !important;
    background-color: #fff !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    vertical-align: middle !important;
}

.table tbody tr td {
    vertical-align: middle;
}

.mb0 {
    margin-bottom: 0px;
}
/* ESTILOS MASTER PAGE */

/* ESTILOS DOS COMPONENTES */
.Botoes {
    padding: 3px;
    text-align: center !important;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
    color: #E20024 !important;
    cursor: pointer;
    border: 1px solid #E20024 !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    font: Light 16px/18px Gotham !important;
    height: 40px !important;
    opacity: 1 !important;
    width: 100px;
}

.Gerar-nota {
    height: 22px;
    background-color: #3a4768;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.GerarBoleto {
    height: 22px;
    background-color: #3a4768;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.Bt_Sair {
    width: 85px;
    height: 30px;
    background-color: #666;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.BotaoBusca {
    position: relative;
    float: left;
    height: 22px;
    padding-top: 0px;
    margin-left: 8px;
    background-color: #666;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    cursor: pointer;
}

.CamposForm, .CamposForm2 {
    position: relative;
    float: left;
    margin: auto 15px;
    padding: 0;
}

    .CamposForm.Observation, .CamposForm2.Observation {
        width: 100%;
        text-align: center;
    }

    .CamposForm span, .CamposForm2 span {
        position: relative;
        float: left;
        list-style: none;
        font-size: 12px !important;
        min-height: 25px;
        margin-right: 10px;
        width: 100%;
    }

    .CamposForm li {
        position: relative;
        float: left;
        list-style: none;
        font-size: 12px !important;
        min-height: 25px;
        margin-right: 10px;
    }

    .CamposForm2 li {
        list-style: none;
    }

    .CamposForm.Observation li, .CamposForm2.Observation li {
        width: 100%;
        text-align: center;
    }

        .CamposForm.Observation li span, .CamposForm2.Observation li span {
            display: inline-block;
        }

        .CamposForm.Observation li span,
        .CamposForm.Observation li .InputTextArea, .CamposForm2.Observation li .InputTextArea, .CamposForm2.Observation li span {
            width: 90%;
        }

        .CamposForm.Observation li .InputTextArea, .CamposForm2.Observation li .InputTextArea {
            height: 100px;
        }

.Busca {
    float: right;
    height: 25px;
}

.Impressao {
    float: right;
    height: 26px;
}

.ImpressaoGraficoMid {
    float: right;
    height: 20px;
    top: -65px;
}

.ImpressaoGraficoMaior {
    float: right;
    height: 20px;
    top: -37px;
}

.Status {
    float: right;
    height: 28px;
}

.Busca li {
    padding: 0px 0px 0px 0px;
}

.CamposFormDireita {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
}

    .CamposFormDireita li {
        position: relative;
        float: left;
        padding: 8px 0px 0px 8px;
        list-style: none;
        font-size: 14px;
        min-height: 25px;
    }

.InputText {
    border: 1px solid #8E8E8E !important;
    opacity: 1;
    color: #555555;
    background-color: transparent !important;
    font-size: 12px;
    width: 100%;
    height: 40px !important;
    z-index: 1 !important;
}

.InputMultiline {
    max-height: 50px;
    max-width: 350px;
    width: 350px;
    height: 50px;
    position: relative;
    font-size: 12px;
    padding: 3px 0 3px 0;
    border: 1px solid #BBB;
    top: 1px;
    left: 0px;
    text-align: left;
}

.TextArea {
    position: relative;
    font-family: 'Nissan Brand',Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    border: 1px solid #BBB;
    top: 0px;
    left: 0px;
    resize: none;
    height: 200px;
    width: 100%;
}

.modelos-anunciados {
    height: 227px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

    .modelos-anunciados .TagMid {
        left: -1px !important;
        top: -33px !important;
    }

    .modelos-anunciados .CheckHolderPreAprovacaoEvento {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 420px !important;
        height: 210px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .modelos-anunciados #IncentivadoCheckBoxList {
        width: 100% !important;
        max-width: 420px !important;
    }

dropdown {
    border: 1px solid #8E8E8E !important;
    opacity: 1;
    color: #fff;
    background-color: #2A2929 !important;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.select.my-input, select.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon-select-2.png) !important;
    background-size: 20px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: right !important;
    border: 1px solid;
    cursor: pointer !important;
}

.BotoesHolder {
    float: left;
    width: 100%;
    height: 35px;
    margin: 15px 10px 10px 10px;
    text-align: center;
}

.Externo {
    margin-top: 20px;
}

.Totais { /* acidione essa classe no CamposForm para montar os totais verticalmente */
    float: right;
}

    .Totais span {
        position: relative;
        float: left;
        width: 125px;
        height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #3A4768;
        padding-top: 4px;
        padding-right: 5px;
        text-align: right;
    }

.TotaisHolder {
    position: relative;
    float: right;
    /*width: 340px;*/
    height: 110px;
}


/* ESTILOS DOS COMPONENTES */

/* ESTILOS LISTAGENS */
.ListagemHolder {
    position: relative;
    float: left;
    width: 100%;
    max-width: 900px;
    min-height: 35px;
    margin-bottom: 20px;
}

.Inner { /*Ajusta a margem superior da div que sustenta as tabelas internas */
    margin: 0px 0 0px 0px;
}

.Motivo {
    font-family: 'Nissan Brand', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
}

.Listagens {
    width: 100%;
    font-family: 'Nissan Brand',Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2px;
    float: left;
}

    .Listagens label {
        margin-left: 5px;
    }

.TitulosListagens {
    background: #575354;
}

    .TitulosListagens th {
        color: #fff;
        height: 30px;
        text-align: left;
        vertical-align: middle;
        padding-left: 5px;
        line-height: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-right: 1px solid #fff;
        padding-left: 8px;
        padding-right: 8px;
    }

.TitulosListagens2 {
    background-color: #92A1BD;
    text-align: left;
}

    .TitulosListagens2 th {
        color: #FFF;
        height: 30px;
        text-align: left;
        vertical-align: middle;
        padding-left: 10px;
    }

.RolagemLista {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #415075;
}

.Linha1Listagem td,
.Linha2Listagem td {
    font-size: 11px;
    padding-left: 3px;
    padding-bottom: 7px;
    border-right: 1px solid #fff;
    line-height: 14px;
}

.Linha1Listagem select,
.Linha2Listagem select {
    font-size: 11px !important;
    height: 25px;
    line-height: 25px;
    padding: 2px 6px;
    margin-bottom: 3px;
    margin-top: 7px;
}

.Linha1Listagem textarea,
.Linha2Listagem textarea {
    line-height: 15px;
}

.Linha2Listagem td {
    /*background: #f9f9f9;*/
    color: #2A3759;
}
/* ESTILOS LISTAGENS */

.PopUpFundo {
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}

/* ARVORE DE MIDIA */
.TreeHolder {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.CheckHolder {
    position: relative;
    left: 20px;
    float: left;
    top: -25px;
    width: 100%;
    max-width: 380px;
    line-height: 26px;
    height: 170px;
    font-family: 'Nissan Brand', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

.CheckHolderPreAprovacaoEvento {
    position: relative;
    left: 7px;
    float: left;
    top: -25px;
    width: 100%;
    max-width: 380px;
    line-height: 26px;
    height: 170px;
    font-family: 'Nissan Brand', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

    .CheckHolderPreAprovacaoEvento label {
        float: left;
    }

    .CheckHolderPreAprovacaoEvento input {
        float: left;
        margin-right: 4px;
    }

.ArvoreMidia {
    font-family: 'Nissan Brand', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    color: #666;
}

.ArvoreItemSelecionado {
    font-family: 'Nissan Bran1', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #592a30;
}
/* ARVORE DE MIDIA */

/* PALHETA DE CORES */
.Azul {
    color: #683a40;
}

.AzulMedio {
    color: #bd929d;
}

.AzulClaro {
    color: #efefef;
}
/* PALHETA DE CORES */

.AutoComplete {
    width: 700px;
    float: left;
}

/* EFEITO HOVER NA LINHA DA TABELA */
.BtTabela {
    width: 980px;
    position: absolute;
    height: 38px;
    z-index: 1;
    color: #000;
    display: block;
    padding: 0;
    margin: 0px;
    background: none;
}

    .BtTabela:hover {
        /*color: #666;*/
        background: none;
    }

.BtTabelaEditar {
    width: 980px;
    height: 20px;
    display: block;
    float: left;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.7;
    background: none;
}

    .BtTabelaEditar:hover {
        display: block;
        background: none;
        color: #000;
    }

.btn {
    display: inline-block;
    *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-repeat: repeat-x;
    *-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border: 1px solid #ccc;
    min-height: 40px;
    min-width: 100px;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-large [class^="icon-"],
    .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 0 !important;
    min-width: 0 !important;
}

    .btn-small [class^="icon-"],
    .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    padding: 3px;
    text-align: center !important;
    cursor: pointer;
    color: #E20024 !important;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-image: none !important;
    border: 1px solid #E20024 !important;
    font-style: normal;
    opacity: 1 !important;
}

    /*.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #cc0033;
    *background-color: #cc0033;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f12748, #cc0033);
    border-left-color: #cc0033;
    border-right-color: #cc0033;
    border-top-color: #cc0033;
    border-bottom-color: #aa142d;
}*/

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #cc0033;
        *background-color: #003bb3;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #aa142d \9;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        color: #ffffff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    text-align: center !important;
    color: #bd362f !important;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-image: none !important;
    border: 1px solid #bd362f !important;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        color: #ffffff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    text-align: center !important;
    background-color: transparent !important;
    color: #2EC400 !important;
    background-repeat: repeat-x;
    background-image: none !important;
    border: 1px solid #2EC400 !important;
}

    /*.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}*/

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
        background-color: #499249;
    }

/* novos */
.bannerNissan {
    background: url(../img/login.png) center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f3f8;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}

.bodyLogin {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f0f3f8 !important;
    background-attachment: fixed !important;
    height: 100vh !important;
    width: 100% !important;
}

.boxLoginNovo {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.07));
}

/*.boxLogin {
    /*width: 300px;
    margin: auto;
    top: 194px;
    left: 82px;
    width: 512px;
    height: 693px;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    opacity: 1;
}*/

/*.areaRestrita {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    color: white;
}*/

.img-midia {
    margin-top: 5%;
}

@media(min-width: 768px) {
    .dropSaldo {
        background: #313131;
        border-top: 2px solid #ba0414;
        width: 100%;
        padding: 10px 25% 5px 7%; /*! height: 50px; */
        margin-bottom: 20px;
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .dropSaldo select {
            margin-left: 8px;
        }

        .dropSaldo :last-child {
            margin-left: 20%;
        }
}


@media(max-width: 800px) {
    .dropSaldo {
        background: initial;
        border-top: initial;
    }

    .bannerNissan {
        position: relative;
    }
}

@media(max-width: 768px) {
    .areaRestrita {
        margin-top: 50px;
        margin-bottom: 170px;
        font-size: 20px;
    }

    .boxLogin {
        width: 100%;
        max-width: 300px;
    }

    .bannerNissan {
        background: url(../img/login.png);
        background-size: cover !important;
        background-position: bottom;
        background-attachment: unset;
        background-color: #f9f6f5;
        height: unset;
    }
}
/*@media(max-width: 755px) {
    .areaRestrita {
        margin-top: 20px;
        margin-bottom: 170px;
        font-size: 20px;
    }
}*/

.abaixo-politica {
    position: fixed;
    top: 175px !important;
}

@media(max-width: 1300px) {
    .img-logo {
        display: inline;
        float: left;
    }

    .img-midia {
        display: inline;
        float: right;
        top: 15px;
        right: 2%;
        margin-bottom: 40px;
    }
}

@media(max-width: 768px) {
    .img-logo {
        max-width: 74px;
        width: 74px;
        display: inline;
        float: left;
        
    }
}

/*.bannerNissan:before {
        background: #fff !important;
    }*/

/*.login-box {
    transform: translate(0, -70%);
    opacity: 0;
    width: 100%;
    height: 317px;
}*/

#logoNissan {
    position: absolute;
    top: 0px;
    left: 30px;
    height: 198px;
    width: 164px;
    background: url(../img/topLogos-nissan.jpg) center 80% no-repeat rgb(207, 197, 188);
}

/*.loginCompLayer {
    position: absolute;
    top: 70%;
    transform: translate(0, -70%);
    right: 5%;
    display: block;
    /*background-image: url(../img/loginBoxComp.png);
    width: 352px;
    height: 357px;
    mix-blend-mode: overlay;
    opacity: 0;
}*/

.btnEnter {
    background-color: #262627;
    font-family: 'Nissan Brand Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #f8f8f8;
    font-style: italic;
    line-height: 30px;
    border: none;
    border-top: 4px solid #b91936;
    padding: 0;
    transition: .3s;
    width: 100%;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .btnEnter:hover {
        transition: .3s;
        color: #ffffff;
        background-color: #000;
    }

.form-group {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}

#LoginTextBox.field,
#SenhaTextBox.field {
    font-family: 'Nissan Brand', Arial, sans-serif;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}

input#LoginTextBox.field::placeholder,
input#SenhaTextBox.field::placeholder {
    font: Light 22px/24px Gotham;
}

.boxLogoLogin {
    width: 80%;
    margin-right: 20px;
}

#footerLogin {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #434345;
    margin-top: -20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footerDevPartner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 10%;
    margin-top: -20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #footerDevPartner img {
        margin-top: 6px;
        width: 120px;
    }

@media(max-width: 992px) {
    #footerLogin {
        padding-top: 8px;
        padding-bottom: 15px;
    }

        #footerLogin img {
            margin-top: 6px;
            width: 100px;
        }
}

@media(max-width: 768px) {
    #footerLogin {
        position: relative !important;
        margin-top: 0px;
        margin-top: 30px;
    }
}

#footerLogin img {
    margin-top: 6px;
    width: 120px;
}

#footer {
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 32px;
    background-color: #434c53;
}

    #footer img {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #footer p {
        position: absolute;
        right: 0px;
        color: #ccc;
        font-size: 11px;
        margin-top: -2px;
        text-align: right;
        line-height: 17px;
        top: 0px;
        margin-right: 10px;
    }

/*.alertBox {
    position: absolute;
    top: 0px;
    left: 645px;
    background-color: #b91935;
    color: #fff;
    display: inline-flex;
    width: 46px;
    height: 25px;
    z-index: 999;
    padding: 5px;
}

    .alertBox p {
        width: 100%;
        text-align: right;
        margin: 0px;
        line-height: 13px;
    }*/

.center-block {
    left: 50%;
    transform: translate(-50%);
    float: left;
    position: relative;
}

@media(max-width: 800px) {
    .img-midia {
        width: 180px !important;
    }
}

.boxShadow {
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}


@media(min-width:1200px) {
    .nav-tabs {
        width: 946px;
    }

    .adm {
        margin: 0px !important;
        padding: 0px !important;
    }

    .container {
        width: 100%;
    }

    .ma {
        margin: auto;
    }

    .conteudo {
        width: 1160px;
    
        justify-content: center;
        margin-left: 8%;
        margin-right: 8%;
    }
}

@media(min-width:1500px) {
    .nav-tabs {
        width: 946px;
    }

    .adm {
        margin: 0px !important;
        padding: 0px !important;
    }

    .container {
        width: 100%;
    }

    .ma {
        margin: auto;
    }

    .conteudo {
        width: 1260px;
      
        justify-content: center;
        margin-left: 15%;
        margin-right: 15%;
    }
}

.header-midiacoop {
    color: #fff;
    font: Light 18px/24px Nissan Brand;
    letter-spacing: 0px
}

.login-img-traco {
    margin-top: 15px; /*estava 20px */
    /*margin-left: 10px !important; */
    padding-left: 5px !important;
    top: 277px !important;
    left: 200px !important;
    width: 35px !important;
    height: 3px !important;
    opacity: 1 !important;
}

.fieldAdj {
    border-radius: 0px !important;
    width: 283px !important;
    height: 35px !important;
    padding: 0px !important;
    padding-left: 10px !important;
    margin-left: -4px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.ajax__calendar_body,
.ajax__calendar_days {
    width: 100% !important;
}

.ajax__calendar_dayname {
    width: 30px !important;
}

.ajax__calendar {
    width: 600px;
}

.ajax__calendar_body {
    width: 600px;
}

.ajax__calendar_container {
    width: 300px !important;
    z-index: 9999;
}

.no-padding {
    padding: 0;
}

.pl-10 {
    padding-left: 10px;
}

li.observationDescription {
    width: 100%;
}

.boxBtnSave {
    display: inline-block;
    width: 90%;
    text-align: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}


table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    height: 14px;
    width: 14px;
    display: block;
    position: relative;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Nissan Brand Light', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
    vertical-align: middle !important;
    margin: -8px 0px 0px -28px;
    float: left;
}

.legend {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
/*DESIGNER NOVO UX -  RD 18400*/
.barra-busca {
    margin: 0px;
    margin-top: -25px;
    width: 100%;
    height: 120px;
    background: #2A2929 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000024;
    opacity: 1;
    color: #fff;
    padding-left: 18%;
}

.menu {
    margin-top: 9px;
    padding-right: 0px;
    margin-right: 0px;
}

.header-ico {
    widht: 5px;
    padding: 0px;
    margin: 0px;
}
/*content BUSCAR*/
.Titulos {
    color: #fff !important;
    text-align: left !important;
    font: Light 22px/45px Nissan Brand !important;
    letter-spacing: 0px !important;
    opacity: 1 !important;
    margin: 2px 0px 15px 10%;
    letter-spacing: 0px;
    padding-left: 30% !important;
}

.Titulos-2 {
    text-align: right;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.61;
    padding-top: 10px;
}

.span1 {
    font-family: 'Nissan Brand Bold' !important;
    font-size: 18px;
}

.Busca-container {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10px 10% 10px 10%;
    background-color: #2A2929;
    margin: 0px;
    margin-top: -10px;
    width: 100%;
    height: 140px;
    z-index: 0;
}

.buscar-dropdown {
    border: 1px solid #8E8E8E !important;
    opacity: 1;
    color: #fff;
    background-color: #2A2929 !important;
    font: lighter 14px/19px Nissan Brand !important;
    width: 100%;
}

.select.my-input, select.buscar-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon-select-2.png) !important;
    background-size: 20px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: right !important;
    border: 2px solid;
    cursor: pointer !important;
}

    .select.my-input[disabled], select.buscar-dropdown[disabled] {
        cursor: default;
    }

.busca-download {
    cursor: pointer !important;
    width: 53px;
    margin: 0px 0px 20px 30px;
    align-items: center;
    justify-content: center;
}

.panel-default {
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    text-align: left;
}

.panel-heading {
    border-bottom: 1px solid #8E8E8E !important;
    opacity: 1;
    background-color: transparent !important;
    font-weight: bold;
    text-align: left;
}

.panel-body {
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    color: #000000;
}
/*SALDO FLUTUANTE*/
.divInformacao {
    overflow-wrap: break-word;
    margin: 20px;
    letter-spacing: 0px;
}

.info-text {
    color: #000000 !important;
    text-align: center;
    font-size: 20px;
}

.info-label {
    text-align: left;
    letter-spacing: 0px;
    color: #E20024 !important;
    opacity: 1;
    margin: 0px;
    width: 100% !important;
    font-size: 25px;
}

.red {
    color: #E20024 !important;
    opacity: 1;
    font-style: bold;
    font-size: 20px;
}

.info-obs {
    width: 300px !important;
    color: #000000 !important;
    font-size: 12px;
}

.DivDetalhes {
    align-content: center;
    justify-content: center;
    text-align: left;
    font: Light 22px/45px Nissan Brand !important;
    letter-spacing: 0px;
    color: #2A2929;
    opacity: 1 !important;
    margin-bottom: 20px;
}

.New-Tag {
    text-align: left;
    font: Light 22px/45px Nissan Brand !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 5px 5px 5px 0px;
}

.table {
    border-bottom: none !important;
}

    .table > tbody {
        background-color: #fff;
        border-right: 1px solid #707070;
        text-align: center;
        font: Medium 16px/18px Gotham;
        letter-spacing: 0px;
        color: #2A2929;
        opacity: 1;
    }

        .table > tbody > tr > th {
            text-align: center !important;
            font-family: 'Nissan Brand Light' !important;
            letter-spacing: 0px;
            /*color: #fff !important;*/
            opacity: 1 !important;
            text-align: center;
            border-right: 1px solid #707070 !important;
        }

        .table > tbody > tr > td {
            font-family: 'Nissan Brand Bold' !important;
            letter-spacing: 0px;
            opacity: 1 !important;
            text-align: center;
            border-right: 1px solid #707070 !important;
            background-color: #fff !important;
        }

.table-bordered {
    background-color: #fff !important;
}
/*MENU DEALER*/
..navbar-nav > li {
    background-color: transparent !important;
    color: #fff !important;
}

.navbar-nav > li > a {
  
    color: #fff !important;
}

    .navbar-nav > li > a:hover {
        border-bottom: 5px solid #E20024;
    }
/*MENU DEALER*/
.navbar-nav-top {
    background-color: transparent !important;
    color: #000000 !important;
    margin-top: 10px;
}

    .navbar-nav-top a {
        background-color: transparent !important;
        /*color: #000000 !important;*/
    }

        .navbar-nav-top a:hover {
            border-bottom: 5px solid #E20024;
        }

.bola {
    margin: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #E20024;
    background-color: transparent;
    cursor: pointer;
    color: #fff !important;
}

.pContador {
    color: #fff !important;
    width: 10px;
}
/*BACKGROUND*/
#main {
    min-height: 105vh;
    min-width: 105vh;
    background: url(../img/login.png) no-repeat center center;
}

.bgRescale {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#carLogin {
    position: relative;
    top: 17px;
    left: 0px;
    background: url(../img/33.png) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: 100vh;
    transform: scale(1);
}

/*HOME*/
.home-1 {
    text-align: left;
    font: Light 18px/24px Nissan Brand !important;
    letter-spacing: 0px;
    color: #9E9E9E !important;
    opacity: 1;
    margin: 10px;
}

.home-2 {
    text-align: left;
    font: Light 51px/45px Nissan Brand;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.bolinha {
    width: 15px;
    padding: 0 3px;
    margin-right: 20px;
    border: 1px solid red;
    color: black;
    border-radius: 10px;
    font-size: 7pt;
}

.img-usuario {
    padding: 0px !important;
    width: 70%;
    margin-top: 5px;
}

.box-nomeusuario {
    color: white;
    font-size: 8pt;
    margin-top: 7px;
    margin-left: -10px;
}

.box-nomeusuarioTop {
    color: black;
    font-size: 8pt;
    margin-top: 7px;
    margin-left: -10px;
}

.box-meusdados {
    display: none;
    background: #272727;
    padding: 15px;
    line-height: 2;
    position: absolute;
    margin-left: -50px;
    margin-top: 5px;
    color: white;
    z-index: 100001;
    cursor:pointer;
}

    .box-meusdados a {
        color: white !important;
    }

    .box-meusdados [id*='alertBox'] {
        border-bottom: 1px solid white;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

.BotoesUX {
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer !important;
    border: 1px solid #707070 !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    width: 90px;
    border-radius: 3px;
}

.buscar-textbox {
    border: 1px solid #8E8E8E !important;
    opacity: 1;
    color: #fff !important;
    background-color: #2A2929 !important;
    font: lighter 12px/16px Nissan Brand !important;
    width: 100%;
    height: 40px !important;
    z-index: 1 !important;
}

::-webkit-input-placeholder {
    color: #fff;
    font: lighter 14px/19px Nissan Brand !important;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

.BotoesUX2 {
    padding: 3px;
    text-align: center !important;
    background-color: transparent !important;
    font-size: 12px;
    color: #E20024 !important;
    cursor: pointer;
    border: 1px solid #E20024 !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    font-style: normal;
    height: 40px !important;
    opacity: 1 !important;
    width: 100px;
}

.BotoesUX2-peq {
    text-align: center !important;
    background-color: transparent !important;
    padding: 3px;
    font-size: 9px;
    height: 70px;
    width: 50px;
    color: #E20024 !important;
    cursor: pointer;
    border: 1px solid #E20024 !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    font-style: normal;
}

.BotoesUX-salvar {
    padding: 3px;
    text-align: center !important;
    background-color: transparent !important;
    font-size: 12px;
    font-style: normal;
    color: #2EC400 !important;
    cursor: pointer;
    border: 1px solid #2EC400 !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    opacity: 1 !important;
    width: 100px;
    cursor: pointer;
}

.BotoesUX-cinza {
    padding: 3px;
    text-align: center !important;
    background-color: transparent !important;
    font-size: 12px;
    color: #9E9E9E !important;
    cursor: pointer;
    border: 1px solid #9E9E9E !important;
    opacity: 1;
    background-image: none !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    opacity: 1 !important;
    width: 100px;
    cursor: pointer;
}

.glyphicon-import {
    background-color: transparent !important;
    border: 1px solid #707070 !important;
    opacity: 1 !important;
    color: #000000;
}
/*TELA HOME*/
.superior-home {
    margin-top:-100px;
    z-index:1000;
    position:sticky;
    background: #202020 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 12px #00000024 !important;
    opacity: 1 !important;
 
    /*margin-top: -25px !important;*/
    /*font-size: 0;*/
    /*padding-left: 140px;*/
}
#heading-menu-template{
    z-index:100001;
}
.home-bloco1 {
    background: #202020 0% 0% no-repeat padding-box !important;
}

.home-bloco1-texto {
    margin: 40px;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
}
/*.home-bloco1-texto1 {
    font: Light 18px/24px Nissan Brand !important;
    color: #9E9E9E !important;
}*/
/*.home-bloco1-texto2 {
    font: Light 51px/45px Nissan Brand !important;   
    color: #FFFFFF;    
}*/

.home-bloco2 {
    background: transparent url('../img/Imagem7.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 400px;
}



.home-bloco1-texto1 {
    font-family: 'Nissan Brand Light' !important;
    color: #9E9E9E !important;
}

.home-bloco1-texto2 {
    font-family: 'Nissan Brand Light' !important; /*Light 51px/45px Nissan Brand !important;*/
    color: #FFFFFF;
    font-size: 24pt;
    line-height: 0.9;
}

.superior-img:hover {
    opacity: 0.5;
    border-top: 4px solid #E20024;
}

.noticia-chapeu {
    font-size: 15px !important;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}

.TitulosUnicos {
    color: #fff !important;
    text-align: center !important;
    letter-spacing: 0px !important;
    opacity: 1 !important;
    letter-spacing: 0px;
    font-size: 25px;
    justify-content: center;
}

.oculto {
    display: none !important;
}

.tableSaldo {
    text-align: center !important;
    font-family: 'Nissan Brand Light' !important;
    letter-spacing: 0px !important;
    color: #686868 !important;
    opacity: 1 !important;
    text-align: center !important;
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 15px;
}

    .tableSaldo tr > th {
        border-right: 1px solid #707070 !important;
    }

.linhaSaldo {
    letter-spacing: 2px !important;
    font-weight: bold !important;
    font-size: 15px !important;
    text-align: right !important;
}


.imagem-login {
    width: 110%;
    padding: 26px 0px 9px;
}

.opcoesMenuSistemasMidiaCoop {
    border: 1px solid rgb(204, 204, 204);
    height: 70vh;
    margin: 20px 20px 0px 120px;
    width: 18%;
    background-image: url(../img/BannerMidiaCoop.jpg);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .opcoesMenuSistemasMidiaCoop:hover {
        background-image: url(../img/BannerMidiaCoopBrilho.jpg);
    }

.opcoesMenuSistemasMktDivisional {
    border: 1px solid rgb(204, 204, 204);
    height: 70vh;
    margin: 20px 20px 0px 20px;
    width: 18%;
    /*background-image: url(../img/BannerMktDivisional2.png);*/
    background-image: url('../img/BannerMktDivisional.jpg');
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .opcoesMenuSistemasMktDivisional:hover {
        /*background-image: url('../img/BannerMktDivisionalBrilho2.png');*/
        background-image: url('../img/BannerMktDivisionalBrilho.jpg');
    }


.opcoesMenuSistemasBancoImg {
    border: 1px solid rgb(204, 204, 204);
    height: 70vh;
    margin: 20px 20px 0px 20px;
    width: 18%;
    background-image: url('../img/BannerBancoImg.jpg');
    /*background-image: url(../img/BannerBancoImg.png);*/
    /*    background-image: url(../img/BannerBancoImg_EmBreve.png);
*/ background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .opcoesMenuSistemasBancoImg:hover {
        /*        background-image: url('../img/BannerBancoImg_EmBreve.png');
*/ /*background-image: url('../img/BannerBancoImgBrilho.png');*/
        background-image: url('../img/BannerBancoImgBrilho.jpg');
    }

.opcoesMenuSistemasTemplate {
    border: 1px solid rgb(204, 204, 204);
    height: 70vh;
    margin: 20px 20px 0px 20px;
    width: 18%;
    background-image: url(../img/bannerNovoCarroBrilho.jpg);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .opcoesMenuSistemasTemplate:hover {
        background-image: url('../img/bannerNovoCarro.jpg');
    }


.opcoesMenuSistemasPdv {
    border: 1px solid rgb(204, 204, 204);
    height: 70vh;
    margin: 20px 20px 0px 20px;
    width: 18%;
    background-image: url(../img/pdvCard.jpg);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

    .opcoesMenuSistemasPdv:hover {
        background-image: url('../img/pdvCard.jpg');
    }

.label2 {
    font-family: 'Nissan Brand Bold' !important;
    color: #000 !important;
}

    .label2:hover {
        color: #cc0033 !important;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.btn-outline-success {
    box-shadow: none;
    background: rgb(48 197 4);
    border: 1px solid rgb(48 197 4);
    color: white;
}

    .btn-outline-success:hover, .btn-outline-success:focus {
        box-shadow: none;
        background: rgb(48 197 4);
        border: 1px solid rgb(48 197 4);
        color: white;
    }

.btn-outline-warning {
    box-shadow: none;
    background: white;
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}

 

.btn-w-fixed {
    min-width: 160px !important;
    display: inline-block;
    min-height: 30px;
}

.listTemplatesContainer {
    padding: 50px;
}

@media(max-width: 992px) {
    .listTemplatesContainer {
        padding: 20px;
    }
}

.btn-accordion .fa-caret-square-o-down {
    transform: rotate(180deg);
}

.btn-accordion.collapsed .fa-caret-square-o-down {
    transform: rotate(0deg);
}

/* Claudinei Nova implementações*/

.sua-div {
    /*padding: 10px 10% 10px 15%;*/
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000024;
    opacity: 1;
    color: white;
    height: auto !important;
    font-size: 13px !important;
}

.opcoes-div {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000024;
    opacity: 1;
    color: white;
}

.Titulos-v2 {
    color: #fff !important;
    text-align: left !important;
    font: normal normal 300 22px/30px Nissan Brand !important;
    letter-spacing: 0px !important;
    opacity: 1 !important;
    margin: 2px 0px 15px 10%;
    letter-spacing: 0px;
    padding-left: 30% !important;
}

.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 1.0em 0 1.0em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

    .fieldset-border .legend-border {
        font-size: 1.2em !important;
        text-align: left !important;
        width: auto;
        /*padding: 0 10px;*/
        border-bottom: none;
        margin-bottom: 0;
        color: #ffffff;
    }

.InputText-v2 {
    border: 0 !important;
    opacity: 1;
    color: #ffffff;
    background-color: transparent !important;
    font: normal normal 300 12px Nissan Brand;
    width: 100%;
    z-index: 1 !important;
}

    .InputText-v2::placeholder {
        text-align: left;
        font: normal normal 12px 'Nissan Brand Light';
        letter-spacing: 0px;
        color: #acacac;
        opacity: 1;
    }

    .InputText-v2:focus {
        outline: none;
        color: #ffffff;
        font-weight: normal; 
    }

    .InputText-v2:not(:focus) {
        color: white;
        font-weight: bold;
    }

.dropdown-v2 {
    outline: none;
    border: 0 !important;
    opacity: 1;
    color: #ffffff;
    background-color: #1a1a1a !important;
    font: normal normal 300 12px 'Nissan Brand';
    width: 100%;
    z-index: 1 !important;
}

    .dropdown-v2::placeholder {
        text-align: left;
        font: normal normal 12px 'Nissan Brand Light';
        letter-spacing: 0px;
        color: #acacac;
        opacity: 1;
    }

    .dropdown-v2:focus {
        outline: none;
        color: #ffffff;
        font-weight: normal;
    }


.BotoesUX-v2 {
    width: 167px;
    height: 43px;
    background: #3b3b3b 0% 0% no-repeat padding-box;
    color: #a1a1a1;
    opacity: 1;
}

    .BotoesUX-v2:hover, .BotoesUX-v2:hover:active {
        width: 167px;
        height: 43px;
        background: #e20024 0% 0% no-repeat padding-box;
        opacity: 1;
        color: white;
    }

.ListagemHolder-v2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 35px;
    margin-bottom: 20px;
}

.custom-datatable {
    position: relative;
}

    .custom-datatable label {
        display: block;
    }

    .custom-datatable input.custom-search {
        width: 100%;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #000000;
        padding: 5px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid black; /* Cor e estilo da borda inferior, ajuste conforme necessário */
        outline: none; /* Remove a borda de foco ao clicar */
        border-radius: 0;
    }

.custom-datatable_wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 10px; /* Ajuste conforme necessário */
}


/* Adicione estilos para posicionar o ícone ao lado do campo de pesquisa */
.search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-search {
    padding-right: 30px; /* Ajuste conforme necessário para acomodar o ícone */
}

.search-icon {
    position: absolute;
    top: 40%;
    right: 10px; /* Ajuste conforme necessário */
    transform: translateY(-50%);
    color: red; /* Cor do ícone */
    cursor: pointer;
    font-size: 20px;
}


#dtPreAprovacao {
    /* Estilos adicionais da tabela, se necessário */
}

#dtPreAprovacao_filter {
    display: none;
}

.titulo_coluna {
    font: normal normal bold 14px/19px Nissan Brand !important;
    letter-spacing: 0px !important;
    color: #2A2929 !important;
    opacity: 1 !important;
}


.navbar-nav-v2 > li {
    background-color: transparent !important;
    color: #fff !important;
}

    .navbar-nav-v2 > li > a {
        background-color: transparent !important;
        color: #fff !important;
    }

    .navbar-nav-v2 > li > a:hover,
    .navbar-nav-v2 > li > a:focus,
    .navbar-nav-v2 > li > a:active {
        border-bottom: 5px solid #E20024 !important;
    }

.Selecionada-v2 {
    border-bottom: 5px solid #E20024 !important;
}
