html {
  overflow-y: scroll;
}
body {
  padding-top: 70px;
}
iframe {
  display: none;
}
#captcha iframe {
  display: block;
}
iframe[title="recaptcha challenge"] {
  display: block;
}
.container-fluid {
  min-width: 1000px;
}
a {
  color: #7850c8;
}
a:hover {
  color: #7850c8;
}
a:focus {
  outline-color: #7850c8;
}
select:focus {
  outline-color: #7850c8;
}
.header {
  background-color: #0d0f10;
}
.header input {
  font-size: 14px;
  color: #000000;
}
.thumbnail {
  background: #f6f6f6;
  height: 206px;
  width: 158px;
  float: left;
  margin: 0px 10px 20px 0px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.thumbnail[data-name=nextPage]:hover {
  background: #f0f0f0;
}
.thumbnail[data-name=nextPage] p {
  padding-top: 90px;
  color: #000000;
  font-size: 20px;
}
.thidden {
  background-color: #808080;
}
.thidden .thumbnail-container {
  background-color: #808080;
}
.thumbnail-caption {
  padding: 5px;
}
.selectionRelative {
  position: relative;
}
.selectionContainer {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px;
  margin-top: 15px;
}
.thumbnail-container {
  background: white;
  width: 158px;
  height: 158px;
  max-width: 158px;
  max-height: 158px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#articleImagesContainer .image-container {
  float: left;
  display: block;
  margin: 10px 5px 10px 5px;
}
#articleImagesContainer .thumbnail-container {
  width: 128px;
  height: 128px;
  max-width: 128px;
  max-height: 128px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.image {
  max-height: 100%;
  max-width: 100%;
}
.navbar-shadow {
  height: 0px;
  z-index: 10;
  -webkit-box-shadow: 0 5px 5px 5px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0 5px 5px 5px rgba(204, 204, 204, 0.2);
  box-shadow: 0 5px 5px 5px rgba(204, 204, 204, 0.2);
  display: none;
}
.information {
  border-top: 1px solid #d5d5d5;
  word-wrap: break-word;
}
.hover {
  width: 350px;
  height: 430px;
  z-index: 2;
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
  font-family: Tahoma;
  color: #000000;
  margin: 0px 20px 20px 0px;
}
.hover .crossContainer {
  width: 0px;
  height: 0px;
}
.hover .crossContainer .ic_cross {
  top: -19px;
  left: 354px;
}
.hover .muted {
  color: #666666;
}
.hover strong {
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 5px;
}
.hover .btn {
  margin-right: 6px;
  background: #2b2925;
  color: #ffffff;
  font-family: Arial;
  font-size: 11px;
  border: none;
  width: 90px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  padding: 4px 0px;
}
.hover .hover-information {
  padding-top: 5px;
}
.hover .hover-information .middleCaption {
  line-height: 16px;
}
.hover .hover-information p {
  margin: 0 0 5px;
}
.hover .hover-information .buttonsContainer {
  position: absolute;
  bottom: 16px;
}
.hover .info p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.hover-container {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  width: 350px;
  height: 300px;
  max-width: 350px;
  max-height: 300px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.wraper {
  overflow: hidden;
}
.column {
  margin-bottom: -16000px;
  padding-bottom: 16000px;
}
#loading {
  display: none;
  background: url("img/ajax-loader.gif") no-repeat scroll center center;
  background-size: 31px 31px;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 75000;
}
.clickable {
  cursor: pointer;
}
.divider {
  margin-right: 15px;
  margin-left: 15px;
}
.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
.leftSideFixed {
  background: #ebebeb;
  width: 270px;
  float: left;
  height: 100%;
  min-height: 580px;
  margin-left: -100%;
}
.leftSideFixed .information {
  padding: 15px 15px 0px 15px;
}
.searchWidth {
  width: 250px;
  margin-bottom: 20px;
}
.searchParam {
  margin-top: 20px;
}
.searchParam ul {
  max-height: 150px;
  overflow: hidden;
}
.rightSideFixed {
  width: 180px;
  float: left;
  margin-left: -180px;
  background-color: #ebebeb;
}
#AnnouncementView {
  padding-top: 46px;
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}
#AnnouncementView .content {
  width: 160px;
  padding-bottom: 50px;
}
#AnnouncementView .content h1 {
  font-size: 14px;
  color: #000000;
}
#AnnouncementView .content h2 {
  font-size: 13px;
  color: #000000;
}
#AnnouncementView .content p {
  font-size: 12px;
  color: #333333;
}
.announcementTitle {
  position: absolute;
  top: 15px;
  font-family: Tahoma;
  color: #666666;
}
#SearchView {
  font-family: Tahoma;
  color: #666666;
  padding: 10px 10px 10px 10px;
}
#SearchView input {
  font-family: Tahoma;
  color: #000000;
}
#SearchView .publications label {
  color: #333333;
  width: 150px;
  float: left;
}
#SearchView .withArrow {
  width: 110px;
}
#SearchView .filterTag {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  word-wrap: break-word;
  line-height: 15px;
  margin-bottom: 18px;
}
#SearchView .filterValue {
  padding-left: 20px;
}
#SearchView .filterTitle {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
#SearchParams {
  padding-top: 5px;
  border-bottom: 1px solid #d5d5d5;
  min-height: 31px;
}
#ContentView {
  min-height: 580px;
}
.middleSideFluid {
  width: 100%;
  float: left;
}
.middleSideContainer {
  padding-left: 270px;
  padding-right: 200px;
}
.middleSideContainer.column2 {
  padding-right: 20px;
}
.middleSideContainer .information {
  padding: 15px 15px 0px 15px;
}
.footer {
  background: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .menu-links {
  padding-top: 17px;
}
.footer .menu-links small {
  color: #333333;
}
.footer small {
  color: #999999;
}
.footer .brand {
  margin-top: 25px;
}
.navbar .brand {
  margin: 10px;
  padding: 0px;
}
.aas-header-logo {
  margin-top: 13px;
  margin-right: 10px;
}
.aas-wwt-header-logo {
  width: 28px;
  height: 28px;
}
#aas-wwt-link:hover {
  text-decoration: none;
}
.searchInput {
  width: 212px;
  padding-right: 30px !important;
}
.iconWrapper {
  width: 0px;
  height: 0px;
}
.iconInput {
  background: url('img/ic_keyword_magnifier_11x11.png') no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  bottom: 30px;
  left: 220px;
}
div[data-name=within].iconInput {
  bottom: 36px;
}
.iconCross {
  display: none;
  background: url('img/ic_-cross_light_13x13.png') no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  bottom: 66px;
  left: 190px;
  border-right: 1px solid #d5d5d5;
}
.iconButton {
  background: url('img/ic_keyword_magnifier_11x11.png') no-repeat;
  padding-right: 11px;
  margin-left: 8px;
  cursor: pointer;
}
.navbar .nav {
  margin-left: 10px;
  overflow: hidden;
}
.navbar .nav.large {
  display: block;
}
.navbar .nav.small {
  display: none;
}
.navbar .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
input[data-name=issnSearch] {
  width: 236px;
}
input[data-name=volumeSearch] {
  width: 80px;
}
input[data-name=issueSearch],
input[data-name=articlePageSearch] {
  width: 65px;
}
input[data-name=volumeSearch],
input[data-name=issueSearch] {
  margin-right: 2px;
}
.year-range {
  height: 60px;
}
.year-range .yearLabel {
  margin-top: 10px;
}
#additionalPublication input {
  margin-bottom: 10px;
}
.ic_error_alert {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('img/ic_error_alert_16x16.png');
  background-repeat: no-repeat;
}
.ic_arrow_down {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('img/ic_arrow_down_9x9.png');
  background-repeat: no-repeat;
}
.ic_arrow_up {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('img/ic_arrow_up_9x9.png');
  background-repeat: no-repeat;
}
.ic_arrow_right {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('img/ic_arrow_right_9x9.png');
  background-repeat: no-repeat;
}
.ic_bt_arrow_right {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url('img/ic_bt_arrow_right_8x14.png');
  background-repeat: no-repeat;
}
.ic_bt_arrow_left {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url('img/ic_bt_arrow_left_8x14.png');
  background-repeat: no-repeat;
}
.ic_cross {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('img/ic_cross_dark_13x13.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  top: 1px;
  position: relative;
}
.ic_cross:hover {
  background-image: url('img/ic_cross_violet_13x13.png');
}
.ic_special_link {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('img/ic_special_link_14x14.png');
  background-repeat: no-repeat;
}
.page-title {
  height: 46px;
  margin-left: 20px;
}
.page-title .title {
  font-size: 22px;
  padding: 15px 20px 15px 0px;
  color: #000;
}
#GridView {
  padding-left: 290px;
}
#GridView .grid {
  clear: both;
  padding: 16px 0px 16px 0px;
}
#GridView .responsible {
  float: left;
  width: 0px;
}
#GridView .head {
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}
#GridView .head.down {
  border-bottom: none;
  border-top: 1px solid #e6e6e6;
}
#GridView .head .lead {
  font-size: 22px;
  color: #000000;
  margin: 0px 20px 0px 0px;
}
#GridView .head form {
  margin-bottom: 0px;
}
#GridView .head input {
  font-family: Tahoma;
  color: #000000;
}
#GridView .head .pagination {
  margin: 8px 0px 0px 0px;
}
#GridView .head .pagination div {
  float: left;
  line-height: 28px;
}
#GridView .head .pagination div .current {
  background-color: #eeeeee;
  font-size: 16px;
  color: #000000;
  height: 28px;
  display: block;
  float: left;
  padding: 0px 10px;
}
#GridView .head .pagination div .pages {
  font-size: 14px;
  padding: 0px 10px;
}
#GridView .head .pagination div.clickable {
  height: 26px;
  width: 30px;
  background-position: center;
  border: 1px solid #c0c0c0;
}
#GridView .head .pagination div.clickable.disabled {
  border: none;
  background: none;
  cursor: auto;
}
#GridView .head .pagination div.clickable.disabled:hover {
  background: none;
}
#GridView .head .pagination div.clickable:hover {
  background-color: #eeeeee;
}
#GridView .no-result {
  border: none;
  height: 50px;
  line-height: 50px;
  background-color: #ebebeb;
  font-size: 16px;
  color: #000000;
  padding-left: 10px;
}
#GridView .unstyled {
  padding-left: 10px;
  font-size: 14px;
}
#GridView .unstyled li {
  line-height: 16px;
}
.image-details {
  font-size: 14px;
  color: #000000;
  padding-left: 20px;
  margin-bottom: 80px;
}
.image-details .btn {
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #2b2925;
  background-image: none;
}
.image-details .btn:hover {
  border: none;
  background-color: #2b2925;
  background-image: none;
}
.image-details .btn#citationHref {
  width: 186px;
  height: 20px;
  background-color: #e6e6e6;
  border: 1px solid #c8c8c8;
  color: #0d0f10;
  margin-left: 20px;
}
.image-details .row,
.image-details .row-fluid {
  margin-top: 10px;
}
.image-details .lead {
  font-size: 22px;
}
.image-details .lr-container {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  width: 380px;
  height: 380px;
  max-width: 380px;
  max-height: 380px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.image-details .info-container {
  padding-left: 400px;
}
.image-details .citationFormat {
  color: #666666;
  line-height: 30px;
}
.image-details .citationContainer {
  width: 35%;
}
.image-details .citationContainer select {
  width: 100%;
}
.image-details #imageTitle {
  font-size: 28px;
  line-height: 35px;
}
.image-details #image-authors {
  line-height: 18px;
}
.image-details .buttonsBelow .btn {
  margin-right: 21px;
}
.image-details .buttonsTop .btn {
  margin-left: 4px;
}
.gap {
  padding-left: 20px;
}
.ui-dialog .gap {
  padding-left: 70px;
}
.ui-dialog .gap.delete {
  padding-top: 15px;
}
.resizable {
  min-width: 500px;
  max-width: 800px;
}
.resizable.image-details {
  min-width: 680px;
  max-width: 980px;
}
#year-range {
  width: 240px;
}
.ui-slider.ui-slider-horizontal {
  height: 3px;
}
.ui-slider .ui-slider-handle {
  width: 7px;
  height: 18px;
  background: url(img/slider_handle_7x18.png) no-repeat;
  overflow: hidden;
  position: absolute;
  top: -6px;
  margin-left: 0px;
  border-style: none;
}
.dropdown {
  margin-right: 20px;
}
.dropdown label {
  cursor: auto;
}
.dropdown select {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url('img/ic_arrow_down_9x9.png') no-repeat;
  /*Adds background-image*/
  background-position: 40px 9px;
  /*Position of the background-image*/
  line-height: 20px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  margin-bottom: 1px;
}
.publicationName {
  display: block;
  float: left;
  width: 150px;
}
.jumpLinks {
  padding-top: 10px;
}
.jumpLinks.nav > li > a:hover,
.jumpLinks.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.jumpLinks a {
  padding-left: 9px;
  width: 220px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
}
.jumpLinks.nav-list {
  padding-left: 24px;
}
.errorContainer {
  width: 0px;
  height: 0px;
}
.errorContainer .errorMessage {
  display: block;
  width: 150px;
  padding: 0px 10px 0px 10px;
  font-family: Arial;
  font-size: 12px;
  color: #d20000;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  background: #ffffff;
  line-height: 36px;
}
.header .errorContainer .errorMessage {
  z-index: 1050;
}
.addButton {
  border: none;
  background-color: inherit;
}
#search-navigation-button {
  width: 88px;
}
.leftSideFixed .information h1 {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
}
.leftSideFixed .information h2 {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
}
.leftSideFixed .information p {
  font-size: 14px;
  color: #000000;
}
.middleSideFluid .information h1 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.middleSideFluid .information h2 {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.middleSideFluid .information p {
  font-size: 14px;
  color: #000000;
}
.ui-front {
  z-index: 70000 !important;
}
.ui-dialog {
  padding: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
}
.ui-dialog .ui-dialog-titlebar {
  background: #ffffff;
  padding: 20px;
  border: none;
  border-top: 6px solid #1a1a1a;
  border-bottom: 1px solid #e6e6e6;
  height: 25px;
  font-family: Arial;
  font-size: 22px;
  color: #000000;
  line-height: 25px;
}
.ui-dialog .ui-dialog-titlebar.ui-corner-all {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none;
  background: none;
  width: 13px;
  height: 13px;
  right: 20px;
  top: 35px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url('img/ic_cross_dark_13x13.png');
  background-position: center;
  width: 13px;
  height: 13px;
}
.ui-dialog .ui-dialog-content {
  padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid #e6e6e6;
  height: 44px;
  background-color: #f6f6f6;
  padding: 10px 20px 10px 20px;
}
.ui-dialog .ui-dialog-buttonpane button.ui-state-default {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #2b2925;
  background-image: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  min-width: 80px;
}
.ui-dialog .ui-dialog-buttonpane button.ui-state-default:hover {
  border: none;
  background-color: #2b2925;
  background-image: none;
}
.dialogView .control-label {
  text-align: left;
  width: 130px;
}
.dialogView .controls {
  margin-left: 130px;
}
.dialogView label {
  font-family: Arial;
}
.feedback.dialogView label {
  font-weight: bold;
}
.dialogView input {
  width: 250px;
}
.dialogView textarea {
  width: 436px;
  height: 130px;
}
.dialogView #captcha {
  min-height: 113px;
}
.dialogView .alert-error {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-color: #d17a7a;
}
.dialogView .alert-error-message {
  padding-left: 20px;
}
.feedbackSuccess {
  height: 293px;
  text-align: center;
  padding-top: 100px;
}
.feedbackSuccess h2 {
  font-size: 28px;
  color: #000000;
}
.feedbackSuccess p {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
}
.checkbox.inline.first {
  margin-left: 0px !important;
}
.errorResponse {
  font-family: Arial;
  font-size: 16px;
  color: #d20000;
  line-height: 36px;
}
.successResponse {
  font-family: Arial;
  font-size: 16px;
  color: #00d200;
  line-height: 36px;
}
