@charset "utf-8";

@font-face {
	font-family: URW;
	font-weight: normal;
	font-style: normal;
	src: url('../_fonts/URW.eot');
}
@font-face {
	font-family: URW;
	font-weight: normal;
	font-style: normal;
	src: url('../_fonts/URW.svg') format('svg'), url('../_fonts/URW.woff') format('woff');	
}

@font-face {
	font-family: URWli;
	font-weight: normal;
	font-style: normal;
	src: url('../_fonts/URWli.eot');
}
@font-face {
	font-family: URWli;
	font-weight: normal;
	font-style: normal;
	src: url('../_fonts/URWli.svg') format('svg'), url('../_fonts/URWli.woff') format('woff');	
}


* {
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	font-family: URW;
	margin: 20px;
	cursor: default;
}
button {
	font: 16px/1 URW;
}
input, select, textarea {
	font-family: Tahoma, Arial;
	border: #999 solid 1px;
	width: 200px;
	padding: 5px;
}
input, textarea {
	font-family: URWLi;
	font-size: 16px;
}
textarea {	
	vertical-align: top;
}
table {	
	font-family: URWLi;
	border: #CCC solid 1px;
	background: #FFF;
}
td {
	padding: 10px;
	border: inherit;
}
ul {
	line-height: 150%;
	list-style: none;	
}
.inline {
	display: inline-block;
	vertical-align: middle;
}
.botao {
	cursor: pointer;
}

/* Login */

.login {
	border: #CCC solid 1px;
	padding: 20px;
}

.login p {
	margin-bottom: 5px;
}


/* Topo */

.topo {
	padding: 0 20px 20px; 
	border-bottom: #DDD dotted 4px;
}
.menu {
	float: right;
	margin-top: 20px;
}

.menu ul {
	margin-bottom: 5px;
}

.menu li {
	
	margin-right: 30px;
	font-size: 18px;	
}

/* Páginas */

.corpo {
	padding: 10px 20px;
}
.titulo-pg {
	margin: 20px 0 40px;
}
.brick {
	width: 15px;
	height: 20px;
	background: #FFF;
	margin: 1px;	
	float: left;
}
.dias {	
	height: auto;
	padding: 3px 0 2px;
	font-size: 11px;
	text-align: center;	
}
.botao-padrao {
	padding: 10px 30px; 
	background: #CCC; 
	margin: 5px; 
	float: right;
}
.botao-menor {
	padding: 5px 20px;
	margin-top: -7px;
	background: #777;
	color: #FFF;
}
.itens ul li {
	border-bottom: #CCC dashed 2px;
	padding: 5px;
	margin: 10px;
	min-height: 24px;
}

#cores {
	width: 216px;
	height: 144px;
	z-index:1;
	border: #999 solid 2px;
	display: none;
	position:absolute;
	top: -150px;
	left: -2px;
}
.cores {
	width: 72px;
	height: 72px;
}
.cores li {
	width: 10px;
	height: 10px;	
	float: left;
	border: #FFF solid 1px;	
}

/* Cadastros */

.input-oculto {
	background: none;
	border: none;	
}

.rotulo {
	width: 100px;
}

.tick-0 {
	background: url(../_imgs/tick-0.gif) no-repeat;
}

.tick-1 {

	background: url(../_imgs/tick-1.gif) no-repeat;
	
}

.agenda {
	width: 13%;
}
.cont-agenda{
	padding: 5px;
	height: 400px;
	border: #CCC solid 1px;
}
.compromisso {
	font-family: URWLi;
	font-size: 13px;
	text-align: left;
	width: 93%;
	margin: 0 auto 5px;
	padding: 5px;
}

.pendente {
	font-family: URWLi;
	font-size: 13px;
	text-align: left;
	width: 130px;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.rotulo {
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

/*RECEITAS*/
.nav-receitas {
	border-bottom: #CCC 1px solid;
	margin-bottom: 15px;
	padding-bottom: 58px;
}
.nav-mes {
	width: 270px;
	margin: 5px;
	padding: 10px;
	text-align: center;
	float: left;
}

.lista-receita{
	padding: 10px;
	margin-bottom: 5px;
}
.negativo {
	color: #F00;
}
.pendentes {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: #CCC dashed 2px;
	cursor: pointer;
}
.valor-lanc {
	float: right;
	width: 64px;
	height: 20px;
	margin-left: 20px;
	text-align: right;
	position: relative;
	z-index: 99;
}

.pagar-botao {
	font-weight: 700;
	font-size: 16px;
	font-family: URW;
	position: relative;
	z-index: 100;
}

.corpo-receita {
	width: 70%;
	margin-right: 35px;
}

.total-mes {
	float: right;
	margin: 13px 10px 0;
	font-weight: 700;
	font-size: 16px;
}

.corpo-lancamentos {
	font-family: URWli;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.corpo-subtotal {
	background: #CCC;
	margin-bottom: 10px;
	padding: 15px;
	text-align: right;
}

.subtotal {
	width: 90px;
	text-align:right;
	height: 22px;
}

.corpo-pendencia {
	width: 25%;
	padding: 20px;
	border: #CCC 1px solid;
	background: #E5E5E5;
	vertical-align: top;
}

.tit-pendencia {
	border-bottom: #CCC 1px solid;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}

.permissoes {
	width: 135px;
	font-size: 16px;
	font-family: URWLi;
	border: #999 solid 1px;
	margin: 5px;
	padding: 8px;
}

.botao-tit {
	width: 250px;
	font-size: 18px;
	border: #CCC solid 1px;
	padding: 20px;
	margin: 5px 2px;
}

.branco {
	color: #FFF;
}


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index: 9998;
	display: none;
}
#pagar {
	width: 460px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFF;
	margin-top: -80px;
	margin-left: -230px;
	z-index: 9999;
	display: none;
}
#aviso {
	width: 900px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFF;
	margin-top: -80px;
	margin-left: -450px;
	z-index: 9999;
	display: none;
}

#detalhes-aviso {
	display: none;
}
