@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
/* Cores: 2F400D, 8CBF26, A8CA65, E8E5B0, 419184 */

html{overflow-x: hidden;}
body {
	background: url('../gerente/images/fundo-geral.jpg') no-repeat;
	background-color: transparent !important;
	background-size: cover;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px !important;
	color: #000;
	font-family: 'Roboto', Arial, cursive, sans-serif;
}
label{
	font-size: 14px;
}
.hidden{display: none; }
#metros{font-size: 11px;}
#corpo{
	margin: 10px;
	padding: 10px;
}
a:link, a:visited, a:active  {
	color: #000;
	text-decoration: none;
}
.cursor{
    cursor: pointer;
}

@keyframes topo{ from{ top: -100px; } to{ top: 50%; } }
.fechar{position: absolute; top: 10px; right: 10px; color: #999; font-size: 20px; font-weight: bold; cursor: pointer;}
.push-lateral{position: fixed; top: 50%; animation-name: topo; animation-iteration-count: 1; animation-timing-function: ease; animation-duration: 1s; left: 50%; width: 500px; transform: translate(-50%, -50%); box-shadow: 2px 2px 10px #000; border-radius: 10px; font-size: 28px; background: #39d; padding: 20px; color: #fff; z-index: 1030}

.red{color: #900;}
.text-green{color: #090;}
.font-small{font-size: 13px;}
.col-1{background: #e9ffe9; border: 2px solid #aeedae; padding: 4px;}
.col-2{background: #fff6d8; border: 2px solid #e7d59b; padding: 4px;}
.col-3{background: #e6f2ff; border: 2px solid #b0ceee; padding: 4px;}

.titestoque{
    width: 400px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
.estoque-loja{
    position: relative;
    float: right;
    width: 99%;
    margin-top: 0px;
}
.estoque-loja li{
    padding: 5px;
    display: inline;
    background: #ddd;
    border-radius: 7px;
    font-size: 11px;
	margin-right: 5px;
}
.fundo{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    z-index: 100;
    display: none;
}
.modal{position: fixed; top: 50%; left: 50%; padding: 10px; background: #fff; border-radius: 10px; border: 2px solid #999; z-index: 1020; overflow-y: scroll; display: none;}
.lv_fechar{
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 111;
    color: #fff;
    cursor: pointer;
}
.pgn_sobre{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 105px;
    margin-top: -52px;
    margin-left: -187px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 10px;
    padding: 20px;
    z-index: 110;
    display: none;
}

.qtd_estoque{
    width: 25px;
    text-align: center;
}
.img_load{margin-top: 100px;}
.busca-estoque{position: absolute; top: 13px; right: 85px; width: 240px; padding: 2px 5px;}
.botao-busca{position: absolute; top: 13px; right: 5px; width: 55px; padding: 2px 8px; background: #1F1A17; color: #fff; cursor: pointer; border-radius: 7px; font-size: 12px; text-align: center;}
.botaop{
    padding: 2px 4px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

#cupom-aplicado{font-size: 11px;}

#superior{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	z-index: 99999;
}

#tudo{
	position: relative;
	margin: auto;
	text-align: left;
	width: 100vw;
	padding: 0px;
	border: 0px;
}

#topo{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50px;
	border: 0px;
	padding: 5px 6px;
	left: 0px;
	background-color: #1F1A17;
	z-index: 1;
	color: #FFD700;
}
#topo h1{
	position: relative;
	float: left;
	width: 219px;
	font-size: 24px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
#topo h3{
	position: absolute;
	z-index: 3;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 5px;
}
#logo{
	margin-left: 10px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 50px;
	padding: 0px;
}
#logo h1{
	display: none;
}
#conteudo2{
	position: relative;
	margin: auto;
	padding: 10px;
}
#conteudo{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	margin-top: 35px;
}
#fechar{
	position: absolute;
	margin-top: 15px;
	right: 25px;
	font-weight:bold;
	border: 1px solid #999;
	background-color: #efefef;
	padding: 2px;
	z-index: 10;
	border-radius: 3px;
}
#menu{
	background-color: #efefef;
	padding-left: 10px;
	padding-top: 65px;
	padding-bottom: 5px;
	font-size: 18px;
}
#menu a:hover{
	color: #777;
}
#dados_vendedor{
	position: relative;
	float: right;
	top: -23px;
	right: 25px;
	font-size: 15px;
}
#clear{
	clear: both;
}
#rodape{
	margin: 0 auto;
	background-color: #2F400D;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-align: right;
}
#login{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 150px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 15px;
	transform: translate(-50%,-50%);
}
#login ul{
	list-style: none;
	padding: 5px 10px;
	margin: 0;
}
#login ul li{
	width: 100%;
	padding: 20px 0;
}
#login .campoLogin{
	float: left;
	width: 30%;
	padding-top: 2px;
}
#login .campoLogin2{
	float: left;
	width: 50%;
	font-size: 13px;
	padding-top: 6px;
}
#login .inputLogin{
	float: right;
	width: 60%;
	padding: 3px 10px;
	font-size: 15px;
}
#login .informe{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: -5px;
	color: #900;
}
#login .nova{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: -5px;
	color: #090
}
#ok_login{
	float: right;
	width: 35%;
	border-radius: 7px;
	padding: 3px;	
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-right: 0px;
}
#ok_login:hover{
	cursor: pointer;
	background-color: #666;
}

#ok_recuperar{
	width: 100%;
	margin: 0;
}

/*#usuario{
	position: absolute;
	margin-left: 40px;
	margin-top: 30px;
	font-weight:bold;
}
#senha{
	position: absolute;
	margin-left: 52px;
	margin-top: 60px;
	font-weight: bold;
}*/
#envia_login{
	width: 90px;
	font-size: 15px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
#botaoenviar{
	position: absolute;
	margin-left: 219px;
	margin-top: 90px;
}
#suggestions{
	position: absolute;
	z-index: 20;
}
.suggestionList{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	border: 3px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.suggestionList li{
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #000;
	width: 894px;
}
.suggestionList li:hover{
	color: #999;
}
#inputString{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}
form{
	margin: 0px;
	padding: 0px;
}
input, textarea, select{
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*
textarea{
	max-height: 40px;
	max-width: 775px;
}
*/
input:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
textarea:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
select:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
.vendedor{
    width: 180px;
}
.menu-pedido{
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.menu-pedido li{
    float: left;
    text-align: center;
    width: 150px;
    border: 1px solid #ddd;
    background: #efefef;
    margin: 2px 5px;
    padding: 3px 0px;
    cursor: pointer;
}
.menu-pedido li:first-child{
    margin-left: 0px;
}
.novo-pedido{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.novo-pedido li{
    float: left;
    height: 55px;
    text-align: center;
    width: 229px;
    border: 1px solid #ddd;
    /*background: #efefef;*/
    margin: 2px 5px;
    padding: 3px 0px;
    line-height: 22px;
    vertical-align: middle;
}

.botao{
    float: right;
    z-index: 1000;
    text-align: center;
    padding: 3px 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #333;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.botao:hover{
    cursor: pointer;
    background-color: #666;
}

.bg-red{background: #900 !important; border-color: #600 !important; color: #fff !important;}
.bg-blue{background: #069 !important; border-color: #036 !important; color: #fff !important;}

.pgn_sobre{ top: 50%; left: 50%; width: 800px; height: 600px; margin-top: -300px; margin-left: -400px; }
    .prod{ cursor: pointer; }
    h4{ margin: 0px; padding: 5px; margin-bottom: 10px;}
    .total{ margin-top: 10px; text-align: right;}
    .total_imper{text-align: center; font-size: 14px;}
    .tituloproduto{font-size: 13px; background: #333; color: #fff; font-weight: bold;}
    .listagem{ font-size: 12px; }
    
.secao_busca{
    position: relative;
    float: left;
    width: 100%;
    margin: 15px auto 25px auto;
    font-size: 13px;
}
.secao_busca .botao{
    float: left;
}
.secao_busca p{ width: 475px;}
.secao_busca p input{float: right;}
.secao_busca p select{float: right;}

.tarefas{position: fixed; top: 50%; left: 30px; background: url(../images/message.png) no-repeat; width: 90px; height: 90px; }
.tarefas .numero{position: absolute; top: 0px; right: 0px; font-size: 12px; border-radius: 50px; background: #900; color: #fff; padding: 5px 8px;}


.float-right{ float: right !important; }
.float-left{ float: left !important; }
.float-none{ float: none !important; }

.ui-autocomplete {
    max-height: 250px;
    max-width: 100%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }

.box-inicio{position: relative; float: left; display: block; width: 260px; padding: 0px; margin: 8px;}
.box-inicio .img{position: relative; float: left; width: 58px; height: 53px; padding: 10px; background: #06aaa2; text-align: center;}
.box-inicio .img i{font-size: 48px; color: #fff; width: 58px;}
.box-inicio .txt{position: relative; float: left; width: 163px; height: 100%; padding: 3px 1% 2px 5px; background: #efefef;}
.box-inicio .txt h4{padding: 0; margin: 8px 0 5px 0px; font-size: 15px; color: #06aaa2;}
.box-inicio .txt p{font-weight: 600;}
.box-inicio .txt .info{font-size: 20px; text-align: left; font-weight: bold; padding: 5px 0 8px;}


/*
CSS PARA A PÁGINA DE PESQUISA DE SATISFAÇÃO
*/
.pesquisa *{outline: none;}
.pesquisa h3{font-size: 16px;}
.pesquisa .texto{font-size: 13px; text-align: justify; line-height: 1.4em;}

.pesquisa .consultas p{font-size: 13px; margin-bottom: 2px; margin-top: 15px;}
.pesquisa label{margin-right: 15px; font-size: 16px;}
.pesquisa input[type='radio']{width: 18px; height: 16px;}
.pesquisa .consultas textarea{width: 100%; height: 60px; resize: none;}
.pesquisa .resposta-sim{display: none; border-bottom: 1px solid #DDD; margin-bottom: 30px; padding-bottom: 10px;}
.pesquisa .consultas button{background: #666; color: #fff; padding: 10px 15px; border: none; border-radius: 8px;}