@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
.content-page{
    min-height: auto;
}

body{
    background: #EEEEEE;
}

.card{
    border-radius: 12px;
}

.lato{
    font-family: lato;
}

p, a, input{
    font-family: lato;
}

label{
    font-family: 'lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    align-items: flex-end;
    letter-spacing: 0.1em;
    width: 100%;
}
.wrap-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a{
    text-decoration: none;
}

.lttr-10{
    letter-spacing: 0.1px;
}

.font-10{
    font-size: 10px;
}

.font-12{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-22{
    font-size: 22px;
}

.font-24{
    font-size: 24px;
}

.font-28{
    font-size: 28px;
}

.font-40{
    font-size: 40px;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.fw-800{
    font-weight: 800;
}

.br-4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.br-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.br-20{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

h3.titulo_pagina{
    font-family: 'lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
}

.topbar-login{
    height: 61px;
    padding-top: 5px;
    border-bottom: 1px solid #2E71BF;
}

.login-name-logo{
    color: #0D0D54;
    font-size: 24px;
    line-height: 24px;
    font-family: lato;
    font-weight: 800;
}

.dash-name-logo{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-family: lato;
    font-weight: 800;
}

.topnav-login a{
    color: #0D0D54;
    font-size: 14px;
    line-height: 61px;
    font-weight: 400;
}

.topnav-login li{
    list-style: none;
    display: inline;
    padding-left: 30px;
}

.operacao-placa-input{
    font-size: 33px;
    text-align: center;
}
.operacao-top-bar{
    margin-top: 0px;
    height: 100px;
}
.info-modal-entrada{
    border: 1px black dashed;
}
.white-txt-logo{
    color: #FFFFFF;
    font-size: 25px;
    line-height: 55px;
}

.right-menu > div{
    color: #FFFFFF !important;
    float: right;
    line-height: 55px;
}

.m_slc_width{
    width: 100%;
    max-width: 100% !important;
}

.selectize-front {
    position: absolute !important;
    z-index: 999;
}

.card-profile-left-bar{
    border: 1px solid #DFDFDF;
    background: #F7F7FB;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list-card-profile li{
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-family: lato;

}

#side-menu li > a{
    font-family: montserrat !important;
    color: rgba(0,0,0, 0.68);
    font-size: 12px !important;
    font-weight: 600;
}
#side-menu li > a.sub{
    padding: 15px 0;
    font-weight: 500;
}

#side-menu .sub-menu{
    padding: 5px 0;
}

.dash-horizontal-scrolling-menu{
    width: 100%;
}
.dash-horizontal-scrolling-menu ul{
    margin: 0;
    padding: 0;
    float:left;
    overflow: hidden;
    width: calc(100% - 30px);
    white-space: nowrap;
    padding-left: 30px;
    display: block;
}

.dash-horizontal-scrolling-menu li{
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    line-height: 40px;
}
.dash-horizontal-scrolling-menu li a{
    color: #435D6B;
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
}
.dash-horizontal-scrolling-menu .btn-dash-arrow{
    color: #7c7c7c;
    text-align: center;
    position: absolute;
    font-weight: bold;
    border: none;
    width: 30px;
    line-height: 35px;
    height: 40px;
}
.dash-horizontal-scrolling-menu .btn-dash-arrow.left-arrow{
    background: rgb(242,242,242);
    background: -moz-linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1);

    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.dash-horizontal-scrolling-menu .btn-dash-arrow.right-arrow{
    background: rgb(242,242,242);
    background: -moz-linear-gradient(270deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1);

    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.dash-horizontal-scrolling-menu .btn-dash-arrow.left-arrow:hover{
    background: rgb(194,194,194);
    background: -moz-linear-gradient(90deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2c2c2",endColorstr="#ffffff",GradientType=1);
}

.dash-horizontal-scrolling-menu .btn-dash-arrow.right-arrow:hover{
    background: rgb(194,194,194);
    background: -moz-linear-gradient(270deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, rgba(194,194,194,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2c2c2",endColorstr="#ffffff",GradientType=1);
}
.dash-horizontal-scrolling-menu .btn-dash-arrow:hover {
    color: #2f2f2f;
}

.dash-list-top-buttons ul{
    margin: 0;
    padding: 0;
}

.dash-list-top-buttons li{
    list-style: none;
    display: inline-block;
}

.social-bottom-menu-bar{
    background: #2E71BF;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.social-bottom-menu-bar ul{
    padding: 0;
    margin: 0;
}

.social-bottom-menu-bar ul > li{
    width: 32%;
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}

.social-bottom-menu-bar ul > li > a{
    color: #FFFFFF;
    font-size: 18px;
}

.competencia-div input#competencia{
    border-radius: 0;
    border: none;
    border-bottom: 1px #DEB737 solid;
}
.brd-bottom-gold{
    border-radius: 0;
    border: none;
    border-bottom: 1px #DEB737 solid;
}
.competencia-div i{
    color: #DEB737;
    position: absolute;
    bottom: 25px;
    right: 17px;
}

.pesquisa-div input#pesquisa{
    border-radius: 0;
    border: none;
    border-bottom: 1px #A7A7A7 solid;
}
h4.titulo-box{
    font-family: 'lato';
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    color: #A7A7A7;
}

.sintetico-item .label{
    font-family: 'lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #535353;
}

.sintetico-item .valor{
    font-family: 'lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #535353;
}

.sintetico-item .progress-bar{
    border-radius: 10px;
}

#dre-faturamento{
    font-size: 12px;
}

.dre-collapse-tab:hover{
    background: #f3f7f9;
}

.dre-collapse-tab p{
    margin: 0px;
}

.dre-collapse-tab i{
    position: relative;
    top: calc(50% - 10px);
}

.dre-collapse-tab p.title, .dre-header p{
    font-family: 'lato';
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin: 0px;
}

.ata-collapse-tab:hover{
	background: none !important;
}

input.input-dre-orcado{
    border: none;
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px #A7A7A7 solid;
    width: 100%;
    padding-right: 30px;
}

.col-input-dre-orcado:before{
    content: "Orçado em";
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    position: absolute;
    top: 1px;
    right: 110px;
    pointer-events: none;
}
.dre-content:hover{
    background: #f3f7f9;
}

.dre-content p{
    font-family: 'lato';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #495057;
    margin: 0px;
}

.dre-content i{
    padding: 0 5px;
    font-size: 12px;
    color: #495057;
}

.r-collapse-dre{
    border: none !important;
    margin: 0;
}
.r-collapse-dre th{
    font-family: 'lato';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #373B3C;
    margin: 0px;
    border: none !important;
}

.r-collapse-dre thead th:nth-child(4){
    text-align: right;
}

.r-collapse-dre thead th:nth-child(5){
    text-align: center;
}

.t-dre thead td{
    font-family: 'lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #373B3C;
}

.t-dre tbody td{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #495057;
}

.t-dre tbody td:nth-child(4), .t-dre thead th:nth-child(4){
    text-align: right;
}

.t-dre tbody td:nth-child(5), .t-dre thead th:nth-child(5){
    text-align: center;
}

.card-ld-launch{
    background: #2E71BF;
}

.bg-nvblue{
    background: #2E71BF;
}

.card-ld-launch.launched{
    background: #E2EBEF;
}

.card-ld-launch input{
    color: #1A3555;
    font-size: 16px;
    font-weight: 700;
}

.card-ld-launch.launched p.text-competencia{
    color: #1A3555;
    font-size: 16px;
    font-weight: 700;
}

.card-ld-launch label{
    color: #FFFFFF;
}

.card-ld-launch p.text-competencia{
    color: #FFFFFF;
}

.card-ld-launch.launched label{
    color: #373F47;
}

.card-ld-launch .btn-ld-launch{
    border: 1px #FFFFFF solid;
    border-radius: 5px;
    font-family: 'lato';
    font-size: 16px;
    letter-spacing: 0.1em;
}

.card-ld-launch .btn-ld-launch{
    background: #2E71BF;
    color: #FFFFFF;
}

.card-ld-launch.launched .btn-ld-launch{
    color: #FFFFFF;
}

.card-ld-launch .btn-ld-launch:hover{
    color: #2E71BF;
    background: #FFFFFF;
}

.card-ld-launch.launched .btn-ld-launch:hover{
    color: #2E71BF;
    background: #FFFFFF;
}

.periodo-ld-div i{
    color: #B1B9BD;
    position: absolute;
    bottom: 8px;
    right: 25px;
    font-size: 25px;
    pointer-events: none;
}

.cifra-ld-div span.rs{
    color: #B1B9BD;
    font-weight: 700;
    position: absolute;
    bottom: 22px;
    left: 25px;
    font-size: 16px;
    pointer-events: none;
}

.cifra-ld-div input{
    padding-left: 38px;
}

.div-ld-stts1 > .row{
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

.div-ld-stts1 p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.t-lancamento-diario thead th{
    border: none;
    font-family: 'lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.t-lancamento-diario tbody td{
    font-family: 'lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.card-ld-launch.launched a#see-more-data {
    color: #373F47 !important;
}

.card-ld-launch.launched #see-more-data a, .card-ld-launch.launched #see-more-data i {
    color: #373F47 !important;
}

.card-ld-launch.launched .t-lancamento-diario thead th, .card-ld-launch.launched .t-lancamento-diario tbody td {
    color: #373F47;
}

.ld-right-perfil-image{
    width: 110px;
    height: 110px;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

body[data-sidebar-size="condensed"] .pre-box-card-left {
    display: none;
}

.balao-lateral div {
    display: flex;
    justify-content: center;
    height: 100px;
    cursor: pointer;
}
.balao-lateral .ativo {
    background-color: #FFE8D7;
    border: 1px solid #FF513A;
    height: 100px;
    border-radius: 8px;
}
.balao-lateral .ativo:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 100px;
    left: -21px;
    background: 100% 100% no-repeat url("data:image/svg+xml,%3Csvg width='29' height='100' viewBox='0 0 29 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_2)'%3E%3Cpath d='M28.28 112.5C21.93 112.5 16.78 107.35 16.78 101V86.06C16.78 83.32 15.88 80.65 14.21 78.47L2.86 63.63C-0.34 59.44 -0.29 53.61 3 49.48L14.06 35.59C15.82 33.38 16.78 30.63 16.78 27.81V12C16.78 5.65 21.93 0.5 28.28 0.5' fill='%23FDE7D8'/%3E%3Cpath d='M28.28 112.5C21.93 112.5 16.78 107.35 16.78 101V86.06C16.78 83.32 15.88 80.65 14.21 78.47L2.86 63.63C-0.34 59.44 -0.29 53.61 3 49.48L14.06 35.59C15.82 33.38 16.78 30.63 16.78 27.81V12C16.78 5.65 21.93 0.5 28.28 0.5' stroke='%23EA5341'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_2'%3E%3Crect width='28.28' height='113' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    top: -1px;
}
.ranking-positions > .row{
    border-top: 1px #DFDFDF solid;
}
.ranking-positions p{
    margin: 0px;
    line-height: 49px;
}

#ic_container{
    z-index: 999999;
    position: fixed;
    right: 10px;
    top: calc(100vh - 62px);
    transition: 0.3s ease-in-out;
}

#bar-ic-collapse{
    cursor: pointer;
}

#ic_container{
    width: 440px;
}

.ic_container{
    min-height: 62px;
    background: url('../images/ic_detail.png'), #2E71BF;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -15px 10px -5px rgba(0, 0, 0, 0.1), inset 0px -4px 10px -5px rgba(0, 0, 0, 0.25);
}

.ic_container .ic_icon{
    width: 44px;
    border-radius: 10px;
}

.ic_container .ic_icon i{
    line-height: 44px;
    width: 100%;
    font-size: 18px;
}

.avatar-word{
    margin: 0 auto;
    background: #2e71bf;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

div.dre-collapsible::before {
    content: "\f0d7";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #DEB737;
    position: relative;
    left: 15px;
    display: flex;
    align-items: center;
}

div.dre-collapsible[aria-expanded="true"]::before {
    content: "\f0d8";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #DEB737;
    position: relative;
    left: 15px;
}
.ld-competencia::after{
    content: "\f0d7";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    right: 25px;
    top: 3px;
    pointer-events: none;
}

/* Tabela e paginação */
.cloned_header thead {
    background-color: #cdcdcd;
    color: #fff;
}

.cloned_header {
    z-index: 1;
}

.responsive-table-plugin .sticky-table-header, .responsive-table-plugin table.focus-on tbody tr.focused td, .responsive-table-plugin table.focus-on tbody tr.focused th {
    border-color: #6c757d;
    background-color: #6c757d;
    background: #6c757d;
    opacity: 0.8;
}
    .responsive-table-plugin .btn-default.btn-primary {
    background-color:#6c757d;
    border-color:#6c757d;
}
#barra_pesquisa div, #barra_pesquisa ul {
    float: right;
}
div.campoPesquisa {
    float: left;
}
ul.pagination {
    list-style: none;
}
ul.pagination li {
    margin-left: 5px;
    float: left;
}
ul.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color:#fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}
ul.pagination li.active a {
    background-color:#6c757d;
    color: #FFF;
}
.filtro_lista {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0px;
    cursor: pointer;
}
.filtro_lista:hover > input {
    background-color: #f2f2f2;
}
div.icone_filtro {
    padding: 7px 9px;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
}
b {
    font-weight: 700 !important;
}
/* Fim paginação */

#row-dre:hover .show-hover{
    display: flex !important;
}
.card{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}