@font-face {
    src: url("/fonts/Poppins/Poppins-Regular.ttf");
    font-family: "poppins";
    font-weight: 400;
}

@font-face {
    src: url("/fonts/Poppins/Poppins-Bold.ttf");
    font-family: "poppins";
    font-weight: 700;
}

@font-face {
    src: url("/fonts/Lato/Lato-Regular.ttf");
    font-family: "lato";
    font-weight: 600;
}

@font-face {
    src: url("/fonts/Lato/Lato-bold.ttf");
    font-family: "lato";
    font-weight: 700;
}

*{
    /*font-family: "poppins"!important;*/
}

body{
    font-family: "lato"!important;
}

:root{
    --make-blue: #004aad;
}

::placeholder{
    font-family: "lato"!important;
}

.div-make{
    background-color: var(--make-blue);
    padding: 50px;
    height: 100%;
}

#make-login{
    position: relative;
    height: 600px;
    transform: translateY(100px);
}

.make-text{
    color: #fff;
}

.make-text h2{
    font-weight: 700;
}

.img-login img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.login{
    width: 420px;
    display: block;
    margin: 0 auto;
}

.login .btn{
    background-color: var(--make-blue);
    color: #fff;
    width: 100%;
    margin-left: -1px;
    transition: .6s all;
}

.login .btn:hover{
    background-color: #fff;
    border: 1px solid var(--make-blue);
    color: var(--make-blue);
    transition: .6s all;
}

.login input,.login select, .login textarea{
    border: 1px solid var(--make-blue);
}

.login label{
    font-size: 11pt;
}

.login h3{
    font-weight: 700;
}

.make-register{
    transform: translateY(50px)!important;
}

.make-header{
    background-color: var(--make-blue);
}

.make-header img{
    width: 200px;
    height: 75px;
}
.item-make-menu img{
    width: 20px;
    height: 20px;
}

.item-make-menu{
    display: flex;
    align-items: center;
    border: 1px solid var(--make-blue);
    color: var(--make-blue)!important;
    padding: 5px 10px;
    border-radius: 40px;
}

.item-make-menu:hover{
    background-color: var(--make-blue);
    color: #fff!important;
}

.item-make-menu span{
    margin-left: 10px;
    font-size: 10pt;
}

#menu{
    width: 30px;
    height: 30px;
}

.cart-item img{
    width: 50px;
    height: 50px;
}

.page-title{
    font-weight: 700;
}

.make-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
}

.hr-page{
    border-color: var(--make-blue);
    border-style: dashed;
}

.make-tab img{
    width: 20px;
    height: 20px;
}

#tab .btn{
    text-align: start;
}

#myTab{
    margin-top: -20px;
}

.search img{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}
.search input{
    border: none;
    margin-left: 10px;
    padding: 10px;
}

.search input:focus{
    outline: none;
}

.search{
    height: 50px;
    margin-right: 10px;
    padding: 2px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2),
    0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-header{
    display: flex;
    align-items: center;
}

.btn-img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.table img{
    width: 25px;
    height: 25px;
    margin: 0 10px;
}

.table th{
    font-weight: 700;
}

.contas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%!important;
}

.contas .card{
    margin: 10px;
    border-left: 4px solid var(--make-blue);
}

.bank-item img{
    height: 100px;
    width: 100px;
}

.bank-item h4{
    font-weight: 700;
}

.buttom-pay{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttom-pay h4{
    font-weight: 700;
}

.modal_empresa .modal-body{
    height: 600px;
    overflow-y: auto;
}

.obriga{
    color: red;
}

.modal-header{
    background-color: #004aad;
    color: #fff;
}

.loading{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    display: none;
}

.loading .img-loading{
    display: block;
    width: 100px;
    height: 100px;
    margin: 25% auto;
}

#card_login{
    border-radius: 10px;
    border-top: 5px solid #004aad;
}

.make-header .dropdown-toggle{
    color: #fff!important;
}

.empre-att{
    font-weight: 700;
}

.empre-line{
    border-style: dashed;
    border-color: #004aad;
}

#modal_doc .modal-content{
    width: 1200px;
    left: -70%;
    position: relative!important;
    display: block;
    margin: 0 auto;
}

#formDoc .div-input{
    margin: 10px;
}

#formDoc .docs{
    width: 100%
}

.item-doc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#edoc hr{
    border-style: dashed!important;
    border-color: #004aad;
}

#edoc h4{
    font-weight: 700;
}

.soft_active{
    width: 500px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    top: 90%;
    z-index: 1000;
    color: #fff;
    font-weight: 700;
    padding: 15px;
}

.soft_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_add_produto{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_add_produto input[type="number"]{
    width: 65px;
    border: 1px solid #004aad;
}

#card_product{
    border-left: 4px solid #004aad;
    border-radius: 10px;
}

.div-qty{
    display: flex;
    align-items: center;
}

.div-qty p{
    margin-right: 10px;
    margin-top: 10px;
}

.list_control img{
    width: 20px;
    height: 20px;
}

.btn {
    text-transform: none!important;
    padding: 10px!important;
    height: auto!important;
}

.GR{
    display: none;
}

.nav-tabs .nav-item{
    font-size: 10pt!important;
}

.login-input input,.login-input select{
    border: 1px solid #004aad;
}

.caixa-head{
    display: flex;
    justify-content: space-between;
}

.caixa-card{
    height: calc(100vh - 100px)
}

.item-caixa{
    display: flex;
    line-height: 10px;
}

.sec{
    display: flex;
    justify-content: center;
}

.item-sec{
    background-color: #004aad;
    padding: 35px;
    margin: 1px;
    color: #fff;
    font-weight: 700;
    font-size: 12pt;
    width: 80px;
    height: 80px;
}

.item-sec:hover{
    background-color: darkgoldenrod;
}

