html {
  /*   Sticky footer styles  */
  position: relative;
  min-height: 100%;
}


/****************************/
/*          Header          */
/****************************/
#header {
  margin-bottom: 40px;
}
.sp-subtitle {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 25px;
}


/****************************/
/*          Content         */
/****************************/
/* Usually, in combination with Bootstrap h2 tag */
.ds-content-header {
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 20px;
}


/****************************/
/*          Lists           */
/****************************/

#ds-icons-list-wrap {
  display: none;
}

#list-layout-icons, #list-layout-icons a {
  font-size: 150%;
  color: #029AE4;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 5px;
}

#ds-icon-list-wrap {
  background: #fff;
  padding-bottom: 60px;
  margin-bottom: 40px; }
#ds-icon-list-wrap h2 {
  font-size: 24px;
  background: #fff;
  color: #009DDF;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 15px; }


#ds-icon-list {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 60px; }
#ds-icon-list .ds-icon-list-title{
  padding-bottom: 15px;
}
#ds-icon-list .ds-list {
  min-height: 400px;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.13);
  position: relative; }
#ds-icon-list .ds-list .ds-list-title {
  width: 100%;
  display: table; }
#ds-icon-list .ds-list .ds-list-img-wrap {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  border-top: 2px solid #fff; }
#ds-icon-list .ds-list img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
#ds-icon-list .ds-list h2 {
  background: #66C6EE;
  color: #fff;
  font-size: 14px;
  height: 47px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  transition: all 0.3s ease; }
#ds-icon-list .ds-list p {
  background: #fff;
  font-size: 12px;
  color: #4D4D4D;
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 12px;
  padding-bottom: 10px;
  margin: 0;
  min-height: 90px;
  line-height: 14.4px; }
#ds-icon-list .ds-list a.read-more {
  display: block;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #009DDF;
  padding: 9px 10px 7px;
  color: #fff;
  width: 108px;
  margin-left: -54px;
  font-size: 12px;
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease; }
#ds-icon-list .ds-list:hover a.read-more {
  opacity: 1;
  visibility: visible; }
#ds-icon-list .ds-list:hover h2 {
  background: #009DDF; }



/****************************/
/*       Detail page        */
/****************************/
.help-text {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

/****************************/
/*         Tooltip          */
/****************************/
a .ds-tooltip-term {
  border-bottom: 1px dotted #00f;
  text-decoration: none;
}

/* ---------------------
 * Bootstrap Tooltip
 * --------------------- */
.tooltip.in {opacity: 1.0;}
.tooltip-inner { background-color: #029AE4; color: #000; font-size: 0.9em; max-width: 220px; }
.tooltip.top .tooltip-arrow { border-top-color: #000; }
.tooltip.right .tooltip-arrow { border-right-color: #029AE4; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #029AE4; }
.tooltip.left .tooltip-arrow { border-left-color: #029AE4; }
.tooltip-inner { color: #fff; }
.tooltip-inner .subject { color: #fff; }
.tooltip-inner .predicate { color: #d0d0d0; }
.tooltip-inner .object { color: #fff; }

/****************************/
/*     Structured search    */
/****************************/
#structured-search {
  margin-bottom: 80px;
}
/*#search-box{
  width:300px;
  height: 33px;
  margin:0 auto;
  display: flex;
  justify-content: right;
}
#search-box .gsc-control-cse {
  padding: 0 0 0 0;
  border-color: #cbcfc9;
  background: #cbcfc9;
}
#search-box form.gsc-search-box {
  height: 63px;
  background: #cbcfc9;
}*/
#ss-description {
  text-align: center;
}

#ss-model-buttons {
  margin: 20px 0;
  text-align: center;
}

#ss-operations {
  padding-left: 20px;
}

.ss-model-button {
  -moz-box-shadow: 0 0 5px gray;
  -webkit-box-shadow: 0 0 5px gray;
  box-shadow: 0 0 5px gray;
  margin: 5px 3px 5px 3px;
}

.section-wrap {
  border-radius: 8px;
  position: relative;
  min-width: 550px;
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: white;
  -moz-box-shadow: 0 0 3px black;
  -webkit-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
  opacity: 0.9;
}

.section-icons {
  text-align: right;
  padding: 20px;
}

.ss-hint-field {
  border-radius: 8px;
  position: relative;
  width: 90%;
  min-height: 200px;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #FFFFCC;
  -moz-box-shadow: 0 0 3px black;
  -webkit-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
  opacity: 0.9;
}


#ss-hint {
  margin-bottom: 30px;
  font-size:110%;
}


#ss-nr-records {
  font-size:large;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.attributes {
}

.attribute {
  padding: 2px;
}

.lookups {
}

.lookup {
  padding: 2px;
}


.floating-box {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  /*    border: 3px solid #73AD21; */
}


.left {
  text-align: left;
}
.center {
  text-align: center;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* remove default arrow */
  /*background-image: url(...);   add custom arrow */
  color: gray;
}

.input-query {
  background-color: white;
  color: gray;
}


/****************************/
/*         Footer           */
/****************************/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: #fff;
  height: 60px;
  border-top: 1px solid #e2f1fd;
  margin-top: 90px;
  -webkit-box-shadow: 0px -5px 25px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -5px 25px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -5px 25px -11px rgba(0, 0, 0, 0.3); }
footer p {
  font-size: 10px; }
footer .eunion {
  margin-top: 7px; }
footer .eunion p {
  margin-left: 90px; }
footer .copyright {
  background: #E6E6E6;
  margin-top: 10px; }
footer .copyright .text-left a {
  font-size: 14px;
  text-decoration: underline;
  color: #66C6EE; }
footer .copyright p {
  padding: 20px 0 10px; }
footer ul {
  margin-bottom: 0;
  margin-top: 15px; }
footer nav ul li {
  margin-left: 26px; }
footer nav ul li:first-of-type {
  margin-left: 0; }
footer nav ul li a {
  font-size: 14px;
  font-family: "cf_asty_stdlight", Helvetica, Arial, sans-serif;
  color: #9D9D9D; }
footer ul.social-links {
  margin-top: 10px; }
footer ul.social-links li {
  position: relative;
  padding: 0 15px; }
footer ul.social-links li:before {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  left: 0;
  background: #9D9D9D;
  top: 0; }
footer ul.social-links li:last-of-type:after {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  right: 0;
  background: #9D9D9D;
  top: 0; }
footer i {
  color: #9D9D9D;
  font-size: 21px !important;
  padding-top: 5px; }


/****************************/
/*          Popup           */
/****************************/
/* Popup container - can be anything you want */
.help_popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.help_popup .help_popuptext {
  visibility: hidden;
  width: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: fixed;
  top:25%;
  z-index: 1;
  left: 25%;
}


/* Toggle this class - hide and show the popup */
.help_popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/****************************/
/*           Map            */
/****************************/
.map-item {
  margin: 10px;
}

#error-message {
  animation: cssAnimation 0s 1s forwards;
  visibility: hidden;
}

@keyframes cssAnimation {
  to { visibility: visible; }
}