@CHARSET "UTF-8";

.ui-widget {
	font-size: 90% !important;
}

#detalhe-dataset {
	border: 1px solid #dddddd !important;
	border-collapse: initial !important;
	border-radius: 4px !important;
	background-color: rgb(46, 120, 190);
	color: white !important;
}

#mesExercicio, 
#mesExercicio_content{
	padding: 0px;
	color: white;
}

.menuItem span {
	padding: 0 7px;
}

#datasetZip{
	width: 100%;
}

#detalhe-dataset {
	padding: 20px;
}

#datasetZip{
	margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 15px;
}

#tipoDownload{
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 15px;
}

.button-download {
	width: 100%;
	border: 1px solid white !important;
}

.button-download-csv-json {
	width: 160px;
	border: 1px solid white !important;
}

.ui-selectonemenu-filter-container {
	width: 100%;
}

.button-download-csv-xls-txt {
	width: 120px;
	border: 1px solid white !important;
}

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

.todo-conteudo {
	min-height: 100%;
	position: relative;
}

.pagina-conteudo {
    margin: 0 auto;
    max-width: 1300px;
    padding: 10px 10px 150px;
}

#all-content {
	position: relative;
	min-height: 100%;
	min-width: 1000px;
}

.default-fieldset {
	margin-bottom: 20px;
	width: 960px;
	text-align: left;
}

.default-fieldset-dados {
	margin-bottom: 20px;
	width: 960px;
	text-align: center;
	font-family: "arial";
	font-size: 16px !important;
}

.default-text {
	margin-bottom: 20px;
	width: 960px;
	text-align: center;
	font-family: "arial";
	font-size: 16px;
}

.banner-conteudo {
	max-width: 1050px;
	margin: 0 auto;
}

.default-text-titulo {
	padding: 50px 0 40px;
	text-align: center;
	font-family: "arial";
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(199, 199, 199, 0.1);
	min-width: 1090px;
}

#main-logo {
	height: 120px;
	width: 100%;
	min-width: 1090px;
	background-image: url("/javax.faces.resource/header.png.xhtml?ln=img");
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

#main-logo-dadospb {
	height: 120px;
	width: 100%;
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

#logo {
	padding-top: 30px;
}

#logo-dados {
	width: 320px;
	margin: 0 auto;
	padding-top: 30px;
}

.page-content {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 120px;
}

div.login {
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	width: 300px;
}

#username, #password {
	width: 90%;
}

/**
  *
  * Dialog de dic. de dados (public)
  * 
  **/
#dialogDicDados,
#dialogDicDados > div.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top.ui-draggable-handle {
	background-color: #FFF8DC;
}
