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

/****************************/
/*          Header          */
/****************************/
#header {
    height: auto! important;
    margin-bottom: 0px;
}
.sp-subtitle {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.navbar-default {
  background-color: #417690;
  color: white;
  border-color: #417690;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

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

#content {
    margin-bottom: 120px;
}

/****************************/
/*          Lists           */
/****************************/
.list-header {
    background-color: #417690;
    color: white;
}

/****************************/
/*       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;
}

#ss-description {
    text-align: center;
}

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

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

.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: 20px 0;
    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: 20px 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-container {
    margin-left:0;
}

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


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

.attributes {
}

.attribute {
}
.attribute input{
    margin: 3px;
    padding: 0px;
    width: 200px;
    max-width: 200px;
}

.lookups {
}

.lookup {
}

.lookup select {
    margin: 3px;
    padding: 0px;
    width: 200px;
    max-width: 200px;
}

.floating-box {
    font-size: 14px;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.floating-box-lookup-value{
    width: 250px;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.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;
}
.input-query-radio {
    width: 20px !important;
}

.datepicker-days {
    color: black;
}


/****************************/
/*         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;
}
