﻿@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('880../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 */
}

body {
    font-family: 'Open Sans';
    color: #222;
    margin: 0px;
    counter-reset: list-item-counter, citation-list-item-counter;
}

* {
    box-sizing: border-box;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

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 {
    position: absolute;
    width: 100%;
}

.container-fluid #left_column,
.container-fluid #right_column #footer,
.container-fluid #right_column .container-fixed,
.container-fluid #right_column .container-content > *:not(.publication-list):not(.top-info),
.container-fluid #right_column .container-content > .publication-list > .publicationLists > *:not(.active),
.container-fluid #right_column .container-content > .publication-list > .publicationLists > .simpleList > .has-selected-print > .not-selected{
    display: none !important;
}

.container-fluid #right_column .container-content {
  margin-top: 20px !important;
}

#printTitle {
  display: block !important;
  padding: 0px;
}

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

h1 {
    margin: 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: inherit !important;
}

.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;
}

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

header .container {
    display: table;
}

/*header*/

header {
    display: none;
}

/*container*/

.main {
    padding: 0px;
}

.main .inner {
    padding: 20px;
}

/*left column*/

#left_column .footer {
    display: none;
}

#right_column {
    width: 100% !important;
    margin-left: 0px !important;
}

/*result list*/

.publication-list {
    clear: both;
}

.publication_links {
    display: none;
}

.list-item {
    margin-top: 10px;
    background: none;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #444;
    padding-bottom: 5px;
    counter-increment: list-item-counter;
}

.list-item.publication {
  counter-reset: citation-list-item-counter;
}

.list-item.publication > .Publication,
.list-item.publication .item-right > .Publication {
  page-break-inside: avoid;
  page-break-after: avoid;
  break-inside: avoid;
  break-after: avoid;
}

.list-item.publication > .Publication:before,
.list-item.publication .item-right > .Publication:before {
  content: counter(list-item-counter) ".";
  display: block;
  border: solid;
  border-color: white white black white;
  border-width: 0 0 1px 0;
}

.list-item.publication > .citations_template,
.list-item.publication > .citations_template .citation_list:first-of-type {
  page-break-before: avoid;
  break-before: avoid;
}

.list-item.publication > .citations_template .citation_list {
  padding-left: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: citation-list-item-counter;
  padding-bottom: 5px;
}

.list-item.publication > .citations_template .citation_list:before {
  content: counter(citation-list-item-counter) ".";
  display: inline-block;
  min-width: 25px;
}

.list-item.publication > .citations_template .citation_list > * {
  padding-left: 10px;
}

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

.list-item .item-left .btn, .allCheckbox .btn {
    border: solid 1px #d3d7db;
    color: #d3d7db;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0px 2px 0px 5px;
    margin: -1px 0px 20px -1px;
    display: none;
}

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

.citations_template {
    margin-top: 10px;
}

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

.citations_template ol li {
    margin: 0;
    padding: 0;
}

.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 {
    border: 0px;
    background: #e4e7ea;
    margin-top: 0px;
}

.allCheckbox.selected .btn {
    border: solid 1px #d3d7db;
}

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

.list-item .item-right {
    font-size: 14px;
    overflow: hidden;
    width: 90%;
}

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

.list-item .item-right > h2 {
    width: 95%;
}

.list-item .item-right > h2 a {
    color: #1d2939;
    font-size: 24px;
    display: block;
    overflow: hidden;
    line-height: 30px;
}

.list-item .item-right > h4  {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.list-item .item-right .author {
    margin-top: 12px;
}

.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;
}

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

.citation_list .Publication {
    display: inline-table;
    width: 500px;
}

/*top number*/

.top-numbers {
    display: none;
}

.allCheckbox {
    padding-right: 20px;
}

/*info box*/
.top-info #infoCarousel {
    display: none;
}

.top-info > a {
    display: none;
}

.list-item.author .image, .list-item.organization .image {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 25px;
    vertical-align: top;
    margin-top: 15px;
}

.top-info .image .inner, .list-item.author .image .inner, .list-item.organization .image .inner {
    width: 150px;
    border: solid 1px #d3d7db;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 0px;
    text-align: center;
    margin-right: 15px;
}

.list-item.author .image .inner, .list-item.organization .image .inner {
    width: 100px;
    height: 100px;
}

.list-item.author .image .inner img, .list-item.organization .image .inner img {
    width: 100px;
    height: 100px;
}

.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 > h2, .item-right-inner h2, .list-item.organization .item-right > h2 {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 15px;
}

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

.info-right.identifiers span {
    display: block;
    margin-left: 20px;
}

.container-fixed {
    width: 100%;
}

.container-fixed h1 {
    font-size: 30px;
    color: #444;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
}

.container-fixed .buttons {
    display: none;
}

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

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

.fixed-title.search-result {
    margin: 0px;
}

.fixed-title.search-result div:first-of-type {
    font-size: 18px;
}

#printButton {
    display: inline-block;
}

#printButton {
    margin-left: 15px;
}

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

div.search-conditions-box {
    border-bottom: 1px solid lightgray;
}

/*filter*/

.filterBox {
    display: none;
}

/*sorting*/

.sortingBox {
    display: none;
}

#print-modal-controls {
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: 15px;
    left: 50%;
    margin: 0 0 0 130px !important;
    position: fixed;
    padding: 5px 0;
    background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a.print {
    background: url(../images/icon-print.png) no-repeat 50% 50%;
}

#print-modal-controls a.close {
    background: url(../images/icon-close.png) no-repeat 50% 50%;
}

#print-modal-controls a {
    color: #FFF;
    display: block;
    float: left;
    height: 32px;
    text-decoration: none;
    text-indent: -999em;
    width: 80px;
}

.search-result {
    display: none;
}

.hidden {
    display: none;
}

.advancedSearchForm {
    display: none;
}

.nav-pills {
    display: none;
}

/** Stuff for data sheet view printing.*/

canvas {
    width: 100%;
}

.chartDiv#labelsDiv {
    background-color: lightgray;
}

.chartDiv#labelsDiv > div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.chartDiv#labelsDiv label:after {
    content: ': ';
}

.chart-inner .nameRow {
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

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

.line-legend {
    padding: 5px;
    text-align: center;
}
.lineChart, .pieChart {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.lineChart canvas {
    display: block;
    margin: 0 auto;
}
.pieChart canvas {
    position: relative;
    left: 50px;
}
.workingpie-legend {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 220px;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    padding: 3px 0;
    border-radius: 3px;
    overflow: hidden;
}

.chartLegend li {
    padding: 2px 5px;
    text-align: left;
    font-size: 0.9em;
    align-items: center;
}
.chartLegend li span {
    margin-right: 5px;
    display: block;
}
.chartLegend li span:nth-of-type(2) {
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chartLegend li span:nth-of-type(3) {
    font-size: 0.8em;
    color: #666;
}

.line-legend li {
    display: inline-flex;
}
.workingpie-legend li {
    display: flex;
    width: 220px;
    max-width: 100%;
}

.line-legend li > span:first-of-type,
.workingpie-legend li > span:first-of-type {
    min-width: 17px;
    height: 17px;
    border-radius: 3px;
}

.pieChart > canvas {
    margin: 0 10px;
}

.chartDiv.disableLegend .chartLegend {
    display: none;
}