@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    /*background: #fafafa;*/
    /*margin: 0px;*/
    /*background-image: url(..//img/back.jpg);*/
    margin: 0px;
}

/* ---------------------------------------------------
    CLASSES TEMPORÁRIAS
    ----------------------------------------------------- */
    .banner-produto-ano {
        background-image: url();
        width: 100%;
        height: 380px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
/* ---------------------------------------------------
    CLASSES TELA LOGIN
    ----------------------------------------------------- */

.body_login {
    width: 100%;
    height: 600px;
    background-color: #1d1d1b;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: center; */
    align-items: center;
    height: 100vh;
    background-size: 100%;
}

.login {
    width: 28%;
    margin: 0 auto;
    padding-top: 4%;
}

.login__body::before {
    background-color: #fff;
    content: '';
    height: 0.5em;
    left: 50%;
    margin-left: -0.25em;
    margin-top: -0.25em;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5em;
}

.login input[type='text'],
.login input[type='password'] {
    border: 0.0625em solid #e5e5e5;
    padding: 0.5em;
    width: 100%;
}

.form__field {
    padding: 1px;
}

.login input[type='text'] {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
}

.login input[type='password'] {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

.login input[type='submit'] {
    background-color: #1dabb8;
    border-radius: 0.25em;
    color: #fff;
    font-weight: 700;
    border: 0px;
    width: 106px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0.75em 1.25em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
    background-color: #198d98;
}

.login__header {
    background-color: #981515;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    color: #fff;
    padding: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

.login__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}

.login__body {
    background-color: #fff;
    padding: 1.5em;
    position: relative;
}

.login__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.login__footer p {
    margin: 0;
}

.info-tela-login {
    color: white;
    position: sticky;
    top: 96%;
    font-size: 10px;
}

.img-login {
    width: 100%;
    height: 44vh;
    background-image: url(..//img/back/2-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 71%;
    text-align: center;
}


/* ---------------------------------------------------
    SIDEBAR STYLE - MENU - INDEX
    ----------------------------------------------------- */

.ion-index {
    padding-right: 10px;
}

.pic-logo img {
    width: 165px;
}

.ocult-logo {
    display: none;
}

.ocult-text {
    display: none;
}

.mostra-icone {
    position: absolute;
    left: 15px;
}

hr {
    border-color: #7bac3b;
}

nav {
    position: fixed;
    width: 100%;
    max-width: 250px;
    bottom: 0;
    top: 0;
    display: block;
    min-height: 250px;
    height: 100%;
    color: #fff;
    opacity: 0.8;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    background: #981515;
}

nav .vertical-menu hr {
    opacity: 0.1;
    border-width: 0.5px;
}

nav ul {
    width: 90%;
    padding-inline-start: 0;
    margin: 10px;
    height: calc(100% - 20px);
}

nav .vertical-menu-logo {
    padding: 20px;
    font-size: 1.3em;
    position: relative
}

nav .vertical-menu-logo .open-menu-btn {
    width: 30px;
    height: max-content;
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

nav .vertical-menu-logo .open-menu-btn hr {
    margin: 5px 0;
    background-color: white;
}

nav li {
    padding: 10px;
}

nav li a {
    cursor: pointer;
    color: white;
    font-size: 18px;
}

nav li a:hover {
    color: rgba(75, 105, 176, 1);
}

nav li#user-info {
    position: absolute;
    bottom: 0;
    width: 80%;
}

nav li#user-info>span {
    display: block;
    float: right;
    font-size: 0.9em;
    position: relative;
    opacity: 0.6;
}

nav li#user-info>span:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: green;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.content-wrapper {
    width: calc(100% - 250px);
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    background: #fff;
    left: 250px;
    padding: 15px 0px;
}

.closed-menu .content-wrapper {
    width: 100%;
    left: 50px;
}

.content-wrapper {
    transition: all 300ms;
}

.vertical-menu-wrapper .vertical-menu-logo div {
    transition: all 100ms;
}

.closed-menu .vertical-menu-wrapper .vertical-menu-logo div {
    margin-left: -100px;
}

.vertical-menu-wrapper .vertical-menu-logo .open-menu-btn {
    transition: all 300ms;
}

.closed-menu .vertical-menu-wrapper .vertical-menu-logo .open-menu-btn {
    left: 7px;
    right: 100%;
}

.closed-menu .vertical-menu-wrapper ul,
.closed-menu .vertical-menu-wrapper hr {
    margin-left: -250px;
}

.vertical-menu-wrapper ul,
.vertical-menu-wrapper hr {
    transition: all 100ms;
}

.content {
    background: #fff;
    margin: 0 auto;
    width: 99%;
    overflow: hidden;
}

.info-botton {
    width: 100%;
    /* background-color: red;*/
    height: 60px;
    bottom: 0px;
    position: absolute;
    font-size: 12px;
    text-align: center;
}


/*-----------------------------------------------
    CLASSES TELA TITULOS
    ----------------------------------------------------- */

.icon-titu {
    float: left;
}

.color3 {
    /*color: red !important;*/
}

.color2 {
    color: #1dda1d !important;
    cursor: pointer;
}

.color1 {
    color: #5bc0de !important;
}

#titulos,
#notas {
    font-size: 13px;
}

.title-icone {
    font-size: 12px;
    padding: 9px 12px;
    float: left;
    text-align: right;
    right: 5px;
    position: relative;
    cursor: pointer;
}

.icone-titulos {
    /* font-size: 25px; */
    margin: 0;
    width: 130px;
    padding: 0px 0px !important;
    font-size: 25px;
}

.btn-export-lista {
    background-color: #5bc0de;
    border: solid 0px;
    width: 100%;
    color: white;
    font-size: 12px;
}

.btn-tit-aberto {
    background-color: aquamarine;
}

.btn-tit-pago {
    background-color: coral;
}

.btn-tit {
    cursor: pointer;
}

.status-titulo {
    width: 10px;
    padding: 0 !important;
}

.status-titulo-box {
    /* width: 1px; */
    width: 47%;
    /*background-color: aqua;*/
    height: 32px;
    margin: 2px 0;
}

.status-titulo-01 {
    /* em aberto */
    background-color: yellow;
}

.status-titulo-02 {
    /* em baixado */
    background-color: green;
}

.status-titulo-03 {
    /* Vencido */
    background-color: red;
}

.status-titulo-04 {
    /* baixado parcial */
    background-color: aqua;
}

.hidden {
    display: none;
}


/*-----------------------------------------------
    CLASSES CLIENTE
    ----------------------------------------------------- */

.dados-cliente {
    margin: 0 auto;
    width: 70%;
    /*height: 210px;*/
    margin-bottom: 100px;
}

.info-erro {
    float: right;
    padding: 12px;
}

.campos-cliente {
    border: solid 1px #5bc0de;
    border-radius: 3px;
    padding: 10px;
}


/*-----------------------------------------------
    CLASSES NOTAS
    ----------------------------------------------------- */

.font-modal-item {
    font-size: 12px;
    padding: 0.5rem;
    border-bottom: solid 1px #753d75;
}

.table-itens-nota {
    font-size: 12px;
    width: 100%;
}

.caixa-dialog {
    max-width: 645px;
}

.modal-dialog {
    max-width: 70% !important;
}

.nf-itens-title {
    font-weight: bold;
    font-size: 13px;
    background-color: #e9ecef;
}

.nf-itens {
    font-size: 12px;
    padding: 5px;
}

.nf-item {
    width: 3%;
}

.nf-codpro {
    width: 12%;
}

.nf-descpro {
    width: 40%
}

.nf-qtd {
    width: 7%;
}

.nf-prcuni,
.nf-total,
.nf-totalbruto {
    width: 12%;
}


/*-----------------------------------------------
    CLASSES HOM
    ----------------------------------------------------- */

.conteudoHome {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
}

.ion-android-checkbox-outline {
    font-size: 20px;
    margin-right: 10px;
}

.headHome {
    background-color: teal;
    height: 90px;
    color: white;
    font-family: inherit;
    text-align: center;
    padding: 12px 0px;
    font-weight: 600;
}

.titleHome {
    font-size: 35px;
}

.textoHead {
    font-size: 1.00rem;
    font-weight: 300;
}

.textoHead1 {
    font-weight: 400;
}

.tituloSection {
    font-weight: bold;
    margin: 0px;
    color: #31353d;
}

.barraHr {
    height: 1px;
    margin: 0px;
    background-image: linear-gradient( 90deg, #efa8b0, #a89cc8, #17a2b8);
}


/*-----------------------------------------------
    CLASSES CONTATO
    ----------------------------------------------------- */

.conteudoCont {
    padding: 10px;
    margin-bottom: 100px;
    margin-top: -45px;
    width: 80%;
    margin: 0 auto;
}

.formCont {
    padding: 10px;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    margin-bottom: 50px;
}

.ion-ios-email-outline,
.ion-ios-telephone-outline {
    font-size: 20px;
    padding-right: 10px;
}

#emailCont,
#TelCont {
    font-size: 16px;
    margin: 13px;
}

.textCont {
    font-size: 25px;
    color: white;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box>.inner {
    padding: 10px;
}

.small-box .icon {
    color: rgba(0, 0, 0, .1);
    z-index: 0;
}

.small-box p {
    font-size: 1rem;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.sidebar-header {
    margin-top: 20px;
}

.col-lg-4 .small-box h3,
.col-md-4 .small-box h3,
.col-xl-4 .small-box h3 {
    font-size: 2.2rem;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.col-lg-4 .small-box h3,
.col-md-4 .small-box h3,
.col-xl-4 .small-box h3 {
    padding-left: 15px;
    color: white;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.glyphicon,
.small-box .icon>i.ion {
    font-size: 70px;
    top: 5px;
    right: 35px;
}

.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s linear;
}

.small-box>.small-box-footer {
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, 1);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}


/*-----------------------------------------------
    CLASSES GENERICAS
    ----------------------------------------------------- */

.Envi {
    width: 77%;
    position: fixed;
    height: 100%;
    background-color: red;
    z-index: 999;
    margin: 0 auto;
    background-color: rgba(10, 23, 55, 0.5);
    top: 0px;
    /* left: 80px; */
    width: calc(100% - 261px);
    display: none;
}

.Envi>img {
    top: 40%;
    position: fixed;
    left: 50%;
}

.input-busca {
    border: 0px;
    border-bottom: solid 1px;
    /* box-shadow: 0 0 0 0; */
    /* border: 0 none; */
    outline: 0;
    border-radius: 5px;
}

.btn-buscar-titulo {
    /* width: 100px; */
    color: white;
    padding: 5px;
    background-color: #5bc0de;
}

.ios-search {
    font-size: 20px;
    /*margin-right: 5px;*/
}

.input-date {
    cursor: pointer;
}

.box-busca {
    border-bottom: solid 1px cornflowerblue;
    padding: 8px;
    text-align: right;
}

.img-carregando {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: red;
    z-index: 999;
    margin: 0 auto;
    background-color: rgba(10, 23, 55, 0.5);
    top: 0px;
    display: none;
}

.img-carregando>img {
    top: 26%;
    position: absolute;
    left: 47%;
    width: 90px;
    height: 80px;
}

.Loanding {
    width: 77%;
    position: fixed;
    height: 100%;
    background-color: red;
    z-index: 999;
    margin: 0 auto;
    background-color: rgba(10, 23, 55, 0.5);
    top: 0px;
    /* left: 80px; */
    width: calc(100% - 261px);
    display: none;
}

.Loanding>img {
    top: 40%;
    position: fixed;
    left: 50%;
}

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    border: solid 3px #1e88e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    padding: 25px;
    color: #fff;
    font-size: 18px;
}

.box-cookies .btn-cookies {
    background: #1e88e5;
    cursor: pointer;
    align-self: normal;
    border: none;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 980px) {
    .img-login {
        height: 36vh;
    }
    #loader {
        width: 100%;
        left: unset;
        background: url(../img/gif.gif) 49% 45% no-repeat #31353d;
    }
    .Loanding {
        width: 100%;
    }
    .closed-menu .content-wrapper {
        width: 95%;
    }
    .conteudoHome {
        width: 95%;
    }
    .modal-dialog {
        max-width: 70% !important;
    }
    .nf-descpro {
        white-space: nowrap;
        width: 12em;
        overflow: hidden;
        text-overflow: ellipsis;
        /* border: 1px solid #000000; */
    }
}

@media (max-width: 850px) {
    .img-login {
        height: 36vh;
    }
    .login {
        width: 95%;
    }
    .dados-cliente {
        width: 100%;
    }
    .conteudoCont {
        width: 100%;
    }
    .closed-menu .content-wrapper {
        width: 95%;
    }
    .desc-prod {
        white-space: nowrap;
        width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nf-prcuni,
    .nf-total,
    .nf-totalbruto {
        width: 15%;
    }
}

@media (max-width: 700px) {
    .title-icone {
        display: none;
    }
    .icone-titulos {
        width: 35px;
    }
    .ocul-col-tit {
        display: none;
    }
    .nf-item {
        width: 5%;
    }
    .nf-prcuni,
    .nf-total,
    .nf-totalbruto {
        width: 18%;
    }
    .nf-descpro {
        width: 8em;
    }
    .modal-backdrop {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 470px) {
    .ocul-col-nota {
        display: none;
    }
    .modal-dialog {
        max-width: 80% !important;
        margin: 0 auto !important;
    }
    .nf-totalbruto,
    .nf-descpro {
        display: none;
    }
    .nf-prcuni,
    .nf-total,
    .nf-totalbruto {
        width: 26%;
    }
    .nf-codpro {
        width: 19%;
    }
    .nf-qtd {
        width: 17%;
    }
    .nf-item {
        width: 8%;
    }
}

@media (max-width: 300px) {}