/* line 10, ../sass/style.scss */
.pointer {
  cursor: pointer;
}

/* line 14, ../sass/style.scss */
.popover {
  max-width: 900px !important;
}
/* line 17, ../sass/style.scss */
.popover .arrow::after {
  border-right-color: #f7f7f7 !important;
}
/* line 21, ../sass/style.scss */
.popover .popover-title {
  max-width: 600px !important;
}
/* line 24, ../sass/style.scss */
.popover .popover-title p {
  margin-bottom: 0;
}
/* line 29, ../sass/style.scss */
.popover .popover-content {
  display: none;
}

/* line 34, ../sass/style.scss */
.button {
  background-color: #49bb76;
}
/* line 37, ../sass/style.scss */
.button:focus, .button:active {
  background-color: #49bb76;
}
/* line 41, ../sass/style.scss */
.button:hover {
  background-color: #3d9a61;
}
/* line 45, ../sass/style.scss */
.button.blue {
  background-color: #0089bc;
}
/* line 48, ../sass/style.scss */
.button.blue:focus, .button.blue:active {
  background-color: #0089bc;
}
/* line 52, ../sass/style.scss */
.button.blue:hover {
  background-color: #006489;
}

/* line 61, ../sass/style.scss */
table thead th {
  vertical-align: top;
  white-space: nowrap;
  padding-right: 10px;
}
/* line 66, ../sass/style.scss */
table thead th:hover {
  color: #0089bc;
}
/* line 70, ../sass/style.scss */
table thead th .unsorted {
  width: 12px;
}
/* line 74, ../sass/style.scss */
table thead th .sort-up, table thead th .sort-down {
  width: 8px;
}

/* line 81, ../sass/style.scss */
.desc-tooltip {
  background-color: #0089bc;
  width: 20px;
  text-align: center;
  border-radius: 32px;
  display: inline-block;
  color: white;
  border: 1px solid #aaa;
  font-size: 12px;
  margin-bottom: 5px;
  cursor: default;
}

/* line 94, ../sass/style.scss */
.tag {
  color: white;
  font-size: 12px;
  line-height: 28px;
  vertical-align: middle;
  height: 28px;
  display: inline-block;
  width: 110px;
  text-align: center;
  float: right;
  cursor: default;
  background-color: #4fb9f9;
}
/* line 107, ../sass/style.scss */
.tag.draft {
  background-color: #ffa500;
}
/* line 111, ../sass/style.scss */
.tag.submitted {
  background-color: #4fb9f9;
}
/* line 115, ../sass/style.scss */
.tag.approved {
  background-color: #49bb76;
}

/* line 120, ../sass/style.scss */
.ui-tooltip {
  max-width: 600px !important;
  width: 600px !important;
}

/* line 125, ../sass/style.scss */
.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
/* line 134, ../sass/style.scss */
.loading img {
  display: block;
  position: relative;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
/* line 142, ../sass/style.scss */
.loading h4 {
  display: block;
  position: relative;
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
  text-align: center;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Roman.eot");
  src: url("../fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/HelveticaNeue-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Thin.eot");
  src: url("../fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* line 176, ../sass/style.scss */
i.required {
  color: red;
}

/* line 180, ../sass/style.scss */
.missing {
  background-color: #ffc9c9;
}

/* line 184, ../sass/style.scss */
body {
  background-color: #fcfcfc;
  font-family: 'Helvetica Neue';
  margin: 0;
}
/* line 189, ../sass/style.scss */
body #myModal {
  display: none;
  width: 75%;
  max-height: 600px;
  overflow: scroll;
  background-color: #fff;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding: 5px 15px 10px;
}
/* line 200, ../sass/style.scss */
body #myModal .close-reveal-modal {
  /*position: absolute;
  top: 5px;
  right: 12px;*/
  font-size: 20px;
}
/* line 208, ../sass/style.scss */
body #myModal .edit-btn {
  position: absolute;
  top: 16px;
  right: 50px;
}
/* line 214, ../sass/style.scss */
body #myModal textarea {
  min-height: 80px;
}
/* line 219, ../sass/style.scss */
body #myModal .modal-body .dataset-row {
  margin-bottom: 8px;
}
/* line 223, ../sass/style.scss */
body #myModal .modal-body .dataset-row .row .columns.medium-9 {
  float: right;
}
/* line 230, ../sass/style.scss */
body #myModal label[for="data-policy"] {
  margin-right: 0;
}
/* line 235, ../sass/style.scss */
body #myModal .download-wrapper .button {
  float: right;
}
/* line 240, ../sass/style.scss */
body #myModal .row:first-child {
  margin-bottom: 10px;
}
/* line 245, ../sass/style.scss */
body main {
  background-color: #fff;
}
/* line 247, ../sass/style.scss */
body main article {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 32px 32px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.22);
}
/* line 254, ../sass/style.scss */
body main article code {
  display: block;
  min-height: 40px;
}
/* line 260, ../sass/style.scss */
body main .logo {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.22);
}
/* line 265, ../sass/style.scss */
body main .logo img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
/* line 272, ../sass/style.scss */
body main nav.menu {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 48px;
  background-color: #3d9a61;
  color: white;
  padding: 0 20px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.22);
}
/* line 281, ../sass/style.scss */
body main nav.menu .user {
  margin-right: 32px;
  font-weight: 600;
}
/* line 286, ../sass/style.scss */
body main nav.menu a {
  color: white;
  padding: 0 20px;
  height: 48px;
  display: inline-block;
}
/* line 292, ../sass/style.scss */
body main nav.menu a:hover {
  color: white;
  background-color: #2f754a;
}
/* line 300, ../sass/style.scss */
body main .create-dataset-view .param, body main .view-drafts-view .param {
  padding: 5px 10px;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
/* line 306, ../sass/style.scss */
body main .create-dataset-view .param section:first-of-type .del-param, body main .view-drafts-view .param section:first-of-type .del-param {
  display: none;
}
/* line 310, ../sass/style.scss */
body main .create-dataset-view .param section:first-of-type input, body main .create-dataset-view .param section:first-of-type select, body main .create-dataset-view .param section:first-of-type div, body main .view-drafts-view .param section:first-of-type input, body main .view-drafts-view .param section:first-of-type select, body main .view-drafts-view .param section:first-of-type div {
  width: 100%;
}
/* line 315, ../sass/style.scss */
body main .create-dataset-view .param button, body main .view-drafts-view .param button {
  margin-top: -8px;
}
/* line 320, ../sass/style.scss */
body main .create-dataset-view .param section input, body main .create-dataset-view .param section select, body main .create-dataset-view .param section div, body main .view-drafts-view .param section input, body main .view-drafts-view .param section select, body main .view-drafts-view .param section div {
  width: 90%;
  display: inline-block;
}
/* line 325, ../sass/style.scss */
body main .create-dataset-view .param section .del-param, body main .view-drafts-view .param section .del-param {
  width: 10%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #888;
  height: 39px;
  vertical-align: top;
  line-height: 36px;
  color: #fff;
}
/* line 336, ../sass/style.scss */
body main .create-dataset-view .param section .del-param:hover, body main .view-drafts-view .param section .del-param:hover {
  background-color: #5e5e5e;
}
/* line 340, ../sass/style.scss */
body main .create-dataset-view .param section .del-param span, body main .view-drafts-view .param section .del-param span {
  text-align: center;
}
/* line 345, ../sass/style.scss */
body main .create-dataset-view .param section .add-text, body main .view-drafts-view .param section .add-text {
  padding: 0 0.9375rem;
}
/* line 348, ../sass/style.scss */
body main .create-dataset-view .param section .contact-wrapper, body main .view-drafts-view .param section .contact-wrapper {
  float: none;
  width: 100%;
}
/* line 355, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone, body main .view-drafts-view .file-drop-zone {
  text-align: center;
  border: 2px dashed #777;
  padding: 2rem;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/* line 364, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone .file-exists, body main .view-drafts-view .file-drop-zone .file-exists {
  background: #f59e00;
  color: white;
  padding: 10px 0 15px;
  margin-bottom: 25px;
}
/* line 371, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone .file-name, body main .create-dataset-view .file-drop-zone .existing-file, body main .view-drafts-view .file-drop-zone .file-name, body main .view-drafts-view .file-drop-zone .existing-file {
  font-weight: bold;
  padding: 5px 4px;
  margin: 5px 4px;
}
/* line 378, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone input[type="file"], body main .view-drafts-view .file-drop-zone input[type="file"] {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  left: 50%;
  padding-bottom: 4px;
  opacity: 0;
  z-index: 2;
  transform: translateX(-50%);
  cursor: pointer;
  height: 40px;
}
/* line 392, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone .file-name-wrapper, body main .view-drafts-view .file-drop-zone .file-name-wrapper {
  margin-top: 20px;
}
/* line 396, ../sass/style.scss */
body main .create-dataset-view .file-drop-zone .file-select-btn, body main .view-drafts-view .file-drop-zone .file-select-btn {
  position: relative;
  display: block;
  margin: 0 auto;
}
/* line 408, ../sass/style.scss */
body main .map-view {
  height: 400px;
}
/* line 414, ../sass/style.scss */
body main .sites-container .site-info .title {
  border-bottom: 1px solid #ccc;
}
/* line 418, ../sass/style.scss */
body main .sites-container .site-info .main-params, body main .sites-container .site-info .map-view {
  margin-top: 10px;
}
/* line 422, ../sass/style.scss */
body main .sites-container .site-info .columns {
  padding: 0;
}
/* line 426, ../sass/style.scss */
body main .sites-container .site-info .main-params {
  padding-right: 15px;
}
/* line 431, ../sass/style.scss */
body main .sites-container .site-info .site-desc .columns {
  padding: 0;
}
/* line 435, ../sass/style.scss */
body main .sites-container .site-info .site-desc .plot-title {
  margin-top: 30px;
}
/* line 439, ../sass/style.scss */
body main .sites-container .site-info .site-desc .plot-info {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px 15px;
  background-color: #f8f8f8;
}
/* line 446, ../sass/style.scss */
body main .sites-container .site-info .site-desc .param {
  margin-bottom: 4px;
}
/* line 454, ../sass/style.scss */
body main .all-datasets .dataset {
  margin-bottom: 32px;
  width: 75%;
}
/* line 459, ../sass/style.scss */
body main .all-datasets .dataset .title:hover {
  color: #006489;
}
/* line 469, ../sass/style.scss */
body main .all-datasets .dataset .title, body main .all-datasets .dataset .desc {
  cursor: pointer;
}
/* line 476, ../sass/style.scss */
body main footer {
  padding-top: 3rem;
}
/* line 479, ../sass/style.scss */
body main footer img {
  max-width: 320px;
}

/* line 486, ../sass/style.scss */
.contact-list {
  max-height: 400px;
  overflow: scroll;
  border: 1px solid #bbb;
}
/* line 492, ../sass/style.scss */
.contact-list .contact input[type="checkbox"] {
  width: 32px !important;
  display: inline-block;
}
/* line 497, ../sass/style.scss */
.contact-list .contact label {
  display: inline-block;
}
