﻿* 
{
	margin:0;
	padding:0;
	outline:none;
}

a 
{
	text-decoration:none;
	color:#333;
	cursor:pointer;
}

li 
{
	list-style:none;	
}

fieldset 
{
	border:none;
}

html, body 
{
	height:100%;
	min-height:100%;
}

body 
{
	font-family:Segoe UI, Verdana, Arial;
	font-size:11px;
	color:#333;
}

.textbox 
{
	font-family:Segoe UI, Verdana, Arial;
}

h1, h2, h3 
{
	font-family:Segoe UI, Arial, Verdana;
	letter-spacing:-1px;
	margin-bottom:20px;
	color:#333;
}

h1 
{
	font-size:22px;
}

h2 
{
	font-size:17px;
}

#wrapper 
{
	padding:10px;
	position:relative;
	border:none;
}

div.titulo 
{
	background:#efefef;	
	margin-bottom:20px;
	padding:7px 10px;
	position:relative;
}

div.titulo h2
{
	float:left;
	margin-bottom:0;
	color:#666;
}

div.titulo div.buttons 
{
	float:right;
}

div.titulo div.buttons a 
{
	line-height:23px;
	height:23px;
	display:inline-block;
	font-weight:bold;
	color:#666;
}

div.empty 
{	
	padding:100px 0;
	text-align:center;
}

.clear 
{
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix, html .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


a.novo 
{
	background:url(../images/icon_new.gif) no-repeat left 3px;
	padding:0px 3px 0px 20px;
	display:block;
}

ul.form li, ul.form2 li 
{
	 padding:5px 20px;
}

ul.form li h2, ul.form2 li h2
{
	margin:15px 0;
}

ul.form li.buttons, ul.form2 li.buttons    
{
	padding:10px 20px;
}	

.textbox 
{
	border:1px solid #ccc;
	padding:7px;
	font-size:11px;
}

.label 
{
	color:#555555;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px 0;
}

input.botao_default
{
	font-size:11px;
	font-family:Verdana;
	padding:5px 20px;
	font-weight:bold;
}
input.botao_default.right
{
    float:right;
}

div.validation-summary-errors 
{
	border:1px solid #fcd4ce;
	padding:5px 0;
	background:url('../images/ico-error.png') no-repeat 9px 9px #ffeae7;
	-moz-border-radius:3px;
	margin-bottom:10px;
}

div.validation-summary-errors ul li 
{
	background: url("../images/ico-error.png") no-repeat scroll 9px 4px #FFEAE7;
    color: #AC402F;
    font-weight: bold;
    padding: 5px 15px 5px 30px;
}

p.info, p.success
{
	border:1px solid #baf0c2;
	padding:10px 15px 10px 30px;
	color:#367c40;
	background:url('../images/ico-ok.png') no-repeat 9px 9px #e6ffea;
	-moz-border-radius:3px;
	margin-bottom:10px;
	font-weight:bold;
}

p.warning
{
	border:1px solid #edf2a4;
	padding:10px 15px 10px 30px;
	color:#7e8425;
	background:url('../images/ico-warning.png') no-repeat 9px 9px #fdffe0;
	-moz-border-radius:3px;
	margin-bottom:10px;
	font-weight:bold;
}

table.grid 
{
	border-top:1px solid #c4c4c4;
	border-collapse:collapse;
}

table.grid tr th 
{
	border-top:1px solid #fff;
	padding:5px 10px;
	background:#e5e5e5;
	color:#696969;
	border-bottom:1px solid #c4c4c4;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	background:url(../Images/bg-grid-header.png) repeat-x left top;
}

table.grid tr:hover 
{
	background:#f8fdfe;
}

table.grid tr.no-hover:hover  
{
	background:none;
}

table.grid tr th:first-child 
{
	
}

table.grid tr td 
{
	padding:5px 10px;
	color:#161616;
	border-bottom:1px solid #CECECE;
}

table.sem-grid tr td
{
  border-bottom:0px;  
}

#conta-info 
{
	padding:10px 20px;
}

#conta-info span 
{
	width:50px;
	display:inline-block;
	float:left;
	line-height:28px;
}

#conta-info h1, #conta-info h2
{
	margin-bottom:0px;
	line-height:28px;
}

#conta-info h2 
{
	margin-bottom:10px;
}

#conta-info a
{
	font-weight:bold;
	color:#ccc;
}

div.conteudo 
{
	position:relative;
}

#relatorios-palavras 
{
	position:absolute;
	width:250px;
	min-height:100px;
	background:#fafafa;
	border:1px solid #efefef;
	padding:15px;
	right:20px;
	top:20px;
	-moz-border-radius:10px;
	-moz-box-shadow:3px 2px 2px #efefef;
}

#relatorios-palavras h2 
{
	color:#666;
	margin-bottom:15px;
}

#relatorios-palavras ul li 
{
	padding:0;
}

#relatorios-palavras ul li.buttons 
{
	padding-top:15px;
}

#relatorios-palavras table.grid tr td, #relatorios-palavras table.grid tr th
{
	padding:3px 5px;
}

a.edit 
{
	background:url(../images/edit.png) no-repeat center center;
	width:16px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
}

a.delete 
{
	background:url(../images/delete.png) no-repeat center center;
	width:16px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
}

a.reenviar 
{
	background:url(../images/mail.png) no-repeat center center;
	width:16px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
}

#form-enviar-relatorio label 
{
	display:inline-block;
	width:150px;
	float:left;
	font-size:13px;
	text-align:right;
	padding:5px;
	
}

#form-enviar-relatorio h2 
{
	float:left;
	margin:0;	
}

#form-enviar-relatorio-contatos 
{
	float:left;
	font-size:13px;
	line-height:30px;
}

#form-enviar-relatorio-contatos input 
{
	margin:8px 5px 5px;
	display:block;
	float:left;
}

#form-enviar-relatorio li.buttons 
{
	padding-left:180px;
}

a.link_button 
{
	font-size:15px;
	font-weight:bold;
	padding:5px 0;
	font-family:Segoe UI;
	letter-spacing:-1px;
	color:#0c6c90;
}


ul.form2 li, ul.form2 li.buttons
{
	position:relative;
	padding-left:130px;
}

ul.form2 li label.label 
{
	position:absolute;
	top:5px;
	left:0;
	text-align:right;
	width:125px;
	display:inline-block;
}

ul.form2 li input.textbox 
{
	font-weight:bold;
}

ul.form li.messages
{
	padding:0;
}

#informacoes {
    background: url("../images/bkg_informacoes.jpg") no-repeat scroll left top #E5F8FE;
    border-bottom: 1px solid #23232B;
    color: #333333;
    font-size: 13px;
    height: 50px;
    vertical-align: middle;
}

#informacoes .opcoes 
{
	width:67%; 
	float:right; 
	margin:0px 5px 5px 0px;
	font-size:10px;
}

#informacoes .opcoes .busca 
{
	height:40px; 
	float:right;  
	vertical-align:middle;
	padding:5px 0px 0px 10px; 
	text-align:right; 
	border-left:1px solid #fff;
}

#filtro_letras {
    background-color: #EFEFEF;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.hide 
{
	display:none;
}

.fatura table 
 {
 	border-left:1px solid #eee;
	border-top:1px solid #eee;
 }

.fatura table tr td
{
	padding:7px;
	font-size:12px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

 .fatura table tr td.title 
 {
 	padding:15px;
 	font-size: 17px;
 	font-family:'Segoe UI', Arial, Verdana;
 	font-weight:bold;
 	letter-spacing:-1px;
 	color:#333;
 }


.checkbox 
{
	line-height:22px;
}

.checkbox input
{
	margin-right: 5px;
    vertical-align: -1px;
}


ul.tab-nav 
{
	border-bottom:1px solid #333;
	padding:0 10px;
	height:28px;
}

ul.tab-nav li
{
	display:inline-block;
	margin-right:5px;
	float:left;
}

ul.tab-nav li a
{
	
	background: url("../images/tab.png") no-repeat scroll right -100px transparent;
    display: block;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-right: 20px;
}

ul.tab-nav li span 
{
	padding-left:20px;
	background: url("../images/tab.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:28px;
}

ul.tab-nav li a.selected 
{
	background: url("../images/tab.png") no-repeat scroll right -150px transparent;
}

ul.tab-nav li a.selected span
{
	background: url("../images/tab.png") no-repeat scroll 0 -50px transparent;
}


/********* TABS **********/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	background:none;
	border:none;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 15px;
    border-bottom: 1px solid #ccc;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 1px solid #97a5b0;
    border-top: 1px solid #fff;*/
    padding: 1em 8px;
    padding:10px 10px 10px 10px;
    background: #fff url(../images/bkg_gradiente.jpg) repeat-x; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-widget-header 
{
	background:none;
	border:none;
}

/* Autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 13px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #3687a1;
	color: white;
}



/* Dashboard */

.dashboard-box 
{
	margin-bottom:20px;
	width:49.5%;
	float:left;
}

.dashboard-separator 
{
	width:1%;
	float:left;
}

.dashboard-box table.grid tr td 
{
	border-top:1px solid #fff;
	padding:6px 10px;
}

.dashboard-box table.grid tr:hover
{
	background:transparent;
}

.dashboard-box table.grid.opacity 
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
