html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

.topo{
	background: #366;
	width: 100%;
	height: 60px;
	border-bottom: #999 solid 1px;
	margin: 0 0 20px 0;
}

.links-navbar{
	margin: 0 auto;
	width: 960px;
	height: 40px;
}

h3.titulo-paginas{
	margin: 0 !important;
}

.ferramentas{
	margin: 0 auto;
	width: 960px;
	height: 35px;
	margin: 15px 0;
	text-align: right;
}

.ferramentas button{
	height: 32px;
	margin: 0;
}

.ferramentas input[type="text"]{
	height: 30px;
	margin: 0;
	padding: 0 5px;
}

.input-append{
	height: 33px;
}

.span2, .span3, .span4{
	height: 30px !important;
}

.centralizado{
	text-align: center;
}
.centralizado h2{
	margin-top: 0 !important;
}

.conteudo-topo{
	margin: 0 auto;
	color: #fff; 
	width: 960px;
	height: 60px;
}

.conteudo-topo h2{
	margin: 0;
	padding: 0;
}

.conteudo{
	margin: 15px auto;
	width: 960px;
	min-height: 500px;
	/*height: 100%;*/
	padding-bottom: 15px;
}

.conteudo table{
	width: 960px;
}

.conteudo table td{
	border: #CCC solid 1px;
	padding: 3px 5px;
}

.menu-inicio a{
	text-decoration: none !important;
}

.links-menu{
	margin: 6px auto; 
	background: #09F; 
	width: 270px;
	border-radius: 5px;
}

.links-menu:hover{
	background: #06F; 
}

.links-menu a{
	width: 270px; 
	display:block; 
	padding: 10px 0; 
	color: #fff;
}

.links-menu a:hover{
	color: #fff;
}

.menu-inicio a span:hover{
	background: #06F;
}

table.info-competencia{
	width: 650px;
	border-collapse: separate;
	border-spacing: 0 6px;
}

table.info-competencia td{
	border-left: 2px solid #999;
	border-bottom:none;
	border-top:none;
	border-right:none;
}

table.info-competencia td:hover{
	background: #EBEBEB;
}

.span-info{
	font-size:22px;
	color: #096;
	margin: 0 !important;
}

#lista-comentarios{
	height: 185px;
	display: block;
	overflow:auto;
}

.pager-table{
	text-align: right !important;
	margin: 10px 0 !important;
	width: 960px;
}

.pager-table span{
	padding: 2px 6px;
	color: #FFF;
	background:#CCC;
	margin-left: 2px;
	cursor: pointer;
	font-size: 18px;
}

.pager-table span:hover{
	background:#999;
}

span.active{
	background:#999;
}


/************* MULTISELECT***************/

 .multiselect {
	width: 450px !important;
	height: 600px !important;
}


#locales { padding-bottom:16px !important; }
div.debug_uiControls {
	margin-top: 16px !important;
}


div.debug_log {
	height: 100px !important;
	overflow: auto !important;
	border: 1px solid black !important;
	padding: 8px !important;
	margin-top: 16px !important;
}


.example-container {
	overflow:visible !important;
	width:100% !important;
	height: 600px !important;
}


.multiselect-selected-list{
	margin-right: 10px !important;
}

.multiselect-available-list{
	margin-left: 20px !important;
}

/*************FIM DO MULTISELECT***************/

.table-filtro{
	height: 300px !important;
}

td.colhidden{
	border: #fff solid 2px !important;
	background: #E5E5E5;
	color: #CCC;
}

td.colhidden select{
	color: #CCC;
}

td.colshow{
	border: #fff solid 2px !important;
	background: #BFF0FC;
	color: #06C;
}

.btn-relatorio{
	border: none !important;
}

form#forms-cadastro input[type="radio"]{
	float: none;
	margin: -3px 3px 0 0 !important;
}

.mostrando{
	float:left;
	margin-top: 7px;
	background:#069;
	color: #FFF;
	padding: 0 8px;
	border-radius: 8px;
}

.form-login{
	margin: 0 auto;
	width:250px;
	position: relative;
}

.rodape{
	background: #366;
	width: 100%;
	height: 40px;
	border-top: #999 solid 1px;
	margin: 0;
	position:absolute;
	bottom:0;
}

#table-login td{
	background: none;
	border: none;
}

.table-paginated{
	border: #ccc solid 2px;
}

.table-paginated th{
	background: #ccc;
	color: #fff;
	
}

.tr-title{
	text-align: center;
	font-weight: bold;
	color: #666;
	background: #DBDBDB;
	border: 1px solid #DBDBDB;
}

.dataTables_paginate ul{
	float: right;
}

.table-paginated select{
	width: 120px !important;
}

.row{
	width: 960px;
	margin-left: 0;
}

#form-del{
	float: right;
	margin: 0;
	padding: 0;
}

.dataTables_length{
	display: none;	
}

table.display{
	margin-top: 20px;
}

.cel-center{
	text-align: center;
}

input[disabled]{
	border: none !important;
	background: none !important;
	cursor:default !important;
	box-shadow:none !important;
	color: #000 !important;
}

input[type="text"]{
	margin: 0;
	
}

#salvar-edicao{
	display: none;
}