@CHARSET "UTF-8";

#flexi-entry-dialog {
  position: fixed;  
  left: 20%;
  right: 20%;  
  border: 1px solid #e2e2e2;
  background: #111;
  color: #e2e2e2;
  z-index: 10001;
  padding: 0 0 90px;
}

#flexi-entry-background {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

#flexi-entry-dialog>h2 {
  background: #e2e2e2;
  color: #111;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#flexi-entry-dialog>.flexi-entry-content {
  padding: 20px;
  margin-top: 0;
  overflow-y: auto;
  max-height: calc(100% - 87px);
}

#flexi-entry-dialog>.flexi-entry-buttons {
  text-align: center;
  padding: 20px;
  height: 90px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}