html {
	position: relative;
	height: 100%;
	overflow: hidden; /*  Disable scrollbars */
	display: block;  /* No floating content on sides */  
	background-color: #000000;
}
body {
  	padding-top: 51px;
	height:100%;
	overflow: hidden; /*  Disable scrollbars */
	display: block;  /* No floating content on sides */  
}

.panel-body {
	height: calc(50vh);
	height: -moz-calc(50vh);
    height: -webkit-calc(50vh);
	overflow-y: auto; 
}

#panelresults {
	height: -moz-calc(50vh - 60px);
    height: -webkit-calc(50vh - 60px);
    height: calc(50vh - 60px);
	overflow-y: auto; 
	border: solid 1px #d6e9c6;
}

#ContentDetail {
	height: calc(70vh);
	height: -moz-calc(70vh);
    height: -webkit-calc(70vh);
	overflow-y: auto; 
}

/*.panel-heading {
	padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
.panel-heading  a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} */		

.acciones {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 10px;
	width: 300px;
	display: none;
}

.detalles {
	position: absolute;
	z-index: 1;
	top: 60px;
	right: 10px;
	width: 300px;
	display: none;
}

#filtros {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 300px;
}

#menu button:focus { 
	outline: none; 
} 
#general button:focus { 
	outline: none; 
} 
#headingOne a:active {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none; 
	box-shadow: none; 
}







