/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/01/2018, 22:26:09
    Author     : Igor Lisboa
*/



* {
    scrollbar-color: #d1d1d1 #f7f7f7;
    scrollbar-width: thin;
}

.z_index2{
    z-index: 2;
}

.input_texto_restrito::placeholder {
    font-weight: bold !important;
    opacity: 0.5 !important;
    color: gray !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
}

.input_texto_restrito{
    color: transparent !important;
    letter-spacing: 10px !important;
    caret-color: black !important;
    text-shadow: 0px 0px 8px #000000 !important;
}

.div_container{
    max-height: 500px;
    overflow: auto;
    padding: 9px 20px;
    background: #f1f1f1;
    margin: 0px;
    border-radius: 5px;
    text-align: center;
}


.label_input_default{
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0089ff !important;
    display: flex;
    font-weight: 700;
}



@media (pointer:coarse) {

    .visivel_em_mobile{
        display: block !important;
    }
    .font_mobile_9 {
        font-size: 10px !important;
    }

    .font_mobile_10 {
        font-size: 10px !important;
    }
    .font_mobile_11 {
        font-size: 11px !important;
    }
    .font_mobile_12 {
        font-size: 12px !important;
    }
    .font_mobile_13 {
        font-size: 13px !important;
    }
    .font_mobile_14 {
        font-size: 14px !important;
    }
    .font_mobile_15 {
        font-size: 15px !important;
    }
    .font_mobile_16 {
        font-size: 16px !important;
    }
    .font_mobile_17 {
        font-size: 17px !important;
    }
    .font_mobile_18 {
        font-size: 18px !important;
    }
}


.font_12{
    font-size: 12px;
}

.font_10{
    font-size: 10px;
}
.font_11{
    font-size: 11px;
}

.font_9{
    font-size: 9px;
}
.font_8{
    font-size: 8px;
}

.font_7{
    font-size: 7px;
}

.font_14{
    font-size: 14px;
}
.font_18{
    font-size: 18px;
}

.font_17{
    font-size: 17px;
}

.font_16{
    font-size: 16px;
}
.font_15{
    font-size: 16px;
}

.font_20{
    font-size: 20px;
}

.font_22{
    font-size: 22px;
}

.font_24{
    font-size: 24px;
}

.cor_verde{
    color: #069a0c;
}

.cor_vermelha{
    color: #da0d0d;
}

.center_title_pupup{
    text-align: center;
    font-size: 17px !important;
    margin-top: -16px;
    margin-bottom: -4px;
}

@font-face {
    font-family: font_padrao;
    src: url(../../fonts/font.woff2);
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}



/*use columnClass: 'sem_fundo' para remover o fundo banco do popup*/
.sem_fundo .jconfirm-box{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    background: #c7c6c600 !important;
}


.info_msg{
    background: #ddf1ff;
    color: #525252;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    padding: 0 5px;
    margin-top: 4px;
    border: solid 1px #b3cffd;
}


.remove_scroll::-webkit-scrollbar {
    display: none !important;

}
.remove_scroll {
    scrollbar-width: none;
    scrollbar-height: none;
}

.campo_obrigatorio{
    color: #e61f1f;
    font-weight: bold;
    font-family: monospace;
}


label{
    font-weight: 100;
    /*color: #0089ff !important;*/
}


option:nth-child(odd) {
    background: #e4f1ff;


}

option {
    color: #051354;
    font-weight: bold;

}



.borda-conteudo{
    transition: all 0.2s ease-out;
    /*max-width: 1050px;*/
    max-width: 98%;
    border: #d9d9d9 2px solid;
    /* min-height: 580px; */
    margin: 0 auto;
    padding: 10px;
    /* box-shadow: 0px 6px 15px 0px #818181; */
    background: #fbfbfb;
    border-radius: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 14px;
    position: relative;




}



.borda-conteudo .panel .panel-heading{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    height: 27px;
    line-height: 7px;


}
.borda-conteudo .nav{


    margin-bottom: 10px;

}




@media only screen and (max-width: 768px) { /*Adicione essta classe para remover algo em mobile*/
    .ocultar_em_mobile {
        display: none !important;
    }
}



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


    .ocultar_em_desktop {
        display: none !important;
    }



}
footer{

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: #f6ff88;*/
    background: linear-gradient(#faff83, #d1e206);
    color: white;
    text-align: center;
    height: 10px;
    box-shadow: 0 0 6px 1px #9daa06;
    /*border-radius: 10px 10px 0px 0px ;*/
    /*border-top: 2px solid #d8e61a;*/
    z-index: 10;

}

body {
       padding-top: 0px;
    padding-bottom: 0px;
    /* overflow-x: hidden; */
    background-image: url(../../img/fundo_login.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;

}



.table .btn{
    height: 20px;
    line-height: 8px;

}

.logo-inicio{
    margin: 0 auto;
}


a {
    color: #000000;
    text-decoration: none;
}

.margin5{
    margin: 5px;
}


/* inicio estilo dialogo pesquisa produto */
#dialogoPesquisa{
    position: fixed; /* com isso ela vai ficar fixa na tela, independentimente da barra ser rolada */
    top: 50%; /* a margem do topo vai ser 50% do monitor do usuário */
    left: 50%; /* a margem da esquerda vai ser 50% do monitor do usuário */
    height: 400px; /* a altura da div */
    width: 600px; /* a largura da div */
    margin-top: -200px; /* aqui você tem que colcar a metade da altura */
    margin-left: -300px; /* e aqui a metade da largura; se não fizer isso não vai ficar no centro, se quiser saber mais, fala q eu te explico */
    background: #f1fcff;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 6px;
    border: #99d5ff 2px solid;
    box-shadow: 0 5px 14px #6b6868;
    display: none;

}

#bt{
    position: relative;
    bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
    float: right;
}



#fecharPesquisa{
    cursor: pointer;
    background: #ea2626;
    border-radius: 50%;
    float: right;
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 3px;
    color: #ffffff;
    text-decoration: none;
    line-height: 25px;
    /*position: fixed;*/

}

/* inicio estilo dialogo pesquisa produto */



#table tbody td{
    cursor: pointer;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #cedefc;

}


.bloco-padrao{
    background: #f5f5f5;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
    border-top: 2px solid #0dadff;
    box-shadow: 0px 3px 5px 0px #c8c7c7;
    border-bottom: 2px solid #ffffff;




}

.titulo-bloco-padrao{
    margin-top: -31px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #14afff;
    border-radius: 5px 5px 0 0;
    max-width: 350px;
    width: 170px;
    line-height: 22px;
    /* border-bottom: 2px solid #65a3e8; */
    font-size: 14px;
    /* box-shadow: 0px 3px 8px 0px #b9b9b9; */
    height: 21px;
    width: max-content;
    padding: 0px 8px;






}

.pad{ /*diminuir as margnes dos inputs bootstrap*/
    /*    padding-left: 5px;
        padding-right: 5px;*/

    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5;

}


input{
    text-align: center;
    border-radius: 40px;



}
.form-control:focus {/* substitui o efeito do bootstrap*/

    /* outline: 0;
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
     box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(102,175,233,.6);
 
     border-color: #cdcdcd;
    */

    outline: 2px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0px 0px 0px 2px rgba(26, 177, 254, 0);
    border-bottom: 1px solid #2688e9;


}





.oculto{/* Ocultar divs*/
    display: none;

}

hr{
    border: 0;
    border-top: 1px solid #dbdbdb;
    margin-top: 3px;
    margin-bottom: 5px;
}

.mini-bt{
    height: 19px;
    padding: 0px 5px;
}

#h4_erro_conexao_banco{
    background: #df0000;
    border-radius: 10px;
    color: white;
    padding: 3px;

    margin: 0 auto;
    margin-top: 6px;
}

#icone_carregando{
    margin-top: 6px;
    height: 40px;
    width: 40px;
}

.btn-default.focus, .btn-default:focus{/*Remover focus boottrap*/
    background-color: #ffffff;
    outline: 0;

}



a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:hover{
    background: white;
}

a.list-group-item:hover{/*efeito azul em listas*/
    background: #d1ebff;
    border: 1px solid #83c7ff;
    /* border-radius: 5px; */
    /* box-shadow: -1px 7px 15px 0px #a2a2a2; */
    transition: all .2s ease;
    /* border-bottom: 2px solid #0b77ab; */
    cursor: pointer;
    z-index: 2;
    /* margin: -3 -3px 3px -3px; */
}

a.list-group-item{/*suavizar ao sair do hover*/

    transition: all .2s ease;

}


.dinheiro{/*stilo do span para dinheiro, mostra na cor cinza*/
    background: #898989;
    border-radius: 10px;
    /*width: 70%;*/
    margin: 0 auto;
    color: white;
    max-width: 150px;
    margin-bottom: 3px;
}

.codigo{/*stilo do span para código, mostra na cor azul*/
    background: #5799ff;
    border-radius: 10px;
    width: 70%;
    margin: 0 auto;
    color: white;
    max-width: 150px;
    margin-bottom: 3px;
    text-align: center;
}


.padding-bloco_padrao{/* afastar os bloco da esquerda e da direita*/
    text-align: center;
    padding: 0px 15px;
}






input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.span34{/*para os botões com icones ficar do mesmo tamanho dos input*/
    margin: 0;
    width: 100%;
    height: 34px;
}

.font12{
    font-size: 12px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}






body::-webkit-scrollbar {
    width: 0px;
    height: 0px;

}

/* 
Persnalizar scroll
width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;

}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0464c9;
    width: 15px;
}

.limitar-texto{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.limitar-texto-status{
    white-space: nowrap;

    text-overflow: ellipsis;

}


.minusculo {
    TEXT-TRANSFORM: lowercase;
}


/*stilo alert branco, parecido com o bootstrap*/
.stilo-alert-msg{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    padding: 0;
    background: white;
    border: 1px solid silver;
    color: #717171;
    margin: 0px -12px;
    border-radius: 4px;
}

.remove-margin-checkbox{
    margin: 0;
}

.botaoPadrao{
    margin-bottom: 10px;
    background: #61aeff;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    box-shadow: 0px 2px 7px #979797;
}
.botaoPadrao:focus{
    outline: none;
}


.h5informativo{
    background: #61aeff;
    border-radius: 14px;
    padding: 2px 7px;
    margin-bottom: 8px;
    color: white;
    box-shadow: 0px 3px 8px #a6a4a4;
    display: block;
    margin: -3px 8px 7px 0px;
}






@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #d0d0d0;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

progress {
    vertical-align: baseline;
}



.titulo_pagina div
{
    background: #61aeff;
    width: 150px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    margin-bottom: 18px;
}


.divResultadoPesquisa{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 7px;
    border-radius: 5px;
    max-height: 250px;
    overflow: auto

}

#icon_tela_cheia_content{
    /*cursor: pointer;*/
    position: absolute;
    color: #2196f3;
    z-index: 7;
    top: 1px;
    left: 0px;
    padding: 2px;
    font-size: 10px;
    opacity: 1;
}

/*#icon_tela_cheia_content:hover{
    background: #2196f3;
    color: white;
    border-radius: 5px;
    opacity: 1;
    font-size: 14px;
    top: 3px;
    left: 3px;

}*/

.borda-conteudo-tela-cheia{
    margin: 0 !important;
    border-radius: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 13 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    border: none !important;
    transition: all 0.2s ease-out;

}


#div_notas_fiscais.div_notas_fiscais_tela_cheia{
    height: calc(100vh - 72px) !important;
}


#PDV.PDV_tela_cheia{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #727272;
    border-radius: 0;
}

.oculto{
    display: none !important;
}

#result.result_rel_tela_cheia{
    max-height: calc(100% - 50px) !important;
}

#result.result_rel_tela_cheia iframe{
    height:  calc(100% - 50px)  !important;
}

