
.dp-formaticon {
  margin-right: 10px;
}
.dp-formaticon__icon {
  margin-right: 5px;
  max-width: 20px;
  max-height: 21.38px;
  /* For IE10's benefit */
}
.dp-formaticon__icon--large {
  max-width: 29px;
  max-height: 31px;
  /* For IE10's benefit */
}


.dp-formatsummary {
  color: #666;
}
.dp-formatsummary--small {
  font-size: 13px;
}


.dp-privateicon {
  margin-right: 10px;
}


.dp-searchresult {
  border-top: solid thin rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.dp-searchresult:first-child {
    border-top: none;
}
.dp-searchresult mark {
    border-radius: 1px;
    background: #ffff73;
    box-shadow: 0 0 0 3px #ffff73;
}
.dp-searchresult__content {
  margin-bottom: 10px;
}
.dp-searchresult__modified {
  float: right;
  margin-left: 10px;
  margin-bottom: 4px;
  text-align: right;
  margin-top: 5px;
}
.dp-searchresult__heading {
  margin-top: 0px;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.dp-searchresult__description {
  margin-top: 10px;
}
.dp-searchresult__publishedby {
  margin-top: 2px;
}
.dp-searchresult__footer {
  display: table;
}
.dp-searchresult__filenames {
  margin-bottom: 10px;
}
.dp-searchresult__footer-formats {
  display: table-cell;
  white-space: nowrap;
  padding-right: 18px;
}
.dp-searchresult__footer-tags {
  display: table-cell;
  text-align: right;
  width: 100%;
}
.dp-searchresult__tag {
  margin-right: 3px;
  margin-bottom: 5px;
}
.dp-searchresult__draft {
  font-style: italic;
  font-weight: 900;
}
.dp-searchresult__heading-link--deleted {
  text-decoration: line-through;
}
.dp-searchresult__archived,
.dp-searchresult__deleted {
  font-style: italic;
  color: #ed5751;
  font-weight: 300;
}


.dp-facet {
  margin-bottom: 15px;
}
.dp-facet__title {
  padding: 4px 18px;
  font-size: 1.3em;
}
.dp-facet__link {
  display: block;
  padding: 7px 18px;
  color: rgba(0, 0, 0, 0.9);
  margin: 2px 0;
}
a.dp-facet__link:hover {
  color: black;
  background-color: rgba(0, 30, 90, 0.07);
  text-decoration: none;
}
.dp-facet__link--active,
a.dp-facet__link--active:focus,
a.dp-facet__link--active:hover {
  background-color: #8391a5;
  color: white;
  text-decoration: none;
}
.dp-facet__link--hasimg {
  position: relative;
  padding-left: 60px;
}
.dp-facet__link-img {
  max-width: 32px;
  max-height: 32px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -17px;
}
.dp-facet__link-icon {
  position: absolute;
  display: block;
  width: 24px;
  text-align: center;
  left: 18px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
}
.dp-facet__link--facet-transition {
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}
.dp-facet__link--facet-before-transition {
  transform: translate(-50px);
  opacity: 0;
}
.dp-facet--format .dp-facet__link-img {
  max-width: 26px;
  margin-top: -13px;
}


.dp-search__facet-tag {
  margin: 5px 10px 9px 0;
}


.dp-search__pagination {
  list-style-type: none;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  display: table;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  overflow: hidden;
}
.dp-search__pagelink {
  display: inline-block;
  border-left: 1px solid #c4c4c4;
  background-color: #fff;
}
.dp-search__pagelink:first-child {
    border-left: none;
}
.dp-search__pagelink span,
  .dp-search__pagelink a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.dp-search__pagelink a:hover,
  .dp-search__pagelink a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.dp-search__pagelink--active {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media (min-width: 500px) {
.dp-search__pagelink span,
  .dp-search__pagelink a {
    width: 30px;
    height: 28px;
    line-height: 28px;
}
}
@media (min-width: 960px) {
.dp-search__pagelink span,
  .dp-search__pagelink a {
    width: 36px;
    height: 34px;
    line-height: 34px;
}
}


.dp-search__export {
  display: block;
  text-align: right;
}
.dp-search__export-icon {
  width: 20px;
  height: 21px;
}
@media (min-width: 960px) {
.dp-search__export {
    float: right;
    margin: 20px 0;
    display: inline-block;
}
}


.dp-search__options-background {
  background: rgba(0, 0, 80, 0.08);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -3px;
  margin-bottom: 5px;
}
.dp-search__options {
  padding: 12px;
  padding-left: 30px;
}
.dp-search__option {
  padding: 2px 5px;
  line-height: 35px;
}
.dp-search__option-label {
  display: inline-block;
  width: 90px;
  text-align: right;
  padding-right: 10px;
}
.dp-search__options-warning {
  padding: 12px;
  padding-left: 30px;
  padding-left: 30px;
}
.dp-search__options-warning a {
    text-decoration: underline;
}


.dp-search__secret-submit-button {
  width: 0px !important;
  height: 0px !important;
  opacity: 0 !important;
  border-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.dp-search__suggestions {
  padding: 4px;
  font-size: 0.84em;
  margin-bottom: 10px;
}
.dp-search__suggestion-term {
  text-decoration: underline;
}
.dp-search__settings-button i {
  font-size: 19px;
}
.dp-search__settings-button:focus {
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}


.dp-search__results {
  list-style-type: none;
  padding-left: 0px;
}
.flexbox .dp-search__animation {
  transition: transform 600ms ease-out, opacity 200ms 150ms ease-out;
}
.flexbox .dp-search__animation--before {
  transform: perspective(2000px) translate3D(0px, -50px, -700px);
  opacity: 0;
}
@media (min-width: 768px) {
.dp-search__facets {
    padding-left: 0px !important;
}
.dp-search__main {
    padding-right: 0px !important;
}
}


.dp-metablob {
  display: inline-block;
  margin: 6px 12px 6px 0;
  min-width: 320px;
  border-radius: 4px;
  border: 1px solid #d1dbe5;
  overflow: hidden;
}
.dp-metablob__table {
  display: table-row;
}
.dp-metablob__left {
  display: table-cell;
  vertical-align: middle;
  background-color: #f2f5f7;
  border-right: 1px solid #d1dbe5;
  height: 50px;
  width: 60px;
  text-align: center;
}
.dp-metablob__image {
  max-width: 36px;
  max-height: 30px;
}
.dp-metablob__icon {
  font-size: 22px;
  color: black;
}
.dp-metablob__right {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 15px;
}
.dp-metablob__text {
  color: black;
}
.dp-metablob__subtext {
  margin-top: 1px;
  font-size: 0.84em;
}
.dp-metablob:not(.dp-metablob--disabled):hover {
  border-color: #b0c2d3;
}
.dp-metablob:not(.dp-metablob--disabled):hover .dp-metablob__left {
    border-color: #b0c2d3;
    background-color: #f2f5f7;
}
.dp-metablob:not(.dp-metablob--disabled):hover .dp-metablob__text {
    text-decoration: underline;
}


.dp-metadata__licence__notes {
  margin-top: 13px;
}
.dp-metadata__licence__prefix {
  font-weight: bold;
}


.dp-metadata--wrapper {
  border-top: 1px solid #d1dbe5;
}
.dp-metadata {
  margin: 20px auto 20px auto;
}
.dp-metadata__row {
  margin: 24px 0;
}
.dp-metadata__key {
  margin-bottom: 10px !important;
}


.dp-dataset__created-modified {
  /* color: rgba(0, 20, 40, 0.5); */
  margin-bottom: 18px;
}


.dp-tile {
  /* modified + spacing + heading + publisher + spacing + description + spacing + formatsummary */
  /* height: 25px + 10px + 50px + 20px + 10px + (5 * 19px) + 10px + 25px; */
}
.dp-tile__title {
  font-size: 18px;
  line-height: 25px;
}
.dp-tile__publishedby {
  line-height: 20px;
  font-size: 70%;
}
.dp-tile__description {
  line-height: 20px;
  margin-top: 10px;
}
.dp-tile .dp-formatsummary {
  height: 25px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.dp-tile__modified {
  color: #666;
  height: 25px;
  margin-top: 12px;
  border-top: 1px solid #bbb;
  padding-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  width: 70%;
}


.dp-dataset__more-like-this--wrapper {
  border-top: 1px solid #d1dbe5;
  margin-top: 40px;
  /* Compensate for dp-content */
  margin-bottom: -20px;
  box-shadow: inset 0px 11px 8px -10px #ddd, inset 0px -11px 8px -10px #ddd;
  border-top: 1px solid rgba(0, 20, 40, 0.1);
  border-bottom: 1px solid rgba(0, 20, 40, 0.1);
  background: rgba(0, 20, 40, 0.03);
  padding-top: 10px;
}
.dp-dataset__more-like-this {
  margin-top: 20px;
  margin-bottom: 40px;
}
.dp-dataset__more-like-this .dp-tile__title {
    display: table-cell;
    vertical-align: top;
    height: 70px;
}
.dp-dataset__more-like-this .dp-tile__description {
    height: 100px;
}
@media (max-width: 768px) {
.dp-dataset__more-like-this .el-col:nth-child(3) {
      display: none;
}
}
@media (max-width: 991px) {
.dp-dataset__more-like-this .el-col:nth-child(4) {
      display: none;
}
}


.dp-dataset__developer-notice {
  margin-bottom: 20px;
  display: table;
}
.dp-dataset__developer-notice i {
    display: table-cell;
    font-size: 200%;
    padding-right: 20px;
    vertical-align: middle;
}
.dp-dataset__developer-notice span {
    vertical-align: middle;
    display: table-cell;
}


.dp-datasetsortpopover--wrapper {
  position: fixed;
  background: #d1dbe5;
  top: 0;
  left: 0;
  right: 0;
  /* Values above 2000 will occlude the 'Error updating the catalogue' toast popup */
  z-index: 2000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.dp-datasetsortpopover {
  padding: 30px;
  line-height: 32px;
}
.dp-datasetsortpopover__buttons {
  float: right;
}
.dp-datasetsortpopover__heading {
  margin: 0px;
}


.dp-temporalcoverage {
  width: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.dp-temporalcoverage__header {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: -14px;
  left: 0px;
  right: 0px;
}
.dp-temporalcoverage--edit-mode {
  width: 131px;
}
.dp-temporalcoverage--edit-mode .el-date-editor.el-input {
    width: 130px;
}


.el-form-item.dp-copytoclipboard {
  margin-top: 3px;
  margin-bottom: 0px;
}


.dp-external-link {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}


.dp-resource__button--download {
  margin-left: 5px;
}
.dropdown-menu.dp-resource__dropdown-wrapper {
  transform: translateY(-0.5rem);
}
.dropdown-content.dp-resource__dropdown {
  width: 460px;
  min-height: 150px;
  padding: 20px 20px 26px 20px;
  background: #f5f7f9;
  border-radius: 4px;
  border: 1px solid #9ab;
  box-shadow: 0px 2px 4px 0px rgba(0, 20, 40, 0.2);
}
.dropdown-content.dp-resource__dropdown.dp-resource__dropdown-mobile {
  width: 260px;
}
.dp-resource__dropdown__link {
  display: block;
  word-wrap: break-word;
  white-space: normal;
}
.dp-resource__dropdown__header {
  margin-bottom: 1px;
  font-weight: bold;
}
.dp-resource__dropdown__header:not(:first-child) {
    margin-top: 12px;
}
.dp-resource__download-split-button {
  display: inline-flex !important;
}
.field.dp-resource__download-split-button button.button, .field.dp-resource__download-split-button span.button {
  /*
      TODO: remove this. This will make the button the same size as an el-button, but in the
      long run we'll want to get rid of that. but not right now - one thing at a time, lads.
    */
  font-size: 14px;
}


.dp-formatselector {
  z-index: 10;
}
.dp-formatselector .dp-formaticon,
  .dp-formatselector .dp-formaticon__icon {
    margin-right: 0px;
}
.dp-formatselector pre {
    margin-left: -100px;
    margin-top: -100px;
}
.dp-formatselector__button {
  padding: 8px;
  margin-top: -8px;
  margin-left: -8px;
  height: 49px;
  border-radius: 4px;
  border: 1px solid #bfcbd9;
  background: #fff;
  cursor: pointer;
}
.dp-formatselector__text {
  display: none;
}
.dp-formatselector--open .dp-formatselector__button,
.dp-formatselector:hover .dp-formatselector__button {
  box-shadow: 0px 1px 1px 1px rgba(0, 20, 40, 0.1);
}
.dp-formatselector--open .dp-formatselector__button .dp-formatselector__text,
  .dp-formatselector:hover .dp-formatselector__button .dp-formatselector__text {
    display: block;
    margin-left: 40px;
    margin-top: -25px;
    padding-right: 2px;
}
.dp-formatselector__option {
  margin: 2px;
  padding-top: 10px;
  width: 80px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.dp-formatselector__option:hover {
    border-color: #bfcbd9;
}
.dp-formatselector__option.dp-formatselector__option--active {
    border-color: #bfcbd9;
    background-color: rgba(191, 203, 217, 0.2);
}
.dp-formatselector__option-name {
  font-size: 1em;
  line-height: 2.5em;
  white-space: nowrap;
}
.dp-formatselector__option--misc {
  width: auto;
  padding-bottom: 10px;
}
.dp-formatselector__option--misc .el-input {
    width: 50%;
}
.dp-formatselector__option__label {
  font-weight: bold;
}
.dp-formatselector__button > .dp-formaticon > img {
  max-height: 31px;
}


.button.dp-resource__preview-button {
  /*
    TODO: remove this. This will make the button the same size as an el-button, but in the
    long run we'll want to get rid of that. but not right now - one thing at a time, lads.
  */
  font-size: 14px;
}


.dropzone, .dropzone * {
  box-sizing: border-box;
}
.dropzone {
  position: relative;
}
.dropzone.dropzone--with-icons .dz-preview .dz-image {
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 110px;
}
.dropzone.dropzone--with-icons .dz-preview .dz-image img {
      display: inline;
}
.dropzone .dz-success-mark svg {
    background: white;
    border-radius: 27px;
}
.dropzone .dz-success-mark svg > g > path {
      fill-opacity: 1;
      /* Element green */
      fill: #13ce66;
}
.dropzone .dz-error-mark svg {
    background: white;
    border-radius: 27px;
}
.dropzone .dz-error-mark svg > g > g {
      fill-opacity: 1;
      fill: #ff4949;
}
.dropzone .dz-fallback {
    display: none;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green;
}
.dropzone .dz-preview .dz-error-message {
      color: red;
      display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
      display: block;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px;
}
@-webkit-keyframes passing-through {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}
@-moz-keyframes passing-through {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}
@keyframes passing-through {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}
@-webkit-keyframes slide-in {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@-moz-keyframes slide-in {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@keyframes slide-in {
0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@-webkit-keyframes pulse {
0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
}
@keyframes pulse {
0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
      cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
      opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
      z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
        opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
      background: transparent;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
}
.dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
      opacity: 1;
}
.dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10;
}
.dropzone .dz-preview .dz-image img {
        display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
      display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #ff4949;
      padding: 0.5em 1.2em;
      color: white;
}
.dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ff4949;
}
.dropzone {
  transition: all 0.2s linear;
  border: 2px dashed #ccc;
  background-color: white;
  min-height: initial;
}
.dropzone:hover {
    border-color: #3498db;
    background-color: transparent;
}
.dropzone:hover .dz-message .dropzone-title {
      color: #3498db;
}
.dropzone .dz-message {
    color: #666;
}
.dropzone .dz-message span {
      line-height: 1.8;
      font-size: 13px;
      letter-spacing: 0.4px;
}
.dropzone .dz-message span span.dropzone-title {
        display: block;
        color: #888;
        font-size: 1.25em;
}
.dropzone .dz-message span span.dropzone-info {
        display: block;
        color: #a8a8a8;
}


.dp-resourcereplace--open {
  display: block;
}
.dp-resourcereplace__dropzone {
  background-color: white !important;
  margin-top: 6px;
}
.dp-resourcereplace__link-data {
  margin-top: 20px;
}
.dp-resourcereplace__dropzone-message {
  margin: 30px auto;
}
.dp-resourcereplace__dropzone-message__table {
  margin: 0 auto;
}
.dp-resourcereplace__dropzone-message__table td {
    padding: 5px;
}
.dp-resourcereplace__dropzone-message__table td img {
      max-height: 32px;
}
.dp-resourcereplace__dropzone-message__table td:nth-child(even) {
      padding-bottom: 8px;
}
.dp-resourcereplace__dropzone-message__table td:nth-child(even) img {
        max-height: 26px;
}
.dp-resourcereplace__dropzone-message__table td:first-child, .dp-resourcereplace__dropzone-message__table td:last-child {
      padding-bottom: 12px;
}
.dp-resourcereplace__dropzone-message__table td:first-child img, .dp-resourcereplace__dropzone-message__table td:last-child img {
        max-height: 20px;
}



.dp-preview--wrapper {
  height: 520px;
  position: relative;
}
.el-button.dp-preview__close {
  position: absolute;
  right: -13px;
  top: -16px;
  box-shadow: 0px 1px 3px #ccc;
  z-index: 3;
  padding: 12px 11px 11px 12px;
  border-radius: 24px;
}
.dp-preview {
  border: 1px solid #ccc;
  margin-top: 20px;
  overflow: hidden;
  height: 500px;
  transition: all 0.45s ease;
  background: #fff;
  position: relative;
}
.dp-preview__message {
  text-align: center;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 240px;
  z-index: 1;
}
.dp-preview--ready {
  box-shadow: 0px 1px 6px 2px #ddd;
}
.dp-preview--inner {
  position: relative;
  z-index: 2;
  height: 500px;
}
.dp-preview-dropin-enter {
  height: 0px;
}


.dp-quill-editor__placeholder {
  min-height: 100px;
  opacity: 0;
}
.dp-quill-editor__placeholder--external {
  border: solid thin #ccc;
  border-radius: 4px;
}
.dp-quill-editor {
  transition: opacity 400ms ease-out;
}
.ql-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 120px;
}
.ql-container.ql-snow {
  background: white;
}
.ql-toolbar {
  /* have to set the line-hieght manually here because some sites are breaking it, I think */
  line-height: 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #eef1f6;
}
.ql-disabled {
  color: #707070;
  background: #eef1f6;
}
.dropzone-quill {
  display: none;
}
/* Little bugs in the quill editor tooltip */
.dp-quill-editor .ql-snow.ql-toolbar:after {
  display: contents;
}
.dp-quill-editor .ql-snow .ql-tooltip {
  /* this line-height was getting overwritten by el-form-item__content */
  line-height: 26px;
  z-index: 1;
}
/* Quill isn't doing this right so I've added these things here */
.ql-align-center {
  text-align: center;
}
.ql-align-left {
  text-align: left;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-right {
  text-align: right;
}


.dp-apidemo__tryit {
  float: right;
  margin-left: 10px;
}
.dp-apidemo__close {
  display: block;
  float: right;
  margin-left: 10px;
  font-size: 20px;
  color: #fffcb8;
}
.dp-apidemo__close:hover, .dp-apidemo__close:active, .dp-apidemo__close:focus {
    color: white;
}
.dp-apidemo__dim {
  color: #bcb862;
}
.dp-apidemo__url {
  font-size: 12px !important;
  line-height: 19px;
  font-weight: normal;
  font-family: Monaco,Menlo,Consolas,Courier New,monospace;
  color: #fffcb8;
  text-decoration: none;
}
.dp-apidemo__url:hover, .dp-apidemo__url:active, .dp-apidemo__url:focus {
    color: #fff;
    text-decoration: underline;
}
.dp-apidemo__url:hover .dp-apidemo__dim, .dp-apidemo__url:active .dp-apidemo__dim, .dp-apidemo__url:focus .dp-apidemo__dim {
      color: #fff;
}


.dp-apidoc .modal-card {
  max-width: 95%;
  width: 900px;
}
.dp-apidoc .modal-card code {
    background: #f0f0f0;
    color: #555;
}
.dp-apidoc .modal-card code a {
      color: #111;
}
.dp-apidoc__urltable {
  margin-bottom: 10px;
  width: 100%;
}
.dp-apidoc__urltable td:first-child {
    text-align: right;
    font-weight: bold;
    width: 100px;
    padding-right: 10px;
    vertical-align: bottom;
    padding-bottom: 5px;
}
.dp-apidoc__fields {
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  border: 1px solid #ddd;
}
.dp-apidoc__fields th {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    background: #f7f7f7;
}
.dp-apidoc__fields td {
    padding: 2px 5px;
    min-width: 180px;
}
.dp-apidoc__fields td:first-child {
    text-align: right;
    min-width: 80px;
}
.dp-apidoc__fields tr:not(:last-child) td {
    border-bottom: 1px solid #f7f7f7;
}
.dp-apidoc__response {
  padding: 12px 18px;
  margin: 10px 0;
  background: #1c1c1c;
  color: white;
}
.dp-apidoc__response .tree-view-wrapper {
    overflow: visible;
}
.dp-apidoc__response .tree-view-item {
    font-size: 12px !important;
    line-height: 19px;
    font-weight: normal;
    font-family: Monaco,Menlo,Consolas,Courier New,monospace;
}
.dp-apidoc__response .tree-view-item-key-with-chevron::before {
    top: 0px !important;
    color: #b7b7b7 !important;
}
.dp-apidoc__response .tree-view-item-key {
    color: #fffcb8;
}
.dp-apidoc__response .tree-view-item-value {
    color: #afae8b;
}
.dp-apidoc__response .tree-view-item-value-number {
    color: #a265c6;
}
.dp-apidoc__response .tree-view-item-hint {
    color: #444;
}


.dp-gravemind-view {
  margin: 10px;
  margin-bottom: 30px;
}
.dp-gravemind-view__pagination__current {
  pointer-events: none;
}
.dp-gravemind__th_row_id:hover,
.dp-gravemind__th:hover {
  cursor: s-resize;
}
.dp-gravemind__th_row_id.dp-gravemind__th--desc:hover,
.dp-gravemind__th.dp-gravemind__th--desc:hover {
  cursor: n-resize;
}
.dp-gravemind__th,
.dp-gravemind__td {
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  width: 130px;
  max-width: 130px;
  position: relative;
  z-index: 10;
}
.dp-gravemind__th_row_id,
.dp-gravemind__row_id {
  text-align: right;
  color: #ccc;
  padding-right: 10px;
  font-size: 13px;
  overflow: hidden;
  width: 1%;
}
.dp-gravemind__table-container {
  overflow-x: scroll;
  margin-bottom: 1rem;
}
.dp-gravemind__cell {
  overflow: hidden;
}
.dp-gravemind__cell--ripple1 {
  background-color: #fff;
  transition: none;
  color: #999;
}
.dp-gravemind__cell--ripple2 {
  transition: all 180ms ease-out;
}
.dp-gravemind-view__export-button {
  float: right;
}
.dp-gravemind__table-container {
  overflow-x: scroll;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
.dp-gravemind__sort-icon {
  color: #999;
}


.dp-setsquare-table--wrapper {
  width: 100%;
  overflow-x: scroll;
}
.dp-setsquare-table {
  cursor: pointer;
}
.dp-setsquare-table .el-loading-mask {
    background-color: transparent;
}
.dp-setsquare-table__th {
  min-width: 100px;
  height: 60px;
  padding: 4px 6px;
  color: #333;
  font-weight: normal;
  border: 2px solid white;
}
.dp-setsquare-table__th.dp-setsquare-table__th--integer, .dp-setsquare-table__th.dp-setsquare-table__th--real, .dp-setsquare-table__th.dp-setsquare-table__th--numeric {
    background-color: #cce6d5;
    color: #295236;
}
.dp-setsquare-table__th.dp-setsquare-table__th--integer.dp-setsquare-table__th--hover, .dp-setsquare-table__th.dp-setsquare-table__th--real.dp-setsquare-table__th--hover, .dp-setsquare-table__th.dp-setsquare-table__th--numeric.dp-setsquare-table__th--hover {
      background-color: #b4dac1;
}
.dp-setsquare-table__th.dp-setsquare-table__th--integer.dp-setsquare-table__th--clicked, .dp-setsquare-table__th.dp-setsquare-table__th--real.dp-setsquare-table__th--clicked, .dp-setsquare-table__th.dp-setsquare-table__th--numeric.dp-setsquare-table__th--clicked {
      color: #111;
      background-color: #99ccaa;
}
.dp-setsquare-table__th.dp-setsquare-table__th--date, .dp-setsquare-table__th.dp-setsquare-table__th--timestamp {
    background-color: #ff55aa;
}
.dp-setsquare-table__th.dp-setsquare-table__th--date.dp-setsquare-table__th--hover, .dp-setsquare-table__th.dp-setsquare-table__th--timestamp.dp-setsquare-table__th--hover {
      background-color: #ff369b;
}
.dp-setsquare-table__th.dp-setsquare-table__th--date.dp-setsquare-table__th--clicked, .dp-setsquare-table__th.dp-setsquare-table__th--timestamp.dp-setsquare-table__th--clicked {
      color: #111;
      background-color: #ff0e86;
}
.dp-setsquare-table__th.dp-setsquare-table__th--boolean {
    background-color: #80aad5;
}
.dp-setsquare-table__th.dp-setsquare-table__th--boolean.dp-setsquare-table__th--hover {
      background-color: #699bcd;
}
.dp-setsquare-table__th.dp-setsquare-table__th--boolean.dp-setsquare-table__th--clicked {
      color: #111;
      background-color: #4a86c3;
}
.dp-setsquare-table__th.dp-setsquare-table__th--text {
    background-color: #eaeaea;
    color: #686868;
}
.dp-setsquare-table__th.dp-setsquare-table__th--text.dp-setsquare-table__th--hover {
      background-color: #dadada;
}
.dp-setsquare-table__th.dp-setsquare-table__th--text.dp-setsquare-table__th--clicked {
      color: #111;
      background-color: #c6c6c6;
}
.dp-setsquare-table__th.dp-setsquare-table__th--loading {
    width: 10%;
    min-width: 120px;
    background-color: #eaeaea;
    color: #aaa;
}
.dp-setsquare-table__td {
  white-space: nowrap;
  padding: 4px 6px;
}
.dp-setsquare-table__td.dp-setsquare-table__td--integer, .dp-setsquare-table__td.dp-setsquare-table__td--real, .dp-setsquare-table__td.dp-setsquare-table__td--numeric {
    color: #364;
    text-align: right;
}
.dp-setsquare-table__td.dp-setsquare-table__td--date, .dp-setsquare-table__td.dp-setsquare-table__td--timestamp {
    color: #804;
}
.dp-setsquare-table__td.dp-setsquare-table__td--boolean {
    color: #246;
}
.dp-setsquare-table__td.dp-setsquare-table__td--text {
    color: #777;
}
.dp-setsquare-table__td.dp-setsquare-table__td--null {
    color: #c4c4c4;
}
.dp-setsquare-table__td.dp-setsquare-table__td--loading {
    background-color: #f7f7f7;
    outline: 2px solid white;
}
.dp-setsquare-table__td.dp-setsquare-table__td--hover {
    background-color: #f7f7f7;
    outline: 1px solid white;
}
.dp-setsquare-table__td.dp-setsquare-table__td--clicked {
    background-color: #f0f0f0;
    outline: 1px solid #f7f7f7;
    color: #333;
}
.dp-setsquare-table__divider {
  background: #f7f7f7;
  color: #aaa;
}
.dp-setsquare-table__th--rowid {
  min-width: 0;
}
.dp-setsquare-table__td--rowid {
  text-align: right;
  color: #c4c4c4;
  padding-left: 5px;
  min-width: 50px;
}
.dp-setsquare-table__td--divider {
  text-align: center;
}
.dp-setsquare-table__td--divider i {
    opacity: 0.3;
}


.dp-progress {
  pointer-events: none;
  background: white;
  padding: 20px;
  transition: none;
  opacity: 0;
  transform: translate(-50%, 0px) scale(0.9) !important;
  transition: all 200ms ease-in;
}
.dp-progress .el-progress-bar {
    margin-bottom: 10px;
}
.dp-progress--in {
  transform: translate(-50%, 0px) !important;
  opacity: 1;
}
.dp-progress__log {
  margin: 5px;
}
.dp-progress__log--old {
  color: #ccc;
}


.dp-column-editor {
  max-width: 440px;
  padding: 20px;
  padding-right: 60px;
  background: white;
  overflow: visible;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.dp-column-editor__close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #777;
  display: block;
  width: 50px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.dp-column-editor__close:hover {
    color: #333;
}


.dp-setsquare-controls .el-row {
  margin: 20px;
}
.dp-setsquare-controls__form-panel {
  border: 1px solid #d1dbe5;
  border-radius: 5px;
  margin: 0 10px;
  min-height: 190px;
}
.dp-setsquare-controls__legend {
  margin: 15px 10px 10px 10px;
  font-weight: bold;
}
.el-dialog__body .el-switch__label {
  color: #606266;
}
.dp-setsquare-controls__submit {
  border-top: 1px solid #d1dbe5;
  padding: 20px;
  padding-bottom: 12px;
  margin-top: 20px;
  text-align: right;
}
.dp-setsquare-controls__submit__edit {
  float: left;
}
.dp-setsquare-controls__submit {
  min-height: 98px;
}
.dp-setsquare-controls__title .el-form-item__content {
  width: 400px;
}


.dp-setsquare-dialog > .el-dialog {
  width: 95%;
  max-width: 1400px;
  margin-top: 5vh !important;
}
.dp-setsquare-dialog > .el-dialog .el-dialog__header h3 {
    margin-top: 0;
}
.dp-setsquare-dialog > .el-dialog .el-dialog__body {
    padding: 0;
}
.dp-setsquare-dialog > .el-dialog .el-tabs__content {
    padding: 0;
}
.dp-setsquare-dialog > .el-dialog .el-tabs--border-card {
    border: none;
    box-shadow: none;
}
.dp-setsquare-dialog {
  position: relative;
}
.dp-setsquare-dialog__error,
.dp-setsquare-dialog__progress {
  position: absolute;
  /* above the white-out loading shader */
  z-index: 2001;
  top: 100px;
  left: 50%;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  transform: translate(-50%, 0);
}
.dp-setsquare-dialog__progress {
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.dp-setsquare-dialog__error {
  text-align: center;
}
.dp-setsquare-dialog__column-editor {
  position: absolute;
  left: 0;
  top: 60px;
}


.dp-resource {
  border-top: 1px solid #d1dbe5;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 63.5px;
  transition: background 300ms;
  /* Required to make sorting look pretty */
  background: white;
}
.dp-resource--edit-mode {
  background: rgba(0, 20, 40, 0.05);
}
.dp-resource__indented {
  padding-left: 46px;
  position: relative;
}
.dp-resource__sort-handle {
  display: inline-block;
  position: absolute;
  top: 1px;
  width: 30px;
  cursor: grab;
  vertical-align: middle;
  padding: 7px;
}
.dp-resource__sort-handle--stripe {
  background: #909294;
  height: 3px;
  margin-bottom: 3px;
}
.dp-resource__format {
  position: absolute;
  top: -2px;
  left: 0;
}
.dp-resource__table1 {
  display: table-row;
  width: 100%;
}
.dp-resource__title--wrapper {
  width: 100%;
  display: table-cell;
}
@media (max-width: 767px) {
.dp-temporalcoverage {
    margin-top: 20px;
    margin-right: 12px;
    border-radius: 4px;
    padding: 6px;
    background: rgba(0, 20, 40, 0.05);
}
}
@media (min-width: 768px) {
.dp-resource__table2 {
    display: table;
    width: 100%;
}
.dp-resource__title {
    display: table-cell;
    width: 100%;
}
.dp-resource__temporal {
    display: table-cell;
    white-space: nowrap;
}
}
.dp-resource__link {
  font-weight: bold;
  color: #000;
}
.dp-resource__link:hover {
    color: #000;
    text-decoration: underline;
}
.dp-resource__link--nolink {
  cursor: default;
}
.dp-resource__link--nolink:hover {
    text-decoration: none;
}
.dp-resource__temporal {
  vertical-align: top;
}
.dp-resource__mobile-buttons {
  padding-top: 1rem;
}
.dp-resource__buttons {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  white-space: nowrap;
  position: relative;
}
.dp-resource__buttons i {
    font-weight: bold;
}
.dp-resource__buttons .dp-resource__button--cancel,
  .dp-resource__buttons .dp-resource__button--edit {
    margin-left: 5px !important;
    min-width: 70px;
}
.dp-resource__buttons .dp-resource__button--preview {
    margin-left: 5px;
    min-width: 60px;
}
.dp-resource__buttons .dp-resource__button--save,
  .dp-resource__buttons .dp-resource__button--getlink {
    margin-left: 5px;
    min-width: 80px;
}
.dp-resource__description:not(:empty) {
  padding-top: 1rem;
}
.dp-resource__tags:not(:empty) {
  margin-top: 6px;
}
.dp-resource__tags:not(:empty) .el-tag {
    margin-right: 3px;
}
.dp-resource__label {
  font-weight: bold;
  padding-left: 2px;
  margin-top: 4px;
  line-height: 2em;
}
.dp-resource--edit-mode {
  /* This table cell looks insanely jank on London */
  /* Align the title input with the buttons */
}
.dp-resource--edit-mode .el-form-item:before,
  .dp-resource--edit-mode .el-form-item__content:before {
    display: none;
}
.dp-resource--edit-mode .el-form-item:not(.is-error) {
    margin-bottom: 0px;
}
.dp-resource--edit-mode .dp-resource__title .el-form-item__content {
    max-width: 98%;
    line-height: 29px;
}
.dp-resource--read-mode .dp-resource__table2 {
  margin-top: 3px;
}
.dp-resource__extendedbuttons {
  margin-top: 6px;
}
.dp-resource .dp-resource__sort-handle {
  opacity: 0.35;
}
.dp-resource:hover .dp-resource__sort-handle {
  opacity: 0.8;
}
.dp-resource:hover .dp-resource__sort-handle:hover {
    opacity: 1;
}
.dp-resource:hover .dp-resource__sort-handle:hover .dp-resource__sort-handle--stripe {
      background-color: #454647;
}
.dp-resource__topics {
  width: 50%;
}
.dp-resource__topics label {
    margin-bottom: 0px;
}
.dp-resource__topics > .el-col {
    height: 25px;
}
.dp-resource__geographic-resolution-area {
  margin-bottom: 20px !important;
}
.el-button.dp-resource__description-add {
  margin-right: 5px;
}
.el-button.dp-resource__res-geo-add {
  margin-left: 0px !important;
  margin-right: 5px;
}
.el-button.dp-resource__table-add {
  margin-left: 0px !important;
  margin-right: 5px;
}
.el-button.dp-resource__replace-button {
  margin-right: 5px !important;
  margin-left: 0px !important;
}
.dp-resource__edit-tables {
  padding-top: 10px;
  padding-left: 5px;
}
.dp-resource__edit-tables .el-form-item__content {
    line-height: 1.7em;
}
.button.dp-resource__api-doc,
.button.dp-resource__api-explore {
  font-size: 14px;
}
.dp-resource__preview-modal > .modal-content {
  width: 90%;
}
.button.dp-resource__button--edit {
  font-size: 14px;
}


.dp-resourceadd {
  border-top: 1px solid #d1dbe5;
  padding-top: 16px;
  padding-bottom: 16px;
}
.dp-resourceadd__button {
  text-align: right;
}
.dp-resourceadd__dropzone {
  background-color: white !important;
  margin-top: 6px;
}
.dp-resourceadd--open {
  background-color: rgba(0, 20, 40, 0.05);
}
.dp-resourceadd__dropzone-message {
  margin: 60px auto;
}
.dp-resourceadd__dropzone-message__table {
  margin: 0 auto;
}
.dp-resourceadd__dropzone-message__table td {
    padding: 5px;
}
.dp-resourceadd__dropzone-message__table td img {
      max-height: 48px;
}
.dp-resourceadd__dropzone-message__table td:nth-child(even) {
      padding-bottom: 10px;
}
.dp-resourceadd__dropzone-message__table td:nth-child(even) img {
        max-height: 36px;
}
.dp-resourceadd__dropzone-message__table td:first-child, .dp-resourceadd__dropzone-message__table td:last-child {
      padding-bottom: 15px;
}
.dp-resourceadd__dropzone-message__table td:first-child img, .dp-resourceadd__dropzone-message__table td:last-child img {
        max-height: 24px;
}
.dp-resourceadd__link-data {
  margin-top: 20px;
}
.dp-resourceadd__link-data--clickable {
  cursor: pointer;
}
.dp-resourceadd__dropzone-container {
  height: 350px;
}
.dp-add-resource-dropin-enter-active, .dp-add-resource-dropin-leave-active {
  transition: all .2s ease-out;
}
.dp-add-resource-dropin-enter, .dp-add-resource-dropin-leave-to {
  height: 0;
  transform: scaleY(0) translateY(-10px);
}


.dp-rawhtml {
  margin-top: 1rem;
}


.dp-dataset__description img {
  max-width: 100%;
  display: block;
  margin: 12px auto;
}
.dp-dataset__tag {
  margin-right: 3px;
  margin-bottom: 5px;
}
.dp-dataset__tags {
  margin-top: 20px;
  clear: both;
}
.dp-dataset__resources {
  margin-top: 20px;
}
.dp-dataset__featured-image {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin: 12px auto;
}
@media (min-width: 768px) {
.dp-dataset__featured-image {
      margin: 12px 0 30px 30px;
      float: right;
      max-height: 200px;
      max-width: 35%;
}
}
.dp-dataset__resource__sortable-ghost {
  opacity: 0.4;
  background-color: #D1DBE5 !important;
}
.dp-dataset__resource__sortable-drag {
  border: solid 1px #D1DBE5 !important;
  border-radius: 5px;
}
.dp-dataset__drag-message {
  color: #999;
  margin-bottom: 40px;
}
.dp-dataset__resource-type-title {
  margin-bottom: 0px;
}
.dp-dataset__resource-type-title-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.dp-dataset__resource-type-title-container--empty {
  border-bottom: solid 1px #d1dBE5;
}


.dp-codemirror-editor {
  border: solid thin rgb(209,219,229);
  border-radius: 4px;
  line-height: 19px;
}


.dp-imageupload {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
.dp-imageupload .dz-message {
    margin: 0 0 0 0 !important;
}
.dp-imageupload .dz-preview {
    transition: opacity 500ms 600ms;
}
.dp-imageupload .dz-preview.dz-success {
      opacity: 0;
}
.dp-imageupload .dp-imageupload__preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    /* On IE10 it needs to be behind the dropzone */
    z-index: 1;
    transition: opacity 500ms 600ms;
    color: #000;
    max-width: 100%;
}
.dp-imageupload .dp-imageupload__preview.dp-imageupload__preview--blank {
      background: rgba(0, 0, 0, 0.05);
}
.dp-imageupload .dp-imageupload__preview img {
      max-width: 100%;
      max-height: 100%;
}
.dp-imageupload .dp-imageupload__button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}
.dp-imageupload .dz-success-mark {
    /* Reduce visual noise */
    display: none !important;
}
.dp-imageupload.dp-imageupload--busy .dp-imageupload__preview {
    opacity: 0;
    transition: none;
}


.dp-datasetmetadataformpopover--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* Values above 2000 will occlude the 'Error updating the catalogue' toast popup */
  z-index: 2000;
}
.dp-datasetmetadataformpopover {
  padding: 20px 30px;
  background: #d1dbe5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  line-height: 32px;
}
.dp-datasetmetadataformpopover__buttons {
  float: right;
}
.dp-datasetmetadataformpopover__heading {
  margin: 0px;
}


.dp-form__submit {
  text-align: right;
}
.dp-dataset__metadata-form__publisher-img,
.dp-dataset__metadata-form__topic-img {
  max-width: 100%;
  max-height: 100%;
}
.dp-dataset__metadata-form__publisher-img-container {
  float: left;
  width: 50px;
  height: 30px;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: -5px;
}
.dp-dataset__metadata-form__publisher-img-container img {
    margin-top: 15px;
    transform: translateY(-50%);
}
.dp-dataset__metadata-form__topic-img-container {
  float: left;
  width: 50px;
  height: 30px;
  margin-right: 8px;
  margin-left: 8px;
}
.dp-dataset__metadata-form__topics .el-col .el-checkbox-button {
  width: 100%;
  margin: 0;
}
.dp-dataset__metadata-form__topics .el-col .el-checkbox-button.is-checked img {
    filter: invert(100%);
}
.dp-dataset__metadata-form__topics .el-col .el-checkbox-button .el-checkbox-button__inner {
    overflow: hidden;
    width: 100%;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    line-height: 30px;
    text-align: left;
}
@media (max-width: 991px) {
.dp-dataset__metadata-form__topics .el-col .el-checkbox-button .el-checkbox-button__inner {
    border-left-width: 1px;
}
.dp-dataset__metadata-form__topics .el-col:first-child .el-checkbox-button .el-checkbox-button__inner {
    border-top-width: 1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.dp-dataset__metadata-form__topics .el-col:last-child .el-checkbox-button .el-checkbox-button__inner {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
}
@media (min-width: 992px) {
.dp-dataset__metadata-form__topics .el-col .el-checkbox-button .el-checkbox-button__inner {
    border-radius: 0 0 0 0;
}
.dp-dataset__metadata-form__topics .el-col:nth-child(odd) .el-checkbox-button .el-checkbox-button__inner {
    border-left-width: 1px;
}
.dp-dataset__metadata-form__topics .el-col:nth-child(2) .el-checkbox-button .el-checkbox-button__inner, .dp-dataset__metadata-form__topics .el-col:first-child .el-checkbox-button .el-checkbox-button__inner {
    border-top-width: 1px;
}
.dp-dataset__metadata-form__topics .el-col:first-child .el-checkbox-button .el-checkbox-button__inner {
    border-top-left-radius: 4px;
}
.dp-dataset__metadata-form__topics .el-col:last-child .el-checkbox-button .el-checkbox-button__inner, .dp-dataset__metadata-form__topics .el-col:nth-last-child(2):nth-child(even) .el-checkbox-button .el-checkbox-button__inner {
    border-bottom-right-radius: 4px;
}
.dp-dataset__metadata-form__topics .el-col:nth-last-child(2):nth-child(odd) .el-checkbox-button .el-checkbox-button__inner, .dp-dataset__metadata-form__topics .el-col:last-child:nth-child(odd) .el-checkbox-button .el-checkbox-button__inner {
    border-bottom-left-radius: 4px;
}
.dp-dataset__metadata-form__topics .el-col:nth-child(2) .el-checkbox-button .el-checkbox-button__inner {
    border-top-right-radius: 4px;
}
}
.dp-dataset__metadata-form .el-select {
  width: 100%;
}
.dp-dataset__metadata-form__licence-tag {
  float: left;
  margin: 0 8px;
  text-align: center;
  width: 75px;
  padding-top: 1.5px;
  margin-top: -2px;
  color: white !important;
}
.dp-dataset__metadata-form__sharing-text {
  transition: 0.4s ease;
  border-radius: 4px;
  width: 100%;
}
.dp-dataset__metadata-form__sharing-text .dp-dataset__metadata-form__sharing-span {
    display: table-cell;
    vertical-align: middle;
}
.dp-dataset__metadata-form__sharing-text i {
    padding-right: 15px;
    font-size: 28px;
    vertical-align: middle;
    display: table-cell;
}
.dp-dataset__metadata-form__tag:last-of-type {
  margin-right: 10px;
}
.dp-dataset__metadata-form__input-new-tag {
  width: 78px;
}
.dp-dataset__metadata-form__date {
  margin-left: 25px;
}
.dp-dataset__metadata-form__timestamp-modifier {
  margin-left: 15px;
  display: block;
}
.dp-dataset__metadata-form__leeds-alert {
  margin-top: 5px;
  line-height: 1.5;
  background: #eef1f6;
  color: #000;
}
.dp-dataset__metadata-form__leeds-alert i {
    color: #000;
}
.dp-dataset__metadata-form__leeds-attribution {
  margin-top: 5px;
}

/* 
 * set background to white on quill container
 * for sites with a non-white background 
 * and toolbar is a light grey for distinction
 */
.ql-container {
  background: white;
}
.el-autocomplete-suggestion {
  min-width: 220px;
}
.dp-dataset__metadata-form__tag {
  margin-right: 3px;
  margin-bottom: 5px;
}
.dp-dataset__metadata-form__tag-suggestions {
  padding: 2px 8px;
  border: solid thin #cccccc;
  border-radius: 4px;
  background: #eef1f6;
  color: #999;
}
.dp-dataset__metadata-form__tag--suggestion {
  filter: grayscale(100%);
  opacity: 0.8;
}
.is-error .el-radio-group .el-radio-button__inner {
  border-color: #ff4949;
}
.dp-dataset__metadata-form__licence--has-img > .el-input > .el-input__inner {
  padding-left: 45px;
}
.dp-dataset__metadata-form__licence-img {
  width: 20px;
}
.dp-dataset__metadata-form__licence-img--option-label-container {
  top: 10px;
  left: 15px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
}
.dp-dataset__metadata-form__publisher-img--option-label,
.dp-dataset__metadata-form__licence-img--option-label {
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
  position: absolute;
}
.dp-dataset__metadata-form__publisher--has-img > .el-input > .el-input__inner {
  padding-left: 75px;
}
.dp-dataset__metadata-form__publisher-img--option-label-container {
  top: 10px;
  left: 15px;
  position: absolute;
  width: 50px;
  height: 20px;
  text-align: center;
}
.dp-dataset__description-toggle-wrapper {
  line-height: 1.5em;
}
.dp-dataset__description-toggle {
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
}
.dp-dataset__metadata-form__sharing-buttons {
  width: 100%;
}
.dp-dataset__metadata-form__sharing-buttons .el-radio-button {
    width: 50%;
    margin-bottom: 0px;
}
.dp-dataset__metadata-form__sharing-buttons .el-radio-button .el-radio-button__inner {
      width: 100%;
}
.dp-public-private-transition-enter-active {
  transition: all 0.2s ease;
}
.dp-public-private-transition-leave-active {
  transition: all 0.2s ease;
}
.dp-public-private-transition-enter {
  transform: translateY(100%);
}
.dp-public-private-transition-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}


.dp-resources__button-container {
  margin-bottom: 20px;
  text-align: right;
}
.dp-dataset-editor__error {
  text-align: center;
}
.dp-dataset__explained {
  margin-bottom: 15px;
}


.dp-dataset-sharing__arcs {
  float: right;
  text-align: center;
  position: relative;
}
.dp-dataset-sharing__arcs path {
    transition: all 0.2s;
}
.dp-dataset-sharing__arcs_centre {
  color: #9e0059;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.grey-words {
  color: #ccc;
}
.pink-words {
  color: rgba(158, 0, 89, 0.2);
}
.grey-circle:hover {
  stroke: rgba(158, 0, 89, 0.2);
}
.grey-circle:hover ~ .grey-circle {
  stroke: rgba(158, 0, 89, 0.2);
}
.grey-circle:hover ~ .grey-circle .dp-dataset__sharing__info-labels {
    margin-top: -0.5rem;
}
.pink-circle {
  stroke: rgba(158, 0, 89, 0.2);
}
.dp-dataset-sharing__info-labels {
  margin-top: -0.5rem;
}
.dp-dataset-sharing__info-label {
  text-align: left;
  transition: all 0.2s;
  display: block;
  cursor: pointer;
  margin-top: 0px;
  font-weight: bold;
}
.dp-dataset-sharing__button {
  position: relative;
}
.button.dp-dataset-sharing__save-button {
  position: absolute;
  bottom: 0;
  right: .75rem;
}


.quickview.dp-dataset-sharing__quickview {
  z-index: 2001;
}
.dp-dataset-sharing__icon {
  transition: all 0.3s;
}
.dp-dataset-sharing__icon--rotated {
  transform: rotate(-180deg);
}
.dp-dataset-sharing__remove-team {
  margin-left: 2rem;
}


.dp-dataset-sharing__who-can-interact-transition-enter-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__who-can-interact-transition-leave-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__who-can-interact-transition-leave,
.dp-dataset-sharing__who-can-interact-transition-enter-to {
}
.dp-dataset-sharing__who-can-interact-transition-enter {
  transform: translateX(1.5%);
}
.dp-dataset-sharing__who-can-interact-transition-leave-to {
  opacity: 0;
  transform: translateX(1.5%);
}
.dp-dataset-sharing__share-with-another-team {
  margin-top: 2rem;
}
.dp-dataset-sharing__create-new-team-button {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.dp-dataset-sharing__create-team-form {
  min-height: 300px;
}


.dp-dataset-sharing__who-can-interact-transition-enter-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__who-can-interact-transition-leave-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__who-can-interact-transition-leave,
.dp-dataset-sharing__who-can-interact-transition-enter-to {
}
.dp-dataset-sharing__who-can-interact-transition-enter {
  transform: translateX(1.5%);
}
.dp-dataset-sharing__who-can-interact-transition-leave-to {
  opacity: 0;
  transform: translateX(1.5%);
}
.dp-dataset-sharing__share-with-another-user {
  margin-top: 2rem;
}


.dp-dataset-sharing__slider__label {
  width: 140px;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  margin-top: -12px;
  font-size: 17px;
}
.dp-dataset-sharing__slider__label--label1 {
  top: 4%;
}
.dp-dataset-sharing__slider__label--label2 {
  top: 27%;
}
.dp-dataset-sharing__slider__label--label3 {
  top: 50%;
}
.dp-dataset-sharing__slider__label--label4 {
  top: 73%;
}
.dp-dataset-sharing__slider__label--label5 {
  top: 97%;
}
.dp-dataset-sharing__selector-wrapper {
  padding: 2rem 0;
}
.dp-dataset-sharing__team {
  font-size: 15px;
  margin: 10px 5px;
}
.dp-dataset-sharing__entry {
  padding: 1rem;
}
.dp-dataset-sharing__email {
  font-size: 13px;
  opacity: 0.6;
}
.dp-dataset-sharing__message {
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
}
.dp-dataset-sharing__message-box {
  border-radius: 4px;
  width: 100%;
}
.dp-dataset-sharing__message-box .dp-dataset__public-private-icon {
    padding-right: 15px;
    font-size: 28px;
    vertical-align: middle;
    display: table-cell;
}
.dp-dataset-sharing__save-button {
  float: right;
}
.dp-dataset-sharing__teams,
.dp-dataset-sharing__users {
  margin-top: 5rem;
}
.dp-dataset-sharing__public-private-icon-transition-enter-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__public-private-icon-transition-leave-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__public-private-icon-transition-enter {
  transform: translateX(-12.5%);
}
.dp-dataset-sharing__public-private-icon-transition-leave-to {
  opacity: 0;
  transform: translateX(-12.5%);
}
.dp-dataset-sharing__public-private-words-transition-enter-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__public-private-words-transition-leave-active {
  transition: all 0.2s ease;
}
.dp-dataset-sharing__public-private-words-transition-enter {
  transform: translateX(2.5%);
}
.dp-dataset-sharing__public-private-words-transition-leave-to {
  opacity: 0;
  transform: translateX(2.5%);
}


.dp-polaroid {
  margin-bottom: 30px;
  transition: transform 400ms ease-out, opacity 200ms ease-out, box-shadow 180ms;
  box-shadow: none;
  overflow: hidden;
}
.dp-polaroid:hover {
    /* news corp style */
    /* box-shadow: 0 18px 25px 0 rgba(55,62,70,0.2); */
    /* transition: transform 400ms ease-out, opacity 200ms ease-out, box-shadow 300ms; */
    /* data mill style (default) */
    box-shadow: 0 0 0 5px rgba(55, 62, 70, 0.12);
}
.flexbox .dp-polaroid--before-enter {
  /* //-webkit-transform:  translateX(-0px) rotateX(90deg) rotateZ(10deg) scale3d(1.2, 1.2, 1); */
  /* transform:          translateX(-0px) rotateX(90deg) rotateZ(10deg) scale3d(1.2, 1.2, 1); */
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(10deg) scale3d(0.8, 0.8, 1);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(10deg) scale3d(0.8, 0.8, 1);
  opacity: 0;
}
.dp-polaroid__link {
  display: block;
  padding: 20px;
  margin: -20px;
}
.dp-polaroid__link:hover {
    text-decoration: none;
}
.dp-polaroid__top {
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.dp-polaroid__image {
  max-width: 180px;
  max-height: 150px;
}
.dp-polaroid__image--placeholder {
  max-width: 100px;
  max-height: 100px;
}
.dp-polaroid__text {
  position: relative;
  padding-top: 50px;
  color: #333;
}
.dp-polaroid__title {
  position: absolute;
  bottom: 16px;
  line-height: 1.3em;
}


.button.url-control-disabled {
  padding-right: 0px;
}
.url-input-disabled > input {
  padding-left: 0px;
}
.button.is-borderless {
  border: none;
}
.button.dp-topic__metadata-form__website-placeholder {
  cursor: auto;
}


.dp-publisher-editor__error {
  text-align: center;
}


.dp-members tr:nth-child(even) .dp-member__admin,
.dp-members tr:nth-child(even) .dp-member__title,
.dp-members tr:nth-child(even) .dp-member__delete,
.dp-members tr:nth-child(even) .dp-member__email {
  background: transparent;
}
.dp-members tr:nth-child(odd) .dp-member__admin,
.dp-members tr:nth-child(odd) .dp-member__title,
.dp-members tr:nth-child(odd) .dp-member__delete,
.dp-members tr:nth-child(odd) .dp-member__email {
  background: rgba(105, 175, 205, 0.1);
}
.dp-members .dp-member .el-icon-close {
  opacity: 0;
}
.dp-members .dp-member:hover td {
  background-color: #c3e9ff;
  color: #000;
}
.dp-members .dp-member:hover .el-icon-close {
  opacity: 1;
}
.dp-members .el-loading-mask {
  background-color: transparent;
}
.dp-members .el-loading-spinner {
  transform: scale(0.66);
}
.dp-member__fat {
  width: 10px;
}
.dp-member__fat:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dp-member__fat:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dp-member__admin {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.dp-member__title {
  white-space: nowrap;
  color: #1f2d3d;
  padding: 3px 10px;
}
.dp-member__email {
  white-space: nowrap;
  padding: 3px 0;
  color: #4f5d8d;
  text-align: right;
}
.dp-member__delete {
  vertical-align: middle;
  width: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
.dp-member__title,
  .dp-member__email {
    padding-top: 6px;
    padding-bottom: 6px;
}
}
@media (min-width: 1200px) {
.dp-member__title,
  .dp-member__email {
    line-height: 1.8em;
    padding-top: 8px;
    padding-bottom: 8px;
}
}

/*
 * Make updates look amazing
 */
.dp-member--loading {
  pointer-events: none;
}
.dp-member--loading .dp-member__title,
  .dp-member--loading .dp-member__email {
    color: rgba(0, 0, 0, 0.2);
}


.dp-users__input {
  width: 100%;
}
.dp-users__input .el-input-group__append {
    padding: 0px;
}
.dp-users__button {
  display: block;
  padding: 9px 14px;
}
.dp-users__button:hover {
    cursor: pointer;
}
.dp-users__dropdown {
  max-height: 380px;
  overflow: scroll;
  background-color: #f5f6fa;
}
.dp-users__dropdown .el-dropdown-mnenu__item {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #000;
}


.dp-users__box {
  margin-bottom: 10px;
  border: 1px solid #bfcbd9;
  margin-top: -3px;
  border-top: none;
  border-radius: 4px;
  height: 260px;
  padding: 8px 0px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.dp-users__user {
  clear: both;
}
.dp-users__user:hover {
  background: #e5e8f0;
  transition: none;
  cursor: pointer;
}
.dp-users__user-exists {
  display: inline-block;
  width: 76px;
  max-width: 76px;
  padding: 8px 8px 8px 0;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 600px) {
.dp-users__user-exists {
      display: none;
}
}
.dp-users__user-exists--placeholder {
  width: 18px;
  opacity: 0.08;
}
.dp-users__user-title {
  display: inline-block;
  padding: 8px 5px 8px 10px;
  /* color: #000; */
}
.dp-users__user-email {
  float: right;
  display: inline-block;
  padding: 8px 34px 8px 5px;
  font-weight: bold;
  text-align: right;
}
@keyframes click-ripple {
0% {
    opacity: 0.2;
    transform: scale(0);
}
50% {
    opacity: 0.1;
    transform: scale(10, 10);
}
100% {
    opacity: 0;
    transform: scale(10, 10);
}
}
.dp-users__user.dp-users__user--selected {
  background: #3f8dda;
  color: #fff;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.dp-users__user.dp-users__user--selected:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    animation-name: click-ripple;
    animation-duration: 1s;
}
.dp-users__user--disabled {
  opacity: 0.8;
  background: #f9f9f9;
  color: #999;
  pointer-events: none;
}
.dp-users__user--empty {
  pointer-events: none;
  text-align: center;
  font-style: italic;
}
.dp-users__user--loading {
  pointer-events: none;
  text-align: center;
  font-style: italic;
  height: 30px;
  margin: 15px 0;
}
.dp-users__user-highlight {
  padding: 0.15em 0.15em;
  border-radius: 3px;
  background: #ffff73;
  color: #000;
}


.dp-members {
  width: 100%;
}
.dp-members:not(:empty) {
    margin-bottom: 100px;
}
.dp-members__add-button {
  float: right;
  margin: 0 10px 20px 0;
}
.dp-members__header {
  margin-top: 0px;
  margin-bottom: 30px;
}
.dp-members--loading {
  padding: 20px;
  height: 20px;
}
.dp-members--empty {
  padding: 20px;
  text-align: center;
  background-color: #f0f7fa;
}
.dp-members__header-title,
.dp-members__header-email,
.dp-members__header-admin {
  padding: 8px;
  padding-bottom: 3px;
  font-size: 0.9em;
}
.dp-members__header-admin {
  padding-left: 10px;
  text-align: center;
}
.dp-members__header-title {
  padding-left: 10px;
}
.dp-members__header-email {
  text-align: right;
  padding-right: 20px;
}
.dp-just-updated-hack {
  /* A hint to the transition system in Vue.
   * Just-updated-hack will insert one final TR after each update then
   * immediately remove it. Why? Because then any reordering transitions
   * run smoothly.
   * Without this, a bug: The first reorder transition always fails.
   * Subsequent reorder transitions go off without a hitch.
   * FML.
   */
  display: none;
}
.dp-member-leave-active {
  transition: all 0.6s;
}
.dp-member-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.dp-member-move {
  transition: transform 0.6s;
}
.dp-members__dialog .el-dialog {
  min-width: auto;
  width: 100%;
  max-width: 900px;
}


.button.url-control-disabled {
  padding-right: 0px;
}
.url-input-disabled > input {
  padding-left: 0px;
}
.button.is-borderless {
  border: none;
}
.button.dp-topic__metadata-form__website-placeholder {
  cursor: auto;
}


.dp-topic-editor__error {
  text-align: center;
}


.dp-timeline {
  position: relative;
}
.dp-timeline__placeholder {
  width: 100%;
  margin-bottom: 100px;
}
.dp-timeline__placeholder .el-loading-mask {
    background-color: transparent;
}
.dp-timeline__placeholder-left {
  width: 90px;
  height: 90px;
  vertical-align: top;
}
.dp-timeline__placeholder-left1 {
  background: rgba(0, 20, 40, 0.1);
  width: 73px;
  height: 70px;
}
.dp-timeline__placeholder-right {
  vertical-align: top;
}
.dp-timeline__placeholder-right1 {
  background: rgba(0, 20, 40, 0.1);
  height: 20px;
  margin-bottom: 8px;
}
.dp-timeline__placeholder-right2 {
  background: rgba(0, 0, 0, 0.04);
  width: 95%;
  height: 20px;
  margin-bottom: 8px;
}
.dp-timeline__message {
  width: 240px;
  padding: 20px 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  color: #234;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -120px;
  margin-top: -40px;
  text-align: center;
  border: 1px solid rgba(0, 20, 40, 0.1);
  background: #fff;
  border-radius: 4px;
}
.dp-timeline__table {
  width: 100%;
  margin: 0 auto;
  min-height: 250px;
}
.dp-timeline__button {
  display: block;
  margin: 0 auto 100px auto;
}
.dp-timeline__group-header {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
}
.dp-timeline__group-header-icon {
  padding: 10px;
}
.dp-timeline__group-header-text {
  padding: 10px;
}
.dp-timeline__meta {
  float: right;
  margin-left: 20px;
}
.dp-timeline__group {
  margin: 6px 0 28px 24px;
}
.dp-timeline__lines {
  position: relative;
  vertical-align: top;
  margin-right: 15px;
}
.dp-timeline__line-horizontal {
  width: 10px;
  height: 17px;
  border-bottom: solid thin #e0e0e0;
  border-left: solid thin #e0e0e0;
}
.dp-timeline__line-vertical {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.dp-timeline__event-icon {
  vertical-align: baseline;
  padding: 4px;
  padding-top: 6px;
}
.dp-timeline__event-body {
  padding: 7px 4px 4px 4px;
}
.dp-timeline__event-body img {
    max-width: 25%;
}
.dp-timeline__event-body .label {
    margin-left: 8px;
}
.dp-timeline__format {
  display: none;
}
.dp-timeline__format-icon {
  max-width: 22px;
  max-height: 32px;
}
.dp-timeline__topic-icon {
  max-width: 30px;
  margin-right: 8px;
}


.dp-my-profile__form {
  border: 1px solid #d1dbe5;
  background: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 4px;
}
@media (min-width: 768px) {
.dp-my-profile__form {
      padding: 30px;
      padding-bottom: 15px;
      padding-left: 70px;
}
}
.dp-my-profile__form .el-input {
    width: 80%;
    max-width: 300px;
    margin-right: 8px;
}
.dp-my-profile__form-title {
  margin-top: 0px;
  margin-bottom: 18px;
}
.dp-my-profile__form.el-form--label-top .el-form-item__label {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.dp-my-profile__form.el-form--label-top .el-form-item:last-child {
  margin-bottom: 0px;
}


.dp-my-profile__api-key-area {
  text-align: center;
  margin-bottom: 18px;
}
.dp-my-profile__api-explain {
  display: inline-block;
  margin-right: 8px;
  max-width: 300px;
  width: 80%;
  padding-right: 10px;
}
.dp-my-profile__api-button {
  display: inline-block;
  vertical-align: top;
}
.dp-apikey__modal .el-dialog {
  width: 100%;
}
@media (min-width: 500px) {
.dp-apikey__modal .el-dialog {
      width: 480px;
}
}
.dp-apikey__form {
  text-align: center;
}


.dp-breadcrumbs {
  padding: 12px 0;
}
.dp-breadcrumbs > .dp-container {
    position: relative;
}
.el-breadcrumb__item--home .icon-home {
  font-size: 18px;
}
.el-breadcrumb__inner {
  line-height: 19px;
}


.dp-errors {
  /* See white bars on London without this;
   * http://london.wp.local/publisher/bromley-healthcare?flash=true
   * Because:
   * https://stackoverflow.com/questions/27829250/child-margin-doesnt-affect-parent-height
   */
  overflow: auto;
}
.el-alert.dp-error {
  margin: 16px auto;
  max-width: 450px;
}


.dp-masthead .el-tabs__header {
  margin-bottom: 0px;
}
.dp-masthead__table {
  display: table;
  table-layout: fixed;
  min-height: 150px;
  width: 100%;
}
.dp-masthead__img-cell {
  display: none;
  vertical-align: middle;
  text-align: center;
  padding: 16px;
  padding-right: 30px;
  height: 120px;
}
@media (min-width: 768px) {
.dp-masthead__img-cell {
      display: table-cell;
      width: 33.33%;
}
}
@media (min-width: 1200px) {
.dp-masthead__img-cell {
      width: 25%;
}
}
.dp-masthead__title-cell {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  padding-top: 16px;
  padding-left: 16px;
}
.dp-masthead__img {
  max-width: 100%;
  max-height: 110px;
}
.dp-masthead__title {
  margin-bottom: 30px;
  margin-top: 0px;
}
.dp-masthead__description {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 0.84em;
}
.dp-masthead__subtitle {
  margin-top: -22px;
  margin-bottom: 18px;
  /* font-size: 0.9em; */
}
.dp-masthead__subtitle a {
    color: #707070;
}
.dp-masthead__subtitle a:hover {
    color: #333;
    text-decoration: underline;
}
.dp-masthead__draft {
  font-style: italic;
  font-weight: 900;
}
.dp-masthead__title--deleted {
  text-decoration: line-through;
}
.dp-masthead__archived,
.dp-masthead__deleted {
  font-style: italic;
  color: #ed5751;
  font-weight: 300;
}


.dp-header {
  margin-bottom: 30px;
  /* Arbitrary. On Bootstrap it's 20px. This looks good though. */
}
.dp-content {
  margin-bottom: 20px;
  /* Probable $line-height-computed */
  min-height: 300px;
}
.dp-container--narrow,
.dp-container.dp-container--narrow {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.error-icon {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 170px;
}
.el-button--danger {
  background-color: #ee2244;
  border-color: #ee2244;
}
.el-button--danger:focus, .el-button--danger:hover {
    background-color: #f2516c;
}
.el-button.el-danger-on-hover:hover {
  border-color: #cd102f;
  background-color: #ee2244;
  color: white;
}


.vue-typer {
  pointer-events: none;
}
.vue-typer .custom.char.typed {
    color: #fff;
}
.vue-typer .custom.caret {
    background-color: #fff;
    width: 1px;
    height: 22px;
    border: none;
}
.vue-typer-dark .vue-typer .custom.char.typed {
  color: #555;
}
.vue-typer-dark .vue-typer .custom.caret {
  background-color: #555;
}
.datapress-news-ticker__pause-play-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 1rem;
}


.dp-querybar .dp-tile__title {
  display: table-cell;
  vertical-align: bottom;
  height: 50px;
}
.dp-querybar .dp-tile__description {
  height: 100px;
}
@media (max-width: 768px) {
.dp-querybar .el-col:nth-child(3) {
    display: none;
}
}
@media (max-width: 991px) {
.dp-querybar .el-col:nth-child(4) {
    display: none;
}
}


.dp-latest {
  overflow: scroll;
}
.dp-latest .dp-tile {
    margin-bottom: 40px;
}
.dp-latest .dp-tile:last-child {
    margin-bottom: 245px;
}
.hide-scrollbar {
  overflow: hidden;
}


.dp-front-page-search__input {
  width: 100%;
}


.dp-global-search--open {
  background: rgba(0, 0, 0, 0.1) !important;
}
.dp-global-search__placeholder {
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-top: 9px;
  padding-left: 11px;
  font-size: 14px;
  color: #999;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}
.dp-global-search__input-wrapper {
  position: absolute;
  z-index: 9;
  right: 50%;
  top: 50%;
  margin-top: -18px;
  margin-right: -22px;
  opacity: 1;
  width: 450px;
}
.dp-global-search__input-wrapper.dp-globalsearch-enter-active {
    transition: width 400ms, opacity 400ms;
    pointer-events: none;
}
.dp-global-search__input-wrapper.dp-globalsearch-enter {
    opacity: 0;
    width: 0px;
}
.dp-global-search__input {
  overflow: hidden;
  opacity: 1;
  width: 100%;
}


.dp-cardtile-image {
  position: relative;
  padding-top: 60%;
}
.dp-cardtile-image__formats {
  position: absolute;
  bottom: 10%;
  right: 10%;
}


/*# sourceMappingURL=_srcmap/app.css.map*/