* {
    margin: 0;
    padding: 0;
}


body {
    font-family: Roboto,Verdana, sans-serif;
}

.height-alert {
    min-height: 163px;
}

@media (max-width:1200px) {
    .height-alert {
        min-height: 133px;
    }
}

.mt20 {
    margin-top: 20px;
}

.pd10 {
    padding-top: 10px;
}

.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;
    }
}

.PopUpFundo {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    animation: fadeInOverlay 0.2s ease-out;
}

textarea {
    resize: none;
}

.login-bg {
/*    background-image: url(../img/bg-login.gif);*/
height:100vh;
}

.login-logo {
    margin-top: 80px;
}

/*.login-box {
    width: 250px;
    margin-top: 60px;
}*/

.login-box {
    background: blue;
    width: 100%;
    display: flex;
    justify-content: center;
    Horizontally center content align-items: center;
    Vertically center content margin-top: 60px;
    background-color: #0095d8;
    padding-top: 36px;
    padding-right: 62.5px;
    padding-bottom:32px;
    padding-left: 62.5px;
    margin-top:80px;
}

.login-input-user, .login-input-pass {
    width: 300px;
    font-weight: 700;
    height: 40px;
    color: #000;
    border-radius: 8px;
}

.login-input-user {
    background: #fff;
}

.table-overflow {
    max-height: 400px;
    overflow-y: auto;
}

.login-input-pass {
    background: #fff;
}


    /*Altera�ao de cor de texto PlaceHolder do Login*/
    .login-input-user::-webkit-input-placeholder,
    .login-input-pass::-webkit-input-placeholder { /* WebKit browsers */
        color: #000;
    }

    .login-input-user:-moz-placeholder,
    .login-input-pass:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #000;
    }

    .login-input-user::-moz-placeholder,
    .login-input-pass::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #000;
    }

    .login-input-user:-ms-input-placeholder,
    .login-input-pass:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #000;
    }

.login-bt-entrar {
    width: 300px;
    background: #2ce6fe;
    color: #0e385b;
    font-weight: bold;
    border-radius: 8px;
    height: 40px;
}

    .login-bt-entrar:hover {
        opacity:0.8;
        color: #000;
    }

/*Fim do estilo login*/

.header {
    /*background: url(../img/menu-bg.jpg) repeat-x top left !important;*/
    background: #0095D8;
    height: 150px;
}

.padding-home {
    position: relative;
    min-height: 1px;
}

@media (min-width: 992px) {
    .padding-home {
        float: left;
        width: 100%;
    }
}


.header-logo {
    width: 50px;
    filter: brightness(100);
    margin: 68px 0 0 -55px;
}

.header-box {
    margin-top: 20px;
}

.header-dados-user li {
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
}

.header-logout a {
    text-transform: uppercase;
    color: #091A3E;
    position: relative;
    text-decoration:underline;
    top: 1px;
    font-family: Roboto;
    font-size:11px;
    font-weight:bold;
}

ul li.header-logout {
    border-right: none;
}

.header-topo {
    outline: 1px solid red;
    padding-bottom: 20px;
}

.menu {
    margin-top: 47px;
    padding: 0;
}

.imgLogo-header {
    width:110px;
    margin-top:31px;
}
/*ajusta "estouro" do menu*/
.nav > li > a {
    padding-top: 18px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}


/*Fim ajusta "estouro" do menu*/


.descricao-completa {
    display: none;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1;
}


.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11.5px;
}

    .menu ul li a:hover {
        background: #126bab;
    }

    .menu ul li a:focus, .nav .open > a:focus {
        background: #126bab;
    }

.menu .dropdown-menu {
}

.dropdown-menu {
    border-radius: 0;
    text-align: center;
    background: #126bab;
}

    .dropdown-menu li {
        height: 30px;
        background: #126bab;
    }

.menu .dropdown-menu li a {
    margin: 0;
    padding: 0;
    height: 20px;
}

    .menu .dropdown-menu li a:hover {
        color: #fff;
        margin: 0;
    }


.menu .active {
    background: #126bab url(../img/ico-seta.png) bottom center no-repeat;
}

.header-tit-page {
    margin-top: 30px;
}

    .header-tit-page h1 {
        font-size: 24px;
        font-weight: bold;
        padding: 0;
        color: #202020;
    }

.breadcrumb {
    margin-top: 15px;
    background: #fff;
}

/* fim estilo header*/



ul.busca-tab li.active a /*Tab Busca Ativa*/ {
    background: #2C434C;
    border: none;
    color: #fff;
}

    ul.busca-tab li.active a:hover /*Tab Busca Ativa hover*/ {
        background: #2C434C;
        border: none;
        color: #fff;
    }
.pagination > .active > a {
    background: #2CE6FE !important;
    border-color: #2CE6FE !important;
    color: #091A3E !important;
}
ul.busca-tab li a {
    color: #666;
    border: 1px solid #d4d4d4;
}


    ul.busca-tab li a:hover {
        background: #2C434C;
        border: none;
        color: #fff;
    }

div.busca-box {
    border-top: none;
    background: #2C434C;
    border: none;
    border-radius: 0 0 5px 5px;
    border-color: #2C434C;
    position: relative;
    z-index: 999;
    top: -2px;
    left: 1px;
}

.btn-editar {
    color: #091A3E;
    background-color: #2CE6FE;
    border-color: #2CE6FE;
    font-weight:bold;
}
.margin-home {
    margin-top:20px !important;
}
.busca-tab-box {
    margin-top: 20px;
}

.busca-bt {
    width: 160px;
    background: #2CE6FE;
    color: #000;
    border: none;
    font-weight:800;
}

    .busca-bt:hover {
        opacity: 0.7;
        background: #2CE6FE;
        color: #000;
    }

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: 70px;
    background: #C0CBD0;
    margin-top: 75px;
}

.bt-mais-detalhes {
    display: block;
    position: absolute;
    float: left;
    z-index: 9999;
    height: 120px;
    margin-top: -15px;
    margin-left: -14px;
    width: 81.2em;
    border-radius: 3px;
    text-align: center;
    line-height: 8;
    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: 120px;
        margin-top: -15px;
        margin-left: -14px;
        width: 81.2em;
        border-radius: 3px;
        text-align: center;
        line-height: 8;
        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: linear-gradient(to bottom, #F3F1F1 50%, #F7F7F7 50%);
    color: #B2B2B2;
    border: 1px solid #fff;
}

    ul.tab-home-dealer li a:hover {
        background: linear-gradient(to bottom, #0095D8 50%, #0C9EE0 50%);
        color: #fff;
    }

        ul.tab-home-dealer li a:hover .badge {
            background: #fff;
            color: #0C9EE0;
        }



ul.tab-home-dealer li.active a,
ul.tab-home-dealer li.active a:hover {
    background: linear-gradient(to bottom, #0095D8 50%, #0C9EE0 50%);
    color: #fff;
}

ul.tab-home-dealer li.active .badge {
    background: #fff;
    color: #3f67b0;
}

ul.tab-home-dealer .badge {
    margin-top: 25px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:125px;/* Certifique-se de definir uma largura m�xima adequada ao seu layout */
}

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;
}
.panelHome {
    margin-bottom: 20px;
    background-color: #fff;
    border:none;
    border-radius: 4px;
}
.table-dealer .dataTables_paginate {
    float: right;
}

.panel div.panel-heading {
    background: #ebe9e9;
}

/*TITULO CONTRATO ATIVO*/

.panel div.titulo-contrato-ativo {
    background: #57c83d;
    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;
    }

.inconsistencia-box {
    margin-bottom: 10px;
}

    .inconsistencia-box div.panel-body {
        background: #ffe6e6;
    }

    .inconsistencia-box div.panel-heading {
        background: #e24242;
        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: #1577bd;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    float: left;
    width: 100%;
}

.footer-check-nota {
    margin-top: 10px;
    padding-top: 10px;
    background: #0e5a90;
    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: 15px;
}

table.table thead tr {
    background: #2C434C;
}


.bg-login-2 {
    /*background: url(../img/icones-bg.jpg) no-repeat left 4px;*/
}

.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 {
    height: 100px;
    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 (min-width: 768px) {
    .fixar {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fixar {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fixar {
        width: 1142px;
    }
}

.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: 500px;
    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;
}

.popUpComunicado {
    width: 35%;
    text-align: left;
    margin-left: 32%;
    margin-right: 32%;
    margin-bottom: 32%;
    margin-top: 25%;
    background-color: white;
    padding: 2%;
    border: solid 2px #e1f5fe;
    border-radius: 7px;
    font-size: 15px
}

/*.table-Fornecedor {
    display: flex;
    align-items: center;
}*/

.table-Fornecedor th {
    text-align: center;
    vertical-align: middle !important;
    padding: 10px 20px !important;
}

.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;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.oculto {
    display: none;
}

.linha-lg {
    border-bottom: 3px solid #1577be !important;
    width: 162px !important;
    margin-left: 8px;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.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;
}

/* Loading panel (UpdatePanel / ModalPopup) */
.loading-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0 16px;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-top: 5px solid #0095D8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.loading-text {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* DataTables processing overlay - full-screen com spinner central */
.dataTables_wrapper .dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    animation: fadeInOverlay 0.2s ease-out;
}

.dataTables_processing .dt-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dt-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-top: 5px solid #0095D8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.dt-spinner-text {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to   { opacity: 1; }
}
