@charset "UTF-8";
/* $$ DGE BASE CKAN */
#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type=date], input[type=email], input[type=file], input[type=password], input[type=search], input[type=text], input[type=url] {
  width: calc(100% - 1.876rem);
  border-radius: .438rem;
  background-color: #fff;
  -webkit-box-shadow: var(--box-shadow-centered);
  box-shadow: var(--box-shadow-centered);
  color: var(--primary-700);
  font-size: .875rem;
  padding: 0 .938rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  outline: 0;
  min-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

input[type=date]:active, input[type=date]:after, input[type=date]:focus, input[type=email]:active, input[type=email]:after, input[type=email]:focus, input[type=file]:active, input[type=file]:after, input[type=file]:focus, input[type=password]:active, input[type=password]:after, input[type=password]:focus, input[type=search]:active, input[type=search]:after, input[type=search]:focus, input[type=text]:active, input[type=text]:after, input[type=text]:focus, input[type=url]:active, input[type=url]:after, input[type=url]:focus {
  outline: 0 !important;
  border-color: var(--primary-700); }

input[type=date]:hover, input[type=email]:hover, input[type=file]:hover, input[type=password]:hover, input[type=search]:hover, input[type=text]:hover, input[type=url]:hover {
  border: 1px solid var(--primary-700);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.filter-icon {
  height: auto;
  width: 1.25rem;
  margin-left: .5rem;
  margin-bottom: -.2rem; }

input[type=checkbox] {
  cursor: pointer;
  position: relative;
  appearance: none;
  margin-right: 2rem !important; }
  input[type=checkbox]::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--border);
    border-radius: .375rem;
    position: absolute;
    left: 0px;
    top: -15px; }

input[type=checkbox]:checked::before {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
  content: "✓";
  color: #fff;
  font-size: 1.188rem;
  text-align: center; }

#field-main-search,
#search_bar {
  padding-right: 38px;
  width: calc(100% - 23px - 1.876rem);
  background: url(/images/search.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 1.125rem;
  background-color: var(--white); }

.custom_select {
  position: relative; }
  .custom_select h2 {
    font-size: .875rem;
    line-height: normal;
    color: var(--primary-600);
    font-family: montserrat-medium;
    margin-top: .83em;
    margin-bottom: 0.5rem !important; }
  .custom_select .custom_select-body {
    cursor: pointer;
    position: relative; }
    .custom_select .custom_select-body input {
      cursor: pointer; }
      .custom_select .custom_select-body input::placeholder {
        color: var(--dark-gray); }
    .custom_select .custom_select-body .custom_select-arrow {
      position: absolute;
      right: .625rem;
      top: .7rem; }
    .custom_select .custom_select-body.select-visible + ul {
      display: flex; }
  .custom_select ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: .85rem;
    color: var(--dark-gray);
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--primary-300);
    border-radius: .35rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 400px;
    overflow-y: scroll; }
    .custom_select ul li {
      padding: .5rem 1rem;
      background-color: var(--white);
      transition: .2s background-color; }
      .custom_select ul li input {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
        .custom_select ul li input:before {
          top: 0px; }
      .custom_select ul li label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 2.188rem;
        margin-right: .625rem;
        line-height: 1.625rem;
        vertical-align: middle;
        font-family: montserrat;
        margin-bottom: 0;
        width: -webkit-fill-available; }
      .custom_select ul li:hover {
        background-color: var(--primary-300); }
        .custom_select ul li:hover input + label::before {
          background-color: var(--primary-400);
          transition: .2s background-color; }
        .custom_select ul li:hover input[type=checkbox]:checked + label::before {
          background-color: var(--primary-500);
          transition: .2s background-color; }

.dge-search-dropdown-wrapper {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -.2rem;
  margin-left: 25px; }

.dge-search-dropdown-trigger {
  cursor: pointer;
  text-align: start;
  font-size: .875rem;
  color: var(--primary-600);
  border: 0px;
  background: url(/images/blue-arrow.svg) no-repeat 97.5% 50%;
  background-color: unset;
  padding-right: 2rem; }
  .dge-search-dropdown-trigger::before {
    content: '';
    position: absolute;
    left: -22px;
    background-size: 1rem !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(/images/sort.svg) no-repeat; }

.dge-search-dropdown-menu {
  display: none;
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: 10;
  padding: 0;
  margin: 0;
  font-size: .85rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto; }

.dge-search-dropdown-item {
  cursor: pointer;
  padding: 0 1rem;
  clear: both;
  color: var(--primary-500);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  min-height: 2.5rem;
  font-size: .9rem;
  max-width: none;
  align-content: center;
  text-decoration: none;
  transition: .2s background-color; }
  .dge-search-dropdown-item:hover {
    background-color: var(--primary-300);
    transition: .2s background-color; }

.dge-search-dropdown-wrapper.active .dge-search-dropdown-menu {
  display: block; }

.search_input {
  background-image: url(/images/search.svg) !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1.125rem !important;
  position: relative !important;
  background-position: calc(100% - .5rem) center !important;
  background-repeat: no-repeat !important; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  font-size: .875rem;
  resize: none;
  padding: .5rem;
  overflow: auto;
  vertical-align: top;
  box-sizing: border-box;
  height: auto;
  border: 1px solid transparent;
  border-radius: .438rem;
  box-shadow: var(--box-shadow-centered);
  transition: .2s border; }
  textarea:focus-visible {
    outline: none; }
  textarea:hover {
    border: 1px solid var(--primary-700); }

.form-textarea-wrapper textarea {
  width: 100%; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

.lead {
  margin-bottom: 20px; }

.muted {
  color: #999999; }

a.muted:hover,
a.muted:focus {
  color: #808080; }

.text-warning {
  color: #c09853; }

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

.text-error {
  color: var(--alert-danger-color); }

a.text-error:hover,
a.text-error:focus {
  color: var(--alert-danger--hover-color); }

.text-info {
  color: var(--alert-info-color); }

a.text-info:hover,
a.text-info:focus {
  color: var(--alert-info-hover-color); }

.text-success {
  color: var(--alert-success-color); }

a.text-success:hover,
a.text-success:focus {
  color: var(--alert-success-hover-color); }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.dl-horizontal {
  *zoom: 1; }

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0; }

.dl-horizontal:after {
  clear: both; }

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dl-horizontal dd {
  margin-left: 180px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0 none; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: block;
  margin-bottom: 5px; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: auto; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  background-color: #ffffff; }

select.form-control,
.controls select {
  cursor: pointer;
  height: 42px;
  width: 100%;
  color: var(--primary-700);
  font-size: .875rem;
  padding: 0 .938rem;
  appearance: none;
  border: 1px solid transparent;
  border-radius: .438rem;
  margin-bottom: 0;
  background-image: url(/images/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 13px;
  box-shadow: var(--box-shadow-centered);
  transition: .2s border; }
  select.form-control:hover,
  .controls select:hover {
    border: 1px solid var(--primary-700);
    transition: .2s border; }
  select.form-control:active, select.form-control:focus, select.form-control:focus-visible,
  .controls select:active,
  .controls select:focus,
  .controls select:focus-visible {
    outline: none; }
  select.form-control[multiple],
  .controls select[multiple] {
    padding: 0;
    background-image: none; }
    select.form-control[multiple] option,
    .controls select[multiple] option {
      font-size: 1rem;
      color: var(--dark-gray);
      padding: .5rem 1rem; }
      select.form-control[multiple] option:checked, select.form-control[multiple] option:focus, select.form-control[multiple] option:active,
      .controls select[multiple] option:checked,
      .controls select[multiple] option:focus,
      .controls select[multiple] option:active {
        background-color: var(--primary-300); }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  /*   min-height: 20px;
  padding-left: 20px; */ }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  display: inline-block;
  vertical-align: midlle;
  margin: 0 10px 0 0; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 185px; }

.input-large {
  width: 230px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

.controls-row {
  *zoom: 1; }

.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0; }

.controls-row:after {
  clear: both; }

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input[type="date"] {
  background-image: url(/images/calendar.svg); }

input[type="time"] {
  background-image: url(/images/time.svg); }

input[type="date"],
input[type="time"] {
  width: calc(100% - 1.876rem);
  border-radius: .438rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-centered);
  color: var(--primary-700);
  font-size: .875rem;
  padding: 0 .938rem;
  transition: .3s;
  border: 1px solid transparent;
  outline: 0;
  min-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 20px; }
  input[type="date"]:hover,
  input[type="time"]:hover {
    border: 1px solid var(--primary-700);
    transition: .3s; }
  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="time"]::-webkit-calendar-picker-indicator {
    background-size: 10rem;
    opacity: 0;
    cursor: pointer; }

@supports (-moz-appearance: none) {
  input[type="date"] {
    cursor: pointer;
    background: unset;
    padding-right: .5rem; } }

.controls input[type="date"] {
  margin-right: .8rem;
  width: calc(50% - .8rem);
  display: inline-block;
  box-sizing: border-box; }

.controls input[type="time"] {
  width: 50%;
  display: inline-block;
  box-sizing: border-box; }

.controls.editor {
  white-space: normal; }

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error .control-label,
.form-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: var(--alert-danger-color); }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.form-group.error input,
.control-group.error select,
.form-group.error select,
.control-group.error textarea,
.form-group.error textarea {
  color: var(--alert-danger-color); }

.control-group.error input,
.form-group.error input,
.control-group.error select,
.form-group.error select,
.control-group.error textarea,
.form-group.error textarea {
  border-color: var(--alert-danger-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.error input:focus,
.form-group.error input:focus,
.control-group.error select:focus,
.form-group.error select:focus,
.control-group.error textarea:focus,
.form-group.error textarea:focus {
  border-color: #954143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d49b9d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d49b9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d49b9d; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: var(--alert-danger-color);
  background-color: var(--alert-danger-color);
  border-color: var(--alert-danger-color); }

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: var(--alert-success-color); }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: var(--alert-success-color); }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: var(--alert-success-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: var(--alert-success-hover-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: var(--alert-success-color);
  background-color: #dff0d8;
  border-color: var(--alert-success-color); }

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: var(--alert-info-color); }

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: var(--alert-info-color); }

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: var(--alert-info-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: var(--alert-info-hover-color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--alert-info-bg);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--alert-info-bg);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--alert-info-bg); }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: var(--alert-info-color);
  background-color: var(--alert-info-bg);
  border-color: var(--alert-info-color); }

.form-actions {
  padding: 65px 0 20px;
  margin-top: 20px; }

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0; }

.form-actions:after {
  clear: both; }

.help-block,
.help-inline {
  color: #6a6a6a; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend,
#dataset-edit .form-group.error .input-group {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2; }

.input-append .add-on,
.input-prepend .add-on,
.input-group .input-group-addon {
  font-style: italic;
  color: var(--normal-gray); }

.input-append .add-on,
.input-prepend .add-on,
.input-group .input-group-addon,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on,
.input-group .input-group-addon,
.input-prepend .btn {
  margin-right: -1px; }

.input-prepend .add-on:first-child,
.input-group .input-group-addon:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append,
#dataset-edit select,
#dataset-edit input,
#resource-edit select,
#resource-edit input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group,
#dataset-edit .form-group,
#resource-edit .form-group,
#dataset-edit .control-group {
  margin-bottom: 20px;
  *zoom: 1; }

#resource-edit .dge_upload {
  display: flex;
  margin-bottom: 10px; }
  #resource-edit .dge_upload div:first-child {
    flex: 0 1 25%; }
  #resource-edit .dge_upload .info-block {
    margin-top: -12px;
    margin-bottom: .5rem; }

div[data-module="dataset-visibility"] + .form-actions {
  display: flex;
  justify-content: center; }

#multi-value-resource_relation + .form-actions {
  display: flex;
  justify-content: space-between; }
  #multi-value-resource_relation + .form-actions .btn[name="save"][value="again"] {
    margin-left: auto; }
  #multi-value-resource_relation + .form-actions .btn {
    margin-right: 10px; }

@media (max-width: 780px) {
  div[data-module="dataset-visibility"] + .form-actions {
    display: flex;
    justify-content: center; }
    div[data-module="dataset-visibility"] + .form-actions .btn {
      width: 100%; }
  #multi-value-resource_relation + .form-actions {
    display: flex;
    justify-content: unset;
    flex-direction: column; }
    #multi-value-resource_relation + .form-actions .btn[name="save"][value="again"] {
      margin-left: 0; }
    #multi-value-resource_relation + .form-actions .btn {
      width: 100%;
      margin-right: 0; }
  .image-upload .btn {
    width: calc(100% - 1.876rem) !important;
    margin-bottom: 1rem; } }

.form-horizontal .form-group {
  margin-bottom: 20px;
  *zoom: 1; }

@media screen and (max-width: 768px) {
  .form-horizontal .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem !important; }
    .form-horizontal .form-group .slug-preview {
      display: flex;
      flex-direction: column;
      margin-top: 1.5rem !important; }
      .form-horizontal .form-group .slug-preview .btn-xs {
        margin-top: 1rem; }
    .form-horizontal .form-group input[type=text] {
      width: 100% !important; }
  .harvest-types {
    margin-bottom: 1.5rem !important; }
  .form-actions {
    padding: 0; }
    .form-actions .btn--secondary + .pull-right {
      float: left;
      margin-left: 0px; }
  .slug-preview {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem !important; }
    .slug-preview .slug-preview-prefix {
      margin: .5rem 0; }
    .slug-preview .slug-preview-value {
      margin-bottom: .5rem; }
  .input-group-addon {
    display: block;
    margin: .5rem 0; }
  .tooltip-custom .tooltip-margin {
    flex: none !important; }
  #dataset-edit .form-group.error .input-group {
    display: block;
    white-space: normal; }
  .dge-search-dropdown-menu {
    right: auto;
    left: 0px; } }

.tooltip-custom {
  display: flex;
  margin-bottom: 10px; }
  .tooltip-custom .tooltip-margin {
    flex: 0 1 25%; }

.form-horizontal .control-group:before,
.form-horizontal .control-group:after,
#dataset-edit .form-group:before,
#dataset-edit .form-group:after,
#resource-edit .form-group:before,
#resource-edit .form-group:after {
  display: table;
  content: "";
  line-height: 0; }

.form-horizontal .control-group:after,
#dataset-edit .form-group:after,
#resource-edit .form-group:after {
  clear: both; }

.form-horizontal .control-label,
#dataset-edit .control-label,
#resource-edit .control-label {
  display: inline-flex;
  padding-top: 5px;
  text-align: left;
  font-size: 1.111em; }

.form-horizontal .controls:first-child,
#dataset-edit .controls:first-child,
#resource-edit .controls:first-child {
  *padding-left: 180px; }

#dataset-edit .controls .checkboxes label {
  margin-bottom: 1rem; }

#dataset-edit .controls .info-block {
  margin-bottom: 1rem;
  font-size: .8rem;
  color: var(--normal-gray); }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: var(--primary-500);
  border: none;
  overflow-x: overlay; }
  table td,
  table th {
    padding: 12px 15px;
    text-align: left;
    border: none; }
  table thead {
    background-color: var(--primary-300); }
    table thead th {
      font-size: 1rem; }
      table thead th.count {
        width: 6%; }
  table tbody tr:nth-of-type(odd) {
    background-color: var(--primary-100); }
  table tbody tr td .error {
    min-width: 300px; }
  table tbody tr:nth-of-type(even) {
    background-color: var(--white); }

.table-container {
  width: 100%;
  overflow-x: auto; }
  .table-container .custom-table {
    width: 100%;
    border-collapse: collapse;
    display: grid; }
    .table-container .custom-table tbody {
      display: block;
      width: 100%; }
      .table-container .custom-table tbody tr {
        display: flex;
        min-width: 500px;
        align-items: center;
        width: 100%; }
        .table-container .custom-table tbody tr th[colspan="2"] {
          flex-basis: 100%;
          text-align: left;
          min-width: calc(100% - 30px);
          background-color: var(--primary-300);
          font-family: 'montserrat-medium';
          font-weight: normal; }
        .table-container .custom-table tbody tr th:not([colspan="2"]) {
          flex-basis: 30%;
          min-width: 200px;
          text-align: left; }
        .table-container .custom-table tbody tr td {
          flex-basis: 70%;
          min-width: 300px;
          word-wrap: break-word;
          color: var(--primary-700); }
          .table-container .custom-table tbody tr td a {
            color: var(--primary-500); }
        .table-container .custom-table tbody tr.hvd-row--title th {
          background-color: var(--third-300) !important; }
        .table-container .custom-table tbody tr.hvd-row--value {
          background-color: var(--third-100) !important; }

@media (max-width: 780px) {
  table {
    display: block; } }

.filters-harvest {
  background-color: var(--background-light-gray);
  box-shadow: var(--box-shadow);
  padding: 1.5rem 1rem; }
  .filters-harvest .fields-harvest {
    display: flex;
    flex-direction: row;
    gap: 2rem; }
    .filters-harvest .fields-harvest .extra {
      display: none; }
    .filters-harvest .fields-harvest .custom_select {
      flex-grow: 1; }
    .filters-harvest .fields-harvest .search-form {
      flex-grow: 1; }
      .filters-harvest .fields-harvest .search-form h2 {
        font-size: .875rem;
        line-height: normal;
        color: var(--primary-600);
        font-family: montserrat-medium;
        margin-top: .83em;
        margin-bottom: 0.5rem !important; }
      .filters-harvest .fields-harvest .search-form .search-input {
        margin: 0; }
        .filters-harvest .fields-harvest .search-form .search-input .search {
          width: calc(100% - 1.876rem); }
        .filters-harvest .fields-harvest .search-form .search-input.search-giant {
          position: relative;
          margin-bottom: 1rem; }

@media (max-width: 780px) {
  .fields-harvest .search-form {
    margin-bottom: 0; } }

.dge-list--harvest--name {
  width: 15%;
  min-width: 200px; }

.dge-list--harvest--frequency {
  width: 12%;
  min-width: 200px; }

.dge-list--harvest--federation {
  width: 15%;
  min-width: 200px; }

.dge-list--harvest--description {
  width: 25%;
  min-width: 300px; }

.dge-list--harvest--organization {
  width: 25%;
  min-width: 200px; }

.dge-list--harvest--actions {
  width: 8%; }

.dge-list--harvest .dataset-item .harvest-name a {
  font-family: montserrat-semiBold;
  text-decoration: unset; }

.dge-list--harvest .dataset-item .harvest-desc,
.dge-list--harvest .dataset-item .harvest-desc .empty {
  font-style: italic;
  font-family: montserrat; }

.dge-list--harvest .dataset-item .harvest-actions {
  text-align: end; }

.dge-list--harvest .dataset-item td {
  font-family: montserrat-medium; }

.dge-list--harvest a,
.dge-list--harvest a:hover {
  text-decoration: unset; }

@media (max-width: 780px) {
  .filters-harvest .fields-harvest {
    flex-direction: column;
    gap: 0rem; } }

.primary:has(.dge-list--harvest),
.filters-harvest + .primary.span9 {
  float: unset !important;
  width: 100% !important; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: var(--white);
  border: 1px solid var(--primary-300);
  border-radius: .35rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  flex-direction: column;
  max-height: 400px;
  overflow-y: scroll; }
  .dropdown-menu .dropdown-item {
    cursor: pointer;
    padding: .5rem 1rem;
    background-color: var(--white);
    transition: .2s background-color; }
    .dropdown-menu .dropdown-item .form-check {
      cursor: pointer;
      position: relative; }
      .dropdown-menu .dropdown-item .form-check .form-check-label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 2.188rem;
        margin-right: .625rem;
        line-height: 1.625rem;
        vertical-align: middle;
        font-size: .85rem;
        font-family: montserrat;
        color: var(--dark-gray); }
      .dropdown-menu .dropdown-item .form-check .form-check-input {
        position: absolute;
        top: 15px;
        left: 0;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: 0;
        border: 0; }
    .dropdown-menu .dropdown-item:hover {
      background-color: var(--primary-300); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--primary-500); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #17708b;
  background-image: -moz-linear-gradient(top, var(--primary-500), #14657e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primary-500)), to(#14657e));
  background-image: -webkit-linear-gradient(top, var(--primary-500), #14657e);
  background-image: -o-linear-gradient(top, var(--primary-500), #14657e);
  background-image: linear-gradient(to bottom, var(--primary-500), #14657e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff187794', endColorstr='#ff14657e', GradientType=0); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

.open {
  *z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.dropdown-menu li {
  margin: 0;
  font-size: .887em; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.collapse.in {
  height: auto; }

.close {
  float: right;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn-large {
  padding: 11px 19px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 6px 15px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #E05206; }

.btn-primary:active,
.btn-primary.active {
  background-color: #053341 \9; }

.btn.btn-secondary {
  display: flex;
  align-items: center;
  color: var(--primary-500);
  border: 1px solid var(--primary-500);
  border-radius: var(--border-radius);
  background-color: var(--white);
  transition: .2s color, .2s background-color; }
  .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:focus-visible {
    color: var(--white);
    background-color: var(--primary-500); }
    .btn.btn-secondary:hover::before, .btn.btn-secondary:active::before, .btn.btn-secondary:focus::before, .btn.btn-secondary:focus-visible::before {
      color: var(--white);
      filter: brightness(0) invert(1); }

#dataset-edit .multi-add-field .controls {
  width: 94% !important;
  display: flex;
  justify-content: flex-end; }
  #dataset-edit .multi-add-field .controls .btn {
    top: 0;
    margin-top: .5rem; }

#multi-value-resource_relation-link.multi-add-field .controls {
  width: calc(100% - 3.8rem);
  display: flex;
  justify-content: flex-end; }

.btn-add-multiple-field {
  padding-left: 2.5rem !important; }
  .btn-add-multiple-field::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background: url(/images/plus.svg) no-repeat;
    filter: unset;
    transition: .2s filter; }
  .btn-add-multiple-field:hover::before {
    filter: brightness(0) invert(1);
    transition: .2s filter; }

.btn-tag {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--primary-500);
  border-radius: 25px;
  min-width: 100px;
  margin-left: 40px !important;
  padding: 5px !important; }

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505; }

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  border-color: var(--alert-danger-color) var(--alert-danger-color) var(--alert-danger-hover-color);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 10px 25px; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: var(--alert-danger-color);
  *background-color: var(--alert-danger-color); }

.btn-danger:active,
.btn-danger.active {
  background-color: var(--alert-danger-hover-color) \9; }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, var(--alert-success-color));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(var(--alert-success-color)));
  background-image: -webkit-linear-gradient(top, #62c462, var(--alert-success-color));
  background-image: -o-linear-gradient(top, #62c462, var(--alert-success-color));
  background-image: linear-gradient(to bottom, #62c462, var(--alert-success-color));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: var(--alert-success-color) var(--alert-success-color) #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: var(--alert-success-color);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: var(--alert-success-color);
  *background-color: var(--alert-success-color); }

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--alert-info-color);
  background-image: -moz-linear-gradient(top, #5bc0de, var(--alert-info-color));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(var(--alert-info-color)));
  background-image: -webkit-linear-gradient(top, #5bc0de, var(--alert-info-color));
  background-image: -o-linear-gradient(top, #5bc0de, var(--alert-info-color));
  background-image: linear-gradient(to bottom, #5bc0de, var(--alert-info-color));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: var(--alert-info-color) var(--alert-info-color) var(--alert-info-hover-color);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: var(--alert-info-color);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: var(--alert-info-color);
  *background-color: var(--alert-info-color); }

.btn-info:active,
.btn-info.active {
  background-color: var(--alert-info-hover-color) \9; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: var(--primary-500);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #0d4252;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }

.btn-group:first-child {
  *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px;
  border-radius: var(--border-radius); }

.btn-group > .btn:first-child {
  margin-left: 0;
  border-radius: var(--border-radius); }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: var(--border-radius); }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-radius: var(--border-radius); }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-radius: var(--border-radius); }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle {
  background-color: #eaeaea; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #085871; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: var(--alert-danger-color); }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: var(--alert-success-color); }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: var(--alert-info-color); }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: var(--alert-bg);
  border: 1px solid var(--alert-border);
  color: var(--alert-color); }
  .alert h4 {
    margin: 0;
    color: var(--alert-color); }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px; }
  .alert-success {
    background-color: var(--alert-success-bg-drupal);
    border-top-color: var(--alert-success-border-drupal);
    border-right-color: var(--alert-success-border-drupal);
    border-bottom-color: var(--alert-success-border-drupal);
    border-left-color: transparent;
    box-shadow: -8px 0 0 var(--alert-success-box-shadow-drupal) !important;
    background-repeat: no-repeat;
    background-image: url(/themes/custom/dge_theme/images/icons/check.svg);
    color: var(--alert-success-color-drupal);
    padding: 15px 20px 15px 35px;
    background-position-x: 10px;
    background-position-y: 17px; }
    .alert-success h4 {
      color: var(--alert-success-color-drupal); }
    .alert-success .close {
      display: none; }
  .alert-danger, .alert-error {
    background-color: var(--alert-danger-bg);
    border-color: var(--alert-danger-border);
    text-shadow: none;
    color: var(--alert-danger-color); }
    .alert-danger h4, .alert-error h4 {
      color: var(--alert-danger-color); }
  .alert-info {
    background-color: var(--alert-info-bg);
    border-color: var(--alert-info-border);
    color: var(--alert-info-color); }
    .alert-info h4 {
      color: var(--alert-info-color); }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--primary-500); }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.nav.nav-tabs {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid var(--border);
  padding: 0 0 10px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  flex-flow: wrap;
  list-style: none; }
  .nav.nav-tabs li {
    display: inline-block;
    color: var(--primary-500);
    font-size: 1.125rem;
    margin: 0; }
    .nav.nav-tabs li.active a {
      color: var(--primary-700);
      font-family: montserrat-semiBold;
      border-bottom: 0.313rem solid var(--primary-700);
      padding-bottom: .375rem;
      background-color: transparent; }
    .nav.nav-tabs li a {
      text-decoration: none;
      border-bottom: .313rem solid transparent;
      padding: 0;
      display: inline;
      background-color: transparent; }
      .nav.nav-tabs li a i {
        display: none; }
      .nav.nav-tabs li a:hover {
        border-bottom: 0.313rem solid var(--primary-700);
        padding-bottom: .375rem;
        transition: .3s; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: var(--primary-500); }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: var(--primary-500);
  border-bottom-color: var(--primary-500);
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #0d4252;
  border-bottom-color: #0d4252; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-container {
  display: flex;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem; }
  .tabs-container .tabs {
    display: inline-flex;
    gap: 2rem;
    padding-bottom: 10px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    flex-flow: wrap; }
    .tabs-container .tabs li {
      width: max-content;
      color: var(--primary-500);
      font-size: 1.125rem;
      margin: 0; }
      .tabs-container .tabs li.active a {
        color: var(--primary-700);
        font-family: 'montserrat-semiBold';
        border-bottom: 0.313rem solid var(--primary-700);
        padding-bottom: .375rem;
        font-size: 1.125rem;
        background-color: transparent; }
      .tabs-container .tabs li a {
        text-decoration: none;
        border-bottom: .313rem solid transparent;
        padding: 0;
        font-size: 1.125rem;
        display: inline;
        background-color: transparent; }
        .tabs-container .tabs li a:hover, .tabs-container .tabs li a:focus {
          text-decoration: none;
          color: var(--primary-700);
          border-bottom: 0.313rem solid var(--primary-700);
          padding-bottom: .375rem;
          transition: .3s;
          background-color: transparent; }
  .tabs-container .tabs + .tabs li:first-child {
    margin-left: 2rem; }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0; }

.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1; }

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-inner:after {
  clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff; }

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

.navbar-link {
  color: #777777; }

.navbar-link:hover,
.navbar-link:focus {
  color: #333333; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-form:after {
  clear: both; }

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px; }

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0; }

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px; }

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap; }

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9; }

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px; }

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px; }

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525; }

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff; }

.navbar-inverse .brand {
  color: #999999; }

.navbar-inverse .navbar-text {
  color: #999999; }

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff; }

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111; }

.navbar-inverse .navbar-link {
  color: #999999; }

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff; }

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff; }

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0; }

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000; }

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9; }

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }

.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: var(--white);
  border: 0px;
  border-radius: 1.25rem;
  box-shadow: var(--box-shadow-centered);
  background-clip: padding-box;
  outline: none; }

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 1rem 1.5rem 0 1.5rem; }

.modal-header .close {
  position: relative;
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0px; }
  .modal-header .close::before {
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 14px !important;
    background: url(/images/close.svg) no-repeat; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  justify-content: center; }
  .modal-footer .btn.btn-default.btn-cancel {
    border: 1px solid var(--primary-700);
    color: var(--primary-700);
    background-color: transparent;
    transition: .2s color, .2s background-color; }
    .modal-footer .btn.btn-default.btn-cancel:hover {
      color: var(--white);
      background-color: var(--primary-700); }

@media (max-width: 780px) {
  .modal-footer {
    flex-direction: column; }
    .modal-footer .btn {
      margin-top: .5rem;
      width: 100%;
      margin-left: 0px !important; } }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  /*   margin-bottom: 0; */ }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0; }

.thumbnails:after {
  clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: var(--primary-500);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #555555; }

.label,
.badge {
  display: inline-block;
  padding: .375rem .875rem;
  margin: 0 .5rem .5rem 0;
  border-radius: 1.25rem;
  color: var(--primary-700);
  font-family: montserrat-medium;
  font-size: .875rem;
  text-decoration: none;
  background-color: var(--third-300); }

.label:empty,
.badge:empty {
  display: none; }

.label-important,
.badge-important {
  color: var(--white) !important;
  background-color: var(--secondary-500); }

.label-important[href],
.badge-important[href] {
  color: var(--white);
  background-color: var(--secondary-500); }

.label-warning,
.badge-warning {
  color: var(--primary-700);
  background-color: var(--third-600); }

.label-warning[href],
.badge-warning[href] {
  color: var(--primary-700);
  background-color: var(--third-600); }

.label-success,
.badge-success {
  color: var(--primary-700);
  background-color: var(--third-600); }

.label-success[href],
.badge-success[href] {
  color: var(--primary-700);
  background-color: var(--success); }

.label-info,
.badge-info {
  color: var(--white);
  background-color: var(--info); }

.label-info[href],
.badge-info[href] {
  color: var(--white);
  background-color: var(--info); }

.label-inverse,
.badge-inverse {
  background-color: #333333; }

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.grey-container {
  padding: 1.5rem;
  background-color: var(--background-light-gray);
  box-shadow: var(--box-shadow); }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); }

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); }

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); }

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); }

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.accordion {
  margin-bottom: 20px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.accordion-heading {
  border-bottom: 0; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

.accordion-toggle {
  cursor: pointer; }

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.right {
  left: auto;
  right: 15px; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.hero-unit h1 {
  margin-bottom: 0;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px; }

.hero-unit li {
  line-height: 30px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.pull-right {
  float: right;
  margin-left: 15px; }

.pull-left {
  float: left;
  margin-right: 15px; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }
  .hidden-print {
    display: none !important; } }

@media (max-width: 1575px) {
  .and_padding {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .container-fluid {
    padding: 0; }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  .dl-horizontal dd {
    margin-left: 0; }
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row,
  .thumbnails {
    margin-left: 0; }
  .thumbnails > li {
    float: none;
    margin-left: 0; }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
  .modal.fade {
    top: -100px; }
  .modal.fade.in {
    top: 20px; } }

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }
  .page-header h1 small {
    display: block;
    line-height: 20px; }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }
  .form-horizontal .control-label,
  #dataset-edit .control-label,
  #resource-edit .control-label {
    float: none;
    width: auto;
    display: block;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls,
  #dataset-edit .controls,
  #resource-edit .controls {
    margin-left: 0; }
  #dataset-edit .controls {
    display: grid; }
    #dataset-edit .controls input[type=date],
    #dataset-edit .controls input[type=time] {
      width: 100%; }
    #dataset-edit .controls input[type=time] {
      margin-top: .5rem; }
  .div-date, .div-time {
    white-space: normal !important; }
  .form-horizontal .control-list {
    padding-top: 0; }
  .form-horizontal .form-actions {
    /*     padding-left: 10px;
    padding-right: 10px; */ }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }
  .media-object {
    margin-right: 0;
    margin-left: 0; }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }
  .carousel-caption {
    position: static; } }

@media (max-width: 979px) {
  body {
    padding-top: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top {
    margin-bottom: 20px; }
  .navbar-fixed-bottom {
    margin-top: 20px; }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }
  .navbar .container {
    width: auto;
    padding: 0; }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }
  .nav-collapse {
    clear: both; }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }
  .nav-collapse .nav > li {
    float: none; }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }
  .nav-collapse .nav > .divider-vertical {
    display: none; }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none; }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2; }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999; }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nav-collapse .open > .dropdown-menu {
    display: block; }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }
  .nav-collapse .dropdown-menu .divider {
    display: none; }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }
  .navbar .btn-navbar {
    display: block; }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; }
  #resource-edit .dge_upload div:first-child {
    flex: 0; } }

@media (min-width: 979px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }

.break-word {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.tag {
  display: inline-block;
  margin-bottom: 4px; }

a.tag:hover {
  text-decoration: none; }

.pill {
  display: inline-block;
  background-color: #6f8890;
  color: #ffffff;
  padding: 2px 10px 1px 10px;
  margin-right: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.pill a {
  color: #ffffff; }

.unstyled {
  margin: 0 !important;
  list-style: none !important;
  padding: 0px !important; }

.simple-item {
  line-height: 1.16666667em;
  padding: 7px 25px;
  border-bottom: 1px dotted #dddddd; }

.simple-item:last-of-type {
  border-bottom: 0; }

.simple-list {
  *zoom: 1;
  margin: 0;
  list-style: none; }

.simple-list:before,
.simple-list:after {
  display: table;
  content: "";
  line-height: 0; }

.simple-list:after {
  clear: both; }

.simple-list > li {
  line-height: 1.16666667em;
  padding: 7px 25px;
  border-bottom: 1px dotted #dddddd; }

.simple-list > li:last-of-type {
  border-bottom: 0; }

.simple-list .ckan-icon {
  position: relative;
  top: 0px; }

.module-narrow .simple-list > li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.listing li {
  text-align: right;
  margin-bottom: 5px; }

.listing .key {
  clear: right; }

.js .tab-content {
  display: none; }

.js .tab-content.active {
  display: block; }

.module .read-more {
  color: #000000; }

.module-content-shallow {
  padding: 0;
  margin-top: 10px;
  padding-bottom: 10px; }

.module h1 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 20px; }

.module-shallow .module-content {
  padding: 10px;
  margin: 0; }

.module-shallow .module-tags {
  margin-top: 0;
  margin-bottom: 0; }

.module-shallow .module-content:first-child {
  padding-top: 10px; }

.module-shallow .module-content:last-child {
  padding-bottom: 10px; }

.module-grid {
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin: 0 -25px;
  padding-bottom: 15px;
  background: #fbfbfb url("../../../base/images/bg.png");
  border: 1px solid #dddddd;
  border-width: 1px 0; }

.module-grid:before,
.module-grid:after {
  display: table;
  content: "";
  line-height: 0; }

.module-grid:after {
  clear: both; }

.module-item {
  width: 189px;
  padding: 15px;
  margin: 15px 0 0 15px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-left: 20px;
  width: 460px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  overflow: hidden;
  position: relative; }

.module-item span.count {
  color: #999; }

.module-item .media-image {
  margin-bottom: 5px; }

.module-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.module-item:hover {
  z-index: 1; }

.module-item:hover .media-edit {
  opacity: 1; }

.module-item.first {
  clear: left; }

.group .content img {
  margin: 0 -5px 5px;
  max-width: initial; }

.group .content h3 {
  line-height: 1.3; }

.group-listing {
  margin-left: -20px; }

.ckanext-datapreview {
  position: relative;
  clear: both;
  padding-top: 15px;
  margin-top: 0; }

.ckanext-datapreview > iframe {
  min-height: 400px; }

.ckanext-datapreview > img {
  max-height: 500px;
  max-width: 100%;
  overflow: hidden; }

.package-info h4 {
  margin-bottom: 10px; }

.module-resource {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }
  .module-resource .module-content h1.page-heading {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: .6rem;
    font-family: montserrat-medium;
    font-size: 2rem;
    line-height: 1;
    color: var(--primary-700); }
    .module-resource .module-content h1.page-heading::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: -5px;
      height: 5px;
      width: 80px;
      background-color: var(--primary-500); }

.module-resource .actions {
  position: relative;
  float: right;
  top: -10px;
  right: -15px; }

.module .module-tags {
  padding-bottom: 8px; }

.secondary .module:first-child,
.primary .module:first-child {
  margin-top: 0; }

.no-nav .module:last-child {
  margin-top: 0; }

.module-image {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 15px; }

.module-image img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle; }

.banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 15px;
  right: -35px;
  width: 80px;
  color: #ffffff;
  background-color: #005d7a;
  padding: 1px 20px;
  text-align: center;
  text-transform: uppercase; }

.media-grid {
  list-style: none; }

.media-grid:before,
.media-grid:after {
  display: table;
  content: "";
  line-height: 0; }

.media-grid:after {
  clear: both; }

@media (min-width: 768px) {
  .media-grid {
    margin-left: -15px; }
  .btn + .btn {
    margin-left: 15px; } }

.media-item {
  position: relative;
  float: left;
  width: 189px;
  padding: 15px;
  margin: 15px 0 0 15px;
  border-radius: var(--border-radius);
  background-color: var(--background-light-gray);
  box-shadow: var(--box-shadow); }
  .media-item .media-heading {
    font-family: montserrat-semiBold;
    font-size: 1.25rem;
    color: var(--primary-700); }
  .media-item .media-view {
    border: 0px;
    border-radius: var(--border-radius); }
  .media-item .btn-tag {
    margin: 1rem 0; }
  .media-item:hover {
    background-color: var(--white);
    box-shadow: unset; }
    .media-item:hover .media-view {
      box-shadow: 0 0 0 1px #154481; }

.media-item span.count {
  color: #999; }

.media-item .media-image {
  margin-bottom: 5px; }

.media-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: opacity 0.2s ease-in; }

.media-item:hover {
  background-color: var(--white);
  box-shadow: unset; }

.media-item:hover .media-edit {
  opacity: 1; }

@media screen and (max-width: 540px) {
  .media-item {
    width: auto;
    min-width: -webkit-fill-available; } }

.media-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  transition: all 0.2s ease-in;
  border-radius: 3px; }

.media-view:hover,
.media-view.hovered {
  border-color: #E05206;
  box-shadow: 0 0 0 1px #154481; }

.media-view:hover .banner,
.media-view.hovered .banner {
  background-color: #005d7a; }

.media-view span {
  display: none; }

.media-view .banner {
  display: block;
  background-color: #b7b7b7;
  transition: background-color 0.2s ease-in; }

.media-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.media-heading {
  line-height: 1.3;
  margin: 5px 0;
  /* -ms-word-break: break-all;
  word-break: break-all; */
  /* Non standard for webkit */
  /* word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */ }

.media-overlay {
  position: relative;
  min-height: 35px; }

.media-overlay .media-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  margin: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.media-overlay .media-image {
  float: none;
  display: block;
  margin-right: 0; }

.media-item.is-expander .truncator-link {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0; }

.media-item.is-expander:hover {
  padding-bottom: 35px; }

.media-item.is-expander:hover .truncator-link {
  opacity: 1; }

.wide .media-item {
  width: 186px; }

.nav-item.active > a span,
.nav-aside li.active a span {
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
  position: relative; }

.module-narrow .nav-item.image,
.module-narrow .nav-aside li.image {
  position: relative; }

.module-narrow .nav-item.image > a,
.module-narrow .nav-aside li.image a {
  padding-left: 42px;
  padding-right: 42px; }

.module-narrow .nav-item.image > img,
.module-narrow .nav-aside li.image img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 2; }

.user-list {
  margin: 0;
  list-style: none; }

.user-list li {
  margin: 0 0 10px 0; }

.user-list .gravatar {
  vertical-align: -4px;
  margin-right: 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.nav-facet-tertiary {
  margin: 10px 0; }

.nav-facet-tertiary .module-heading i {
  display: none; }

.nav-facet-tertiary .module-footer {
  padding: 8px 12px;
  border-top-width: 0; }

.nav-facet-tertiary .module-footer a {
  color: #8C8C8C; }

.nav-facet-tertiary .nav {
  margin-bottom: 0; }

.nav-facet-tertiary .module-content.empty {
  padding: 8px 12px;
  margin-top: 0; }

.nav-facet-tertiary .nav li.active {
  position: relative; }

.nav-facet-tertiary .nav li.active > a:hover:after,
.nav-facet-tertiary .nav li.active > a:after {
  *margin-right: .3em;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  width: 17px;
  height: 17px;
  background-position: 0px -16px;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px; }

.nav-simple > .nav-btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.nav-simple > .nav-btn .btn {
  display: inline-block; }

.js .js-hide {
  display: none; }

.js .js-hide.active {
  display: block; }

.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px; }

input[type=radio],
input[type=checkbox] {
  /*   position: relative;
  top: 7px; */
  border: 0;
  padding: 0;
  margin: 0; }
  input[type=radio]:active, input[type=radio]:focus,
  input[type=checkbox]:active,
  input[type=checkbox]:focus {
    outline: none; }

input[type=radio].checkbox-onown,
input[type=checkbox].checkbox-onown {
  top: 0; }

select {
  padding: 4px; }

textarea {
  max-width: 100%; }

.control-group .btn {
  position: relative;
  top: -2px; }

.control-full input,
.control-full select,
.control-full textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  border: 1px solid transparent;
  border-radius: .438rem;
  margin-bottom: 0;
  box-shadow: var(--box-shadow-centered);
  transition: .2s border; }
  .control-full input:hover,
  .control-full select:hover,
  .control-full textarea:hover {
    border: 1px solid var(--primary-700); }

.multi-new-value .multi-add-field {
  padding-left: 25.5%;
  margin: -.5rem 0 2rem 0; }

@media (max-width: 780px) {
  .multi-new-value .multi-add-field {
    padding-left: 0px;
    margin: 0; }
    .multi-new-value .multi-add-field .controls {
      width: 100% !important; }
      .multi-new-value .multi-add-field .controls .btn {
        width: 100%;
        margin-bottom: 1.5rem; }
  #dataset-edit .multi-add-field .controls {
    width: 100% !important; }
  .controls:has(.info-block) {
    white-space: unset; } }

.div-date,
.div-time {
  white-space: nowrap; }

.control-full .control .form-control {
  padding: 0; }
  .control-full .control .form-control option {
    padding: .2rem .4rem;
    font-size: 1rem;
    background-color: var(--primary-700); }

input[type=checkbox]:hover {
  border: 0px !important; }

.editor-info-block {
  margin-top: .5rem;
  font-size: .8rem;
  color: var(--normal-gray); }
  .editor-info-block a {
    text-decoration: none;
    font-family: montserrat-medium;
    font-size: .8rem;
    color: var(--primary-500); }

.control-large input {
  height: 41px; }

.control-label {
  display: flex;
  position: relative;
  width: fit-content; }

.control-required {
  order: 2;
  color: #ff0008;
  padding-left: .3rem; }

.form-actions .control-required-message {
  display: none;
  clear: both;
  float: none;
  margin: 15px 0 15px 20px;
  margin-bottom: 0;
  line-height: 30px; }

.form-actions .control-required-message:first-child {
  margin-left: 0; }

@media (min-width: 768px) {
  .form-actions {
    text-align: center; }
    .form-actions a + input[type=submit] {
      float: right; }
  .multi-new-value + .form-actions {
    display: flex; } }

.form-actions .action-info {
  text-align: left;
  color: #757575;
  margin: 0; }

.form-actions .action-info.small {
  font-size: 80%;
  margin-bottom: 1em; }

@media (max-width: 768px) {
  .form-actions .btn {
    width: 100%;
    margin-top: 1rem; }
  .form-actions a.btn {
    width: calc(100% - 1.832rem); } }

.slug-preview strong {
  display: inline-flex; }

@media (min-width: 768px) {
  .form-horizontal .controls,
  #dataset-edit .controls,
  #resource-edit .controls {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin: 0; }
  .form-horizontal .control-label,
  #dataset-edit .control-label,
  #resource-edit .control-label {
    width: 25%;
    align-items: center;
    display: inline-flex;
    vertical-align: top; } }

.form-horizontal .info-block,
#dataset-edit .info-block,
#resource-edit .info-block {
  position: relative;
  display: block;
  font-size: .8rem;
  color: var(--normal-gray);
  margin-top: 6px; }

.form-horizontal .info-help {
  padding: 6px 0; }

.form-horizontal .info-help:before {
  display: none; }

.form-horizontal .info-help-tight {
  margin-top: -10px; }

@media (min-width: 980px) {
  .form-horizontal .info-block,
  #dataset-edit .info-block,
  #resource-edit .info-block {
    margin-top: .5rem;
    font-size: .8rem;
    color: var(--normal-gray); }
  .form-horizontal .info-inline {
    float: right;
    width: 265px;
    margin-top: 0;
    padding-bottom: 0; } }

.form-horizontal .control-medium .info-block.info-inline {
  width: 165px; }

.form-horizontal .info-block:before,
#dataset-edit .info-block:before,
#resource-edit .info-block:before {
  position: absolute;
  left: 0;
  top: 2px; }

.form-horizontal .info-inline:before {
  top: 8px; }

.info-block .icon-large,
.info-inline .icon-large {
  float: left;
  margin-right: 15px; }

.form-horizontal .info-block a,
#dataset-edit .info-block a,
#resource-edit .info-block a {
  color: #aaaaaa;
  text-decoration: underline; }

.form-horizontal .form-actions {
  /*   padding-left: 25px;
  padding-right: 25px; */ }

.form-inline input {
  padding-bottom: 9px; }

.form-inline select {
  margin-top: 0; }

.form-inline .btn {
  margin-left: 5px; }

.form-narrow label {
  margin-bottom: 0; }

.form-narrow select {
  width: 100%; }

.form-narrow .form-actions {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px 0; }

.form-select label {
  margin-right: 5px; }

.simple-input label,
.simple-input button {
  display: none; }

.simple-input .field {
  position: relative; }

.simple-input .field-bordered {
  border-bottom: 1px dotted #dddddd; }

.simple-input .field input {
  width: 100%;
  height: auto;
  margin: 0 -7px;
  padding: 7px 5px; }

.simple-input .field .btn-search {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  padding: 0;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-color: transparent;
  border: none;
  color: #999;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

.simple-input .field .btn-search:hover {
  color: #000; }

@media (max-width: 768px) {
  [data-module="custom-fields"] .input-prepend .add-on {
    display: block; } }

@media (max-width: 480px) {
  [data-module="custom-fields"] .input-prepend {
    width: 100%; }
  [data-module="custom-fields"] .control-custom input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 28px; } }

.control-custom {
  font-size: 0; }

.control-custom label {
  margin-bottom: 0; }

.control-custom input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 140px; }

.control-custom input:last-of-type {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.control-custom .checkbox {
  display: inline-block;
  margin-left: 5px; }

.control-custom .checkbox input {
  width: auto; }

.control-custom.disabled label,
.control-custom.disabled input {
  color: #aaaaaa;
  text-decoration: line-through;
  text-shadow: none; }

.control-custom.disabled input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f3f3f3; }

.control-custom.disabled .checkbox {
  color: #444444;
  text-decoration: none; }

.control-custom .checkbox.btn {
  position: relative;
  top: 0;
  left: 5px;
  height: 1px;
  width: 9px;
  padding: 3px 8px;
  line-height: 18px; }

.control-custom .checkbox.btn span {
  display: none;
  width: 30px; }

.control-custom .checkbox.btn:before {
  position: relative;
  top: 1px;
  left: -1px;
  color: #fff; }

.control-custom .checkbox.btn input {
  display: none; }

.control-custom.disabled .checkbox.btn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #206b82;
  background-image: -moz-linear-gradient(top, #30778d, #085871);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30778d), to(#085871));
  background-image: -webkit-linear-gradient(top, #30778d, #085871);
  background-image: -o-linear-gradient(top, #30778d, #085871);
  background-image: linear-gradient(to bottom, #30778d, #085871);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff30778d', endColorstr='#ff085871', GradientType=0);
  border-color: #085871 #085871 #03202a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #085871;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.control-custom.disabled .checkbox.btn:hover,
.control-custom.disabled .checkbox.btn:focus,
.control-custom.disabled .checkbox.btn:active,
.control-custom.disabled .checkbox.btn.active,
.control-custom.disabled .checkbox.btn.disabled,
.control-custom.disabled .checkbox.btn[disabled] {
  color: #ffffff;
  background-color: #085871;
  *background-color: #064559; }

.control-custom.disabled .checkbox.btn:active,
.control-custom.disabled .checkbox.btn.active {
  background-color: #053341 \9; }

.control-custom.disabled .checkbox.btn .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.alert-danger a,
.alert-error a {
  color: var(--alert-danger-color); }

.control-group.error input,
.form-group.error input,
.control-group.error select,
.form-group.error select,
.control-group.error textarea,
.form-group.error textarea,
.control-group.error .input-prepend .add-on,
.form-group.error .input-group .input-group-addon,
.control-group.error .input-append .add-on {
  border-color: var(--alert-danger-color); }

.form-group.error .input-group .input-group-addon {
  display: block; }

.error-inline {
  color: var(--alert-danger-color); }

.error-block {
  display: block;
  padding: .3rem 0;
  font-style: italic;
  font-size: .9rem;
  color: var(--alert-danger-color);
  background: transparent; }

.control-medium .error-block {
  width: 318px; }

.control-full .error-block {
  width: auto; }

.control-group.error .input-prepend .error-block,
.form-group.error .input-group .error-block,
.control-custom.error .error-block {
  width: auto; }

.control-custom.error .error-block {
  width: 401px; }

.control-select.error .error-block {
  width: 196px; }

.stages {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 3rem;
  margin-bottom: 3rem; }
  .stages li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 8rem;
    padding-right: 1.5rem; }
    .stages li .stage-round {
      order: 1;
      display: flex;
      align-content: center;
      padding: 0.8rem;
      margin-bottom: 0.5rem;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: var(--background-gray);
      box-shadow: var(--box-shadow); }
    .stages li .highlight {
      order: 2;
      font-size: 1rem;
      font-family: montserrat-medium;
      color: var(--dark-gray); }
    .stages li .item-arrow {
      order: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: -3rem;
      top: 50%;
      transform: translateY(-50%); }
      .stages li .item-arrow .arrow-body {
        border-top: 2px solid #072142;
        min-width: 3rem; }
      .stages li .item-arrow .arrow-head {
        border-left: 0.75rem solid #072142;
        width: 0;
        height: 0;
        border-top: 0.375rem solid transparent;
        border-bottom: 0.375rem solid transparent; }
    .stages li.active .stage-round, .stages li.complete .stage-round {
      background-color: var(--primary-300);
      box-shadow: unset; }
      .stages li.active .stage-round::before, .stages li.complete .stage-round::before {
        filter: unset; }
    .stages li.active .highlight, .stages li.complete .highlight {
      color: var(--primary-500); }

.add_dataset::before {
  content: '';
  filter: brightness(50) brightness(40%) contrast(100%);
  width: 100%;
  background: url(/images/database.svg);
  background-size: 36px;
  background-repeat: no-repeat; }

.add_data::before {
  content: '';
  filter: brightness(50) brightness(40%) contrast(100%);
  width: 100%;
  background: url(/images/add-file.svg);
  background-size: 36px;
  background-repeat: no-repeat; }

.image-upload .form-group .controls input,
.image-upload .form-group .controls a {
  display: inline-block; }

.image-upload .form-group .controls a {
  text-align: center; }
  .image-upload .form-group .controls a.btn-remove-url {
    height: 30px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 7px; }

.slug-preview {
  margin-bottom: 20px; }
  .slug-preview .slug-preview-prefix + .slug-preview-value + button.btn.btn-default.btn-xs {
    display: inline-block; }

.control-group .slug-preview,
.form-group .slug-preview {
  margin-top: 20px;
  margin-bottom: 0; }

.slug-preview strong {
  display: inline-flex;
  vertical-align: top;
  width: 25%;
  text-align: left;
  font-size: 1.111em;
  font-family: montserrat !important; }

.slug-preview-prefix {
  font-style: italic;
  color: var(--normal-gray); }

.slug-preview-value {
  color: var(--primary-500);
  font-family: montserrat-medium;
  font-size: .9rem;
  margin: 0 .4rem;
  background-color: transparent; }

.resource-upload-field {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom; }

.resource-upload-field label {
  z-index: 0; }

.resource-upload-field input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  border: solid transparent;
  border-width: 100px 0 0 200px;
  cursor: pointer;
  direction: ltr;
  -moz-transform: translate(-300px, 0) scale(4); }

.resource-upload-field.loading {
  display: inline-block;
  background: url("../../../base/images/loading-spinner.gif") no-repeat center right;
  padding-right: 5px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 29px; }

.select2-container .select2-choice input,
.select2-container-multi .select2-choices .select2-search-field:first-child input {
  padding-left: 10px; }

.select2-container {
  margin-top: 1px;
  width: -webkit-fill-available !important; }
  .select2-container .select2-choice {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid transparent !important;
    border-radius: var(--border-radius) !important;
    box-shadow: var(--box-shadow-centered);
    background-image: unset !important;
    border-bottom-color: 0px !important;
    background-color: var(--white) !important;
    transition: .2s border; }
    .select2-container .select2-choice .select2-chosen {
      color: var(--primary-700); }
    .select2-container .select2-choice .select2-arrow {
      display: flex;
      border: 0px;
      background: transparent;
      align-items: center;
      margin-right: 10px; }
      .select2-container .select2-choice .select2-arrow b {
        width: 13px;
        height: 8px;
        background: url(/images/blue-arrow.svg); }
    .select2-container .select2-choice:hover, .select2-container .select2-choice:active, .select2-container .select2-choice:focus {
      border: 1px solid var(--primary-700) !important; }
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
    border: 1px solid var(--primary-700) !important; }
  .select2-container.select2-container-multi .select2-choices {
    border: 0px;
    min-height: unset;
    background-image: unset;
    background-color: unset;
    overflow: unset; }
    .select2-container.select2-container-multi .select2-choices .select2-search-field {
      width: 100%; }
      .select2-container.select2-container-multi .select2-choices .select2-search-field input {
        font-family: 'montserrat' !important;
        padding: 0 .938rem !important;
        border-radius: .438rem !important;
        background-color: var(--white) !important;
        box-shadow: var(--box-shadow-centered) !important;
        font-size: .875rem !important;
        width: calc(100% - 1.876rem) !important; }
    .select2-container.select2-container-multi .select2-choices .select2-search-choice {
      position: relative;
      display: flex;
      align-items: center;
      background-color: var(--primary-300);
      padding: .5rem 3rem .5rem 1rem;
      margin: 0rem .6rem .6rem 0rem;
      width: fit-content;
      height: 26px;
      border: 0px;
      border-radius: 10px;
      color: var(--primary-500);
      font-family: montserrat-medium;
      font-size: 0.875rem;
      text-decoration: none;
      box-shadow: unset;
      background-image: url(/images/close.svg);
      background-repeat: no-repeat;
      background-position: right 0.625rem center;
      background-size: 13px; }
      .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: none !important;
        background-image: none !important; }

.select2-container-multi {
  margin-top: 0; }

.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
  top: 6px;
  left: 5px; }

.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.select2-drop {
  z-index: 9999 !important;
  border: 1px solid var(--primary-300);
  font-size: .85rem;
  color: var(--dark-gray); }

.select2-container-multi .select2-drop {
  margin-top: -2px; }

.select2-results li {
  color: var(--dark-gray);
  padding: .5rem 1rem;
  background-color: var(--white); }
  .select2-results li:hover {
    color: var(--dark-gray);
    background-color: var(--primary-300); }
  .select2-results li.select2-highlighted {
    background: none;
    background-color: var(--primary-300);
    color: var(--dark-gray); }

.control-full .select2-container {
  max-width: 100%; }

.control-group.error .select2-container input:focus,
.control-group.error .select2-container select:focus,
.control-group.error .select2-container textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.js .image-upload #field-image-url {
  padding-right: 29px; }

.js .image-upload #field-image-upload {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0); }
  .js .image-upload #field-image-upload + .btn-default {
    border: 1px solid var(--primary-500);
    color: var(--primary-500);
    background-color: var(--white); }
    .js .image-upload #field-image-upload + .btn-default:hover {
      color: var(--white);
      background-color: var(--primary-500);
      transition: .2s color, .2s background-color; }
  .js .image-upload #field-image-upload + .btn-default + .btn-default {
    border: 1px solid var(--primary-500);
    color: var(--primary-500);
    background-color: var(--white); }
    .js .image-upload #field-image-upload + .btn-default + .btn-default:hover {
      color: var(--white);
      background-color: var(--primary-500);
      transition: .2s color, .2s background-color; }

.js .image-upload #field-image-upload:hover + .btn-default,
.js .image-upload #field-image-upload:hover + .btn-default + .btn-default {
  color: var(--white);
  background-color: var(--primary-500);
  transition: .2s color, .2s background-color; }

.js .image-upload .controls {
  position: relative; }

.js .image-upload .btn {
  position: relative;
  top: 0;
  margin-right: 10px; }

.js .image-upload .btn.hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.js .image-upload .btn-remove-url {
  position: absolute;
  margin-right: 0;
  top: 4px;
  right: 5px;
  padding: 0 4px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.js .image-upload .btn-remove-url .icon-remove {
  margin-right: 0; }

.add-member-form .control-label {
  width: 100%;
  text-align: left; }

.add-member-form .controls {
  margin-left: auto; }

.add-member-or {
  float: left;
  margin-top: 75px;
  width: 7%;
  text-align: center;
  text-transform: uppercase;
  color: #999999; }

.add-member-form .row-fluid .control-group {
  float: left;
  width: 45%; }

.add-member-form .row-fluid .select2-container,
.add-member-form .row-fluid input {
  width: 100% !important; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  max-width: 100%; }

.select2-search input {
  width: 100%;
  background: url(/images/search.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center; }

#recaptcha_table {
  table-layout: inherit;
  line-height: 1; }

.dataset-item {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .dataset-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .dataset-item {
      word-wrap: break-word; } }
.dataset-private {
  margin-right: 10px;
  text-transform: uppercase; }
  .dataset-private .icon-lock {
    width: 9px; }
  .dataset-private.pull-right {
    margin-right: 0; }

.dataset-resources {
  margin-top: 8px; }
  .dataset-resources li {
    display: inline; }
    .dataset-resources li a {
      /*background-color: #aaaaaa;*/
      text-decoration: none !important;
      display: flex; }

.resource-list.reordering .resource-item {
  margin-bottom: 10px;
  cursor: move; }
  .resource-list.reordering .resource-item .handle {
    display: block;
    position: absolute;
    color: #545454;
    left: -15px;
    top: 0;
    margin-top: 0;
    padding: 6px 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none; }
    .resource-list.reordering .resource-item .handle:hover {
      text-decoration: none; }
  .resource-list.reordering .resource-item:hover .handle {
    background-color: #8fadbd; }
  .resource-list.reordering .resource-item.ui-sortable-helper {
    background-color: #8fadbd; }
    .resource-list.reordering .resource-item.ui-sortable-helper .handle {
      background-color: #8fadbd;
      color: #FFF; }

.resource-list .resource-item {
  position: relative; }
  .resource-list .resource-item__section {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .resource-list .resource-item__section__field {
      border-bottom: 1px solid #e2e2e2; }
  .resource-list .resource-item .heading {
    color: #000000; }
  .resource-list .resource-item .format-label {
    position: absolute;
    top: 10px;
    left: 10px; }
  .resource-list .resource-item .description {
    margin-bottom: 0;
    min-height: 12px; }
  .resource-list .resource-item .handle {
    display: none; }

.tag-list {
  margin: 0;
  list-style: none; }

.tag-list li {
  display: inline-block;
  margin-right: 5px; }

.tag-list li:last-child {
  margin-right: 0; }

.additional-info td,
.additional-info th {
  width: 50%; }

.view-list {
  margin: 0;
  list-style: none; }

.view-list li {
  position: relative;
  margin-bottom: 10px; }

.view-list li a {
  display: block;
  min-height: 50px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.view-list li a .icon {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  color: #444444;
  background-color: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.view-list li a .icon i {
  display: block;
  text-align: center;
  line-height: 50px; }

.view-list li a h3 {
  color: #000000;
  margin: 0 0 3px 0; }

.view-list li a p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444444; }

.view-list li a.active,
.view-list li a:hover {
  text-decoration: none;
  border-color: var(--primary-500); }

.view-list li a.active .icon,
.view-list li a:hover .icon {
  background-color: var(--primary-500);
  color: #f6f6f6; }

.view-list li .arrow {
  position: absolute;
  display: none;
  border: 8px solid transparent;
  border-top-color: var(--primary-500);
  left: 50%;
  bottom: -15px;
  margin-left: -4px; }

.view-list li.active a {
  text-decoration: none;
  border-color: var(--primary-500); }

.view-list li.active a .icon {
  background-color: var(--primary-500);
  color: #f6f6f6; }

.view-list li.active .arrow {
  display: block; }

.view-list.stacked {
  overflow-y: hidden;
  overflow-x: auto;
  height: 100px;
  white-space: nowrap; }

.view-list.stacked li {
  display: inline-block;
  width: 250px;
  margin-right: 10px; }

.view-list.stacked li:last-child {
  margin-right: 0; }

.view-list.stacked::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

.view-list.stacked::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f6f6f6; }

.view-list.stacked::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c3c3c3; }

.view-list.stacked::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-500); }

.resource-view {
  margin-top: 20px; }

.search-form {
  margin-bottom: 1rem !important; }
  .search-form p.dge-search-result-text {
    margin: 0 0 .5rem 0;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--primary-500);
    font-size: 1rem;
    color: var(--primary-600);
    font-family: montserrat-medium;
    line-height: 1.4; }
  .search-form .dge-field-order-by {
    font-size: .875rem;
    margin: 0; }
  .search-form .control-order-by {
    position: relative;
    margin-top: -4px; }
    .search-form .control-order-by:before {
      content: '';
      position: absolute;
      left: -22px;
      background-size: 1rem !important;
      background-repeat: no-repeat !important;
      background-position-y: center !important;
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem;
      background: url(/images/sort.svg) no-repeat; }
    .search-form .control-order-by .dge-field-order-by {
      background: url(/images/blue-arrow.svg) no-repeat 97.5% 50%; }
      .search-form .control-order-by .dge-field-order-by select {
        padding: 0 25px 0 0; }
  .search-form .search-input {
    position: relative; }
    .search-form .search-input #search {
      display: none; }

.tertiary .control-order-by {
  float: none;
  margin: 0; }

.tertiary .control-order-by label {
  display: block;
  margin-bottom: 5px; }

.tertiary .control-order-by select {
  display: block;
  width: 100%; }

.tertiary .search-input {
  margin-bottom: 10px; }

@media (min-width: 980px) {
  .search-form .control-order-by {
    float: right;
    margin-left: 15px; }
  .tertiary .search-form .control-order-by {
    float: none;
    margin: 0; } }

.group .media-vertical .image {
  margin: 0 -5px 5px; }

.group-list:nth-child(odd) {
  clear: left; }

.group-list .dataset-content {
  min-height: 54px; }

.group-list .module-heading h3 {
  margin-bottom: 2px; }

.group-list .module-heading h3 a {
  color: #333333; }

.group-list .module-heading .media-image {
  overflow: hidden;
  max-height: 60px; }

.group-list .module-heading .media-image img {
  max-width: 85px; }

.page_primary_action {
  margin: 20px 0; }

.actions {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }

.actions li {
  display: inline-block;
  margin-right: 5px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

.actions li:last-of-type {
  margin-right: 0; }

.hide-heading {
  display: none; }

.page-header {
  *zoom: 1; }

.page-header .btn {
  margin-bottom: 20px; }

.page-header:before,
.page-header:after {
  display: table;
  content: "";
  line-height: 0; }

.page-header:after {
  clear: both; }

.page-header .content_action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem; }
  .page-header .content_action a {
    margin-bottom: .5rem !important; }

.no-nav .page-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.nav-tabs-plain {
  padding: 0 25px; }

.nav-tabs-plain > .active > a,
.nav-tabs-plain > .active > a:hover {
  background-color: #ffffff; }

small {
  font-style: italic;
  font-size: .8rem;
  color: var(--normal-gray); }

.prose h1,
.prose heading-1 h2,
.prose heading-2 {
  margin-bottom: 15px; }

.prose h3,
.prose heading-3 {
  margin-bottom: 10px; }

.table-chunky td,
.table-chunky th {
  padding: 12px 15px; }

.table-chunky thead th,
.table-chunky thead td {
  color: #ffffff;
  background-color: #aaaaaa;
  padding-top: 10px;
  padding-bottom: 10px; }

.table-chunky.table-bordered {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.table-chunky.table-bordered thead:first-child tr:first-child th:first-child,
.table-chunky.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px; }

.table-chunky.table-bordered thead:first-child tr:first-child th:last-child,
.table-chunky.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px; }

.table-chunky.table-bordered thead:last-child tr:last-child th:first-child,
.table-chunky.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px; }

.table-chunky.table-bordered thead:last-child tr:last-child th:last-child,
.table-chunky.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ckan-icon {
  *margin-right: .3em;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px; }

.ckan-icon-fb {
  width: 16px;
  height: 16px;
  background-position: 0px 0; }

.ckan-icon-gplus {
  width: 16px;
  height: 16px;
  background-position: -16px 0; }

.ckan-icon-twitter {
  width: 16px;
  height: 16px;
  background-position: -32px 0; }

.ckan-icon-email {
  width: 16px;
  height: 16px;
  background-position: -48px 0; }

.ckan-icon-share {
  width: 16px;
  height: 16px;
  background-position: -64px 0; }

.ckan-icon-feed {
  width: 16px;
  height: 16px;
  background-position: -80px 0; }

.ckan-icon-calendar {
  width: 16px;
  height: 16px;
  background-position: -96px 0; }

.ckan-icon-file {
  width: 16px;
  height: 16px;
  background-position: -112px 0; }

.ckan-icon-lock {
  width: 16px;
  height: 16px;
  background-position: -128px 0; }

.ckan-icon-link-file {
  width: 16px;
  height: 16px;
  background-position: -144px 0; }

.ckan-icon-link-plugin {
  width: 16px;
  height: 16px;
  background-position: -160px 0; }

.ckan-icon-upload-file {
  width: 16px;
  height: 16px;
  background-position: -176px 0; }

.ckan-icon-callout {
  width: 16px;
  height: 16px;
  background-position: -192px 0; }

.ckan-icon-circle-cross {
  width: 17px;
  height: 17px;
  background-position: 0px -16px; }

.ckan-icon-circle-add {
  width: 17px;
  height: 17px;
  background-position: -17px -16px; }

.ckan-icon-flame {
  width: 17px;
  height: 17px;
  background-position: -34px -16px; }

.ckan-icon-search {
  width: 17px;
  height: 17px;
  background-position: -51px -16px; }

.ckan-icon-large-lock {
  width: 20px;
  height: 20px;
  background-position: 0px -33px; }

.ckan-icon-photo {
  width: 20px;
  height: 20px;
  background-position: -20px -33px; }

.ckan-icon-add {
  width: 20px;
  height: 20px;
  background-position: -40px -33px; }

.ckan-icon-home {
  width: 20px;
  height: 20px;
  background-position: -60px -33px; }

.ckan-icon-rewind {
  width: 20px;
  height: 20px;
  background-position: -80px -33px; }

.ckan-icon-tools {
  width: 20px;
  height: 20px;
  background-position: -100px -33px; }

.ckan-icon-flag {
  width: 20px;
  height: 20px;
  background-position: -120px -33px; }

.ckan-icon-clipboard {
  width: 20px;
  height: 20px;
  background-position: -140px -33px; }

.ckan-icon-share {
  width: 20px;
  height: 20px;
  background-position: -160px -33px; }

.ckan-icon-info {
  width: 20px;
  height: 20px;
  background-position: -180px -33px; }

.ckan-icon-download {
  width: 20px;
  height: 20px;
  background-position: -200px -33px; }

.ckan-icon-star {
  width: 20px;
  height: 20px;
  background-position: -220px -33px; }

.ckan-icon-info-flat {
  width: 20px;
  height: 20px;
  background-position: -240px -33px; }

.ckan-icon-tag {
  width: 20px;
  height: 20px;
  background-position: -260px -33px; }

.ckan-icon-plus {
  width: 20px;
  height: 20px;
  background-position: -280px -33px;
  width: 16px; }

.ckan-icon-head {
  width: 20px;
  height: 20px;
  background-position: -300px -33px; }

.ckan-icon-arrow-e {
  width: 20px;
  height: 20px;
  background-position: -320px -33px;
  width: 16px; }

.ckan-icon-bookmark {
  width: 25px;
  height: 25px;
  background-position: 0px -53px; }

.format-label {
  *margin-right: .3em;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  text-indent: -900em;
  background: url("../../../base/images/sprite-resource-icons.png") no-repeat 0 0; }

.format-label {
  width: 32px;
  height: 35px;
  background-position: 0px -62px; }

.format-label[data-format=rdf],
.format-label[data-format*=rdf] {
  width: 32px;
  height: 35px;
  background-position: -32px -62px; }

.format-label[data-format=pdf],
.format-label[data-format*=pdf] {
  width: 32px;
  height: 35px;
  background-position: -64px -62px; }

.format-label[data-format=api],
.format-label[data-format*=api] {
  width: 32px;
  height: 35px;
  background-position: -96px -62px; }

.format-label[data-format=zip],
.format-label[data-format*=zip] {
  width: 32px;
  height: 35px;
  background-position: -128px -62px; }

.format-label[data-format=xls],
.format-label[data-format*=xls] {
  width: 32px;
  height: 35px;
  background-position: -160px -62px; }

.format-label[data-format=csv],
.format-label[data-format*=csv] {
  width: 32px;
  height: 35px;
  background-position: -192px -62px; }

.format-label[data-format=txt],
.format-label[data-format*=txt] {
  width: 32px;
  height: 35px;
  background-position: -224px -62px; }

.format-label[data-format=xml],
.format-label[data-format*=xml] {
  width: 32px;
  height: 35px;
  background-position: -256px -62px; }

.format-label[data-format=json],
.format-label[data-format*=json] {
  width: 32px;
  height: 35px;
  background-position: -288px -62px; }

.format-label[data-format=html],
.format-label[data-format*=html] {
  width: 32px;
  height: 35px;
  background-position: -320px -62px; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  text-align: right;
  width: 14px; }

#resource-edit .fa-info-circle {
  display: inline-block;
  text-align: right;
  float: left;
  width: 28px;
  margin-right: 5px;
  margin-top: 2px; }

.btn [class^="icon-"],
.nav [class^="icon-"],
.module-heading [class^="icon-"],
.dropdown [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"],
.module-heading [class*=" icon-"],
.dropdown [class*=" icon-"] {
  margin-right: 4px; }

.info-block [class^="icon-"],
.info-block [class*=" icon-"] {
  float: left;
  width: 28px;
  margin-right: 5px;
  margin-top: 2px; }

.breadcrumb .home .icon-home {
  width: 24px;
  vertical-align: -1px; }

.info-block-small [class^="icon-"],
.info-block-small [class*=" icon-"] {
  width: 14px;
  margin-top: 1px; }

/* Filters modal */
.no-text .text {
  display: none; }

.js body.filters-modal {
  overflow: hidden; }

.show-filters.btn,
.hide-filters {
  display: none; }

@media (max-width: 767px) {
  .wrapper {
    border-width: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .js [role=main] .secondary .filters {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5); }
  .js body.filters-modal .secondary .filters {
    display: block; }
  .js [role=main] .secondary .filters > div {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
  .js [role=main] .secondary .filters > div .module-footer {
    display: block; }
  .js body.filters-modal .secondary .filters .hide-filters {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    opacity: 0.6; }
  .js .show-filters.btn {
    display: none; } }

code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word; }
  code strong {
    font-family: 'montserrat-semiBold', monospace, monospace !important; }

.context-info .module-content {
  padding: 15px; }

.context-info .image {
  margin-bottom: 10px; }

.context-info .image img,
.context-info .image a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.context-info p {
  overflow: auto; }

.context-info code {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.context-info h1.heading {
  margin: 0 0 5px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.context-info .info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #DDD;
  word-break: break-word; }

.context-info .info dl dd {
  margin-top: 3px;
  margin-left: 0; }

.context-info .nums {
  *zoom: 1;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px dotted #DDD; }

.context-info .nums:before,
.context-info .nums:after {
  display: table;
  content: "";
  line-height: 0; }

.context-info .nums:after {
  clear: both; }

.context-info .nums dl {
  float: left;
  width: 50%;
  margin: 5px 0 0 0;
  color: #444444; }

.context-info .nums dl dt {
  display: block; }

.context-info .nums dl dd {
  display: block;
  line-height: 36px;
  margin-left: 0; }

.context-info .follow_button {
  margin-top: 15px; }

.context-info.editing .module-content {
  margin-top: 0; }

.flash-messages {
  margin-top: 1rem; }

.flash-messages .alert {
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  -moz-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff; }

.homepage .row {
  position: relative; }

.homepage .module-search {
  padding: 5px;
  margin: 20px 0 0 0;
  color: #ffffff;
  background: #ffffff; }

.homepage .module-search .search-giant input {
  border-color: #003f52; }

.homepage .module-search .module-content {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #005d7a;
  border-bottom: none; }

.homepage .module-search .module-content .heading {
  margin-top: 0;
  margin-bottom: 7px; }

.homepage .module-search .tags {
  *zoom: 1;
  padding: 5px 10px 10px 10px;
  background-color: #003647;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.homepage .module-search .tags:before,
.homepage .module-search .tags:after {
  display: table;
  content: "";
  line-height: 0; }

.homepage .module-search .tags:after {
  clear: both; }

.homepage .module-search .tags h3,
.homepage .module-search .tags .tag {
  display: block;
  float: left;
  margin: 5px 10px 0 0; }

.homepage .module-search .tags h3 {
  padding: 2px 8px; }

.homepage .group-list {
  margin: 0; }

.homepage .box .inner {
  padding: 20px 25px; }

.homepage .stats h3 {
  margin: 0 0 10px 0; }

.homepage .stats ul {
  margin: 0;
  list-style: none;
  *zoom: 1; }

.homepage .stats ul:before,
.homepage .stats ul:after {
  display: table;
  content: "";
  line-height: 0; }

.homepage .stats ul:after {
  clear: both; }

.homepage .stats ul li {
  float: left;
  width: 25%; }

.homepage .stats ul li a {
  display: block; }

.homepage .stats ul li a b {
  display: block; }

.homepage .stats ul li a:hover {
  text-decoration: none; }

.homepage.layout-2 .stats {
  margin-top: 20px; }

@media (min-width: 768px) {
  .homepage [role=main] {
    padding: 20px 0; }
  .homepage.layout-1 .row1 .col2 {
    position: absolute;
    bottom: 0;
    right: 0; }
  .homepage.layout-1 .row1 .col2 .module-search {
    bottom: 0;
    left: 0;
    right: 0; } }

.account-masthead {
  *zoom: 1;
  min-height: 30px;
  color: #ffffff;
  background: #003647 url("../../../base/images/bg.png"); }

.account-masthead:before,
.account-masthead:after {
  display: table;
  content: "";
  line-height: 0; }

.account-masthead:after {
  clear: both; }

.account-masthead .account {
  float: right; }

.account-masthead .account ul {
  *zoom: 1; }

.account-masthead .account ul:before,
.account-masthead .account ul:after {
  display: table;
  content: "";
  line-height: 0; }

.account-masthead .account ul:after {
  clear: both; }

.account-masthead .account ul li {
  display: block;
  float: left;
  border-left: 1px solid #00232e; }

.account-masthead .account ul li a {
  display: block;
  color: #bfd7de;
  padding: 0 10px;
  line-height: 31px; }

.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
  margin: 0 2px 0 4px; }

.account-masthead .account ul li a span.text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.account-masthead .account ul li a:hover {
  color: #d9e7eb;
  background-color: #00232e;
  text-decoration: none; }

.account-masthead .account ul li a .btn {
  vertical-align: 1px;
  margin-left: 3px; }

.account-masthead .account .notifications a span.badge {
  margin-left: 3px;
  padding: 1px 6px;
  background-color: #00232e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  color: #bfd7de; }

.account-masthead .account .notifications a:hover span {
  color: #ffffff;
  background-color: #000f14; }

.account-masthead .account .notifications.notifications-important a span.badge {
  color: #ffffff;
  background-color: #c9403a; }

.account-masthead .account.authed .image {
  padding: 0 6px; }

.account-masthead .account.authed .image img {
  vertical-align: -6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.masthead {
  *zoom: 1;
  min-height: 55px;
  color: #ffffff;
  background: #005d7a url("../../../base/images/bg.png"); }

.masthead:before,
.masthead:after {
  display: table;
  content: "";
  line-height: 0; }

.masthead:after {
  clear: both; }

.masthead .container {
  position: relative; }

.masthead a {
  color: #ffffff; }

.masthead hgroup h1,
.masthead hgroup h2 {
  float: left; }

.masthead hgroup h1 {
  letter-spacing: -1px;
  margin: 3px 0; }

.masthead hgroup h2 {
  position: absolute;
  bottom: -3px;
  left: 0;
  margin: 0;
  white-space: nowrap; }

.masthead .nav-collapse {
  padding-top: 10px; }

.masthead .section {
  float: left; }

.masthead input[type="text"] {
  border-color: #004a61; }

.masthead .navigation {
  margin-right: 20px; }

.masthead .navigation .nav-pills {
  margin-bottom: 0; }

.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li.active a {
  background-color: #003647; }

.masthead .nav > li > a,
.masthead .nav > li > a:focus,
.masthead .nav > li > a:hover,
.masthead .nav > .active > a,
.masthead .nav > .active > a:hover,
.masthead .nav > .active > a:focus {
  color: #fff;
  text-shadow: none; }

.masthead .site-search {
  margin: 2px 8px 2px 0; }

.masthead .site-search input {
  width: 200px;
  padding: 4px 10px; }

.masthead .btn-navbar,
.masthead .btn-navbar:hover,
.masthead .btn-navbar:focus,
.masthead .btn-navbar:active,
.masthead .btn-navbar.active,
.masthead .btn-navbar.disabled,
.masthead .btn-navbar[disabled] {
  background-color: #003647;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 15px; }

.masthead .btn-navbar .icon-bar,
.masthead .btn-navbar:hover .icon-bar,
.masthead .btn-navbar:focus .icon-bar,
.masthead .btn-navbar:active .icon-bar,
.masthead .btn-navbar.active .icon-bar,
.masthead .btn-navbar.disabled .icon-bar,
.masthead .btn-navbar[disabled] .icon-bar {
  margin-right: 0; }

.masthead .debug {
  position: absolute;
  top: 37px;
  left: 10px;
  color: rgba(255, 255, 255, 0.5); }

@media (max-width: 970px) {
  .module-resource .actions:has(.btn.btn-primary.resource-url-analytics) {
    position: relative;
    float: unset;
    top: unset;
    right: unset; }
  .module-resource .module-content .actions ul li {
    width: 100%;
    margin-top: 1rem; }
    .module-resource .module-content .actions ul li a {
      width: auto; } }

@media (min-width: 980px) {
  .masthead .nav-collapse {
    float: right; } }

@media (max-width: 767px) {
  .account-masthead {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .masthead .section {
    float: none; }
  .masthead .section .nav-collapse {
    margin-bottom: 25px; } }

@media (max-width: 979px) {
  .masthead .container {
    padding-left: 20px;
    padding-right: 20px; }
  .masthead .site-search {
    display: none; } }

.attribution small {
  color: #ccdee3; }

.attribution .ckan-footer-logo {
  display: block;
  width: 68px;
  height: 21px;
  margin-top: 2px;
  background: url("../../../base/images/ckan-logo-footer.png") no-repeat top left;
  text-indent: -900em; }

.lang-select {
  *zoom: 1; }

.lang-select:before,
.lang-select:after {
  display: table;
  content: "";
  line-height: 0; }

.lang-select:after {
  clear: both; }

.lang-select label,
.lang-select select,
.lang-select .lang-container {
  float: left;
  margin-top: 0; }

.lang-dropdown {
  color: #000000; }

.lang-dropdown li {
  width: auto; }

.table-selected td {
  background-color: #f5f5f5; }

.table-selected td .edit {
  display: block; }

.table-bulk-edit th input {
  top: -5px; }

.table-bulk-edit .table-actions .btn-group {
  float: left;
  margin: 0 10px 0 0; }

.table-bulk-edit .context p {
  margin-bottom: 0; }

.table-header thead th {
  background-color: #f6f6f6; }

.table-edit-hover .edit {
  display: none;
  float: right; }

.table-edit-hover tr:hover .edit {
  display: block; }

.js .table-toggle-more .toggle-more {
  display: none; }

.js .table-toggle-more .show-more {
  display: inline; }

.js .table-toggle-more .show-less {
  display: none; }

.js .table-toggle-more .toggle-seperator {
  display: table-row; }

.js .table-toggle-more .toggle-seperator td {
  height: 11px;
  padding: 0;
  background-image: url("../../../base/images/table-seperator.png"); }

.js .table .toggle-show td {
  background: none;
  text-align: center; }

.js .table-toggle-less .show-less {
  display: inline; }

.js .table-toggle-less .show-more {
  display: none; }

.js .table-toggle-less .toggle-seperator {
  display: none; }

.profile .empty,
.profile .dataset-list {
  margin-bottom: 20px; }

.activity {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  background: transparent url("../../../base/images/dotted.png") 14px 0 repeat-y; }

.activity .item {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  *zoom: 1; }

.activity .item:before,
.activity .item:after {
  display: table;
  content: "";
  line-height: 0; }

.activity .item:after {
  clear: both; }

.activity .item .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }

.activity .item .gravatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.activity .item .actor .gravatar {
  position: absolute;
  top: 0;
  left: 40px; }

.activity .item p {
  margin: 5px 0 0 80px; }

.activity .item .date {
  color: #999;
  white-space: nowrap; }

.activity .item .new {
  display: block;
  position: absolute;
  overflow: hidden;
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #A35647;
  border: 1px solid #FFF;
  text-indent: -1000px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.activity .item.no-avatar p {
  margin-left: 40px; }

.activity .load-less {
  margin-bottom: 15px; }

.popover {
  width: 300px; }

.popover .popover-title {
  margin-bottom: 0; }

.popover p.about {
  margin: 0 0 10px 0; }

.popover .popover-close {
  float: right;
  text-decoration: none; }

.popover .popover-content {
  color: #444444;
  word-break: break-all; }

.popover .popover-content dl {
  margin: 0; }

.popover .popover-content dl dd {
  margin-left: 0;
  margin-bottom: 10px; }

.activity .item .icon {
  background-color: #999999; }

.activity .item.failure .icon {
  background-color: #b95252; }

.activity .item.success .icon {
  background-color: #69a67a; }

.activity .item.added-tag .icon {
  background-color: #6995a6; }

.activity .item.changed-group .icon {
  background-color: #767dce; }

.activity .item.changed-package .icon {
  background-color: #8c76ce; }

.activity .item.changed-package_extra .icon {
  background-color: #769ace; }

.activity .item.changed-resource .icon {
  background-color: #aa76ce; }

.activity .item.changed-user .icon {
  background-color: #76b8ce; }

.activity .item.changed-organization .icon {
  background-color: #699fa6; }

.activity .item.deleted-group .icon {
  background-color: #b95252; }

.activity .item.deleted-package .icon {
  background-color: #b97452; }

.activity .item.deleted-package_extra .icon {
  background-color: #b95274; }

.activity .item.deleted-resource .icon {
  background-color: #b99752; }

.activity .item.deleted-organization .icon {
  background-color: #b95297; }

.activity .item.new-group .icon {
  background-color: #69a67a; }

.activity .item.new-package .icon {
  background-color: #69a68e; }

.activity .item.new-package_extra .icon {
  background-color: #6ca669; }

.activity .item.new-resource .icon {
  background-color: #81a669; }

.activity .item.new-user .icon {
  background-color: #69a6a3; }

.activity .item.new-organization .icon {
  background-color: #81a669; }

.activity .item.removed-tag .icon {
  background-color: #b95297; }

.activity .item.deleted-related-item .icon {
  background-color: #b9b952; }

.activity .item.follow-dataset .icon {
  background-color: #767dce; }

.activity .item.follow-user .icon {
  background-color: #8c76ce; }

.activity .item.new-related-item .icon {
  background-color: #95a669; }

.activity .item.follow-group .icon {
  background-color: #8ba669; }

.dropdown:hover .dropdown-menu {
  display: block; }

.js .dropdown .dropdown-menu,
.js .dropdown:hover .dropdown-menu {
  display: none; }

.js .dropdown.open .dropdown-menu {
  display: block; }

#followee-filter .btn {
  *zoom: 1; }

#followee-filter .btn:before,
#followee-filter .btn:after {
  display: table;
  content: "";
  line-height: 0; }

#followee-filter .btn:after {
  clear: both; }

#followee-filter .btn span,
#followee-filter .btn strong {
  display: block;
  float: left;
  line-height: 1.5; }

#followee-filter .btn strong {
  margin: 0 5px;
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.dashboard-context {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
  background-color: #f6f6f6;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0; }

.dashboard-context h2 {
  margin-bottom: 10px; }

.dashboard-context .arrow {
  position: absolute;
  content: ' ';
  top: 30px;
  right: -10px;
  width: 10px;
  height: 21px;
  background: transparent url("../../../base/images/dashboard-followee-related.png"); }

.popover-followee .popover-title {
  display: none; }

.popover-followee .popover-content {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.popover-followee .empty {
  padding: 10px; }

.popover-followee .popover-header {
  *zoom: 1;
  background-color: whiteSmoke;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.popover-followee .popover-header:before,
.popover-followee .popover-header:after {
  display: table;
  content: "";
  line-height: 0; }

.popover-followee .popover-header:after {
  clear: both; }

.popover-followee .popover-header .input-prepend {
  margin-bottom: 0; }

.popover-followee .popover-header .add-on,
.popover-followee .popover-header input {
  float: left;
  margin: 0; }

.popover-followee .popover-header .add-on {
  padding: 4px 8px 4px 12px;
  border-right-width: 0;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px; }

.popover-followee .popover-header input {
  padding: 4px 12px 4px 8px;
  width: 207px;
  -webkit-border-radius: 0 100px 100px 0;
  -moz-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0; }

.popover-followee .nav {
  padding: 0;
  margin: 0;
  max-height: 205px;
  overflow: auto;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.popover-followee .nav li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 10px 7px 15px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.popover-followee .nav li a i {
  background-color: var(--primary-500);
  color: #ffffff;
  margin-right: 11px;
  padding: 3px 5px;
  line-height: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2); }

.popover-followee .nav li a:hover i {
  background-color: #000; }

.popover-followee .nav li.active a i {
  color: var(--primary-500);
  background-color: #ffffff; }

.dashboard-me {
  *zoom: 1;
  padding: 15px 15px 0 15px; }

.dashboard-me:before,
.dashboard-me:after {
  display: table;
  content: "";
  line-height: 0; }

.dashboard-me:after {
  clear: both; }

.dashboard-me img {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.dashboard-me strong {
  display: block;
  margin: 3px 0; }

.resource-view-filters {
  margin-bottom: 1em; }

.resource-view-filters .resource-view-filter {
  margin-bottom: 1.0em; }

.resource-view-filters .resource-view-remove-filter {
  cursor: pointer;
  color: var(--secondary-500); }

.resource-view-filters .resource-view-filter-values .select2-container {
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  width: 24% !important; }

.resource-view-filters .resource-view-filter-values .select2-container .select2-search-choice-close {
  left: auto; }

.datapusher-status-link:hover {
  text-decoration: none; }

.datapusher-status.status-unknown {
  color: #bbb; }

.datapusher-status.status-pending {
  color: #FFCC00; }

.datapusher-status.status-error {
  color: red; }

.datapusher-status.status-complete {
  color: #009900; }

[hidden] {
  display: none; }

table {
  table-layout: fixed; }

thead th {
  vertical-align: top; }

td, th {
  word-wrap: break-word; }

mark {
  background: #fdf7e9; }

iframe {
  border: none; }

.popular {
  text-indent: -999em; }

.page-heading {
  margin-top: 0;
  margin-bottom: 16px; }

.m-top {
  margin-top: 15px; }

.m-left {
  margin-left: 15px; }

.m-right {
  margin-right: 15px; }

.m-bottom {
  margin-bottom: 15px; }

.no-margin {
  margin: 0; }

.reduced-margin {
  margin: 3px 5px; }

.p-top {
  padding-top: 15px; }

.p-left {
  padding-left: 15px; }

.p-right {
  padding-right: 15px; }

.p-bottom {
  padding-bottom: 15px; }

.no-padding {
  padding: 0; }

.reduced-padding {
  padding: 3px 5px; }

/* SDA-929  Estilos ordenacion de facetas y tipo de busqueda*/
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent; }

.radio-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #666;
  border-radius: 24px;
  transform: scale(0.75); }

.radio-button__input[type="radio"][checked] ~ a .radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 12px; }

.radio-button__filter__type__search:after {
  content: ""; }

.container__filter__type__search .span__filter__type__search {
  padding-bottom: 0.375rem;
  display: flex; }
  .container__filter__type__search .span__filter__type__search strong {
    font-family: montserrat-medium !important;
    font-size: .875rem;
    color: var(--primary-600); }

.container__filter__type__search .container__filter__type__search_and__or {
  display: flex;
  gap: 12px; }
  .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search {
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search a {
      background-color: transparent !important;
      display: flex;
      text-decoration: none;
      color: var(--dark-gray);
      padding: 0px;
      gap: 0.175rem;
      align-items: end; }
      .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search a:hover .radio-button__control {
        border-color: var(--primary-500);
        background-color: var(--primary-300) !important; }
    .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search .radio-button__input {
      display: flex;
      align-items: center;
      opacity: 0;
      position: absolute;
      pointer-events: none; }
      .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search .radio-button__input:checked + a .radio-button__control {
        border-color: var(--primary-500);
        background-color: var(--primary-500); }
        .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search .radio-button__input:checked + a .radio-button__control::after {
          opacity: 1; }
      .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search .radio-button__input:checked + a:hover .radio-button__control {
        background-color: var(--primary-600) !important; }
      .container__filter__type__search .container__filter__type__search_and__or .radio-button__filter__type__search .radio-button__input:focus + a .radio-button__control {
        outline: 2px solid var(--primary-500);
        outline-offset: 2px; }

.container__full__module-narrow {
  background-color: #d0d0d0;
  display: flex; }

.filter_sort_both {
  background-position: 0px 6px;
  display: inline;
  margin: 0;
  padding: 0px 15px 29px 25px;
  background-repeat: no-repeat;
  background-size: auto;
  float: right;
  margin-right: 15px; }

.filter_sort_alpha {
  margin-left: auto; }

.filter_sort_alpha_active {
  background-image: url(/images/orden-alfabetico-Activo.png); }

.filter_sort_alpha_inactive {
  background-image: url(/images/orden-alfabetico-Desactivado.png); }

.filter_sort_numb_active {
  background-image: url(/images/orden-numerico-Activo.png); }

.filter_sort_numb_inactive {
  background-image: url(/images/orden-numerico-Desactivado.png); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.module.module-narrow.module-shallow:nth-child(2) .container__full__module-narrow {
    display: table;
    width: 100%; }
  section.module.module-narrow.module-shallow .container__full__module-narrow h2 {
    display: inline-block; }
  section.module.module-narrow.module-shallow .container__full__module-narrow a.filter_sort_both {
    height: 20px; }
  section.module.module-narrow.module-shallow li.container__filter__type__search {
    height: 50px; } }
