@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
}
/*
colors:
gui2 green        #1CAF9A
gui2 light yellow #FFF8DC
gui2 light gray   #F7F7F7
gui2 link (blue)  #428bca
gui2 orange       #F13C00
*/

/* HEADER ============================================= */

.deleted {
    background: #FFDCDC;
}
.error{
    background: #FFDCDC;
    margin: 100px 0;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #D3D7DB;
}

.header {
    /*float: left;*/
    width: calc(100% - 16px);
}

#header{
    background: #FFFFFF;
    heightx: 80px;
    font-family: "Open Sans", "sans-serif";
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    width: calc(100% - 16px);
    float: left;
}

#header::after {
    clear: both;
}

#header-simple{
    background: #FFFFFF;
    height: 50px;
    font-family: "Open Sans", "sans-serif";
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    width: calc(100% - 16px);
    z-index: 1;
}

.header-offset-simple{
    margin-top: 60px;
}

/* PAGER ============================================== */

@media screen {
    #pager{
        text-align: center;
        margin-top: 50px;
    }

    #pager-simple{
        text-align: right;
        margin-top: 17px;
    }
}


@media print {
    #pager {
        display: none;
    }
    #pager-simple{
        display: none;
    }

    /*
         header position fix suxxxxxx
     */
    div.header {
        displayx: none;
    }

}

.dropdown-menu{
    display: inline-block;
}

#options-button{
    margin-left: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pager-separator{
    margin: 0 10px;
    border-left: 1px solid #d7d7d7;
}

.pager-button{
    border: 1px solid #D7D7D7;
    margin-bottom: 5px;
    padding:2px 6px;
    background: #1CAF9A;
    color: #FFFFFF;
    font-weight: bold;
    font-size: smaller;
}
.inactive{
    color: #878787;
    background: #f7f7f7;
    cursor: default;
}
.active{
    border: 1px solid #0B7969;
}
.active:hover{
    text-decoration: underline;
}
.active:visited{
    color:#FFFFFF;
}
.language{
    /*margin-left: 10px;*/
}
.language img{
    border:1px solid #777777;
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 3px;
}

.prev{
    margin-right: 10px;
}

.next{
    margin-left: 10px;
}

.no-element{
    text-align: center;
}

.button-gap{
    margin-right: 10px;
}

/* OPTIONS FORM ======================================= */

#options{
    border: 2px solid #1CAF9A;
    min-width: 250px;
    background: #FFFFFF;
    padding:4px;
    display: none;
    position: absolute;
    text-align: left;
}

input[type="checkbox"] {
    display: none;
}
label {
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#options div{
    padding:2px 2px 0 2px;
}
.option-row {
    border-bottom: 2px solid #FFFFFF;
}
.option-row:hover {
    border-bottom: 2px solid #1CAF9A;
}

.select-label{
    cursor: default;
    display: inline;
}

#options input[type=submit] {
    background-color: #1CAF9A;
    border: 1px solid #0B7969;
    color: white;
    padding:2px 6px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    float: right;
}

#options input[type=submit]:hover {
    text-decoration: underline;
}

.submit-div{
    height:24px;
    padding-top:4px;
    margin-top:4px;
    border-top:1px dashed #D7D7D7;
}

input[type="checkbox"] + label span:before {
    border: 1px solid #0B7969;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    padding:0;
    vertical-align: top;
    width: 16px;
}
input[type="checkbox"]:checked + label span:before {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center;
}

#options label span{
    float:right;
}

#options select {
    color: #000;
    background: #f7f7f7;
    border: 1px solid #0B7969;
    text-decoration: none;
    cursor: pointer;
    float: right;
    min-width: 120px;
}

.soring-option{
    margin-left: 20px;
}

.sliderCheckbox {
    width: 80px;
    height: 16px;
    background: #fff;
    border:1px solid #0B7969;
    position: relative;
    padding: 0;
    float: right;
}

.sliderCheckbox:after {
    content: 'Z\2192 a';
    font: 12px/14px "Open Sans";
    color: #676767;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    cursor: default;
}

.sliderCheckbox:before {
    content: 'A\2192 z';
    font: 12px/14px "Open Sans";
    color: #676767;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
    cursor: default;
}

.sliderCheckbox label {
    display: block;
    width: 41px;
    height: 18px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #1CAF9A;
}

.sliderCheckbox input[type=checkbox]:checked + label {
    left: 43px;
}

.output-chooser{
    /*border-top: 1px solid #D7D7D7;*/
    border-top: 2px solid #1CAF9A;
    margin-top: 4px;
    padding: 6px 1px !important;
}

.output-chooser a{
    margin-left: 4px;

}

#export-button{
    cursor: pointer;
}

/* LOGO =============================================== */

#logo{
    float:left;
    cursor:default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#logo #abbr{
    display:block;
    font-weight:bold;
    font-size:24px;
    text-align:left;
    margin-bottom: -8px;
}
#logo #name{
    font-size:10px;
    color:#1CAF9A;
}

#logo a{
    color: #000;
}

/* GROUPING =========================================== */

.group-line{
    border-bottom: 3px solid #1CAF9A;
    margin-bottom: 1em;
}

.group-box{
    padding: 2px 4px;
    background: #1CAF9A;
    color: #FFFFFF;
}

.subgroup-line{
    background: #D7D7D7;
    color: #000;
    padding: 2px 8px;
}

.subsubgroup-line{
    background: #E7E7E7;
    color: #000;
    padding: 2px 8px;
}

/* CONTENT FORMATTING ================================= */

.mtmt-widget-content{
    font-family: "Open Sans", "sans-serif";
    clear: both;
}

.publication-item{
    margin-left: calc(4ex + 8px);
}

.publication-border{
    border-top: 1px solid #D7D7D7;
}

.item-order{
    display: inline-block;
    vertical-align: top;
    min-width: 3ex;
    text-align: right;
}

.publication-data{
    margin-left: 10px;
    display: inline-block;
    max-width: 95%; /* could be 100vw-4ex */
    margin-bottom: 2px;
}

.data-element{
    display: block;
}

.title, .citation-title{
    font-style: italic;
}

.optionals{
    /*margin: 0;*/
}

.citation-numbers {
    margin-top: 8px;
}

.author-separator{
    /*
    color: #b7b7b7;
    */
}

.selfcitation-false{
    padding-left: calc(1ex + 2px);
}
.selfcitation-true{
    padding-left: 2px;
}

.citation-list {
    margin-bottom: 2px;
}

.short-citation-list {
    margin-bottom: 6px;
}

.citation{
    border-top: 1px dashed #D7D7D7;
    margin-bottom: 4px;
    padding-top: 2px;
}

.citation-data{
    padding-left: calc(1ex + 2px);
    /*text-indent: calc(0 - calc(1ex + 2px));*/
}

.citation-type{
    font-size: smaller;
}

/*.citation-title, .citation-type, .citation-source, .citation-authors{*/
/*padding-left: calc(1ex + 2px);*/
/*}*/

/*/api/authors*/
.affiliation{
    font-size: smaller;
}

.author-link, .author-link:visited, .author-link:active{
    color: #000;
}

.author-link:hover{
    color:#F13C00;
}

.address{
    font-size: smaller;
}

a, a:visited, a:active{
    color: #428BCA;
    text-decoration: none;
    outline: 0;
}

.hover:hover{
    color:#F13C00;
}

em{
    font-weight: bold;
}

.object-data-line {
    margin-bottom: 6px;
    margin-top: 6px;
}

/* AUTHOR OBJECT FORMATTING =========================== */
#object-data {
    border: 1px solid #D7D7D7;
    padding: 0 20px 10px 20px;
    background: #fdfdfd;/*todo*/
    position: relative;
    min-height: 475px;
}

#object-data .left-side{
    max-width: calc(100% - 340px);
}

.degrees{
    font-style: italic;
    margin: -10px 0 10px 0;
}

#chart-panel{
    float: right;
    border-left: 1px solid #d7d7d7;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 10px;
}

#object-data ul{
    list-style: none;
    padding-left: 0;
    margin-top: 2px;
}

ul li:before {
    content: "\25a0 ";
    color: #D7D7D7;
    font-size: 8px;
    vertical-align: middle;
    padding-bottom: 4px;
    margin-right: .5em;
}

#object-data .label:after{
    content: ":";
}


/* INSTITUTE OBJECT FORMATTING ======================== */
.url{
    margin: -10px 0 10px 0;
}

/* PUBLICATION OBJECT FORMATTING ====================== */
#object-data h2{
    font-size: medium;
}
.abstract{
    font-style: italic;
    font-size: smaller;
    text-align: justify;
    margin: 0.75em 0;
}

.chapters ul{
    font-size: smaller;
}

.citations {
    margin-bottom: 10px;
}

/* CHART ============================================== */
#chart-shifter{
    text-align: center;
}

#chart-shifter span{
    color: #B7B7B7;
}

#left-shift{
    font-family: "Open Sans", "sans-serif";
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

#right-shift{
    font-family: "Open Sans", "sans-serif";
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

#left-shift:hover, #right-shift:hover{
    color: #F13C00;
}

#citingsByYear{
    display: none;
}

/* IEEE =============================================== */
.italic{
    font-style: italic;
}

/* CITEPROC =========================================== */
.bib-style-button{
    margin-right: 5px;
    padding: 0 8px;
    border:1px solid #d7d7d7;
    cursor: pointer;
}

#citation-styles-label {
    margin-right: 5px;
    padding: 0 8px;
    border:1px solid #d7d7d7;
}

#bib-div{
    padding: 4px 8px;
    background: #f7f7f7;
    border:1px solid #d7d7d7;
    display: none;
    /*max-height: 600px;*/
    /*overflow-y: scroll;*/
}

.csl-left-margin{
    display: inline;
    margin-right: 1ex;
}

.csl-right-inline{
    display: inline;
}

.csl-entry{
    margin-bottom: 6px;
}

/* BIBLIOGRAPHY EXPORTER FORM ========================= */
/*based on this: http://www.w3schools.com/howto/howto_css_modals.asp*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal:after {
    content: '';
    display: block;
    width: 100%;
    height: 70vh;
    flex-shrink: 1;
}

.show-bibexporter-form .modal#bibexporter-form {
    display: flex;
}

@media print{
    .no-print {
        display: none;
    }
    body.show-bibexporter-form {
        margin: 0;
    }
    body.show-bibexporter-form > *:not(#bibexporter-form) {
        display:none;
    }
    body.show-bibexporter-form .modal {
        position: relative;
        padding: 0;
    }
    body.show-bibexporter-form .modal:after {
        display: none;
    }
    body.show-bibexporter-form .modal-header {
        display: none;
        background: white !important;
        color: black !important;
    }
    body.show-bibexporter-form .modal-header #close-modal {
        display: none;
    }
    body.show-bibexporter-form .modal-content {
        width: 100%;
        border: 0;
        margin: 0 !important;
        background-color: white !important;
    }
    body.show-bibexporter-form #bib-div {
        /*max-height: initial;*/
        overflow-y:auto;
        border: 0;
        background: white;
        margin-top: 5px;
    }
}
body.show-bibexporter-form {
    overflow: hidden;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 18px auto;
    padding: 0;
    border: 1px solid #888;
    width: calc(100% - 40px);
    max-width: 1000px;
    max-height: calc(100% - 40px);
    /*max-height: 800px;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    display: flex;
    flex-direction: column;

    /*-webkit-animation-name: animatetop;*/
    /*-webkit-animation-duration: 0.4s;*/
    /*animation-name: animatetop;*/
    /*animation-duration: 0.4s*/
}

/*!* Add Animation *!*/
/*@-webkit-keyframes animatetop {*/
/*from {top:-300px; opacity:0}*/
/*to {top:0; opacity:1}*/
/*}*/

/*@keyframes animatetop {*/
/*from {top:-300px; opacity:0}*/
/*to {top:0; opacity:1}*/
/*}*/

/* The Close Button */
#close-modal {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#close-modal:hover,
#close-modal:focus {
    color: #F13C00;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #1CAF9A;
    color: white;
}

.modal-header h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body {
    padding: 12px 16px;
    overflow-y: auto;
}

.short-pub-prop-list
{
    display: none;
}

.oa_GREEN::before, .oa_GOLD::before, .oa_RESTRICTED::before, .oa_CLOSED::before,
.oa_EMBARGO_RESTRICTED::before, .oa_EMBARGO_CLOSED::before, .oa_PAY::before {
    display: inline-block;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: "";
}

.oa_GREEN::before {
    background-image: url("/xsl/oa_green.png");
}

.oa_GOLD::before {
    background-image: url("/xsl/oa_gold.png");
}

.oa_RESTRICTED::before {
    background-image: url("/xsl/oa_restricted.png");
}

.oa_CLOSED::before {
    background-image: url("/xsl/oa_closed.png");
}

.oa_EMBARGO_RESTRICTED::before {
    background-image: url("/xsl/oa_embargo_restricted.png");
}

.oa_EMBARGO_CLOSED::before {
    background-image: url("/xsl/oa_embargo_closed.png");
}

.oa_PAY::before {
    background-image: url("/xsl/oa_pay.png");

}

.response-date {
    text-align: right;
    margin-right: 8px;
    margin-top: 8px;
    font-style: italic;
    font-size: smaller;
}

.full-citation-mode {
    margin-left: calc(1ex + 2px);
    font-size: 90%;
}

.achievement-property {
    font-size: 90%;
}

.csl-chooser {
    margin-top: 10px;
}

.volume {
    font-weight: bold;
}

.mention {
    font-style: italic;
    margin-left: 20px;
}

h1 {
    font-size: 140%;
}