/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*@import url('fonts.css');*/
@import url('menu-mobile.css');

*:focus {
    outline: none;
}

:root {
    --nav-card-box-normal: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    --nav-card-border-normal: 1px solid transparent;

    --nav-card-box-hover: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);

    --nav-card-box-active: 0px 18px 20px 0px rgba(0, 60, 148, 0.7);
    --nav-card-border-active: 1px solid rgba(0, 60, 148, 0.7);
}
.modal-dialog .modal-content .alert ul {
    margin: 0;
}
button:disabled {
    cursor: not-allowed !important;
}

input[type='text'],
select,
.select2-selection__rendered {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #666 !important;
    /*font-family: 'open_sansregular';*/
    font-family: 'Open Sans' !important;
}


li.select2-results__option span.drop-empresa-row {
    width: 100%;
    display: inline-block;
    font-weight: 600;
}

li.select2-results__option span.drop-empresa-row strong {
    width: 100%;
    display: inline-block;
    font-weight: 100;
}

html {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    overflow-y: initial;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

input[readonly] {
    background-color: #FFF !important;
}

form.clicadoClear .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.add-field-buyer span.select2-selection.select2-selection--single {
    height: 26px !important;
    font-size: 12px;
}

.form-control-reduzido {
    height: 26px !important;
    font-size: 12px;
}

.fecharModal {
    font-size: 1em;
}

.nav-special {
    width: 100%;
    height: 100%;
    list-style: none !important;
    text-decoration: none !important;
    font-style: normal !important;
    display: block !important;
}

.nav-special li {
    width: 100%;
    height: 100%;
    list-style: none !important;
    text-decoration: none !important;
    font-style: normal !important;
    display: block !important;
}

.nav-special .nome-btn {
    font-style: normal !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 15px !important;
    text-decoration: none !important;
    color: #666666 !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
}

.nav-special p {
    font-style: normal !important;
    text-decoration: none !important;
}

.action-operation-shipping>button {
    background: #BB2233;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}

.print-shipping {
    background: #BB2233;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    margin: 0 8px;
}

.print-shipping:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}

.action-operation-shipping>button:first-child {
    margin: 0 8px 0 0;
}

.action-operation-shipping>button:hover {
    background: #770000;
    color: #ffffff;
    transition: .3s;
}

/* tabela relatório */
.relatorio {
    font-family: 'Roboto', sans-serif;
    width: 600px;
    background: #FFFFFF;
    padding: 16px;
}

.text-relatorio {
    margin: 16px;
    font-size: 12px;
}

#itens-relatorio td {
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 0;
}

div.mobile,
span.mobile {
    display: none;
}

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

section.login {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    position: relative;
}

section.login.active:before {
    opacity: 0;
    z-index: -1;
}

section.login:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    -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;
}

section.login .alert {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

section.login div.menu div.form-group.icon-login,
section.login div.menu div.form-group.icon-lock {
    padding-left: 50px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 25px;
}

section.login div.menu div.form-group.reset-m-t {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}

section.login div.menu div.form-group.icon-login:before {
    background-image: url("../img/icone-login.svg");
}

section.login div.menu div.form-group.icon-login.icon-login-email:before {
    background-image: url("../img/icone-login-email.svg") !important;
}

section.login div.menu div.form-group.icon-lock:before {
    background-image: url("../img/icone-lock.svg");
}

section.login div.menu div.form-group.icon-login:before,
section.login div.menu div.form-group.icon-lock:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    /*border: 1px solid #929292;*/
    border: 1px solid #022f16;
    border-right: 0px;
}

section.login div.menu div.form-group label {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    font-weight: 300;
}

section.login div.menu div.form-group input {
    border-radius: 0px 5px 5px 0px;
    height: 35px;
    background: #fff;
    /*border: 1px solid #929292;*/
    border: 1px solid #022f16;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 10px;
    /*font-family: 'open_sansregular';*/
    font-family: 'Open Sans' !important;
}

section.login div.menu span.help-block {
    left: 0px;
    position: relative;
    font-weight: 200;
    top: -15px;
    color: #580404;
    width: 100%;
    display: inline-block;
    text-align: left;
    /* float: left; */
    /* width: 100%; */
}

section.login div.menu div.form-group.icon-lock {
    padding-left: 50px;
    position: relative;
}

section.login div.menu:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    z-index: -1;
}

section.login div.menu {
    float: right;
    width: calc(35% + 110px);
    height: calc(100vh + 80px);
    min-height: 680px;
    max-width: 600px;
    min-width: 550px;
    /*background: #eeee;*/
    background: #fff;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: 2;
    /*overflow: hidden;*/
    padding-right: 100px;
    padding-top: 40px;
    /* background: red; */
    text-align: center;
    position: absolute;
    left: 0px;
    top: -40px;
    box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.3);
    -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;
    z-index: 2;
}

section.login.active div.menu {
    -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.menu div.captcha {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 50px;
    text-align: center;
    justify-content: center;
    -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;
    /* margin-bottom: 14px;*/
}

section.login div.menu div.captcha div.g-recaptcha {
    z-index: 1;
}

section.login div.menu div.captcha svg.fa-spinner {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 40px;
    opacity: 0.5;
}


section.login div.menu button#loginBtn:before {
    content: '';
    background-image: linear-gradient(to right, #115522, #002211);
    background: rgba(17, 85, 34, 1);
    background: -moz-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 85, 34, 1)), color-stop(100%, rgba(0, 34, 17, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: linear-gradient(to right, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#115522', endColorstr='#002211', GradientType=1);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -2;
    -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;
}

section.login div.menu button#loginBtn:after {
    content: '';
    background-image: linear-gradient(to right, #115522, #002211);
    background: rgb(4, 255, 67);
    background: -moz-linear-gradient(left, rgb(4, 255, 67) 0%, rgba(0, 34, 17, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 255, 67, 1)), color-stop(100%, rgba(0, 34, 17, 1)));
    background: -webkit-linear-gradient(left, rgba(4, 255, 67, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -o-linear-gradient(left, rgba(4, 255, 67, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -ms-linear-gradient(left, rgba(4, 255, 67, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: linear-gradient(to right, rgba(4, 255, 67, 1) 0%, rgba(0, 34, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#115522', endColorstr='#002211', GradientType=1);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    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;
}

section.login div.menu button#loginBtn:hover:after {
    /*opacity: 0.5;*/
    opacity: 0;
}

section.login div.menu button#loginBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding: 10px 24px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 29, .14);
    border: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    white-space: initial;
    line-height: 18px;
    background: #02836b;
    -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;
}

section.login div.menu button#loginBtn:hover {
    background: #016f5b;
}

section.login div.menu button#loginBtn svg {
    margin-left: 5px;
}

section.login div.menu div.idiomas-inicio {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    width: calc(100% - 100px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;

    position: absolute;
    bottom: 100px;
    left: 0px;

    /*position: relative;*/
    /*left: 40px;*/
    /*margin-bottom: 10px;*/
}

section.login div.menu span.appVersion {
    font-size: 13px;
    width: calc(100% - 100px);
    display: inline-block;
    color: #585757;
    text-align: center;
    position: absolute;
    /*position: relative;*/
    left: 0px;
    bottom: 60px;
}

section.login div.menu span.appVersion strong.appVersion {
    width: auto;
    font-weight: bolder;
}

section.login div.menu div.idiomas-inicio span {
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
}

section.login div.menu div.idiomas-inicio a:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-box-shadow: 0px 2px 10px #091e0e;
    -moz-box-shadow: 0px 2px 10px #091e0e;
    box-shadow: 0px 2px 10px #091e0e;
}

section.login div.menu div.idiomas-inicio a {
    margin-top: 6px;
    position: relative;
    display: inline-block;
    float: left;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    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;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

section.login div.menu div.idiomas-inicio a.active,
section.login div.menu div.idiomas-inicio.first a:first-of-type {
    border: 3px solid #245120;
    -webkit-box-shadow: 0px 2px 10px #091e0e;
    -moz-box-shadow: 0px 2px 10px #091e0e;
    box-shadow: 0px 2px 10px #091e0e;
}

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

section.login div.footer a {
    color: #424242;
    padding: 0px 20px;
    display: inline-block;
    float: left;
    border-right: 1px solid #424242;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

section.login div.footer a:last-of-type {
    border-right: 0px;
}

section.login div.footer div.links {
    float: right;
    display: inline-block;
    margin-top: 45px;
    margin-right: 10px;
}

section.login div.footer img.logo-ktma-bv {
    filter: invert(1);
    opacity: 0.7;
    float: right;
    margin-bottom: 20px;
}

section.login div.bg-image:before {
    content: "";
    width: 100%;
    height: 40%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

section.login div.footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 35%);
    min-width: 550px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-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(0%, 100%, 0px);
    -moz-transform: translate3d(0%, 100%, 0px);
    -ms-transform: translate3d(0%, 100%, 0px);
    -o-transform: translate3d(0%, 100%, 0px);
    transform: translate3d(0%, 100%, 0px);
    opacity: 0;
    z-index: 3;
}

section.login.active div.footer {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -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);
    opacity: 1;
}

section.login div.footer.mobile {
    display: none;
}

section.login a.link {
    color: #0b2312;
    font-weight: 400;
}

section.login a.link p.text-center {
    margin-bottom: 0px;
}

section.login div.menu.idiomas-inicio {
    text-align: center;
}

section.login div.logo {
    width: calc(100% + 90px);
    height: calc(100% / 3 - 60px);
    margin-right: -100px;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background: #fff;*/
    /*background-image: linear-gradient(to right, #115522, #002211);*/
    /*background: rgba(17,85,34,1);*/
    /*background: -moz-linear-gradient(left, rgba(17,85,34,1) 0%, rgba(0,34,17,1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,85,34,1)), color-stop(100%, rgba(0,34,17,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(17,85,34,1) 0%, rgba(0,34,17,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(17,85,34,1) 0%, rgba(0,34,17,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(17,85,34,1) 0%, rgba(0,34,17,1) 100%);*/
    /*background: linear-gradient(to right, rgba(17,85,34,1) 0%, rgba(0,34,17,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115522', endColorstr='#002211', GradientType=1 );*/
}

section.login div.logo img {
    height: 85%;
    max-height: 180px;
}

section.login form {
    width: 100%;
    display: inline-block;
    padding: 20px 25px;
    margin: 20px auto 0px;
    max-width: 400px;
}

section.login .validated_password {
    position: absolute;
    left: calc(100% + 20px);
    width: 210px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    top: calc(50% - 65px);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%);
    font-size: 12px;
    border: 0px solid #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

section.login .validated_password.active {
    max-height: 140px;
    padding: 5px;
    overflow: initial;
    border: 1px solid #d7d7d7;
    opacity: 1;
    z-index: 0;
}

section.login .validated_password.active:after {
    left: -20px;
    opacity: 1;
}

section.login .validated_password:after {
    content: '';
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: calc(50% - 20px);
    /* transform: rotate(-90deg); */
    background: url(/assets/img/nav-menu-active.png) no-repeat 0 top;
    background-size: 40px;
    filter: drop-shadow(0px 0px 0px #979494);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

section.login .validated_password span.linha {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
}

section.login .validated_password span.linha svg {
    margin-right: 4px;
    margin-top: 3px;
    display: none;
    float: left;
}

section.login .validated_password span.linha.ok {
    color: #1c8935;
}

section.login .validated_password span.linha.ok svg.error {
    display: none;
}

section.login .validated_password span.linha.ok svg.ok {
    display: block;
}

section.login .validated_password span.linha.error {
    color: #8D213D;
}

section.login .validated_password span.linha.error svg.ok {
    display: none;
}

section.login .validated_password span.linha.error svg.error {
    display: block;
}

.bg-login input.valid_password.ok {
    border: 1px solid #1c8935;
}

.bg-login input.valid_password.error {
    border: 1px solid #8D213D;
}

/*FIM LOGIN*/

/* 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 iOS */

/*CUSTOM SCROLLBAR*/
::-webkit-scrollbar {
    -webkit-webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -o-webkit-appearance: none;
    webkit-appearance: none;
    width: 7px;
    height: 7px;
}

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

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

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

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


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

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

}

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

}

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

}

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

}

/*FIM CUSTOM SCROLLBAR*/

/* HEADER DEFAULT */
body.sistema {
    /*background: #eeee;*/
    background: #fff;
    /*font-family: 'open_sansregular'!important;*/
    font-family: 'Open Sans' !important;
    width: 100vw;
    /* max-height: 100vh; */
    min-height: calc(100vh - 30px);
    position: relative;
    overflow: hidden;
    display: inline-block;
    overflow-y: auto;
    /* height: calc(100vh - 0px); */
    height: auto;
}

body.sistema.menu-active {
    overflow: hidden;
}

body.sistema:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: calc(100% / 2 - 600px - 8%);
    background-image: url(../img/bg-logo-icone.svg);
    width: 600px;
    /* height: 550px; */
    height: 400px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    /*opacity: 0.3;*/
    opacity: 0;
}

body.sistema:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc(100% / 2 - 350px / 2 + 6%);
    width: 350px;
    height: 150px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    /*opacity: 0.3;*/
    opacity: 0;
}

body.sistema.pt-br:after {
    background-image: url(../img/bg-logo-txt.pt-br.svg);
}

body.sistema.en:after {
    background-image: url(../img/bg-logo-txt.en.svg);
}

body.sistema.es:after {
    background-image: url(../img/bg-logo-txt.es.svg);
}

body.sistema strong.appVersion {
    width: auto;
    font-weight: bolder;
}

body.sistema p.appVersion {
    display: inline-block;
    width: calc(100% - 5px);
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 5px;
    margin: 5px;
    font-size: 13px;
    text-align: right;
    /* text-align: left; */
    /* padding-left: 10px; */
}

/* COMEÇO HEADER*/
section.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.4);
    /*background-image: linear-gradient(to right, #115522, #002211);*/
    background: rgba(17, 85, 34, 1);
    background: -moz-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 85, 34, 1)), color-stop(100%, rgba(0, 34, 17, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    background: linear-gradient(to right, rgba(17, 85, 34, 1) 0%, rgba(0, 34, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#115522', endColorstr='#002211', GradientType=1);

    /*-webkit-transition: background 0.5s ease-in-out;*/
    /*-moz-transition: background 0.5s ease-in-out;*/
    /*-o-transition: background 0.5s ease-in-out;*/
    /*transition: background 0.5s ease-in-out;*/
}

section.header a.link-logo-interna:hover {
    text-decoration: none !important;
}

section.header a.link-logo-interna {
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.025em;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.1);
    /*padding-right: 10px;*/
    text-transform: uppercase;
    cursor: default;
    height: calc(100%);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section.header a.link-logo-interna span.nome-de-exibicao {
    font-size: 14px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    max-height: 32px;
    height: 100%;
    white-space: initial;
}

section.header .logo {
    width: auto;
    min-width: 150px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

section.header .logo img {
    max-height: calc(100% - 10px);
    width: auto;
}

section.header div.cultura-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    color: #fff;
}

section.header div.cultura-header p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
}

section.header div.cultura-header div.cultura-icone {
    height: 25px;
    min-width: 30px;
}

section.header div.cultura-header svg {
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
}

section.header div.cultura-header:before {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0px;
    box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    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;
}

section.header div.cultura-header.active:before {
    opacity: 1;
}

section.header .notificacoes-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

section.header .notificacoes-header.active:before {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0px;
    box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    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;
}

section.header .notificacoes-header.active:before {
    opacity: 1;
}

section.header .notificacoes-header #icon-btn-notifications {
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
}

section.header .notificacoes-header div#notify-total {
    position: absolute;
    color: #fff;
    background: red;
    border-radius: 10px;
    width: auto;
    height: 15px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    top: 15px;
    right: calc(50% / 2 - 4px);
    padding: 0px 3px;
    font-weight: 600;
}

section.header .notificacoes-header p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
}

section.header .user-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    padding-right: 65px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
}

section.header .user-header:before {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0px;
    box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    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;
}

section.header .user-header.active:before {
    opacity: 1;
}

section.header .user-header img {
    border: 2px solid #fff;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

section.header .user-header::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 0;
    border-top: 0.4em solid #fff;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    z-index: 1;
}

section.header .perfil-header {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 220px;
    line-height: 12px;
    max-height: 24px;
    margin-bottom: 4px;
    text-align: right;
}

section.header .empresa-header {
    margin: 0;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 230px;
    line-height: 12px;
    max-height: 42px;
    text-align: right;
    margin-top: 3px;
}

section.header .empresa-header strong {
    width: 100%;
    display: inline-block;
    font-weight: 700;
}

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

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

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

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

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

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

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

aside#menu-user {
    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-user.active {
    opacity: 1;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100vh;
}

aside#menu-user .content {
    /*padding-top: 60px;*/
    min-width: 280px;
    max-width: 350px;
    display: inline-block;
    background: #fff;
    float: right;
    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-user .content .dropdown-menu {
    width: 100%;
    right: 0px;
    left: initial !important;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #9E9E9E;
    background: #fff;
}

aside#menu-user .content .dropdown-menu .dropdown-item {
    padding-left: 10px;
}

aside#menu-user .content .dropdown-menu .dropdown-item:hover {
    background: rgba(158, 158, 158, 0.5);
}

aside#menu-user .content .dropdown-menu .dropdown-item {
    line-height: 19px;
}

aside#menu-user.active .box-close {
    background: transparent;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: calc(100% - 360px);
    z-index: 0;
}

aside#menu-user.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-user.active .content .interno {
    height: calc(100% - 60px);
    overflow-y: auto;
    position: relative;
}

aside#menu-user .content .linha {
    display: inline-block;
    width: calc(100% - 60px);
    margin: 0 30px;
    border-top: 2px solid #e2e2e2;
    padding: 18px 0px;
}

aside#menu-user .content .interno div.linha:first-of-type {
    border-top: 0px;
    margin-top: 10px;
    padding-top: 10px;
}

aside#menu-user .content .linha:last-child {
    border-bottom: 2px solid #e2e2e2;
}

aside#menu-user .content .linha.hide {
    display: none !important;
}

aside#menu-user .content .linha.final {
    position: absolute;
    bottom: 0px;
    padding: 18px 30px;
    margin: 0px;
    width: calc(100%);
}

aside#menu-user .content .linha.final a.appVersion {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    color: #585757;
    text-align: center;
}

.linha.link.container-help {
    /*display: none!important;*/
}

aside#menu-user .content .appVersion-description {
    position: absolute;
    top: 0px;
    width: 100%;
    height: calc(100% - 0px);
    background: #fff;
    padding-top: 60px;
    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-user .content .appVersion-description.active {
    z-index: 1000;
    opacity: 1;
}

aside#menu-user .content .appVersion-description ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fff;
}

aside#menu-user .content .appVersion-description ul li:nth-of-type(odd) {
    background: #efeff2;
}

aside#menu-user .content .appVersion-description ul li:hover {
    background: rgba(127, 255, 130, 0.1) !important;
    box-shadow: inset 0px 0px 30px -10px rgba(0, 0, 0, 0.47);
}

aside#menu-user .content .appVersion-description ul.sub li:hover {
    background: initial;
    box-shadow: initial;
}

aside#menu-user .content .appVersion-description ul.sub li:nth-of-type(odd) {
    background: #efeff2 !important;
}

aside#menu-user .content .appVersion-description ul li.active {
    background: rgb(38, 86, 34) !important;
    box-shadow: inset 0px 0px 30px -10px rgba(0, 0, 0, 0.47);
    color: #fff;
    z-index: 2;
    border-top: transparent;
}

aside#menu-user .content .appVersion-description ul li {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    display: inline-block;
    line-height: 16px;
    text-align: left;
    border-top: 1px solid #b7b7b7;
    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;
}

aside#menu-user .content .appVersion-description ul li:last-child {
    border-bottom: 1px solid #b7b7b7;
}

aside#menu-user .content .appVersion-description ul.sub {
    display: 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;
}

aside#menu-user .content .appVersion-description li.active ul.sub {
    display: inline-block;
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-top: 15px;
    margin-bottom: -20px;
    border: 4px solid #275621;
    z-index: 1;
    position: relative;
}

aside#menu-user .content .appVersion-description span.titulo {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
}

aside#menu-user .content .appVersion-description li.active ul.sub li {
    padding: 9px;
    padding-left: 30px;
    cursor: initial;
    color: initial;
    line-height: 20px;
    position: relative;
    font-weight: 200 !important;
    font-family: sans-serif;
    letter-spacing: 0.3px;
}

aside#menu-user .content .appVersion-description li.active ul.sub li strong {
    margin-bottom: 4px;
    display: inline-block;
}

aside#menu-user .content .appVersion-description li.active ul.sub li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #265522;
    border-radius: 10px;
    position: absolute;
    left: 12px;
    top: calc(50% - 3px);
}

aside#menu-user .content .linha span.titulo {
    font-size: 14px;
    text-transform: uppercase;
    color: #585757;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}

aside#menu-user .content .linha span.select2 {
    margin-top: 7px;
}

aside#menu-user .content .notification {
    position: absolute;
    top: 0px;
    width: 100%;
    height: calc(100% - 0px);
    background: #fff;
    padding-top: 60px;
    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;
}


.notify-mensagens-itens span.text-gray {
    cursor: pointer;
    margin: 0px !important;
}

.notify-mensagens-itens .message:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.notify-mensagens-itens .message {
    padding: 0px !important;
    line-height: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 4px !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;
}

aside#menu-user .content .notification.active {
    z-index: 1000;
    opacity: 1;
}

aside#menu-user .content .notification span.titulo-top {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
}

aside#menu-user .content .notification .linha {
    height: 100% !important;
}

aside#menu-user .content .linha .notify-mensagens-itens {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    min-height: 40px;
    max-height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;

}

aside#menu-user .content .linha a.itens-language {
    margin-top: 6px;
    position: relative;
    display: inline-block;
    float: left;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    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;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

aside#menu-user .content .linha a.itens-language.active {
    border: 3px solid #245120;
    -webkit-box-shadow: 0px 2px 10px #091e0e;
    -moz-box-shadow: 0px 2px 10px #091e0e;
    box-shadow: 0px 2px 10px #091e0e;
}

aside#menu-user .content .linha a.itens-language:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-box-shadow: 0px 2px 10px #091e0e;
    -moz-box-shadow: 0px 2px 10px #091e0e;
    box-shadow: 0px 2px 10px #091e0e;
}

aside#menu-user .content .linha .dropdown {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

aside#menu-user .content .linha .dropdown button {
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    margin: 0px;
    position: relative;
    padding-right: 20px;
    text-align: left;
}

aside#menu-user .content .linha .dropdown button::after {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #808080;
}

aside#menu-user .content .linha.link a {
    color: #585757;
    font-size: 15px;
    border-bottom: 1px solid #585757;
    display: inline-block;
    width: 100%;
    position: relative;
}

aside#menu-user .content div.termos_de_uso {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    border: 0px;
}

aside#menu-user .content div.termos_de_uso a {
    color: #585757;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 10px 0px;
    border: 0px !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;
}

aside#menu-user .content div.termos_de_uso a:hover {
    text-decoration: none;
    color: #000;
}

aside#menu-user .content .linha.link a svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0px;
    bottom: calc(50% - 6px);
}

aside#menu-user .content .linha.link a:hover svg {
    right: -5px;
}

aside#menu-user .content .linha.link a:hover {
    text-decoration: none;
    color: #000;
}

aside#menu-user .content span.close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 15;
}

/* FIM HEADER*/





/* COMECO CONTEUDO-INTERNO */
section.container-fluid.conteudo-interno {
    width: calc(100% - 0px);
    display: inline-block !important;
    position: relative;
    overflow: auto;
    /* height: calc(100vh - 80px); */
    height: auto;
    /* padding-top: 70px; */
    padding: 0px;
}

section.container-fluid.conteudo-interno.menu-active {
    height: auto;
    padding-top: 0px;
    /* overflow: initial; */
}

section.container-fluid.conteudo-interno.menu-interna {
    /*height: calc(100vh - 80px);*/
    padding-top: 0px;
    /* background: #d5d5d5; */
    background: rgba(244, 243, 242, 0.84);
    position: absolute;
    z-index: -10000;
    height: calc(0vh);
    -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;
    overflow: hidden;
    z-index: 2;
}

section.container-fluid.conteudo-interno span.close,
section.container-fluid.conteudo-interno a.voltar-top {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    z-index: -1;
    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;
}

section.container-fluid.conteudo-interno.menu-interna.active {
    /* z-index: 2; */
    opacity: 1;
    /*height: calc(100vh + 120px);*/
    height: calc(100% + 20px);
    overflow-y: auto;
    padding-bottom: 100px;
    /*background: transparent;*/
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(243, 243, 243, 1) 23%, rgba(246, 246, 246, 0.98) 37%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(23%, rgba(243, 243, 243, 1)), color-stop(37%, rgba(246, 246, 246, 0.98)), color-stop(100%, rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(243, 243, 243, 1) 23%, rgba(246, 246, 246, 0.98) 37%, rgba(255, 255, 255, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(243, 243, 243, 1) 23%, rgba(246, 246, 246, 0.98) 37%, rgba(255, 255, 255, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(243, 243, 243, 1) 23%, rgba(246, 246, 246, 0.98) 37%, rgba(255, 255, 255, 0.9) 100%);
}

section.container-fluid.conteudo-interno.menu-interna span.close:hover {
    opacity: 1;
}

section.container-fluid.conteudo-interno.menu-interna span.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    z-index: -1;
    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;
}

section.container-fluid.conteudo-interno.menu-interna.active span.close {
    opacity: 0.5;
    z-index: 2;
}

section.container-fluid.conteudo-interno .conteudo-interno-lista {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    overflow-y: auto;
    padding: 0 30px;
}

section.container-fluid.conteudo-interno a.voltar-top {
    color: #666666;
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
}

div.container-fluid.topo-pagina a.voltar-top {
    color: #666666;
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-weight: 500;
}

section.conteudo-pagina .alert.alert-dismissable {
    width: calc(100% - 40px);
    display: inline-block;
    float: left;
    margin: 10px 20px -5px !important;
}

section.conteudo-pagina .alert.alert-dismissable button.close,
div.alert-menu .alert.alert-dismissable button.close {
    cursor: pointer;
    outline: none;
}


.alert a.link {
    margin-left: 10px;
    /* color: #fff; */
    /* font-weight: 800; */
    /* border-radius: 4px; */
    /* border: 1px solid #27a645; */
    /* padding: 5px 10px; */
    /* background: #27a645; */
}

div.alert-menu .alert.alert-dismissable {
    width: calc(100% - 40px);
    display: inline-block;
    float: left;
    margin: 10px 20px 0px !important;
}

div.guid-pagina .filter .ml-auto,
div.guid-pagina .filter .ms-auto {
    float: right !important;
}

div.guid-pagina .filter .ms-auto button:last-of-type {
    margin-left: 10px;
}

section.conteudo-pagina div.container-fluid {
    padding-top: 15px !important;
    display: inline-block;
}

section.conteudo-pagina div.container-fluid.topo-pagina {
    padding-top: 20px !important;
    z-index: 1;
}

div.container-fluid.padding .guid-pagina form {
    border-bottom: 0px;
}

section.container-fluid.conteudo-interno a.voltar-top svg,
div.container-fluid.topo-pagina a.voltar-top svg {
    margin-right: 5px;
    -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;
}

section.container-fluid.conteudo-interno a.voltar-top:hover svg,
div.container-fluid.topo-pagina a.voltar-top:hover svg {
    margin-right: 8px;
}

section.container-fluid.conteudo-interno a.voltar-top:hover,
div.container-fluid.topo-pagina a.voltar-top:hover {
    text-decoration: none;
    color: #000;
}

section.container-fluid.conteudo-interno .tab-content span.titulo.hide {
    display: none !important;
}

section.container-fluid.conteudo-interno .tab-content span.titulo {
    font-size: 2em;
    font-weight: 100;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    /*font-family: 'open_sansregular'!important;*/
    font-family: 'Open Sans' !important;
}

/* BOTÃO MENU */

section.conteudo-interno .btn-menu {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: var(--nav-card-box-normal);
    border: 1px solid #d9d9d9;
    padding: 0;
    margin: 0 20px 25px 0px;
    width: calc(100% / 4 - 15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: left;
    z-index: 1;
    height: 140px;
}

section.conteudo-interno .btn-menu:hover {
    box-shadow: var(--nav-card-box-hover);
    /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);*/
    border: 1px solid #b2b2b2;
}

section.conteudo-interno .btn-menu.active {
    z-index: 2;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #b2b2b2;
}

section.conteudo-interno .btn-menu div.sub-menu {
    position: absolute;
    top: 120px;
    left: -1px;
    z-index: 2;
    background: #fff;
    display: inline-block;
    width: calc(100% + 2px);
    padding: 10px;
    padding-top: 0px;
    -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;
    height: 0%;
    overflow: hidden;
}

section.conteudo-interno .btn-menu.active div.sub-menu {
    top: 60px;
    padding-top: 10px;
    height: calc(100% - 60px);
    opacity: 1;
    /* box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.4); */
    border: 1px solid #b2b2b2;
    border-top: 0px;
}

a#admin-documentos-link~div.sub-menu a {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0px;
    margin-top: 15px;
}

section.conteudo-interno .btn-menu div.sub-menu a:hover {
    text-decoration: none;
}

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

section.conteudo-interno .btn-menu a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 0px;
}

section.conteudo-interno .btn-menu div.sub-menu a svg {
    width: 20px;
    display: inline-block;
    float: left;
    margin: 0px 5px;
}

section.conteudo-interno .btn-menu div.sub-menu a {
    height: auto;
    width: calc(100% / 2 - 10px);
    float: left;
    margin: 0px 5px;
    border: 1px solid;
    display: flex;
    text-align: left !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px !important;
    line-height: 11px;
    min-height: 30px;
    text-transform: uppercase !important;
}

section.conteudo-interno .btn-menu a:hover div>p {
    color: #0b2111;
}

section.conteudo-interno .btn-menu>a .nome-btn {
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
    color: #666666;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


section.conteudo-interno .btn-menu span.sub-close {
    -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;
    z-index: -1;
    position: absolute;
    width: 50px;
    display: inline-block;
    right: 0px;
    padding: 15px;
    top: 0px;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

section.conteudo-interno .btn-menu.active span.sub-close {
    opacity: 1;
    z-index: 1;
}

section.conteudo-interno .btn-menu span.sub-menu {
    -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;
    z-index: 1;
    position: absolute;
    width: 50px;
    display: inline-block;
    right: 0px;
    padding: 15px;
    top: 0px;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

section.conteudo-interno .btn-menu span.sub-close:hover,
section.conteudo-interno .btn-menu span.sub-menu:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

section.conteudo-interno .btn-menu.active span.sub-menu {
    opacity: 0;
    z-index: -1;
}

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

section.conteudo-interno .btn-menu p {
    margin: 0;
}

section.conteudo-interno .btn-menu span.sub-menu svg,
section.conteudo-interno .btn-menu span.sub-close svg {
    float: right;
    margin-top: 3px;
}

section.conteudo-interno .btn-menu img {
    position: absolute;
    filter: invert(1);
    opacity: 0.07;
    width: 130px;
    top: 10px;
    left: calc(50% - 130px / 2);
    -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;
}

section.conteudo-interno .btn-menu:hover img,
section.conteudo-interno .btn-menu.active img {
    transform: scale(1.3);
}

section.conteudo-interno .descricao-btn {
    font-size: 12px;
    color: #666666;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


section.conteudo-pagina {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

section.conteudo-pagina .menu-grid {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    min-height: 38px;
}

section.conteudo-pagina .menu-grid span.titulo {
    float: left;
    position: absolute;
    left: 0px;
    top: calc(50% - 20px);
    color: #666666;
    font-size: 24px;
    font-weight: 300;
}

div.guid-pagina {
    border: 1px solid rgba(0, 0, 0, 0.16);
    /*background: #F0F0F0;*/
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: initial;
    border-radius: 5px;
}

div.guid-pagina form {
    /*border-bottom: 1px solid #BBBBBB;*/
}

div.guid-pagina.padding form {
    border-bottom: 0px;
}

div.guid-pagina table td,
div.guid-pagina table thead th {
    text-align: left;
    padding-left: 20px !important;
    vertical-align: middle;
}

div.guid-pagina table td.text-center,
div.guid-pagina table thead th.text-center {
    text-align: center;
    padding-left: 20px !important;
}

div.guid-pagina table td.text-center,
div.guid-pagina table thead th.text-center,
div.guid-pagina table td.text-center:last-of-type,
div.guid-pagina table thead th.text-left:last-of-type {
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
    vertical-align: middle !important;
}

.table tbody td:last-of-type {
    text-align: center !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

div.guid-pagina table td.text-left,
div.guid-pagina table thead th.text-left {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px;
    vertical-align: middle!important;
}

div.guid-pagina .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(244, 243, 242, 0.6);
}

div.guid-pagina .table {
    background: #fff;
    margin-top: 0px !important;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

div.guid-pagina .table .limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.guid-pagina div.no-filter-top {
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    /*overflow: hidden;*/
    display: inline-block;
    width: 100%;
    height: auto;
}

div.guid-pagina.padding {
    padding: 20px;
    margin-top: 10px;
}

div.guid-pagina.padding form label {
    color: #777;
    display: block;
}

div.guid-pagina form.padding {
    padding: 20px;
    padding-bottom: 0px;
}

div.guid-pagina.padding ul.lista {
    list-style: none;
}

div.guid-pagina button {
    cursor: pointer;
}

div.guid-pagina table {
    margin-bottom: 0px;
}

div.guid-pagina .paginacao div {
    font-size: 15px !important;
    color: #686868 !important;
    position: absolute;
    bottom: -35px;
}

div.guid-pagina .filter {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 0px !important;
    padding-left: 0px;
    background: #fff;
    padding: 15px 15px 15px 0px;
    /*border-bottom: 1px solid #BBBBBB!important;*/
    /* background: red; */
}

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

div.guid-pagina form .filter .separador {
    margin-top: -8px;
}

div.guid-pagina .filter .separador a {
    margin: 0 4px;
}

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

div.guid-pagina .filter .separador:before {
    content: '';
    width: calc(100% + 100px);
    /*background: rgb(224, 223, 220);*/
    background: #fff;
    height: calc(100% + 550px);
    left: 0px;
    /*top: -50px;*/
    bottom: calc(-150px);
    display: inline-block;
    position: absolute;
    z-index: -1;
    /*border-left: 1px solid #bbbbbb;*/
    border-left: 1px solid #d6d6d6;
}

div.guid-pagina .sub-select {
    padding: 15px;
    border-bottom: 1px solid #BBBBBB;
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
}

div.guid-pagina .sub-select select {
    width: 300px;
    /*width: 100%;*/
}

div.guid-pagina .sub-select form {
    border-bottom: 0px;
}

div.guid-pagina .sub-select form .linhaSelect {
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    max-width: 300px;
}

div.guid-pagina .sub-select form .linhaBt {
    float: left;
    width: auto;
    display: inline-block;
    margin-top: 14px;
}

div.guid-pagina .sub-select label {
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 0.68em;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

div.guid-pagina .paginacao a.page-link:hover,
div.guid-pagina .paginacao span.page-link {
    /*background: rgba(249, 249, 249, 0.93);*/
    background: #f4f3f2;
    color: #878686;
}

div.guid-pagina .paginacao .page-link:focus {
    color: initial;
}

div.guid-pagina .paginacao .page-link {
    color: #868686;
    border: none;
    font-weight: bold;
    font-size: 14px;
    font-weight: 300;
}

div.guid-pagina .paginacao span.page-link {}

div.guid-pagina .paginacao {
    position: relative;
    padding-top: 15px;
    margin-top: 3px;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 1;
}

div.guid-pagina .paginacao .pagination {
    margin-top: 0px;
}

div.guid-pagina .table thead {
    border-top: 1px solid #BBBBBB;
}

div.guid-pagina .table tbody {
    border-bottom: 1px solid #BBBBBB;
}

div.guid-pagina .flex-row-reverse {
    padding-right: 15px;
    padding-top: 15px;
}

div.guid-pagina .population_tree {
    display: inline-block;
    padding: 0px 20px;
    width: 100%;
}

div.guid-pagina .population_tree label {
    font-weight: 300;
    text-transform: uppercase;
}

div.guid-pagina .population_tree .jstree-anchor {
    font-weight: 300;
}

div.guid-pagina .population_tree_linha_bt {
    margin-left: 30px !important;
    margin-bottom: 0px !important;
}

a.badge.bg-info.icon-janela img {
    width: 12px;
    transform: translate3d(0px, -1px, 0px);
}

table.cultivar a.badge {
    height: 19px;
}

/* COMECO CONTEUDO-INTERNO */


/*CUSTOM MODAL*/

.modal-content #alerts {
    margin: 0px 0px 15px !important;
    width: calc(100% - 0px);
    float: left;
}

div#modal_notify {
    z-index: 4000;
    background: rgba(0, 0, 0, 0.08);
}


div#modal_notify {
    z-index: 4000;
}

div#downloadModal h5.modal-title {
    text-transform: capitalize;
}

div#downloadModal div#contentModal {
    min-height: 80px;
}

div#downloadModalSafraAlgodao h5.modal-title {
    text-transform: capitalize;
}

div#downloadModalSafraAlgodao div#contentModal {
    min-height: 80px;
}

/*.modal-dialog {*/
/*height: auto;*/
/*top: calc(5%);*/
/*}*/
/*.modal-content {*/
/*border-radius: 0px;*/
/*border: 1px solid #fff;*/
/*!* box-shadow: 0px 10px 20px -10px #dbdbdbdb; *!*/
/*}*/
/*.modal-header .close{*/
/*color: #fff;*/
/*cursor: pointer;*/
/*opacity: 1;*/
/*}*/
/*.modal-header .close:hover{*/
/*opacity: 0.5;*/
/*}*/
/*.modal-header .close:focus{*/
/*outline: none;*/
/*}*/
/*.modal-header {*/
/*background: linear-gradient(to right, #115522, #002211);*/
/*color: #fff!important;*/
/*border-radius: 0px;*/
/*position: relative!important;*/
/*z-index: 2!important;*/
/*}*/
/*.modal-header h5{*/
/*color: #fff!important;*/
/*}*/
.modal-content button[type='submit'],
.modal-content button[type='button'] {
    cursor: pointer;
    /*float: right;*/
    /*margin-left: 10px;*/
}


.modal-dialog .modal-content .alert {
    width: calc(100% - 0px);
    display: inline-block;
    float: left;
    margin: 0px 0px 10px !important;
}

/*FIM CUSTOM MODAL*/


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

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

.nav-header {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-header {
    box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.3);
}

div.alert-menu.nao_menu {
    display: none !important;
}

.nav-header>ul {
    background: #FFFFFF;
    text-decoration: none;
    padding: 0px;
}

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

.nav-header .nav-tabs .nav-item {
    margin: 6px -1px;
}

.nav-header>ul li a {
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px !important;
    font-size: 15px;
    /*font-family: 'open_sansregular'!important;*/
    font-family: 'Open Sans' !important;
}

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

.nav-header .nav-item a {
    position: relative;
}

.nav-header .nav-item a:before {
    content: "";
    position: absolute;
    top: 80%;
    left: calc(50% - 25px);
    -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;
    background: url(../img/nav-menu-active.png) no-repeat center -16px;
    background-size: 50px;
    width: 50px;
    height: 0px;
    z-index: 1;
}

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

/* FIM NAV MENU */


/*MODAL HISTORICO DOWNLOAD*/
div.ModalDownloadHistorico {
    width: 100%;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

div.ModalDownloadHistorico .conteudo_lista {
    width: 100%;
    display: inline-block;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

div.ModalDownloadHistorico .download_linha {
    display: inline-block;
    width: calc(100% - 2px);
    background: #eeecec;
    height: auto;
    padding: 10px;
    overflow: hidden;
    margin: 0px;
    border: 1px solid #adabab;
    border-bottom: 0px;
    margin-bottom: -7px;
}

div.ModalDownloadHistorico .download_linha:last-child {
    border: 1px solid #adabab;
}

div.ModalDownloadHistorico.active {
    height: auto;
}

div.ModalDownloadHistorico.active .conteudo_lista {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.ModalDownloadHistorico .download_linha:nth-child(odd) {
    background: #FFF
}

div.ModalDownloadHistorico .download_linha span {
    display: block;
    float: left;
    width: calc(100% / 2);
    min-height: 40px;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 4px;
}

div.ModalDownloadHistorico .download_linha span.ip strong {
    width: auto;
}

div.ModalDownloadHistorico .download_linha span strong {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

div.ModalDownloadHistorico span.detalhar_download:hover,
div.ModalDownloadHistorico.active span.detalhar_download {
    background-color: #117a8b;
}

div.ModalDownloadHistorico span.detalhar_download {
    font-weight: 300;
    outline: none;
    padding: 7px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

div.ModalDownloadHistorico .download_linha span.ip {
    min-height: auto;
    margin-bottom: 0px;
}

#recebimentoModal .btn.btn-success.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

div.modal .container-carregando.hide {
    display: none !important;
}

div.modal .container-carregando {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 60px;
    background: #fff;
}

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

div#downloadModal .modal-header {
    z-index: 2;
    position: relative;
}

div#downloadModal .modal-content {
    overflow: hidden;
}

div#downloadModal .btn:disabled {
    cursor: not-allowed !important;
}

div#downloadModal .alert.active {
    display: block;
    z-index: 1;
    position: relative;
}

div#downloadModal .alert {
    margin: 0px 15px 20px;
    display: none;
}

div#downloadModalSafraAlgodao .modal-header {
    z-index: 2;
    position: relative;
}

div#downloadModalSafraAlgodao .modal-content {
    overflow: hidden;
}

div#downloadModalSafraAlgodao .btn:disabled {
    cursor: not-allowed !important;
}

div#downloadModalSafraAlgodao .alert.active {
    display: block;
    z-index: 1;
    position: relative;
}

div#downloadModalSafraAlgodao .alert {
    margin: 0px 15px 20px;
    display: none;
}

div.FATURAMENTOTYPE label[for=debitotype] span {
    margin-right: 10px;
    position: relative;
}

div.FATURAMENTOTYPE label[for=debitotype] span input[type="radio"]:before {
    content: '';
    /* background: red; */
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer;
}

div.FATURAMENTOTYPE label[for=debitotype] span input[type="radio"]:disabled:before {
    cursor: not-allowed !important;
}

div#downloadModal .alert ul {
    margin: 0px;
}

div#downloadModal input.select2-search__field {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    padding-left: 8px !important;
}

div#downloadModalSafraAlgodao .alert ul {
    margin: 0px;
}

div#downloadModalSafraAlgodao input.select2-search__field {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    padding-left: 8px !important;
}

/*MODAL HISTORICO DOWNLOAD*/

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

a.filtrarPagamento.active,
a.filtrar.limpar.active {
    display: inline-block;
}

a.filtrarPagamento:hover,
a.filtrar.limpar:hover {
    background: #496926;
    text-decoration: none;
}

a.filtrarPagamento,
a.filtrar.limpar {
    display: none;
    width: 100%;
    position: relative;
    float: left;
    color: #ffff;
    cursor: pointer;
    text-transform: uppercase;
    background: #6d9b3a;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 12px;
    margin: 15px 0px 0px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

/*COBRANÇA*/
.bg-cobranca {
    background: #fff !important;
    padding-top: 13px;
    height: 100vh;
}

section.row .dash-dir {
    border: 0px !important;
}

section.row .dash-dir div#resumo {
    margin-top: -25px !important;
}

section.row .dash-dir .linhaTop {
    background: transparent !important;
}

ul.select2-selection__rendered {
    display: inline-block;
    width: 100%;
}

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

section.row.pagamento .dash-dir span.sem {
    font-size: 20px;
    width: calc(100% - 30px);
    font-weight: 300;
}

section.row.pagamento .dash-dir a.filtrar.recalcular {
    max-width: 160px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

section.row.pagamento .dash-dir span.primeiroProcesso {
    font-size: 14px;
    width: calc(100% - 10px);
    font-weight: 300;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    margin-bottom: 5px;
    max-width: 100%;
    border: 1px solid #DDDDDD;
    text-transform: uppercase;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    margin-top: -15px;
}

section.row.pagamento .dash-dir span.inProcess {
    font-size: 15px;
    width: calc(100% - 0px) !important;
    border-radius: 10px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    letter-spacing: 1px;
    color: #383636;
    text-shadow: 0px 10px 20px rgb(255, 255, 255), 0px 10px 20px rgb(255, 255, 255), 0px 10px 20px rgb(255, 255, 255), 0px 10px 20px rgb(255, 255, 255);
}

.dash-dir span.nomeEmpresa {
    color: #7e8a71;
    width: 100%;
    display: none !important;
    opacity: 0;
    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.some {
    display: none !important;
}

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;
    min-height: 90px;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: -2;
    background: #fff;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: rotatey(540deg);
    -ms-transform: rotatey(540deg);
    -moz-transform: rotatey(540deg);
    -webkit-transform: rotatey(540deg);
    -o-transform: rotatey(540deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.card-cobranca div.infoValores .valorD {
    float: right;
    padding-right: 15px;
}

div.card-cobranca div.infoValores .card-cobranca-body-text.final {
    margin-top: 15px;
    margin-bottom: 13px;
}

span.card-cobranca-body-text-value.total div.valorD {
    margin-top: 0px;
}

div.card-cobranca div.infoValores .card-cobranca-body-text.final:before {
    content: "";
    width: 400px;
    position: absolute;
    left: -30px;
    top: -10px;
    background: #DDDDDD;
    height: 1px;
}

div.card-cobranca div.infoValores .card-cobranca-body-text.final:before {
    content: "";
    width: 300%;
    position: absolute;
    left: -30px;
    top: -10px;
    background: #DDDDDD;
    height: 1px;
}

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

}

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

}

.card-cobranca.flip {
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.card-cobranca-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.B .card-cobranca-header {
    background: #A580B9 !important;
}

.card-cobranca.G .card-cobranca-header {
    background: #799957 !important;
}

.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: 5px;
    right: 10px;
}

.card-cobranca-header-icon>img {
    width: 27px;
}

.card-cobranca-header-icon.ar>img {
    position: absolute;
    -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;
}

.card-cobranca-header-icon.ar img.tipo {
    opacity: 0;
}

/*.card-cobranca-header-icon.ar:hover{*/
/*background: red;*/
/*}*/
/*.card-cobranca-header-icon.ar:hover img.ar{*/
/*opacity: 0;*/
/*}*/
/*.card-cobranca-header-icon.ar:hover img.tipo{*/
/*opacity: 1;*/
/*}*/
.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: 10px 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;
    position: relative;
}

.card-cobranca-body-values span.card-cobranca-body-text.final {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

section.row.pagamento {
    min-height: calc(100vh - 170px);
}

.card-cobranca.pagamento .card-cobranca-body div.linha {
    width: 100%;
    display: inline-block;
}

.card-cobranca.pagamento .card-cobranca-body p {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
}

.card-cobranca.pagamento .card-cobranca-body-values {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 7px;
    -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;
}

.card-cobranca.pagamento .card-cobranca-body-values:before {
    /*content: "";*/
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    bottom: 0px;
    border-bottom: 2px dashed rgb(197, 197, 197);
    -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;
}

.card-cobranca.pagamento .card-cobranca-body-values.total:before {
    opacity: 0;
    width: 0%;
}

.card-cobranca.pagamento .card-cobranca-body-values:last-of-type {
    margin-bottom: 0px;
    /*margin-top: 10px;*/
}

.card-cobranca.pagamento .card-cobranca-body {
    -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;
}

.card-cobranca.pagamento:hover {
    z-index: 10;
}

section.row.pagamento .col-md-3.filtrosMenu {
    position: relative;
    z-index: 1;
}

section.row.pagamento .col-md-3.filtrosMenu.active:before {
    content: '';
    width: calc(100% - 35px);
    height: 100%;
    background: rgba(255, 255, 255, 0.76);
    position: absolute;
    left: 17px;
    top: -12px;
    display: inline-block;
    z-index: 2;
}

section.row.pagamento .col-md-3.filtrosMenu span.dataProcesso {
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

/*ANIMACAO BARRA*/
@-moz-keyframes aniBarra {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 30px;
    }
}

@-webkit-keyframes aniBarra {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 30px;
    }
}

@-ms-keyframes aniBarra {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 30px;
    }
}

@keyframes aniBarra {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 30px;
    }
}

.aniBarra:before {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.6;
    -webkit-animation: aniBarra 2s linear infinite;
    -moz-animation: aniBarra 2s linear infinite;
    -ms-animation: aniBarra 2s linear infinite;
    animation: aniBarra 2s linear infinite;
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
}

/*ANIMACAO BARRA*/
.col-md-9.dash-dir span.barra.active {
    opacity: 0;
    height: 0px;
}

section.row.pagamento div._listaSafraRes .form-group {
    float: left;
}

section.row.pagamento div._listaSafraRes {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    /*margin-left: -20px;*/
}

section.row.pagamento .dash-dir span.sem {
    width: calc(100% - 0px);
    height: auto;
    display: inline-block;
    position: absolute;
    top: 80px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    left: 0px;
    -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: #fff;
    border: 1px solid #DDDDDD;
    /* text-transform: uppercase; */
    border-radius: 0px;
    padding: 10px 5px;
}

section.row.pagamento .dash-dir span.barra {
    width: calc(100% - 20px);
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 10px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    left: 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;
    background: #fff;
    border: 1px solid #DDDDDD;
    text-transform: uppercase;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.col-md-9.dash-dir span.barra span.aniBarra {
    width: 0%;
    display: inline-block;
    height: calc(100% - 20px);
    left: 0px;
    border-radius: 10px;
    position: relative;
    background-color: #5f9d24;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
    z-index: 1;
    top: 30px;
    /* opacity: 0.5; */
}

.card-cobranca.pagamento:hover .cont {
    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);
}

.card-cobranca.pagamento .card-cobranca-body div.interna {
    width: 100%;
    max-height: 0px;
    height: auto;
    -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;
    overflow: hidden;
}

.card-cobranca.pagamento .card-cobranca-body:hover div.interna {
    max-height: 300px;
}

a.recalcular:hover {
    text-decoration: none;
}

a.recalcular:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #496926;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    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;

    /*background: -moz-linear-gradient(top, rgba(168,168,168,0.3) 0%, rgba(181,181,181,0.65) 50%, rgba(254,254,254,1) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(168,168,168,0.3) 0%,rgba(181,181,181,0.65) 50%,rgba(254,254,254,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(168,168,168,0.3) 0%,rgba(181,181,181,0.65) 50%,rgba(254,254,254,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da8a8a8', endColorstr='#fefefe',GradientType=0 );*/
}

a.recalcular:hover:before {
    opacity: 1;
}

a.recalcular:hover {
    color: #fff;
    /*background: transparent;*/
}

a.recalcular {
    overflow: hidden;
    color: #fff;
    /*font-weight: 300;*/
    width: 100%;
    position: relative;
    float: left;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 0px;
    font-size: 12px;
    margin: 0px;
    z-index: 1;
    position: relative;
    text-align: center;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #a3783e;
    /*background: -moz-linear-gradient(top, rgba(254,254,254,0.3) 0%, rgba(181,181,181,0.65) 50%, rgba(168,168,168,1) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(254,254,254,0.3) 0%,rgba(181,181,181,0.65) 50%,rgba(168,168,168,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(254,254,254,0.3) 0%,rgba(181,181,181,0.65) 50%,rgba(168,168,168,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfefefe', endColorstr='#a8a8a8',GradientType=0 );*/
}

.card-cobranca.pagamento .card-cobranca-body:hover .card-cobranca-body-values.total {
    /*margin-top: 10px;*/
}

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

.card-cobranca.pagamento {
    max-height: 240px;
    min-height: 10px !important;
    margin-bottom: 0px;
}

.card-cobranca.pagamento .card-cobranca-body:last-child {
    margin-bottom: 10px;
}

.card-cobranca.pagamento .card-cobranca-body {
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(241,241,241,0.27) 9%, rgba(225,225,225,0.84) 80%, rgba(246,246,246,1) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(241,241,241,0.27) 9%,rgba(225,225,225,0.84) 80%,rgba(246,246,246,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(241,241,241,0.27) 9%,rgba(225,225,225,0.84) 80%,rgba(246,246,246,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#f6f6f6',GradientType=0 );*/
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    width: calc(100% - 20px);
    margin-bottom: 0px;
    border: 1px solid #c5c5c5;
    font-weight: 200;
}

.card-cobranca.pagamento .cont {
    position: relative !important;
    margin-bottom: 20px;
    display: inline-block !important;
    float: left;
    -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;
}

.card-cobranca.pagamento .card-cobranca-body div.linha span {
    display: inline-block;
    width: calc(40%);
    float: left;
    margin: 0px;
    line-height: 10px;
}

.card-cobranca.pagamento .card-cobranca-body span.empresa:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 2px;
    top: calc(50% - 3px);
    background: #a3783e;
    border-radius: 10px;
}

.card-cobranca.pagamento .card-cobranca-body span.empresa {
    width: auto !important;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    margin-right: 10px !important;
    margin-top: 0px !important;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    display: block;
    float: left;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    line-height: 16px;
    /*max-height: 30px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.card-cobranca.pagamento .card-cobranca-body div.linha span:nth-child(1) {
    text-align: left;
    line-height: initial;
    margin-top: 8px;
}

.card-cobranca.pagamento .card-cobranca-body div.linha span:nth-child(2) {
    text-align: right;
    word-break: break-all;
    line-height: initial;
    width: calc(60%);
}

.card-cobranca.pagamento .card-cobranca-body div.linha span sub {
    font-size: 10px;
    bottom: 1px;
}

.card-cobranca-body-text-value {
    margin-top: 11px;
    font-size: 22px;
    line-height: 16px;
    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;
}

section.row.pagamento .dash-dir {
    margin-left: -15px;
}

.safra-time-line-header {
    display: flex;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 35px;
    line-height: 20px;
}

.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 a,
.container-checkmark a:hover {
    color: #212529;
    text-decoration: none;
}

.container-checkmark {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 5px);
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #212529;
}

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

span.select2-selection.select2-selection--single {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
    /* padding-top: 4px; */
    /*height: 100%;*/
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding: 3px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.select2-dropdown.select2-dropdown--below {
    /*max-height: 200px;*/
    position: relative;
    overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 12px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}

.select2-container .select2-selection--multiple {
    min-height: 38px!important;
    height: auto;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
    list-style: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #496926 !important;
    color: #fff;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    outline: none !important;
}

.select2-container .select2-search--inline {
    float: left;
    margin-bottom: -4px;
}

/*DASHBOARD*/


/* PAGINA INTERNA */
.bg-title-pages {
    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 {
    display: flex;
    flex-direction: column;
    background: #d5d5d5;
    margin: 0px !important;
    padding: 15px 25px 0.5rem !important;
    position: relative;
}

.topo-pagina .breadcrumb-item+.breadcrumb-item::before {
    color: #adb2b8;
}

div.container-fluid {
    padding: 30px 25px 20px;
}

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

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

.topo-pagina nav ol li.active {
    text-transform: capitalize;
}

.topo-pagina nav ol li a {
    color: #0379ff;
    text-transform: capitalize;
}

.topo-pagina nav ol li a:hover {
    color: #495057;
}

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

.bg-pages {
    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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px;
}

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

.table {
    margin-top: 0;
}

.table thead {
    font-weight: bold;
    color: #333333;
    background: rgba(224, 223, 220, 0.4) !important;
}

.table thead th {
    border-right: 1px solid #ced4da !important;
    border-bottom: 1px solid #c9c9c9;
    /*border-top: 0.5px solid transparent!important;*/
    border-top: 1px solid #BBBBBB !important;
}

.table thead th:last-of-type {
    border-right: 0px solid #fff !important;
    text-align: center !important;
    padding-right: 20px !important;
}

.table tbody td:last-of-type {
    text-align: center !important;
    padding-right: 20px;
}

.table thead a,
table thead a,
table thead th {
    color: #333333;
    font-weight: 600;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}

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

.table a {
    margin-right: 8px;
    cursor: pointer;
}

table.table tbody td:last-of-type a:not(.ver_card) {
    padding: 3px 5px;
    margin: 0 3px 0 0 !important;
    font-size: 12px;
    line-height: 16px;
    width: 24px;
    min-width: 24px;
    height: 22px;
    display: inline-block;
}

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

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

.table th,
.table td {
    font-size: 15px;
    padding: 0.4rem 0px;
}

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

.filter>div input {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.filter>div select {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.filter>div:last-child button {
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.filter>div:last-child button:last-child {
    margin-left: 10px;
    margin-left: 10px;
}

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

.btn-vermelho:hover {
    color: #FFFFFF;
    background: #770000;
    border: 1px solid #770000;
    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-azul {
    color: #FFFFFF;
    background: #0077FF;
    border: 1px solid #0077FF;
    border-radius: 5px;
    padding: 5px 23px;
}

.btn-azul:hover {
    color: #FFFFFF;
    background: #003377;
    border: 1px solid #003377;
    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: #333333;
    border: 1px solid #333333;
    transition: .3s;
    text-decoration: none;
}

.btn-login {
    color: #FFFFFF;
    background: #BB2233;
    border: 1px solid #BB2233;
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 20px;
    margin-top: 30px;
}



/*RESPONSIVO*/
/*MOBILE*/
@media only screen and (max-height : 700px) {
    section.login div.menu div.idiomas-inicio {
        position: relative;
        left: 40px;
        margin-bottom: 10px;
        bottom: initial;
    }

    section.login div.menu span.appVersion {
        position: relative;
        bottom: initial;
    }
}


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

    /*LOGIN*/
    section.login div.menu {
        width: 100vw;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        min-width: 100vw;
        padding-bottom: 200px;
        height: calc(100vh + 200px);
    }

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

    section.login div.menu 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: fixed;
        align-items: center;
        justify-content: center;
        width: 100vw;
        min-width: 100vw;
    }

    section.login div.menu 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% / 2 - 20px);
        min-width: 120px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-right: 20px;
    }

    section.login div.footer {
        display: none;
    }

    section.login div.footer.mobile {
        display: block;
        margin-bottom: 20px;
    }

    section.header .notificacoes-header p {
        display: none;
    }

    section.header .notificacoes-header div#notify-total {
        right: calc(50% / 2 - 2px);
        top: 25px;
    }

    section.header .divisor {
        margin: 0 4px;
    }

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

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

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

    /*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: 0px;
        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: 50px;
        /* margin-left: 10px; */
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

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

}


/*MOBILE/TABLET*/

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

    /*FIM LOGIN*/
    section.login div.menu {
        width: 100vw;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        min-width: 100vw;
        padding-bottom: 200px;
        height: calc(100vh + 140px);
        min-height: 770px !important;
    }

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

    section.login div.menu 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: fixed;
        align-items: center;
        justify-content: center;
    }

    section.login div.menu 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;
    }

    section.login div.footer a {
        width: 45%;
        min-width: 120px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-right: 20px;
    }

    section.login div.footer {
        display: none;
    }

    section.login div.footer.mobile {
        display: block;
        margin-bottom: 20px;
        width: 100vw;
    }

    /*FIM LOGIN*/

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

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

    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 .notificacoes-header p {
        display: none;
    }

    section.header .divisor {
        margin: 0 4px;
    }

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

    .mobile.mob-sub-menu {
        display: block;
        width: 100%;
        background: #868686;
        padding: 5px 0px 2px;
        margin: 0px;
        margin-top: 0px;
        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: 50px;
        /* margin-left: 10px; */
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

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

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

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

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

}


@media only screen and (min-width : 501px) and (max-width : 1000px) {
    /*section.header .user-header span.mobile,*/
    /*aside#menu-user .content .linha div.mobile{*/
    /*display: none!important;*/
    /*}*/
}


.hide {
    display: none;
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    padding: 0px 10px;
    margin: -10px -10px -10px auto;
    font-size: 25px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 100000000000000;
}

.alert button.close {
    right: 15px;
    position: absolute;
}

a {
    text-decoration: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.btn-info:hover,.bg-info:hover {
    color: #fff!important;
    background-color:#148ea1 !important;
    border-color:#148ea1 !important;
}
.btn-info {
    color: #fff!important;
    background-color: #67c0ce !important;
    border-color: #17a2b8!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 35px;
}

.form-group {
    margin-bottom: 1rem;
}

div.footer *{
    max-width: fit-content;
}

.table thead th {
    vertical-align: middle!important;
}

div.footer.row svg.fa-spinner {
    display: none!important;
}

.row {
    /*flex-wrap: nowrap;*/
}

div.guid-pagina.padding form .row{
    flex-wrap: wrap;
}

.modal .row {
    flex-wrap: wrap;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: contents!important;
    list-style: none;
    padding: 0!important;
    width: 100%;
    float: left;
    overflow-y: auto!important;
    overflow-x: hidden;
    height: 100%;
    text-align: left;
    margin-bottom: 0px !important;
}

.select2-container .select2-search--inline {
    /* float: right; */
    margin-bottom: 0px;
    height: 100%;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0;
    /* width: 100%; */
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    margin-top: 0px;
    font-size: 16px;
    transform: translateY(-1px);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 36px!important;
}


.tooltip {
    z-index: 0;
}
.tooltip.show {
    z-index: 100000000;
}