.container {
padding-left: 30px !important;
padding-right: 30px !important;
width:100%;
}
.qvgraphic1 {
border-style: solid;
border-width: 1.5px;
border-color: #e6e6e6;
border-radius: 5px;
margin-top: 0;
margin-bottom: 40px;
}
.qvobject2 {
height: 440px;
display: flex;
align-items: center;
flex-direction: column;
box-sizing: border-box;
z-index:1;
flex: 1 1 auto;
}
.mb-inter-filter {
height:80px !important;
margin-top:-21px;
}
.qvtittle {
height:100px !important;
text-align: center;
margin: 15px 5px 15px 0;
}

.qvdate {
height:80px !important;
margin-top:-21px;
text-align: left;
margin-left:10px;
}

.kpi {
height:80px !important;
margin-top:-21px;
text-align: right;
}

.panel-fullscreen {

  border: 1px solid #999;
  width: 20px;
  height: 20px;
  float: right;
  font-size: 20px;
  line-height: 18px;
  margin-left: 7px;
  font-size: 14px;
  line-height: 20px;

}
.panel-fullscreen:not(.is-fullscreen) .glyphicon-resize-small {
  display: none;
}

.panel-fullscreen.is-fullscreen  .glyphicon-resize-full {
  display: none;
}

.panel.is-fullscreen {

  position: fixed;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;

}

 /* Botones descarga y eliminar*/


#buttonID {
    font-size: 18px;
	font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
	border-width: 1.5px;
	border-color: #d9d9d9;
	border-radius: 3px;
    background-color: #FFFFFF;
    color: #595959;
	margin: 10px 5px;
}

#buttonID:hover {
  border-color: #595959;
}

#qcmd {
    font-size: 18px;
	font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
	border-width: 1.5px;
	border-color: #d9d9d9;
	border-radius: 3px;
    background-color: #FFFFFF;
    color: #595959;
	margin: 10px 5px;
}

#qcmd:hover {
  border-color: #595959;
}

/* Date picker: 
Cambiar el valor antes de '_content' por el ID del date picker.*/

#emtNEg_content{
	font-weight: bold;
	font-size: 13px;
	
	display:flex;
	
	height:88%;

	padding: 5px 10px; 

	border-style: solid;
	border-width: 1.5px;
	border-color: #d9d9d9;
	border-radius: 3px;

}

#emtNEg_content:hover{
	border-color: #595959;
}