@charset "utf-8";

html, body {
	height:100%; /* keep footer at the bottom */
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	color:#333333;
	background: #ffffff;
	margin:0;
	padding:0;
}
#tudo { /* keep footer at the bottom */
	min-height:100%;
	position:relative;
}
.pagina {
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}	
.inner {
	position:relative;
	padding: 15px;
}
a {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1, h2, h3, h4 {
	font-family: "robotobold", sans-serif;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	color: #999999;
	font-size: 20px;
}
h4 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
}

span.ico {
	font-family: "ionicons", sans-serif;
	font-size: 26px;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
}
span.ico.ativo {
	color:#0071bc;
}
span.ico.inativo {
	color:#f2f2f2;
}
a span.ico {
	color:#2e3192;
}
span.ico.action {
	display: inline-block;
	height: 56px;
	width: 56px;
	background: #000000;

	background-image: -webkit-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:    -moz-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:     -ms-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:      -o-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:         linear-gradient(top, #edf3f7, #bdcdd6);
	
	color: #2e3192;
	line-height: 56px;
	text-align: center;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	-khtml-border-radius: 28px;
	border-radius: 28px;
	padding-bottom: 0;
}
span.after {
	color:#999999;
	margin-left: 10px;
	font-size: 13px;
	display: inline-block;
}
p.clear,
div.clear{
	float:none; clear:both;
	display:block;
	height:1px;	
}
#goTop{
	font-family: "ionicons", sans-serif;
	font-size:24px;
	position:fixed;
	bottom:-200px;
	right:30px;
	color:#c243ff;
	background:#e6e6e6;
	border:1px solid #ccc;
	cursor:pointer;
	display:block;
	z-index:2000;
	padding:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#goTop:hover{
	text-decoration:none;
	color:#c243ff;
	background:#f2f2f2;
}
pre{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
	margin: 0;
}
/* Cor de fundo do autocomplete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}

/* Cor do texto do autocomplete */
input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
}

::-moz-selection { /* Code for Firefox */
	color: white;
	background: #ed3024;
}
  
::selection {
	color: white;
	background:#ed3024;
}

/**************************************************************************** MENU HEADER */

/**************************************************************************** HEADER */
header{
	height: 56px;
	color:#000000;
	background:#ffffff;
}
header .inner {
	position:relative;
	z-index: 100;
}
header #logo{
	display: block;
	position: absolute;
	top:0;
	left:0;
}
header #menuico {
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
	color: #2e3192;
}

header #headermenu {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:7000;
}
header #headermenu #headermenubg{
	position: absolute;
	top:0;
	left:0;
	background: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
header #headermenu #conteudo{
	background: #ffffff;
	width: 265px;
	height:auto;
	padding-bottom: 25px;
	position: absolute;
	top:0;
	right:0;
	color:#333333;
}
header #headermenu #headermenuheader{
	height:56px;
	color:#000000;
	background: #ffffff;
}
header #headermenu #headermenuheader #titulo{
	color:#2e3192;
	font-family: "robotobold", sans-serif;
	text-transform: uppercase;
}
header #headermenu #headermenuico{
	display: block;
	position: absolute;
	top:0;
	right:15px;
	height: 56px;
	line-height: 56px;
	z-index: 7100;
	color: #2e3192;
}
header #headermenu .headermenuitem{
	position: relative;
	border-bottom:1px solid #aaaaaa;
	z-index: 7100;
	font-size:16px;
	line-height: 16px;
}
header #headermenu #firstitem.headermenuitem{
	background: url(/img/headershadow.png) repeat-x top center;
	padding-top: 5px;
}
header #headermenu .headermenuitem p{
	position: relative;
	left:9px;
	padding: 0;
	margin: 0;
}
header #headermenu .headermenuitem .ico{
	position: relative;
	left:-9px;
	/* padding-right: 5px; */
	display: inline-block;
	width: 20px;
	text-align: center;
	color:#2e3192;
}


/**************************************************************************** MAIN */
.main {
	background: url(/img/headershadow.png) repeat-x top center;
	padding-bottom:115px;   /* Height of the footer element + algum padding se desejar */
}
.main .inner{
	z-index: 10;
}
.main h2.titulo{
	text-transform: uppercase;
	color: #0071bc;
}
.main h2.titulo .ico{
	cursor: default;
	color: #2e3192;
	/* color: #bf00bf; */
}
.main p.subtitulo{
	padding: 0 0 0 15px;
}
.main p.subtitulo .ico{
	font-size: 16px;
}
.main div.actions{
	margin: 15px 0 15px 0;
	text-align: right;
}
/**************************************************************************** FOOTER */
footer {
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top: 1px solid #999999;
}

footer .inner {
	text-align:center;
	padding-bottom:30px;
}
footer #legalize{
	position: absolute;
	bottom:0;
	left: 50%;
	width: 270px;
	height: 70px;
	margin: 0 0 0 -135px;
	font-size: 13px;
	text-align: center;
}
footer #legalize span{
	display: inline-block;
	margin: 0 15px;
}

/**************************************************************************** TABLES */
table {
	width:100%;	
}

.main table {
	border-bottom:1px solid #666;
}
.main  table th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	vertical-align: bottom;
}
.main table tr th {
	font-size:13px;
	color:#999999;
	font-weight:normal;
	border-bottom:1px solid #999999;
	text-align:left;
	padding:15px;
}
.main table th a {
	color:#999;
}
.main table th a:hover {
	color:#999;
}
.main table tr td {
	border-bottom:1px solid #ccc;
	padding:15px;
}
.main table tr td.ativo {
	text-align:center;	
}
.main table tr td.actions {
	text-align:right;
	font-family:"ionicons", sans-serif;
	font-size: 24px;
}
.main table tr td.actions a:hover {
	text-decoration:none;
}

/**************************************************************************** FORMS */

/* input {

} */
label { 
	width:140px; 
	display:inline-block;
	font-family: "robotoregular", sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 15px 10px 15px 0;
	font-size:13px;
	color:#666;
}
label span{
	text-transform:none;
}
label span.obrigatorio{
	font-family: "robotobold", sans-serif;
	color:#ed0099;
	font-size:16px;
	line-height: 13px;
}
.input {
	clear: both;
/*	margin-bottom: .5em;*/
	padding: 0 0 15px 0;
	vertical-align: middle;	
}
.input input, .input select, .input textarea {
	width:300px;
	padding:15px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 16px;
	background: #ffffff;
}
.input select{
	width:330px;
	padding: 14px 5px;
}
.input textarea {
	height: 3.9em;
}
.file input {
	width:auto;	
}
.observacoes {
	display: block;
	font-size:13px;
	color:#999999;
	width: 300px;
	padding: 5px 15px 0 15px;
	margin: 0 0 0 150px;
}
.radio input {
	width:auto;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
/* .radio label {
	font-family: "robotoregular", sans-serif;
	text-align: right;
	width:auto;
	cursor: pointer;
} */

/* .radiocontainer label {
	display: block;
	position: relative;
	text-align: left;
	padding: 15px 10px 15px 35px;
	margin-left: 150px;
} */
.radio label {
	display: block;
	position: relative;
	font-family: "robotoregular", sans-serif;
	text-align: left;
	padding: 15px 10px 15px 35px;
	margin-left: 150px;
	width:auto;
	max-width: 330px;
	cursor: pointer;
}
.radiocontainer {
	display: block;
	position: relative;
	/* padding-left: 35px; */
	margin-bottom: 12px;
	/* cursor: pointer; */
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* .radiocontainer:hover,
.radiocontainer:focus {
  color: #ff0000;
} */
.radiocontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.radiocontainer a{
	color: #ff0000;
}
.radiocontainer a:hover{
	color: #ff0000;
}
.radiomark {
	/* position: relative; */
	position: absolute;
	top: 15px;
	left: 10px;
	height: 12px;
	width: 12px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #999999;
}
.radiocontainer input:checked ~ .radiomark {
	/* background-color: #2196F3; */
	background-color: #ffffff;
	border: 1px solid #0071bc;
}
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}
.radiocontainer input:checked ~ .radiomark:after {
	display: block;
}
.radiocontainer .radiomark:after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0071bc;
}

.checkbox input{
	width:auto;
	padding:0.2em 0.5em;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox label{
	text-transform: none;
	width: auto;
	cursor: pointer;
}
.date select{
	width:auto;
}
.button button, .submit input {
	width:330px;
	background:#CCCCCC;

	background-image: -webkit-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:    -moz-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:     -ms-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:      -o-linear-gradient(top, #edf3f7, #bdcdd6); 
	background-image:         linear-gradient(top, #edf3f7, #bdcdd6);

	/* background: #29abe2; */
	color:#2e3192;
	font-family: "robotobold", sans-serif;
	padding:10px 15px;
	margin:20px 0 10px 150px;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
.button span.ico, .submit span.ico {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: "ionicons", sans-serif;
	color: #FFCC00;
}
.disabled{
	/* opacity: 0.4; */
	background: #CCCCCC;
}

/* Customize the label (the container) */
.checkbox.container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 0 160px;
}

/* Hide the browser's default checkbox */
/* .checkbox.container input#excluido { */
.checkbox.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
  
/* Create a custom checkbox */
.checkbox.container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	width: 11px;
	/* background-color: #eee; */
	border:1px #999999 solid;
	border-radius: 3px;
	margin: 15px 10px 15px 0;
	/* border: 1px #CCCCCC solid;
	padding:0.2em 0.5em;
	margin: 15px 10px 15px 160px;
	vertical-align: middle;
	cursor: pointer; */
}
  
/* On mouse-over, add a grey background color */
.checkbox.container:hover input ~ .checkmark {
	background-color: #f2f2f2;
}
  
/* When the checkbox is checked, add a blue background */
.checkbox.container input:checked ~ .checkmark {
	background-color: #0071bc;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox.container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
/* Show the checkmark when checked */
.checkbox.container input:checked ~ .checkmark:after {
	display: block;
}
  
/* Style the checkmark/indicator */
.checkbox.container .checkmark:after {
	left: 3px;
	top: 0;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/**************************************************************************** MESSAGES */
.message {
	background: #ffe6ff;
	color: #2e3192;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.error-message {
	background: none; 
	color: #ed0099;
	font-family: "robotoregular", sans-serif;
	padding:5px 15px 15px 15px;
	margin:0 0 0 150px;
	width:auto;
}
.checkbox .error-message {
	font-size: 16px;
	margin: 0 0 0 -35px;
}

/**************************************************************************** BUSCAR */
#limparfiltrosindex{
	display:block;
	padding-top: 5px;
	font-size: 13px;
}
#limparfiltrosbuscar{
	display:block;
	padding:15px;
	margin:0 0 0 150px; 
}
#msgresultados{
	display: block;
	padding: 15px;
	font-size: 13px;
}

/**************************************************************************** PAGINACAO */
.main table th.paginacao, .paginacao {
	text-align:right;
	padding:0.4em;
	font-size:13px;
	text-transform:lowercase;
	color:#999999;
	font-weight:normal;
}
.paginacao .disabled{
	background: none;
}
.main table th.paginacao .ico, .paginacao .ico{
	display: inline-block;
	margin: 10px 0;
	color: #c243ff;
	font-size: 24px;
	
}
.main table th.paginacao .disabled, .paginacao .disabled .ico {
	opacity: 1;
	color: #ffffff;
	cursor: default;
	background: #E6E6E6;
}
.main .paginacao span.exibindo{
	display: block;
	padding-right: 10px;
}

/**************************************************************************** AUTOCOMPLETE */
.ui-widget{
	font-family: "robotoregular", sans-serif;
	font-size: 18px;
	color:#333;
}
.ui-menu {
    border: 1px solid #aaaaaa;
}
.ui-menu .ui-menu-item {
    background:#fff;
}
.ui-menu .ui-menu-item.ui-state-focus {
    background:#ffdd33;
    color: #666666;
    font-weight: normal;
}
 .ui-autocomplete-loading {
background: white url("../img/loading.gif") right center no-repeat;
}

/**************************************************************************** CADASTROS INDEX */
#loading{
	/* position: absolute;
	top:90px;
	left:50%; */
	display: none;
	z-index: 2000;
	width: 50px;
	height: 50px;
	background: url(/img/loadingbg.png) no-repeat center center;
}
#loading img{
	/* display: none; */
	margin:12px 12px 12px 12px;
}

/**************************************************************************** CADASTROS INDEX */
.cadastros.index table tr td {
	cursor:pointer;
}
.cadastros.index #cadastropjpf {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.cadastros.index #cadastropjpf #fechar{
	padding: 10px;
	text-align: right;
}
.cadastros.index #cadastropjpf table {
	border: none;
}
.cadastros.index #cadastropjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
.cadastros.index #cadastropjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.cadastros.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** CATEGORIAS INDEX */
.categorias.index table tr td {
	cursor:pointer;
}
.categorias.index table {
	width: 100%;;
}
.categorias.index table tr th,
.categorias.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.categorias.index table tr th.tda,
.categorias.index table tr td.tda {
	width: 90%;	
}
.categorias.index table tr th.tdb .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}
.categorias.index table tr th.tdb,
.categorias.index table tr td.tdb {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.categorias.index table tr td.tdb .ico {
	font-size: 20px;
}

/**************************************************************************** CENTROSDECUSTO INDEX */
.centrosdecusto.index table tr td {
	cursor:pointer;
}
.centrosdecusto.index table {
	width: 100%;;
}
.centrosdecusto.index table tr th,
.centrosdecusto.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.centrosdecusto.index table tr th.tda,
.centrosdecusto.index table tr td.tda {
	width: 90%;	
}
.centrosdecusto.index table tr th.tdb .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}
.centrosdecusto.index table tr th.tdb,
.centrosdecusto.index table tr td.tdb {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.centrosdecusto.index table tr td.tdb .ico {
	font-size: 20px;
}

/**************************************************************************** CLIENTES INDEX */
.clientes.index table tr td {
	cursor:pointer;
}
.clientes.index table {
	width: 100%;;
}
.clientes.index table tr th,
.clientes.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.clientes.index table tr th.tda,
.clientes.index table tr td.tda {
	width: 60%;	
}
.clientes.index table tr th.tdb,
.clientes.index table tr td.tdb {
	width: 30%;	
	text-align: center;
}
.clientes.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.clientes.index table tr th.tdc,
.clientes.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.clientes.index table tr td.tdc .ico {
	font-size: 20px;
}
.clientes.index #clientepjpf {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.clientes.index #clientepjpf #fechar{
	padding: 10px;
	text-align: right;
}
.clientes.index #clientepjpf table {
	border: none;
}
.clientes.index #clientepjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	text-overflow: clip;
}
.clientes.index #clientepjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.clientes.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** CLIENTES ADICIONAR */
.clientes.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.clientes.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** CLIENTES ALTERAR */
.clientes.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.clientes.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** CONFIGS INDEX */
.configs.index .topico {
	position: relative;
	display: inline-block;
	width: 200px;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.configs.index span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}
.configs.index span.topico p {
	position: relative;
	left: 9px;
}
.configs.index span.topico p a .ico {
	display: inline-block;
	position: relative;
	left: -9px;
}
.configs.index #emailcadastrado {
	font-size:13px;
	color:#666;
}

/**************************************************************************** CONTAS INDEX */
.contas.index table tr td {
	cursor:pointer;
}
.contas.index table {
	width: 100%;;
}
.contas.index table tr th,
.contas.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.contas.index table tr th.tda,
.contas.index table tr td.tda {
	width: 80%;	
}
.contas.index table tr th.tdb,
.contas.index table tr td.tdb {
	width: 10%;	
	text-align: center;
}
.contas.index table tr td.tdb .ico{
	font-size: 16px;
}
.contas.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}
.contas.index table tr th.tdc,
.contas.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.contas.index table tr td.tdc .ico {
	font-size: 20px;
}

/**************************************************************************** CONTAS ALTERAR */
.contas.alterar .deshab {
	
}

/**************************************************************************** EMPRESAS INDEX */
.empresas.index table tr td {
	cursor:pointer;
}

/**************************************************************************** FORNECEDORES INDEX */
.fornecedores.index table tr td {
	cursor:pointer;
}
.fornecedores.index table {
	width: 100%;;
}
.fornecedores.index table tr th,
.fornecedores.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.fornecedores.index table tr th.tda,
.fornecedores.index table tr td.tda {
	width: 60%;	
}
.fornecedores.index table tr th.tdb,
.fornecedores.index table tr td.tdb {
	width: 30%;	
	text-align: center;
}
.fornecedores.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.fornecedores.index table tr th.tdc,
.fornecedores.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.fornecedores.index table tr td.tdc .ico {
	font-size: 20px;
}
.fornecedores.index #fornecedorpjpf {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.fornecedores.index #fornecedorpjpf #fechar{
	padding: 10px;
	text-align: right;
}
.fornecedores.index #fornecedorpjpf table {
	border: none;
}
.fornecedores.index #fornecedorpjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	text-overflow: clip;
}
.fornecedores.index #fornecedorpjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.fornecedores.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** FORNECEDORES ADICIONAR */
.fornecedores.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.fornecedores.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** FORNECEDORES ALTERAR */
.fornecedores.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.fornecedores.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}


/**************************************************************************** ITENS INDEX */
.itens.index table tr td {
	cursor:pointer;
}

/**************************************************************************** LANCAMENTOS INDEX */
.lancamentos.index table tr td {
	cursor:pointer;
}

.lancamentos.index #tipo {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.lancamentos.index #tipo #fechar{
	padding: 10px;
	text-align: right;
}
.lancamentos.index #tipo table {
	border: none;
}
.lancamentos.index #tipo table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
.lancamentos.index #tipo table tbody tr:hover{
	background-color: #e6e6e6;
}
.lancamentos.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** LANCAMENTOS ADICIONAR */
.lancamentos.adicionar .itens {
	margin:20px 0 10px 150px;
}

.lancamentos.adicionar #iten {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -198px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.lancamentos.adicionar #iten #fechar{
	padding: 10px;
	text-align: right;
}

.lancamentos.adicionar #iten .input textarea,
.lancamentos.adicionar #iten .input input
{
	width: 260px;
}
.lancamentos.adicionar #iten .input select
{
	width: 290px;
}
.lancamentos.adicionar #iten label { 
	width:155px; 
	padding: 0 10px 5px 6px;
}
.lancamentos.adicionar #iten .button button, 
.lancamentos.adicionar #iten .submit input {
	width: 290px;
	margin:20px 0 10px 0;
}

.lancamentos.adicionar #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:10000;
}

/**************************************************************************** MEIOSPGTO INDEX */
.meiospgto.index table tr td {
	cursor:pointer;
}
.meiospgto.index table {
	width: 100%;;
}
.meiospgto.index table tr th,
.meiospgto.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.meiospgto.index table tr th.tda,
.meiospgto.index table tr td.tda {
	width: 90%;	
}
.meiospgto.index table tr th.tdb .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}
.meiospgto.index table tr th.tdb,
.meiospgto.index table tr td.tdb {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.meiospgto.index table tr td.tdb .ico {
	font-size: 20px;
}

/**************************************************************************** OUTROS INDEX */
.outros.index table tr td {
	cursor:pointer;
}
.outros.index table {
	width: 100%;;
}
.outros.index table tr th,
.outros.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.outros.index table tr th.tda,
.outros.index table tr td.tda {
	width: 60%;	
}
.outros.index table tr th.tdb,
.outros.index table tr td.tdb {
	width: 30%;	
	text-align: center;
}
.outros.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.outros.index table tr th.tdc,
.outros.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.outros.index table tr td.tdc .ico {
	font-size: 20px;
}
.outros.index #outrospjpf {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.outros.index #outrospjpf #fechar{
	padding: 10px;
	text-align: right;
}
.outros.index #outrospjpf table {
	border: none;
}
.outros.index #outrospjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	text-overflow: clip;
}
.outros.index #outrospjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.outros.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** OUTROS ADICIONAR */
.outros.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.outros.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** OUTROS ALTERAR */
.outros.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.outros.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** PAINEIS INDEX */

.paineis.index  .periodo{
	/* position: absolute; */
	/* display: block; */
	/* font-size: 16px; */
	/* top:30px; */
	/* color: #0071bc; */
	/* z-index: 300; */
	margin-bottom: 25px;
}
.paineis.index .periodo span.ico{
	font-size: 20px;
	padding-bottom: 3px;
}

.paineis.index #graficos{
	position: relative;
	/* margin-top: 50px; */
	text-align: center;
}
.paineis.index #graficos .grafico{
	position: relative;
	display: inline-block;
}
.paineis.index #graficos .grafico.prevreal{
	position: relative;
	display: inline-block;
	width: 305px;
	/* height: 226px; */
	height: 350px;
	/* border: 1px solid #cccccc; */
}
.paineis.index #graficos .grafico.prevreal .titulo{
	position: absolute;
	display: block;
	font-size: 13px;
	color: #000000;
}

.paineis.index #graficos .grafico.prevreal .previsto span.ico,
.paineis.index #graficos .grafico.prevreal .realizado span.ico{
	font-size: 13px;
	padding-bottom: 1px;
}
.paineis.index #graficos #entradas .previsto span.ico{
	color: #9999ff;
}
.paineis.index #graficos #entradas .realizado span.ico{
	color: #0000ff;
}
.paineis.index #graficos .grafico.prevreal .previsto{
	position: absolute;
	display: block;
	font-size: 11px;
	top:310px;
	width: 255px;
	height: 13px;
}
.paineis.index #graficos .grafico.prevreal .previsto .basepontil{
	position: relative;
	display: block;
	height: 13px;
}
.paineis.index #graficos .grafico.prevreal .previsto .basepontil .pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:3px;
	border-bottom:1px dashed #999999;
}
.paineis.index #graficos .grafico.prevreal .previsto .basepontil .prevlabel,
.paineis.index #graficos .grafico.prevreal .previsto .basepontil .reallabel{
	position: absolute;
	display: block;
	left:0;
	padding-right: 5px;
	height: 13px;
	background: #ffffff;
	text-align: left;
}
.paineis.index #graficos .grafico.prevreal .previsto .basepontil .prevvalor,
.paineis.index #graficos .grafico.prevreal .previsto .basepontil .realvalor{
	position: absolute;
	display: block;
	right:0;
	padding-left: 5px;
	height: 13px;
	background: #ffffff;
	text-align: right;
}
.paineis.index #graficos .grafico.prevreal .realizado{
	position: absolute;
	display: block;
	font-size: 11px;
	top:330px;
	width: 255px;
	height: 13px;
}
.paineis.index #graficos .grafico.prevreal .realizado .basepontil{
	position: relative;
	display: block;
	height: 13px;
}
.paineis.index #graficos .grafico.prevreal .realizado .basepontil .pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:3px;
	border-bottom:1px dashed #999999;
}
.paineis.index #graficos .grafico.prevreal .realizado .basepontil .prevlabel,
.paineis.index #graficos .grafico.prevreal .realizado .basepontil .reallabel{
	position: absolute;
	display: block;
	left:0;
	padding-right: 5px;
	height: 13px;
	background: #ffffff;
	text-align: left;
}
.paineis.index #graficos .grafico.prevreal .realizado .basepontil .prevvalor,
.paineis.index #graficos .grafico.prevreal .realizado .basepontil .realvalor{
	position: absolute;
	display: block;
	right:0;
	padding-left: 5px;
	height: 13px;
	background: #ffffff;
	text-align: right;
}
.paineis.index #graficos .grafico.prevreal .base{
	position: relative;
	display: block;
	top:90px;
	width: 100%;
	height: 200px;
}
.paineis.index #graficos .grafico.prevreal .base .linha{
	position: relative;
	display: block;
	width: 100%;
}
.paineis.index #graficos .grafico.prevreal .base .linha.um{
	position: absolute;
	display: block;
	width: 100%;
}
.paineis.index #graficos .grafico.prevreal .base .linha .valor{
	position: absolute;
	bottom: -7px;
	top:auto;
	display: block;
	height: 13px;
	width: 95px;
	text-align: right;
	font-size: 9px;
	color: #999999;
}
.paineis.index #graficos .grafico.prevreal .base .linha.um .valor{
	top:-5px;
	bottom: auto;
}
.paineis.index #graficos .grafico.prevreal .base .linha .fio{
	position: absolute;
	display: block;
	bottom:0;
	top:auto;
	left:100px;
	width: 200px;
	border-bottom: 1px solid #cccccc;
}
.paineis.index #graficos .grafico.prevreal .base .linha.um .fio{
	top:0;
	bottom:auto;
	border-bottom: 0;
	border-top: 1px solid #cccccc;
}
.paineis.index #graficos .grafico.prevreal .base .linha .fio.zero{
	border-bottom: 1px solid #666666;
	z-index: 200;
}
.paineis.index #graficos .grafico.prevreal .base .linha.um .fio.zero{
	border-bottom: 0;
	border-top: 1px solid #666666;
	z-index: 200;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras{
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	top: auto;
	width: 270px;
	height: 200px;
}
.paineis.index #graficos .grafico.prevreal .base .linha.um .barras{
	top: 0;
	bottom: auto;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras .previstob,
.paineis.index #graficos .grafico.prevreal .base .linha .barras .realizadob{
	position: absolute;
	display: block;
	bottom:-26px;
	font-size: 11px;
	width: 100px;
	text-align: center;
	z-index: 150;
	background: url(/img/prevreslblbg.png) no-repeat top center;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras .previstob{
	left:107px;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras .realizadob{
	left:197px;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras .blabel{
	font-size:11px;
	color: #999999;
	display: inline-block;
	padding: 5px 15px 3px 15px;
	background: #ffffff;
}
.paineis.index #graficos .grafico.prevreal .base .linha .barras .bvalor{
	color: #000000;
	display: inline-block;
	padding: 0 5px 7px 5px;
	background: #ffffff;
}
.paineis.index #graficos .grafico.prevreal .base .prevBar{
	position: absolute;
	display: block;
	width: 42px;
	height: 200px;
	left:136px;
	bottom:0;
	/* border-top: 2px solid #ff00ff; */
	/* background: #ff99ff; */
	/* background-color: #fcee21; */
	border-bottom: 0;
	z-index: 160;
}
.paineis.index #graficos #entradas .base .prevBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #bfbfff); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #bfbfff); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #bfbfff); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #bfbfff); 
	background-image:         linear-gradient(bottom, #ffffff, #bfbfff);
	border: 1px solid #bbbbbb;
}
.paineis.index #graficos #saidas .base .prevBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #ffbfbf); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #ffbfbf); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #ffbfbf); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #ffbfbf); 
	background-image:         linear-gradient(bottom, #ffffff, #ffbfbf);
	border: 1px solid #bbbbbb;
}
.paineis.index #graficos #resultado .base .prevBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #fff2bf); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #fff2bf); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #fff2bf); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #fff2bf); 
	background-image:         linear-gradient(bottom, #ffffff, #fff2bf);
	border: 1px solid #cccccc;
}
.paineis.index #graficos #entradas .base .prevBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #bfbfff); 
	background-image:    -moz-linear-gradient(top, #ffffff, #bfbfff); 
	background-image:     -ms-linear-gradient(top, #ffffff, #bfbfff); 
	background-image:      -o-linear-gradient(top, #ffffff, #bfbfff); 
	background-image:         linear-gradient(top, #ffffff, #bfbfff);
	border: 1px solid #bbbbbb;
}
.paineis.index #graficos #saidas .base .prevBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #ffbfbf); 
	background-image:    -moz-linear-gradient(top, #ffffff, #ffbfbf); 
	background-image:     -ms-linear-gradient(top, #ffffff, #ffbfbf); 
	background-image:      -o-linear-gradient(top, #ffffff, #ffbfbf); 
	background-image:         linear-gradient(top, #ffffff, #ffbfbf);
	border: 1px solid #bbbbbb;
}
.paineis.index #graficos #resultado .base .prevBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #fff2bf); 
	background-image:    -moz-linear-gradient(top, #ffffff, #fff2bf); 
	background-image:     -ms-linear-gradient(top, #ffffff, #fff2bf); 
	background-image:      -o-linear-gradient(top, #ffffff, #fff2bf); 
	background-image:         linear-gradient(top, #ffffff, #fff2bf);
	border: 1px solid #cccccc;
}

.paineis.index #graficos .grafico.prevreal .base .prevBar .barratop{
	position: absolute;
	display: none;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #ff00ff;
}
.paineis.index #graficos .grafico.prevreal .base .prevBar.inverso .barratop{
	bottom: 0;
	top: auto;
}
.paineis.index #graficos .grafico.prevreal .base .realBar{
	position: absolute;
	display: block;
	width: 42px;
	height: 200px;
	left:225px;
	bottom:0;
	/* border-top: 2px solid #0000ff; */
	/* background: #338dc9; */
	/* background: #0000ff; */
	/* background: #0071bc; */
	border-bottom: 0;
	z-index: 160;
}
.paineis.index #graficos #entradas .base .realBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:         linear-gradient(bottom, #ffffff, #0000ff);
	border: 1px solid #a0a0a0;
}
.paineis.index #graficos #saidas .base .realBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:         linear-gradient(bottom, #ffffff, #ff0000);
	border: 1px solid #aaaaaa;
}
.paineis.index #graficos #resultado .base .realBar{
	background-image: -webkit-linear-gradient(bottom, #ffffff, #ffcc00); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #ffcc00); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #ffcc00); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #ffcc00); 
	background-image:         linear-gradient(bottom, #ffffff, #ffcc00);
	border: 1px solid #cccccc;
}
.paineis.index #graficos #entradas .base .realBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #0000ff); 
	background-image:    -moz-linear-gradient(top, #ffffff, #0000ff); 
	background-image:     -ms-linear-gradient(top, #ffffff, #0000ff); 
	background-image:      -o-linear-gradient(top, #ffffff, #0000ff); 
	background-image:         linear-gradient(top, #ffffff, #0000ff);
	border: 1px solid #a0a0a0;
}
.paineis.index #graficos #saidas .base .realBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #ff0000); 
	background-image:    -moz-linear-gradient(top, #ffffff, #ff0000); 
	background-image:     -ms-linear-gradient(top, #ffffff, #ff0000); 
	background-image:      -o-linear-gradient(top, #ffffff, #ff0000); 
	background-image:         linear-gradient(top, #ffffff, #ff0000);
	border: 1px solid #aaaaaa;
}
.paineis.index #graficos #resultado .base .realBar.inverso{
	background-image: -webkit-linear-gradient(top, #ffffff, #ffcc00); 
	background-image:    -moz-linear-gradient(top, #ffffff, #ffcc00); 
	background-image:     -ms-linear-gradient(top, #ffffff, #ffcc00); 
	background-image:      -o-linear-gradient(top, #ffffff, #ffcc00); 
	background-image:         linear-gradient(top, #ffffff, #ffcc00);
	border: 1px solid #cccccc;
}
.paineis.index #graficos .grafico.prevreal .base .realBar .barratop{
	position: absolute;
	display: none;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #0000ff;
}.paineis.index #graficos .grafico.prevreal .base .realBar.inverso .barratop{
	bottom: 0;
	top: auto;
}

.paineis.index .fiodivisor{
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.paineis.index #funcoes{
	width: 330px;
	font-size: 13px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.paineis.index #funcoes div{
	position: relative;
	height: 15px;
}
.paineis.index #funcoes .ftitulo{
	color: #000000;
	font-size: 13px;
	margin-top: 25px;
}
.paineis.index #funcoes span.flabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.paineis.index #funcoes span.fvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.paineis.index #funcoes span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:3px;
	border-bottom:1px dashed #999999;
}

.paineis.index #funcoes span.ico{
	font-size: 16px;
	padding-bottom: 2px;
}

.paineis.index #bancos{
	width: 330px;
	/* margin-top: 35px; */
}
.paineis.index #bancos span.ico{
	font-size: 20px;
	padding-bottom: 3px;
}
.paineis.index #bancos div{
	position: relative;
	height: 15px;
	font-size: 13px;
}
.paineis.index #bancos span.flabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.paineis.index #bancos span.fvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.paineis.index #bancos span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:3px;
	border-bottom:1px dashed #999999;
}
.paineis.index #bancos span.fperiodo{
	display: inline-block;
	height: 15px;
	color: #666666;
	font-size: 11px;
}

.paineis.index #overlay #banco {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.paineis.index #overlay #banco #fechar{
	padding: 10px;
	text-align: right;
}
.paineis.index #overlay #banco select {
	width: 290px;
}
.paineis.index #overlay #banco .button button, .submit input {
    width: 290px;
    margin: 20px 0 10px 0;
}
.paineis.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

.paineis.index #emabertohoje .titulo{
	color: #000000;
	font-size: 13px;
	margin-top: 50px;
}
.paineis.index #emabertohoje .titulo #conta{
	color: #666666;
	font-size: 11px;
}

.paineis.index #lista .titulo span.ico{
	font-size: 16px;
	padding-bottom: 2px;
}

.paineis.index table tr td {
	cursor:pointer;
}
.paineis.index table {
	width: 100%;;
}
.paineis.index table tr th,
.paineis.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.paineis.index table tr th.tda,
.paineis.index table tr td.tda {
	width: 35%;	
}
.paineis.index table tr th.tdb,
.paineis.index table tr td.tdb {
	width: 30%;	
	text-align: right;
}
.paineis.index table tr th.tdc,
.paineis.index table tr td.tdc {
	/* min-width: 50px; */
	width: 25%;
	position: relative;
	text-align: center;
}
.paineis.index table tr th.tdd .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.paineis.index table tr th.tdd,
.paineis.index table tr td.tdd {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.paineis.index table tr td.tdd .ico {
	font-size: 20px;
}
.paineis.index table tr td.tdd .icostatusborder {
	/* position: absolute;
	padding-bottom: 0;
	display: block;
	width: 45px;
	height: 45px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	top: 7px;
	right: 5px; */
	position: absolute;
	padding-bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	top: 10px;
	left:50%;
	margin-left: -18px;
}
.paineis.index table tr td.tdd .icostatusborder.hilite {
	border: 1px solid #ed0099;
}

.paineis.index #overlaypp {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

.paineis.index #overlaypp.mostrar {
	display: block;
}

.paineis.index #overlaypp.naomostrar {
	display: none;
}

.paineis.index #overlaypp #primeirospassos{
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.paineis.index #overlaypp #primeirospassos #fechar{
	position: relative;
	padding: 10px;
	text-align: right;
	z-index: 2000;
}

.paineis.index #overlaypp #primeirospassos .titulo{
	font-family: "robotobold", sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #0071bc;
	text-transform: uppercase;
	margin: -20px 0 15px 0;
}
.paineis.index #overlaypp #primeirospassos .subtit{
	margin: 0 0 20px 0;
}

.paineis.index #overlaypp #primeirospassos .texto{
	font-size: 13px;
}
.paineis.index #overlaypp #primeirospassos .texto ol{
	padding: 0 0 0 15px;
}
.paineis.index #overlaypp #primeirospassos .texto ol li{
	/* margin-left: 0; */
}

.paineis.index #overlaypp #primeirospassos .texto ol li #pparrowm{
	margin: -30px 0 20px 155px;
}
.paineis.index #overlaypp #primeirospassos .texto ol li #ppmenu{
	position: absolute;
	top: 80px;
	right: 62px;
}

.paineis.index #overlaypp #primeirospassos .texto ol li #pptransacoes{
	margin: 10px 0 10px 0;
}
.paineis.index #overlaypp #primeirospassos .texto ol li #pparrowt{
	margin: 5px 15px 15px 30px;
}
.paineis.index #overlaypp #primeirospassos .texto ol li #sub{
	display: inline-block;
	font-size: 11px;
	margin-bottom: 5px;
}
.paineis.index #overlaypp #primeirospassos .texto ol li #pparrowa{
	margin: 5px 20px 10px 30px;
}
.paineis.index #overlaypp #primeirospassos .texto ol li #ppadd{
	margin: 5px 0 0 0;
}
.paineis.index #overlaypp #primeirospassos .naomostrarpp .checkbox.container{
	margin: 0 0 0 0;
}

.paineis.index .pplink {
	font-size: 13px;
	padding-left: 15px;
}
.paineis.index .pplink .ico{
	font-size: 17px;
	padding-bottom: 2px;
}

/* .paineis.index #overlaypp #banco .button button, .submit input {
    width: 290px;
    margin: 20px 0 10px 0;
} */



/* .paineis.index #graficos{
	position: relative;
	margin-top: 50px;
}
.paineis.index #graficos .grafico{
	position: relative;
	display: inline-block;
	width: 190px;
}
.paineis.index #graficos .grafico #despesas{
	display: block;
	position: absolute;
	top:200px;
	left:0;
	width: 75px;
	text-align: left;
}
.paineis.index #graficos .grafico #receitas{
	display: block;
	position: absolute;
	top:200px;
	right:0;
	width: 75px;
	text-align: right;
}
.paineis.index #graficos .grafico .titulo{
	display: block;
	font-size: 13px;
	text-align: center;
}
.paineis.index #graficos .grafico .subtitulo{
	display: block;
	font-size: 11px;
	color: #666666;
}
.paineis.index #graficos .grafico #despesas .percent{
	display: block;
	font-size: 20px;
	font-family: "robotobold", sans-serif;
	color: #ff0000;
}
.paineis.index #graficos .grafico #receitas .percent{
	display: block;
	font-size: 20px;
	font-family: "robotobold", sans-serif;
	color: #0000ff;
} */

/**************************************************************************** PAINEIS PERIODO */
.paineis.periodo #de,
.paineis.periodo #ate{
    width: 250px;
}
.paineis.periodo .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.paineis.periodo .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.paineis.periodo .ui-widget{
    border: 1px solid #666666;
}
.paineis.periodo .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.paineis.periodo .ui-datepicker-prev.ui-corner-all,
.paineis.periodo .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.paineis.periodo .ui-datepicker-prev.ui-corner-all:hover,
.paineis.periodo .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.paineis.periodo span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.paineis.periodo span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.paineis.periodo span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.paineis.periodo .ui-datepicker th {
    font-weight: normal;
}

.paineis.periodo .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.paineis.periodo .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.paineis.periodo .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.paineis.periodo .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}

/**************************************************************************** PESSOAL INDEX */
.pessoal.index table tr td {
	cursor:pointer;
}
.pessoal.index table {
	width: 100%;;
}
.pessoal.index table tr th,
.pessoal.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.pessoal.index table tr th.tda,
.pessoal.index table tr td.tda {
	width: 60%;	
}
.pessoal.index table tr th.tdb,
.pessoal.index table tr td.tdb {
	width: 30%;	
	text-align: center;
}
.pessoal.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.pessoal.index table tr th.tdc,
.pessoal.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.pessoal.index table tr td.tdc .ico {
	font-size: 20px;
}
.pessoal.index #pespjpf {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.pessoal.index #pespjpf #fechar{
	padding: 10px;
	text-align: right;
}
.pessoal.index #pespjpf table {
	border: none;
}
.pessoal.index #pespjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	text-overflow: clip;
}
.pessoal.index #pespjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.pessoal.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** PESSOAL ADICIONAR */
.pessoal.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.pessoal.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** PESSOAL ALTERAR */
.pessoal.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.pessoal.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** SUBCATEGORIAS INDEX */
.subcategorias.index table tr td {
	cursor:pointer;
}
.subcategorias.index table {
	width: 100%;;
}
.subcategorias.index table tr th,
.subcategorias.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.subcategorias.index table tr th.tda,
.subcategorias.index table tr td.tda {
	width: 45%;	
}
.subcategorias.index table tr th.tdb,
.subcategorias.index table tr td.tdb {
	width: 45%;	
}
.subcategorias.index table tr th.tdc .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}
.subcategorias.index table tr th.tdc,
.subcategorias.index table tr td.tdc {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.subcategorias.index table tr td.tdc .ico {
	font-size: 20px;
}

/**************************************************************************** SUBCATEGORIAS ADICIONAR */
.subcategorias.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.subcategorias.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** SUBCATEGORIAS ALTERAR */
.subcategorias.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.subcategorias.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/**************************************************************************** RELATORIOS DESPESAS */
.relatorios.despesas .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.despesas .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.despesas span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.relatorios.despesas .observacoes {
	position: relative;
	width: 250px;
}
.relatorios.despesas .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.relatorios.despesas .observacoes .ico{
	font-size:13px;
}
.relatorios.despesas #de,
.relatorios.despesas #ate{
    width: 250px;
}
.relatorios.despesas .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.relatorios.despesas .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.relatorios.despesas .ui-widget{
    border: 1px solid #666666;
}
.relatorios.despesas .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.relatorios.despesas .ui-datepicker-prev.ui-corner-all,
.relatorios.despesas .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.despesas .ui-datepicker-prev.ui-corner-all:hover,
.relatorios.despesas .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.relatorios.despesas span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.relatorios.despesas span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.relatorios.despesas span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.relatorios.despesas .ui-datepicker th {
    font-weight: normal;
}

.relatorios.despesas .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.despesas .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.relatorios.despesas .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.relatorios.despesas .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}


.relatorios.despesas #excelaction img,
.relatorios.despesas #pdfaction img{
	margin-top: 9px;
}

.relatorios.despesas #listaheader{
	overflow-x:hidden;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}
.relatorios.despesas #lista{
	overflow-x:auto;
	overflow-y:auto;
	/* overflow-y:hidden; */
	position: relative;
	height: 210px;
	border: 1px solid #e6e6e6;
	border-top: none;
}
/* .relatorios.fluxocaixa #child{
	overflow-x:hidden;
	overflow-y: auto;
	position: relative;
	 width: 1200px; 
	height: 1460px;
} */
.relatorios.despesas #listas table {
	width: 1200px;
	position: relative;
	/* left:240px; */
}
.relatorios.despesas #listas table tr td {
	cursor:pointer;
}
.relatorios.despesas #listas table tr th,
.relatorios.despesas #listas table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.relatorios.despesas #listas table tr th.tda,
.relatorios.despesas #listas table tr td.tda {
	width: 10%;	
}
.relatorios.despesas #listas table tr th.tdb,
.relatorios.despesas #listas table tr td.tdb {
	width: 17%;	
	text-align: left;
}
.relatorios.despesas #listas table tr th.tdc,
.relatorios.despesas #listas table tr td.tdc {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.despesas #listas table tr th.tdd,
.relatorios.despesas #listas table tr td.tdd {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.despesas #listas table tr th.tde,
.relatorios.despesas #listas table tr td.tde {
	/* min-width: 50px; */
	width: 13%;	
	position: relative;
	text-align: left;
}
.relatorios.despesas #listas table tr th.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.despesas #listas table tr td.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}
.relatorios.despesas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.despesas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}

.relatorios.despesas .resumo {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.relatorios.despesas span.resumotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}

.relatorios.despesas #resumo div {
    position: relative;
    height: 15px;
}
.relatorios.despesas #resumo span.rlabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.relatorios.despesas #resumo span.rvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.relatorios.despesas #resumo span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:0;
	border-bottom:1px dashed #999999;
}

/**************************************************************************** RELATORIOS DRE */
.relatorios.dre .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.dre .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.dre span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.relatorios.dre .observacoes {
	position: relative;
	width: 250px;
}
.relatorios.dre .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.relatorios.dre .observacoes .ico{
	font-size:13px;
}
.relatorios.dre #de,
.relatorios.dre #ate{
    width: 250px;
}
.relatorios.dre .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.relatorios.dre .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.relatorios.dre .ui-widget{
    border: 1px solid #666666;
}
.relatorios.dre .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.relatorios.dre .ui-datepicker-prev.ui-corner-all,
.relatorios.dre .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.dre .ui-datepicker-prev.ui-corner-all:hover,
.relatorios.dre .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.relatorios.dre span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.relatorios.dre span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.relatorios.dre span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.relatorios.dre .ui-datepicker th {
    font-weight: normal;
}

.relatorios.dre .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.dre .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.relatorios.dre .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.relatorios.dre .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}

.relatorios.dre #excelaction img,
.relatorios.dre #pdfaction img{
	margin-top: 9px;
}

.relatorios.dre table tr td.tdb {
	width: 30px;
	min-width: 30px;
	text-align: right;
}
.relatorios.dre table tr td.tdc {
	width: 30px;
	min-width: 30px;
	position: relative;
	text-align: right;
}


/**************************************************************************** RELATORIOS EVOLUÇÃO HISTÓRICA DE RECEITAS & DESPESAS */
.relatorios.evolhist .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.evolhist .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.evolhist span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}
.relatorios.evolhist span.subtopicotitulo {
	position: absolute;
	top:10px;
	left: 5px;
	font-size:11px;
	display: inline-block;
	background: #ffffff;
	color: #666;
	padding: 0 7px 0 0;
}
.relatorios.evolhist span.subtopicotitulo .ico {
	font-size:11px;
	padding-bottom: 0;
}


.relatorios.evolhist #excelaction img,
.relatorios.evolhist #pdfaction img{
	margin-top: 9px;
}

/*******************************************************************/
.relatorios.evolhist #graficos{
	position: relative;
	/* margin-top: 50px; */
	text-align: center;
}
.relatorios.evolhist #graficos .grafico{
	position: relative;
	display: inline-block;
	width: 100%;
	/* height: 226px; */
	height: 200px;
	/* border: 1px solid #00ff00; */
}

.relatorios.evolhist #graficos .grafico .base{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/* border: 1px solid #0000ff; */
}

.relatorios.evolhist #graficos .grafico .base .linha{
	position: relative;
	display: block;
	width: 100%;
}
.relatorios.evolhist #graficos .grafico .base .linha.um{
	position: absolute;
	display: block;
	width: 100%;
}
.relatorios.evolhist #graficos .grafico .base .linha .valor{
	position: absolute;
	bottom: -7px;
	top:auto;
	display: block;
	height: 13px;
	width: 95px;
	text-align: right;
	font-size: 9px;
	color: #999999;
	background: #ffffff;
	padding-right: 5px;
}
.relatorios.evolhist #graficos .grafico .base .linha.um .valor{
	top:-5px;
	bottom: auto;
}

.relatorios.evolhist #graficos .grafico .base .linha .fio{
	position: absolute;
	display: block;
	bottom:0;
	top:auto;
	left:0;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.relatorios.evolhist #graficos .grafico .base .linha.um .fio{
	top:0;
	bottom:auto;
	border-bottom: 0;
	border-top: 1px solid #cccccc;
}
.relatorios.evolhist #graficos .grafico .base .linha .fio.zero{
	border-bottom: 1px solid #666666;
	/* z-index: 200; */
}
.relatorios.evolhist #graficos .grafico .base .linha.um .fio.zero{
	border-bottom: 0;
	border-top: 1px solid #666666;
	z-index: 200;
}

.relatorios.evolhist #graficos .grafico .base table {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-bottom: none;
}

.relatorios.evolhist #graficos .grafico .base .lview {
	display: block;
}
.relatorios.evolhist #graficos .grafico .base .lmview {
	display: none;
}
.relatorios.evolhist #graficos .grafico .base .smview {
	display: none;
}
.relatorios.evolhist #graficos .grafico .base .sview {
	display: none;
}

.relatorios.evolhist #graficos .grafico .base table tr td {
	border-bottom: none;
	padding: 0;
}

.relatorios.evolhist #graficos .grafico .base table tr td.tdlargura{
	width: 67px;
}

.relatorios.evolhist #graficos .grafico .base table tr td .conteudox{
	position: relative;
	width: 100%;
	height: 100%;
	top: 10px;
}
.relatorios.evolhist #graficos .grafico .base table tr td span.mesano {
	position: absolute;
	bottom: -45px;
	display: block;
	font-size: 9px;
	color: #999999;
	width: 100%;
	text-align: center;
}
.relatorios.evolhist #graficos .grafico .base table tr td span.mesano .fiox {
	display: block;
	border-left: 1px solid #999999;
	width: 1px;
	height: 13px;
	margin: 0 auto 7px auto;
}
.relatorios.evolhist #graficos .grafico .base table tr td span.mesano .ano {
	display: block;
	color: #000000;
	margin-top: 5px;
}

.relatorios.evolhist #graficos .grafico .base .barras{
	position: relative;
	display: block;
	height: 100%;
	
}
.relatorios.evolhist #graficos .grafico .base .barras .receitaBar{
	display: block;
	position: absolute;
	left:13px;
	bottom: 0;
	width: 18px;
	/* background-image: -webkit-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #0000ff); 
	background-image:         linear-gradient(bottom, #ffffff, #0000ff); */
	background: #0000ff;
	/* border: 1px solid #a0a0a0; */
}
.relatorios.evolhist #graficos .grafico .base .barras .despesaBar{
	display: block;
	position: absolute;
	left:34px;
	bottom: 0;
	width: 18px;
	/* background-image: -webkit-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:    -moz-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:     -ms-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:      -o-linear-gradient(bottom, #ffffff, #ff0000); 
	background-image:         linear-gradient(bottom, #ffffff, #ff0000); */
	background: #ff0000;
	/* border: 1px solid #a0a0a0; */
}

.relatorios.evolhist #graficos .grafico .base .resultadoDot{
	display: block;
	position: absolute;
	left:32px;
	bottom: 0;
	width: 11px;
	height: 11px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left: -5px;
    margin-bottom: -5px;
	background: #ffcc00;
}
.relatorios.evolhist #graficos .grafico .base .resultadoLine{
	display: block;
	position: absolute;
	left:32px;
	bottom: 0;
	width: 67px;
	height: 2px;
    margin-bottom: -1px;
	z-index: 200;
	background: #ffcc00;
	transform-origin: 0% 50%;
}



.relatorios.evolhist #graficos .grafico .base .lview table tr td.tdlargura{
	width: 67px;
}
.relatorios.evolhist #graficos .grafico .base .lview .barras .receitaBar{
	left:14px;
	width: 18px;
}
.relatorios.evolhist #graficos .grafico .base .lview .barras .despesaBar{
	left:32px;
	width: 18px;
}
.relatorios.evolhist #graficos .grafico .base .lview .resultadoDot{
	left:32px;
}
.relatorios.evolhist #graficos .grafico .base .lview .resultadoLine{
	left:32px;
	width: 67px;
}

.relatorios.evolhist #graficos .grafico .base .lmview table tr td.tdlargura{
	width: 55px;
}
.relatorios.evolhist #graficos .grafico .base .lmview .barras .receitaBar{
	left:12px;
	width: 15px;
}
.relatorios.evolhist #graficos .grafico .base .lmview .barras .despesaBar{
	left:27px;
	width: 15px;
}
.relatorios.evolhist #graficos .grafico .base .lmview .resultadoDot{
	left:27px;
}
.relatorios.evolhist #graficos .grafico .base .lmview .resultadoLine{
	left:27px;
	width: 55px;
}

.relatorios.evolhist #graficos .grafico .base .smview table tr td.tdlargura{
	width: 31px;
}
.relatorios.evolhist #graficos .grafico .base .smview .barras .receitaBar{
	left:7px;
	width: 8px;
}
.relatorios.evolhist #graficos .grafico .base .smview .barras .despesaBar{
	left:15px;
	width: 8px;
}
.relatorios.evolhist #graficos .grafico .base .smview .resultadoDot{
	left:15px;
}
.relatorios.evolhist #graficos .grafico .base .smview .resultadoLine{
	left:15px;
	width: 31px;
}

.relatorios.evolhist #graficos .grafico .base .sview table tr td.tdlargura{
	width: 18px;
}
.relatorios.evolhist #graficos .grafico .base .sview .barras .receitaBar{
	left:4px;
	width: 5px;
}
.relatorios.evolhist #graficos .grafico .base .sview .barras .despesaBar{
	left:9px;
	width: 5px;
}
.relatorios.evolhist #graficos .grafico .base .sview .resultadoDot{
	left:9px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16;
	-khtml-border-radius: 16;
	border-radius: 16;
	margin-left: -4px;
    margin-bottom: -4px;
}
.relatorios.evolhist #graficos .grafico .base .sview .resultadoLine{
	left:9px;
	width: 18px;
}
.relatorios.evolhist #graficos .grafico .base .sview table tr td span.mesano {
	position: absolute;
	bottom: -45px;
	display: block;
	font-size: 8px;
	color: #999999;
	width: 100%;
	text-align: center;
}


/*

.relatorios.evolhist #graficos .grafico .base .linha .barras{
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 200px;
}
.relatorios.evolhist #graficos .grafico .base .linha.um .barras{
	top: 0;
	bottom: auto;
}

.relatorios.evolhist #graficos .grafico .base .barras table.barrastable tr td {
	padding: 0;
}

.relatorios.evolhist #graficos .grafico .base .receitaBarUm{
	
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 100%;
	border-bottom: 0;
	z-index: 160;
}




.relatorios.evolhist #graficos .grafico .base .resuladoBase{
	position: relative;
	width: 1%;
	height:100%;
}


/*******************************************************************/

.relatorios.evolhist .input.demesano #demes,
.relatorios.evolhist .input.atemesano #atemes{
	/* width: 145px; */
	/* width: 115px; */
	width: 150px;
	margin-right: 15px;
}
.relatorios.evolhist .input.demesano #deano,
.relatorios.evolhist .input.atemesano #ateano{
	/* width: 50px; */
	/* width: 80px; */
	width: 132px;
}

.relatorios.evolhist .input.demesano .observacoes,
.relatorios.evolhist .input.atemesano .observacoes{
	/* padding-left: 145px; */
	padding-left: 180px;
}

.relatorios.evolhist .input.demesano,
.relatorios.evolhist .input.atemesano{
	position: relative;
}

.relatorios.evolhist .input.demesano #menos,
.relatorios.evolhist .input.demesano #mais,
.relatorios.evolhist .input.atemesano #menos,
.relatorios.evolhist .input.atemesano #mais{
	display: block;
	position: absolute;
	top:10px;
	color: #0071bc;
	font-size: 30px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}
.relatorios.evolhist .input.demesano #menos,
.relatorios.evolhist .input.atemesano #menos{
	left: 410px;
}
.relatorios.evolhist .input.demesano #mais,
.relatorios.evolhist .input.atemesano #mais{
	left: 450px;
}

.relatorios.evolhist #legendas table{
	border-bottom: none;
	margin-top: 35px;
}
.relatorios.evolhist #legendas table tr td{
	border-bottom: none;
	font-size: 9px;
	color: #666666;
}
.relatorios.evolhist #legendas table tr td span{
	display:inline-block;
}

.relatorios.evolhist #legendas table tr td .vrecdot,
.relatorios.evolhist #legendas table tr td .vdesdot,
.relatorios.evolhist #legendas table tr td .vresdot{
	/* display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16;
	-khtml-border-radius: 16;
	border-radius: 16; */
	/* margin-left: -4px;
    margin-bottom: -4px; */
}
.relatorios.evolhist #legendas table tr td .vrecdot{
	/* color: #0071bc;
	font-size: 9px;
	margin-bottom: -2px; */
	display: inline-block;
	background: #0000ff;
	width: 20px;
	height: 8px;
	vertical-align: bottom;
	margin: 0 5px 2px 0;
}
.relatorios.evolhist #legendas table tr td .vdesdot{
	/* color: #f14950;
	font-size: 9px;
	margin-bottom: -2px; */
	display: inline-block;
	background: #ff0000;
	width: 20px;
	height: 8px;
	vertical-align: bottom;
	margin: 0 5px 2px 0;
}
.relatorios.evolhist #legendas table tr td .vresdot{
	/* color: #ffb000;
	font-size: 9px;
	margin-bottom: -2px; */
	display: inline-block;
	background: #ffcc00;
	width: 20px;
	height: 2px;
	vertical-align: bottom;
	margin: 0 5px 5px 0;
}

.relatorios.evolhist #legendas table tr td span#valorReceita{
	color: #0071bc;
	font-size: 11px;
}
.relatorios.evolhist #legendas table tr td span#valorDespesa{
	color: #f14950;
	font-size: 11px;
}
.relatorios.evolhist #legendas table tr td span#valorResultado{
	color: #ff9900;
	font-size: 11px;
}


.relatorios.evolhist #graficos .grafico .base table tr td .conteudox{
	cursor:pointer;
}
.relatorios.evolhist #graficos .grafico .base table tr td .conteudox.ativo{
	background: url("../img/ehconteudoxbg.png");
}

.relatorios.evolhist #graficos .grafico .base table tr td .conteudox .vreceita,
.relatorios.evolhist #graficos .grafico .base table tr td .conteudox .vdespesa,
.relatorios.evolhist #graficos .grafico .base table tr td .conteudox .vresultado{
	display: none;
}

/* .relatorios.evolhist #graficos .grafico .base .linha .valor{
	position: absolute;
	bottom: -7px;
	top:auto;
	display: block;
	height: 13px;
	width: 95px;
	text-align: right;
	font-size: 9px;
	color: #999999;
	background: #ffffff;
	padding-right: 5px;
}
.relatorios.evolhist #graficos .grafico .base .linha.um .valor{
	top:-5px;
	bottom: auto;
} */



.relatorios.evolhist .resumo {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.relatorios.evolhist span.resumotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}

.relatorios.evolhist #resumo div {
    position: relative;
    height: 15px;
}
.relatorios.evolhist #resumo span.rlabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.relatorios.evolhist #resumo span.rvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.relatorios.evolhist #resumo span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:0;
	border-bottom:1px dashed #999999;
}

/**************************************************************************** RELATORIOS FLUXOCAIXA */
.relatorios.fluxocaixa .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.fluxocaixa .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.fluxocaixa span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.relatorios.fluxocaixa .observacoes {
	position: relative;
	width: 250px;
}
.relatorios.fluxocaixa .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.relatorios.fluxocaixa .observacoes .ico{
	font-size:13px;
}
.relatorios.fluxocaixa #de,
.relatorios.fluxocaixa #ate{
    width: 250px;
}
.relatorios.fluxocaixa .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.relatorios.fluxocaixa .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.relatorios.fluxocaixa .ui-widget{
    border: 1px solid #666666;
}
.relatorios.fluxocaixa .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.relatorios.fluxocaixa .ui-datepicker-prev.ui-corner-all,
.relatorios.fluxocaixa .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.fluxocaixa .ui-datepicker-prev.ui-corner-all:hover,
.relatorios.fluxocaixa .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.relatorios.fluxocaixa span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.relatorios.fluxocaixa span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.relatorios.fluxocaixa span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.relatorios.fluxocaixa .ui-datepicker th {
    font-weight: normal;
}

.relatorios.fluxocaixa .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.fluxocaixa .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.relatorios.fluxocaixa .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.relatorios.fluxocaixa .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}


.relatorios.fluxocaixa #excelaction img,
.relatorios.fluxocaixa #pdfaction img{
	margin-top: 9px;
}
.relatorios.fluxocaixa #listaheader{
	overflow-x:hidden;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}
.relatorios.fluxocaixa #lista{
	overflow-x:auto;
	overflow-y:auto;
	/* overflow-y:hidden; */
	position: relative;
	height: 210px;
	border: 1px solid #e6e6e6;
	border-top: none;
}
/* .relatorios.fluxocaixa #child{
	overflow-x:hidden;
	overflow-y: auto;
	position: relative;
	 width: 1200px; 
	height: 1460px;
} */
.relatorios.fluxocaixa #listas table {
	width: 1200px;
	position: relative;
	/* left:240px; */
}
.relatorios.fluxocaixa #listas table tr td {
	cursor:pointer;
}
.relatorios.fluxocaixa #listas table tr th,
.relatorios.fluxocaixa #listas table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.relatorios.fluxocaixa #listas table tr th.tda,
.relatorios.fluxocaixa #listas table tr td.tda {
	width: 10%;	
}
.relatorios.fluxocaixa #listas table tr th.tdb,
.relatorios.fluxocaixa #listas table tr td.tdb {
	width: 17%;	
	text-align: left;
}
.relatorios.fluxocaixa #listas table tr th.tdc {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.fluxocaixa #listas table tr td.tdc {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}
.relatorios.fluxocaixa #listas table tr td.tdd {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.fluxocaixa #listas table tr td.tdd {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}
.relatorios.fluxocaixa #listas table tr th.tde,
.relatorios.fluxocaixa #listas table tr td.tde {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.fluxocaixa #listas table tr th.tdf,
.relatorios.fluxocaixa #listas table tr td.tdf {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.fluxocaixa #listas table tr th.tdg,
.relatorios.fluxocaixa #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;	
	position: relative;
	text-align: left;
}


.relatorios.fluxocaixa .resumo {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.relatorios.fluxocaixa span.resumotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}

.relatorios.fluxocaixa #resumo div {
    position: relative;
    height: 15px;
}
.relatorios.fluxocaixa #resumo span.rlabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.relatorios.fluxocaixa #resumo span.rvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.relatorios.fluxocaixa #resumo span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:0;
	border-bottom:1px dashed #999999;
}

/**************************************************************************** RELATORIOS RECEITAS */
.relatorios.receitas .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.receitas .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.receitas span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.relatorios.receitas .observacoes {
	position: relative;
	width: 250px;
}
.relatorios.receitas .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.relatorios.receitas .observacoes .ico{
	font-size:13px;
}
.relatorios.receitas #de,
.relatorios.receitas #ate{
    width: 250px;
}
.relatorios.receitas .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.relatorios.receitas .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.relatorios.receitas .ui-widget{
    border: 1px solid #666666;
}
.relatorios.receitas .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.relatorios.receitas .ui-datepicker-prev.ui-corner-all,
.relatorios.receitas .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.receitas .ui-datepicker-prev.ui-corner-all:hover,
.relatorios.receitas .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.relatorios.receitas span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.relatorios.receitas span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.relatorios.receitas span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.relatorios.receitas .ui-datepicker th {
    font-weight: normal;
}

.relatorios.receitas .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.receitas .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.relatorios.receitas .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.relatorios.receitas .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}


.relatorios.receitas #excelaction img,
.relatorios.receitas #pdfaction img{
	margin-top: 9px;
}

.relatorios.receitas #listaheader{
	overflow-x:hidden;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}
.relatorios.receitas #lista{
	overflow-x:auto;
	overflow-y:auto;
	/* overflow-y:hidden; */
	position: relative;
	height: 210px;
	border: 1px solid #e6e6e6;
	border-top: none;
}
/* .relatorios.fluxocaixa #child{
	overflow-x:hidden;
	overflow-y: auto;
	position: relative;
	 width: 1200px; 
	height: 1460px;
} */
.relatorios.receitas #listas table {
	width: 1200px;
	position: relative;
	/* left:240px; */
}
.relatorios.receitas #listas table tr td {
	cursor:pointer;
}
.relatorios.receitas #listas table tr th,
.relatorios.receitas #listas table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.relatorios.receitas #listas table tr th.tda,
.relatorios.receitas #listas table tr td.tda {
	width: 10%;	
}
.relatorios.receitas #listas table tr th.tdb,
.relatorios.receitas #listas table tr td.tdb {
	width: 17%;	
	text-align: left;
}
.relatorios.receitas #listas table tr th.tdc,
.relatorios.receitas #listas table tr td.tdc {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.receitas #listas table tr th.tdd,
.relatorios.receitas #listas table tr td.tdd {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.receitas #listas table tr th.tde,
.relatorios.receitas #listas table tr td.tde {
	/* min-width: 50px; */
	width: 13%;	
	position: relative;
	text-align: left;
}
.relatorios.receitas #listas table tr th.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.receitas #listas table tr td.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}
.relatorios.receitas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.receitas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}

.relatorios.receitas .resumo {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.relatorios.receitas span.resumotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}

.relatorios.receitas #resumo div {
    position: relative;
    height: 15px;
}
.relatorios.receitas #resumo span.rlabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.relatorios.receitas #resumo span.rvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.relatorios.receitas #resumo span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:0;
	border-bottom:1px dashed #999999;
}

/**************************************************************************** RELATORIOS RECEITASDESPESAS */
.relatorios.receitasdespesas .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.relatorios.receitasdespesas .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.relatorios.receitasdespesas span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.relatorios.receitasdespesas .observacoes {
	position: relative;
	width: 250px;
}
.relatorios.receitasdespesas .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.relatorios.receitasdespesas .observacoes .ico{
	font-size:13px;
}
.relatorios.receitasdespesas #de,
.relatorios.receitasdespesas #ate{
    width: 250px;
}
.relatorios.receitasdespesas .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.relatorios.receitasdespesas .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.relatorios.receitasdespesas .ui-widget{
    border: 1px solid #666666;
}
.relatorios.receitasdespesas .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.relatorios.receitasdespesas .ui-datepicker-prev.ui-corner-all,
.relatorios.receitasdespesas .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.receitasdespesas .ui-datepicker-prev.ui-corner-all:hover,
.relatorios.receitasdespesas .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.relatorios.receitasdespesas span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.relatorios.receitasdespesas span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.relatorios.receitasdespesas span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.relatorios.receitasdespesas .ui-datepicker th {
    font-weight: normal;
}

.relatorios.receitasdespesas .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.relatorios.receitasdespesas .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.relatorios.receitasdespesas .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.relatorios.receitasdespesas .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}


.relatorios.receitasdespesas #excelaction img,
.relatorios.receitasdespesas #pdfaction img{
	margin-top: 9px;
}

.relatorios.receitasdespesas #listaheader{
	overflow-x:hidden;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}
.relatorios.receitasdespesas #lista{
	overflow-x:auto;
	overflow-y:auto;
	/* overflow-y:hidden; */
	position: relative;
	height: 210px;
	border: 1px solid #e6e6e6;
	border-top: none;
}
/* .relatorios.fluxocaixa #child{
	overflow-x:hidden;
	overflow-y: auto;
	position: relative;
	 width: 1200px; 
	height: 1460px;
} */
.relatorios.receitasdespesas #listas table {
	width: 1200px;
	position: relative;
	/* left:240px; */
}
.relatorios.receitasdespesas #listas table tr td {
	cursor:pointer;
}
.relatorios.receitasdespesas #listas table tr th,
.relatorios.receitasdespesas #listas table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.relatorios.receitasdespesas #listas table tr th.tda,
.relatorios.receitasdespesas #listas table tr td.tda {
	width: 10%;	
}
.relatorios.receitasdespesas #listas table tr th.tdb,
.relatorios.receitasdespesas #listas table tr td.tdb {
	width: 17%;	
	text-align: left;
}
.relatorios.receitasdespesas #listas table tr th.tdc,
.relatorios.receitasdespesas #listas table tr td.tdc {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.receitasdespesas #listas table tr th.tdd,
.relatorios.receitasdespesas #listas table tr td.tdd {
	/* min-width: 50px; */
	width: 17%;
	position: relative;
	text-align: left;
}
.relatorios.receitasdespesas #listas table tr th.tde,
.relatorios.receitasdespesas #listas table tr td.tde {
	/* min-width: 50px; */
	width: 13%;	
	position: relative;
	text-align: left;
}
.relatorios.receitasdespesas #listas table tr th.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.receitasdespesas #listas table tr td.tdf {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}
.relatorios.receitasdespesas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: center;
}
.relatorios.receitasdespesas #listas table tr td.tdg {
	/* min-width: 50px; */
	width: 13%;
	position: relative;
	text-align: right;
}

.relatorios.receitasdespesas .resumo {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	margin: 15px 15px 0 0;
}
.relatorios.receitasdespesas span.resumotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}

.relatorios.receitasdespesas #resumo div {
    position: relative;
    height: 15px;
}
.relatorios.receitasdespesas #resumo span.rlabel{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	color: #666666;
	top:0;
	left:0;
	padding: 0 5px 0 0;
}
.relatorios.receitasdespesas #resumo span.rvalor{
	position: absolute;
	display: inline-block;
	height: 15px;
	background: #ffffff;
	top:0;
	right:0;
	padding: 0 0 0 5px;
}
.relatorios.receitasdespesas #resumo span.pontilhado{
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	bottom:0;
	border-bottom:1px dashed #999999;
}

/**************************************************************************** TRANSACOES INDEX */
.transacoes.index table tr td {
	cursor:pointer;
}
.transacoes.index table {
	width: 100%;;
}
.transacoes.index table tr th,
.transacoes.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-user-select: none;
}
.transacoes.index table tr th.tda,
.transacoes.index table tr td.tda {
	width: 35%;	
}
.transacoes.index table tr th.tdb,
.transacoes.index table tr td.tdb {
	width: 30%;	
	text-align: right;
}
.transacoes.index table tr th.tdc,
.transacoes.index table tr td.tdc {
	/* min-width: 50px; */
	width: 25%;
	position: relative;
	text-align: center;
}
.transacoes.index table tr th.tdd .ico{
	color: #cccccc;
	font-size: 16px;
	padding-bottom: 0;
}

.transacoes.index table tr th.tdd,
.transacoes.index table tr td.tdd {
	width: 10%;
	position: relative;
	text-align: center;
	text-overflow: clip;
}
.transacoes.index table tr td.tdd .ico {
	font-size: 20px;
}
.transacoes.index table tr td.tdd .icostatusborder {
	/* position: absolute;
	padding-bottom: 0;
	display: block;
	width: 45px;
	height: 45px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	top: 7px;
	right: 5px; */
	position: absolute;
	padding-bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	top: 10px;
	left:50%;
	margin-left: -18px;
}
.transacoes.index table tr td.tdd .icostatusborder.hilite {
	border: 1px solid #ed0099;
}

.transacoes.index #natureza {
	/* display: none; */
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.index #natureza #fechar{
	padding: 10px;
	text-align: right;
}
.transacoes.index #natureza table {
	border: none;
}
.transacoes.index #natureza table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
.transacoes.index #natureza table tbody tr:hover{
	background-color: #e6e6e6;
}
.transacoes.index #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

/**************************************************************************** TRANSACOES ADICIONAR */
.transacoes.adicionar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.transacoes.adicionar .dicas span {
	font-size:16px;
	line-height: 13px;
}

/* label span.obrigatorio{
	font-family: "robotobold", sans-serif;
	color:#ed0099;
	font-size:16px;
	line-height: 13px;
} */
.transacoes.adicionar .observacoes {
	position: relative;
	width: 250px;
}
.transacoes.adicionar .observacoes .hoje,
.transacoes.adicionar .observacoes .igualvenc{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transacoes.adicionar .observacoes .ico{
	font-size:13px;
}

.transacoes.adicionar #vencimentotexto,
.transacoes.adicionar #realizadotexto,
.transacoes.adicionar #competenciatexto{
    width: 250px;
}
.transacoes.adicionar .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.transacoes.adicionar .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.transacoes.adicionar .ui-widget{
    border: 1px solid #666666;
}
.transacoes.adicionar .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.transacoes.adicionar .ui-datepicker-prev.ui-corner-all,
.transacoes.adicionar .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.adicionar .ui-datepicker-prev.ui-corner-all:hover,
.transacoes.adicionar .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.transacoes.adicionar span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.transacoes.adicionar span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.transacoes.adicionar span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.transacoes.adicionar .ui-datepicker th {
    font-weight: normal;
}

.transacoes.adicionar .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.adicionar .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.transacoes.adicionar .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.transacoes.adicionar .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}
.transacoes.adicionar #paradequemradio div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}
.transacoes.adicionar #paradequem {
	display: none;
}
.transacoes.adicionar #realizadoem {
	display: none;
}
.transacoes.adicionar #formapgto div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}
.transacoes.adicionar #atribuicaocusto div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}

.transacoes.adicionar .fiodivisor{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-top: -20px;
	margin-bottom: 20px;
}
.transacoes.adicionar #campos{
	position: relative;
}

.transacoes.adicionar #campos #avista,
.transacoes.adicionar #campos #parcelado,
.transacoes.adicionar #campos #recorrente{
	display: none;
}

.transacoes.adicionar #campos #vencimento{
	position: relative;
}
.transacoes.adicionar #campos #vencimento #primparc{
	position: absolute;
	top:30px;
	display: block;
	font-size: 13px;
	color: #666666;
}
.transacoes.adicionar #campos #vencimento #primparc .ico{
	font-size: 16px;
	padding-bottom: 2px;
}
.transacoes.adicionar #parcelado #vencimento #vencpartxt,
.transacoes.adicionar #recorrente #vencimento #vencrectxt{
	width: 250px;
}

.transacoes.adicionar #campos #parcelas,
.transacoes.adicionar #campos #repetir{
    position: relative;
}
.transacoes.adicionar #campos #parcelas #n-parcelas,
.transacoes.adicionar #campos #repetir #n-vezes{
    width: 210px;
}
.transacoes.adicionar #campos #parcelas #menos,
.transacoes.adicionar #campos #parcelas #mais,
.transacoes.adicionar #campos #repetir #menos,
.transacoes.adicionar #campos #repetir #mais{
	display: block;
	position: absolute;
	top:10px;
	color: #0071bc;
	font-size: 30px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}
.transacoes.adicionar #campos #menos{
	left: 410px;
}
.transacoes.adicionar #campos #mais{
	left: 450px;
}
.transacoes.adicionar #parcelado #parcelas .observacoes {
	position: relative;
	width: 210px;
}
.transacoes.adicionar #parcelado #vlrtot .observacoes {
	position: relative;
	width: 280px;
}

.transacoes.adicionar #parcelado #vlrpar {
	position: relative;
}
.transacoes.adicionar #campos #parcelado #vlrpar #vlrpartxt{
    width: 250px;
}
.transacoes.adicionar #campos #parcelado #vlrpar #calculadora{
	display: block;
	position: absolute;
	top:-1px;
	color: #0071bc;
	font-size: 50px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
	left: 445px;	
}



.transacoes.adicionar #parcelado #calcular{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	cursor: pointer;
}
.transacoes.adicionar #parcelado #calcular.calcn{
	color: #cce3f2;
	cursor: default;
}
.transacoes.adicionar #parcelado #calcular.calcy{
	color: #0071bc;
	cursor: pointer;
}


.transacoes.adicionar #subcategoria {
	display: none;
}


.transacoes.adicionar #overlay #origempjpf {
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.adicionar #overlay #origempjpf #fechar{
	padding: 10px;
	text-align: right;
}
.transacoes.adicionar #overlay #origempjpf table {
	border: none;
}
.transacoes.adicionar #overlay #origempjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	cursor: pointer;
}
.transacoes.adicionar #overlay #origempjpf table tbody tr:hover{
	background-color: #e6e6e6;
}

.transacoes.adicionar #overlay #calculapar{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -215px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.adicionar #overlay #calculapar #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.adicionar #overlay #calculapar #qtspars,
.transacoes.adicionar #overlay #calculapar #totpars{
	position: relative;
}
.transacoes.adicionar #overlay #calculapar .input{
	padding: 0;
}
.transacoes.adicionar #overlay #calculapar .observacoes{
	padding: 5px 15px 15px 15px;
	margin: 0;
}
.transacoes.adicionar #overlay #calculapar #qtspars label{
	padding: 0 10px 5px 6px;
}
.transacoes.adicionar #overlay #calculapar #qtspars #qtspar{
	width: 160px;
}
.transacoes.adicionar #overlay #calculapar #menos,
.transacoes.adicionar #overlay #calculapar #mais{
	display: block;
	position: absolute;
	top:30px;
	color: #0071bc;
	font-size: 30px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}
.transacoes.adicionar #overlay #calculapar #menos{
	left: 210px;
}
.transacoes.adicionar #overlay #calculapar #mais{
	left: 250px;
}

.transacoes.adicionar #overlay #calculapar #totpars label{
	padding: 0 10px 5px 6px;
}
.transacoes.adicionar #overlay #calculapar #totpars #totpar{
	width: 257px;
}
.transacoes.adicionar #overlay #calculapar .button button,
.transacoes.adicionar #overlay #calculapar .siubmit input{
	width: 289px;
	margin: 10px 0 10px 0;
}

.transacoes.adicionar #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

.transacoes.adicionar #competenciadiv{
    position: relative;
}
.transacoes.adicionar #competenciadiv #competenciahelp{
	display: block;
	position: absolute;
	top:8px;
	left: 100px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}
.transacoes.adicionar #overlay #helpcompetencia{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.adicionar #overlay #helpcompetencia #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.adicionar #overlay #helpcompetencia #texto{
	position: relative;
}


.transacoes.adicionar #tipodiv{
    position: relative;
}
.transacoes.adicionar #tipodiv #tipo{
    /* width: 282px; */
}
.transacoes.adicionar #tipodiv #tipohelp{
	display: block;
	position: absolute;
	top:8px;
	left: 50px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}

.transacoes.adicionar #overlay #helptipo{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.adicionar #overlay #helptipo #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.adicionar #overlay #helptipo #texto{
	position: relative;
}
.transacoes.adicionar #overlay #helptipo #texto .exemplos{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.transacoes.adicionar #atribuicaocusto{
    position: relative;
}
.transacoes.adicionar #atribuicaocusto #custofixohelp{
	display: block;
	position: absolute;
	top:40px;
	left: 270px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
	padding: 10px;
}
.transacoes.adicionar #atribuicaocusto #custovariavelhelp{
	display: block;
	position: absolute;
	top:85px;
	left: 295px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
	padding: 10px;
}

.transacoes.adicionar #overlay #helpcustofixo,
.transacoes.adicionar #overlay #helpcustovariavel{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.adicionar #overlay #helpcustofixo #fechar,
.transacoes.adicionar #overlay #helpcustovariavel #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.adicionar #overlay #helpcustofixo #texto,
.transacoes.adicionar #overlay #helpcustovariavel #texto{
	position: relative;
}

.transacoes.adicionar #overlay #helpcustofixo #texto .exemplos,
.transacoes.adicionar #overlay #helpcustovariavel #texto .exemplos{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}


/**************************************************************************** TRANSACOES ALTERAR */
.transacoes.alterar .dicas {
	font-size: 13px;
	color:#ed0099;
	margin-bottom: 30px;
}
.transacoes.alterar .dicas span {
	font-size:16px;
	line-height: 13px;
}
.transacoes.alterar .observacoes {
	position: relative;
	width: 250px;
}
.transacoes.alterar .observacoes .hoje,
.transacoes.alterar .observacoes .igualvenc{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transacoes.alterar .observacoes .ico{
	font-size:13px;
}

.transacoes.alterar #vencimentotexto,
.transacoes.alterar #realizadotexto,
.transacoes.alterar #competenciatexto{
    width: 250px;
}
.transacoes.alterar .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.transacoes.alterar .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.transacoes.alterar .ui-widget{
    border: 1px solid #666666;
}
.transacoes.alterar .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.transacoes.alterar .ui-datepicker-prev.ui-corner-all,
.transacoes.alterar .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.alterar .ui-datepicker-prev.ui-corner-all:hover,
.transacoes.alterar .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.transacoes.alterar span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.transacoes.alterar span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.transacoes.alterar span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.transacoes.alterar .ui-datepicker th {
    font-weight: normal;
}

.transacoes.alterar .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.alterar .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.transacoes.alterar .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.transacoes.alterar .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}
.transacoes.alterar #paradequemradio div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}
.transacoes.alterar #paradequem {
	display: none;
}
.transacoes.alterar #realizadoem {
	display: none;
}
.transacoes.alterar #formapgto div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}
.transacoes.alterar #atribuicaocusto div :first-child {
	padding: 15px 10px 15px 0;
    margin-left: 0;
	cursor: default;
}

.transacoes.alterar #subcategoria {
	display: none;
}

.transacoes.alterar #meiopgto{
	margin-bottom: 20px;
}
.transacoes.alterar .fiodivisor{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-top: -20px;
	margin-bottom: 20px;
}
.transacoes.alterar #excluir{
	margin: -20px 0 15px 0;
}

.transacoes.alterar #overlay #origempjpf {
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -129px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.alterar #overlay #origempjpf #fechar{
	padding: 10px;
	text-align: right;
}
.transacoes.alterar #overlay #origempjpf table {
	border: none;
}
.transacoes.alterar #overlay #origempjpf table tr td{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	cursor: pointer;
}
.transacoes.alterar #overlay #origempjpf table tbody tr:hover{
	background-color: #e6e6e6;
}
.transacoes.alterar #overlay {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index:1000;
}

.transacoes.alterar #competenciadiv{
    position: relative;
}
.transacoes.alterar #competenciadiv #competenciahelp{
	display: block;
	position: absolute;
	top:8px;
	left: 100px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}
.transacoes.alterar #overlay #helpcompetencia{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.alterar #overlay #helpcompetencia #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.alterar #overlay #helpcompetencia #texto{
	position: relative;
}


.transacoes.alterar #tipodiv{
    position: relative;
}
.transacoes.alterar #tipodiv #tipo{
    /* width: 282px; */
}
.transacoes.alterar #tipodiv #tipohelp{
	display: block;
	position: absolute;
	top:8px;
	left: 50px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
}

.transacoes.alterar #overlay #helptipo{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.alterar #overlay #helptipo #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.alterar #overlay #helptipo #texto{
	position: relative;
}
.transacoes.alterar #overlay #helptipo #texto .exemplos{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.transacoes.alterar #atribuicaocusto{
    position: relative;
}
.transacoes.alterar #atribuicaocusto #custofixohelp{
	display: block;
	position: absolute;
	top:40px;
	left: 270px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
	padding: 10px;
}
.transacoes.alterar #atribuicaocusto #custovariavelhelp{
	display: block;
	position: absolute;
	top:85px;
	left: 295px;
	color: #0071bc;
	font-size: 25px;
	-moz-user-select     : none;
	-khtml-user-select   : none;
	-webkit-user-select  : none;
	-o-user-select       : none;
	user-select          : none;
	padding: 10px;
}

.transacoes.alterar #overlay #helpcustofixo,
.transacoes.alterar #overlay #helpcustovariavel{
	display: none;
	border:1px solid #999999;
	width:290px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -260px;
	margin-left: -160px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 2px 2px 2px grey; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0 15px 15px 15px;
	z-index:1100;
}
.transacoes.alterar #overlay #helpcustofixo #fechar,
.transacoes.alterar #overlay #helpcustovariavel #fechar{
	padding: 10px 10px 0 10px;
	text-align: right;
}
.transacoes.alterar #overlay #helpcustofixo #texto,
.transacoes.alterar #overlay #helpcustovariavel #texto{
	position: relative;
}
.transacoes.alterar #overlay #helpcustofixo #texto .exemplos,
.transacoes.alterar #overlay #helpcustovariavel #texto .exemplos{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}


/**************************************************************************** TRANSACOES BUSCAR */
.transacoes.buscar .topico {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 30px 0 30px 0;
}
.transacoes.buscar .topicoend{
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #cccccc;
	/* vertical-align: top; */
	margin: 15px 0 45px 0;
}
.transacoes.buscar span.topicotitulo {
	position: absolute;
	top:-10px;
	font-size:13px;
	display: inline-block;
	background: #ffffff;
	padding: 0 7px 0 0;
}


.transacoes.buscar .observacoes {
	position: relative;
	width: 250px;
}
.transacoes.buscar .observacoes .hoje{
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #0071bc;
	cursor: pointer;
}
.transacoes.buscar .observacoes .ico{
	font-size:13px;
}
.transacoes.buscar #de,
.transacoes.buscar #ate{
    width: 250px;
}
.transacoes.buscar .ui-datepicker-trigger{
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.transacoes.buscar .ui-datepicker {
    width: 300px;
	/* height: 280px; */
    z-index:3000 !important; 
	font-family: "robotoregular", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.transacoes.buscar .ui-widget{
    border: 1px solid #666666;
}
.transacoes.buscar .ui-widget-header{
    background: none;
    font-weight: normal;
    border: none;
}
.transacoes.buscar .ui-datepicker-prev.ui-corner-all,
.transacoes.buscar .ui-datepicker-next.ui-corner-all {
    width: 40px;
    height: 40px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.buscar .ui-datepicker-prev.ui-corner-all:hover,
.transacoes.buscar .ui-datepicker-next.ui-corner-all:hover{
    border: 1px solid #ed0099;
    background: #ffffff;
}
.transacoes.buscar span.ui-icon {
    width: 30px;
    height: 30px;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
	margin-left: -15px;
    margin-top: -15px;
}

.transacoes.buscar span.ui-icon.ui-icon-circle-triangle-w {
	background: url("../img/calendarleft.png");
}
.transacoes.buscar span.ui-icon.ui-icon-circle-triangle-e {
	background: url("../img/calendarright.png");
}
.transacoes.buscar .ui-datepicker th {
    font-weight: normal;
}

.transacoes.buscar .ui-state-default{
	background: none;
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: .2em;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}
.transacoes.buscar .ui-state-default:hover{
    border: 1px solid #ed0099;
}

.transacoes.buscar .ui-state-highlight{
    color: #333333;
    font-family: "robotobold", sans-serif;
}
.transacoes.buscar .ui-state-active{
    background: #0071bc;
    color: #ffffff;
    font-family: "robotobold", sans-serif;
}

.transacoes.buscar #favorecidos {
	position: relative;
}
.transacoes.buscar #favorecidos #favorecidostbl{
	display: none;
	position: absolute;
	top:51px;
	left:150px;
	border: 1px solid #666666;
	width: 330px;
	height: 138px;
	overflow-y: auto;
	background-color: #ffffff;
	z-index: 300;
}
.transacoes.buscar #favorecidos #favorecidostbl table{
	border: 0;
}
.transacoes.buscar #favorecidos #favorecidostbl table tr td{
	border: 0;
	padding: 2px 15px;
	cursor: pointer;
}



/**************************************************************************** USUARIOS INDEX */
.usuarios.index table tr td {
	cursor:pointer;
}

.usuarios.index table {
	width: 100%;;
}
.usuarios.index table tr td {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.usuarios.index table tr td.tda {
	width: 70%;
}
.usuarios.index table tr td.tdb {
	width: 10%;
}
.usuarios.index table tr td.tdc {
	width: 20%;
}

/**************************************************************************** USUARIOS ACESSO */
.usuarios.acesso .main{
	background: none;
}
.usuarios.acesso .pagina .inner {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
.usuarios.acesso .message {
	background: #ffe6ff;
	color: #2e3192;
	font-family: "robotoregular", sans-serif;
	padding:15px;
	margin: 15px 0 20px 0; 
}

.usuarios.acesso #logo{
	display: block;
	margin: 15px 0 35px 0;
}

.usuarios.acesso #slogan{
	display: block;
	font-family: "robotobold", sans-serif;
	color: #2e3192;
	font-size: 26px;
	line-height: 24px;
}
.usuarios.acesso #subslogan{
	display: block;
	font-size: 16px;
	margin: 5px 0 35px 0;
}

.usuarios.acesso .input input {
	width:298px;
}

.usuarios.acesso .button button, .usuarios.acesso .submit input {
	width:330px;
	margin:20px 0 10px 0;
}

.usuarios.acesso #recuperarSenha{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.usuarios.acesso #recuperarSenha .ico{
	font-size: 20px;
}
.usuarios.acesso #aindanaotemcadastro{
	display: block;
	font-size: 13px;
}
.usuarios.acesso #soliciteagoramesmo{
	display: block;
	font-size: 13px;
	font-family: "robotobold", sans-serif;
	margin-bottom: 40px;
}
.usuarios.acesso #soliciteagoramesmo .ico{
	font-size: 20px;
}

/**************************************************************************** USUARIOS ALTERAR */

/* Customize the label (the container) */
/* .usuarios.alterar .container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 0 0 160px;
} */

/* Hide the browser's default checkbox */
/* .usuarios.alterar .container input#excluido {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
} */
  
  /* Create a custom checkbox */
/* .usuarios.alterar .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	width: 11px;
	border:1px #999999 solid;
	border-radius: 3px;
	margin: 15px 10px 15px 0;
} */
  
  /* On mouse-over, add a grey background color */
/* .usuarios.alterar .container:hover input ~ .checkmark {
	background-color: #f2f2f2;
} */
  
  /* When the checkbox is checked, add a blue background */
/* .usuarios.alterar .container input:checked ~ .checkmark {
	background-color: #333333;
} */
  
  /* Create the checkmark/indicator (hidden when not checked) */
/* .usuarios.alterar .container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
} */
  
  /* Show the checkmark when checked */
/* .usuarios.alterar .container input:checked ~ .checkmark:after {
	display: block;
} */
  
  /* Style the checkmark/indicator */
/* .usuarios.alterar .container .checkmark:after {
	left: 3px;
	top: 0;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} */



/**************************************************************************** USUARIOS RECUPERARSENHA */
.usuarios.recuperarsenha .main .pagina .inner{
	width: 330px;
	margin: 0 auto;
}
.usuarios.recuperarsenha .error-message {
	background: none; 
	color: #ed3024;
	font-family: "robotobold", sans-serif;
	padding:15px;
	margin:0;
	width:auto;
}

.usuarios.recuperarsenha label { 
	text-align: left;
	padding: 0 10px 5px 15px;
	width: auto;
}

.usuarios.recuperarsenha #retonaracesso{
	display: block;
	padding:15px;
	margin:15px 0;
	font-size: 13px;
}
.usuarios.recuperarsenha #retonaracesso .ico{
	font-size: 20px;
}

.usuarios.recuperarsenha .button button, 
.usuarios.recuperarsenha .submit input {
	margin:10px 0;
}




/**************************************************************************** Media Queries */
@media screen and (max-width: 480px) {
	.pagina {
		margin: 0 auto;
		min-width: 320px;
		width: auto;
	}	
	/******************************************** FORMS */
	label { 
		width:155px; 
		padding: 0 10px 5px 6px;
	}
	.radio input {
		margin: .5em 10px .5em 16px;
	}
	.checkbox input{
		margin: 15px 10px 15px 16px;
	}
	.checkbox label { 
		padding: 15px 10px 15px 0;
		width:100%;
	}
	.button button, .submit input {
		margin:20px 0 10px 0;
	}
	.observacoes {
		margin-left: 0;
	}

	.radiocontainer label {
		margin-left: 0;
	}
	
	.checkbox.container {
		margin: 0 0 0 5px;
	}
	
	/* .usuarios.index .main table  {
		table-layout: fixed;
	}
	.usuarios.index .main table tr td {
		overflow: hidden;
	} */


	/******************************************** MESSAGES */
	.error-message {
		margin:0;
	}
	
	/******************************************** BUSCAR */
	#limparfiltrosbuscar{
		margin:0; 
	}
	
	/**************************************************************************** CONFIGS INDEX */
	.configs.index .topico {
		width: 330px;
		margin: 15px 0 0 0;
	}

	/**************************************************************************** RELATORIOS EVOLUÇÃO HISTÓRICA DE RECEITAS & DESPESAS */
	.relatorios.evolhist #graficos .grafico .base .lview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .lmview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .smview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .sview {
		display: block;
	}

	/**************************************************************************** TRANSACOES INDEX */
	.transacoes.index table tr td.tdd .icostatusborder {
		margin-left: -13px;
	}
	/**************************************************************************** TRANSACOES ADICIONAR */
	.transacoes.adicionar #campos #vencimento #primparc{
		top:0;
		left:100px;
	}
	.transacoes.adicionar #campos #vencimento #primparc .ico{
		padding-bottom: 0;
	}
	.transacoes.adicionar #campos #parcelas #menos,
	.transacoes.adicionar #campos #repetir #menos{
		top: 30px;
		left: 260px;
	}
	.transacoes.adicionar #campos #parcelas #mais,
	.transacoes.adicionar #campos #repetir #mais{
		top: 30px;
		left: 300px;
	}
	.transacoes.adicionar #campos #parcelado #vlrpar #calculadora{
		top: 17px;
		left: 297px;	
	}
	.transacoes.adicionar #competenciadiv #competenciahelp{
		top: -10px;
		left: 110px;
	}
	.transacoes.adicionar #tipodiv{
		margin-top: 10px;
	}
	.transacoes.adicionar #tipodiv #tipohelp{
		top: -10px;
		left: 60px;
	}
	.transacoes.adicionar #atribuicaocusto #custofixohelp{
		top:40px;
		left: 120px;
	}
	.transacoes.adicionar #atribuicaocusto #custovariavelhelp{
		top:85px;
		left: 145px;
	}

	/**************************************************************************** TRANSACOES ALTERAR */
	.transacoes.alterar #competenciadiv #competenciahelp{
		top: -10px;
		left: 110px;
	}
	.transacoes.alterar #tipodiv{
		margin-top: 10px;
	}
	.transacoes.alterar #tipodiv #tipohelp{
		top: -10px;
		left: 60px;
	}
	.transacoes.alterar #atribuicaocusto #custofixohelp{
		top:40px;
		left: 120px;
	}
	.transacoes.alterar #atribuicaocusto #custovariavelhelp{
		top:85px;
		left: 145px;
	}
	/**************************************************************************** TRANSACOES BUSCAR */
	.transacoes.buscar .topicoend
	.transacoes.buscar .topico {
		width: 330px;
	}
	.transacoes.buscar #favorecidos #favorecidostbl{
		top:70px;
		left:0;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.pagina {
		margin: 0 auto;
		min-width: 481px;
		width: auto;
	}

	/**************************************************************************** RELATORIOS EVOLUÇÃO HISTÓRICA DE RECEITAS & DESPESAS */
	.relatorios.evolhist #graficos .grafico .base .lview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .lmview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .smview {
		display: block;
	}
	.relatorios.evolhist #graficos .grafico .base .sview {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 979px ) {
	.pagina {
		margin: 0 auto;
		min-width: 768px;
		width: auto;
	}

	/**************************************************************************** RELATORIOS EVOLUÇÃO HISTÓRICA DE RECEITAS & DESPESAS */
	.relatorios.evolhist #graficos .grafico .base .lview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .lmview {
		display: block;
	}
	.relatorios.evolhist #graficos .grafico .base .smview {
		display: none;
	}
	.relatorios.evolhist #graficos .grafico .base .sview {
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px  ) {

}

@media (min-width: 1200px) {

	
}