
.sidenavConferencia {
  height: 109%;
  width: 0;
  position: fixed;
  z-index: 123;
  top: -58px;
  left: 0;
  /* background:linear-gradient(230deg, white 62%, #1c355d 127%); */
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavConferencia .closebtn {
  position: absolute;
  /* top: 6px; */
  /* margin-left: 96%; */
  font-size: 24px;
  /* margin-top: 42px; */
  /* color: red; */
  width: 21px;
  height: 32px;
  background: white;
  border-radius: 30%;
  border: solid 1px;
  text-align: center;
  cursor: pointer;
}

.sidenavConferencia .closebtn:hover {
  background: gray;
  color: white;
}

#divGridDocumentosPanelConferenciaALl{
  height: 255px;  
}

#divTableDocumentosConferenciaAll1 {
  height: 235px;
  overflow: auto;
}

#sectionDocsConferenciaAll{
  font-family   : monospace; 
  border-radius : 4px 4px 4px 4px;     
  padding-left  : 7px;
  padding-right : 7px; 
  border        : solid #e74c22;
}



md-bottom-sheet.md-grid{
  z-index: 89;
}