
.iso-add-file-button input[type=file] {
  position: absolute;
  left: -1000px;
}

.iso-table-widget {
  width: 100%;
  height: 100%;
}

.iso-table-widget-data-grid {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.iso-table-widget-data-grid td,
.iso-table-widget-data-grid th {
  overflow: hidden;
  text-align: left;
  /* white-space: nowrap; */
}

.iso-table-widget-vertical-slider-cell {
  width: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.iso-table-widget-vertical-slider-cell .range-slider .rail {
  background-color: #8ed8fa;
}

.iso-table-widget-vertical-slider-cell .range-slider .track {
  background-color: #e9e9e9;
}

.iso-table-widget-horizontal-slider-cell {
  padding-left: 25px;
  padding-right: 25px;
}

.tip {
  display: none;
}

.iso-main-ui {

}

.iso-main-ui-obj-view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  right: 0;
  padding: 10px;
  font-size: medium;
  overflow-y: scroll;
}

.iso-world-pane {
  float: left;
  clear: left;
  width: 300px;
  background-color: #9bf;
  color: #fff;
  height: 100%;
  overflow-y: scroll;
}

.iso-world-pane-header {
  padding: 10px;
  background-color: #59d;
  font-weight: bold;
}

.iso-world-pane-entry {
  padding: 10px;
}

.iso-world-pane-selected-obj {
  background-color: #009;
}

.iso-world-pane-entry a {
  color: #006;
}

.iso-world-pane-selected-obj a {
  color: white;
}

a {
  color: #550000;
}

html {
  overflow: hidden;
}

body {
  font-size: medium;
}

button {
  border: solid 1px #59d;
  border-radius: 7px;
  padding: 10px;
  background-color: #eef;
  color: black;
}

.iso-query-widget-title {
  font-size: 28px;
}

.iso-query-widget-row {
  padding: 3px;
}

.iso-query-widget-op-title {
  font-weight: bold;
  float: left;
}

.iso-query-widget-start-table {
  clear: both;
}

.iso-query-widget-op {
  clear: both;
}

.iso-tooltip-open {
  background-color: #ffffaa;
  color: black;
  padding: 5px;
  cursor: pointer;
  font-weight: normal;
  float: left;
}

.iso-tooltip-closed {
  cursor: pointer;
  padding: 5px;
  float: left;
}

.iso-modal-dialog-dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
}

.iso-modal-dialog-frame {
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 10px;
  border-radius: 7px;
  background-color: white;

  display: table;
}

.iso-modal-dialog-title {
  font-size: 22px;
  display: table-row;
}

.iso-modal-dialog-message {
  display: table-row;
}

.iso-modal-dialog-content {
  display: table-row;
  height: 100%;
}

.iso-modal-dialog-content > div {
  padding-top: 25px;
  height: 100%;
  overflow-y: scroll;
}

.iso-modal-dialog-buttons {
  display: table-row;
  text-align: center;
  width: 100%;
}

.iso-modal-dialog-buttons button {
  margin-left: 5px;
  margin-right: 5px;
}

.iso-csv-format-dialog-table {
  width: 100%;
}

.iso-csv-format-dialog table td, th {
  text-align: left;
}

.iso-editable-text-icon {
  cursor: pointer;
}

input[type=text] {
  border: none;
  border-bottom: solid 1px #59d;
  padding-bottom: 5px;
}

select {
  border: solid 1px #ccf;
  /* border-bottom: solid 1px #59d;
  border-left: solid 1px #59d; */
  /* box-shadow: 0 0 5px 1px #59d;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px; */
  background: white;
  border-radius: 0;
  margin: 3px;
  /* content: "dupa";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

input:focus, select:focus {
  outline: none;
}

.iso-op-widget-table {
  /* width: 100%; */
}

.iso-pred-cmp-column-widget input[type=text],
.iso-pred-cmp-const-widget input[type=text] {
  width: 50px;
}

.iso-logo-fill {
  position: relative;
  top: 50%;
  margin-top: -80px;
  background: url(/images/insitol.png);
  background-repeat: no-repeat;
  width: 512px;
  /* height: 160px; */
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 160px; */
}

.iso-world-pane-download-link {
  float: right;
  text-decoration: none;
}

.iso-world-pane-download-link:hover,
.iso-world-pane-download-link:focus {
  text-decoration: none;
}

.iso-emoji-48px {
  font-size: 48px;
}

.iso-column-search-dialog-select {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.iso-column-search-dialog-message div {
  margin-top: 10px;
}
