* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto,Verdana, sans-serif;
}

.label-primary {
    background-color: #6682a4;
}

.navbar-default {
    background-color: #434c53;
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #000;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #000;
    }

.navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
}

#logo-top {
    position: absolute;
    display: block;
    z-index: 999999;
    margin-left: 15px;
}

#main-menu {
    text-align: center;
}

@media (max-width: 768px) {
    #main-menu {
        width: 100%;
        margin-right: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        margin: 0px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #434c53;
    }
}

.navbar-nav {
    margin: 0px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

/* ========== Loading Overlay (UpdatePanel) ========== */
.PopUpFundo {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    animation: fadeInOverlay 0.2s ease-out;
}

.loading-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #bb0a30;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.loading-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ========== Loading DataTables (Processando) ========== */
.dataTables_wrapper .dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    background-image: none !important;
    z-index: 999999 !important;
    animation: fadeInOverlay 0.2s ease-out;
    font-size: 0 !important;
}

.dataTables_processing .dt-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.dataTables_processing .dt-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #bb0a30;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.dataTables_processing .dt-spinner-text {
    font-size: 14px !important;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* ========== Animations ========== */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

.btn-danger {
    color: #fff;
    background-color: #bb0a30;
    border-color: #bb0a30;
}

.btn-primary {
    color: #fff;
    background-color: #575757;
    border-color: #575757;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background-color: #575757;
        border-color: #575757;
    }

.btn-success {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #434c53;
    border-color: #434c53;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.input-sm {
}

.panel-primary {
    border-color: #b4b7ba;
}

a.glyphicon {
    color: #434c53;
}

a.btn-primary .glyphicon {
    color: #fff;
}

a span.glyphicon {
    color: #434c53;
}



textarea {
    resize: none;
}

.login-bg {
    background-color: #434c53;
    background-image: url("../img/bg-login-icons.png");
}

.login-logo-bar {
    display: block;
    position: relative;
    top: 400px;
    background-color: #fff;
    height: 275px;
    padding: 15px;
    border-bottom: #bb0a30 5px solid;
    width: 590px;
    margin: auto;
}

.login-logo {
    margin-top: 23px;
}

.login-box {
    margin-top: 11px;
}

.login-input-user, .login-input-pass {
    color: #fff;
    border: none;
}

.login-input-user {
    background: #000 url(../img/ico-user.png) no-repeat center right 10px;
    border: 1px solid #7d7f83;
    height: 50px;
}

.login-input-pass {
    background: #000 url(../img/ico-password.png) no-repeat center right 10px;
    border: 1px solid #7d7f83;
    height: 50px;
}


    /*Altera�ao de cor de texto PlaceHolder do Login*/
    .login-input-user::-webkit-input-placeholder,
    .login-input-pass::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    .login-input-user:-moz-placeholder,
    .login-input-pass:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .login-input-user::-moz-placeholder,
    .login-input-pass::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .login-input-user:-ms-input-placeholder,
    .login-input-pass:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }

.login-bt-entrar {
    width: 250px;
    background: #f0c430;
    color: #fff;
    font-weight: bold;
}

    .login-bt-entrar:hover {
        background: #eab230;
        color: #fff;
    }

/*Fim do estilo login*/

.header {
    background: url(../img/menu-bg.jpg) repeat-x top left;
    height: 116px;
}

.header-logo {
    margin: 10px 0 0 0px;
}

.header-box {
    margin-top: 20px;
}

ul.header-dados-user {
    margin: 17px 0 20px 0;
}

.header-dados-user li {
    border-right: 1px solid #666;
    padding: 0 10px;
}

.header-logout a {
    text-transform: uppercase;
    color: #bb0a30;
    position: relative;
    top: 1px;
    font-family: Roboto;
}

ul li.header-logout {
    border-right: none;
}

.header-topo {
    outline: 1px solid red;
    padding-bottom: 20px;
}

.menu {
    margin-top: 0px;
    padding: 0;
}

/*ajusta "estouro" do menu*/

.nav > li > a {
    padding-top: 18px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.user-align {
    margin-left: 115px;
}

@media (min-width: 768px) {
    .menu-align {
        margin-left: 120px;
    }

    .user-align {
        margin-left: 133px;
    }
}


/*Fim ajusta "estouro" do menu*/

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #a3a3a3;
    border-color: #a3a3a3;
}


.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    height: 58px;
    line-height: 2;
    font-size: 12.5px;
}

    .menu ul li a:hover {
        background: #000;
    }

    .menu ul li a:focus, .nav .open > a:focus {
        background: #000;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #337ab7;
}

.menu .dropdown-menu {
}

.dropdown-menu {
    border-radius: 0;
    text-align: center;
    background: #b4b7ba;
}

    .dropdown-menu li {
        height: 30px;
        background: #b4b7ba;
    }

.menu .dropdown-menu li a {
    margin: 0;
    padding: 0;
    color: #434c53;
    height: 30px;
}

    .menu .dropdown-menu li a:hover {
        color: #fff;
        margin: 0;
        background-color: #434c53;
    }


.menu .active {
    background: #126bab url(../img/ico-seta.png) bottom center no-repeat;
}

.header-tit-page h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    color: #202020;
    /*font-family: AudiTypeExtendedBold, Verdana, sans-serif;*/
    font-family: Roboto, Verdana, sans-serif;
}

.breadcrumb {
    margin-top: 15px;
    background: #fff;
}

/* fim estilo header*/



ul.busca-tab li.active a /*Tab Busca Ativa*/ {
    background: #9d9d9d;
    border: none;
    color: #fff;
}

    ul.busca-tab li.active a:hover /*Tab Busca Ativa hover*/ {
        background: #575757;
        border: none;
        color: #fff;
    }

ul.busca-tab li a {
    color: #666;
    border: 1px solid #d4d4d4;
}


    ul.busca-tab li a:hover {
        background: #434c53;
        border: none;
        color: #fff;
    }

div.busca-box {
    border-top: none;
    background: #b4b7ba;
    border: none;
    border-radius: 0 0 5px 5px;
    border-color: #1577bd;
    position: relative;
    z-index: 999;
    top: -2px;
    left: 1px;
}

.busca-tab-box {
    margin-top: 20px;
}

.busca-bt {
    width: 150px;
    color: #fff;
    border: none;
}

    .busca-bt:hover {
        color: #fff;
    }

table.busca-tabela {
    margin-bottom: 0px;
}

    table.busca-tabela tr td {
        border: none;
    }

.titulo-paginas {
    color: #555;
    font-weight: 600;
}

/*Fim estilo box busca*/

.rodape {
    min-height: 50px;
    background: #666;
    margin-top: 55px;
}

.bt-mais-detalhes {
    display: block;
    position: absolute;
    float: left;
    z-index: 9999;
    height: 90px;
    margin-top: -15px;
    margin-left: -14px;
    width: 81.2em;
    border-radius: 3px;
    text-align: center;
    line-height: 6;
    background: url(../img/bg-hover-resultado.png) repeat;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
}

    .bt-mais-detalhes:hover {
        display: block;
        position: absolute;
        float: left;
        z-index: 9999;
        height: 90px;
        margin-top: -15px;
        margin-left: -14px;
        width: 81.2em;
        border-radius: 3px;
        text-align: center;
        line-height: 6;
        background: url(../img/bg-hover-resultado.png) repeat;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        opacity: inherit;
    }

ul.tab-home-dealer li a {
    border-bottom: none;
    height: 145px;
    background: url(../img/bg-tab-dealer-inativo.jpg) repeat-x;
    color: #fff;
    border: 1px solid #fff;
}

    ul.tab-home-dealer li a:hover {
        background: url(../img/bg-tab-dealer.jpg) repeat-x;
    }

        ul.tab-home-dealer li a:hover .badge {
            background: #fff;
            color: #3f67b0;
        }



ul.tab-home-dealer li.active a,
ul.tab-home-dealer li.active a:hover {
    background: url(../img/bg-tab-dealer.jpg) repeat-x;
    color: #fff;
}

ul.tab-home-dealer li.active .badge {
    background: #fff;
    color: #3f67b0;
}

ul.tab-home-dealer .badge {
    margin-top: 13px;
}

div.table-dealer {
    margin-top: -2px;
}

.table-dealer .panel-body {
    margin-top: -4px;
}

.table-dealer table tr th {
    /*background:#3f67b0;*/
    color: #fff;
    border: #3f67b0;
}

.table-dealer table {
    margin-top: 5px;
    border: 1px solid #d5d9dd;
}

.table-dealer .dataTables_filter /*Campo Busca Data Tables*/ {
    float: right;
}

.pagination {
    padding: 0;
    margin: 0;
}

.table-dealer .dataTables_paginate {
    float: right;
}

.panel div.panel-heading {
    background: #ebe9e9;
}

/*TITULO CONTRATO ATIVO*/

.panel div.titulo-contrato-ativo {
    background: #009900;
    color: #FFF;
    border: 1px solid #57c83d;
}

    .panel div.titulo-contrato-ativo span {
        padding: 10px 20px;
        margin: -10px -15px 0 0;
        background-color: #39ab15;
        font-weight: bold;
        text-transform: uppercase;
    }

/*TITULO CONTRATO INATIVO*/

.panel div.titulo-contrato-inativo {
    background: #d73333;
    color: #FFF;
    border: 1px solid #d73333;
}

    .panel div.titulo-contrato-inativo span {
        padding: 10px 20px;
        margin: -10px -15px 0 0;
        background-color: #bc2222;
        font-weight: bold;
        text-transform: uppercase;
    }

/*TITULO CONTRATO BLOQUEADO*/
.panel div.titulo-contrato-bloqueado {
    background: #931a20;
    color: #FFF;
    border: 1px solid #931a20;
}

    .panel div.titulo-contrato-bloqueado span {
        padding: 10px 20px;
        margin: -10px -15px 0 0;
        background-color: #86181d;
        font-weight: bold;
        text-transform: uppercase;
    }

/*TITULO CONTRATO RETIDO*/

.panel div.titulo-contrato-retido {
    background: #fc8008;
    color: #000;
    border: 1px solid #d36800;
}

    .panel div.titulo-contrato-retido span {
        padding: 10px 20px;
        margin: -10px -15px 0 0;
        background-color: #e87200;
        font-weight: bold;
        text-transform: uppercase;
    }

.inconsistencia-box {
    margin-bottom: 10px;
}

    .inconsistencia-box div.panel-body {
        background: #c6c6c6;
    }

    .inconsistencia-box div.panel-heading {
        background: #bb0a30;
        color: #fff;
    }

.ico-auditoria-download {
    font-size: 18px;
}

.input-total {
    margin-top: 10px;
}

.ico-calendario {
    font-size: 18px;
}

.green {
    color: #57c83d;
}

.red {
    color: #cc0000;
}

.orange {
    color: #ffa500;
}

.box-check-nota {
    min-height: 150px;
    background: #c6c6c6;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    float: left;
    width: 100%;
}

.footer-check-nota {
    margin-top: 10px;
    padding-top: 10px;
    background: #d9d9d9;
    padding-bottom: 10px;
}

.img-nota {
    position: relative;
    z-index: 8;
    margin-bottom: 150px;
}

.comunicados-data {
    margin-right: 20px;
}

    .comunicados-data span {
        font-size: 16px;
        position: relative;
        top: 5px;
    }

.comunicados-nome-arquivo {
    line-height: 2;
}

.bt-buscar-usuarios {
    margin-top: 25px;
}

.termo-revisao {
    width: 800px;
}

.logo-rodape {
    margin-top: 10px;
}

table.table thead tr {
    background: #434c53;
}


.bg-login-2 {
    background: url(../img/icones-bg.jpg) no-repeat center 0px;
    background-size: auto auto;
    height: 350px;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 7px solid #bb0a30;
}

.txt-valor-total {
    position: relative;
    top: 10px;
    font-size: 16px;
}

.table tr td {
    text-align: center;
}

table.table {
    margin-bottom: 5px;
}

.campo-busca-dealer {
    margin-bottom: 10px;
}

.table-anexo-nota {
    margin-top: 10px;
    overflow: scroll;
}

.box-termo-revisao {
    height: 325px;
}

.txt-important-box-1 {
    margin-top: 130px;
}

.setas {
    position: fixed;
    height: 69px;
    width: 100%;
    z-index: 10;
    margin-top: 120px;
}



.bt-arrow-left {
    float: left;
}

.bt-arrow-right {
    float: right;
}

.container-sistema {
    min-height: 420px;
}

.fixar {
    position: fixed;
    top: 0px;
}

@media (max-width: 768px) {
    .login-logo-bar {
        top: 20px;
        height: auto;
        padding: 15px 15px 30px 15px;
        width: 90%;
    }
}

@media (min-width: 768px) {

    .fixar {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fixar {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fixar {
        width: 1142px;
    }
}

@media (max-width: 1200px) {
    .menu ul li a {
        font-size: 10.5px !important;
    }
}

.tabela-pop thead tr th {
    color: #fff;
}

.tabela-pop tbody tr td {
    text-align: left !important;
}

.checkbox-msg-pop table tr {
    display: block;
    float: left;
    width: 80px;
    font-weight: normal;
}

.container-check-dealer {
    height: 200px;
    overflow: auto;
}

.botoes {
    margin-bottom: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.BoxGrafico {
    height: 400px;
    width: 100%;
    float: left;
}

.BoxGraficoDobro {
    border: solid 1px #0074a7;
    height: 863px;
    width: 100%;
    float: left;
}

.BoxGraficoInterno {
    height: 342px;
    width: 100%;
    float: left;
}

.groupRowDataTable {
    font-weight: bold;
    text-align: left;
    background-color: #3f67b0;
}

    .groupRowDataTable td {
        text-align: left;
    }

.headBox {
    margin-top: 10px;
}

.panel-title h6 {
    color: #868686;
    margin-top: 0px;
    margin-bottom: 0px;
}

.chatbox-text {
    width: 50%;
    background: #fff;
    float: left;
    border-radius: 0px 20px 20px 20px;
    padding: 20px;
    margin-right: 0%;
    margin-left: 5%;
    color: #000 !important;
    border-color: #33A7EF;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -ms-border-radius: 0px 20px 20px 20px;
    -o-border-radius: 0px 20px 20px 20px;
}

.chatbox-data {
    text-align: left;
    float: left;
    margin: 1rem 0 0 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    width: 80%;
    background: #fff;
    padding: 20px;
}

.chatbox.cliente .chatbox-text {
    width: max-content;
    max-width: 90%;
    background: #fff;
    float: right;
    border-radius: 42px 1px 28px 45px;
    padding: 10px 20px;
    margin-right: 0%;
    margin-left: 5%;
    color: #7A7A7A !important;
    border-color: #6ed42a;
}

.chatbox-text {
    width: max-content;
    max-width: 90%;
    background: #fff;
    float: left;
    border-radius: 1px 36px 20px -8px !important;
    padding: 20px;
    margin-right: 0%;
    margin-left: 5%;
    color: #7A7A7A !important;
    border-color: #0090ec;
}

.chatbox.cliente .chatbox-text p {
    margin: 0px;
    color: gray;
}

.chatbox.cliente .chatbox-data {
    text-align: right;
    float: right;
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    padding: 10px 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml40 {
    margin-left: 40px;
}

.mt50 {
    margin-left: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.oculto {
    display: none;
}

.mt20 {
    margin-top: 30px;
}

.alert-primary {
    color: #bb0a30;
    background-color: #f0c7d2;
    border-color: #bb0a30;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.linha-lg {
    border-bottom: 3px solid #bb0a30 !important;
    width: 162px !important;
    margin-left: 8px;
}

.descontos .form-inline .form-group input {
    width: 55px;
    margin: 2px 0px 2px 5px;
}

.descontos-mt p {
    font-size: 13px;
    margin-top: 30%;
}

.descontos-mt input {
    font-size: 12px;
    margin-top: 17%;
}

.descontos .form-inline .form-group {
    text-align: right;
}

table .descontos tr td {
    text-align: left;
}

.descontos label {
    font-size: 12px;
}

@media (max-width:992px) {
    .descontos-mt p {
        font-size: 13px;
        margin-top: 70%;
    }

    .descontos-mt input {
        font-size: 12px;
        margin-top: 55%;
    }

    .descontos .form-inline .form-group input {
        width: 55px;
        margin: 0px 0px 0px 0px;
    }

    .descontos .form-inline .form-group {
        text-align: left;
    }
}

.editor {
    max-height: 250px;
    height: 20vh;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
    margin-top: 25px;
    font-size: 14px;
}