@import url('../fonts/font-faces.css');
@import url('./new/basicLayout/colors.css');
@import url('./new/basicLayout/main.css');

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.mh-30 {
    min-height: 30%;
}

.mh-40 {
    min-height: 40%;
}

@keyframes loading-animation {
    0% {
        background: rgba(255, 255, 255, 0.4);
    }
    50% {
        background: rgba(255, 255, 255, 0.8);
    }
    100% {
        background: rgba(255, 255, 255, 0.4);
    }
}

@-moz-keyframes loading-animation
/* Firefox */

{
    0% {
        background: rgba(255, 255, 255, 0.4);
    }
    50% {
        background: rgba(255, 255, 255, 0.8);
    }
    100% {
        background: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes loading-animation
/* Safari and Chrome */

{
    0% {
        background: rgba(255, 255, 255, 0.4);
    }
    50% {
        background: rgba(255, 255, 255, 0.8);
    }
    100% {
        background: rgba(255, 255, 255, 0.4);
    }
}

.loading-data:before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    animation: loading-animation 2s;
    -moz-animation: loading-animation 2s infinite;
    -webkit-animation: loading-animation 2s infinite;
}

.form-label {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    margin-bottom: .14rem;
    margin-top: .36rem;
}

.form-check-inline .form-check-label {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: 0;
}

.pagina-interna-filtro .form-label {
    color: #666666;
    font-family: 'Roboto Bold', sans-serif;
}

.pagina-interna-filtro>div:last-of-type {
    padding-top: 18px;
}


/* .form-control {
    border: solid 1px #DDDDDD;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    padding: 0.2rem 0.375rem;
    min-height: 34px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.0rem + 2px);
}

 */


.font-size-default {
    font-size: 14px;
    line-height: 20px;
}
.font-size-md {
    font-size: .9rem !important;
}
.cursor-acao-click,
.cursor-acao-click:hover,
.cursor-acao-click:focus {
    cursor: pointer;
}

/* .body-modal-proposta .marca-progresso ul {
    display: flex;
}
.marca-progresso ul {
    display: none;
}
.marca-progresso .marca-progresso-item {
    height: 5px;
}
.marca-progresso .marca-progresso-item a {
    border-radius: 5px;
    background: #0873A3;
    cursor: pointer;
    display: block;
    height: 3px;
    margin-right: 5px;
    width: 16px;
}
.marca-progresso .marca-progresso-item a.active {
    height: 5px;
    background: #009774;
} */
.resultado-area {
    font-family: 'Roboto', sans-serif;
    font-size: xx-large;
    line-height: 1;
}
.btn-acao-fazenda {
    align-items: center;
    display: flex;
    min-width: 144px;
}
.btn-acao-fazenda>span:first-of-type {
    display: inline-flex;
    width: 24px;
}
.btn-acao-fazenda .btn-acao-fazenda-label {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    width: 100%;
}
.resultado-valor-negrito {
    font-family: 'Roboto Bold', 'Roboto', sans-serif;
    word-break: break-word;
}
.resultado-fazendas-busca {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
}
.resultado-container-foto {
    border-radius: 8px;
    border: solid 2px #C8C8C8;
    height: 170px;
    overflow: hidden;
    width: 170px;
}
.fazenda-box {
    border-radius: 4px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    color: #666666;
}
.fazenda-box.active {
    background-color: rgba(3, 173, 133, 0.11);
    border: solid 1px rgba(3, 173, 133, 0.5);
    box-shadow: 0px 1px 6px 0px rgba(0, 151, 116, .5);
    color: #2C32FF;
}
.subtitle {
    color: #2C32FF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 8px;
}
.subtitle-line {
    height: 1px;
    border: none;
    background-color: #565656;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.card-contato-registrado {
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 15px;
}
.card-contato-registrado b {
    font-family: 'Roboto Bold', sans-serif;
}
.sessao-conteudo-principal {
    height: 100%;
    overflow: auto;
    position: relative;
}
.logo-kma-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}
#resetBtn {
    letter-spacing: 2px;
    background-color: #2C32FF;
}
#loginBtn {
    background-color: #847C6D;
    border-color: #847C6D;
}
.form-relatorio {
    border: 2px solid #cecece;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 25px;
}
.line-relatorio {
    width: 100%;
    height: 2px;
    background: #cecece;
}
.hide {
    display: none !important;
}
.cor-padrao-kmonitoring {
    background-color: #ffffff;
    box-shadow: #000000;
}
.nome_menu {
    color: #666666;
}
.tela-loading {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
}
.pic-user {
    width: 48px;
    height: 48px;
    border-radius: 25px
}
.tela-loading>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*area inscrita*/
.bg-box-area {
    background: #F7F7F7;
    padding: 15px;
}
.bg-box-area>.alert {
    font-weight: 700;
}
.text-inscrita {
    font-size: 18px;
    color: #902340;
    text-transform: uppercase;
}
.topo-titulo-kmonitoring {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #F05541;
    padding-top: 9px;
}
@media only screen and (max-width: 900px) {
    .topo-titulo-kmonitoring {
        display: none !important;
    }
}
.topo-subtitulo-kmonitoring {
    font-size: 0.56em !important;
}

/*Tabela Periodo*/
.linha-header-table-periodo {
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    margin: 10px 0 0 0;
}
.linha-table-periodo {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
}
.periodo-periodo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.periodo-periodo.verde {
    background: #AACC55;
}
.periodo-periodo.amarelo {
    background: #FFAA55;
}
.periodo-periodo.azul {
    background: #55BBEE;
}
.text-periodo-periodo {
    text-align: center;
    line-height: 130%;
    font-size: 14px;
}
.periodo-periodo-abre {
    width: 10px;
    height: 40px;
    border: 1px solid #FFF;
    border-right: none;
    margin: 0 0 0 10px;
}
.periodo-periodo-fecha {
    width: 10px;
    height: 40px;
    border: 1px solid #FFF;
    border-left: none;
    margin: 0 10px 0 0;
}
.label-data-vigencia {
    color: #5e5e5e;
    font-size: 1.3em;
    font-weight: 300;
}
.label-vigencia {
    color: #898989;
    font-size: 0.6em;
}
.card-vigencia {
    margin-top: 0.9em;
    margin-bottom: 0.9em;
    padding: 0 0 0 1.25em;
}
.card-titulo-periodo {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
}
.card-header {
    border-bottom: solid #CCC 1px;
}
.card-barra-vertical {
    border-left: thin solid #CCC;
}
.card-nova-periodo {
    border: dotted;
    border-radius: 4px;
}
.card-nova-periodo .label-criar {
    width: 100%;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 45px;
}
.deck-periodos-inativas {
    border-top: solid 1px #CCC;
}
.card-deck a {
    text-decoration: none;
    color: #555;
}
.card-nova-periodo svg {
    width: 7em !important;
    height: 2.0em;
}
.fonte-cinza {
    color: #606060 !important;
}
#map {
    height: 250px;
    border-radius: 5px;
}
#map-ai {
    width: 100%;
    height: 300px;
}
#map.mapas {
    height: 100%;
    min-height: 480px;
}

/*TraduÃ§Ã£o Login-Reset Senha*/
.idiomas-inicio {
    width: 100%;
    text-align: right;
}
.idiomas-inicio>div {
    display: inline-block;
    text-align: left;
}
.idiomas-inicio span {
    font-size: 10px;
}
.idiomas-inicio a {
    text-decoration: none;
}
.idiomas-inicio img {
    width: 20px;
    height: 20px;
}

/**/
.container-help {
    display: none;
}

/**/

/*FILTRO*/
.pagina-interna-filtro {
    background-color: #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.pagina-interna-filtro .borda-filtro {
    border-right: dotted 2px #666666;
}
.datepicker {
    padding: 6px !important;
}

/**/
.icon-janela {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 18px;
}
.icon-janela img {
    width: 10px;
    height: 10px;
}
.texto-kmonitoring2018 {
    width: 100%;
    float: left;
    text-align: -webkit-center;
    font-size: 1.5em;
    color: #727272;
    line-height: 0.4em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.texto-kmonitoring2018 strong {
    color: rgba(0, 0, 0, 0.25);
    font-size: 3em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
.botao-acessar {
    /*width: 100%;*/

    text-align: center;
    padding-top: 5%;
}
.botao-acessar a,
.botao-acessar a:hover,
.botao-acessar a:focus {
    color: #2C32FF;
    text-decoration: underline;
}
.login-logo-partner {
    height: 94px;
}
.form-login-input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.form-login-input:focus {
    border: 1px solid #495057 !important;
    box-shadow: 0px 0px 5px 0px #00049E;
    outline: 0 !important;
}
.imagem-agri-bg::before {
    content: '';
    background: url(../../assets/img/bg-page-login.png) no-repeat center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
    background-position: center;
    background-size: cover;
    height: 95%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.texto-agri-bg {
    color: #2C32FF;
    font-family: 'Roboto Thin', 'Roboto', 'sans-serif';
    font-size: 70px;
    font-weight: 100;
    display: block;
    margin-top: 20%;
    text-align: center;
}
.texto-agri-bg b {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
}
.panel-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    flex-grow: 1;
    height: 100%;
    min-height: fit-content;
}
.panel-login .panel-login-div {
    height: 460px;
    margin: 2em;
    width: 620px;
}
.limited {
    max-width: 190px;
    /* Tamanho */

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.balloon {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 247px;
    top: 60.3px;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    z-index: 999;
    transform: rotate(45deg);
}
.notification {
    background: #fff;
    width: 400px;
    height: auto;
    position: absolute;
    right: 230px;
    top: 70px;
    border: 1px solid #DCDCDC;
    z-index: 9;
    box-shadow: 11px 15px 19px -13px rgba(0, 0, 0, 0.59);
}
.not-message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 10px 10px;
}
.more {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 35px;
    padding-top: 5px;
    border-top: 1px solid #DCDCDC;
    color: #2C32FF;
}
#notifications {
    display: none;
}
.count-notification {
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-left: -0.65em;
    margin-top: -0.75em;
    z-index: 9;
}
.more:hover {
    color: #2C32FF;
}

/*LOGIN*/
.bg-login {
    background-image: url(../img/bg-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.bg-color-panel {
    background: #4D4D4D;
    border-bottom: 3px solid #7D0020;
}
.bg-color-panel-basf {
    background: #65AC1F;
    border-bottom: 3px solid #65AC1F;
}
.color-button-login {
    color: #FFF;
    background-color: #7D0020;
    border-color: #7D0020;
    cursor: pointer;
}
.link {
    color: #6e6e6e;
    text-decoration: underline;
}
.link:hover {
    color: #2C32FF;
}
.text-label-monit {
    color: #666666;
    font-family: 'Roboto Medium', Roboto, sans-serif;
    font-weight: 500;
}
.logo {
    width: 180px;
    height: 135px;
}
.logo-monit {
    padding-top: 10%;
}
.box-shadow {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
}
.bg-footer {
    background: #4D4D4D;
    border-top: 3px solid #7D0020;
    min-height: fit-content;
}

/*HOME*/
.container-topo {
    font-weight: 100;
    box-shadow: 3px 3px #F0F0F0;
}
.btteste {
    width: 256px;
    height: 51px;
    background-color: #ffffff;
    color: #2C32FF;
    text-align: center;
    margin-left: 20%;
    border: 2px solid #F8F8F8;
    box-shadow: 2px 2px #F8F8F8;
    margin-top: 10%;
}
.container-topo .botao-selecao-language {
    display: inline-flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*background-color: rgba(255, 255, 255, 0.12);*/
    /*border-radius: 50px;*/
    /*box-sizing: border-box;*/
    /*color: #fff;*/

    font-size: 0.95em;
    /*min-width: 130px;*/

    text-transform: uppercase;
    cursor: pointer;
}
.itens-language span {
    margin-left: 10px;
    color: #545454;
}
.container-topo .botao-selecao-empresa,
.container-topo .botao-selecao-operacao {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.95em;
    min-width: 222px;
    cursor: pointer;
}
.container-topo .botao-notificacoes {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}
.container-topo .botao-menu-hamburguer {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}
.container-topo .botao-usuario {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    color: #666666;
    font-size: 0.95em;
    cursor: pointer;
}
.logo-interna {
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 150px;
}
.container-topo .container-nome-sistema {
    color: #fff;
    font-weight: 100;
    line-height: 100%;
    margin-left: 1em;
}
.container-topo .container-nome-sistema>div:first-child {
    font-size: 1.55em;
}
.container-topo .container-nome-sistema>div:last-child {
    font-size: 0.85em;
    margin-top: 0.5em;
    opacity: 0.75;
}
.container-topo .container-nome-sistema a {
    color: #fff;
    text-decoration: none;
}
.dropdown-menu {
    color: #666666;
    z-index: 100000;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: rgb(176 22 65) !important;
    background-image: linear-gradient(to bottom, rgb(57 5 20), rgba(0, 151, 116, 0.2)) !important;
    color: #ffffff !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: rgb(176 22 65) !important;
    background-image: linear-gradient(to bottom, rgb(57 5 20), rgba(0, 151, 116, 0.2)) !important;
    color: #ffffff !important;
    border-radius: 5px!important;
}
.datepicker td,
.datepicker th {
    padding: 1px 0 !important;
    border-radius: 0 !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: rgb(176 22 65 / 16%) !important;
    border-radius: 5px!important;
}
.container-topo .dropdown-empresa .dropdown-menu {
    max-height: 12em;
    overflow: auto;
    position: relative;
}
.collapse-empresa {
    max-height: 12em;
    overflow: auto;
}
.collapse-textos {
    font-size: 1rem;
    color: #65AC1F;
}
.collapse-textos:hover {
    font-size: 1rem;
    text-decoration: none;
    color: #009774;
}
.card-header {
    padding: 0.5rem 1.25rem;
}
.bg-gray {
    background-color: #808080;
    border-bottom: 3px solid #4D4D4D;
}
.bg-gray:hover {
    background: #999999;
    border-bottom: 3px solid #666666;
}
.ul_idiomas {
    display: inline-flex;
    align-items: center;
    padding-left: 1em;
}
.ul_idiomas b {
    font-weight: 500;
}
.ul_idiomas li {
    list-style: none;
    padding: 10px;
}
.item-nm_user {
    background-color: #ebebeb;
    color: #5f5f5f;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
}
.item-hr-nm_user {
    margin: 0;
}
.dropdown-menu-usuario {
    padding-top: 0px;
    border-radius: 10px;
    margin-bottom: 0;
    color: #5f5f5f;
}
.dropdown-menu-usuario a {
    padding: 0.5rem 0.5rem;
}
.item-menu-usuario {
    color: #5f5f5f;
}
.menu-idioma-selecionado {
    background-color: #212529;
    border-radius: 100%;
}
.cards {
    width: 100%;
    height: 115px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    padding-left: 1.5rem !important;
}
.cards:hover {
    transition: .1s;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.bg-administracao {
    background: #B5AF7A;
}
.bg-administracao:hover {
    background: #a29b5a;
}
.bg-usuario {
    background: #748FB0;
}
.bg-usuario:hover {
    background: #57759a;
}
.bg-permissao {
    background: #CB723F;
}
.bg-permissao:hover {
    background: #a95b2e;
}
.bg-grupo {
    background: #5073B1;
}
.bg-grupo:hover {
    background: #405c8e;
}
.bg-perfil {
    background: #B5AF7A;
}
.bg-perfil:hover {
    background: #a29b5a;
}
.bg-comunicacao {
    background: #5AABB0;
}
.bg-comunicacao:hover {
    background: #468d91;
}
.bg-germoplasma {
    background: #799957;
}
.bg-germoplasma:hover {
    background: #5f7845;
}
.bg-biotecnologia {
    background: #A580B9;
}
.bg-biotecnologia:hover {
    background: #8e5fa7;
}
.bg-cultivar {
    background: #748FB0;
}
.bg-cultivar:hover {
    background: #57759a;
}
.bg-cultura {
    background: #AEA05E;
}
.bg-cultura:hover {
    background: #908449;
}
.bg-kanban {
    background: darkcyan;
}
.bg-modulo {
    background: #5073B1;
}
.bg-modulo:hover {
    background: #405c8e;
}
.bg-obtentor {
    background: #AE4D76;
}
.bg-obtentor:hover {
    background: #8b3d5e;
}
.bg-multiplicador {
    background: #799957;
}
.bg-multiplicador:hover {
    background: #5f7845;
}
.bg-distribuidor {
    background: #A580B9;
}
.bg-distribuidor:hover {
    background: #8e5fa7;
}
.bg-agricultor {
    background: #5AABB0;
}
.bg-agricultor:hover {
    background: #468d91;
}
.bg-periodo {
    background: #CB723F;
}
.bg-periodo:hover {
    background: #a95b2e;
}
.bg-kanban {
    background: #4f67cb;
}
.bg-kanban:hover {
    background: #3153cb;
}
.bg-dashboard {
    background: #5AABB0;
}
.bg-dashboard:hover {
    background: #468d91;
}
.bg-faturamento {
    background: #AE4D76;
}
.bg-faturamento:hover {
    background: #8b3d5e;
}
.bg-proposta {
    background: #CB723F;
}
.bg-proposta:hover {
    background: #a95b2e;
}
.bg-operacao {
    background: #5AABB0;
}
.bg-operacao:hover {
    background: #468d91;
}
.bg-vincuilar-multiplicador {
    background: #748FB0;
}
.bg-vincuilar-multiplicador:hover {
    background: #57759a;
}
.bg-vincuilar-distribuidor {
    background: #CB723F;
}
.bg-vincuilar-distribuidor:hover {
    background: #a95b2e;
}
.list-none {
    list-style: none;
}
.button-send {
    min-width: 200px;
    height: 40px;
    border-radius: 5px;
    background-color: #7D0020;
    color: #fff;
    border-style: none;
    font-family: 'Roboto', sans-serif;
}
.button-send:hover {
    background-color: #b0002d;
    cursor: pointer;
}
.line-right {
    height: auto;
    border-right: 1px #DCDCDC solid;
}
.line-bottom {
    width: 100%;
    border-bottom: 1px #DCDCDC solid;
}
.text-gray {
    color: #4D4D4D;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}
.text-gray-2 {
    color: #4D4D4D;
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
}
.menu {
    list-style: none;
    padding: 0px;
}
.menu li {
    padding: 10px;
    width: 100%;
}
.menu a {
    text-decoration: none;
    color: #4D4D4D;
    font-family: 'Roboto', sans-serif;
}
.menu a li:hover {
    border-radius: 5px;
    background: #009774;
    color: #fff;
}
.menu a li span {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4D4D4D;
    color: #fff;
    margin-top: 3px;
}
.menu a li:hover span {
    background: #fff;
    color: #009774;
}
.row-tamanho .col-2 {
    min-width: 200px;
}
.search {
    border-radius: 20px;
}
.search:focus {
    border-color: #BE7F8F;
    box-shadow: 0 0 0 0.2rem rgba(125, 0, 32, 0.25);
}
.message:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.text-message {
    margin-left: 56px;
    font-family: 'Roboto', sans-serif;
}
.initial {
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #65AC1F;
    color: #fff;
}
.small {
    font-family: 'Roboto', sans-serif;
    font-size: small;
}
.display-none {
    display: none;
}
.page-link {
    background: none;
    border: none;
    color: #666666;
    cursor: pointer;
}
.page-link:hover,
.page-link:active,
.page-link:focus {
    background-color: transparent;
    border: none;
    color: #666666;
    font-weight: bold;
}
.page-item.active .page-link {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

/**/
#dropdownMenuButtonNotificacoes::after {
    display: none;
}

/* Estilo iOS */
.switch__container {
    margin: 30px auto;
    width: 120px;
}
.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}
.switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.switch--shadow+label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}
.switch--shadow+label:before,
.switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--shadow+label:after {
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch--shadow:checked+label:before {
    background-color: #8ce196;
}
.switch--shadow:checked+label:after {
    transform: translateX(18px);
}

/* Estilo Flat */
.switch--flat+label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat+label:before,
.switch--flat+label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch--flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked+label {
    background-color: #8ce196;
}
.switch--flat:checked+label:after {
    margin-left: 60px;
    background-color: #8ce196;
}
.lista {
    list-style: none;
}

/* COTAS */
.distrito_ocultar_ao_filtrar {
    display: none;
}
.regiao_ocultar_ao_filtrar {
    display: none;
}

/* FORM NOVO USUÃRIO - FORÃ‡AR LOWERCASE */
.form-usuario-format {
    text-transform: lowercase;
}
.validate-force-lower {
    text-transform: lowercase;
}
.validate-force-capitalize {
    text-transform: capitalize;
}
@media(max-width: 575px) {
    .label-data-vigencia {
        font-size: 6vw;
    }
}
@media(max-width: 1000px) {
    .card-deck .card {
        flex: none !important;
        margin-bottom: 10px !important;
        min-width: 300px;
        max-width: 300px;
    }

    .label-data-vigencia {
        font-size: 3vw;
    }
}
@media(min-width: 1001px) {
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 10px !important;
        min-width: 300px;
        max-width: 300px;
    }

    .label-data-vigencia {
        font-size: 1.5vw;
    }
}
.modal-inscricao,
.modal-conf-contatos {
    background: rgb(0, 0, 0, 0.75);
}
.modal-inscricao .modal-dialog {
    width: 100%;
    max-width: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}
.modal-inscricao .conteudo-formulario-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-inscricao .modal-content {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border-radius: 6px 6px 0 0;
    height: 85vh;
    margin: 5vh auto;
    max-width: 1280px;
    width: 90vw;
}
.modal-inscricao .modal-content .modal-body {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    /* border-bottom: solid 3em #FFF; */

    background-image: url(/assets/img/img_carregando_estatica.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.modal-inscricao .modal-content .modal-body iframe {
    border: none;
    width: 100%;
}

/*switch*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-height: 13px;
    /* padding-left: 51px;
    flex: inherit;
    flex-wrap: wrap;
    padding: 0 auto;
    margin: 10px 0px 0px 0px; */
}
.toggle-switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BBBBBB;
    -webkit-transition: .4s;
    transition: .4s;
    width: 48px;
    height: 10px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
span.slider.round {
    height: 20px;
    max-width: 40px;
    position: absolute;
    /*top: calc(50% + 10px );*/

    top: 0px;
    left: 0px;
}
input:checked+.slider {
    background-color: #00049E;
}
td input:checked+.slider {
    background-color: #00049E;
}
input:focus+.slider {
    box-shadow: 0 0 1px #666666;
}
input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.nav-tabs {
    color: #009774;
    font-size: 16px;
    text-decoration: none;
    padding: 12px;
    border: none;
}
.teste {
    margin-left: 27px;
    color: #009774;
    font-weight: 400;
}
.menu-cont {
    background-color: RGB(64, 129, 157);
}
.cont {
    background-color: #fff;
    padding-top: 2px;
}
.regional {
    margin-left: 10px;
}
.TextDados {
    color: #009774;
    margin-left: 24px;
}
.textProp {
    color: #666666;
    margin-left: 24px;
}
.cont-text {
    margin-top: 1px;
}
.cont-1 {
    background-color: #e9f0f3;
    border-radius: 8px;
    align-items: center;
    align-content: center;
    margin: 2%;
}
.btn-save {
    width: 128px;
    height: 32;
    background-color: #F05541;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 86%;
    margin-top: 2%;
}
.btn-contato {
    width: 128px;
    height: 32;
    background-color: #F05541;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 0%;
    margin-top: 0%;
}
.btn-save-talhao {
    width: 128px;
    height: 14px;
    background-color: #F05541;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 75%;
    margin-top: 2%;
}
.btn-save-left-large {
    width: 128px;
    height: 24;
    background-color: #F05541;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 5%;
    margin-top: 10%;
}
.flex {
    flex: auto;
    margin-left: 16px;
}
.cardinho {
    width: 592px;
    height: 108px;
    margin-left: 40px;
    margin-top: -18px;
}
.card-teste {
    width: 592;
    height: 217;
    margin-left: 162px;
    top: 6px;
}
.text-to-class {
    margin-top: 40px;
}
.linha-horizontal {
    height: 1px;
    border: none;
    background-color: #009774;
    margin-top: 4px;
    width: 100%;
}
.linha-historico {
    height: 2px;
    border: none;
    color: #009774;
    background-color: #009774;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 95%;
}
.text-titulo-form {
    color: #009774;
    text-align: left;
    font-size: 14px;
    margin-left: 28px;
}
.text-separator-global {
    color: #009774;
    text-align: left;
    font-size: 14px;
}

/*Contato*/
.form-check {
    padding-left: 1.25rem;
}
.card-comentario_r {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    padding: 15px;
    width: 100%;
}
.btn-contato-registro {
    display: block;
    margin-left: -30px;
}
.card-comentario_r>p {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}
.card-contato-comentario-head {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2C32FF;
}
.card-contato-comentario-title {
    display: block;
    font-family: 'Roboto Bold', 'Roboto', sans-serif;
    margin-bottom: 4px;
}
.card-contato-comentario-subtitle {
    display: block;
    margin-bottom: 5px;
}
.card-back {
    background: rgba(242, 242, 242, 1);
}
.card-cont {
    display: grid;
    padding: 30px 0px 0px 30px;
    border-radius: 4px;
    width: 510px;
    height: 115px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.text-area-input {
    border-radius: 4px;
}
.linha-md-horizontal {
    width: 100%;
    height: 2px;
    border: none;
    color: #2C32FF;
    background-color: #2C32FF;
    margin-top: 0px;
    margin-bottom: 0px;
}
.caixa-de-texto-contato {
    width: 560px;
    height: 64px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: 20px;
}
.card-principal-contato {
    margin-top: 40px;
}
.espacamento-div {
    margin-top: 50px;
}
.hr-principal-contact {
    width: 100%;
    height: 2px;
    border: none;
    color: #2C32FF;
    background-color: #2C32FF;
    margin-top: 8px;
    margin-bottom: 0px;
}
.comment-separator {
    height: 2px;
    border: none;
    background-color: #2C32FF;
}

/*Fim do contato*/

/*Inicio Resultado */
.linha-resultado {
    height: 1px;
    border: none;
    background-color: #009774;
    margin-top: 4px;
}
.font-resultado {
    color: #009774;
}
.search-input {
    height: 24px;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.search-input::placeholder {
    font-size: 14px;
    color: #D2D2D2;
    font-style: italic;
}
.cards-principal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 16px;
}
.cards-principal div p {
    margin-bottom: 8px;
}
.cards-principal div>b {
    font-weight: bold;
}

/*Fim do Resultado */

/*Inicio FrustraÃ§Ã£o*/
.card-frustracao {
    background: #fff;
    border: solid 1px #efefef;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .16);
    padding: 15px;
    min-width: 560px;
    width: 100%;
}
.title-frustracao {
    display: flex;
    justify-content: space-between;
    color: #76B8A9;
}
.card-frustracao>p {
    color: #777;
    margin: 15px 0 0 0;
}

/*Fim FrustraÃ§Ã£o*/

/*Inicio Historico*/
.hr-responsa {
    height: 2px;
    border: none;
    color: #009774;
    background-color: #009774;
    margin-top: 0px;
    margin-bottom: 0px;
}
.text-responsa {
    color: #009774;
    font-size: 14px;
    margin-top: 20px;
}
.hr-detalhamemento {
    height: 2px;
    border: none;
    color: #009774;
    background-color: #009774;
    margin-top: 0px;
    margin-bottom: 0px;
}
.text-detalhamemento {
    color: #009774;
    font-size: 14px;
    margin-top: -12px;
}
.text-responsabilidade {
    color: #666666;
}
.text-historico {
    color: #009774;
    font-size: 14px;
    margin-top: 50px;
    margin-left: 30px;
}
.font-frustracao {
    font-size: 14px;
    color: #009774;
    margin: 1px 0px 3px 10px;
}
.texto-frustracao {
    color: #2C32FF;
    font-family: 'Roboto Bold', 'Roboto', sans-serif;
}

/*Fim do Historico*/

/*Inicio Download*/
#proposta-anexos-container {
    margin-top: 0px;
}
#proposta-anexos-container h3 {
    padding-bottom: 20px;
}
#proposta-anexos-container .empty-message {
    color: #777;
}
#proposta-anexos-container table tbody tr td {
    vertical-align: middle;
}
#proposta-anexos-container table th.actions {
    /* width: 150px; */
}
.anexo-button {
    display: flex;
    left: 42%;
}
.area-comentario {
    max-width: 100%;
    margin: 0 auto;
}

/*Fim Download*/

/*Inicio Talões*/
.btn-talhao-resultado {
    width: 128px;
    height: 40px;
    background-color: #F05541;
    border-radius: 4px;
    color: #ffffff;
    margin: 0 230px;
}
#talhao-anexos-container {
    display: none;
}
#talhao-anexos-container h3 {
    padding-bottom: 20px;
}
#talhao-anexos-container .empty-message {
    color: #777;
}
#talhoes-container table {
    margin-bottom: 50px;
}
#talhao-anexos-container table {
    margin-bottom: 50px;
}
#talhao-anexos-container table tbody tr:first-child {
    display: none;
}
#talhoes-container table tbody tr .btn,
#talhao-anexos-container table tbody tr .btn {
    text-align: center;
    width: 120px;
    margin: 0;
}
#talhao-anexos-container table tbody tr td.nm-arquivo {
    vertical-align: middle;
}
#talhoes-container table th.actions,
#talhao-anexos-container table th.actions {
    width: 150px;
}

/*Fim Resultado talhÃµes*/
.espaco-coletado {
    flex-wrap: wrap;
    margin: 0 30px;
    padding: 25px 0px 0px 0px;
}

/*Funcionamento do toogle
  feito inline para resolver de maneira imediata
*/
ul#fazendas_arrendadas {
    margin-top: 8px;
}
ul#fazendas_arrendadas.list-group {
    flex-direction: row;
    flex-wrap: wrap;
    word-break: break-word;
}
ul#fazendas_arrendadas li {
    align-items: center;
    border-color: transparent;
    color: #666666;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0;
    position: relative;
}
ul#fazendas_arrendadas label {
    display: inline-block;
    height: auto;
    min-height: 20px;
    padding-left: 48px;
    position: relative;
}
ul#fazendas_arrendadas li .label {
    padding-top: 2px;
}
.notificacao-create {
    display: none;
}

/*Mineiro*/

/*Verificar tamanho da logo com o bertoni*/

/*Verificar sobre placeholder do login*/
.content-logo {
    padding: 0 5% 5%;
}
.logo-left-login {
    max-height: 174px;
}
.logo-center-login {
    height: 20vh;
    min-height: 60px;
    max-height: 250px;
    margin-top: 40%;
}
.form-login {
    margin-left: 0;
    max-width: 100%;
}
.form-login>input {
    font-size: 16px;
    min-width: 100%;
}
.link,
.link:hover {
    text-decoration: none;
    font-size: 14px;
    color: #6e6e6e;
}
.icon-right-logout {
    font-size: 35px;
    color: gray;
}
.icon-logout {
    text-align: center;
}
.right-logout {
    font-size: 10px;
    color: gray;
}
.border-right {
    height: 100%;
    border-right: 1px solid #b5b5b5;
    margin-right: 10px;
}
.link-logout:hover {
    color: white;
}
.cards-outside {
    background: red;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    padding-left: 1.5rem !important;
}
.btn-kanban-outside {
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}
.items-type-kanban {
    margin-left: 0px;
}

/*Fim do Mineiro*/

/* Select2 Overwride */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 8px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0.40rem;
    border: solid 1px #DDDDDD;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    min-height: 38px;
    padding: 0.275rem 0.475rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group-mb-0+.select2-container--default .select2-selection--single {
    border-width: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 1.8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

/* Select2 Overwride - end */
#map.mapas {
    height: calc(100vh - 5.85rem);
}
.card-custom.card {
    height: auto;
    left: 0;
    top: 0;
}
.card-custom .card-header {
    border-bottom: none;
}
.z-index-1 {
    z-index: 1;
}
@media (min-width: 1200px) {
    .position-xl-fixed {
        position: fixed !important;
    }
}

/* CARD PHOTO GROUP */
.card-photo-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 12px;
    width: 100%;
}
.card-photo-group-header {
    color: #009774;
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
}
.card-photo-group-body {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* CARD PHOTO GROUP //END */

/* CARD PHOTO */

/* TEMPLATE */

/*
    <div class="card-photo">
        <div class="card-photo-header"></div>
        <div class="card-photo-body">
            <label for="photo2">
                <input type="checkbox" name="photo2" id="photo2" />
                <span class="icon">
                    <i class="fas fa-check-circle"></i>
                </span>
            </label>
            <img src="https://via.placeholder.com/350x200.png" alt="Galeria - Foto da Fazenda" />
        </div>
    </div>
    */

/* TEMPLATE //end */
.card-photo {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin: .5rem;
    max-width: 350px;
}
.card-photo-header {
    color: #666666;
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 8px;
    width: 100%;
    word-break: break-word;
}
.card-photo-body {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 350px;
}
.card-photo-body img {
    border-radius: 4px;
    border: solid 2px #DCDCDC;
    width: 100%;
}
.card-photo-body label {
    background: #ffffff;
    border: solid 2px #A1A1A1;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 22px;
}
.card-photo-body label input {
    position: absolute;
    text-indent: 1000%;
    visibility: hidden;
}
.card-photo-body label input+.icon {
    display: none;
}
@keyframes checking {
    0% {
        scale: 0.1;
    }

    100% {
        scale: 1.0;
    }
}
.card-photo-body label input:checked+.icon {
    -webkit-animation: checking 1s ease-in-out;
    animation: checking 1s ease-in-out;
    color: #009774;
    display: block;
    font-size: 16px;
    height: 16px;
    width: 16px;
    margin: 1px;
}

/* CARD PHOTO //END */

/*Responsive Styles*/


/* Smartphones (portrait) ---------------- */
@media only screen
and (max-width : 320px)
{
/* Add Your CSS Styling Here */
}

/* Smartphones (landscape) ---------------- */
@media only screen
and (min-width : 321px)
and (max-width : 767px)
{
/* Add Your CSS Styling Here */
}

/* Tablets (portrait) -------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
/* Add Your CSS Styling Here */
}


/* Tablets (landscape) ------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{
/* Add Your CSS Styling Here */
}

/* Old Desktops and laptops ------------------ */
@media only screen
and (min-width : 1025px)
{
/* Add Your CSS Styling Here */
}

/* Desktops ------------------ */
@media only screen
and (min-width : 1201px)
{
/* Add Your CSS Styling Here */
}


.page-content .container-carregando{

}

.kb-box-card {
    position: relative; /* Garante que o container-carregando fique posicionado dentro do card */
}

.kb-box-card .container-carregando {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Agora ocupa 100% do card, não da tela */
    height: 100%; /* Mesma coisa: ocupa o card */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 60px;    
    transition: all 0.5s ease-in-out 0.4s;
    opacity: 0.8;
}

div.page-content .container-carregando {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 300px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 60px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0.8;
    margin: 0 auto;
    left: 0;
}

div.page-content .container-carregando svg {
    color: #000;
    opacity: 0.2;
}
