﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,latin-ext);

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/font-awesome/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* new template based pub rendering */

.item-right > .Publication .title {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.item-right > .Publication .title a,
.authors .author-name a {
    color: black;
}

.top-info > .Publication .title a {
    color: black;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.Publication .identifier {
    font-weight: 600;
}

.Publication .identifier.oa_CLOSED,
.Publication .identifier.oa_EMBARGO_CLOSED,
.Publication .identifier.oa_EMBARGO_RESTRICTED,
.Publication .identifier.oa_GOLD,
.Publication .identifier.oa_GREEN,
.Publication .identifier.oa_PAY,
.Publication .identifier.oa_RESTRICTED {
  padding-left: 5px;
}

.Publication .identifier.oa_CLOSED::before {
  content: url('../images/oa_closed.png');
  vertical-align: middle;
}
.Publication .identifier.oa_EMBARGO_CLOSED::before {
  content: url('../images/oa_embargo_closed.png');
  vertical-align: middle;
}
.Publication .identifier.oa_EMBARGO_RESTRICTED::before {
  content: url('../images/oa_embargo_restricted.png');
  vertical-align: middle;
}
.Publication .identifier.oa_GOLD::before {
  content: url('../images/oa_gold.png');
  vertical-align: middle;
}
.Publication .identifier.oa_GREEN::before {
  content: url('../images/oa_green.png');
  vertical-align: middle;
}
.Publication .identifier.oa_PAY::before {
  content: url('../images/oa_pay.png');
  vertical-align: middle;
}
.Publication .identifier.oa_RESTRICTED::before {
  content: url('../images/oa_restricted.png');
  vertical-align: middle;
}

.pub-end {
    margin-top: 3px;
}

.short-pub-mtid, .status-holder, .status-data, .pub-type, .pub-core {
    display: none;
}
.citing-count-independent::before , .citing-count-self::before {
    content: ", ";
}

/* General stuff */
body {
    font-family: 'Open Sans';
    color: #222;
    background: #eeeeee; /*#fff;*/
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ol li {
    list-style-type: decimal;
}

.disabled {
    opacity: .6;
    cursor: context-menu;
}

.container-fluid {
    top: 57px;
    position: absolute;
    width: 100%;
}

input {
    font-family: 'Open Sans';
    -webkit-appearance: none;
    border-radius: 0;
}

.btn-primary input[type="checkbox"] {
    display: none;
}

*:focus, input[type="text"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus,
select:focus, textarea:focus, option:focus {
    box-shadow: 0 0 2px 0 #0066FF;
    -webkit-box-shadow: 0 0 9px 0 #86AECC;
    z-index: 1;
}

a:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    /*box-sizing: unset;*/
}

/* This is the same as in the bootstrap.css .form-control:focus but it a more specific rule overwrites it, so I overwrite that one with this. ∂*/
input[type="checkbox"]:focus {
    border-color: #66afe9;
    outline: 0
}

.iosfix {
    height: 101%;
    overflow: hidden;
}

.navbar-inverse {
    background: #fff;
    border-bottom: solid 1px #dcdcdc;
}

/*header*/

header .dropdown {
    display: inline-block;
}

header .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 13px;
}

header .btn {
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Open Sans';
}

header .btn-default:hover, header .btn-default:focus, header .btn-default:active, header .btn-default.active, header .open > .dropdown-toggle.btn-default {
    background: #fff;
    border-color: #d3d7db;
}

.btn .caret {
    border-width: 0px 0px 0px 0px;
    display: block;
    float: right;
    padding-left: 10px;
    vertical-align: top;
    padding-right: 10px;
}

.btn .caret-left:before {
    font-family: FontAwesome;
    content: "\f0d9";
}

.btn .caret-right:before {
    font-family: FontAwesome;
    content: "\f0da";
}

.btn .caret-up:before {
    font-family: FontAwesome;
    content: "\f0d8";
}

.btn-default {
    border-color: #d3d7db;
}

.caret:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f0d7";
}

#searchButton .caret {
    display: block;
    float: left;
    padding-left: 0px;
    vertical-align: top;
    padding-right: 20px;
    height: 19px;
}

#searchButton .caret:before {
    font-family: FontAwesome;
    content: "\f002";
    font-weight: normal;
    font-size: 16px;
    padding-left: 0px;
}

/*navbar*/
.navbar-container {
    padding-left: 0px;
}
.navbar-header {
    padding-left: 15px;
}

.navbar .left {
    width: 16.66666667%;
    border-right: solid 1px #dcdcdc;
    float: left;
    display: block;
}

.navbar .right {
    width: 83.33333333%;
    margin-left: 16.66666667%;
    display: table;
}

.navbar .right > div, .navbar .right > button {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.navbar .right > button {
    width: 55px;
    border-right: solid 1px #dcdcdc;
    border-radius: 0px;
}

.navbar .lang {
    padding: 11px 10px 10px 10px;
    border-left: solid 1px #dcdcdc;
    height: 59px;
}

/*logo*/

.navbar-brand {
    padding: 0;
    width: 350px;
    height: 57px;
}

.navbar-brand h1 {
    /*padding-top: 12px; */
    padding: 12px 0px;
    font-family: 'Open Sans';
    margin: 0px;
    height: 35px;
    width: 230px;
    background-color: white;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    line-height: 140%;
    font-size: 12px;
}

.navbar-brand small {
    color: #1caf9a;
    font-size: 0.6em;
}

/* navbar_toggle */

.navbar-toggle {
    border-radius: 5px 0 0 5px;
    font-size: 22px;
    margin: 0;
    padding: 12px 2px;
    left: 235px;
    position: absolute;
    z-index: 1100;
    border: solid 1px #dcdcdc;
    border-right: 0;
    border-left: solid 1px #dcdcdc;
    height: 59px;
    width: 12px;
    display: block;
}

header .navbar-toggle:hover, header .navbar-toggle:focus, header .navbar-toggle:active,
header .navbar-toggle.active, header .open > .dropdown-toggle.navbar-toggle {
    background: transparent !important;
}

.navbar-toggle:before {
    font-family: FontAwesome;
    content: '\f104';
}

.navbar-toggle.opened:before {
    content: '\f104';
}

.navbar-toggle.opened {
    border-radius: 1px 5px 5px 1px;
    border: solid 1px #dcdcdc;
    border-left: 0;
}

.navbar-toggle.closed:before {
    content: '\f105';
}

.navbar-toggle.closed {
    border-radius: 0 5px 5px 0;
    border: solid 1px #dcdcdc;
    border-left: 0;
    border-right: solid 1px #dcdcdc;
}

/*container*/

.main {
    padding: 0px;
}

.main .inner {
    padding: 13px 20px;
    position: relative;
}

#right_column {
    display: flex;
    flex-direction: column;
    min-height: 94vh;
}

.inner {
    flex: 1;
    padding-bottom: 3em;
}

#footer {
    text-align: center;
    background: #dddddd;
    position: relative;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    heigth: 3em;
    xfloat: left;
}

#footer * {
    display: inline-block;
}

#footer-menu ul li {
    padding: 10px;
}

#footer-responseDate p {
    padding: 10px;
    margin: 0;
    color: #616161;
}

.sidebar {
    padding: 0px;
    top: 57px;
    border-right: solid 1px #dcdcdc;
}

/*search*/

.search_container {
    padding: 10px;
}

#searchModeSelect.btn {
    border-right: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 9px 0px 7px 12px;
    min-width: 130px;
    text-align: left;
    line-height: 1.3;
    background: #1caf9a;
    color: #fff;
    border-color: #7e7e7e;
}

#searchModeSelect.btn:before {
    float: left;
}

.btn .txt {
    display: block;
    float: left;
    line-height: 1.3;
}

#searchModeSelect.btn .caret, #advancedSearch.btn .caret {
    padding-right: 10px;
    float: right;
    height: 19px;
}

#searchModeSelect.btn .caret {
    border-right: dotted 1px #969696;
}

#searchModeSelect.btn .caret:before {
    margin-left: -10px;
}

#searchbox {
    border-width: 1px 0px 1px 0px;
    border-top: solid 1px #7e7e7e;
    border-bottom: solid 1px #7e7e7e;
    margin: 0px -4px;
    font-size: 14px;
    padding: 7px 10px 8px;
    width: 255px;
    vertical-align: top;
    height: 37px;
}

#searchButton {
    border: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #f7f7f7;
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 12px 7px;
    border: 1px solid #7e7e7e;
    line-height: 1.3;
}

#ssearchButton:before {
    font-family: FontAwesome;
    content: "\f002";
    font-weight: normal;
    font-size: 16px;
    margin-right: 5px;
    line-height: 1.3;
}

#advancedSearch {
    background: #1caf9a none repeat scroll 0 0;
    border-color: #1caf9a;
    color: #fff;
    line-height: 1.3;
    min-width: 160px;
    padding: 9px 12px 7px 12px;
    text-align: left;
    font-weight: 600;
}

.searchModeSelect .btn[data-searchmode="author"]:before, .dropdown-menu li a[data-value="author"]:before {
    font-family: FontAwesome;
    content: "\f007";
    margin-right: 5px;
}

.searchModeSelect .btn[data-searchmode="institute"]:before, .dropdown-menu li a[data-value="institute"]:before {
    font-family: FontAwesome;
    content: "\f19c";
    margin-right: 5px;
}

.searchModeSelect .btn[data-searchmode="topic"]:before, .dropdown-menu li a[data-value="topic"]:before {
    font-family: FontAwesome;
    content: "\f075";
    margin-right: 5px;
}

.searchModeSelect .btn[data-searchmode="publication"]:before, .dropdown-menu li a[data-value="publication"]:before {
    font-family: FontAwesome;
    content: "\f0f6";
    margin-right: 5px;
}

.dropdown-menu li a[data-value="institute"]:before, .dropdown-menu li a[data-value="topic"]:before, .dropdown-menu li a[data-value="author"]:before, .dropdown-menu li a[data-value="publication"]:before {
    font-family: FontAwesome;
    margin-right: 5px;
}

/*lang*/
.lang {
    vertical-align: middle;
    text-align: right;
    padding-top: 12px;
}

.lang .btn {
    padding: 8px 12px;
    mmin-width: 110px;
    border: none;
}

.ui-selectmenu-open {
    z-index: 10000;
}

.ui-state-default .ui-icon {
    background: none;
    text-indent: 0px;
    margin-top: -16px !important;
    margin-right: 5px;
    height: 22px;
}

.ui-icon-triangle-1-s:after {
    content: "\f107";
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
}

.lang .ui-selectmenu-button {
    vertical-align: top;
    background: transparent;
    color: #fff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.lang .ui-selectmenu-button {
    width: 100px !important;
}

.ui-selectmenu-open #langSelector-menu {
    border: 0px;
    background: #292A2F;
    font-size: 14px;
    font-family: Ubuntu;
    margin-top: 19px;
}

.ui-selectmenu-open #langSelector-menu.ui-menu .ui-menu-item {
    font-weight: 200;
    color: #fff;
    padding: 10px 1em 10px 1em !important;
}

.ui-selectmenu-open #langSelector-menu.ui-menu .ui-menu-item.ui-state-focus, .ui-selectmenu-open #langSelector-menu.ui-menu .ui-menu-item.ui-state-hover {
    border: none;
    background: #12131a;
    color: #fff;
    padding: 10px 1em 10px 1em !important;
    margin: 0px;
}

header .langSelector .dropdown-menu {
    left: -11px;
}

/*left column*/

#left_column {
    background: #fff;
    overflow: hidden;
    width: 350px;
}

.search {
    padding: 15px;
}

.search input {
    color: #444;
}

/*left list*/

.bl-form > ul > li {
    padding: 15px 15px 0px;
}

#left_column .bl-form > ul {
    display: table;
    width: 100%;
}

#left_column .bl-form > ul > li {
    display: table-cell;
    width: 33%;
    text-align: center;
    cursor: pointer;
}

#left_column .bl-form > ul > li:last-of-type {
    width: 34%;
}

#left_column .bl-form > ul > li h2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #1caf9a;
    font-size: 14px;
    margin: 0;
    padding: 8px 0px;
    color: #222222;
}

#left_column .bl-form > ul > li h2.active {
    background: #1caf9a;
    color: #FFFFFF;
}

#left_column .search input {
    border: solid 1px #d3d7db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 7px 10px 8px;
    font-family: 'Open Sans';
    font-size: 14px;
}

.bl-list {
    padding-left: 15px;
    padding-right: 5px;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
}

.bl-list > ul > li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.bl-list > ul > li h5, .list-search .bl-list > ul > li > ul {
    display: table-cell;
}

.bl-list > ul > li h5 {
    width: 20px;
    font-size: 22px;
}

.bl-list > ul > li > ul li {
    padding: 5px 0 0 5px;
    cursor: pointer;
}

.bl-list .subtree {
    margin: 4px 0 4px 0;
}

.bl-list .subtree li {
    padding: 4px 0 4px 20px;
}

.bl-list .subtree li {
    position: relative;
}

.bl-list .selectionwrap > span {
    padding: 4px 6px 6px 6px;
}

.bl-list .selected > span {
    color: #fff;
}

.bl-list .selected {
    background: #1caf9a !important;
}

.ui-widget-content {
    color: #333333; /* inherited color from jQuery UI (which is no more included in the code) */
}

.bl-list .ui-widget-content {
    cursor: pointer; /* ? */
}

.bl-list .ui-selected {
    background: #1caf9a;
    color: #fff;
}

.bl-list li > span {
    display: inline-flex;
    display: -webkit-inline-flex;
    vertical-align: top;
}

.selectionwrap > span:first-of-type {
    width: 90%;
}

span.selectionwrap {
    width: 100%;
}

.parent .arrow {
    font-family: FontAwesome;
    width: 10% !important;
    font-size: 16px;
    padding: 4px 10px 4px 10px !important;
    position: relative;
}

.parent.closed .arrow:after {
    content: "\f107";
}

li.closed .selectionwrap .arrow:after {
    content: "\f107";
}

.parent.open .arrow:after {
    content: "\f106";
}

/*increase touchable/clickable arrow size*/
.parent .arrow:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0px;
    right: -30px;
}

/*result list*/

.nav-clear {
    clear: both;
}

.list-item {
    border: 1px solid transparent;
    border-top: 1px solid #d3d7db;
    padding-bottom: 10px;
}

.list-item.ui-selected {
    border: 1px solid #d3d7db;
    background: #f7f7f7;
}

.list-item > div > div {
    display: inline-block;
    vertical-align: top;
}

.list-item .item-left {
    width: 35px;
    text-align: center;
}

.list-item .item-left .btn, .allCheckbox .btn {
    border: 1px solid #d3d7db;
    color: #d3d7db;
    background: #fff;
    padding: 0px 2px 0px 4px;
    margin: -1px 0px 20px -1px;
    max-height: 35px;
    max-width: 32px;
}

.allCheckbox .btn {
    margin-bottom: 0px;
}

.list-item .item-left .btn:before, .allCheckbox .btn:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 24px;
}

.list-item.ui-selected .item-left .btn, .allCheckbox.selected .btn {
    background: #e4e7ea;
}

.list-item.ui-selected .item-left .btn:before, .allCheckbox.selected .btn:before {
    color: #1caf9a;
}

.list-item .item-right {
    overflow: hidden;
    width: 90%;
}

.list-item .item-right > div, .list-item .item-right > h4 {
    margin-left: 15px;
    margin-right: 10px;
    overflow: hidden;
}

.citations_template {
    margin-left: 30px !important;
}

/* ? */
.citations_template ol {
    margin: 0;
    margin-top: 5px;
    padding-left: 30px;
}

/* ? */
.citations_template ol li {
    margin: 0;
    padding: 0;
}

.selfCitationType {
    width: 15px;
    display: inline-block;
}

.citation_list .Publication {
    display: inline-table;
    width: 95%;
}

.list-item .item-right > h4 a {
    color: #1d2939;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    line-height: 28px;
}

.list-item.opened .item-right > h4 a {
    text-overflow: initial;
    white-space: normal;
    display: block;
    line-height: 20px;
}

.list-item .item-right .author,
.list-item .item-right .authors
{
    margin-top: 3px;
}

.list-item .item-right .author a {
    color: #444;
}

.list-item .item-right .lead {
    margin-bottom: 0px;
    font-size: 14px;
}

.list-item.opened .lead {
    display: block;
}

/*top number*/

.top-numbers {
    margin-left: 1px;
    width: 80%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.top-numbers .filter-and-sort-form-open-button {
    float: right;
}

.top-numbers > div {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    color: #444;
}

.top-numbers > div.paging-row {
    display: none;
}

.top-numbers > div > span {
    font-size: 20px;
    margin: 0px 20px 0px 8px;
}

.top-numbers:after {
    content: '';
    display: block;
    clear: both;
}

.top-numbers div.dropdown.citationsModeSelect {
    margin: 2px 15px 0 0;
    float: right;
}

.top-numbers div.dropdown.citationsModeSelect > button {
    height: 40px;
    vertical-align: top;
}

/* Correcting for the 'inner' div's padding and also for the fact that the border is located on the :before element in the fixed version and on the normal one in the other*/
.top-numbers.top-numbers-fixed {
    margin: 0 0 0 -19px;
    padding: 0 19px 10px 20px;
}

.top-numbers-relative {
    border-bottom: 2px solid #1CAF9A;
    width: 100%;
}


.top-numbers .search-result {
    font-size: 18px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
}

.top-numbers .paging-row-open-button {
    vertical-align: bottom;
    margin-bottom: 1px;
}

.top-numbers .paging-row-open-button .caret {
    padding: 0;
    float: none;
    display: inline;
}

.top-numbers .paging-row-open-button .caret:before {
    font-size: 22px;
}

.allCheckbox {
    padding-right: 20px;
}

.paging-row-open-button {
    display: inline-block;
    float: none;
    height: 35px;
    width: 35px;
    padding: 3px 0 0 1px;
    margin-right: 10px;
}

.paging-row {
    margin: 0;
    width: 100%;
    text-align: center;
}

.paging-row div {
    padding: 0;
}

.paging-row div.row {
    max-width: 400px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.paging-row .caret {
    padding: 0;
    float: none;
    display: inline;
}

.paging-row .btn {
    height: 40px;
    width: 40px;
    padding: 3px 0 0 1px;
}

.paging-row .btn:focus, .paging-row .btn:active {
    outline: 0;
}

.paging-row button.dropdown-toggle.loaded-record-display-field {
    width: 100%;
}

.paging-row button.dropdown-toggle.loaded-record-display-field  .caret{
    float: right;
    position: relative;
    right: 20px;
}

.paging-row button.dropdown-toggle.loaded-record-display-field .txt {
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
}

.paging-row button.dropdown-toggle.loaded-record-display-field .caret:before {
    font-size: 22px;
}

.paging-row .caret:before {
    font-size: 22px;
}

.paging-row div.citationsModeSelect button.dropdown-toggle {
    width: auto;
    padding: 6px 12px 6px 12px;
}

.paging-row div.citationsModeSelect button.dropdown-toggle span.caret {
    padding: 0 10px;
    float: right;
}

.paging-row div.citationsModeSelect button.dropdown-toggle span.caret:before {
    font-size: 16px;
}

.paging-row div.citationsModeSelect button.dropdown-toggle span.txt {
    max-width: calc(100% - 20px);
    overflow: hidden;
}

.paging-row .grayed-out {
    opacity: .6;
}

.paging-form-page-select-container {
    min-height: 250px;
}

.paging-form > div > label {
    margin-bottom: 8px;
    margin-top: 4px;
    font-weight: 600;
}

.paging-form .formRow {
    padding-right: 10px;
    text-align: center;
}

.paging-form .dropdown {
    display: inline;
}

.paging-form .dropdown-menu {
    min-width: 100%;
}

.paging-form .dropdown > button {
    width: 60%;
}

.paging-form .dropdown > button > span.txt {
    text-align: center;
    width: calc(100% - 40px);
    padding-left: 20px;
}

.paging-form div.page-list-container {
    padding-right: 10px;
    text-align: center;
}

.paging-form div.page-list-container a{
    margin: 0 2px 0 2px;
}

.paging-form .buttonRow {
    margin-left: 0px;
    float: right;
}

/*sorting*/

.sortingBox {
    float: right;
    color: #444;
    font-size: 13px;
}

.sortingBox .label {
    color: #444;
    font-size: 13px;
    font-weight: normal;
}

/*info box*/
.top-info {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    min-height: 100px;
}

.top-info > div {
    display: table-cell;
    vertical-align: top;
}

.item-right-inner {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
}

.list-item.author .links a, .list-item.author .author a, .list-item.author .lead a,
.list-item.organization .links a, .list-item.organization .author a, .list-item.organization .lead a {
    color: #1f686c;
    font-weight: 600;
}

.list-item.author .item-right > h4, .item-right-inner h4, .list-item.organization .item-right > h4 {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 15px;
}

.list-item.author .item-right .author, .list-item.author .item-right .organization {
    margin-top: 5px;
}

.top-info .slider {
    border: solid 1px #d3d7db;
    border-radius: 3px;
    background: #f7f7f7;
}

.top-info .carousel-control {
    width: 5%;
    background-image: none;
    font-size: 0px;
    text-shadow: none;
    z-index: 100;
    box-shadow: none;
    top: 35%;
}

.top-info .carousel-control:before {
    font-family: FontAwesome;
    font-size: 36px;
    color: #444;
}

.carousel-control.right:before {
    content: "\f105";
}

.carousel-control.left:before {
    content: "\f104";
}

.top-info .info {
    padding: 30px 0px;
    font-size: 16px;
}

.top-info .info.Author {
    padding: 20px 0px;
}

.top-info .info > div {
    display: inline-block;
    vertical-align: top;
}

.top-info .info div div {
    margin-bottom: 10px;
}

.pubsCompleteStats, .citsCompleteStats {
    margin-bottom: 5px !important;
}

.top-info .info label {
    margin-bottom: 0px;
    width: 140px;
    font-weight: 600;
}

.top-info .chart {
    margin: 5px 3% 5px 3%;
}

.chartDiv {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

.lineChart > canvas {
    /*background: #1caf9a;*/
    background: #F7F7F7;
    /*background: #33D2BB;*/
    border-radius: 5px;
    color: #fff;
    padding: 2px;
    border: #1caf9a 1px solid;
}

.chart-canvas {
    vertical-align: middle;
}

.chart-inner {
    height: 100%;
    width: 100%;
}

.container {
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.pieChart label, .barChart label {
    text-transform: uppercase;
    margin: 1px;
    font-size: x-small;
}

#pie-tooltip, #bar-tooltip {
    color: #222;
    background-color: #F3EAC7;
    position: absolute;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    pointer-events: none;
    z-index: 99;
    border: 1px;
    border-color: black;
    border-style: solid;
}

.chartjs-tooltip-section {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.chartLabelPanel {
    margin-top: -moz-calc(25% - 25px);
    margin-top: -webkit-calc(25% - 25px);
    margin-top: calc(25% - 25px);
}

.lineChart {
    cursor:pointer;
}

.chart-span {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

#chartModeSelectorDiv, .nameRow {
    text-align: center;
    font-weight: 600;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    margin-top: 2px;
    font-size: 90%;
    padding-right: 5px;
    padding-left: 5px;
}

#chartModeSelectorText:after {
    margin-left: 5px;
    font-family: FontAwesome;
    content: "\f021";
}

.info-right a {
    word-wrap: break-word;
    white-space: normal;
}

.info-right.identifiers span {
    display: block;
}

.dataSheet {
    border: solid 1px #d3d7db;
    border-radius: 3px;
    background: #f7f7f7;
    margin-top: 10px;
    padding-top: 10px;
}

.dataSheet .row {
    margin: 0;
}

.dataSheet .chartLabelPanel {
    margin: 0 0 0 0;
}

.dataSheet #labelsDiv {
    background-color: white;
    border-bottom: 1px solid #d3d7db;
    margin: 10px 0 20px 0;
}

.dataSheet .chartDiv label:after {
    content: ':';
}

.dataSheet .chart-inner .row {
    padding: 0 5px;
}

.dataSheet .chart-span {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
}

.dataSheet .lineChart, .dataSheet .pieChart {
    margin: 0 0 20px 0;
}

.dataSheet #lineChartCitingPublication {
    /* float: right; */
}

.navbarListBtn {
    max-height: 37px;
}

.navbar-buttons {
    display: inline-block;
}

#welcome-title {
    margin-top: 0px;
    font-size: 28px;
}

.container-fixed, .top-numbers-fixed {
    position: fixed;
    z-index: 1000;
    background-color: #FFF8DC;
    padding: 15px;
    margin: -10px 0 0 0;
    width: 100%;
}

.top-numbers-fixed {
    z-index: 990;
}

.container-fixed:before, .top-numbers-fixed:before {
    content: "";
    border-bottom: 2px solid #1CAF9A;
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    position: absolute;
    margin-left: 5px;
    left: 0;
    bottom: 0;
    height: 1px;
}

.container-fixed.container-fixed-collapsed:before {
    border-bottom: 0;
}

.container-content {
    margin-top: 120px;
}

.fixed-title {
    float: left;
    margin: 0;
    vertical-align: middle;
    width: calc(100% - 200px);
}

.fixed-title h3 {
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
    line-height: 29px;
}

/**
 * Putting the title in multiple spans displayed as inline-block so the first place the line will break will be between the spans.
 * https://stackoverflow.com/a/24357132
 */
.fixed-title h3 span {
    display: inline-block;
}

.fixed-title h4 {
    float: left;
    clear: both;
}

.fixed-title div {
    float: left;
    clear: both;
}

.container-fixed .buttons {
    text-align: right;
    float: right;
    width: 200px;
}

.container-fixed .buttons > * {
    margin-left: 5px;
}

.container-fixed .buttons .btn {
    border-color: #d3d7db;
    text-align: left;
}

.container-fixed .buttons .btn .caret {
    background: none;
    border: 0px;
}

.btn .share:before {
    font-family: FontAwesome;
    content: "\f1e0";
    margin-right: 0px;
    font-size: 18px;
    float: left;
}

.shareButton .dropdown-menu {
    min-width: 100px;
    width: 115px;
    right: 0px;
    left: auto;
}

.shareButton .dropdown-menu span {
    width: 20px;
    display: inline-block;
}

.shareButton-email span:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.shareButton-facebook span:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.shareButton-twitter span:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.shareButton-tumblr span:before {
    content: "\f173";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.shareButton-linkedin span:before {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.shareButton-google span:before {
    content: "\f0d5";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

#printButton, .shareButton {
    display: inline-block;
}

#printButton {
    font-size: 18px;
}

#printButton:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 16px;
}

.download-button {
    padding: 6px 12px;
    font-size: 18px;
}

.download-button:before {
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f019"
}

.shareButton .dropdown-menu > li > a {
    padding: 3px 10px;
}

/*filter*/

.filterBox {
    background: #f0f0f0;
    border-top: solid 2px #1caf9a;
    border-bottom: solid 1px #d3d7db;
    margin: 20px 0px;
    padding: 10px;
    display: none;
}

.filterBox li {
    display: inline;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 12px;
    background: #2c3e50;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
}

.filterBox li span:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin-left: 5px;
    font-size: 14px;
    vertical-align: top;
    font-weight: 200;
}

/*sorting*/

.sortByYear, .sortByAuthor {
    cursor: pointer;
}

.sortingBox .selected {
    font-weight: 600;
}

.sortingBox .asc:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
}

.sortingBox .desc:after {
    font-family: FontAwesome;
    content: "\f106";
    margin-left: 5px;
}

/*loader*/

.loader {
    background: #fff;
    opacity: .5;
    z-index: 1000;
    text-align: center;
    position: absolute;
    display: none;
}

.loader:before {
    content: url(../images/ajax-loader.gif);
    margin-top: 150px;
    display: block;
}

.advanced .formRow {
    margin-bottom: 10px;
}

.advanced .formRow.error input {
    border: solid 1px red;
}

.advanced .formRow.error span.error-message {
    color: red;
    font-size: 11px;
    text-align: right;
    display: block;
    width: auto;
}

.advanced .formRow.formRow-aligned-right {
    text-align: right;
}

.advancedSearchForm {
    position: fixed;
    display: none;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    margin-left: auto;
    margin-right: auto;
    z-index: 1200;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 2px #1caf9a;
    border-radius: 4px;
    max-width: 360px;
    max-height: 70%;
}

.advancedSearchFormInner {
    padding: 20px;
    min-width: 360px;
    min-height: 495px;
}

.advancedSearchForm label, .advancedSearchForm input, .advancedSearchForm select {
    display: inline-block;
}

.advancedSearchForm label {
    width: 120px;
    font-weight: 600;
    color: #1d2939;
}

.advancedSearchForm b {
    font-weight: 600;
    color: #1d2939;
}

.advancedSearchForm input, .advancedSearchForm select {
    border: solid 1px #d3d7db;
    font-size: 14px;
    padding: 5px;
    width: 195px;
    height: 32px;
}

.advancedSearchForm input[type="date"] {
    padding: 0px;
}

.advancedSearchForm .hasDatepicker {
    width: 140px;
}

.advancedSearchForm .hasDatepicker:last-of-type {
    margin-left: 120px;
    margin-top: 10px;
}

.buttonRow {
    margin-left: 120px;
}

.buttonRow button {
    width: 90px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
}

.buttonRow .submit {
    background: #1caf9a;
    color: #fff;
    padding: 10px 12px 11px;
}

.buttonRow .cancelButton {
    background: rgb(192, 192, 192);
    padding: 10px 12px 11px;
    margin-left: 15px;
}

#filterAndSortButton::before {
    font-family: FontAwesome;
    font-size: 22px;
    content: "\f013";
}

.filter-and-sort-form-open-button {
    padding: 2px 0 0 0;
    width: 40px;
    height: 40px;
}

.fullscreen-form-container {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1200;
    background-color: rgba(0,0,0,0.5);
    overflow-x: auto;
}

.filter-and-sort-form, .paging-form {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
    width: 360px;
    min-width: 360px;
    height: auto;
    max-height: 100%;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
}

.filter-and-sort-form .buttonRow {
    margin-left: 0px;
    float: right;
}

.sorting-input-box > ul {
	margin-top: 15px;
	margin-left: 15px;
}

.sorting-input-box > ul > li {
    margin-bottom: 10px;
}

.sorting-input-box .formRow {
	margin-bottom: 10px;
}

.sorting-input-box .dropdown {
	display: inline;
	width: auto;
	margin-right: 25px;
}

.sorting-input-box .dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 100%;
    max-width: 130%;
}

.sorting-input-box .dropdown .dropdown-toggle {
	display: inline;
	width: 220px;
	min-height: 35px;
}

.sorting-input-box .dropdown .dropdown-toggle .caret {
	height: 20px;
}

.sorting-input-box .dropdown .dropdown-toggle .txt {
	max-width: 170px;
	overflow: hidden;
}

.sorting-input-box .sort-direction-button .caret {
	padding: 0;
	float: none;
	display: inline;
}

.sorting-input-box .sort-direction-button {
	min-height: 35px;
	min-width: 35px;
	padding: 0;
}

.sorting-input-box .caret-up {
	content: "\f0d8";
}

.sorting-input-box .caret-up:before {
	content: "\f0d8";
}

.filter-input-box .formRow input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.filter-input-box input[type=checkbox]:checked:before {
    overflow: visible;
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f00c";
}

.filter-input-box > ul {
    margin-left: 15px;
    margin-top: 15px;
}

.filter-input-box .formRow > :not(label) {
    display: inline-block;
    width: 60%;
}

.filter-input-box .formRow > label {
    width:40%;
    vertical-align: middle;
    font-weight: 200;
    margin: 0px;
}

.filter-input-box .formRow > label.label-checkbox {
    width:90%;
    text-align: left;
}

.filter-input-box div.dropdown > button {
    width: 100% ;
}

.filter-input-box div.dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

.filter-input-box div.yearFilterSelect {
    width: calc(30% - 10px);
}

.filter-input-box span.year-hyphen {
    width: 20px;
    text-align: center;
}

.filter-input-box div.dropdown span.txt {
    overflow: hidden;
    text-align: left;
    width: calc(100% - 20px);
}

.pre-print-dialog {
    width: 300px;
    min-height: 200px;
    padding: 10px 5px 5px 5px;
    background: #fff;
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
}

.pre-print-dialog .pre-print-dialog-message {
    height: 145px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}

.pre-print-dialog .buttonRow {
    margin: 0;
    text-align: center;
    height: 40px;
}

.pre-print-dialog .buttonRow > button + button {
    margin-left: 20%;
}

.pre-print-dialog .cancelButton {
    margin-left: 0;
}

.pre-print-dialog .pre-print-dialog-loading-div {
    height: 145px;
    text-align: center;
}

.pre-print-dialog .pre-print-dialog-loading-div .loader {
    height: 85px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.pre-print-dialog .pre-print-dialog-loading-div .loader:before {
    margin-top: -135px;
}

.pre-print-dialog .pre-print-dialog-loading-div span {
    display: block;
    color: #a0a0a0;
}

#date label {
    width: 25px;
}

#date label:first-of-type {
    width: 120px;
}

.ui-widget-header {
    border: 0px;
    background: none;
    color: #333;
    font-family: 'Open Sans';
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #333;
    font-weight: 300;
    font-family: 'Open Sans';
}

.top-info > div.Publication {
    clear: both;
    float: none;
    display: block;
}

.top-info > div.Publication .authors {
    display: none;
}

.top-info > .chapters {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.chapter-link {
    display: list-item;
    /*list-style: circle;*/
    margin-left: 16px;
    padding-left: 3px;
}

/*author tabs*/

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: #fff;
    color: #333;
}

.nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus,
.nav-pills > li.active button.dropdown-toggle {
    background: #1caf9a;
    color: #fff;
}

.nav-pills div.dropdown > button {
    border: 0;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
}

.nav-pills span.caret {
    height: 19px;
    border-width: 0px 0px 0px 0px;
    float: right;
    padding-left: 10px;
}

.nav-pills #printButton {
    float: right;
    margin-left: 14px;
    width: 40px;
    height: 40px;
}

.publicationLists > li {
    display: none;
}

.publicationLists li.active {
    display: block;
}

.bl-list > ul {
    display: none;
}

.bl-list > ul.active {
    display: block;
}

.nav-pills > li {
    margin-right: 10px;
    margin-bottom: 12px;
}

.pubTable table, .pubTable2 table {
    margin: 15px auto;
    width: initial !important;
    overflow: visible !important;
}

/*
.table td:empty {
    border: 0;
}

td {
    background-color: white;
}
*/
/*
.pubTable > .table > tbody > tr > td, .pubTable2 > .table > tbody > tr > td {
    border: 0;
    padding: 0;
}

.pubTable > .table .table, .pubTable2 > .table .table {
    background: none;
}

.pubTable > .table .table:nth-child(1) tr:nth-child(odd), .pubTable2 > .table .table:nth-child(1) tr:nth-child(odd) {
    background: #eee;
}

.pubTable > .table .table:nth-child(2) td, .pubTable2 > .table .table:nth-child(2) td {
    border: 0;
    font-size: 13px;
    font-style: italic;
}

.table .style_3 .style_4 {
    font-size: 120%;
    font-weight: 600;
    background: #2c3e50;
    color: #fff;
}

.table .table:nth-child(1) .style_7, .table .table:nth-child(1) .style_11, .table .table:nth-child(1) .style_15,
.table .table:nth-child(1) .style_8, .table .table:nth-child(1) .style_9 {
    font-weight: 700;
}

.table .table:nth-child(1) .style_4 {
    padding-left: 20px;
}
*/

/*.table .style_3, .table .style_6, .table .style_18, .table .style_19, .table .style_22*/

.list-item .item-right > div.type {
    margin-left: 30px !important;
    margin-top: 3px;
}

span.affiliation {
    font-style: italic;
    font-size: 90%;
}

.langSelector img {
    margin-right: 10px;
    vertical-align: middle;
}

.pageTitle {
    font-size: 30px;
    line-height: 20px;
}

.tooltip-inner {
    background-color: #F3EAC7;
    color: #222;
    border: 1px solid #b1a889;
    max-width: 300px;
    font-weight: normal;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #b1a889;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #b1a889;
}

.selectionwrap a, .selectionwrap a:hover, .selectionwrap a:focus {
    text-decoration: none;
    ccolor: inherit !important;
    color: black;
}

.footer-copyright a {
    color: inherit !important;
}

.scrolling-disabled {
    overflow: hidden;
}

.referencesLabel {
    font-size: larger;
    margin-bottom: 6px;
}

.full-citation-mode {
    margin-left: 30px;
    /* font-size: 90%; */
}

.booktitle a
{
    color: black;
}
/* Media queries should be placed into media.css */

.anonymouslockdownowerlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.anonymouslockdownowerlay .lockdownWindow {
    background: #eeeeee;
    max-width: 800px;
    width: calc(100% - 50px);
    max-height: 600px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
}

.anonymouslockdownowerlay .footer {
    text-align: center;
    background: #dddddd;
    position: relative;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    heigth: 3em;
    xfloat: left;
}

.anonymouslockdownowerlay .footer * {
    display: inline-block;
}

.anonymouslockdownowerlay .footer-menu ul li {
    padding: 10px;
}

.anonymouslockdownowerlay .footer-responseDate p {
    padding: 10px;
    margin: 0;
    color: #616161;
}

.anonymouslockdownowerlay .header {
    background: white;
    border-bottom: solid 1px #dcdcdc;
}

.anonymouslockdownowerlay .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.anonymouslockdownowerlay .content p {
  text-align: center;
  font-size: 30px;
}

.mention {
    font-size: 90%;
}