table.dataGrid th.label {
	text-align: right;
}

div.form .note {
	padding-bottom: 20px;
}

legend {
	font-weight: bold;
	padding: 10px;
}

table.detail-view tr.odd {
	background: none !important;
}

table.detail-view {
	background-color: rgb(235, 248, 233) !important;
}

.portlet-decoration {
	background-color: rgb(175, 227, 168);
}

.portlet-content {
	background-color: rgb(235, 248, 233) !important;
}

body,div#page {
	background: none;
}

input {
	padding: 5px;
}

h1 {
	margin: 5px 0 25px 0;
	font-weight: bold;
}

h2 {
	margin: 5px 0 20px 0;
}

p {
	line-height: 17px;
	margin: 5px 0 10px 0;
}

/* classes genÃƒÂ©ricas - inÃƒÂ­cio */
.checkboxRadioContainer label,.checkboxRadioContainer input {
	float: left;
}

.checkboxRadioContainer input {
	margin-right: 5px !important;
}

.subTitulo1 {
	font-weight: bold;
	text-decoration: underline;
	margin: 30px 0 15px 0;
}

/* estilos gerais da pÃƒÂ¡gina - inÃƒÂ­cio */
table.default {
	border: 1px #ccc solid;
	padding: 2px;
	margin-bottom: 0;
}

table.default thead tr th {
	background: #777;
	color: #fff;
	padding: 7px 10px;
	text-align: center;
}

table.default tbody tr td {
	padding: 7px 10px;
}

table.default tbody tr.even td {
	background: rgb(232, 232, 232);
}

table.default tbody tr.odd td {
	background: rgb(240, 240, 240);
}

div.yiiForm {
	padding: 50px !important;
}

div.yiiForm.loginForm {
	width: 400px;
	min-height: 200px;
}

div.yiiForm.loginForm .action {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 20px;
}

div.yiiForm.loginForm .action input {
	margin: 0 3px;
}

.simple label {
	margin-top: 2px;
	padding: 6px;
}

fieldset {
	padding: 20px !important;
	background: #F2F2F2;
}

fieldset legend {
	padding: 7px 10px;
	background: #E6E6E6;
	border: 1px #ccc solid;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 2px;
}

input,select,textarea {
	color: #777;
	font: normal normal 13px verdana;
	padding: 5px;
	border: 1px #ddd solid;
	-moz-box-shadow: 1px 1px 1px #eee;
	-webkit-box-shadow: 1px 1px 1px #eee;
	box-shadow: 1px 1px 1px #eee;
}

input:hover,select:hover,textarea:hover {
	border: 1px #ccc solid;
	border-bottom-color: #bbb;
	border-right-color: #bbb;
	-moz-box-shadow: 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px #ddd;
	box-shadow: 1px 1px 1px #ddd;
}

textarea {
	font: normal normal 13px verdana;
	padding: 5px 7px;
}

#header {
	background: url('../images/testeira.jpg');
	height: 81px;
}

#logo {
	background: url('../images/brasao_2017_2021.png') no-repeat;
	margin: 5px 15px 0 30px;
	width: 60px;
}

#painel {
	color: black
}

/* botÃƒÂµes */
button.ui-button,.submit,#btNovo {
	color: #fff;
	padding: 2px 0 2px 5px;
	border: none;
	font: normal bold 12px verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #299a0b !important;
	background:
		url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDRjMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+")
		!important;
	background: -moz-linear-gradient(top, #299a0b 0%, #0d4c06 100%)
		!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #299a0b),
		color-stop(100%, #0d4c06) ) !important;
	background: -webkit-linear-gradient(top, #299a0b 0%, #0d4c06 100%)
		!important;
	background: -o-linear-gradient(top, #299a0b 0%, #0d4c06 100%) !important;
	background: -ms-linear-gradient(top, #299a0b 0%, #0d4c06 100%)
		!important;
	background: linear-gradient(top, #299a0b 0%, #0d4c06 100%) !important;
	filter: progid :   DXImageTransform.Microsoft.gradient (    
		startColorstr = 
		 '#299a0b', endColorstr =   '#0d4c06', GradientType =   0 ) !important;
}

button.ui-button:hover,.submit:hover,#btNovo:hover {
	cursor: pointer;
	opacity: 0.9;
}

button.ui-button span.ui-icon,button span.ui-button-text {
	margin-left: 5px;
}

button.ui-button span.ui-button-text {
	text-shadow: none !important;
}

.submit {
	padding: 6px 10px;
}

/* gerenciar */
div.grid-view {
	margin-top: 5px;
}

div.grid-view .filters input,.grid-view .filters select {
	width: 92% !important;
}

div.grid-view table thead tr th {
	background: #005197 !important;
	padding: 8px 10px !important;
	border-left-color: #b9deff !important;
	border-right-color: #003664 !important;
}

div.grid-view table thead tr th a {
	color: #fff !important;
	text-shadow: none !important;
}

div.grid-view table thead tr.filters {
	background: none !important;
}

div.grid-view table tbody tr td {
	padding: 5px !important;
	font-size: 12px !important;
}

div.grid-view table tbody tr.even {
	background: #fff !important;
}

div.grid-view table tbody tr.odd {
	background: #f6f6f6 !important;
}

div.grid-view table tbody tr:hover {
	background: #ECFBD4 !important;
}

div.grid-view ul.yiiPager li a {
	background: #007A37;
	color: #fff;
	border-radius: 3px;
	padding: 5px 8px;
	border: none;
}

div.grid-view ul.yiiPager li a:hover {
	background: #da2337;
}

div.grid-view ul.yiiPager li.hidden a,div.grid-view ul.yiiPager li.hidden a:hover
	{
	opacity: 0.5;
	cursor: default;
	background: #007A37;
}

div.grid-view ul.yiiPager li.selected a {
	background: #F7C300 !important;
}

div.grid-view ul.yiiPager li.selected a {
	opacity: 1;
	cursor: default;
}

/* formulÃƒÂ¡rio */
div.form {
	padding: 30px 30px 20px 30px;
	border: 1px #e5e5e5 solid;
	margin-top: 15px;
	clear: both;
}

div.form div.errorSummary {
	clear: both;
}

div.form div.errorSummary p {
	margin-bottom: 8px;
}

div.form div.errorSummary ul li {
	margin-bottom: 2px;
}

div.form div.rowLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.form div.row {
	margin-bottom: 8px;
}

div.form div.row label,div.form div.rowLeft label,div.form div.simple label
	{
	font: normal normal 12px verdana !important;
	color: #444;
	background: none;
}

div.form div.row label.error,div.form div.rowLeft label.error {
	background: none;
	color: #555;
}

div.form div.row div.errorMessage,div.form div.rowLeft div.errorMessage
	{
	margin-top: -4px;
	padding-bottom: 5px;
	font-style: normal;
	color: #c00;
}

div.form div.error input,div.form div.error textarea,div.form div.error select,div.form input.error,div.form textarea.error,div.form select.error
	{
	border-color: #f66 !important;
}

/* ====================| ESTILOS DE PÃ�GINAS ESPECÃ�FICAS |==================== */

div.row buttons{
	color: #000000;
}
.identify {
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;	
	margin: 5% auto !important;
	width: 40%;
	border-radius: 10px;
}

@media ( max-width : 767px) {
	.identify {
		width: 70%;
	}
	.identifyLogo {
		width: 90%;
		height: 50%;
	}
	.titulo {
		font-size: 1.5em;		
	}
}

.innerIdentify {
	margin: auto !important;
	margin-top: 50px !important;
	border-color: #ccc !important;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.innerIdentify div{
	text-align: center;
	margin: auto;
}

.indexButton{
	width: 160px; 
	border-radius: 5px; 
	background-color: rgb(40,90,140) !important; 
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 10px;
}

.hint{
	text-align: left !important;
	font-style: italic;
}

.titulo{
	color: rgb(40,90,140);
	font-size: 2em;
}