#header_wrapper ,
#access,
#hotel_sidebar,
#hotel_list,
.print,
#footer,
#page-title-wrapper,
#open-report-fullscreen
{
  display: none;
}

/********************************************
    Hoteis - Rendimentos
*********************************************/
table#income-table { background: #fff; width: 526px; border: 1px solid #b2b2b2; }
  table#income-table td,
  table#income-table th { padding: 2px 5px; font-size: 12px}
  table#income-table tr th { background: #d0d0d0; }
  table#income-table tr.odd td { background: #999999; }
  
/********************************************
    Hoteis - Gráficos
*********************************************/
#hotel-performance { width: 528px; height: 590px; }
#hotel-evolution { width: 528px; height: 300px; }

/********************************************
    Hoteis - Relatorios financeiros
*********************************************/
#financial-title { float: left; margin-bottom: 5px; }
#open-report-fullscreen { float: right; margin-bottom: 5px; }
#financial-report { border: 1px solid #b2b2b2; }
table.financial-report-table { background: #fff; width:100%;}
  table.financial-report-table td,
  table.financial-report-table th { padding: 2px 5px; font-size: 11px; }
  table.financial-report-table td { color: #555; }
  table.financial-report-table th { color: #f5f5f5; background: #666; }
  table.financial-report-table th.budget { background: #fff7c1; padding: 1px 20px 1px 10px; color: #333; important; }
  table.financial-report-table tr.highlight td { background: #666 !important; color: #f5f5f5; font-weight: bold; }
  table.financial-report-table tr td.budget { padding-left: 10px !important; }
  table.financial-report-table tr td.total { background: #c0c0c0; }
  table.financial-report-table tr.highlight td.total { background: #666 !important; color: #f5f5f5; }
  table.financial-report-table tr.highlight td.budget { background: #fff4ae !important; color: #333 !important; }
  table.financial-report-table tr.odd td.content,
  table.financial-report-table tr.odd td.fieldname { background: #fafafa; }
  table.financial-report-table tr.odd td.budget { background: #fffcec; }
  td.fieldname { white-space:nowrap; }
  th.head { background: #fff !important; }
  table.financial-report-table tr:hover td { background: #666 !important; color: #efefef; }

