
@media print {
    body * {
        visibility: hidden;
    }
    .permitido-imprimir, .permitido-imprimir * {
        visibility: visible;
    }
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
  }
  input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;
  }

   
::-webkit-scrollbar { width: 5px; height: 5px;  background-color: #f5f5f5; }
::-webkit-scrollbar-thumb { background-color: #ccc; }
::-webkit-scrollbar-thumb:hover {  background-color: #888; }


body{
    zoom: 0.9;
}

.arrastarX, .arrastarY{
    cursor: pointer;
}

.divLoading{ position: absolute; width: 100%; height: 100%; text-align: center; padding-top: 300px; }
    .divLoading img{ width: 100px; height: 100px; }
 
.divQuadro{
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px 15px 10px 15px;
    border: 1px solid lightgray; 
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(204, 202, 202);
    text-align: left;
    overflow: hidden;
}
   
.divSubQuadro{
    margin: 10px 10px 10px 30px;
}

.heightAuto{ height: auto; }
.heightminimize{ height: 56px; }

.heightPAll{
    height: calc(100% - 20px);
}

    .divQuadro .divQuadroTitle{
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .divQuadro .divTitle{
        margin: 0px 10px 10px 0px;
        font-weight: bold;
        Color:rgb(231, 150, 0);
        float:left;
        width: 75%;
    }

    

    .btnTitleClose{
        margin: 0px 0px 0px 0px !important;
        width: 30px !important;
        height: 30px !important;
        padding: 5px !important;
        font-weight: bold !important;
        Color:rgb(255, 0, 0);
        float:right !important;
    }
    .btnTitleClose i{
        width: 100% !important;
        height: 100% !important;
    }
    
    .modal-header h3{
        margin: 0px;
        width: calc(100% - 70px);
        float: left;
    }


    .modal-header button{
        margin: 0px 0px 0px 0px !important;
        width: 30px !important;
        height: 30px !important;
        padding: 5px !important;
        font-weight: bold !important;
        float:right !important;
        
        border:0.5px solid #FF6347;
        border-radius: 5px;
        background-color: #FF6347;
        color: white;
        margin: 0 5px;
    }

    .modal-header button:hover{
        background-color: white;
        color: #FF6347;
        box-shadow: 3px 3px 5px #FF6347;
    }


    .divCampo, .divCampoBtn{
        min-height: 65px;
        /*border: 1px solid black;*/
        padding: 3px 5px;
        margin: 0px 5px 0 0;
        display: inline-block;
        vertical-align: top;
    }

        .tamAll{width: 100%;padding:0px 10px}
            .tamAll input, .tamAll select, .tamAll textarea{width: 100%;}; .tamAll textarea{height: 60px;}
        .tam0{width: 65px; max-width: 100%;}
            .tam0 input, .tam0 select, .tam0 textarea{width: 60px; max-width: 100%;}; .tam0 textarea{height: 60px;}
        .tam1{width: 130px; max-width: 100%;}
            .tam1 input, .tam1 select, .tam1-5 textarea{width: 120px; max-width: 100%;}; .tam1-5 textarea{height: 60px;}
                .tam1-5{width: 150px;}
                    .tam1-5 input, .tam1-5 select, .tam1-5 textarea{width: 140px;}; .tam1-5 textarea{height: 60px;}
        .tam2{width: 210px; max-width: 100%;}
            .tam2 input, .tam2 select, .tam2 textarea{width: 200px; max-width: 100%;}; .tam2 textarea{height: 60px;}
        .tam3{width: 310px; max-width: 100%;}
            .tam3 input, .tam3 select, .tam3 textarea{width: 300px; max-width: 100%;}; .tam3 textarea{height: 60px;}
        .tam4{width: 410px; max-width: 100%;}
            .tam4 input, .tam4 select, .tam4 textarea{width: 400px; max-width: 100%;}; .tam4 textarea{height: 60px;}
        .tam5{width: 510px; max-width: 100%;}
            .tam5 input, .tam5 select, .tam5 textarea{width: 500px; max-width: 100%;}; .tam5 textarea{height: 60px;}
        .tam6{width: 610px; max-width: 100%;}
            .tam6 input, .tam6 select, .tam6 textarea{width: 600px; max-width: 100%;}; .tam6 textarea{height: 60px;}

        .tam0 i{
            font-size: 20px;
        }

        
        .tamD2{width: calc(50% - 10px);}
            .tamD2 input, .tamD2 select, .tamD2 textarea{width: calc(50% - 10px);}; .tamD2 textarea{height: 60px;}
        .tamD3{width: calc(33% - 10px);}
            .tamD3 input, .tamD3 select, .tamD3 textarea{width: calc(33% - 10px);}; .tamD3 textarea{height: 60px;}
        .tamD4{width: calc(25% - 10px);}
            .tamD4 input, .tamD4 select, .tamD4 textarea{width: calc(25% - 10px);}; .tamD4 textarea{height: 60px;}



        .divCampo label, .divCampoImg label{
            width: 100%;
            font-weight: bold;
        }
        .divCampo input, .divCampoBtn input, .divCampoBtn select, .divCampo select, .divCampo .divInputOptions{
            height: 30px;
        }

        .divCampoBtn .divInputOptions{
            width: calc(100% - 40px);
            outline: none;
            float: left;
        }

        .divCampoBtn button{
            width: 30px;
            height: 30px;
            float: left;
            margin-left: 5px;
            padding: 0px;
        }
 
        .divCampoBtn > input, .divCampoBtn > select{
            width: calc(100% - 40px);
            outline: none;
            float: left;
        }


        .divCampo a{
            margin-left: 05px;
        }
        
        .form .divCampo img:not(button img){
            height: 120px;
            width: 120px;
        }
 
        .divCampo .i{
            font-weight: bold;
            font-size: 30px;
            text-align: center;
            width: 100%;
        }    
        
        .divCampo .inputDuplo{
            width: calc((100% - 20px) / 2);
            display: inline-block;
        }

        .selectCampo label{
            width: calc((100% - 25px));
            vertical-align: top;
            font-size: 16px;
            height: 20px;
            margin-top: 4px;
            padding-left: 5px;
        }


        .infoImportant{
            color: red;
            margin: 0px;
            padding: 0px;
        }

        .textAreaHeight0{ height: 30px; }
        .textAreaHeight1{ height: 60px; }
        .textAreaHeight2{ height: 90px; }
        .textAreaHeight3{ height: 120px; }
        .textareaDefault{ height: 145px; }
        .textareaAll{ height: 400px; }

        .inputLeft{
            text-align: left;
        }
        .inputCenter{
            text-align: center;
        }
        .inputRight{
            text-align: right;
        }

        .inputObrigatorioDefault{ 
            background-color: BlanchedAlmond;
            border:1px solid gray;
        }
        .inputValueErro{
            background-color: LightPink;
            border:1px solid gray;
        }
        .inputValueGreen{
            background-color: LightGreen;
            border:1px solid gray;
        }
    
        .inputReadOnly{
            background-color: lightgray;
            border:1px solid gray;
            outline: none;
        }
    
        .divInputOptions{
            background-color: white;
            padding: 5px ;
        }
            .divInputOptions input{
                display: inline-block;
                width: 15px;
                height: 15px;
                margin: 2px 0 0 0 ;
                outline-color: orange ;
            }
            .divInputOptions input:focus{
                outline-color: orange ;
            }
            .divInputOptions label{
                display: inline-block;
                width: auto;
                margin: 0px 10px 0px 2px;
            }
    
        .overFlow-h{
            overflow-x: auto;
        }

    .divTable{
        height: 100%;
        box-shadow: 5px 5px 10px lightgray;
    }
    .trHeaderTitle{
        height: 45px;
    }
        .trHeaderTitle .loadingTable{
            transition: 2s;
        }

    .tableHeader{
        border-bottom: 1px dashed gray;
    }
    
    .tableHeader, .tableLanc{
        width: 100%;
    }
    .tableHeaderTitle tr td img{
        height: 30px;
        width: 30px;
    }
    .tableHeader td{
        padding-left: 10px;
        height: 25px;
    }
    .tableHeader .tableHeaderTitle{
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
    .tableHeaderBtnNew{
        text-align: right;
        padding: 0 10px 0 0 ;
        height: 25px;
    }
    
    .tableHeader .trHeader{
        text-align: center;
        font-weight: bold;
    }
        .tableTdWidhtAuto{width: auto;padding: 0 10px;}
        .tableTdWidht0{width: 50px;max-width: 50px;text-align: center;}
            .tableTdWidht0-5{width: 75px;text-align: center;}
        .tableTdWidht1{width: 100px;max-width: 100px;text-align: center;}
            .tableTdWidht1-5{width: 135px;text-align: center;}
        .tableTdWidht2{width: 170px;max-width: 170px;text-align: left;}
            .tableHeader .tableTdWidht2{text-align: Center;}
        .tableTdWidht3{width: 250px;max-width: 250px;text-align: left;}
            .tableHeader .tableTdWidht3{text-align: Center;}


        .tableLanc tr{
            height: 40px;
            padding: 3px;
            
        }

        .tableTrDisabled{
            background-color: lightgray;
        }
        
        .tableLanc td{
            padding: 0px 5px;
            border-right: 1px dashed lightgray
        }


        .trHeightP tr{
            height: 30px;
            padding: 0.5px;
        }

        .tableLanc tr td button{
            height: 25px;
            width: 30px;
        }

        .tableLanc.trConfig tr td button{
            width: 100px;
        }

        .tableLanc tr:hover{
            background-color: rgb(235, 233, 233);
            box-shadow: 3px 3px 10px gray;
            border: none;
        }


        
        .trSlim{
            height: 25px;
        }

        .tableLanc .trButton{
            cursor: pointer;
        }

        .borderB{
            border-bottom: 1px solid gray;
        }

    
        .divTablePadrao{ height: calc(100% - 80px); overflow-y: auto; }
        .divTableTrAll{ height: 100%; overflow-y: auto; }
        .divTableTr3{ height: 121px; overflow-y: auto; }
        .divTableTr5{ height: 201px; overflow-y: auto; }
        .divTableTr7{ height: 281px; overflow-y: auto; }
        .divTableTr10{ height: 401px; overflow-y: auto; }
        
    td select{
        border: 0.2px solid lightgray;
        width: 60%;

    }        

    .tableTdWidht0 img{
        width: auto;
        max-width: 30px;
        height: 30px;
    }


.btnNormal{
    height: 30px;
}

.btnSizeQuadro, .btnHideQuadro{
    width: 30px;
    height: 30px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    text-align: center;
}


.btnAll{
    width: 100%;
    height: 40px;
    padding: 5px;
    background-color: orange;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    outline: none;
}
    .btnAll:hover{
        background-color: white;
        color: orange;
        box-shadow: 5px 5px 10px orange;
    }


    /* backgroundcolors */

    .bgcVerd{
        border: 0.5px solid #32CD32;
        border-radius: 5px;
        background-color: #32CD32;
        color: white;
        margin: 0 5px;
    }
        .bgcVerd:hover{
            background-color: white;
            color: #32CD32;
            box-shadow: 3px 3px 5px #32CD32;
        }
    .bgcLightVerd{
        border: 0.5px solid #a2dda2;
        background-color: #a2dda2;
        color:green;

    }
        .bgcLightVerd:hover{
            background-color: white;
            color: #32CD32;
            box-shadow: 3px 3px 5px #32CD32;
        }
    .colorVerd{
        color:green;
    }
    

    .bgcVerm{
        border:0.5px solid #FF6347;
        border-radius: 5px;
        background-color: #FF6347;
        color: white;
        margin: 0 5px;
    }
        .bgcVerm:hover{
            background-color: white;
            color: #FF6347;
            box-shadow: 3px 3px 5px #FF6347;
        }
    .bgcLightVerm{
        border: 0.5px solid #ddb2aa;
        background-color: #f0a1a1;
    }
        .bgcLightVerm:hover{
            background-color: white;
            color: #FF6347;
            box-shadow: 3px 3px 5px #f0a1a1;
        }

    
    .colorVerm{
        color:red;
    }
    
    .bgcAzul{
        border:0.5px solid #00b1ec;
        border-radius: 5px;
        background-color: #00b1ec;
        color: white;
        margin: 0 5px;
    }
        .bgcAzul:hover{
            background-color: white;
            color: #00b1ec;
            box-shadow: 3px 3px 5px #00b1ec;
        }

    .bgcLightAzul{
        border:0.5px solid #80cae2;
        background-color: #80cae2;
        color: darkblue;
    }
        .bgcLightAzul:hover{
            background-color: #aad9e9;
            color: blue;
            box-shadow: 3px 3px 5px #80cae2;
        }

    .colorAzul{
        color:blue;
    }

    .bgclara{
        border:0.5px solid 	#FFA500;
        border-radius: 5px;
        background-color: #FFA500;
        color: white;
        margin: 0 5px;
    }
        .bgclara:hover{
            background-color: white;
            color: #FFA500;
            box-shadow: 3px 3px 5px #FFA500;
        }
    .colorlara{
        color:#FFA500;
    }
    .bgcLightlara{
        border: 0.5px solid #ffd17c;
        background-color: #ffd17c ;
        color:orangered;

    }
        .bgcLightlara:hover{
            background-color: white;
            color: #FFA500;
            box-shadow: 3px 3px 5px #FFA500;
        }

    .bgcLaraClaro{
        background-color: #eed29e;
    }

    .bgcSalmon{
        background-color: rgb(253, 167, 167);
    }

    .bgcGray{
        border:0.5px solid 	#afafaf;
        border-radius: 5px;
        background-color: #afafaf;
        color: white;
        margin: 0 5px;
    }
        .bgcGray:hover{
            background-color: white;
            color: #afafaf;
            box-shadow: 3px 3px 5px #afafaf;
        }
    .bgcLightGray{
        border: 0.5px solid lightgray;
        background-color: lightgray;
    }
        .bgcLightGray:hover{
            background-color: white;
            color: gray;
            box-shadow: 3px 3px 5px lightgray;
        }
    .colorGray{
        color:#afafaf;
    }


.fundoAzul{ background-color: #00b1ec; }
.fundoLightAzul{ background-color: #80cae2; }
.fundoVerd{ background-color: #32CD32; }
.fundoLightVerd{ background-color: #a2dda2; }
.fundoLara{ background-color: #FFA500; }
.fundoLightLara{ background-color: #eed29e; }
.fundoVerm{ background-color: #FF6347; }
.fundoLightVerm{ background-color: #f0a1a1; }
.fundoGray{ background-color: gray; }
.fundoLightGray{ background-color: lightgray; }

.imgButton{
    max-width: 25px;
    max-height: 25px;
}

.imgTd{
    max-height: 30px;
    max-width: 30px;
    margin: 0;
}

.tdCheckBox{
    max-width: 20px;
    max-height: 20px;
}

.floatRight{
    float: right;
}

.divInput{
    margin: 0px;
    padding: 2px 5px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    font-size: 17px;

}

.divInput a{
    cursor: pointer;
}

.inputAnexo{
    cursor: pointer;
}


.imgLoading-1{ width: 10px; height: 10px; }
.imgLoading-2{ width: 20px; height: 20px; }
.imgLoading-3{ width: 30px; height: 30px; }
.imgLoading-4{ width: 40px; height: 40px; }
.imgLoading-5{ width: 50px; height: 50px; }

.popupBox{
    position: fixed;
    width: 380px;
    height: auto;
    bottom: 10px;
    left: 10px;
    border: none;
    z-index: 10100;
}

.popup{
    margin-bottom: 10px;
    width: 350px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightgray;
    padding: 10px 20px;
    text-align: left;
    transition-duration: 1s;
    overflow: hidden;
    opacity: 0;
    transition: 2s;

}
    .popup i{ 
        width: 40px; 
        display: inline-block;
        font-size: 25px;
    }
    .popup h3{ 
        width: calc(100% - 45px); 
        margin: 0%; 
        display: inline-block;
    }
    .popup p{ 
        width: 100%; 
        margin: 0px; 
        margin-top: 10px ;
        display: inline-block;
    }

    .popup:hover{
        height: 100px;
    }
  
.popupApp{
    position: absolute;
    width: 90%;
    top: -60px; 
    left: 5%;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightgray;
    text-align: center;
    transition-duration: 2s;
    z-index: 1100;
    }
    .popupApp h3{  margin: 0%; }
    
  .bgcPopupGreen{ background-color: rgb(115, 196, 115); color: white;}
  .bgcPopupRed{ background-color: rgb(199, 95, 95); color: white;}
  .bgcPopupOrange{ background-color: rgb(241, 200, 123); color: gray;}

  
  .alignLeft{ text-align: left; }
  .alignCenter{ text-align: center; }
  .alignRight{ text-align: right; }


/* =============================================*/
/* MODAL GOOGLE MAPS */

#map {
    width: 100%;
    height: calc(100% - 40px);
    background-color: grey;
}




/* =============================================*/

.divLoading h1{
    font-weight: bold;
    color: white;
}




button .imgBtn{
    max-width: 30px;
    height: calc(100% - 10px);
}

.noBreak{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media print {
    .noPrint {
        display: none; 
    }

}


.table-colorAlt tr:nth-child(even) {
    background-color: #ffffff;
}
.table-colorAlt tr:nth-child(odd) {
    background-color: #f2f2f2;
}


/* CSS PRODUTO PADRONIZADO*/


.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }


.boxProduto{
    position: relative;
    width: 200px;
    height: 350px;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    background-color: white;
    border: 0.5px solid #fff;
    border-bottom: 5px solid red;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    white-space: normal;
    text-align: left;
    flex: 0 0 auto;
    transition: border 1s ease-in-out, background-color 0.5s ease;

}

.boxProduto:hover{
    border-left: 0.5px solid lightgray;
    border-right: 0.5px solid lightgray;
    border-top: 0.5px solid lightgray;

}

.boxTags{
    position: absolute;
    margin: 0px;
    width: auto;
    height: auto;
    padding: 5px;
    display: flex;
    right: 05px;
    top: 05px;
    border: none;
    border-radius: 10px;
    background-color: rgba(240, 240, 240,0.7);
    cursor: pointer;

}
.boxTags:hover{
    background-color: rgba(220, 220, 220,01);
}

.boxTags .favorito{
    margin: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 25px;
    text-align: center;
    
}

.boxInfo{
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
}


.boxProduto .topo{
    position: relative;
    margin: 0px !important;
    width: 100% !important;
    height: 200px !important;
    padding: 0px !important;
    border: none !important;
    background-color: white;
    z-index: 1;

}
.boxProduto .topo .imgBox{
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.boxProduto .topo .logo{
    left: 5px;
    width: auto;
    max-width: 50px !important;
    height: auto;
    max-height: 40px !important;
    border: 1px solid gray;
}

.boxProduto p, .boxProduto h4{
    margin: 0px;
    margin-bottom: 5px;
    ;
}

.boxProduto h4{
    max-height: 54px;
    word-wrap: break-word;
    overflow: hidden;
}

.boxProduto p{
    font-size: 12px;
}

.boxProduto b{
    font-size: 18px;
} 

.boxProduto .info{
    height: auto;
    margin: 5px;
} 

.boxProduto .boxInfo .info .desc{
    height: 60px !important;
    max-height: 60px !important;
}

.boxProduto .boxInfo .preco{
    padding-left: 5px;
    display: flex;
    align-items: flex-end; /* Alinha o conteúdo no final do container */
    justify-content: flex-start;
    height: 50px;
    text-align: left;
}


.divProdutoLoading{
    width: 100%;
    height: auto;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: left;
    align-items: center;
    gap: 20px;    
}
 
.boxProdutosLista .product-placeholder,.listProdutos .product-placeholder{
    width: 200px;
    height: 350px;
    padding: 10px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-direction: column;
    align-items: center;    
    box-shadow: 5px 5px 10px lightgray;
}

.departamentos-container .product-placeholder{
    width: 400px;
    height: 200px;
    padding: 0px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #f0f0f0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;  
    gap: 10px;  
    box-shadow: 5px 5px 10px lightgray;
}

.image-placeholder{
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.text-placeholder{
    width: 90%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-top: 5px;
}
.tp-1{ height: 20px; }
.tp-2{ height: 65px; }
.tp-3{ height: 40px; }


.loadingCampBox{
    padding: 10px !important;
    border: 1px solid #ccc !important;
}

.loadingCamp{
    
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}


@keyframes loading{
    0%{
        background-position: 200% 0;
    }
    100%{
        background-position: -200% 0;
    }
}

.arrastarX{
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
}

.arrastarY{
    overflow: hidden;
    overflow-y: auto;
    flex-direction: column;
}

    
.ofertasBox{
    position: relative;
    margin: 0px 10px;
    width: calc(100% - 20px);
    height: 370px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;

}
 
.btnOverflow{
    position: absolute;
    margin: 0px;
    width: 50px;
    height: 50px;
    padding: 0px;
    color: black;
    font-size: 30px;
    top: calc(50% - 25px);

    background-color: rgb(150, 150, 150);
    opacity: 40%;
    border: none;
    border-radius: 25px;
    z-index: 2;
}
.btnOverflow:hover{ opacity: 80%; }
.btnOverflow i{ color: black; }


.btnAnt{ left: 0px; }
.btnPos{ right: 0px; }


.boxProdutosLista{
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}


.listProdutos{
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;  
    background-color: #fff;
}




.imgBox{
    width: 100%;
    height: 100%;
}

.imgContent{
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}

.imgContent img{
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.imgContent .img-logo{
    
    width: 30% !important;
    height: 20% !important;
}