/*
   Basic settings for the ALBERT sass
*/
/*
 * COLORS - may be overwritten in the instances _settings.scss
 * IMPORTANT: instances must also consider all variables that are defined with other variables (see Elements below)
 */
/* Elements */
/*
 * COLORS END
 */
/*
 * FONTS - may be overwritten in the instances _settings.scss
 */
/*
 * FONTS END
 */
/*
 * FLAG FOR HEADER IMAGE - may be overwritten in the instances _settings.scss
   If a header image is to be displayed, the instance must also set the variables
     $header-background-image-name:
     $header-background-image-extension: "png";
 */
/* background image base url */
/**  mixins */
/*
  instances override variables here
*/
/*
 * COLORS - may be overwritten in the instances _settings.scss
 * IMPORTANT: instances must also consider all variables that are defined with other variables (see Elements below)
 */
/* Elements */
/*
 * COLORS END
 */
#virtualKeyboard {
  float: right;
}

header #masthead #sitelogo {
  width: 270px;
}

.message-box .welcome-message {
  padding-top: 0px;
}
.message-box .welcome-message b {
  font-weight: bold;
}
.message-box .box-container .info-message {
  margin-top: 14px;
}
.message-box .box-container .slogan {
  height: 220px;
}
.message-box .box-container .slogan .slogan-message {
  padding-top: 17px;
  font-size: 1.3rem;
  line-height: 2rem;
}

#info-dialog .dialog-link {
  color: #00a6eb;
  font-weight: bold;
}

.bibDetails {
  color: #00a6eb;
  font-weight: bold;
}

.defDetails {
  color: #dcf2fa;
  font-weight: bold;
}

.dialog-link {
  color: #00a6eb;
  font-weight: bold;
}

header #search-header .feed-link {
  right: -70px;
}
header #search-header .searchform input[type=text] {
  padding-right: 16px;
  margin-bottom: 10px;
}
header #search-header.advancedsearch .searchform .advSearchAutocomplete .input-append input[type=text] {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0px;
}
header #search-header.advancedsearch .searchform .advSearchAutocomplete button {
  border-radius: 8px;
}
header #search-header.advancedsearch .searchform .advSearchAutocomplete select.advSearchField {
  margin-left: -180px;
  width: 180px;
  border-radius: 8px;
}
header #search-header.advancedsearch .searchform .advSearchAutocomplete select.advSearchConj {
  width: 70px;
  margin-right: -85px;
  border-radius: 8px;
}
header #search-header.advancedsearch .searchform .button-group button {
  border-radius: 8px;
}

/*# sourceMappingURL=instance.css.map */
