/* 
    Created on : 15-08-2014, 11:45:06
    Author     : Lassekn
*/

.person__resume-content a {
    border-bottom: 0;
    text-decoration: none;
}

#publications a:hover, #activities a:hover, #projects a:hover {
    text-decoration: none;
}

.person__resume-content h2.title {
    display: block;
    margin-top: 1.625em;
    font-family: "Univers LT W02 55 Roman",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.search-result--small .search-result__item div h1 {
    font-family: "UniversLTW02-57Condense 726300",Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.person__resume-content span {
    margin: 0;
    font-size: 1em;
    line-height: 1.625em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

#publications_section span, #activities_section span, #projects_section p {
    margin: 0;
    font-size: 1em;
    line-height: 1.625em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

.person__resume-content .rendering_publication .date:before {
    content: "-";
    margin-right: .2em;
    margin-left: .2em;
}

#publications_section .date:before {
    content: "-";
    margin-right: .2em;
    margin-left: .2em;
}

.person__resume-content .rendering_publication .date:after {
    display: block;
    content: ".";
    visibility: hidden;
    height: 0;
}

#publications_section .date:after {
    display: block;
    content: ".";
    visibility: hidden;
    height: 0;
}

#activities_section .date:after {
    content: ".";
    visibility: hidden;
    height: 0;
}

.person__resume-content em {
    font-family: "Lora-italic","Times New Roman",Times,serif;
    display: block;
    float: left;
}

.rendering_project .relations .person:after, .rendering_activity_long .person:after, .person__resume-content .person:after {
    display: inherit;
}

.relations.persons {
    display: inherit;
}

#publications_section .person:after, #activities_section .person:after, #projects_section .person:after {
    display: inherit;
}

#publications_section h2, #activities_section h2, #projects_section h2 {
    margin-bottom: 0.541666666666667em;
    display: block;
    font-size: 1.5em;
    line-height: 1.08333333333333em;
    font-style: normal;
    text-transform: uppercase;
    font-family: "UniversLTW02-57Condense 726300",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: bold;
}
    #publications_section h2 strong, #activities_section h2 strong, #projects_section h2 strong {
        font-size: inherit;
    }

#publications_section p.type, #activities_section p.type, #projects_section p.type {
    margin-top: 0.8125em;
    position: relative;
    z-index: 3;
    margin-bottom:0;
}

#publications_section p.type span, #activities_section p.type span, #projects_section p.type span {
    font-family: "Univers LT W02 55 Roman",Helvetica Neue,Helvetica,Arial,sans-serif;
    color: silver;
    font-style: normal;
    font-weight: 300;
}

.search-result-other-persons, .pure-search-error {
    margin:0 1.04167%;
}

#ajax-spinner {
    position: fixed;
    top: 50%;
    left:50%;
    z-index:100;
    margin:-32px 0 0 -32px;
    background: #fff;
    padding:20px;
    opacity: 0.99;
    border-radius: 10px;
}
    #ajax-spinner .loading-icon {
        background: url('../images/ui/search-result-loading.gif') no-repeat;
        width:32px;
        height:32px;
    }
    #ajax-spinner .loading-text {
        font-family: "UniversLTW02-57Condense 726300",Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: bold;
        font-size:1.25em;
        display: none;
        text-align:center;
        margin-bottom:0.3em;
        text-transform: uppercase;
    }
    
    .publisher_isbn a {
        text-decoration: none;
        color: #373737;
        pointer-events: none;
        border: none;
    }

#publications_section .search-result__item .person, #projects_section .search-result__item .person {
    display: inline;
}
