/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background-color: #FFFFFF;
    background-repeat: repeat-x;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:70%;
	margin: 0;
}
a {
	color: #003C69;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #006089;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:transparent;
	color: #003C69;
	font-size: 100%;
}
h2 {
	background:transparent;
	color: #003C69;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 150%;
    font-weight: bold;
}
h3 {
	color: #003C69;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 162%;
}
h4 {
	color: #003C69;
	font-weight: normal;
}

.center{
  text-align: center;
}


/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}

.logo{
	left: 42%;
    position: relative;
}

#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#usuario{
	font-size: 13px;
	padding: 10px 20px;
	text-align:right;
}

#content{
	background: #fff;
	color: #333;
	padding: 10px 20px 40px 40px;
	overflow: auto;
    width:76%;
    float:left;
    height:
}



#menu {
    background: #fff;
    float: left;
    padding: 10px 1.5%;
    width: 11%;
}
/*--
#menu ul{
    list-style: none outside none;

}

#menu ul li{
    margin: 0 0 20px 0;
    padding: 0;
    white-space: nowrap;
}

#menu ul li:hover{

}

#menu ul li a{
    -moz-border-radius: 8px 8px 8px 8px;
    background: -moz-linear-gradient(center top , #F1F1D4, #E6E49F) repeat scroll 0 0 #E6E49F;
    border: 1px solid #AAAC62;
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

--*/
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/

div.actions {
	float:left;
	width:16%;
	padding:40px 0.5%;
    width: 98%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}




/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
	text-align: center;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

.results {
	font-size:11px;	
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left:20em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}

fieldset.borda-externa {
    border:#000000 solid 1px
}
fieldset legend {
	background:#fff;
	color: #003C69;
	font-size: 127%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	color: #444444;
	font-weight:bold;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
	font-weight: bold;
}
input, textarea {
	border: 1px solid #CCCCCC;
    clear: both;
    font-family: "frutiger linotype","lucida grande","verdana",sans-serif;
    font-size: 13px;
    padding: 5px;
    width: 98%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 90%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit],.botao {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit], .botao{
	background:#003C69;
	background: -webkit-gradient(linear, left top, left bottom, from(#003C69), to(#006089));
	background-image: -moz-linear-gradient(top, #003C69, #006089);
	border-color: #006089;
	color:#fff;
	text-shadow: #333 0px 1px 0px;
}
form .submit input[type=submit]:hover, .botao:hover {
	background: #003C69;
	background: -webkit-gradient(linear, left top, left bottom, from(#006089), to(003C69));
	background-image: -moz-linear-gradient(top, #006089, #003C69);
}

.formBaixa {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 95%;
}

.formBaixa div {
  margin: 0px !important;
  padding: 0px !important;
}

input.error, select.error, textarea.error {
    background-color: #FFEAEA !important;
}

input[name=pesquisar]{
    width: 50% !important;
}


/** Notices and Errors **/
div.message {
	clear: both;
	color: #A40900;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: transparent;
	padding: 5px;
	font-style:italic;
}
div.error-message {
	clear: both;
	color: #A40900;
	font-weight: bold;
	background: transparent;
	font-style:italic;
}
p.error {
	background: transparent;
	color: #A40900;
	font-family: Courier, monospace;
	font-size: 800%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	font-style:italic;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
    display: inline;
}
div.actions ul li a {
	font-weight: normal;
}
div.actions ul li a:hover {
	text-decoration: none;
}

input[type=submit],
div.actions ul li a,
td.actions a, .botao{
	font-weight:normal;
	padding: 4px 8px;
	background:#003C69;
	background: -webkit-gradient(linear, left top, left bottom, from(#003C69), to(#006089));
	background-image: -moz-linear-gradient(top, #003C69, #006089);
	color:#fff;
	border:1px solid #006089;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #333 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover, .botao:hover {
    color:#fff; 
	background: #003C69;
	background: -webkit-gradient(linear, left top, left bottom, from(#006089), to(003C69));
	background-image: -moz-linear-gradient(top, #006089, #003C69);
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

#divOpcoes p{
  margin: 10px 0 !important;
}

.textoDescritivo {
    margin: 0 0 10px;
}

#loading {
    display: none;
}

.ddpacerlas {
    border-top: 1px solid #999999;
    margin: 0;
    padding: 0.5em;
    width: 60%;
}
 /*------------------------------------------------------------------------
------------- LOADING ---------------------------------------------------
------------------------------------------------------------------------*/

#loading_block {
    background: url("../img/overlay.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.image_block {
    height: 22px;
    left: 50%;
    margin-left: -63px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 126px;
    z-index: 9999;
}

.seleciona{
    cursor:pointer;
    background-color: #EEEEEE;
}
.seleciona:hover{
    cursor:pointer;
    background-color: #DDDDDD;
}

label.error {
    color: #FF0000;
    font-size: 10px;
}

.acumulacao_pesquisa_relatorio_busca .acumulacao_filtro{
    float: left;
    padding: 10px;
    width: 250px;
    clear: none !important;
}

.acumulacao_pesquisa_relatorio_busca .acumulacao_filtro input, .acumulacao_pesquisa_relatorio_busca .acumulacao_filtro select{
    width: 240px !important
}

.acumulacao_pesquisa_relatorio_busca .submit{
    clear: both
}

.beneficiario {
	border: 1px solid #ccc;
	margin-bottom: 10px !important;
	padding: 10px;
    border-radius:5px;
}

.both{
  clear: both
}

.left{
  float: left
}

.none{
  display: none
}

.margin_0{
  margin: 0;
}

.padding_0{
  padding: 0;
}

