.recline-slickgrid {
  height: 550px;
}
.recline-timeline .vmm-timeline {
  height: 550px;
}
.recline-data-explorer {
  padding: 0 0 50px 0;
}
.recline-data-explorer .panel.graph {
  height: 650px;
  width: 600px;
}
.recline-data-explorer .legend td{
  border: none;
}
.embed-code-wrapper {
  display: none;
}

.recline-flot .graph {
  height: 500px;
  overflow: hidden;
}

.recline-flot .legend table {
  width: auto;
  margin-bottom: 0;
}

.recline-flot .legend td {
  padding: 5px;
  line-height: 13px;
}

.recline-flot .graph .alert {
  width: 450px;
}

#recline-flot-tooltip {
  position: absolute;
  background-color: #FFF !important;
  color: #000000 !important;
  opacity: 0.8 !important;
  border: 1px solid #DDE4FF !important;
  padding: 5px;
}

.data-explorer div{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/** Lets make this compatible with bootstrap 3. **/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 34px;
}
#recline-zip-list {
 height: 200px;
 overflow: auto;
}

#recline-embeded .download,
#recline-embeded .recline-embed,
#recline-embeded .field-label{
  display: none;
}