body {
	display: flex;
	flex-direction: column;
    /*display: block;*/
    margin: 0px;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
height: 100%;
padding:0px;
width:100%;
}

.node-data-label{
	margin-bottom:0px 
}

.myPre {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
  display: block;
    padding: 0px;
    margin-top: 0px;
	
    word-wrap: break-word;
    border: 0px solid #ccc;
    border-radius: 0px;
	overflow-x: auto;
	white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
	
}

.panel-success{
	color:blue!important;
}


#wrapper {
  flex-grow: 1;
  margin:25px;
}

.miniatura{
width:100px;
}

.rpesquisa{
        background-color:red;
        color:white;
}

.background {
position: absolute;background:url(../images/headerBg.png) repeat-x; 
}


/* Style the header with a grey background and some padding */
.header {
 
   padding: 20px 10px;
 /*  height: 200px;*/
}

.header h1{
 
    color: #08c!important;    
	font-size: 2.5rem!important;
	line-height: 45px;

}

.header h2{
 
    color: #08c!important;    
	font-size: 1.5rem!important;
	line-height: 25px;
}

/* Style the header links */
.header a {
  float: left;
 /* text-align: center;*/
  padding: 0px;  
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}


#showResult{
	left:-50px;;
	top:30px;
}


.footer {

	position: relative;
  clear:both;
/*
  padding-top:20px;  
  background: url(../images/footerBg.png) repeat-x;
  border-top: solid 3px #4D66D7;
*/
} 

.footer ul {
    list-style-type: none;
}

.footer li {
    line-height: 28px;
	font-size: 12px;
    padding-left: 10px;
    background: url(../images/bulletBlue.png) no-repeat 0px 10px;
}

a {
    color: #08c;
    text-decoration: none;
}


.tab-content {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 12px;
    border-left: 1px solid #ddd;
    border-top: 0px;
}


.p .node-data-label {
    font-weight: bold;
}

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#copyright{
	padding: 6px 14px 0 0;
    background-color: #b7b7b7;
    font-size: 9px;
    clear: both;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    margin: 0 auto;
}	

/* mostrar só quando é uma vista para smartphone */
#mobileFilters {
  display: none;
}

.goToTop {
display: none;	
}

/*mostrar quando é desktop*/

.showDesktop {
  display: block;
}

.showMobile {
  display: none;
}

@media only screen and (max-width: 800px) {
	
.showDesktop {
  display: none;
}

 .showMobile {
  display: block;
}   

    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	
	
	/*button to get back to top*/
	.goToTop {
		display:block;
		z-index:10000;
    padding-top: 8px;
	padding-left: 10px;
    position: fixed;
    width: 36px;
    height: 36px;
    bottom: 10px;
    opacity: 0.7;
    right: 10px;
    white-space: nowrap;
	color: white;
	font-size:20px;
	background-color:blue;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#mobileFilters {
    display: block;
  }
	
}

.anyClass {
  height:calc(100vh - 275px);
  overflow-y: scroll;
}
