@media screen and (min-width: 1024px){
	body section#page_content div#containetCrousel div#myCarousel{
		width: auto;
		max-width: 1024px;
		max-height: 400px;
		margin: auto auto;
		background-image: linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -o-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.42, rgb(238,238,238)),
			color-stop(0.71, rgb(209,209,209)),
			color-stop(0.86, rgb(192,192,192))
		);
		
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 10px 10px 5px #888;
	}
	
	.boxed{
		border: 1px solid #C0C0C0;
		border-radius: 5px;
		padding: 3px;
		margin: 5px;
		-moz-box-shadow: 3px 3px 5px #888;
		-webkit-box-shadow: 3px 3px 5px #888;
		box-shadow: 3px 3px 5px #888;
		margin-bottom: 20px;
		background-color: white;
	}
	.navbar-right{
		margin-right: 0px !important;
	}
	
	.navbar-login{
		min-width: 401px;
	}
}

@media screen and (min-width: 880px){
	.navbar-login{
		margin: 0px !important; 
		height: 50px; 
		padding: 0px !important;
	}
	
	.navbar-login fieldset{
		height: 50px; 
		line-height: 50px;
	}
	.navbar-login fieldset .form-control{
		max-width: 80px;
	}
}

@media screen and (max-width: 1024px) {
	
	.hafScreen{
		width: inherit !important;
	}
	
	.aThirdScreen{
		width: inherit !important;
	}
	
	.organizeArticle{
		display: inline;
		vertical-align: baseline;
	}
	
	
	body section#page_content div#containetCrousel div#myCarousel{
		width: auto;
		max-width: 1024px;
		max-height: 400px;
		margin: auto auto;
		background-image: linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -o-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 42%, rgb(209,209,209) 71%, rgb(192,192,192) 86%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.42, rgb(238,238,238)),
			color-stop(0.71, rgb(209,209,209)),
			color-stop(0.86, rgb(192,192,192))
		);
		
		-moz-box-shadow: 0px 10px 5px #888;
		-webkit-box-shadow: 0px 10px 5px #888;
		box-shadow: 0px 10px 5px #888;
	}
	
	.boxed{
		border: 1px solid #C0C0C0;
		border-radius: 5px;
		padding: 3px;
		margin: 5px;
		-moz-box-shadow: 0px 3px 5px #888;
		-webkit-box-shadow: 0px 3px 5px #888;
		box-shadow: 0px 3px 5px #888;
		margin-bottom: 20px;
		background-color: white;
	}
	
}

@media screen and (max-width: 880px) {
	
	.navbar-login fieldset{
		margin: 0px;
	}
	
	.navbar-login fieldset .form-control{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 360px) {
	
	body header#page_header img{
		width: inherit;
	}
}

.navbar-login input[type=button], 
.navbar-login button, 
.navbar-login .btn{
	min-height: 30px ;
	min-width: 30px ;
	line-height: 30px ;
}
.navbar-login input[type=text],
.navbar-login input[type=password]{
	min-width: 150px;
	min-height: 30px;
}
/*input[type=checkbox]{
	width: 20px;
	height: 20px;
	-webkit-transform: scale(2,2);
	-moz-transform: scale(2,2);
	-o-transform: scale(2,2);
}*/

/******************* Classes **********************/
.no-margin{
	margin: 0px !important;	
}

.hide{
  display: none;
  text-align:justify;
}

.containerArticles{
	margin: auto auto;
	min-width: 1024;
	min-height: 400px;
	border: 1px solid black;
}

.articlesContainer{
	max-width: 1024px;
	margin: 0 auto 40px auto;
}

.loginContainer{
	max-width: 450px;
	margin: 0 auto 40px auto;
}

.loginContainer form{
	background-color: white;
}

.masterContainer{
	max-width: 1024px;
	margin: 0 auto 40px auto;
	/*margin-top: -20px;*/
}

.hafScreen{
	width: 45% !important;
}

.aThirdScreen{
	width: 30% !important;
}

.inLine{
	display: inline !important;
}
.inLineBlock{
	display: inline-block !important;
}

.organizeArticle{
	display: inline-block !important;
	vertical-align: top !important;
}

.noList{
	list-style: none;
	padding: 0px;
}

.textAtCenter{
	text-align: center;
}

.textAtRight{
	text-align: right;
}

.navbar{
	border-radius: 0px !important;
}

.breadcrumb li.favorito{
	position: absolute;
	right: 0px;
	right: 0px\9;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
}

.breadcrumb li.favorito:before{
	content: none !important;
}

.breadcrumb li.favorito button{
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

.breadcrumb li.favorito button img{
	margin: 0px;
	padding: 0px;
}

.gold{
	color: rgb(238,201,0);
}

.goldBG{
	background-color: rgb(238,201,0);
}

.error{
	color: rgb(169, 68, 66);
	border: 1px solid rgb(169, 68, 66) !important;
	border-radius: 4px;
}

.btn-group-last-btn{
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.vertical-middle{
	vertical-align: middle !important;	
}

.vertical-bottom{
	vertical-align: bottom !important;	
}

.content-after:after{
	content: attr(content);
	position:absolute;
	top:15px;
	left:15px;
	font-size:12px;
	font-weight:700;
	color: attr(contentcolor);
	letter-spacing: 1px;
}

table.table-hover-cursor tbody tr{
	cursor: pointer;
}

hr.primary {
	border-top-color: #428BCA;
}

hr.success {
	border-top-color: #c9e2b3;
}

hr.info {
	border-top-color: #a6e1ec;
}

hr.warning {
	border-top-color: #f7e1b5;
}

hr.danger {
	border-top-color: #e4b9c0;
}

ol.detalhe{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.detalhe li label{
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

ol.detalhe li:nth-of-type(even){
	background-color: #EEEEEE;
}
/******************* Classes **********************/
/******************* IDs **********************/
body header#page_header img{
	max-width: 100%;
	max-height: 100%;
}

body section#page_main_menu{
	width: 100%;
	min-height: 41px;
	background-color: #0090EC;
}

body section#page_main_menu a.imgMenuUser{
	padding-bottom: 0px;
	line-height: 50px;
	padding-top: 0px;
}

body section#page_main_menu a.imgMenuUser img{
	max-width: 48px;
	max-height: 48px;
}

body header#page_header{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: white;
	text-align: center;
	background-image: url(../images/layout/bg_topo.jpg);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center;
	margin-top: -20px;
}
/*body header#page_header img{
	margin-top: -70px;
}*/

body section#page_content{
	width: 100%;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

body section#page_content div#containetCrousel{
	margin-bottom: 40px;
}

body section#page_content div#containetCrousel div#myCarousel img{
	width: 1024px;
	max-height: 400px;
}

body footer#page_footer{
	clear: both;
	width: 100%;
	min-height: 60px;
	background-color: #0090EC;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

body footer#page_footer div{
	height: inherit;
	line-height: inherit;
}

body footer#page_footer #container-grupo{
	display: none;	
}

@media screen and (max-width: 1024px) {
	#news{
		margin-bottom: 20px;
	}
}


@media screen and (min-width: 1024px) {
	.erro404{
		width: 1024px;
		height: 769px;
		background-image: url('../images/layout/error_404.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.erro404 ol{
		padding-left: 100px;
		padding-top: 350px;
		text-align: left;
	}
	.erro404 ol li{
		margin-bottom: 30px;
	}
	.erro500{
		width: 1024px;
		height: 769px;
		background-image: url('../images/layout/error_500.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.erro500 ol{
		padding-left: 100px;
		padding-top: 380px;
		text-align: left;
	}
	.erro500 ol li{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1023px) {
	.erro404{
		width: 716.8px;
		height: 538.3px;
		/*background-image: url('../images/layout/error_404.png');*/
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.erro404 ol{
		padding-left: 80px;
		padding-top: 230px;
		text-align: left;
		display: block;
	}
	.erro404 ol li{
		margin-bottom: 30px;
	}
	.erro500{
		width: 716.8px;
		height: 538.3px;
		background-image: url('../images/layout/error_500.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.erro500 ol{
		padding-left: 80px;
		padding-top: 260px;
		text-align: left;
		display: block;
	}
	.erro500 ol li{
		margin-bottom: 30px;
	}
}
/******************* IDs **********************/

/*==================== OPÇÕES PARA O PAINEL DO BOOTSTRAP =====================*/
div.panel div.panel-heading h1,
div.panel div.panel-heading h2,
div.panel div.panel-heading h3,
div.panel div.panel-heading h4,
div.panel div.panel-heading h5{
	font-weight: bold !important;
	display: inline;
}

div.panel div.panel-body{
	width: 100%;
	overflow: auto;
}

div.panel div.panel-footer-for-pagination{
	text-align: center;
	background-color: rgb(217, 237, 247);
	border-color: rgb(188, 232, 241);
}

div.panel div.panel-footer ul.pagination{
	margin: 0px;
}

.panel-heading-btn{
	margin: -5px;
	float: right;
	display: inline-block;
}

.panel-heading-btn input{
	min-width: 100px !important;
}

.panel-heading-btn .input-group{
	max-width: 200px;
}

.panel-heading-btn .dropdown-menu{
    right: 0px;
    left: auto;
}

.panel-heading-btn .input-group-addon{
	top: 0px;
}

/*==================== OPÇÕES PARA O PAINEL DO BOOTSTRAP =====================*/
/*================================= FERRAMENTAS ==============================*/
article.card{
	width: 240px;
	height: 210px;
	max-width: 240px;
	max-height: 210px;
	margin: 5px;
	padding: 2px;
	position: relative;
	display: inline-block !important;
}

/*article.card:nth-of-type(even){
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2) !important;
}*/

article.card header{
	margin-top: -15px;
	height: 50px;
	border-bottom: 1px dotted black;
}

article.card footer, article.card header{
	width: 100%;
	text-align: center;
}

article.card div.descricao{
	width: 100%;
	height: 100px;
	max-height: 100px;
	overflow:auto;
}

article.card footer{
	border-top: 1px dotted black;
}

article.card footer p{
	margin-top: 10px;
}

.formPanel{
	position:relative;
	padding:45px 15px 0px;
	background-color:#fafafa;
	box-shadow:inset 0 3px 6px rgba(0,0,0,.05);
	border-color:#e5e5e5 #eee #eee;
	border-style:solid;
	border-width:1px 0
}

.formPanel:after{
	content: attr(content);
	position:absolute;
	top:15px;
	left:15px;
	font-size:12px;
	font-weight:700;
	color:#bbb;
	letter-spacing: 1px;
}

.widgetMesAno .ui-datepicker-calendar {
	display: none;
}

.widgetMesAno button.ui-datepicker-current{
	display: none;
}

.listaDinamica .lista .row:first-child .btnRemove{
	display: none;
}

.listaDinamica .lista .row:nth-of-type(odd){
	background-color: white;
}

.listaDinamica .lista .row:nth-of-type(even){
	background-color: lightgray;
}

.listaDinamica .lista .row .row{
	background-color: transparent;
}

nav#navbar-comunicado{
	margin-bottom: 1px;
}
nav#navbar-comunicado .navbar-header {
	float: none;
}
nav#navbar-comunicado .navbar-left,.navbar-right {
	float: none !important;
}
nav#navbar-comunicado .navbar-toggle {
	display: block;
}
nav#navbar-comunicado .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
nav#navbar-comunicado .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
nav#navbar-comunicado .navbar-collapse.collapse {
	display: none!important;
}
nav#navbar-comunicado .navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
nav#navbar-comunicado .navbar-nav>li {
	float: none;
}
nav#navbar-comunicado .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
nav#navbar-comunicado .collapse.in{
	display:block !important;
}
#footer_icons img {
	width: 60px; 
	height:60px; 
	background-color: #ffffff;
	padding: 10px;
}
#footer_icons {
	margin-top: 10px;
}
