@import url("fonts/fonts.css");
@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {

	background-color: #b8c5b1;
/*	background-color: #E2E9D8;*/
	font-family:'Open Sans','Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size:14px;
	color: #7e8673;
	background-image: url(../img/bkg_banner.png);
	background-repeat:repeat-x;
}


#header{
	width: 95%;
	margin:0 auto;
}

#header h1{
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	padding-top:28px;
	color:#ffffff;
	font-family:'Open Sans','lucida grande', helvetica, arial, sans-serif;
	float:left;
}

#header a img{
	height:72px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:12px;
	padding: 0px;
	float:left;
}
a {
	color: #225F3E;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}

h2 {
	color: #505b41;
	background:#fff;
	font-family:'Open Sans','Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom:10px;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}
/** Layout **/
#layer-content{
	width:97%;
	margin:0 auto;
}

#container {
	text-align: left;
}

#content{
	background-color: #fff;
	clear: both;
	padding: 10px 30px 25px 30px;
	overflow: auto;
	border-radius:5px 5px 10px 10px;
	border-right:2px ridge #656b61;
	border-bottom:3px groove #656b61;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	color: #FAFCF5;
}
#footer a{
	color: #FAFCF5;
	text-decoration: none;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color: #68735b;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding:0;
}
fieldset legend {
	/*color: #e32;*/
	font-size: 110%;
	/*font-weight: bold;*/
}
fieldset fieldset {
	margin-top: 0;
	padding:0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
.form-block {
	width:100%;
	max-width: 415px;
}
form div {
	padding-top:0.5em;
	margin-bottom: 0.5em;
	vertical-align: text-top;
}
.flexigrid div {
    padding-top:0;
    margin-bottom: 0;    
}
form .input {
	margin-bottom:10px;
}
form .required label:first-child {
	font-weight: bold;
}
form .required label:first-child:after {
	color: #c63a2c;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	display: inline-block;
}
label {
	display: block;
	font-size: 0.9em;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 1.1em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 0.5em 0;
	width:100%;
}
select {
	clear: both;
	font-size: 1.2em;
	vertical-align: text-bottom;
	margin-bottom:10px;
	padding:0.5em 0;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 4px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
div.checkbox label:after {
	display: none;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit], form div.submit button {
	display: inline;
	font-size: 110%;
	width: auto;
}

form .submit input[type=submit], form .submit input[type=button], form div.submit button, .exportPDF {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 110%;
}

.exportPDF{
	width:200px;
	cursor: pointer;
}

#innerPDF{

	width: 50%;
	display: inline-block;

}
#innerXLS{

	width: 40%;
	display: inline-block;
	float: right;
	margin-right: 0;
	text-align: right;

}

form .submit input[type=submit]:hover, form div.submit button:hover {
	background: #5BA150;
	color: #FFFFFF;
	border-color: #2d6324;
}

/*Button */
div > a.button_add{
	font-weight:normal;
	padding: 4px 8px;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 5px;
}
div > a.button_add:hover{
	background: #5BA150;
}
div > a.button_add span
{
	color: #fff;
	position:relative;
	top:-3px;
	font-size:12px;
	min-width:60px;
}

div > a.button_back{
	float:right;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left:1em;
	padding-right: 2em;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
	font-weight: normal;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	margin-top: 10px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	font-weight: bold;
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #298677;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#298677));
	background-image: -webkit-linear-gradient(top, #76BF6B, #298677);
	background-image: -moz-linear-gradient(top, #76BF6B, #298677);
	background-image: -ms-linear-gradient(top, #76BF6B, #298677);
	background-image: -o-linear-gradient(top, #76BF6B, #298677);
	background-image: linear-gradient(top, #76BF6B, #298677);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

form div.submit button{

	border: 1px solid #333333;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	padding: 8px;
	
}

form div.submit button:hover{

	background: #5BA150;
	
}

form div.submit button:active{

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
	text-decoration: none;

}

/* Buttons and button links */
input[type=submit],
div > a.button_back,
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active,
form div.submit button:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

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

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

#menu a {
	color:#FFF;
	text-decoration:none;
	display:block;
}

#menu a:hover {
	color:#FFF;
	text-decoration:none;
}

#menu {
	color:#FFF;
	cursor: pointer;
	font-weight:bold;
	font-size:1em;
	width:100%;
	float:left;
}

#menu ul {
	list-style-type:none;
	z-index:10;
}

#menu ul li {
	margin: 0 10px;
	float:left;
	position:relative;
	padding:3px 8px 4px 8px;
	border:solid 1px transparent;
}


#menu ul li ul {
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	background-color:#1b594c;
	border:solid 1px #FFF;
	border-top: 0px none;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
	min-width:250px;
}

#menu ul li ul li {
	float:none;
	padding:3px 5px 4px 8px;
	margin:0;
	}

#menu ul>li:hover {
	background-color:#1B594C;
	border:solid 1px #FFF;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#menu ul li:hover ul {
	display:block;
	top:25px;
	left:-1px;
	padding:3px;
	margin:0;
	border-top-right-radius: 6px;
}

#menu ul li:hover ul li {
	border:none;
}

#menu ul li ul li:hover {
	background-color:#b7bb04;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#menu ul li ul.Configuracoes {
	cursor: pointer;
	text-align:right;
	min-width:150px;
}
#menu ul li:hover ul.Configuracoes {
	cursor: pointer;
	border-top-left-radius: 6px;
	left: auto;
	right: -1px;
}

.Portal {
	float: left; 
	margin: 10px 0 0 25px;
}
.Portal a {
	color: #FFF;
	text-decoration: none;
}
.Portal a:hover {
	text-decoration: underline;
}

#control{
	float:right;
	text-align: right;
	padding-top:10px;
	color:#ffffff;
}

#control a{
	color:#ffffff;
	text-decoration:none;
}

#control a.logout {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#control a.logout:hover {
	text-decoration: none;
	color: #d1d340;	
}

.float-left {
	float:left;
}
 
.clear-both {
	clear:both;
}
 
.cursor-pointer {
	cursor:pointer;
}



/* Classes de permiss�es */
.permission-add-container{
	
	display: block;
	
}

.permission-profile-container{
	
	display: inline-block;
	width: 10%;
	
}

.permission-profile-container span{
	
	font-size: 0.8em;
	
}

.permission-profile-level-select{
	
	font-size: 0.7em;
	
}

.permission-save-button{
	
	bottom: 10px;
	left: 95px;
	position: fixed;
	
}

.new-line{
	
	display: block !important;
	
}

input[readonly],
input[disabled]{
	color:#13594E;
	background-color: transparent;
	border:none;
}

select[readonly],
select[disabled]{
	color:#13594E;
	background-color: transparent;
	border:none;
}


form .required fieldset label:after {
	color: #C63A2C;
	content:none;
	font-weight:normal !important;
	display:inline;
}

form .required fieldset legend:after {
	color: #C63A2C;
	content:'*';
	display:inline;
}

.datepicker[readonly]{
	
	border: 1px solid #BFBFBF;
	background-image: url('../img/calendar_24.png');
	background-repeat: no-repeat;
	background-position: 90% 50%;
	cursor: pointer;
	
}

div.submit{
	margin-top: 20px;
}
.aviso-senha {
	font-size: 0.8em;
	color: #000;
}
/* [Tooltip] */
.tooltip {display:none; background:transparent url(images/_black_arrow.png); font-size:12px; height:110px; width:225px; padding:25px; color:#fff; z-index: 1200;}
.tooltip.bottom { height:90px; padding-top: 40px; background: transparent url(images/_black_arrow_bottom.png);}

.change-highlight{
	background-color: #FF3C3C !important;
	color: #FFFFFF !important;
}
.displayPasswordChar {
	font-weight: normal;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

input[type="password"] {font-size: 1.19em;}
@media screen and (-webkit-min-device-pixel-ratio:0) 
	{
		input[type="password"] { font-size: 1.3em; }
	}
.GreenForm {
	color: #225F3E;
	font-size:1.2em;
}
.VisitOriginal {
	margin-left: 50px;
}
.MaintenanceBorder {
	border-left:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding: 10px;
}
.recalcular {
	clear: none;
	float: left;
	margin: 30px 0 0 30px;
	width: 150px;
}
.BoxTax {
	float: left;
	width: 250px;
}
.BoxTaxObs {
	clear: both;
}
.TabelaGeral {
}
.TabelaGeral tr {
	
}
.TabelaGeral td {
	border-bottom:1px solid #CCC;
	height:31px;
}
.TabelaGeral td.header{
	border-bottom:1px solid #225f3e;
}
/*********Busca**********/
.BoxTitulo {
	margin-bottom: 10px;
	overflow: hidden;
}
.BoxDescricao {
	float: left;
	max-width: 70%;
}
.BoxTitulo h2 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.BoxTitulo h3 {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}
.BoxBusca {
	float: right;
	margin-top: 30px;
	overflow: hidden;
}
.BoxBusca p {
	float: left;
	margin: 7px 5px 0 0;
}
.BoxBusca select {
	margin: 0 5px;
	height: 32px;
}
.BoxBusca input[type="text"] {
	height: 29px;
	padding: 0 5px;
	width: 150px;
}
.BoxBusca .CampoBusca {
	border: 1px solid #CCC;
	clear: none;
	float: left;
	font-size: 12px;
	height: 31px;
}
.BoxBusca input[type="button"] {
	background-image: url('/ona/css/images/magnifier.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	outline: none;
	width: 38px;
}
/*END Busca*/
/*Formularios*/
.BoxForm h1 {
	margin: 15px 0;
}
.BoxForm h3 {
	margin: 5px 0;
}
/* INCIDENTES */
.bt-mostrar {
	background-color: #62af56;
	color: #FFF;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
}
.bt-mostrar:hover {
	background-color: #FFF;
	color: #62af56;
	
}
.BoxRegistro {
	clear: both;
}
.BoxForm .grid_12, .BoxForm .grid_6, .BoxForm .grid_3{
	padding: 0;
	margin-bottom: 10px;
}
.BoxForm form {
	width: 100%;
}
.BoxForm h3 {
	clear: both;
	margin-bottom: 10px;
	margin-top: 20px;
}
.BoxForm h4 {
	margin-bottom: 5px;
}
.BoxHelp {
	float: right;
	cursor: help;
	text-align: right;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.BoxHelp p {
	font-size: 10px;
	margin: 3px 0 0 0;
}
.BoxHelp:hover {
	color: #000;
}

.BoxHelp .tooltipHelp {
	font-size: 13px;
	background: #ECF8E0;
	border: 1px solid #62af56;
	bottom: 100%;
	color: #000;
	display: block;
	right: 0px;
	margin-bottom: 5px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	text-align: justify;
	min-width: 250px;
}

.BoxHelp .tooltipHelp:before {
	bottom: -5px;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}  
  
.BoxHelp:hover .tooltipHelp {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
	 -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	   -o-transform: translateY(0px);
		  transform: translateY(0px);
}
.BoxForm .bt-submit{
	background: #62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border:1px solid #2d6324;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 110%;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
.BoxForm .bt-submit:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B8230), to(#76BF6B));
	background-image: -webkit-linear-gradient(top, #3B8230, #76BF6B);
	background-image: -moz-linear-gradient(top, #3B8230, #76BF6B);			
}
.BoxForm .bt-submit-del{
	background: #62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B22222), to(#FF0000));
	background-image: -webkit-linear-gradient(top, #B22222, #FF0000);
	background-image: -moz-linear-gradient(top, #B22222, #FF0000);
	border:1px solid #B22222;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 110%;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
.BoxForm .bt-submit-del:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#B22222));
	background-image: -webkit-linear-gradient(top, #FF0000, #B22222);
	background-image: -moz-linear-gradient(top, #FF0000, #B22222);			
}
.BoxForm .bt-submit-tmp{
	background: #76BF6B;
	border: 1px solid lightyellow;
	border-radius: 4px;
	color: #222;
	cursor: pointer;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 110%;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
.BoxForm .bt-submit-tmp:hover{
	border: 1px solid #76BF6B;
}
/* END INCIDENTES */
/* END Formularios */
/* grid */
.BoxGrid {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear:both;
}
.BoxGrid .visualization p {
	color: #666;
	margin-bottom: 6px;
	min-height: 26px;
	line-height: 26px;
	font-size: 16px;
}
.BoxGrid .visualization p.small-text {
	color: #333;
	line-height: 15px;
	font-size: 13px;
	white-space: pre-wrap;
}
.BoxGrid .visualization p.regular-text {
	line-height: 22px;
	white-space: pre-wrap;
}
.BoxGrid .grid_1,
.BoxGrid .grid_2,
.BoxGrid .grid_3,
.BoxGrid .grid_4,
.BoxGrid .grid_8,
.BoxGrid .grid_38,
.BoxGrid .grid_358,
.BoxGrid .grid_43,
.BoxGrid .grid_subsection{
	margin-left: 0%;
	margin-right: 0.5%;
	margin-bottom: 21px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	padding-top: 2px;
	padding-bottom: 1px;
	display: inline;
	float: left;
	position: relative;
}
.BoxGrid .grid_1, .z1_grid_1{
	width:98.0%;
}
.BoxGrid .grid_2, .z1_grid_2{
	width:48.0%;	
}
.BoxGrid .grid_3, .z1_grid_3{
	width:31.333%;	
}
.BoxGrid .grid_4, .z1_grid_4{
	width:23.0%;	
}
.BoxGrid .grid_8, .z1_grid_8{
	width:10.5%;	
}
.BoxGrid .grid_38, .z1_grid_38{
	width:35.5%;	
}
.BoxGrid .grid_358, .z1_grid_358{
	width:41.5%;	
}
.BoxGrid .grid_43 {
	width:73.0%;
}
.BoxGrid .grid_subsection{
	margin-bottom: 0;
	width:73%;
}
.BoxGrid .clear {
	height:0px !important;
	margin:0px !important;
	padding:0px !important;
}
.bt-radio {
	line-height: 25px;
}
fieldset label{
	line-height: 25px;
	margin-left: 20px;
}
.hide-button {
	display: none;
}
.BoxForm .outros-hide{
	display: none;
}
.BoxForm input[type=text], 
.BoxForm textarea, 
.BoxForm select {
	width: 99%;
	padding: 5px 0.5% 6px 0.5%;   
}
.BoxForm select {
	height: 33px;
	margin-bottom: 0px;
	width: 100%;
}
.BoxForm fieldset {
	margin-bottom: 0px;
}
.BoxForm textarea {
	resize: vertical;
	width: 99%;
}
.BoxForm .error {
	margin-left: 0%;
	margin-right: 0.5%;
	margin-bottom: 3px;
	padding-left: 0.75%;
	padding-right: 0.75%;
}
.BoxForm .error-message {
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 12px;
}
.BoxForm .box-grid{
	clear: both;
}
.Tabela-Historico tr.header  td{
	background: #AAA;
	color: #FFF;
}
.Tabela-Historico {
	border-collapse: collapse;
	
}
.Tabela-Historico tr td{
	padding: 5px 3px 3px 9px;
}
.Tabela-Historico tr:nth-child(2n+1) {
	background:#EEE;
}

.BoxForm sup.mainModelId {
	color:#AAA;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	margin-left: 5px;
}

.BoxForm .Title h1 {
	float:left;
}
.BoxForm .Title {
	clear: both;
}

.BoxForm .Title .FilterYear {
	float:right;
	margin-top:10px;
	clear:right;
}
.BoxForm .Title p {
	float:left;
	clear:left;
}

.BoxForm .GridMenu {
	float: right;
	overflow: hidden;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.GridMenu .fbutton {
	float:left;
	display:block;
	cursor:pointer;
	padding:1px;
}
.GridMenu .fbutton span {
	float:left;
	display:block;
	padding:3px;
	padding-left: 20px;
}
.GridMenu .fbutton:hover {
	background-color: #F0FFF0;
}
.GridMenu .fbutton-voltar {
	float:right;
	margin-left:20px;
}
.GridMenu .fbutton-voltar span {
	padding-left: 3px;
}
.border-dotted {
	border: 1px dotted #CCC;
}
.other-people-container input {
	width: 235px !important;		
}
.other-people-container select {
	width: 235px;
	height: 30px;
}
.mostrar-secoes-box h3{
	margin-top: 0;
}
.box-subsecao-borda {
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}
.box-subsecao-obrigatorio {
	float:left;
}
.box-secao {
	clear: both; 
	overflow: hidden;
}
.box-nivel {
	float: left; 
	width: 10%;
}
.box-subsecao {
	float: right; 
	width: 90%;
}
.box-field-level-Y {
	float: right; 
	width: 90%; 
	overflow:hidden; 
	margin-top:1em; 
	background: linear-gradient(#FFF, #EEE);
}
.each-subsecao {
	clear: both; 
	overflow:hidden; 
	margin-top:1em; 
	background: linear-gradient(#FFF, #EEE);
}
.button-group-years {
	float: right;
	margin-top: 25px;
}  
.bt-year {
	cursor: pointer;
	text-decoration: none;
	padding: 5px 20px;
	border: 1px #999 solid;
	background-color: #DDD;  
	overflow: hidden;
}
/* PRINT HIDDEN */
@media print {
	.print-hidden {
		display:none;
	}
	#content {
		border:0;
		margin:0;
		padding:0;
	}
	.cake-sql-log {
		display:none;
	}
	body {
		font-size: 10px;
		margin:0;
		padding:0;
	}
	.BoxGrid .grid_1, .BoxGrid .grid_2, .BoxGrid .grid_3, .BoxGrid .grid_4, .BoxGrid .grid_8, .BoxGrid .grid_38 {
		margin-bottom: 0.25em;
		margin-left: 0;
		margin-right: 0.5%;
		padding: 2px 0.75% 1px;
	}
	.BoxGrid .visualization p {
		font-size: 1.15em;
		line-height: 1.35em;
		margin-bottom: 0.3em;
		min-height: 1.35em;
	}
	.BoxForm h3 {
		font-size: 1.25em;
		margin-top: 0.6em;
		margin-bottom: 0.3em;
	}
	.BoxForm h1 {
		font-size: 1.75em;
		margin-top: 0.8em;
		margin-bottom: 0.4em;
	}
}
.BoxMetodo {
	border: 1px dotted #999;
	background-color: #F0FFF0;
	overflow: hidden;
	text-align: center;
	width: 90%;
	padding: 30px 4%;
	margin: 1%;
}                    
.BoxMetodo .EnvolveBoxCalculo {
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding: 0;
}                  
.BoxMetodo .box {
	float: left;
	width: 160px;     
}
.BoxMetodo .box-metodo {
	float: left;
	margin: 0;
	padding: 0;
}
.BoxMetodo .box-formula-x {
	float: left;
	width: 50px;
	font-weight: bold; 
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 21px;   
}
.BoxMetodo .numerador {
	border-bottom: 1px solid #7e8673;
	padding: 0 0 5px 0;
	margin: 0;
}
.BoxMetodo .numerador2{ 
	margin: 15px 0 0 0;
	padding: 0;
}
.BoxMetodo .denominador{ 
	margin: 5px 0 0 0;
	padding: 0;
}  
.SelectMetodoCalculo span{
	margin: 0;
	float: left
} 
.SelectMetodoCalculo div{
	margin: 0;
	float: left
}
.SelectMetodoCalculo p{
	margin: 0;
	text-align: center;
}
.SelectMetodoCalculo .box-formula-x{
	margin: 12px 0 0 0;
	padding: 0;
}
.SelectMetodoCalculo .numerador{
	border-bottom: 1px solid #999;
}  
.SelectMetodoCalculo .formula-termo{
	text-align: center;
	width: 100%;
}   
.SelectMetodoCalculo .numerador2{   
	margin-top: 11px;
}
.SelectMetodoCalculo input {
	margin-top: 19px;
}
.SelectMetodoCalculo label {
	margin-bottom: 15px;
} 
.button-group-resultados input {
	float: right;
}  
input.button-box-resultados {
    line-height: 25px;
    margin: 3px 0;
}
.button-group-resultados {
	float: right;
	width: 70px;
}
.button-group-resultados input {
	float: left;
}
.button-group-resultados div {
	line-height: 25px;
} 
.button-group-resultados a{
	text-decoration: none;
}        
.button-group-months {  
	text-align: center;
    margin-top: 35px;
}
.EnvolveRadioResultados {
    width: 160px;
    float: right;
    height: 120px;
    overflow: hidden;
}

.BoxFiltroAno {
	float:right;
	margin-top:15px;
}
.fixBoxBuscaWithBoxFiltroAno .BoxBusca {
	clear:right;
	margin-top:10px;
	margin-bottom:15px;
}
.BtValidar .submit, .BtValidar {
	margin: 0;
	padding: 0;
}
.carregando_aguardando {    
	background: url(../img/ajax-loader.gif) #fff left no-repeat;
	width: 117px;
	height: 19px;
	line-height: 12px;   
}
.BoxLogin {   
}
.FormLogin {
    width: 49%;
    float: left;
}
.RecomendacoesLogin {
    border-left: 1px solid #CCC;
    width: 49%;
    float: left;
}
.RecomendacoesLogin h1 {
    font-size: 1.25em;
    color: #7e8673;
}
.Navegadores {
    margin-left: 25px;
}
.Resolucao {
    margin-left: 25px;    
}
.VisualizarSenha {
    float: right;
}   
.EsqueciaSenhaLogin {
    text-decoration: none;
    float: left;    
}
.VisualizarSenha {
    float: right;  
    width: 125px;
}
.BrowsersLogin img{
    float: left;
}
.BrowsersLogin a{
    display: inline-block;
    margin-left: 14px;
    margin-top: 6px;
}