*,:focus{
    outline: none;
}

::-webkit-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-moz-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-o-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-ms-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
    display: none;
}


::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
::-moz-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}
::-o-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}
::-ms-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}

::scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);

}


html{
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    height: calc(100vh - 0px);
    position: relative;
    overflow-x: hidden;
}


div.form_devolucao h5.mt-4 {
    font-weight: 300;
}

div.card-cobranca .mostrarValor:hover{
    text-decoration: none;
}
div.card-cobranca .mostrarValorVoltar:hover{
     background: none;
}
div.card-cobranca .mostrarValorVoltar:hover{
    color: #f6f6f6;
    text-decoration: none;
    left: 8px;
    background: none;
}
div.card-cobranca div.infoValores .card-cobranca-header{
    padding-left: 35px;
}

div.card-cobranca .mostrarValorVoltar{
z-index: 3;
    display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    left: 10px;
    float: left;
    color: #ffff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px;
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    text-align: center;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
div.card-cobranca .mostrarValor svg{
    margin-left: 5px;
}
div.card-cobranca .mostrarValor{
    z-index: 1;
    display: inline-block;
    width: auto;
    position: relative;
    float: right;
    color: #ffff;
    cursor: pointer;
    text-transform: uppercase;

    color: #a3783e;
    font-size: 11px;
    font-weight: 600;
    text-align: center;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    border-bottom: 1px solid #a3783e;
}
div.card-cobranca .mostrarValor i{
    margin-left: 10px;
}

.hide{
    display: none;
}
.modal-xxl{
    max-width: 1280px;
}
.select2-results__option{
    font-size: 13px!important;
}
a.limparFiltro.active{
    display: inline-block;
}
a.limparFiltro:hover{
    background: #496926;
    text-decoration: none;
}
a.limparFiltro{
    display: none;
    width: 100%;
    position: relative;
    float: left;
    color: #ffff;
    cursor: pointer;
    text-transform: uppercase;
    background: #6d9b3a;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 12px;
    margin: 15px 0px 0px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

/*COBRANÇA*/
.bg-cobranca{
    background: #F6F6F6;
    min-height: 500px;
}


.card-cobranca{
    width: calc(100% / 3 - 30px);
    display: inline-block;
    height: auto;
    /*background: #fff;*/
    border-radius: 5px;
    /*border: 1px solid #DDDDDD;*/
    /*box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);*/
    margin: 0 10px 25px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    /*-webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;*/

    opacity: 0;
    -webkit-transform: translate3d(0px,-50px,0px);
    -moz-transform: translate3d(0px,-50px,0px);
    -ms-transform: translate3d(0px,-50px,0px);
    -o-transform: translate3d(0px,-50px,0px);
    transform: translate3d(0px,-50px,0px);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 125px;
    /* overflow: hidden; */
}
.dash-dir.active .card-cobranca.flip .cont{
    opacity: 0;
}
.dash-dir span.sem {
    /* font-weight: 300; */
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 20px;
    width: calc(100% - 30px);
    color: #51652e;
}
.dash-dir span.nomeEmpresa {
    color: #7e8a71;
    width: 100%;
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 10px;
    height: 20px;
    position: absolute;
    margin-top: -25px;
}
.dash-dir.active .card-cobranca .cont{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


.dash-dir.active.com_active .card-cobranca{

    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.dash-dir.active .card-cobranca{
    opacity: 1;

    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);

    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;

    position: relative;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    z-index: 1;



}

.dash-dir span.nomneEmpresa {
    width: calc(100% - 30px);
    display: inline-block;
    position: relative;
    margin-top: -15px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #727578;
}


.dash-dir.active .card-cobranca.flip div.cont{
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
    -o-transform: rotatey(-180deg);
}


.dash-dir.active .card-cobranca.flip{
    z-index: 10;
    max-height: 260px;
}
.dash-dir.active .card-cobranca.ativo{
    opacity: 1!important;
}
.dash-dir.active .card-cobranca.nAtivo{
    /*opacity: 0.7;*/
}

div.card-cobranca.multi{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}
div.card-cobranca.flip div.infoValores {
    max-height: 300px;
    overflow: initial;
    z-index: 12;
    opacity: 1;
    transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    box-shadow: inset 0 3em 0em -14em rgba(255,255,255,0.6), 0 1px 1px -9.2px rgba(100,100,100,1), 0 0em 0px -16px rgba(100,100,100,0.75), 0 8px 10px 0px rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}
div.card-cobranca div.infoValores span.simbolo {
    font-size: 10px;
    padding-right: 8px;
}
div.card-cobranca div.infoValores{
    top: 0px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: inline-block;
    opacity: 0;
    width: 100%;
    height: auto;
    max-height: 140px;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: -2;
    background: #fff;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: rotatey(540deg);
    -ms-transform: rotatey(540deg);
    -moz-transform: rotatey(540deg);
    -webkit-transform: rotatey(540deg);
    -o-transform: rotatey(540deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
div.card-cobranca div.infoValores .valorD{
        float: right;
    padding-right: 15px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final{
    margin-top: 15px;
    margin-bottom: 13px;
}
span.card-cobranca-body-text-value.total div.valorD {
    margin-top: 0px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final:before {
    content: "";
    width: 400px;
    position: absolute;
    left: -30px;
    top: -10px;
    background: #DDDDDD;
    height: 1px;
}
div.card-cobranca div.infoValores .card-cobranca-body-text.final:before{
    content: "";
    width: 300%;
    position: absolute;
    left: -30px;
    top: -10px;
    background: #DDDDDD;
    height: 1px;
}

div.card-cobranca div.infoValores .card-cobranca-body-text{
    display: inline-block;
    position: relative;

}
div.card-cobranca div.infoValores .card-cobranca-body-values{
    display: inline-block;
    justify-content: initial;
    align-items: inherit;
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;

}

.card-cobranca.flip {
    z-index: 1;
}
.card-cobranca:nth-child(1){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.card-cobranca:nth-child(2){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.card-cobranca:nth-child(3){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.card-cobranca:nth-child(4){
    -webkit-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
.card-cobranca:nth-child(5){
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.card-cobranca:nth-child(6){
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.card-cobranca:nth-child(7){
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.card-cobranca:nth-child(8){
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.card-cobranca:nth-child(9){
    -webkit-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}
.card-cobranca:nth-child(10){
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.card-cobranca:nth-child(11){
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.card-cobranca:nth-child(12){
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.card-cobranca:nth-child(13){
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.card-cobranca:nth-child(14){
    -webkit-transition-delay: 3.0s;
    -o-transition-delay: 3.0s;
    transition-delay: 3.0s;
}
.card-cobranca:nth-child(15){
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.card-cobranca:nth-child(16){
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.card-cobranca:nth-child(17){
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.card-cobranca:nth-child(18){
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.card-cobranca:nth-child(19){
    -webkit-transition-delay: 4.0s;
    -o-transition-delay: 4.0s;
    transition-delay: 4.0s;
}
.card-cobranca:nth-child(20){
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.card-cobranca:nth-child(21){
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}

.card-cobranca:nth-child(22){
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}

.card-cobranca:nth-child(23){
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}

.card-cobranca:nth-child(24){
    -webkit-transition-delay: 5.0s;
    -o-transition-delay: 5.0s;
    transition-delay: 5.0s;
}

.card-cobranca:nth-child(25){
    -webkit-transition-delay: 5.0s;
    -o-transition-delay: 5.0s;
    transition-delay: 5.0s;
}

.card-cobranca-header{
    display: inline-block;
    align-items: center;
    width: 100%;
    float: left;
    background: #AA7711;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    position: relative;
    padding: 8px 16px;
}
.card-cobranca-header-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    position: absolute;
    top: 10px;
    right: 10px;
}
.card-cobranca-header-icon > img{
    width: 27px;
}
.card-cobranca-header-text{
    display: flex;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.card-cobranca-body{
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 18px 15px 15px 15px;
}
.card-cobranca-body-line{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin-top: 15px;
    margin-bottom: 10px;
}
.card-cobranca-body-values{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.card-cobranca-body-values span.card-cobranca-body-text.final {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.card-cobranca-body-text, span.card-cobranca-desconto{
        font-size: 11px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    text-align: left;
}
span.card-cobranca-desconto{
    margin-top: 10px;
}

.card-cobranca-body-text-value{
    font-size: 20px;
    font-weight: 300;
    color: #555;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;



    -webkit-transform: translate3d(0px,-30px,0px);
    -moz-transform: translate3d(0px,-30px,0px);
    -ms-transform: translate3d(0px,-30px,0px);
    -o-transform: translate3d(0px,-30px,0px);
    transform: translate3d(0px,-30px,0px);
}
.card-cobranca-body-text-value.val{
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.card-cobranca-body-text-value.desc{
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.card-cobranca-body-text-value.total{
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.dash-dir.active .card-cobranca-body-text-value {
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
.card-cobranca-body-text-value > span{
    font-size: 10px;
}

.cobranca-box span.carrega.active{
    opacity: 1;
}
.cobranca-box span.carrega {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.cobranca-box.active,
.cobranca-box.safra{
    opacity: 1;
}
.cobranca-box{
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.cobranca-box-limited{
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 14px;
    word-break: break-all;
    min-height: 26px;
}
.cobranca-box-limited span{
    width: 100%;
    display: inline-block;
}

.dash-dir{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;

    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;

    width: calc(100% - 10px);
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 0px;
    padding-top: 30px;
    padding-left: 10px;
    margin-left: -10px;
}
.safra-time-line-header{
    display: flex;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 100;
}
.safra-time-line{
    display: flex;
    justify-content: center;
    align-items: center;
}
.safra-time-line-ball{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #66AA11;
    position: relative;
}
.safra-time-line-ball > span{
    position: absolute;
    left: -7px;
    bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #6C7074;
}
.safra-time-line-line{
    width: 95px;
    height: 3px;
    background: #66AA11;
}
.safra-time-line-input{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.safra-time-line-input > div{
    display: inline-block;
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}
.safra-time-line-input > div > label{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6C7074;
    margin-bottom: 0;
}
.safra-time-line-input > div > input{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #BCBCBC;
    outline: none;
}
.cobranca-pesquisa input,
.cobranca-pesquisa-multiplicador input{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #707070;
    position: relative;
    padding: 0 30px;
    margin-bottom: 20px;
    padding-left: 0px;
    outline: none;
}
.cobranca-pesquisa span.busca,
.cobranca-pesquisa-multiplicador span.busca{
    position: absolute;
    top: 0px;
    right: 1px;
}
.cobranca-pesquisa,
.cobranca-pesquisa-multiplicador{
    position: relative;
}
.cobranca-box.cultivar select,
.cobranca-pesquisa-multiplicador select{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: #8c8989;
}

.panel-checkbox-cobranca{
    height: 80px;
    overflow-y: auto;
    overflow-x:hidden;
}

div.cobranca-box.safra .panel-checkbox-cobranca a:hover,
div.cobranca-box.safra .panel-checkbox-cobranca a.active{
    background: #496926;
    text-decoration: none;
}
div.cobranca-box.safra .panel-checkbox-cobranca a{
    display: inline-block;
    position: relative;
    float: left;
    color: #ffff;
    background: #6d9b3a;
    border-radius: 6px;
    padding: 8px;
    width: calc(100% /2 - 4px);
    font-size: 12px;
    margin: 0px 2px 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.panel-checkbox-cobranca .escolha{
    width: 100%;
    display: inline-block;
}
.panel-checkbox-cobranca a:hover,
.panel-checkbox-cobranca label:hover{
    text-decoration: none;
    padding-left: 30px;
}
.panel-checkbox-cobranca a,
.panel-checkbox-cobranca label{
    font-size: 12px;
    font-weight: bold;
    color: #6C7074;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.panel-checkbox-cobranca.cultivar a,
.panel-checkbox-cobranca.cultivar label{

}
.container-checkmark.active .checkmark:after{
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #66AA11;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-checkmark{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 5px);
    margin-left: 0px;
}
.container-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
  }
  .container-checkmark a.active ~ .checkmark,
  .container-checkmark input:checked ~ .checkmark {
    background-color: #fff;
  }
  .container-checkmark a.active .checkmark:after,
  .container-checkmark input:checked .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container-checkmark a.active ~ .checkmark:after,
  .container-checkmark input:checked ~ .checkmark:after {
    display: block;
  }
  .container-checkmark .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #66AA11;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/**/

/*LOTE*/
div#ModalAdicionarLoteSemUbs button.salvando-lote{
    display: none;
}
div#ModalAdicionarLoteSemUbs div#pms {
    display: none;
}
#ModalAdicionarLoteSemUbs .col-md-4 {
    margin-bottom: 20px;
}
.new-lote{
    min-width: 49%;
    max-width: 49%;
    height: 215px;
    border: 3px dashed #BDBFC1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 40px;
    color: #777;
    cursor: pointer;
    flex: 1;
}
.new-lote > div{
    font-size: 30px;
    font-weight: 100;
    margin-top: 10px;
}
.card-lote{
    min-width: 49%;
    max-width: 49%;
    height: auto;
    border: 1px solid #BDBFC1;
    border-radius: 10px;
    flex: 1;
    padding: 0 30px 0px;
}
.title-card-lote{
    font-size: 1.4em;
    color: #777777;
    font-weight: 100;
}
#ModalAdicionarLoteComUbs div#pms{
    display: none;
}
.icon-card-lote{
    font-size: 1.2em;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #777777;
    margin: 0px;
    padding: 0px;
    width: 20px;
    max-width: initial;
    min-width: initial;
    display: block;
    flex: initial;
    text-align: center;
    cursor: pointer;
}

div#ModalAdicionarLoteComUbs button.salvando-lote{
    display: none;
}
form#formItens .col-md-6.iten_politica{
    display: none;
}

form#formItens .row.active .col-md-6 {
    width: calc(33%);
    max-width: calc(33%);
}

.icon-card-copy{
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 1.2em;
    color: #777777;
    margin: 0px;
    padding: 0px;
    width: 20px;
    max-width: initial;
    min-width: initial;
    display: block;
    flex: initial;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 10px;
}
button{
    cursor: pointer!important;
}
button:disabled {
    cursor: not-allowed !important;
}
form#formCopiarLote input#nomeLoteEscrito {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
    padding: 6px 10px;
    line-height: 10px;
    max-width: 400px;
}
.card-lote .titulo-card {
    position: relative;
    z-index: 1;
    word-break: break-all;
    padding-right: 70px;
}
div#modalCopyLote span.retorno span p{
    margin: 0px;
}
div#modalCopyLote span.retorno.retornoSaldo {
    color: #777;
    font-weight: 400;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    margin: 0px;
}

div#modalCopyLote div.alert.d-none{
/*    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    max-height: 0px;
    padding: 0px 1.25rem;
    border: 0px;
    overflow: hidden;
    margin: -10px 0px;
    display: block!important;*/
}
div#modalCopyLote div.alert {

}
div#modalCopyLote .modal-header .row .info-card-lote:last-of-type{
    margin-top: 10px;
}
div#modalCopyLote .modal-header .row .info-card-lote {
    width: calc(100% / 3);
    display: inline-block;
    flex-direction: initial;
    margin: 0px;
    padding: 0px;
    float: left;
}
div#modalCopyLote .modal-header .row .info-card-lote label {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
div#modalCopyLote .modal-header .row {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}
div.reporteLoteCopy .mb-4.card-lote .loteInfo {
    display: none;
}
div#modalCopyLote .alert-tab ul li.retornoCarac{
    display: none;
}
div#modalCopyLote button#btnEditReporteCampoAjax,
div#modalCopyLote button#btnEditReporteCampoLimpar{
    display: none;
}

div#modalCopyLote span.retorno{
    font-size: 15px;
    float: left;
    display: inline-block;
    width: 100%;
    color: #878e95;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form#formCopiarLote span.addNomeLote:hover{
    color: #00a5bd;
}
form#formCopiarLote span.addNomeLote {
    display: inline-block;
    width: 25px;
    height: 34px;
    color: #6f7982;
    font-size: 24px;
    margin-left: 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#modalCopyLote .alert-tab ul {
    max-height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
}
form#formCopiarLote label.tituloLote {
    display: inline-block;
    margin: 0px;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
div#modalCopyLote .modal-dialog.modal-lg {
    min-width: 80%;
    max-width: 80%;
}
div#modalCopyLote .row.lista {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    height: 0px;
    opacity: 0;
}
div#modalCopyLote .modal-header .row button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    outline: none;
}
div#modalCopyLote span.salvandoLote.active,
div#modalCopyLote span.feedbackLote.active{
    height: 30px;
}
div#modalCopyLote span.salvandoLote {
    display: inherit;
    width: 50%;
    float: right;
    text-align: right;
    color: #777;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#modalCopyLote span.feedbackLote span.box {
    width: auto;
    margin-right: 10px;
    font-size: 20px;
}
div#modalCopyLote span.feedbackLote span.box.ok {
    color: #00a40e;
}
div#modalCopyLote span.feedbackLote span.box.erro {
    color: #ac0517;
}
div#modalCopyLote span.feedbackLote span.box b {
    margin-right: 3px;
}
button#btnEditReporteCampoFechar{
    display: none;
}
div#modalCopyLote span.feedbackLote {
    display: inherit;
    width: 50%;
    float: left;
    text-align: left;
    color: #777;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#modalCopyLote .row.lista.active{
    height: 140px;
    padding: 10px;
    opacity: 1;
    display: inline-block;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;*/
}
div#modalCopyLote .row.lista span.box span.nome{
    margin: 5px 30px 5px 10px;
    width: calc(100% - 40px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    max-height: 42px;
    overflow: hidden;
}
div#modalCopyLote .row.lista span.box {
    width: calc(100% / 4 - 10px);
    display: inline-block;
    background: #fc9600;
    border-radius: 10px;
    float: left;
    border: 1px solid #a78105;
    color: #fff;
    margin: 0px 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    max-height: 42px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#modalCopyLote .row.lista span.box span.bt {
    position: absolute;
    top: calc(50% - 8px);
    right: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
}
div#modalCopyLote .row.lista span.box span.bt.remove{
    display: inline-block;
}
div#modalCopyLote .row.lista span.box.erro span.bt.erro,
div#modalCopyLote .row.lista span.box.ok span.bt.ok,
div#modalCopyLote .row.lista span.box.carregando span.bt.carregando{
    display: inline-block!important;
}

div#modalCopyLote .row.lista span.box.carregando span.bt.remove,
div#modalCopyLote .row.lista span.box.carregando span.bt.ok{
    display: none!important;
}

div#modalCopyLote .row.lista span.box.erro span.bt.remove,
div#modalCopyLote .row.lista span.box.erro span.bt.ok,
div#modalCopyLote .row.lista span.box.erro span.bt.carregando{
    display: none!important;
}
div#modalCopyLote .row.lista span.box.ok span.bt.remove,
div#modalCopyLote .row.lista span.box.ok span.bt.erro,
div#modalCopyLote .row.lista span.box.ok span.bt.carregando{
    display: none!important;
}



div#modalCopyLote .row.lista span.box.carregando svg{
    position: absolute;
    top: calc(50% - 13px);
    left: -4px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


div#modalCopyLote div#desejaCadastrarLote {
    display: none;
    width: 100%;
    text-align: center;
}
div#modalCopyLote h5#modalReporteCampolLabelConfirmar {
    display: none;
}
div#modalCopyLote.active h5#modalReporteCampolLabel,
div#modalCopyLote.active form#formCopiarLote,
div#modalCopyLote.active .modal-footer{
    display: none;
}
div#modalCopyLote.active h5#modalReporteCampolLabelConfirmar,
div#modalCopyLote.active div#desejaCadastrarLote{
    display: block;
}

div#modalCopyLote div#desejaCadastrarLote label{
    font-size: 24px;
    margin: 40px 0px;
    display: inline-block;
}
div#modalCopyLote div#desejaCadastrarLote label.ajax {
    display: none;
}

div#modalCopyLote.active div#desejaCadastrarLote {
    margin-bottom: 50px;
}

div#modalCopyLote .row.lista span.box.erro {
    border: 1px solid #ac0517;
    background: #e00034;
}
div#modalCopyLote .row.lista span.box.carregando {
    /*border: 1px solid #0c535f;
    background: #17a2b8;*/
}
div#modalCopyLote .row.lista span.box.ok {
    border: 1px solid #00a40e;
    background: #00b300;
}
.line-lote{
    width: 100%;
    height: 1px;
    background: #BFBFBF;
}

/*MODAL GERMINACAO*/
div#modalGerminacao form#formGwerminacao .info-card-lote.germinacao {
    margin: 10px 0px 15px;
}
div#modalGerminacao form#formGwerminacao input#germinacao_modal {
    margin: 10px 0px 0px;
}
div#modalGerminacao button.salvando-germinacao{
    display: none;
}
div#modalGerminacao .modal-footer {
    margin: 0 15px;
}
/*MODAL GERMINACAO*/


.card-lote .info-card-lote.germinacao span.icon {
    cursor: pointer;
    /* position: absolute; */
    /* top: -1px; */
    /* right: -8px; */
    margin-left: 10px;
}
.info-card-lote{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.info-card-lote > label{
    color: #777;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 100%;
    margin: 0;
}
.info-card-lote > span{
    color: #777;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 15px;
    max-width: 150px; /* Tamanho */
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
form#formGerminacao label {
    margin: 9px 0px;
}
.info-card-lote.germinacao label {
    position: relative;
    display: inline-block;
}
/**/
/*EMBALAGENS*/
.embalagem-button{
    border: 3px solid #BDBFC1;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.embalagem-button:first-child{
    margin-left: 0;
}
.embalabem-selecionada{
    border: 5px solid #28a745;
}
.embalagem-button div > p{
    color: #777;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1rem;
}

.selectCulturaLabel{
    color: #777;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 100%;
    text-transform: uppercase;
}
.inputCapacidadeLabel{
    color: #777;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 100%;
    text-transform: uppercase;
}
/**/
.tela-loading{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
}
.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;
}
/*Tabela Safra*/
.linha-header-table-safra{
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    margin: 10px 0 0 0;
}
.linha-table-safra{
    width: 100%;
    height: 1px;
    background: #d0d0d0;
}
.periodo-safra{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.periodo-safra.verde{
    background: #AACC55;
}
.periodo-safra.amarelo{
    background: #FFAA55;
}
.periodo-safra.azul{
    background: #55BBEE;
}

.text-periodo-safra{
    text-align: center;
    line-height: 130%;
    font-size: 14px;
}
.periodo-safra-abre{
    width: 10px;
    height: 40px;
    border: 1px solid #FFF;
    border-right: none;
    margin: 0 0 0 10px;
}
.periodo-safra-fecha{
    width: 10px;
    height: 40px;
    border: 1px solid #FFF;
    border-left: none;
    margin: 0 10px 0 0;
}

#map{
   height: 250px;
   border-radius: 5px;
   margin: 20px 0;
}
#map-ai{
    width: 100%;
    height: 300px;
}
/*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;
}
/**/
.topo-pagina{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topo-pagina div{
    flex-grow: 1;
}
.topo-pagina div span{
    font-size: 2em;
    font-weight: 100;
}
.topo-pagina nav{
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.topo-pagina nav ol{
    background: none;
    padding: 0rem;
    margin: 0;
}
/**/
/*REPORTE DE PRODUÇÃO*/
.report-create{
    align-items: flex-end;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 25px 12px;
}
.report-create > div{
    box-sizing: border-box;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}
.report-create > div label{
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.report-create > div input select{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.report-create button {
    padding: 0.375rem 3rem !important;
}
.report-title{
    font-size: 1.5em;
    font-weight: 100;
    color: #777777;
    display: inline-block;
}
.report-modal h5{
    color: #777777;
}
.report-modal-button{
    padding: 0.5rem 2.5rem;
}
.report-modal-button:first-child{
    margin-right: 20px !important;
}
.report-modal-fields form > div{
    margin-bottom: 15px;
}

.report-modal-fields label{
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.mensagem{
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 1.7em;
    text-transform: uppercase;
}
.lista-ai-geral{
    width: auto;
    height: 200px;
    overflow: auto;
    border-radius: 5px;
}

.lista-ai > div{
    color: #55aaee;
    text-transform: uppercase;
    border-bottom: 2px solid #55aaee;
    margin: 0 0 10px 0;
}
.lista-ai ul{
    padding: 0;
}
.lista-ai ul li{
    text-transform: uppercase;
    list-style: none;
    padding: 10px 0;
}
.disabled-checkbox{
    color: #e8e8e8;
}
/**/
/*FILTRO*/
.filter
{
    background: #f7f7f7;
    box-sizing: border-box;
    margin-bottom: 20px;
    opacity: 0;
    overflow: hidden;
    padding: 12px;
}
.datepicker{
    padding: 6px !important;
}
.filter > span
{
    border-right: 2px dotted rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #777;
    /* display: block; */
    float: left;
    padding: 1em;
    vertical-align: bottom;
}
.filter > div.ml-auto {
    /* float: right; */
    max-width: 440px;
    position: relative;
    float: right;
}
.filter > div
{
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}
.filter > div label
{
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.filter > div input
{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.filter > div select
{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.filter > div:last-child button
{
    box-sizing: border-box;
    float: left;
}
.filter > div:last-child button:last-child
{
    margin-left: 10px;
}

div.guid-pagina .filter .separador {
    width: auto;
    min-width: 125px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    float: right;
    height: 40px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    /* margin-top: -8px;*/
}
div.guid-pagina form .filter .separador {
    margin-top: -8px;
}
div.guid-pagina .filter .separador a, div.guid-pagina .filter .separador button{
    margin: 0 4px;
    padding: 5px 8px!important;
}

div.guid-pagina .filter .separador span.top {
    position: absolute;
    left: 0px;
    top: -18px;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

div.guid-pagina .filter .separador:before{
    content: '';
    width: calc(100% + 100px);
    /*background: rgb(224, 223, 220);*/
    /*background: #fff;*/
    height: calc(100% + 550px);
    left: 9px;
    /*top: -50px;*/
    bottom: calc(-150px);
    display: inline-block;
    position: absolute;
    z-index: -1;
    /*border-left: 1px solid #bbbbbb;*/
    border-left: 1px solid #d6d6d6;
}
.vincular-multiplicador
{
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.vincular-multiplicador-span{
    font-size: 1.4em;
    font-weight: 100;
}
/**/
.icon-janela{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 18px;
}
.icon-janela img{
    width: 10px;
    height: 10px;
}
.panel-login div.captcha{
    width: 100%;
    display: flex;
    position: relative;
    background-size: 40px;
    min-height: 50px;
    text-align: center;
    justify-content: center;
    margin-bottom: 14px;
}
.panel-login div.captcha div.g-recaptcha {
    z-index: 1;
}
.panel-login div.captcha svg.fa-spinner {
    position: absolute;
    top: 15px;
    left: calc(50% - 20px);
    font-size: 40px;
    opacity: 0.5;
}
.panel-login{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    flex-grow: 1;

    min-height: fit-content;
}
.panel-login .panel-login-div{
    height: 460px;
    margin: 2em;
    width: 620px;
}
.panel-login div.password_expired div.content {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 40px;
}
.panel-login div.password_expired div.content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.panel-login div.password_expired div.content a.color-button-login p {
    margin: 0;
}
.panel-login div.password_expired div.content a.color-button-login:hover {
    color: #fff;
    background: #560218;
}
.limited{
  max-width: 190px; /* Tamanho */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.table td:last-of-type {
    padding: 5px 15px;
}
.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: #65AC1F;
}
#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: #65AC1F;
}
/*LOGIN*/
.bg-login .form-group{
    position: relative;
}
.bg-login .validated_password{
    position: absolute;
    left: calc(100% + 20px);
    width: 210px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    top: -20px;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%);
    font-size: 12px;
    border: 0px solid #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}
.bg-login .validated_password.active {
    max-height: 140px;
    padding: 5px;
    overflow: initial;
    border: 1px solid #d7d7d7;
    opacity: 1;
    z-index: 0;
}
.bg-login .validated_password.active:after {
    left: -20px;
    opacity: 1;
}
.bg-login .validated_password:after {
    content: '';
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: calc(50% - 20px);
    /* transform: rotate(-90deg); */
    background: url(/assets/img/nav-menu-active.png) no-repeat 0 top;
    background-size: 40px;
    filter: drop-shadow(0px 0px 0px #979494);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.bg-login .validated_password span.linha {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
.bg-login .validated_password span.linha svg {
    margin-right: 4px;
    margin-top: 3px;
    display: none;
    float: left;
}
.bg-login .validated_password span.linha.ok{
    color: #1c8935;
}
.bg-login .validated_password span.linha.ok svg.error{
    display: none;
}
.bg-login .validated_password span.linha.ok svg.ok{
    display: block;
}
.bg-login .validated_password span.linha.error{
    color: #8D213D;
}
.bg-login .validated_password span.linha.error svg.ok{
    display: none;
}
.bg-login .validated_password span.linha.error svg.error{
    display: block;
}
.bg-login input.valid_password.ok{
    border: 1px solid #1c8935;
}
.bg-login input.valid_password.error{
    border: 1px solid #8D213D;
}
div.copy p.small.text-center {
    color: #fff;
}
.bg-login{
    background-image: url(../img/bg-login-1.jpg);
    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;
}

.color-button-login{
  color: #FFF;
  background-color: #7D0020;
  border-color: #7D0020;
  cursor:pointer;
}
.link{
  color: #7D0020;
}
.link:hover{
  color: #7D0020;
}
.logo{
    width: 155px;
    height: 175px;
}
.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;
}
footer.bg-footer.login .container a {
    min-width: 100%;
    margin: 0px!important;
    display: inline-block;
    text-transform: uppercase;
}
footer.bg-footer.login .container div.copy p.small.text-center {
    height: auto;
    margin: 0px;
}
footer.bg-footer.login .container div.copy {
    align-items: center;
}
footer.bg-footer.system{
    min-height: 10px;
    height: 85px;
    /*position: absolute;*/
    width: 100vw;
    bottom: 0px;
    overflow: hidden;
}
section.container-fluid.system {
    min-height: calc(100vh - 185px);
}
footer.bg-footer.system img {
    height: 85%;
    margin-bottom: 5px;
}
footer.bg-footer.system .d-flex {
    height: 70px;
    align-items: center;
}
footer.bg-footer.system p.small.text-center {
    margin: 0px;
}

/*HOME*/

.container-topo
{
    background-color: #4D4D4D;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}

.container-topo .botao-padrao-topo
{
    background-color: #5C5C5C;
    color: #fff;
}

.container-topo .col-identificacao
{

}

.container-topo .col-identificacao a
{
    flex: 1;
    display: flex;

    max-width: 100%;
    text-decoration: none;
}

.container-topo .col-identificacao a .logo-interna
{
    max-height: 66px;
}

.container-topo .col-identificacao a .nome-de-exibicao
{
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.container-topo .botao-selecao-language{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;

    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
{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.95em;
    min-width: 320px;
    cursor: pointer;
}

.container-topo .botao-notificacoes
{
    color: #fff;
    cursor: pointer;
}
.container-topo .botao-menu-hamburguer
{
    color: #fff;
    cursor: pointer;
}
.container-topo .botao-usuario
{
    border-radius: 50px;
    color: #fff;
    font-size: 0.95em;
    cursor: pointer;
}

.container-topo .dropdown-empresa .dropdown-menu
{
    max-height: 12em;
    overflow: auto;
    position: relative;
}
/**
 * EXPAND TOP
 */
section.container-topo:hover div.row_expand{
    background: rgb(44 138 251 / 63%);
}
section.container-topo div.row_expand{
    width: 100vw;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 3px;
    background: transparent;
    position: relative;
    cursor: n-resize;
}
section.container-topo div.row_expand:before {
    content: "";
    width: 100%;
    height: 25px;
    background: transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
}
section.container-topo div.row_expand span.icon_arrow{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 20px;
    bottom: -12px;
    /* opacity: 0; */
    color: #2c8afb;
    box-shadow: rgb(1 95 255 / 63%) 0px 0px 0px 1px, rgb(9 30 66 / 30%) 0px 2px 4px 1px;
    cursor: pointer;
}

section.container-topo.active div.row_expand span.icon_arrow{
    bottom: -17px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 4px;
}
section.container-topo div.row_expand:hover span.icon_arrow{
    color: #fff;
    background: #a2c8f7;
}
section.container-topo div.row_expand span.icon_arrow svg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

section.container-topo div.row_expand span.icon_arrow svg.fa-angle-up {
    opacity: 1;
}
section.container-topo.active div.row_expand span.icon_arrow svg.fa-angle-down {
    opacity: 1;
}
section.container-topo.active div.row_expand span.icon_arrow svg.fa-angle-up {
    opacity: 0;
}

section.container-topo.active div.row_expand{
    background: rgb(44 138 251 / 63%);
}

section.container-topo{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 95px;
}

section.container-topo.active{
    max-height: 10px;
}

section.container-topo.active div.content-expand{
    max-height: 0px;
    overflow: hidden;
}
section.container-topo div.content-expand{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 95px;
    /*overflow: hidden;*/
}

/**
 * FIM EXPAND TOP
 */

.collapse-empresa{
    max-height: 12em;
    overflow: auto;
}
.collapse-textos{
    font-size: 1rem;
    color: #65AC1F;
}
.collapse-textos:hover{
    font-size: 1rem;
    text-decoration: none;
    color: #65AC1F;
}
.card-header {
    padding: 0.5rem 1.25rem !important;
}
.bg-gray{
  background-color: #808080;
  border-bottom: 3px solid #4D4D4D;
}
.bg-gray:hover{
  background: #999999;
  border-bottom: 3px solid #666666;
}

section.container-topo div.select-empresa-lista {
    max-width: 340px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /* box-shadow: 0px 0px 4px #9e9e9e; */
    padding-left: 15px;
    padding-right: 15px;
    background: #5C5C5C;
    position: relative;
    margin-bottom: -20px;
}
section.container-topo div.select-empresa-lista span.grupo{
    position: absolute;
    top: -24px;
    right: 0px;
    font-style: italic;
    color: #fff;
    font-size: 15px;
    background: #5c5c5c;
    padding: 5px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 0;
}
section.container-topo div.select-empresa-lista p.sem-empresa {
    margin: 7px auto;
}
section.container-topo div.notificacao {
}

section.container-topo div.usuario {
}

section.container-topo div.dropdown-language {
}

section.container-topo div.select-empresa-lista .select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: 1px solid transparent!important;
    border-radius: 50px!important;
    /*box-shadow: 0px 0px 4px #9e9e9e;*/
}
section.container-topo div.select-empresa-lista select#dropdown-empresa {
    opacity: 0;
}
section.container-topo div.select-empresa-lista .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
section.container-topo div.select-empresa-lista .select2-selection__rendered{
    color: #fff;
}
section.container-topo div.select-empresa-lista .select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fffdfd transparent;
}
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid #aaa!important;
}

.cards{
    width: 100%;
    height: 115px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    padding-left: 1.5rem !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.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-plantabilidade{
    background: #899bb0;
}
.bg-plantabilidade:hover{
    background: #55687f;
}
.bg-plantabilidade-aprova{
    background: #6480b2;
}
.bg-plantabilidade-aprova:hover{
    background: #55687f;
}

.bg-germoplasma{
    background: #799957;
}
.bg-germoplasma:hover{
    background: #5f7845;
}

.bg-biotecnologia{
    background: #A580B9;
}
.bg-biotecnologia:hover{
    background: #8e5fa7;
}

.bg-cultivar{
    background: #738fc1;
}
.bg-cultivar:hover{
    background: #426ebd;
}


.bg-politicacomercial{
    background: #748FB0;
}
.bg-politicacomercial:hover{
    background: #57759a;
}


.grupo-economico{
    background: #748FB0;
}
.grupo-economico:hover{
    background: #57759a;
}


.bg-cultura{
    background: #AEA05E;
}
.bg-cultura:hover{
  background: #908449;
}
.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-auditoria{
    background: #19819f;
}
.bg-auditoria:hover{
    background: #095C74;
}
.bg-safra{
    background: #CB723F;
}
.bg-safra: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;
}
.bg-aprovar-tlu{
    background: #5073B1;
}
.bg-aprovar-tlu:hover{
    background: #405c8e;
}
.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: #65AC1F;
    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: #65AC1F;
}

.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;
  text-align: right;
}

.display-none{
  display: none;
}

.page-link{
  color: #65AC1F;
}

.page-link:focus{
  color: #65AC1F;
}
.page-link:hover{
  color: #65AC1F;
  background-color: #fff;
}

.pagination a.page-link:hover, .pagination span.page-link {
  background: #f4f3f2;
  color: #a0a0a0;
}

/**/

#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);
}



.switch--custom + label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}
.switch--custom + label:before,
.switch--custom + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--custom + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--custom + 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--custom.active + label:before {
    background-color: #8ce196;
}
.switch--custom.active + 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;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(104, 133, 78)!important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(104, 133, 78)!important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: #496926!important;
}
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection{
    border-color: #496926!important;
}


.select2-container--default .select2-selection--single{
    min-height: 37px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px!important;
}

@media print {

  .nao-imprimir
  {
    display: none;
  }

}


@media only screen
and (min-width : 0)
and (max-width : 414px) {
    div#modalCopyLote .row.lista span.box {
        width: calc(100% / 1 - 10px);
    }
    div#modalCopyLote .modal-header .row .info-card-lote {
        width: calc(100% / 1);
    }
    div#modalCopyLote .modal-header .row .info-card-lote:last-of-type {
        margin-top: 0px;
    }

    .card-lote .info-card-lote.germinacao span.icon {
        cursor: pointer;
        position: absolute;
        top: -1px;
        right: -8px;
        margin-left: 0px;
    }

}


@media only screen
and (min-width : 415px)
and (max-width : 768px) {
    div#modalCopyLote .row.lista span.box {
        width: calc(100% / 2 - 10px);
    }
    div#modalCopyLote .modal-header .row .info-card-lote {
        width: calc(100% / 2);
    }
    div#modalCopyLote .modal-header .row .info-card-lote:last-of-type {
        margin-top: 0px;
    }

}


@media only screen
and (min-width : 768px)
and (max-width : 980px) {


}

.ms-container {
    width: 100% !important;
}
#vincular {
    width: 100%;
    float: left;
    clear: left;
    margin-top: 30px;
}