@import url('menu-mobile.css');

*, :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: 5px;
    height: 5px;
}

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

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

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

::scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 5px;
    height: 5px;
    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 !important;
    background: #fff;
    width: 100vw;
    min-height: calc(100vh - 30px);
    position: relative;
    overflow: hidden;
    display: inline-block;
    overflow-y: auto;
    height: auto;
}

body {
    background: #fbfbfc;
}

.login {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.login .bg-white-mobile {
    display: none;
}

.login .bg-white div.interno {
    width: 100%;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    /*padding-bottom: 30px;*/
}

.login .bg-white div.interno span.help-block strong {
    line-height: 14px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.login .bg-white {
    -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-width: 0%;
    padding: 0px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.login .bg-login-rh {
    -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-width: 100vw;
    flex: 0 0 100%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 2;
    position: relative;
    background-size: cover;
    background-position: center;
}

.login.active .bg-white {
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.login.active .bg-login-rh {
    max-width: 66.666667%;
}

.bg-login-rh:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    -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;
    background-image: url(../img/bg-login-milho.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 3;
}

.bg-login-rh:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    -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;
    background-image: url(../img/bg-login-girasol.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
}

.bg-login-rh.active:before {
    opacity: 1;
}

.bg-login-rh.activeTwo:after {
    opacity: 1;
}

.bg-login-rh {
    background-image: url(../img/bg-login-trigo.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-bv {
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.logo-bv img {
    width: 50%;
    height: 20vh;
}

.nome-sistema {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px 0;
}

.nome-sistema p {
    margin: 0;
    font-size: 2.0rem;
    color: #666666;
    font-weight: 100;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.nome-sistema p span {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.login form input {
    border: 2px solid #666666;
    height: 40px;
}

.footer-login {
    width: 100%;
}

.footer-terms ul li {
    float: left;
    list-style: none;
    padding-left: 8%;
    color: #428bca;
    font-size: 13px;
    margin-top: 7px;
}

.clear {
    clear: both;
}

/* HEADER DEFAULT */
.header-rh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #00049E, #000233);
    height: 80px;
    width: 100%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.4);
}

.logo img {
    height: 70px;
}

.user-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.perfil-header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

p.perfil-header.bv_admin {
    font-size: 12px;
    font-weight: 300;
}

.empresa-header select {
    color: #fff;
    background: none;
    border: none;
    font-weight: 100;
    cursor: pointer;
}

.divisor {
    width: 1px;
    margin: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha {
    width: 1px;
    height: 65%;
    background: #fff;
}

.btn-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    height: 80px;
    text-decoration: none;
}

.btn-logout:hover {
    text-decoration: none;
    color: #fff;
}

.btn-logout span {
    display: flex;
    font-size: 24px;
}

.btn-logout p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/* TITULO MODULOS */
.title-modulo {
    font-size: 30px;
    font-weight: 100;
    color: #666666;
    text-transform: uppercase;
}

/* BOTÃO MENU */
.btn-menu-rh {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0 10px 25px 10px;
    width: 23%;
}

.btn-menu-rh a:hover div > p {
    color: #00049E;
}

.btn-menu-rh:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.btn-menu-rh > a .nome-btn {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    padding: 15px;
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh > a:hover {
    text-decoration: none;
    color: #666666;
}

.btn-menu-rh p {
    margin: 0;
}

.descricao-btn {
    font-size: 12px;
    color: #666666;
    padding: 15px;
}

/* NAV MENU */
#id-menu-header {
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-header > ul {
    background: #FFFFFF;
    text-decoration: none;
    padding: 8px;
    box-shadow: 0px -4px 22px 0px rgba(0, 0, 0, 0.3);
}

.nav-header > ul li {
    margin: 0 10px;
}

.nav-header > ul li a {
    color: #00049E;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-header > ul li a:hover {
    color: #00049E;
    text-transform: uppercase;
}

.nav-item a {
    position: relative;
}

.nav-item a:before {
    content: "";
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    -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: 0;
}

.nav-item a.active:before {
    opacity: 1;
    top: 100%;
}

/* PAGINA INTERNA */
.bg-title-pages-rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    padding: 16px 24px 8px 24px;
    margin-bottom: 0.5rem;
}

.topo-pagina-rh {
    display: flex;
    flex-direction: column;
}

.topo-pagina-rh nav {
    display: flex;
    flex: 1;
}

.topo-pagina-rh nav ol {
    background: none;
    padding: 0rem;
    margin: 0;
}

.topo-pagina-rh nav ol li a {
    color: #00049E;
}

.topo-pagina-rh nav ol li a:hover {
    color: #00049E;
}

.topo-pagina-rh div span {
    font-size: 2em;
    font-weight: 100;
}

.bg-pages-rh {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 0;
    margin: 0 0 24px 0;
}

.subtitle-pages-rh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px;
}

.subtitle-pages-rh span {
    font-size: 1.25em;
    font-weight: 100;
}

.table-rh {
    margin-top: 0;
}

.table-rh thead {
    font-weight: bold;
    color: #000000;
    background: #BBBBBB;
}

.table-rh thead a {
    color: #000000;
}

.table-rh tbody {
    border-bottom: 2px solid #BBBBBB;
}

.table-rh a {
    color: #666666;
    margin-right: 8px;
    font-size: 18px;
}

.table-rh a:last-child {
    margin-right: 0px;
}

.page-link {
    color: #000000;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.page-link:hover {
    color: #00049E;
    background: none;
}

.ms-container {
    width: 100% !important;
}

small,
.small {
    font-size: 60%;
}

/*FILTRO*/
.filter {
    background: #F0F0F0;
    box-sizing: border-box;
    margin-bottom: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 12px;
    border-radius: 15px 15px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.datepicker {
    padding: 6px !important;
}

.filter > span {
    border-right: 2px dotted rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #706F6F;
    /* display: block; */
    float: left;
    padding: 1em;
    vertical-align: bottom;
}

.filter > div {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}

.filter > div label {
    box-sizing: border-box;
    color: #706F6F;
    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;
}

/* BOTÕES */
.btn-vermelho {
    color: #FFFFFF;
    background: #00049E;
    border: 1px solid #00049E;
    border-radius: 5px;
    padding: 5px 35px;
}

.btn-vermelho:hover {
    color: #FFFFFF;
    background: #00049E;
    border: 1px solid #00049E;
    transition: .3s;
    text-decoration: none;
}

.btn-verde {
    color: #FFFFFF;
    background: #22BB44;
    border: 1px solid #22BB44;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-verde:hover {
    color: #FFFFFF;
    background: #115522;
    border: 1px solid #115522;
    transition: .3s;
    text-decoration: none;
}

.btn-cinza {
    color: #FFFFFF;
    background: #666666;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-cinza:hover {
    background: #000000;
    border: 1px solid #000000;
    transition: .3s;
    text-decoration: none;
}

.btn-login-rh {
    color: #FFFFFF;
    background: #00049E;
    border: 1px solid #00049E;
    border-radius: 5px;
    padding: 3px 50px;
    font-size: 20px;
    margin-top: 15px;
}

.login div.interno .form-group.has-error label {
    margin-bottom: 3px;
}

@media screen and (max-width: 1920px) and (height: 1080px) {
    .footer-terms ul li {
        padding-left: 8%;
        font-size: 17px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .footer-terms ul li {
        padding-left: 7%;
        margin-top: 19px;
    }
}

@media screen and (max-width: 1366px) {
    .footer-terms ul li {
        padding-left: 7%;
        margin-top: 24px;
    }
}

@media screen and (max-width: 1366px) and (height: 768px) {
    .footer-terms ul li {
        padding-left: 7;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1366px) and (height: 625px) {
    .footer-terms ul li {
        padding-left: 7%;
        margin-top: 7px;
    }
}

@media screen and (max-width: 1280px) {
    .footer-terms ul li {
        padding-left: 6%;
        margin-top: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-terms ul li {
        padding-left: 5%;
        margin-top: 6px;
    }
}

@media screen and (max-width: 990px) {
    .footer-terms ul li {
        padding-left: 4%;
        margin-top: 6px;
    }
}

/*@media screen and (max-width: 1920px) and (height: 1080px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 14%;*/
/*    font-size: 17px;*/
/*    margin-top: 25px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 13.8%;*/
/*    margin-top: 20px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1366px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 12.8%;*/
/*    margin-top: 24px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1366px) and (height: 768px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 12.8%;*/
/*    margin-top: 12px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1366px) and (height: 625px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 13.8%;*/
/*    margin-top: 7px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1280px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 12.8%;*/
/*    margin-top: 20px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 11%;*/
/*    margin-top: 6px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 990px) {*/
/*  .footer-terms ul li  {*/
/*    padding-left: 11%;*/
/*    margin-top: 6px;*/
/*  }*/
/*}*/

@media screen and (max-width: 870px) {

    form {
        margin-top: -10px
    }

    .login {
        height: 90vh;
    }

    .login .bg-login-rh, .login .bg-white {
        display: none;
    }

    .login .bg-white-mobile {
        display: block;
        max-width: 100%;
    }

    .nome-sistema p {
        font-size: 1.5rem;
    }

    .nome-sistema p span {
        font-size: 1.4rem;
    }

    .footer-login {
        /*margin-top: -65px;*/
    }

    .footer-terms ul li {
        float: left;
        margin-top: 6px;
        padding-left: 11%;
        font-size: 11px;
    }

    .footer-terms ul li a {
        margin-left: -65px;
    }
}

@media screen and (max-width: 583px) {

    form {
        margin-top: -10px
    }

    .login {
        height: 78vh;
    }

    .login .bg-login-rh, .login .bg-white {
        display: none;
    }

    .login .bg-white-mobile {
        display: block;
        max-width: 100%;
    }

    .nome-sistema p {
        font-size: 1.5rem;
    }

    .nome-sistema p span {
        font-size: 1.4rem;
    }

    .footer-login {
        /*margin-top: -65px;*/
    }

    .footer-terms ul li {
        float: none;
        margin-top: 6px;
    }

    .footer-terms ul li a {
        margin-left: -65px;
        color: #696b6a;
    }
}

/*@media screen and (height: 950px) {*/
/*  .footer-terms ul li  {*/
/*    margin-top: 20px;*/
/*  }*/
/*}*/

table {
    display: block;
    /*overflow-x: auto;*/
    white-space: nowrap;
}

.button-verde {
    background: #22BB44;
    border: 1px solid #22BB44;
}

.button-cinza {
    background: #868e96;
    border: 1px solid #868e96;
}

.button-verde, .button-cinza {
    color: #FFFFFF;
    /*background: #868e96;*/
    /*border: 1px solid #868e96;*/
    border-radius: 5px;
    width: auto;
    height: 35px;
    padding-left: 35px;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}

.button-verde svg, .button-cinza svg {
    position: absolute;
    float: left;
    left: 10px;
    top: 8px;
}

button#image_upload:hover:disabled {
    background: #22BB44;
    border: 1px solid #22BB44;
}

button#image_upload:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

button#import_worksheet:hover:disabled {
    background: #22BB44;
    border: 1px solid #22BB44;
}

button#import_worksheet:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

button#cancelar:hover:disabled {
    background: #868e96;
    border: 1px solid #868e96;
}

button#cancelar:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

div.HeaderDadosExcel {
    margin-bottom: 80px;
    width: 100%;
    display: inline-block;
    color: #5a5a5a;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: initial;
    border-radius: 5px;
    border: 1px solid rgb(209, 202, 216);
    padding: 15px 20px;
    background: #fff;
}

div.HeaderDadosExcel div.head {
    display: inline-block;
    width: calc(100% - 300px);
    float: left;
}

div.HeaderDadosExcel div.acoes {
    display: inline-block;
    width: auto;
    float: right;
    padding-top: 6px;
}

div.HeaderDadosExcel div.acoes a:hover {
    color: #fff;
}

div.HeaderDadosExcel div.acoes a {
    float: left;
    margin: 0 5px 0px 0px;
    color: #fff;
    cursor: pointer;
}

div.HeaderDadosExcel div.acoes button.btn-success {
    float: left;
    margin-right: 6px;
}

div.HeaderDadosExcel div.acoes form {
    width: auto;
    float: left;
    display: inline-block;
    margin-left: 10px;
}

div.HeaderDadosExcel span {
    width: calc(100% / 5);
    display: inline-block;
    float: left;
}

div.temDadosExcel {
    width: 100%;
    display: inline-block;
    position: relative;
}

div.temDadosExcel div#table_id_length {
    position: absolute;
    top: -35px;
    left: 0px;
}

div.temDadosExcel div#table_id_filter {
    position: absolute;
    top: -45px;
    right: 0px;
}

div.tabela .dataTables_wrapper .dataTables_scroll {
    clear: both;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

div.tabela {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    color: #5a5a5a;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: initial;
    border-radius: 5px;
    border: 1px solid rgb(209, 202, 216);
    background: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

div.tabela .row {
    width: 100%;
    margin: 0px;
    display: inline-block;
    min-height: 225px;
    overflow-x: auto;
}

table.table thead,
table.table tbody {
    width: 100%;
    display: table;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    /* margin-top: -18px; */
    padding: 0px;
    display: flex;
    min-height: 200px !important;
    height: auto !important;
}

div.tabela ol {
    padding: 0px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0px;
}

div.tabela ol li {
    padding: 5px 10px;
    font-size: 15px;
    border-top: 1px solid #e9ecef;
    background: #fff;
    list-style-position: inside;
}

div.tabela ol li a:hover {
    color: #0c0c0c;
}

div.tabela ol li a {
    color: #5a5a5a;
}

div.tabela ol li:nth-child(odd) {
    background: rgb(247, 246, 246);
}

table.table {
    opacity: 0;
}

table.table td.text-center {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 70px;
}

table.table.show {
    opacity: 1 !important;
}

table.table_list {
    width: 100% !important;
    display: inline-table;
}

table.table.table-rh.table-striped.table-sm.dataTable.no-footer {
    width: 100% !important;
    display: inline-table;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 5px !important;
    padding: 3px 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    /* background: linear-gradient(to bottom, #218838 0%, #186329 100%); */
    color: #000 !important;
    border-color: #d1cad8;
    background: transparent;
}

div.dataTables_wrapper input {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    outline: none;
    padding: 4px 10px;
    color: #444444;
    line-height: 10px;
    font-size: 15px;
}

table.dataTable thead th {
    border-bottom: 1px solid rgb(209, 202, 216);
    background: rgb(250, 249, 251);
    border-top: 0px;
    padding: 5px 18px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(51, 51, 51);
    line-height: 1.1;
    border-right: 1px solid #d1cad8;
}

table.dataTable thead th:last-child {
    border-right: 0px solid #d1cad8;
}

.table a[data-toggle="tooltip"] {
    color: #fff;
    font-size: 12px;
    padding: 0.25em 0.4em;
}

table.dataTable tbody td {
    padding: 5px 10px;
    font-size: 15px;
    border-bottom: 1px solid #e9ecef;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
.table thead th {
    background: #f1f1f1;
    border-bottom: 1px solid #c3c3c3;
}

td.dataTables_empty {
    /*color: #4e4e4e;*/
    /*text-align: left;*/
    /*width: 100vw;*/
    /*display: inline-block;*/
}

div#salvar_dados {
    /*margin-left: -15px;*/
}

div#table_id_length {
    text-align: left;
}

div#table_id_paginate {
    margin-top: 14px;
    margin-right: 5px;
    font-size: 14px !important;
    font-weight: 400;
}

div#table_id_info {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 15px !important;
    font-weight: 300;
}

div#table_id_length select {
    border: 1px solid #bbbbbb;
    width: auto;
    font-size: 14px;
    height: auto;
}

table {
    background-color: transparent !important;
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    display: table;
    border-spacing: 0;
    white-space: inherit;
}

.dataTables_scrollBody {
    background: transparent !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(247, 246, 246);
}


.uploadExcel {
    width: 100%;
    display: inline-block;
    /*height: calc(100vh - 300px);*/
    position: relative;
    margin-bottom: 60px;
}

.uploadExcel.hide {
    display: none !important;
}

.uploadExcel .box {
    width: calc(100% / 3 - 30px);
    height: 150px;
    margin: 0 10px;
    display: inline-block;
    background: #ffff;
    border-radius: 6px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    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;
    z-index: 1;
}

.uploadExcel .box:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: red;
    z-index: -1;
    background: #a9e4f7;
    -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;
    background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
    background: -webkit-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
    background: linear-gradient(to bottom, #a9e4f7 0%, #0fb4e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9e4f7', endColorstr='#0fb4e7', GradientType=0);

    opacity: 0;
}

.uploadExcel .box:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #c3c3c3;
    /*border-style: dashed;*/
    border-width: 2px;
    border-collapse: separate;
    border-spacing: 130px;
    border-radius: 6px;
    z-index: -1;
    background: transparent;
    -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;
}

.uploadExcel .box:hover:after,
.uploadExcel .box.enviando:after {
    border-width: 2px;
    border-color: rgba(7, 91, 136, 0.57);
}

.uploadExcel .box:hover,
.uploadExcel .box.enviando,
.uploadExcel .box.active {
    box-shadow: 0px 18px 20px -12px rgba(100, 194, 245, 0.38), 0px 15px 10px -12px rgba(21, 21, 21, 0.5);
}

.uploadExcel .box:hover:before,
.uploadExcel .box.enviando:before,
.uploadExcel .box.active:before {
    opacity: 0.1;
}

.box svg.icone {
    position: absolute;
    top: 30px;
    font-size: 50px;
    -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;
    color: #666666;
}

.uploadExcel .box:hover svg.icone,
.uploadExcel .box.enviando svg.icone {
    color: rgb(7, 91, 136);
}

.uploadExcel .box.active svg.icone {
    color: rgb(21, 115, 6);
}

.uploadExcel .box.active:after {
    border-color: rgb(21, 115, 6);
}

.uploadExcel .box form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #666666;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 50px;
    -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;
}

.uploadExcel .box form span.close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer;
    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;
}

.uploadExcel .box.active form span.close {
    top: 10px;
    right: 14px;
    opacity: 1;
    z-index: 3;
}

.uploadExcel .box.active form .bts button#image_upload {
    opacity: 1;
    top: 0px;
    border: 1px solid #022d0b;
    box-shadow: 0px 5px 10px -8px #24bb44;
    -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;
}

.uploadExcel .box.active form .bts button#image_upload:hover {
    background: #179433;
    box-shadow: 0px 10px 10px -8px #24bb44;
}

.uploadExcel .box form .bts button#image_upload {
    opacity: 0;
    top: -50px;
    -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;
}

.uploadExcel .box form .bts {
    width: 100%;
    position: absolute;
    bottom: -50px;
    text-align: center;
    z-index: 1;
}

.uploadExcel .box:hover form,
.uploadExcel .box.active form {
    padding-top: 70px;
}

.uploadExcel .box input#file {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.uploadExcel .box span.txt {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font-style: italic;
    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;
}

.uploadExcel .box.enviando span.txt,
.uploadExcel .box.active span.txt {
    opacity: 1;
}

.uploadExcel .box span.loader {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #b5c7d1;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
    opacity: 0;
}

.uploadExcel .box.enviando span.loader {
    opacity: 1;
}

.uploadExcel .box.enviando form {
    opacity: 0;
}

.alert.upload {
    margin-top: 20px;
    margin-bottom: -20px;
    display: none;
    width: 100%;
}

div.menuBts {
    position: absolute;
    top: 0px;
    right: 10px;
    /*z-index: 10001;*/
}

div.menuBts a.newWO {
    float: right;
    padding-left: 18px;
    color: #fff;
}

div.menuBts a.newWO svg {
    margin-left: -8px;
    margin-right: 6px;
}

a.newRow {
    padding-left: 18px;
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -28px);
}

a.newRow svg {
    margin-left: -8px;
    margin-right: 6px;
}

div.menuBts a.newWO-list {
    float: right;
    margin-right: 10px;
    color: #fff;
}

div.menuBts a.newWO-list svg {
    margin-right: 5px;
}

a.btn:hover {
    color: #fff;
}


/*NOTIFICATION*/
div#notification {
    position: fixed;
    bottom: 10px;
    /*background: red;*/
    z-index: 10000;
    right: 10px;
    width: 200px;
    height: 50px;
    color: #000;
    -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#notification .notification {
    position: relative;
    top: 100%;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 0px 10px;
    padding-left: 30px;
    line-height: 17px;
    font-size: 15px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    -o-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

div#notification .notification span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

div#notification .notification svg {
    position: absolute;
    left: 5px;
    top: calc(50% - 8px);
}

div#notification .notification.active {
    top: 0px !important;
    opacity: 1 !important;
    max-height: 100% !important;
    -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#notification .notification.ok,
div#notification .notification.error,
div#notification .notification.salvando {
    max-height: 0%;
    opacity: 0;
    overflow: hidden;
}

div#notification .notification.ok {
    border: 1px solid #275d20;
    color: #275d20;
}

div#notification .notification.error {
    border: 1px solid #670d12;
    color: #670d12;
}

div#notification .notification.salvando {
    border: 1px solid #104696;
    color: #104696;
}

/*NOTIFICATION*/


/*menu_uploadExcel*/
aside.menu_uploadExcel {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 90vh;
    position: absolute;
    overflow: hidden;
    top: 80px;
    right: 0px;
    z-index: -1000;
    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;
}

aside.menu_uploadExcel.active,
.mobile.mob-sub-menu.is-active ~ aside.menu_uploadExcel {
    opacity: 1;
    z-index: 1000;
    background: rgba(247, 244, 244, 0.7);
    cursor: pointer;
    height: calc(100vh - 80px);
}

aside.menu_uploadExcel.active .box-close {
    background: transparent;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: calc(100% - 450px);
    z-index: 0;
}

aside.menu_uploadExcel.active .content {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
    cursor: initial;
}

aside.menu_uploadExcel .content {
    padding-top: 60px;
    min-width: 450px;
    max-width: 450px;
    display: inline-block;
    background: #fff;
    float: left;
    height: calc(100vh - 80px);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
    -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;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
}

aside.menu_uploadExcel .uploadExcel .box {
    width: calc(100% - 40px);
    margin: 0px 20px;
}

aside.menu_uploadExcel .content span.close {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    font-size: 20px;
}

/*menu_uploadExcel*/
p.sem-resultado {
    font-size: 18px;
    padding: 10px 20px;
    background: #fff;
    display: initial;
    border: 1px solid #c9c9ca;
    width: 100%;
    float: left;
    border-radius: 8px;
    margin-top: 0px;
    color: #706F6F;
    text-align: center;
}

p.sem-resultado a.newWO {
    border-bottom: 1px solid #2779f6;
    padding: 0px 4px;
}

p.sem-resultado a.newWO:hover {
    text-decoration: none;
}

/*sem resultado datatable*/
table.dataTable.sem {
    display: inline-grid;
    opacity: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

table.dataTable.sem thead,
table.dataTable.sem tbody {
    width: 100%;
    display: inline-table;
}

table.dataTable.sem tbody td {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

table.dataTable.sem tbody {
    border-bottom: 0px;
}

form#formFiltro {
    display: inline-block;
    height: auto;
    width: 100%;
    color: #5a5a5a;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: initial;
    border-radius: 5px;
    border: 1px solid rgb(209, 202, 216);
    padding: 15px 20px;
    background: #fff;
    padding-bottom: 5px;
}

form#formFiltro .filter {
    opacity: 1;
    overflow: inherit;
    width: 100%;
    height: auto;
    display: inline-block;
    background: transparent;
    border: 0px;
    padding: 0px;
}

form#formFiltro .esq {
    width: calc(100% - 300px);
    display: inline-block;
    float: left;
}

form#formFiltro div.esq div {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0px 20px 10px 0px;
}

form#formFiltro div.esq div:last-of-type {
    margin-bottom: 0px;
}
form#formFiltro .bt {
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

div.temDadosExcel .filtros {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

td.dataTables_empty {
    width: calc(100% - 20px) !important;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

a.export {
    float: right;
    margin-left: 10px;
    display: none;
}

a.supplierWork {
    float: right;
    margin-left: 10px;
    display: none;
}

/*sem resultado datatable*/

a.newCustomer {
    float: right;
    margin-left: 10px;
}

div.menuBts a.newCustomer svg {
    margin-left: -4px;
    margin-right: 6px;
}

a.btn.users {
    margin-right: 10px;
}

a.btn.users svg {
    margin-right: 5px;
}

a.btn.dashboard {
    float: left;
    margin-right: 10px;
}

div.menuBts a.register {
    /*display: none;*/
}

div.uploadExcel {
    margin-bottom: 100px;
    max-width: 400px;
    float: left;
}

td.text-left {
    text-align: center !important;
}

/*div.temDadosExcel {*/
/*float: left;*/
/*width: calc(100% - 400px);*/
/*margin-top: 20px;*/
/*}*/
div.uploadExcel .box {
    width: calc(100% / 1 - 50px);
    margin-top: 20px;
}

div.uploadExcel {
    display: none;
}

aside.menu_uploadExcel div.menuBts {
    display: none;
}

aside.menu_uploadExcel div.uploadExcel {
    display: inline-block;
    width: 100%;
    max-width: 480px;
}

a.export {
    display: block;
}

form#formWorkordersModal div#contentModal {
    display: inline-block;
    width: 100%;
}

div#workordersModal .modal-dialog {
    min-width: 650px;
}

div#workordersModal .col-md-4 {
    float: left;
    margin-bottom: 10px;
}

select:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    width: 100%;
    background: #fff;
    border: 1px solid #ced4d9;
}


.table-rh tbody td {
    text-align: center;
}


div.paginacao span.page-link {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

div.paginacao .page-item:hover span {
    background: white;
    border-color: #2779f6;
}

div.paginacao {
    position: relative;
    margin-top: 0px;
    margin-bottom: -20px;
    border-top: 1px solid #d1cad8;
    padding-top: 15px;
}

.jcalendar select:first-child, .jcalendar select:last-child {
    width: auto;
}

div#alerts strong {
    margin-right: 5px;
}

div#alerts .alert-tab ul {
    margin: 0px;
}

.btn-outline-primary {
    border-color: #007bff !important;
}

button#limparBtn {
    border-color: #868e96;
}

button#limparBtn:hover,
.btn-outline-primary:hover,
button.btn.btn-success:hover {
    color: #fff !important;
}


button:disabled,
a:disabled {
    cursor: not-allowed !important;
}

select:disabled {
    background: rgba(214, 213, 213, 0.23) !important;
}


@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.menuBts .btn:focus, .menuBts .btn:hover {
    color: #fff !important;
}

.menuBts .btn.dashboard:focus {
    color: #007bff !important;
}


/*  Dashboard  */
div#dashboardModal .modal-dialog {
    min-width: 90vw;
    max-width: 90vw;
    /*min-height: 90vh;*/
    /*max-height: 90vh;*/
}

div#dashboardModal div#contentModal {
    min-height: calc(90vh - 100px);
    display: inline-block;
    width: 100%;
    padding: 0px;
}

div#dashboardModal div#contentModal iframe {
    width: 100%;
    min-height: calc(100vh - 200px);
    display: inline-block;
}

span.not-configured {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

/*  Dashboard  */


/*  ALERT LIMIT SUPPLIER  */
div.supplier_limit {
    position: fixed;
    margin: 0px;
    right: 20px;
    bottom: -100px;
    z-index: -1;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -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;
}

div.supplier_limit.show {
    bottom: 30px;
    opacity: 1;
    z-index: 3;
}

div.supplier_limit .alert-tab {
    margin: 0px;
    display: none;
}

div.supplier_limit button.close {
    margin-left: 10px;
    margin-right: -10px;
    outline: none;
}

.legal-terms {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.legal-terms:hover {
    color: #fff;
}

div.supplier_limit.supplierWarning.show {
    bottom: 90px;
}

.alertify-notifier .ajs-message.ajs-error {
    background: none;
    padding: 0px;
}

.notification.alert-warning,
.notification.alert-danger {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.notification.alert-warning svg,
.notification.alert-danger svg {
    position: absolute;
    right: 8px;
    top: 15px;
    cursor: pointer;
}

.alertify-notifier .ajs-message {
    width: 280px !important;
}

section.container-fluid {
    margin-bottom: 40px;
}

section.container-fluid.header-rh {
    margin-bottom: 0px;
}

aside.menu-filters.active {
    opacity: 1;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
}

aside.menu-filters {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 90vh;
    position: absolute;
    overflow: hidden;
    right: 0px;
    z-index: -1000;
    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;
}

aside.menu-filters.active div.interno {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
    cursor: initial;
}

aside.menu-filters div.interno {
    /* padding-top: 60px; */
    min-width: 280px;
    max-width: 350px;
    display: inline-block;
    background: #fff;
    float: right;
    height: calc(100% - 0px);
    box-shadow: 2px 0px 10px rgb(0 0 0 / 50%);
    -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;
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
}

aside.menu-filters div.interno .mobile.mob-sub-menu {
    display: none;
}

aside.menu-filters div.interno .filter > span {
    width: 100%;
    display: inline-block;
    border-right: none;
    padding-left: 0px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
}

aside.menu-filters div.interno div.esq .campo:nth-of-type(odd),
aside.menu-filters div.interno div.esq .name:nth-of-type(odd) {
    margin-right: 10px !important;
}

aside.menu-filters div.interno div.esq .campo,
aside.menu-filters div.interno div.esq .name {
    width: calc(100% / 1 - 0px) !important;
    margin-right: 0px !important;
}

aside.menu-filters div.interno div.esq .campo:last-of-type,
aside.menu-filters div.interno div.esq .name:last-of-type {
    width: 100% !important;
}

aside.menu-filters div.interno div.esq,
aside.menu-filters div.interno div.bt {
    width: 100% !important;
    display: inline-block !important;
    padding: 0px;
}

aside.menu-filters div.interno div.esq .campo .input-group.input-daterange.campo input {
    width: calc(100%) !important;
}

aside.menu-filters div.interno form {
    box-shadow: initial !important;
    border: 0px !important;
}

aside.menu-filters div.interno div.esq {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
}

aside.menu-filters div.interno div.bt {
    overflow: initial;
    border: 0px;
}

aside.menu-filters div.interno span.close_aside {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 15;
}

/*LOGIN*/
body.bg-login {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
    overflow-y: initial;
}

section.login {
    width: 100%;
    height: 100vh;
    display: inline-block !important;
    background: #fff;
    position: relative;
    overflow: hidden;
    float: left;
}

section.login.active {
    overflow-y: auto;
}

section.login div.content {
    float: right;
    width: calc(30% + 0px);
    height: calc(100vh + 0px);
    min-height: 680px;
    max-width: calc(30% + 0px);
    min-width: 550px;
    background: #fff;
    z-index: 2;
    padding-right: 0px;
    /*padding-top: 40px;*/
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    box-shadow: 0px 0px 40px 20px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    color: #617182;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

section.login.active div.content {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
}

section.login div.bg-image {
    float: left;
    width: calc(100% - 0px);
    max-width: 100% !important;
    height: 100vh;
    min-height: 640px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 0px 140px rgb(0 0 0 / 70%);
    position: relative;
    z-index: 1;
}

section.login div.footer {
    width: 100vw;
    position: fixed;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    min-height: 70px;
    -webkit-transform: translate3d(0px, 110%, 0px);
    -moz-transform: translate3d(0px, 110%, 0px);
    -ms-transform: translate3d(0px, 110%, 0px);
    -o-transform: translate3d(0px, 110%, 0px);
    transform: translate3d(0px, 110%, 0px);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

section.login.active div.footer {
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
}

section.login div.footer a {
    color: #696b6a;
    min-height: 40px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

section.login div.footer ul li {
    margin: 0px;
    padding: 0;
    float: left;
}

section.login div.footer ul {
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: space-evenly;
    align-items: center;
}

/*FIM LOGIN*/

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

ul.pagination .page-item.active .page-link {
    border-color: #000000;
}

div.paginacao .page-item:hover span {
    border-color: #bbbbbf;
}

/*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-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: 100;
    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: #706F6F;
    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: #706F6F;
    font-weight: 100;
}

#ModalAdicionarLoteComUbs div#pms {
    display: none;
}

.icon-card-lote {
    font-size: 1.2em;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #706F6F;
    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: #706F6F;
    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;
}
.modal-body .campo{
    margin-bottom: 10px;
}
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: #706F6F;
    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: #706F6F;
    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: #706F6F;
    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: #00B4C4;*/
}

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: #706F6F;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 100%;
    margin: 0;
}

.info-card-lote > span {
    color: #706F6F;
    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: #706F6F;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1rem;
}

.selectCulturaLabel {
    color: #706F6F;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 100%;
    text-transform: uppercase;
}

.inputCapacidadeLabel {
    color: #706F6F;
    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: #706F6F;
    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: #706F6F;
    display: inline-block;
}

.report-modal h5 {
    color: #706F6F;
}

.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: #706F6F;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.mensagem {
    box-sizing: border-box;
    color: #706F6F;
    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;
    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: #706F6F;
    /* display: block; */
    float: left;
    padding: 1em;
    vertical-align: bottom;
}

.filter > div {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 10px;
    vertical-align: bottom;
}

.filter > div label {
    box-sizing: border-box;
    color: #706F6F;
    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;
}

.vincular-multiplicador {
    box-sizing: border-box;
    color: #706F6F;
    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 {
    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;
}

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

.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: #00B0F0;
}

#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: #00B0F0;
}

/*LOGIN*/
div.copy p.small.text-center {
    color: #fff;
}

.bg-login {
    background-image: url(../img/bg-login-milho.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: 190px;
    height: 75px;
}

.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 {
    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;
}

.collapse-empresa {
    max-height: 12em;
    overflow: auto;
}

.collapse-textos {
    font-size: 1rem;
    color: #00B0F0;
}

.collapse-textos:hover {
    font-size: 1rem;
    text-decoration: none;
    color: #00B0F0;
}

.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;
}

.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-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-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: #00B0F0;
    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: #00B0F0;
}

.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: #00B0F0;
    color: #fff;
}

.small {
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.display-none {
    display: none;
}

.page-link {
    color: #350000;
}

.page-link:focus, .page-link:hover {
    color: #350000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

/**/

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

/* .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;
} */

@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;
    }

    * {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

}


@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;
    }

}


/*RESPONSIVO*/
/*MOBILE*/
@media only screen
and (max-height: 900px) {
    section.login div.content div.idiomas-inicio {
        position: relative;
        left: 40px;
        margin-bottom: 10px;
        bottom: initial;
    }
    form .row {
        padding: 15px 15px 0px;
    }

    section.login div.content span.appVersion {
        position: relative;
        bottom: initial;
    }
    div.paginacao nav {
        margin-top: 15px;
    }
    div.paginacao{
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen
and (min-width: 0px)
and (max-width: 900px) {
    /*MENU*/
    .mobile.mob-sub-menu ul .btn:hover,
    .mobile.mob-sub-menu ul .btn:focus,
    .mobile.mob-sub-menu ul .btn:active{
        border-color: transparent!important;
        background-color: transparent!important;
        box-shadow: none!important;
        outline: none!important;
    }
    aside.menu-filters div.interno .esq{
        padding-bottom: 15px!important;
    }
    aside.menu-filters div.interno div.bt{
        margin-top:5px!important;
    }
    .filter{
        margin-bottom: 20px;
    }
    /*LOGIN*/
    section.login div.content {
        width: 100vw;
        border-radius: 0px;
        padding: 20px 30px;
        margin: 0px;
        display: inline-block;
        min-width: 100vw;
        top: 0;
        height: auto;
        min-height: initial;
        max-width: inherit;
        z-index: 1000;
    }

    section.login div.content form {
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
    }

    section.login div.logo {
        width: 100vw;
        padding: 0px;
        padding-top: 50px;
        min-height: 180px;
    }

    section.login div.content div.idiomas-inicio {
        width: 100vw;
        margin-left: 0px;
        position: relative;
        bottom: initial;
        margin-top: 10px;
        left: 0px;
    }

    section.login div.footer {
        bottom: 0px;
        height: auto;
        display: inline-block;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
        padding-top: 20px;
        margin-top: 40px;
        margin-bottom: 30px;
        border-top: 1px solid #847c6d;
        box-shadow: none;
    }

    section.login div.content span.appVersion {
        position: relative;
        width: 100%;
        bottom: -10px;
    }

    section.login div.footer img.logo-ktma-bv {
        position: absolute;
        top: -20px;
        left: calc(100% / 2 - 80px);
        height: 70px;
        text-align: center;
        margin: 0px;
    }

    section.login div.footer div.links {
        width: 100vw;
        margin-top: 70px;
    }

    section.login div.footer a {
        width: calc(100% - 0px);
        min-width: 120px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        color: #696b6a;
    }

    section.login div.footer ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: inline-block;
        float: left;
    }

    section.login div.footer ul li {
        margin: 0px;
        float: left;
        width: 100%;
        padding: 0px;
        display: inline-block;
    }

    /*FIM LOGIN*/
    /*HEADER*/
    section.header .logo {
        max-width: 160px;
        margin-left: -10px;
    }

    section.header .logo img {
        max-width: 170px;
    }

    section.header .perfil-header,
    section.header .empresa-header {
        display: none;
    }

    div.menuBts {
        display: none;
    }

    .mobile.mob-sub-menu {
        display: block;
        width: 100%;
        background: #868686;
        padding: 5px 0px 2px;
        margin: 0px;
        margin-top: -23px;
        position: relative;
    }

    section.container-fluid p.title-modulo {
        font-size: 1.5em;
        display: inline-block;
        margin-top: 10px;
        word-break: break-all;
        line-height: 1.0em;
        margin-bottom: 20px;
    }

    section.header .user-header span.mobile {
        display: block;
        margin: initial;
        padding: initial;
        position: relative;
        float: initial;
        width: auto;
        color: #fff;
        font-size: 25px;
        margin-left: 10px;
    }

    section.header .user-header:before {
        width: calc(100% + 10px);
        left: -5px;
    }

    section.header .notificacoes-header {
        padding-right: 20px;
    }

    section.header .notificacoes-header.active:before {
        opacity: 1;
        width: calc(100% + 24px);
        left: -20px;
    }

    section.header-rh div.user-header a,
    section.header-rh div.user-header p.perfil-header {
        font-size: 11px;
        line-height: 14px;
    }

    /*FIM HEADER*/
    /*ASIDE*/
    aside#menu-user .content .linha div.mobile {
        width: 100%;
        margin: 0px;
        position: relative;
        left: initial;
        display: block;
    }

    aside#menu-user .content .linha div.mobile p {
        margin: 0px;
        line-height: 18px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        /* color: #585757; */
        font-size: 15px;
        border-bottom: 2px solid #e2e2e2;
        padding-bottom: 10px;
    }

    /*FIM ASIDE*/
    /*MENU ADMIN*/
    section.conteudo-interno .btn-menu {
        width: calc(100%);
        margin-right: 0px;
    }

    section.conteudo-interno .btn-menu:nth-child(4n+1) {
        margin-right: initial;
    }

    .nav-header > ul {
        display: none;
    }

    .mobile.mob-top-menu {
        display: none !important;
    }

    .mobile.mob-sub-menu.is-active ul {
        left: 0px;
        max-height: 450px;
        opacity: 1;
        padding: 0px;
        width: calc(100% - 0px);
        display: inline-block;
        text-align: center;
        background: rgba(0, 0, 0, 0.78);
    }

    .mobile.mob-sub-menu ul {
        left: 0px;
        top: 40px;
    }

    .mobile.mob-sub-menu.is-active ul.menu {
        display: none;
    }

    .mobile.mob-sub-menu ul li {
        padding: 0px !important;
        height: auto;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    .mobile.mob-sub-menu.is-active ul li a {
        width: 100% !important;
        position: relative;
        padding: 0px;
        height: auto;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Open Sans' !important;
        margin: 3px 0px !important;
        border-radius: 0px;
        z-index: 1;
    }

    .mobile.mob-sub-menu.is-active ul li a.active {
        width: calc(100% - 2px) !important;
        border: 1px solid #fff;
        border-right: 1px solid #fff !important;
        background: transparent;
    }

    .mobile.mob-sub-menu {
        display: block;
        width: 100%;
        background: #868686;
        padding: 5px 0px 2px;
        margin: 0px;
        margin-top: -23px;
        position: relative;
    }

    div.menu-bottom ul.menu {
        display: none;
    }

    .mobile.mob-sub-menu .hamburger:after {
        content: "MENU";
        /* font-family: 'Open Sans'!important; */
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        left: -60%;
        width: 240%;
        /* background: blanchedalmond; */
        text-align: center;
        /* margin-left: 10px; */
        text-shadow: 0px 0px 3px rgb(0 0 0 / 50%), 1px 1px 2px rgb(0 0 0 / 50%);
    }

    .mobile.mob-sub-menu .hamburger {
        width: 140px;
        margin: 0 auto;
        float: none;
        position: relative;
        height: 33px;
    }

    .mobile.mob-sub-menu span.line {
        background: #fff !important;
        float: left;
        display: inline-block;
        width: 30px;
        height: 4px;
        margin: 4px 200px 1px 0;
        position: relative;
    }

    .mobile.mob-sub-menu .nav-item a:before {
        opacity: 0;
    }

    .mobile.mob-sub-menu.is-active .hamburger .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    /*FIM MENU ADMIN*/
    div.filtros div.filter.filters div.esq {
        width: 100% !important;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    div.modal .modal-dialog {
        min-width: calc(100vw - 20px) !important;
    }

    /*FILTERS*/
    div.filtros form {
        padding: 5px 10px !important;
    }

    div.filtros div.filter.filters div.campo {
        width: calc(100% / 1 - 0px) !important;
    }

    div.filtros div.filter {
        float: left;
    }

    div.filtros div.filter.filters span:first-of-type {
        position: relative;
        top: 10px;
        padding: 10px;
        left: 0px;
        width: 100%;
        display: inline-block;
        border: 0px;
    }

    div.filtros div.filter.filters div.esq,
    div.filtros div.filter.filters div.bt {
        display: none !important;
    }

    div.filtros {
        position: relative;
    }

    .filtros .mobile.mob-sub-menu {
        background: transparent !important;
        position: absolute !important;
        top: 50%;
        left: initial;
        right: 5px;
        width: 40px;
        padding: 0px;
    }

    .filtros .mobile.mob-sub-menu span.line {
        background: #868686 !important;
    }

    .filtros .mobile.mob-sub-menu .hamburger:after {
        content: '';
    }

    /*FILTERS*/


}


/*MOBILE/TABLET*/

@media only screen
and (min-width: 415px)
and (max-width: 900px) {
    /*FIM LOGIN*/
    section.login div.content {
        width: 100vw;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        min-width: 100vw;
        padding-bottom: 0px;
        height: calc(100vh);
        min-height: 770px !important;
    }

    section.login div.logo {
        width: 100vw;
        padding: 0px;
        padding-top: 50px;
        min-height: 180px;
    }

    section.login div.content div.idiomas-inicio {
        width: 100vw;
        margin-left: 0px;
        position: relative;
        bottom: initial;
        margin-top: 10px;
        left: 0px;
    }

    section.login div.footer {
        bottom: 0px;
        height: auto;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    section.login div.content span.appVersion {
        position: relative;
        width: 100%;
        bottom: -10px;
    }

    section.login div.footer img.logo-ktma-bv {
        position: absolute;
        top: -30px;
        left: calc(100% / 2 - 70px);
        height: 70px;
        text-align: center;
        margin: 0px;
    }

    section.login div.footer div.links {
        width: 100vw;
        margin-top: 70px;
    }

    /*FIM LOGIN*/
    /*HEADER*/
    section.header .logo {
        max-width: 160px;
        margin-left: -10px;
    }

    /*FIM HEADER*/
    /*ASIDE*/
    aside#menu-user .content .linha div.mobile {
        width: 100%;
        margin: 0px;
        position: relative;
        left: initial;
        display: block;
    }

    aside#menu-user .content .linha div.mobile p {
        margin: 0px;
        line-height: 18px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        /* color: #585757; */
        font-size: 15px;
        border-bottom: 2px solid #e2e2e2;
        padding-bottom: 10px;
    }

    /*FIM ASIDE*/
    /*MENU ADMIN*/
    section.conteudo-interno .btn-menu {
        width: calc(100% / 2 - 20px);
        margin: 0px 10px 20px;
        float: left;
    }

    section.conteudo-interno .btn-menu:nth-child(4n+1) {
        margin-right: initial;
    }

    .nav-header > ul {
        display: none;
    }

    .nav-header {
        margin-bottom: -5px;
    }

    .mobile.mob-top-menu {
        display: none !important;
    }

    .mobile.mob-sub-menu.is-active ul {
        left: 0px;
        max-height: 450px;
        opacity: 1;
        padding: 0px;
        width: calc(100% - 0px);
        display: inline-block;
        text-align: center;
        background: rgba(0, 0, 0, 0.78);
    }

    .mobile.mob-sub-menu ul {
        left: 0px;
        top: 40px;
    }

    .mobile.mob-sub-menu.is-active ul.menu {
        display: none;
    }

    .mobile.mob-sub-menu ul li {
        padding: 0px !important;
        height: auto;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    .mobile.mob-sub-menu.is-active ul li a {
        width: 100% !important;
        position: relative;
        padding: 0px;
        height: auto;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Open Sans' !important;
        margin: 3px 0px !important;
        border-radius: 0px;
        z-index: 1;
    }

    .mobile.mob-sub-menu.is-active ul li a.active {
        width: calc(100% - 2px) !important;
        border: 1px solid #fff;
        border-right: 1px solid #fff !important;
        background: transparent;
    }

    div.menu-bottom ul.menu {
        display: none;
    }

    .mobile.mob-sub-menu .hamburger:after {
        content: "MENU";
        /* font-family: 'Open Sans'!important; */
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        left: -60%;
        width: 240%;
        /* background: blanchedalmond; */
        text-align: center;
        /* margin-left: 10px; */
        text-shadow: 0px 0px 3px rgb(0 0 0 / 50%), 1px 1px 2px rgb(0 0 0 / 50%);
    }

    .mobile.mob-sub-menu .hamburger {
        width: 140px;
        margin: 0 auto;
        float: none;
        position: relative;
        height: 33px;
    }

    .mobile.mob-sub-menu span.line {
        background: #fff !important;
        float: left;
        display: inline-block;
        width: 30px;
        height: 4px;
        margin: 4px 200px 1px 0;
        position: relative;
    }

    .mobile.mob-sub-menu .nav-item a:before {
        opacity: 0;
    }

    .mobile.mob-sub-menu.is-active .hamburger .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    aside#menu-user.active .content {

    }

    /*FIM MENU ADMIN*/
}

/*MOBILE/TABLET*/
@media only screen
and (min-width: 600px)
and (max-width: 980px) {
    section.login div.content form {
        padding: 0 15%;
    }

    section.login div.footer ul li {
        width: calc(100% / 2);
    }
}

@media only screen
and (min-height: 0px)
and (max-height: 500px) {

    section.login div.content {
        min-height: 680px;
    }

    section.login div.logo {
        height: calc(100% / 3 - 60px);
    }
}

@media only screen
and (min-width: 0px)
and (max-width: 500px) {

    section.login div.content {
        min-height: 680px;
    }

    section.login div.logo {
        height: calc(100% / 3 - 60px);
    }

    section.container-fluid.header-rh .user-header,
    section.container-fluid.header-rh .divisor {
        display: none !important;
    }

}


@media only screen
and (min-width: 901px) {
    div.menuBts a {
        font-size: 13px;
        padding: 7px 5px;
        margin-right: 2px !important;
        margin-left: 2px;
    }

    div.menuBts a svg {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
}
