/* 
    Document   : estilos
    Created on : 14/01/2013, 14:47:42
    Author     : Francisco
    Description:
        Purpose of the stylesheet follows.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
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;
	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;
}
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;
}





.conteudo{
    -webkit-font-smoothing: antialiased;
    font: 13px/20px "Ubuntu", Helvetica, Arial, sans-serif;
    color:#333333;
    width: 90%;
    margin: 0 auto;
}
.login{
    position: absolute;
    left: 50%;
    top: 20%;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border: 1px solid #CCC; 
    padding: 10px; 
    width: 300px; 
    margin: -50px -150px; 
    background: #fafafa;
}

input, select, textarea{
    padding:5px 5px 5px 5px;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border: 1px solid #CCC;
}

.botao{
    padding:5px 5px 5px 5px;
    border:1px solid #999;
    cursor:pointer;
    color: #FFF;
    font-weight: bold;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    background: #fafafa;
    font-size: 13px;
}
.botao:hover{
    background: #fafafa;
    color: #3FF504;
}

a{
    text-decoration: none;
}



#menu{
    position: fixed;
    margin: 0px;
    width: 300px;
    height: 450px;
    background: #CCC; 
    margin-top: 30px;
    margin-left: -300px;
}
#menu #itens{
    position: absolute;
}
#menu div .icone{
    width: 40px;
    height: 34px;
    background: #CCC;
    margin-left: 300px;
    margin-top: 3px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
}
#menu div .icone a{
    margin-left: 5px;
    display: block;
}
#menu #conteudoMenu{
    position: absolute;
    width: 282px;
    height: 440px;
    margin: 5px;
    padding-left: 6px;
    background: #FFF;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    z-index: 1;
}
#menu #conteudoMenu hr{
    width: 95%;
}
#menu #conteudoMenu div[id^='menu'] p:first-child{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
#menu #conteudoMenu a{
    color: #000;
}
#menu #conteudoMenu a:hover{
    font-weight: bold;
}
#menu img{
    border: 0;
    margin-top: 5px;
    margin-left: 5px;
}
.linkSelecionado{
    font-weight: bold;
}

.tabelaFormulario td{
    vertical-align: middle; 
    display: table-cell;
}

.tabelaConsultas{
    position: absolute;
    margin: 0px; 
    padding: 0px; 
    background: #FFF; 
    border: none; 
    width: 95%;
}
.tabelaConsultas .titulo td{
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fcfcfc;
}
.tabelaConsultas td{
    vertical-align: middle; 
    display: table-cell;
}
.tabelaConsultas td input{
    width: 100%;
    font-size: 12px;
    padding: 3px;
    margin: 0px;
    background: #fafafa;
}

.tabelaFiltros{
    position: absolute;
    margin: 0px; 
    padding: 0px; 
    background: #FFF; 
    border: none; 
    width: 95%;
}
.tabelaFiltros tr{
    margin: 0;
    padding: 0;
}
.tabelaFiltros td{
    margin: 0;
    padding: 2px;
}
.tabelaFiltros .titulo td{
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fcfcfc;
}
.tabelaFiltros td{
    vertical-align: middle; 
    display: table-cell;
}
.tabelaFiltros td input,
.tabelaFiltros td select,
.tabelaFiltros td textarea{
    font-size: 12px;
    padding: 3px;
    margin: 0px;
    background: #fafafa;
}

#listaItensPedidoVendas{
    border: 1px solid;
    padding: 3px;
}

#tabFormContasReceber input{
    width: 100px;
}

#divParcelasContasReceber{
    height: 230px;
    overflow: auto;
}

.ulTotais{
    margin: 0px;
    margin-bottom: 5px;
    background: #fff;
    height: 30px;
}
.ulTotais li{
    display: inline-table;
    list-style: none;
    margin: 0px;
    background: #FFF;
    color: #000;
    width: 200px;
    padding: 5px;
}

.spanAutoIncremento{
    border: 1px solid #ccc; 
    background: #fff; 
    position: absolute; 
    padding: 5px; 
    margin-top: -6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.spanAutoIncremento a{
    padding: 3px;
    font-weight: bold;
    color: #000;
}
.spanAutoIncremento a:hover{
    background: #999;
    color: #fff;
}