@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;
}


.componentDesc{
    font-size: 0.8em;
    display: block;
    line-height: 1.5;
}

#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;
	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;
	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;
}
form .input {
	margin-bottom:10px;
}
form .required label:nth-child(2), 
form .required label:first-child {
	font-weight: bold;
}
form .required label:nth-child(2):after, 
form .required label:first-child:after {
	color: #c63a2c;
	content: '*';
	display:inline;
        position: absolute;
        left: -5px;
        top: 0    
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	display: inline-block;
}
p.BRLMask:before {
    content: "R$ ";       
}
p.BRLMask {
    text-align: left !important;     
}
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 **/
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	font-size:1.15em;
	font-weight: bold;
	clear: both;
	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: -1px -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 18px;
	margin-top: 10px;
	padding: 7px 14px;
	color: #404040;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.message,
.cake-error,
p.error,
.error-message {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #c43c35;
	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);
}
.success {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #298677;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #76BF6B, #298677);
	background-image: -ms-linear-gradient(top, #76BF6B, #298677);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#298677));
	background-image: -webkit-linear-gradient(top, #76BF6B, #298677);
	background-image: -o-linear-gradient(top, #76BF6B, #298677);
	background-image: linear-gradient(top, #76BF6B, #298677);
}
.notice {
	color: #111;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25);
}
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%;
}

/**  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;
	min-height: 27px;
}

#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;
}
.satifaction{
    margin-bottom: 0px !important;
}
.satifaction p {
    font-weight: bolder;
}

#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:315px;
}

#menu ul li ul li {
	float:none;
	padding:3px 5px 4px 8px;
	margin:0;
        overflow: hidden;
}

#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{
    position: relative
}
#menu .sub{
    overflow: visible;
    height: 20px;
}

#menu .sub > ul{
    border-radius: 5px;
    display: none !important;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 99;
    bottom: 10px;
    height: 100px;
    padding: 5px !important;
    margin-bottom: 30px !important; 
}

#menu>ul>li>ul>li>ul>li{
    width: 93%;
    margin: 0 0 0 3px
}    

#menu > ul > li > ul > li:hover ul{
    display: block !important;
}

#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 {
	font-weight: bold;
}
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;
	
}

.tercerize-visit fieldset input[type='radio']{
    float: none;
    margin-left: 30px;
}

.tercerize-visit fieldset label{
    width: 30%;
    margin-left: 10px; 
    display: inline;
}


.ReportSubsectionRequisito fieldset h3{
    color: #018a2d;
}

div.submit{
	margin-top: 20px;
}
.aviso-senha {
	font-size: 0.8em;
	color: #000;
}

            
#divmultcheck .checkbox {
    width: 30%;
    margin: 1% 1%;
    float: left;
    height: 40px;
}

.grid_button_a{
    display: inline-block;
    width: 20%;
    float: left
}

.grid_button_b{
    display: inline-block;
    width: 80%;
    float: left
}

.grid_button_b:after{
   display: block;
   width: 100%
}

/* [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;
}

.ock_gui_combobox_options_container_content{
    max-height: 300px !important;
    overflow: scroll;
}

.displayPasswordChar {
	font-weight: normal;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

.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: 15px;
	margin-left: 15px;
	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;
}

.BoxFilter {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	overflow: hidden;
}
.BoxFilter label {
	margin:3px 10px 10px 10px;
	font-size: 1.5em;
}
/*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;
        z-index: 9999;
	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;
}
.BoxForm .bt-disabled{
	opacity:0.3;
	font-size:0;
}
.BoxForm .bt-disabled:before{
	content: "Aguarde ...";
	font-size: 15px;
}
/* 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: 27px;
	line-height: 27px;
	font-size: 16px;
	overflow: hidden;
}
.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_78,
.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_78, .z1_grid_78{
	width:85%;	
}
.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;
	clear:both;
}
.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: 95%;
}
.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);
	border-top:2px solid #FFF;
}
.subsecao-pendente {
	background: linear-gradient(#FFF, #FFD9D9);
	border-top:2px dashed #FFD9D9;
}
.subsecao-owner-pendente {
	background: linear-gradient(#FFF, #FFF28C);
	border-top:2px dashed #FFF28C;
}
.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;
	margin-left: 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;
}
#username,
#UserCNES,
#UserDocument,
#password {
    height: 25px;
    padding: 5px 0.5% 6px 0.5%;
    width: 98%;
}
.lista-avaliadores {
    margin-bottom: 0 !important;
}
.AnaliseAvaliadorSalvar {
    background-color: #FFF;
    position: fixed; 
    padding: 3px 0 6px 0;
    bottom: -7px;
    left: 50px;
    right: 50px;
    width: auto;
    border-top: 1px solid #EEE;
}
#AnaliseAvaliadorSalvar .bt-submit-tmp,
#AnaliseAvaliadorSalvar .bt-submit {
    margin-top: 0;
}
.totalVisitas {
    float: left;
    font-size: 9px;
    border: 1px solid #1b594c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;  
    padding: 4px;    
    width: 11px;
    text-align: center;
    background-color: #FFF;
    color: #1b594c !important;
}
.totalVisitasTexto {
    float: left;
}
#VisitReportClosingMeetingFile, 
#VisitReportClosingMeetingPresenceFile,
#VisitFeeFeeInvoiceFile,
#VisitFeeInsencaoImpostosFile,
#VisitFeeNotaFiscal,
#VisitFeePenaltyInvoiceFile {
    overflow: hidden;
}

.ReportSubsectionRequisito:nth-child(4n) {
	background-color:#EEE;
}
.ReportSubsectionRequisito {
	background-color:#FFF;
	border: 1px solid #FFF;
	box-sizing: border-box;
	margin-bottom:5px !important;
	padding:5px 10px 5px 10px !important;
}

.ReportSubsectionLevel {
	text-align: center;
	height: auto !important;
}
.ReportSubsectionRequisito input {
	float:left;
	clear:none;
	width:25px;
        height: 25px;        
	padding:0;
}
.ReportSubsectionRequisito label {
	float:left;
	width:10%;
	margin:0 4% 0 1%;
	padding:0;
	display:inline-block;
}
.ReportSubsectionRequisito label:hover {
	font-weight: bold;
	color: dodgerblue;
}
.SubRequisitoResults {
	width:100%;
	clear: both;
	overflow: hidden;
}
.SubRequisitoResults div {
	width:18.8%;
	float:left;
	background-color: #DDD;
	margin: 3px 0 0 1%;
	padding: 1% 0 1% 1%;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

.SubRequisitoResults div.dbl {
    width:38.6%;
    display: none
}

.modifiers_visit{
    width: 30%;
    float: left;
    margin: 5px;
}

input[readonly] {
	opacity:0.7;
	pointer-events: none;
	touch-action: none;
}
select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}
.spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: #62af56;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.BoxJanelaFiltro { 
    display: none;
    position: fixed;
    bottom: 54px;
    right: 50px;
    background-color: #FFF;
    border: 2px ridge #656b61;
    border-radius: 10px 10px;
    width: 150px;
    overflow: hidden;
    padding: 5px 10px 0 10px;
    margin: auto;
    opacity: 1;
    z-index: 9999;
    /*position: relative;
    top: 30%;*/
    text-align: center; 
} 
.BoxJanelaFiltro label {
    margin-bottom: 8px;
    line-height: 21px;
    padding: 0 4px;
}
.BoxJanelaFiltro label:hover {
    background-color: #CCC;
}
/*.BoxJanelaFiltro label:active {
    background-color: #CCC;
} 
.BoxJanelaFiltro input:active {
  background-color: #CCC;
}*/ 
.BoxJanelaFiltro h4 {
    font-weight:bold;
}
.BoxJanelaFiltro input[type="radio"] {
    margin: 3px 0;
}
.BoxJanelaFiltro div {
    margin-bottom: 0 !important;
    text-align: left;
}
.FormLoginInner {
    width: 75%;
}
.MenuMobile {
    display: none;
}
.BgSair,
.BgBalao {
    width: 100%;
    height: 100%;
    display: none; 
    position: fixed;
    z-index: 9998;
}
.BgBalao {
    display: none;
    top: 0;
    left: 0;
}
.BgCarregando {
    width: 100%;
    height: 100%;
    display: none; 
    position: fixed;
    z-index: 9998;
}
.Transparencia {
    background-color: #999;
    opacity: 0.8;
    position:absolute; 
    top: 0; 
    left: 0; 
    height: 200%; 
    width: 100%;
    z-index: 9998;
    margin-top: -87px;
}
.BoxSair {
    background-color: #FFF;
    border: 2px ridge #656b61;
    border-radius: 5px 5px 10px 10px;
    width: 240px;
    overflow: hidden;
    padding: 20px;
    margin: auto;
    opacity: 1;
    z-index: 9999;
    position: relative;
    top: 20%;
    text-align:center;
}
.BoxBalaoContent {
    background-color: #FFF;
    border: 2px ridge #656b61;
    border-radius: 10px;
    width: 90vw;
    overflow: hidden;
    padding: 20px;
    margin: auto;
    opacity: 1;
    z-index: 9999;
    position: relative;
    top: 20%;
    text-align:center;
}
.BoxBalaoContent .content h4{
    line-height: 33px;
}
.FecharBalao {
    float: right;
    cursor: pointer;
}
.BtOk {
    background: #62af56;
    background-image: none;
    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;
    text-decoration: none;
}
.BoxSair  .bt-submit-del {
    margin-right: 0 !important;
}
.BoxCarregando {
    background-color: #FFF;
    border: 2px ridge #656b61;
    border-radius: 5px 5px 10px 10px;
    width: 200px;
    overflow: hidden;
    padding: 20px;
    margin: auto;
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.BoxCarregando .carregando_aguardando {    
    width: 28px;
    margin: 0 auto;   
}
.BoxSair div {
	overflow:hidden;
    margin: auto;
    display:inline-block;
}
.BoxSair a {
    text-decoration: none;
}
.Sair {
    display: none;
}
.BuscaMobile {
    display: none;
}
.BuscaCampos {
    display: block;
}
.BoxPaginador {
    float: right;
    padding-top: 0;
    display:none;
}
.AnaliseAvaliadorSalvar .BoxPaginador {
    display:block !important;
}
.BoxPaginador a{
    float: right;
    /*width: 14px;*/
    height: 18px;
    margin: 0 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
.PaginaAtual {
    color: #333 !important;
    font-weight: bold;
    border: 1px solid #2d6324;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 9px 10px !important;
    background-image: none !important;
    background: #FFF !important;
    min-width: 3em;
    text-align: center;
    margin-right: 2px !important;
}
.BtPrimeiro, .BtProximo {
    border-radius: 4px 0 0 4px !important;
    margin-right: 0 !important;
    font-size:150% !important;
    padding: 4px 10px 14px 10px !important;
	
}
.BtUltimo, .BtAnterior {
    margin-left: 0 !important;
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    font-size:150% !important;
    padding: 4px 10px 14px 10px !important;
    margin-right: 2px !important;
}
.BtAnterior, .BtProximo {
    padding: 4px 12px 14px 12px !important;
}
.BtFiltro {
	border: 1px solid #CCC !important;
    padding: 9px 10px !important;
    color: #666 !important;
    background-color: rgb(240, 240, 240) !important;
}
.BtFiltro i.magnifier {
	background-image: url('/ona/css/images/magnifier.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	outline: none;
	width: 16px;
	height: 16px;
}
.BoxEnviarSolicitar {
    border:2px solid darkseagreen; 
    overflow: hidden; 
    border-radius: 4px;
    padding: 30px;
}
.BoxEnviarSolicitar .grid_2 {
    margin-bottom: 0;
}
.BoxEnviarSolicitar .bt-submit-del,
.BoxEnviarSolicitar .bt-submit-tmp {
    float: right !important;
}
.BoxSolicitar {
    border-color: lightblue;
}
/*.BoxBalao:active {
    border: 1px solid darkseagreen;
    background-color: #FFF;
    padding: 5px;
    color: #333; 
    display: inline-block;
    border-radius: 4px;
    cursor: pointer; 
    display: inline-block;
}*/
.BoxBalao {
    border: 1px solid darkseagreen;
    background-color: #FFF;
    padding: 5px;
    color: #333; 
    display: inline-block;
    border-radius: 4px;
    cursor: pointer; 
    display: inline-block;
}
.programacao_alinhamento{float: right !important}

.BoxBalaoNaoLido {
    border: 1px solid #FFD700;
    background-color: #FFD700;
    color: #333;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-animation: ballon 2s infinite;
    animation: ballon 2s infinite;
}
@-webkit-keyframes ballon {
    0% {background:#FFD700;}
    50% {background:white;}
    100% {background:#FFD700;}
}
@keyframes ballon {
    0% {background:#FFD700;}
    50% {background:white;}
    100% {background:#FFD700;}
}
.BoxMensagens {
    float: left;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.BoxMensagens div{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.n-box {
    margin-top: 8px;
    padding-bottom: 8px;
}
.secaodefinida{
    color: black;
    font-weight: bold;
}
.changedreq{
    border: none;
    background-image: url("images/changed.png");
    background-repeat: no-repeat;
    background-position:left;
    background-size: 20px; 
    padding-right: 20px;
}
.hasnc{
    color: red!important;
}

.pie-wrapper {
    .size(@size, @size);
    float: left;
    margin: 15px;
    position: relative;

    &:nth-child(3n+1) {
    clear: both;
}

.pie {
    .size(100%, 100%);
    clip: rect(0, @size, @size, @size / 2);
    left: 0;
    position: absolute;
    top: 0;

    .half-circle {
        .size(100%, 100%);
        border: @size / 10 solid #3498db;
        border-radius: 50%;
        clip: rect(0, @size / 2, @size, 0);
        left: 0;
        position: absolute;
        top: 0;
    }
}

.label {
    @font-size: @size / 4;
    @font-size-redo: @size * 4;

    background: @bg;
    border-radius: 50%;
    bottom: @font-size-redo / 10;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: @font-size;
    left: @font-size-redo / 10;
    line-height: @font-size-redo * .65;
    position: absolute;
    right: @font-size-redo / 10;
    text-align: center;
    top: @font-size-redo / 10;

    .smaller {
        color: #bdc3c7;
        font-size: .45em;
        padding-bottom: 20px;
        vertical-align: super;
    }
}

.shadow {
    .size(100%, 100%);
    border: @size / 10 solid #bdc3c7;
    border-radius: 50%;
}

&.style-2 {
    .label {
        background: none;
        color: #7f8c8d;

        .smaller {
        color: #bdc3c7;
        }
    }
}



&.progress-30 {
.draw-progress(30, #3498db);
}

&.progress-60 {
.draw-progress(60, #9b59b6);
}

&.progress-90 {
.draw-progress(90, #e67e22);
}

&.progress-45 {
.draw-progress(45, #1abc9c);
}

&.progress-75 {
.draw-progress(75, #8e44ad);
}

&.progress-95 {
.draw-progress(95, #e74c3c);
}
}
.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;

  &:before {
    border-radius: 0 100% 100% 0 / 50%;
    content: '';
    display: block;
    height: 100%;
    margin-left: 50%;
    transform-origin: left;
  }
  
  .label {
    background: transparent;
  }
  
  &.progress-65 {
    .draw-progress--solid(65, #e67e22, @bg);
  }
  
  &.progress-25 {
    .draw-progress--solid(25, #9b59b6, @bg);
  }
  
  &.progress-88 {
    .draw-progress--solid(88, #3498db, @bg);
  }
}

// --
.draw-progress(@progress, @color) when (@progress <= 50) {
  .pie {
    .right-side {
      display: none;
    }
  }
}

.draw-progress(@progress, @color) when (@progress > 50) {
  .pie {
    clip: rect(auto, auto, auto, auto);

    .right-side {
      transform: rotate(180deg);
    }
  }
}

.draw-progress(@progress, @color) {
  .pie {
    .half-circle {
      border-color: @color;
    }

    .left-side {
      @rotate: @progress * 3.6;
      transform: rotate(~'@{rotate}deg');
    }
  }
}

.draw-progress--solid(@progress, @color, @bg) when (@progress <= 50) {
  &:before {
    background: @bg;
    transform: rotate((100 - (50 - @progress)) / 100 * 360deg * -1);
  }
}

.draw-progress--solid(@progress, @color, @bg) when (@progress > 50) {
  &:before {
    background: @color;
    transform: rotate((100 - @progress) / 100 * 360deg);
  }
}

.draw-progress--solid(@progress, @color, @bg) {
  background: linear-gradient(to right, @color 50%, @bg 50%);
}
.BoxMensagensSalvando {
    color: #62af56;
    text-align: center;
    font-weight: bold;
    margin: auto !important;
    letter-spacing: 1px;
}
.BoxMensagensErro {
    color: red;
    font-weight: bold;
    margin: auto !important;
}
@media only screen and (max-width: 386px) {
    .BoxMensagensSalvando {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 2px 0;
        background-color: #FFF;
        border-bottom: 1px solid #62af56;
    }
    .BoxMensagensErro {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 2px 10px;
        background-color: #FFF;
        border-bottom: 1px solid red;
    }
    .BoxEnviarSolicitar .bt-submit-del,
    .BoxEnviarSolicitar .bt-submit-tmp {
        float: none !important;
    }
    .BoxBalao {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 30px;
    }
    .BoxMensagens {
        /*clear: both;*/
        float: left;
        width: 92px;
        margin: 0 0 0 10px;
    }
    /*#AnaliseAvaliadorSalvar .bt-submit,
    #AnaliseAvaliadorSalvar .bt-submit-tmp {
        margin-bottom: 5px;
        clear: both;
    }*/
    #AnaliseAvaliadorSalvar button.bt-submit,
    #AnaliseAvaliadorSalvar button.bt-submit-tmp {
        /*clear: both;*/
        float: left;
        margin: 0 auto;
        overflow: hidden;
        display: block;
        margin-top: 4px;
        font-size: 12px;
    }
    #AnaliseAvaliadorSalvar button.bt-submit {
        margin-left: 10px;
    }
    .AnaliseAvaliadorSalvar .BoxPaginador {
        float: none;
        display: block !important;
        margin: 0;
        height: 39px;
        /*width: 220px;
        margin: 0 auto 4px;*/
    }
    .BoxGrid .grid_78 ,
    .BoxGrid .grid_8  {
        float: none;
    }
}
@media only screen and (max-width: 600px) {
    #content {
        padding: 10px 10px 25px 10px;
    }
    #layer-content {
        width: 97% !important;
    }
    .RecomendacoesLogin {
        float: none;
    }
    .FormLogin {
        width: 100%;
    }
    .RecomendacoesLogin {
        border: 0;
        width: 100%;
    }
    #layer-content {
        width: 95%;
    }
    .FormLoginInner {
        width: 100%;
    }
    .FormLoginInner .submit,
    input[type="submit"]{
        width: 100%;
    }
    #control {
        padding-top: 0;
        float: none;
        font-size: 11px;
        display: none;
    }
    #control p:first-child {
        margin-top: 5px;
    }
    #menu {
        display: none;
        background-color: #276F61;
    }
    #menu ul li {
        float: none;
        border-radius: 0;
        margin: 0;
        padding: 8px 8px 12px;
    }
    #menu ul > li:hover {
        border: 0;
        border-radius: 0;
    }
    #menu ul li:hover ul {
        border-radius: 0;
        padding: 0;
        margin-top: 12px;
    }
    #menu ul li ul {
        border: 0;
        border-radius: 0;
        width: 100%;
    }
    #menu ul li ul li {
        padding: 10px 5px;
    }
    .CalendarioBox .dashboard-gadget {
        background-color: #FFF !important;
        width: 100% !important;
        box-shadow: none !important;
    }
    .CalendarioBox .ui-widget-content {
        border: 0 !important;
        background: none !important;
    }
    .CalendarioBox .dashboard-gadget.calendar .ui-datepicker-inline {
        width: 100% !important;
    }
    .CalendarioBox .ui-widget-header {
        border: 0 !important;
        background: none !important;
    }
    .CalendarioBox .dashboard-gadget.calendar .datepicker {
        width: 100% !important;
    }
    #header {
        width: 100%;
        text-align: center;
    }
    #header a img {
        float: none;
    }
    .MenuMobile {
        display: block;
    }
    #sMenu {
        position: absolute;
        right: 0;
        width: 100%;
    }
    .MenuMobile {
        float: left;
        cursor: pointer;
        top: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        height: 0;
    }
    .MenuCSS {
        float: left;
        height: 45px;
        top: 27px;
        left: 4vw;
        position: absolute;
        z-index: 1000;
    }
    .MenuCSS b {
        border: 1px solid #FFF;
        width: 50px;
        height: 6px;
        border-radius: 2px;
        display: block;
        background-color: #FFF;
        margin-bottom: 6px;
        transition: transform 0.5s, opacity 0.5s;
    }
    .activeMain b {
        width: 43px;
    }
    .activeMain b:first-child {
        transform: rotate(45deg);
        transform-origin: 17% 70% 0;
    }
    .activeMain b:nth-child(2) {
        opacity:0;
    }
    .activeMain b:last-child {
        transform: rotate(-45deg);
        transform-origin: 0 0 0;
    }
    .svg-inline--fa {
        font-size: 25px;
    }
    #AnaliseAvaliadorSalvar .svg-inline--fa {
        font-size: 14px;
    }
    .Sair {
        display: block;
        margin-top: 20px;
        margin-right: 5px;
        color: #FFF;
        position: absolute;
        right: 0;
        top: 0;
        width: 47px;
        text-align: center;
    }
    .Sair b {
        margin-right: 5px;
    }
    .Sair a {
        color: #FFF;
        text-decoration: none;
    }
    #header .Sair a img{ 
        float: right;
        width: 25px !important;
        height: 25px !important;
    }
    .BoxDescricao {
        max-width: 85%;
    }
    
    .AnaliseAvaliadorSalvar {
    	left:15px;
    	right:15px;
	}
    
    .BoxTitulo h2,
    .AvisosBox h2 {
        margin-top: 0;
    }
    .BoxDescricao h3 {
        font-size: 12px;
    }
    .exportPDF {
        width: 100%;
        margin: 5px 0 !important;
    }
    .BoxForm .Title h1 {
        font-size: 20px;
    }
    .flexigrid { 
        font-size:11px !important;
    }
    /* busca */
    .BoxBusca {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        background-color: #DCDCDC;
    }
    .BoxBusca input[type="text"] {
        width: 91%;
    }
    .BoxBusca select,
    .BoxBusca input[type="button"] {
        width: 94%;
    }
    .BoxBusca select {
        margin: 5px 0;
    }
    .BuscaMobile {
        display: block;
        cursor: pointer;
        width: 10%;
        float: right;
        margin-left: 2%;
        margin-top: 30px;
    }
    .BoxBuscaCampos {
        display: none;
        margin: 10px;
    }
    .BoxBusca .CampoBusca {
        float: none;
    }
    /*formulario*/
    .BoxGrid .grid_2, .z1_grid_2 {
        width: 100%;
    }
    .BoxGrid .grid_3, .z1_grid_3 {
        width: 100%;
    }
    .BoxGrid .grid_4, .z1_grid_4 {
        width: 48%;
    }
    .BoxJanelaFiltro {
        bottom: 80px;
        right: 17px;
    }
    .BuscaSelectMobile {
        width: 83% !important;
        float: left !important;
        margin-left: 9px !important;
    }
    .BuscaBtMobile {
        width: 10% !important;
        float: left !important;
        margin: 5px 0 0 3px !important;
    }
    .BoxBalaoContent {
        width: 80vw;
    }
}

.hidden, .BoxGrid .hidden {
	display: none;
}
