/*css reset*/
html, body, div, span, applet, object, iframe, ul, menu, dir,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: transparent;
    text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css reset*/
/*  overlay   */
.page_wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.loading{
    display: none;
}

.loadinga{
    width: 100%;
    height: 100vh;
    display: block;
    background-color: rgba(3,3,3, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.loading_icon{
    width: 100%;
    height: 50vh;
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-size: 5em;
    margin-top: 25vh;
}
/*  overlay   */
/*login*/

.mask_login{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 200;
    background-color: #f8f4f3;
    top: 0;
}

.form_input_01{
    width: 90%;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.form_input_01 input{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background: transparent;
    color: #222;
}

.form_txt_01{
    width: 90%;
    height: 50px;
    margin: 20px 0 20px 0;
    display: inline-block;
    background-color: transparent;
}

.form_txt_01 p{
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #f44336;
}

.form_logar_01{
    width: 70%;
    height: 55px;
    border-radius: 5px;
    display: inline-block;
    background-color: #a8cf45;
    margin: 10px 0 0 0;
}

.form_logar_01 p {
    font-size: 35px;
    line-height: 55px;
    color: #000;
    text-align: center;
}

.form_logar_01 input{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 30px;
    background: transparent;
    color: rgb(255, 255, 255);
}

/*login*/

/* calert */

#calert_overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    z-index: 950;
}

#calert_box{
    display: block;
    position: fixed;
    border-radius: 10px;
    width: 400px;
    height: 300px;
    background-color: #03A9F4;
    z-index: 955;
}

#calert_box_header{
    background-color: transparent;
    height: 50px;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    color: #9c9c9c; 
}

#calert_box_body{
    background-color: transparent;;
    height: 180px;
    width: 100%;
    font-size: 20px;
    color: #555;
}

#calert_box_body p{
    font-size: 30px;
    color: #555;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

#calert_box_footer{
    background-color: transparent;;
    height: 40px;
    width: 100%;
    font-size: 20px;
    color: #222;
}

#calert_box_footer button{
    float: right;
    margin-right: 50px;
    color: #555;
    font-weight: 900;
}

#calert_box_footer button:hover{
    cursor: pointer;
}

/* calert */

/* panel */

.header_panel{
    width: 100%;
    height: 15vw;
    min-height: 100px;
    background-color: rgba(0, 85, 85, 0.52);
    margin: 0px;
}

.header_panel p{
    color: #fff;
    font-size: 3vw;
    text-align:right;
    padding-top: 0vw;
    padding-right: 3vw;
}

.header_panel a{
    color: #ccc;
}

.header_panel a:hover{
    color: #b81d1d;
}

.header_panel h1{
    color: #f53;
    font-size: 6vw;
    text-align: center;
    margin-top: 5vw;
}

.admin_topmenu_holder{
    width:100%;
    min-height: 4vw;
    margin: 10px 0;
    float: left;
    margin-bottom: : 20px;
}

.button3{
    width: 160px;
    height: 40px;
    margin: 5px;
    border: 2px solid #555;
    border-radius: 3px;
    background-color: transparent;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.button3 p{
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 10px;
    color: #f53;
}

.button3:hover{
    background-color: #555;
}
/* panel */
/* add produto */

.produto_form{
    width: 520px;
    min-height: 300px;
    margin: 1vw;
    float: left;
}

.form_box_500{
    width: 500px;
    min-height: 60px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.form_box_200{
    width: 160px;
    min-height: 60px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.form_text{
    width: 100%;
    min-height: 30px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.form_text p{
    font-size: 17px;
    font-family: cursive;
    font-weight: 900;
    padding-top: 9px;
    color: rgba(0,0,0,0.3);
}

.form_input{
    width: 100%;
    height: 30px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.form_input input{
    width: 97%;
    height: 28px;
    margin: 0px;
    font-size: 20px;
    font-family: cursive;
    font-weight: 900;
    color: rgba(250,0,0,0.6);
}

.form_input select{
    width: 160px;
    font-size: 14px;
    font-family: monospace;
    font-weight: 900;
    color: rgba(200,0,0,0.6);
}

.form_textarea{
    width: 500px;
    height: 90px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.form_textarea textarea{
    width: 498px;
    height: 88px;
    margin: 0px;
    font-size: 20px;
    font-family: cursive;
    font-weight: 900;
    color: rgba(0,0,0,0.6);
}

.form_send{
    width: 500px;
    height: 30px;
    margin-top: 10px;
    margin-left: 2px;
    float: left;
}

.form_send input{
    width: 80px;
    height: 30px;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 5px;
    float: right;
    font-size: 17px;
    font-family: cursive;
    font-weight: 900;
    color: rgb(36, 88, 88);
}

/* add produto */
/* produto list */

.topmenu_finder{
    width: 25vw;
    height: 3vw;
    margin-top: 1vw;
    margin-left: 5vw;
    position: relative;
    float: left;
}

.produtos_load{
    width: 90vw;
    margin-top: 0vw;
    margin-left: 5vw;
    position: relative;
    float: left;
    background-color: #ccc;
}

.produto_lista_header{
    width: 100%;
    height: 3vw;
    background-color: #ccc;
    position: relative;
    float: left;
}

.produto_lista_header p{
    font-size: 2vw;
    font-family: cursive;
    font-weight: 900;
    padding-top: 0.5vw;
    text-align: center;
    color: rgba(0,0,0,0.3);
}

.produto_lista_finder{
    width: 100%;
    min-height: 0vw;
    background-color: #f1f1f1;
    position: relative;
    float: left;
}

.produto_lista_finder h1{
    font-size: 1.3vw;
    font-family: cursive;
    font-weight: 900;
    padding-top: 0.5vw;
    text-align: center;
    color: #159;
}

.produto_lista{
    width: 100%;
    min-height: 0vw;
    background-color: #f1f1f1;
    position: relative;
    float: left;
}

.produto_lista h1{
    font-size: 1.3vw;
    font-family: cursive;
    font-weight: 900;
    padding-top: 0.5vw;
    text-align: center;
    color: #159;
}

.produto_list_line1{
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
    background-color: #753;
}

.produto_list_line2{
    width: 100%;
    height: 2vw;
    position: relative;
    float: left;
    border-bottom: 1px solid #cacaca;
    background-color: #753;
}

.produto_list_line p{
    color: #fff;
    font-size: 1.5vw;
    padding-top: 0.3vw;
}

.produto_lista_nome{
    width: 14vw;
    height: 2vw;
    position: relative;
    float: left;
    overflow: hidden;
}

.produto_lista_nome h4{
    color: #000;
    font-size: 16px;
    text-align: left;
    padding-left: 1vw;
}

.produto_lista_cb{
    width: 12vw;
    height: 2vw;
    position: relative;
    float: left;
    border-left: 1px solid #ccc;
    padding-right: 1vw;

}

.produto_lista_cb h4, .produto_lista_compra h4, .produto_lista_venda h4, .produto_lista_margem h4,
.produto_lista_estoque h4, .produto_lista_validade h4 {
    color: #000;
    font-size: 16px;
    text-align: right;
}

.produto_lista_compra, .produto_lista_venda, .produto_lista_margem, .produto_lista_estoque, .produto_lista_validade{
    width: 7vw;
    height: 2vw;
    position: relative;
    float: left;
    border-left: 1px solid #ccc;
    padding-right: 1vw;
    overflow: hidden;
}

.produto_lista_alterar{
    width: 6vw;
    height: 2vw;
    border-left: 1px solid #ccc;
    position: relative;
    float: left;
    overflow: hidden;
}

.produto_lista_alterar h4{
    color: #fff;
    font-size: 1.5vw;
    text-align: center;
    text-decoration: underline;
}

/* produto list */
/* PDV */

.inform{
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #f33;
}

.pdv_cliente{
    width: 15vw;
    height: 15vw;
    margin: 1vw;
    margin-left: 30vw;
    float: left;
    background-color:#555;
    background-image: url('../img/pdv_cliente.png');
    background-size: 100% 100%;
}

.pdv_nao_cliente{
    width: 15vw;
    height: 15vw;
    margin: 1vw;
    margin-left: 3vw;
    float: left;
    background-color:#555;
    background-image: url('../img/pdv_nao_cliente.png');
    background-size: 100% 100%;
}

.pdv_cliente:hover, .pdv_nao_cliente:hover{
    border: 5px solid #159;
    border-style: inset;
}

.pdv_load{
    width: 100vw;
    height: 100vh;
    /*
    background-image: url('../img/fundo_left.png');
    background-size: 100% 100%;
    */
    margin: 0vw;
    position: relative;
    float: left;
    background-color: #159;
}

.pdv_box{
    width: 99vw;
    background-color: #333;
    margin: 0vw;
    margin-left: 0vw;
    margin-top: 5px;
    position: relative;
    float: left;
}


.pdv_box_inner_left{
    width: 98%;
    height: 385px;
    margin: 0vw;
    margin-left: 1vw;
    margin-top: 1vw;
    position: relative;
    float: left;
    background-color: #f44;
}   

#new_product{
    width: 100%;
    height: 100vh;
    background-color: #f22;
    position: absolute;

    z-index: 999;
    text-align: center;
}

#new_product h1{
    color: #fff;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
}

#new_product input, #new_product button, .voltar{
    width: 250px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.pdv_box_inner_right{
    width: 98%;
    height: 185px;
    /*
    background-image: url('../img/fundo_left.png');
    background-size: 100% 100%;
    **/
    background-color: #156;
    margin: 0vw;
    margin-left: 1vw;
    margin-top: 5px;
    position: relative;
    float: left;
}

.pdv_box_inner_footer{
    width: 40vw;
    height: 30px;
    margin: 0vw;
    margin-left: 1vw;
    margin-top: -25px;
    position: relative;
    float: left;
}

.pdv_box_inner_footer a:focus div{
    background-color: #8BC34A;
    box-shadow: 1px 1px 2px 1px #FFF;
}

.pdv_box_inner_right_top{
    width: 47vw;
    height: 55px;
    position: relative;
    float: left;
}

.pdv_box_inner_right_top h1{
    font-size: 3vw;    
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_top h2{
    font-size: 2vw;    
    color: #ccc;
    text-align: center;
}

.pdv_lista_produtos{
    width: 100%;
    height: 275px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.pdv_lista_produtos_logo{
    width: 100%;
    height: 4vw;
    background-color: #f2f2f2;
    text-align: center;
    /*
    background-image: url('../img/logo_fundo_left.png');
    background-size: 100% 100%;
    */
}

.pdv_credito_status{
    width: 100%;
    height: 4vw;
    background-color: #fff;
    text-align: center;
}

.pdv_credito_nome{
    width: 30%;
    height: 100%;
    display: inline-block;
    background: #271a82;
}

.pdv_credito_limite{
    width:20%;
    height: 100%;
    display: inline-block;
    background: #5a5;
}

.pdv_credito_gasto{
    width: 20%;
    height: 100%;
    display: inline-block;
    background: #ff3737;
}

.pdv_credito_saldo{
    width: 20%;
    height: 100%;
    display: inline-block;
    background: #003c3c;
}

.pdv_credito_nome,.pdv_credito_limite,.pdv_credito_gasto,.pdv_credito_saldo{
    font-size: 20px;
    line-height: 4vw;
    color: #fff;
}

.pdv_lista_produtos_logo p{
    font-size: 2em;
    color: #f44;
    display: inline-block;
    line-height: 4vw;
}

.pdv_list_produtos_info{
    width: 100%;
    height: 15px;
    margin-top: 2px;
    background-color: #FFEB3B;
    position: relative;
    float: left;
}

.pdv_list_produtos_inner{
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
}

.pdv_list_produtos_linha1{
    width: 100%;
    height: 12px;
    margin-top: 2px;
    background-color: #9C9C9C;
    position: relative;
    float: left;
}

.pdv_list_produtos_linha2{
    width: 99%;
    height: 1vw;
    margin-top: 0.1vw;
    background-color: #ccc;
    position: relative;
    float: left;
}

.pdv_list_cb{
    width: 25%;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_cb h4{
    color: #000;
    font-size: 12px;
    text-align: left;
}

.pdv_list_item{
    width: 7%;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_item h4{
    color: #000;
    font-size: 12px;
    text-align: left;
}

.pdv_list_produto{
    width: 30%;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_produto h4{
    color: #000;
    font-size: 12px;
    text-align: left;
}

.pdv_list_qnt{
    width: 12%;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_qnt h4{
    color: #000;
    font-size: 12px;
    text-align: center;
}

.pdv_list_vun{
    width: 12%;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_vun h4{
    color: #000;
    font-size: 12px;
    text-align: center;
}

.pdv_list_subtotal{
    width: 3.8vw;
    height: 2vw;
    position: relative;
    float: left;
}

.pdv_list_subtotal h4{
    color: #000;
    font-size: 12px;
    text-align: right;
}

.pdv_lista_produtos h1{
    color: 564;
    font-size: 2vw;
    text-align: center;
}

.pdv_lista_produtos p{
    color: 852;
    font-size: 15px;
    text-align: left;
}

.pdv_lista_produtos h2{
    color: #fff;
    font-size: 1,5vw;
    text-align: center;
}

.pdv_lista_produtos_footer{
    width: 100%;
    float: left;
    position: relative;
    background-color: #111;
}

.pdv_lista_produtos_footer h1{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 15px;
    text-align: center;
}

.pdv_list_balanco{
    width: 100%;
    height: 80px;
    position: relative;
    float: left;
    text-align: center;
}

.pdv_list_balanco_inner{
    width: 30%;
    height: 70px;
    display: inline-block;
    margin-top: 3px;
    background-color: #254;
    box-shadow: 1px 1px 5px 2px #000;
}

.pdv_list_balanco_inner h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
}

.pdv_box_inner_right_left{
    width: 47vw;
    height: 100px;
    position: relative;
    float: left;
    margin-left: 1vw;
}

.pdv_box_inner_right_right{
    width: 47vw;
    height: 30px;
    position: relative;
    float: right;
}

.pdv_box_inner_right_right h1{
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.pdv_box_inner_right_botton{
    width: 47vw;
    height: 5vw;
    margin-top: 1vw;
    position: relative;
    float: left;
}

.pdv_box_inner_right_botton a:focus div{
    background-color: #8BC34A;
    box-shadow: 1px 1px 2px 1px #FFF;
}

.pdv_box_inner_right_button{
    width: 30%;
    height: 30px;
    margin-left: 1.2vw;
    margin-top: 10px;
    border-radius: 10px;
    float: left;
    position: relative;
    background-color: #795548;
    box-shadow: 1px 1px 2px 1px #000;
    overflow: hidden;
}

.pdv_box_inner_right_button p{
    font-size: 15px;    
    text-align: center;
    line-height: 30px;
    color:#fff;
    text-shadow: 1px 1px 2px #000;
}

.pdv_box_inner_footer_button1{
    width: 16%;
    height: 25px;
    margin-left: 1vw;
    float: left;
    position: relative;
    background-color: #795548;
    border-radius: 7px;
    box-shadow: 1px 3px 5px 2px #000;
    overflow: hidden;
}

.pdv_box_inner_footer_button1 p{
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FF9800;
    text-shadow: 1px 1px 2px #000;
}

.pdv_box_inner_right_left_u{
    width: 30%;
    height: 40px;
    position: relative;
    float: left;
    background-color: rgba(121,85,72,0.5);
    margin-top: 1vw;
    box-shadow: 0px 2px 7px 1px #000;
}

.pdv_box_inner_right_left_u h3{
    font-size: 20px;
    color: #EAEAEA;
    text-align: center;
}

.pdv_box_inner_right_left_u h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_left_qnt{
    width: 30%;
    height: 40px;
    position: relative;
    float: left;
    background-color: rgba(121,85,72,0.5);
    margin-top: 1vw;
    box-shadow: 0px 2px 7px 1px #000;
}

.pdv_box_inner_right_left_qnt h3{
    font-size: 20px;
    color: #EAEAEA;
    text-align: center;
}

.pdv_box_inner_right_left_qnt h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_left_sub{
    width: 30%;
    height: 40px;
    position: relative;
    float: left;
    background-color: rgba(139, 195, 74, 0.7);
    margin-top: 1vw;
    box-shadow: 0px 2px 7px 1px #000;
}

.pdv_box_inner_right_left_sub h3{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_left_sub h1{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_left_tot{
    width: 90%;
    height: 70px;
    background-color: rgba(255, 9, 0, 0.7);
    margin-top: 1vw;
    position: relative;
    float: left;
    box-shadow: 0px 2px 7px 1px #000;
}

.pdv_box_inner_right_left_tot h3{
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_left_tot h1{
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.pdv_box_inner_right_right img{
    width: 27vw;
    height: 20vw;
    margin: 1.5vw;
    box-shadow: 0px 3px 10px 3px #000;
}

.add_pdv_form{
    width: 100%;
    height: 35px;
    margin: 5px;
    float: left;
}

.pdv_input_cb{
    width: 25vw;
    height: 30px;
    margin-top: 1vw;
    margin-left: 1vw;
    position: relative;
    float: left;
}

.pdv_input_qnt{
    width: 6vw;
    height: 30px;
    margin-top: 1vw;
    margin-left: 1vw;
    position: relative;
    float: left;
}

.pdv_input_qnt input{
    width: 100%;
    height: 100%;
    color: #f30;
    font-size: 2vw;
}

.pdv_input_cb input{
    width: 100%;
    height: 100%;
    color: #f30;
    font-size: 12px;
}

.pdv_send{
    width: 5vw;
    height: 2vw;
    margin-top: 1vw;
    margin-left: 1vw;
    position: relative;
    float: left;
}

.pdv_send input{
    height: 40px;
    color: #555;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
/* PDV */
/* finder */

.topmenu_finder{
    width: 25vw;
    height: 3vw;
    margin-top: 1vw;
    margin-left: 5vw;
    position: relative;
    float: left;
}

.banner_finder_button{
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    background-color: #FCFBF9;
    background-image: url('../img/finder.png');
    background-size: 100% 100%;
    position: absolute;
    margin-left: 21vw;
    margin-top: 0vw;
    z-index: 56;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner_finder_button:hover{
    background-color: #f00;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.finder {
    width: 20vw;
    height: 2.5vw;
    font-size: 2vw;
    background-color: #fff;
    position: absolute;
    margin-top: 0vw;
    margin-left: 0vw;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 55;
}

.finder:hover{
    background-color: #ccc;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.divfinder{
    width: 95vw;
    min-height: 20vw;
    margin-top: 2vw;
}

.divfinder h1{
    font-size: 3vw;
    text-align: center;
    color: #00f;
}

.finder_verified{
    width: 3vw;
    height: 3vw;
    margin: 0vw;
    margin-left: 15vw;
}

/* finder */