@charset "UTF-8";

.pure-custom {
    mark {
        background: #ff0;
        color: #000;
    }


    h1 {
        font-size: 22px;
        color: #323232;
        &.title {
            font-size: 24px;
            font-weight: normal;
        }
    }

    h2.section-title {
        font-size: 24px;
        font-weight: normal;
    }

    @media (min-width: 720px) {
        h1.title, h2.section-title {
            font-size: 22px;
        }
    }

    h1.title .title, h2.section-title .title {
        display: block;
    }

    h1.title .sub-title, h2.section-title .sub-title {
        color: #777;
        display: block;
    }

    h1.title.icon:before, h2.section-title.icon:before {
        color: #aaaaaa;
        position: absolute;
        left: 0;
        top: 5px;
    }

    h1.title.icon {
        padding-left: 50px;
        position: relative;
    }

    h2 {
        &.section-title {
            &.icon {
                padding-left: 50px;
                position: relative;
            }
            font-size: 1.375rem;
        }
        font-size: 1.0625rem;
        color: #323232;
        font-weight: normal;
        margin: 0 0 10px 0;
        padding: 0;
    }

    @media (min-width: 720px) {
        h2.section-title {
            font-size: 1.875rem;
        }
    }

    @media (min-width: 720px) {
        h2 {
            font-size: 1.3125rem;
            margin-bottom: 5px;
        }
    }

    h3 {
        color: #323232;
        font-size: 1.25rem;
        font-weight: normal;
        margin: 15px 0;
        padding: 0;
    }

    @media (min-width: 720px) {
        h3 {
            font-size: 1.625rem;
        }
    }

    a {
        text-decoration: none;
        transition: all 200ms linear 0s;
        &:hover {
            text-decoration: none;
        }
        &:focus {
            outline: none;
        }
    }

    .modal a.close-modal, #page-footer div.footer-wrapper a, .rendering_person_short ul.relations a, .rendering_organisation_short p.relations a, .organisation-vcard-wrapper .information .rendering_organisation_organisationancestorsportal ul a, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentownerportal a, .rendering_clipping_short ul.relations a, .rendering_studentthesis_short ul.relations a {
        color: #555;
    }

    .modal a.close-modal:hover, #page-footer div.footer-wrapper a:hover, .rendering_person_short ul.relations a:hover, .rendering_organisation_short p.relations a:hover, .organisation-vcard-wrapper .information .rendering_organisation_organisationancestorsportal ul a:hover, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentownerportal a:hover, .rendering_clipping_short ul.relations a:hover, .rendering_studentthesis_short ul.relations a:hover, .modal a.close-modal:focus, #page-footer div.footer-wrapper a:focus, .rendering_person_short ul.relations a:focus, .rendering_organisation_short p.relations a:focus, .organisation-vcard-wrapper .information .rendering_organisation_organisationancestorsportal ul a:focus, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentownerportal a:focus, .rendering_clipping_short ul.relations a:focus, .rendering_studentthesis_short ul.relations a:focus {
        text-decoration: underline;
    }

    .modal a.close-modal:focus, #page-footer div.footer-wrapper a:focus, .rendering_person_short ul.relations a:focus, .rendering_organisation_short p.relations a:focus, .organisation-vcard-wrapper .information .rendering_organisation_organisationancestorsportal ul a:focus, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentownerportal a:focus, .rendering_clipping_short ul.relations a:focus, .rendering_studentthesis_short ul.relations a:focus {
        color: #222222;
    }

    * {
        box-sizing: border-box;
        &:after, &:before {
            box-sizing: border-box;
        }
    }

    //body.busy * {
    //  cursor: wait !important;
    //}

    .container {
        *zoom: 1;
        width: auto;
        max-width: 1170px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
    }

    .page-section {
        border-bottom: 1px solid #e1e4e6;
        margin-top: 30px;
        padding-bottom: 30px;
        &:first-of-type {
            margin-top: 0;
        }
        &:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
        }
        .page-section-header {
            position: relative;
            top: -2px;
            background: #f7f8fa;
            box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
            border-top: 1px solid #e1e4e6;
            border-bottom: 1px solid #e1e4e6;
        }
        .page-section-content {
            margin-top: 30px;
            header {
                *zoom: 1;
                padding-bottom: 20px;
                padding-right: 10px;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section .page-section-content {
            margin-top: 30px;
        }
    }

    @media (min-width: 720px) {
        .page-section .page-section-content header {
            padding-bottom: 25px;
        }
    }

    .two-split, .three-split {
        *zoom: 1;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
    }

    @media (min-width: 720px) {
        .two-split .half {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }

    @media (min-width: 720px) {
        .three-split .one-third {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }
    //
    //.content-search-header, .page-section-header-home-index, .page-section-header-contact, .page-section-header-concepts-refinement {
    //  padding: 30px 0;
    //  text-align: center;
    //}
    //
    //@media (min-width: 720px) {
    //  .content-search-header, .page-section-header-home-index, .page-section-header-contact, .page-section-header-concepts-refinement {
    //    padding: 40px 0;
    //  }
    //}
    //
    //.content-search-header header .icon, .page-section-header-home-index header .icon, .page-section-header-contact header .icon, .page-section-header-concepts-refinement header .icon {
    //  font-size: 1.75rem;
    //  color: #aaaaaa;
    //  margin-right: 10px;
    //}
    //
    //@media (min-width: 720px) {
    //  .content-search-header header .icon, .page-section-header-home-index header .icon, .page-section-header-contact header .icon, .page-section-header-concepts-refinement header .icon {
    //    font-size: 2.5rem;
    //  }
    //}
    //
    //@media (min-width: 720px) {
    //  .content-search-header .search-bar-wrapper, .page-section-header-home-index .search-bar-wrapper, .page-section-header-contact .search-bar-wrapper, .page-section-header-concepts-refinement .search-bar-wrapper {
    //    *zoom: 1;
    //    width: auto;
    //    max-width: 70%;
    //    float: none;
    //    display: block;
    //    margin-right: auto;
    //    margin-left: auto;
    //    padding-left: 0;
    //    padding-right: 0;
    //  }
    //  .content-search-header .search-bar-wrapper:before, .page-section-header-home-index .search-bar-wrapper:before, .page-section-header-contact .search-bar-wrapper:before, .page-section-header-concepts-refinement .search-bar-wrapper:before, .content-search-header .search-bar-wrapper:after, .page-section-header-home-index .search-bar-wrapper:after, .page-section-header-contact .search-bar-wrapper:after, .page-section-header-concepts-refinement .search-bar-wrapper:after {
    //    content: '';
    //    display: table;
    //  }
    //  .content-search-header .search-bar-wrapper:after, .page-section-header-home-index .search-bar-wrapper:after, .page-section-header-contact .search-bar-wrapper:after, .page-section-header-concepts-refinement .search-bar-wrapper:after {
    //    clear: both;
    //  }
    //}
    //
    //.content-search-header .search-form, .page-section-header-home-index .search-form, .page-section-header-contact .search-form, .page-section-header-concepts-refinement .search-form {
    //  margin-top: 20px;
    //}
    //
    //.clearfix, .cf {
    //  *zoom: 1;
    //}
    //
    //.clearfix {
    //  &:before, &:after {
    //    content: '';
    //    display: table;
    //  }
    //}
    //
    //.cf {
    //  &:before, &:after {
    //    content: '';
    //    display: table;
    //  }
    //}
    //
    //.clearfix:after, .cf:after {
    //  clear: both;
    //}
    //
    //.hidden, .common_hidden {
    //  display: none;
    //}
    //
    //.sr-only {
    //  position: absolute;
    //  width: 1px;
    //  height: 1px;
    //  padding: 0;
    //  margin: -1px;
    //  overflow: hidden;
    //  clip: rect(0, 0, 0, 0);
    //  border: 0;
    //}
    //
    //.sr-only-focusable {
    //  &:active, &:focus {
    //    position: static;
    //    width: auto;
    //    height: auto;
    //    margin: 0;
    //    overflow: visible;
    //    clip: auto;
    //    text-decoration: underline;
    //  }
    //}

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .align-right {
        text-align: right;
    }

    .align-left {
        text-align: left;
    }

    .align-center {
        text-align: center;
    }
    //
    //.community-portal-banner {
    //  text-align: center;
    //  font-size: 0.8125rem;
    //  padding: 5px 0;
    //  line-height: 0;
    //  height: 24px;
    //  a {
    //    &:link, &:visited {
    //      vertical-align: text-bottom;
    //      display: inline-block;
    //    }
    //  }
    //}
    //
    //@media (min-width: 480px) {
    //  .community-portal-banner {
    //    text-align: right;
    //  }
    //}
    //
    //.loading-overlay-absolute {
    //  position: absolute;
    //}
    //
    //.modal {
    //  display: none;
    //  max-height: 600px;
    //  overflow: auto;
    //  background: #fff;
    //  border-radius: 3px;
    //  box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
    //  text-align: left;
    //  border: 1px solid #e1e4e6;
    //  header {
    //    background: #fff;
    //    border-bottom: 1px solid #e1e4e6;
    //    font-size: 1.125rem;
    //    font-weight: normal;
    //    color: #323232;
    //    padding: 15px 25px;
    //    width: 100%;
    //    .sub-title {
    //      color: #666;
    //      font-size: 14px;
    //      margin: 5px 0 0 0;
    //    }
    //  }
    //  .modal-content {
    //    padding: 10px 25px;
    //    .modal-fixed-content {
    //      width: 900px;
    //    }
    //  }
    //  a.close-modal {
    //    position: absolute;
    //    top: 15px;
    //    right: 15px;
    //  }
    //}
    //
    //body.modal-open {
    //  overflow: hidden;
    //  .modal {
    //    overflow-x: hidden;
    //    overflow-y: auto;
    //  }
    //}
    //
    //.related-content {
    //  ul {
    //    margin: 0;
    //    padding: 0;
    //    list-style: none;
    //  }
    //  span.title {
    //    font-weight: bold;
    //    color: #555;
    //    border-bottom: 1px solid #e1e4e6;
    //    display: block;
    //    padding-bottom: 7px;
    //    margin-bottom: 20px;
    //    .count {
    //      float: right;
    //      color: #777;
    //      font-weight: normal;
    //      font-size: 0.875rem;
    //    }
    //  }
    //  h2 {
    //    font-size: 1rem;
    //  }
    //}
    //
    //.line-notice {
    //  color: #555;
    //  border-top: 1px solid #e1e4e6;
    //  border-bottom: 1px solid #e1e4e6;
    //  padding: 15px 0;
    //  margin: 15px 0;
    //}
    //
    //.single-line-notice {
    //  color: #555;
    //  border-top: 1px solid #e1e4e6;
    //  border-bottom: 1px solid #e1e4e6;
    //  margin: 15px 0;
    //}
    //
    //.message-box {
    //  border: 1px solid #e1e4e6;
    //  padding: 15px;
    //  border-radius: 3px;
    //  margin: 15px 0;
    //  position: relative;
    //  .icon {
    //    position: absolute;
    //    top: -10px;
    //    left: -10px;
    //    font-size: 1.125rem;
    //  }
    //}


    .activate {
        &:before, &:after {
            display: inline-block;
            text-decoration: none;
        }
    }

    .tooltipped-e:hover {
        display: inline-block;
        text-decoration: none;
    }

    .tooltipped-multiline {
        &:hover:after, &:active:after, &:focus:after {
            display: table-cell;
        }
    }

    .tooltipped[data-dropdown-open=true] {
        &:before, &:after {
            display: none;
        }
    }

    .tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
        top: 100%;
        right: 50%;
        margin-top: 5px;
    }

    .tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
        top: auto;
        right: 50%;
        bottom: -5px;
        margin-right: -5px;
        border-bottom-color: rgba(0, 0, 0, 0.8);
    }

    .tooltipped-se:after {
        right: auto;
        left: 50%;
        margin-left: -15px;
    }

    .tooltipped-sw:after {
        margin-right: -15px;
    }

    .tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
        right: 50%;
        bottom: 100%;
        margin-bottom: 5px;
    }

    .tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
        top: -5px;
        right: 50%;
        bottom: auto;
        margin-right: -5px;
        border-top-color: rgba(0, 0, 0, 0.8);
    }

    .tooltipped-ne:after {
        right: auto;
        left: 50%;
        margin-left: -15px;
    }

    .tooltipped-nw:after {
        margin-right: -15px;
    }

    .tooltipped-s:after, .tooltipped-n:after {
        transform: translateX(50%);
    }

    .tooltipped-w {
        &:after {
            right: 100%;
            bottom: 50%;
            margin-right: 5px;
            transform: translateY(50%);
        }
        &:before {
            top: 50%;
            bottom: 50%;
            left: -5px;
            margin-top: -5px;
            border-left-color: rgba(0, 0, 0, 0.8);
        }
    }

    .tooltipped-e {
        &:after {
            bottom: 50%;
            left: 100%;
            margin-left: 5px;
            transform: translateY(50%);
        }
        &:before {
            top: 50%;
            right: -5px;
            bottom: 50%;
            margin-top: -5px;
            border-right-color: rgba(0, 0, 0, 0.8);
        }
    }

    .tooltipped-multiline {
        &:after {
            width: -moz-max-content;
            width: max-content;
            min-width: 150px;
            max-width: 250px;
            word-wrap: normal;
            white-space: pre-line;
            border-collapse: separate;
        }
        &.tooltipped-s:after, &.tooltipped-n:after {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }
        &.tooltipped-w:after, &.tooltipped-e:after {
            right: 100%;
        }
    }

    @media screen and (min-width: 0\0) {
        .tooltipped-multiline:after {
            width: 250px;
        }
    }

    .tooltipped-sticky {
        &:before, &:after {
            display: inline-block;
        }
        &.tooltipped-multiline:after {
            display: table-cell;
        }
    }

    //#back-to-top {
    //  position: fixed;
    //  display: none;
    //  cursor: pointer;
    //  right: 20px;
    //  bottom: 20px;
    //  .icon {
    //    padding: 13px 17px;
    //    border-radius: 50%;
    //    color: #fff;
    //    cursor: pointer;
    //    font-size: 1.5rem;
    //    display: block;
    //  }
    //}
    //
    //@media (min-width: 720px) {
    //  #back-to-top {
    //    right: 40px;
    //    bottom: 40px;
    //  }
    //}
    //
    //@media (min-width: 720px) {
    //  #back-to-top .icon {
    //    font-size: 2.125rem;
    //    padding: 13px 18px;
    //  }
    //}

    ul {
        &.inline-relations, &.block-relations {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 8px;
            font-size: 12px;
        }
        &.inline-relations li, &.block-relations li {
            display: inline;
            margin-right: 14px;
            padding-right: 12px;
            border-right: 1px solid #e1e4e6;
        }
        &.inline-relations li:before, &.block-relations li:before {
            margin-right: 5px;
            color: #aaaaaa;
        }
        &.inline-relations li:last-child {
            border: 0;
            padding-right: 0;
            margin-right: 0;
        }
        &.block-relations {
            li {
                &:last-child {
                    border: 0;
                    padding-right: 0;
                    margin-right: 0;
                }
                display: block;
                margin-left: 66px;
                + li {
                    margin-top: 4px;
                }
            }
            a:hover {
                text-decoration: underline;
            }
        }
    }

    .concept-badge-small {
        background: #fff;
        padding: 5px 2px 5px 10px;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
        border: 1px solid #e1e4e6;
        text-align: left;
        cursor: pointer;
        outline: none !important;
        margin: 0 0 6px 8px;
        .concept-wrapper {
            color: #323232;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            outline: none !important;
            font-size: 0.8125rem;
        }
        .rank {
            vertical-align: middle;
            margin-right: 3px;
            margin-left: 3px;
            display: inline-block;
            height: 16px;
            width: 16px;
        }
        .concept {
            vertical-align: middle;
            display: inline-block;
            outline: none !important;
            text-transform: capitalize;
        }
        &:hover {
            border-color: #d3d7da;
        }
        &.active {
            border-color: #9ba5ac;
            outline-style: none;
        }
        &.check-box {
            input[type="checkbox"] {
                position: absolute;
                left: 7px;
                top: 8px;
            }
            .rank {
                margin-left: 22px;
                margin-top: 1px;
            }
        }
    }

    @media (min-width: 720px) {
        .concept-badge-small .concept-wrapper {
      font-size: 11px;
        }
    }

    html.nexus-font-support body {
        &.gecko .concept-badge-small .concept {
            margin-bottom: -0.15em;
        }
        &.trident .concept-badge-small {
            .concept {
                line-height: 1em;
                margin-bottom: -0.7em;
            }
            .rank {
                margin-bottom: -0.2em;
            }
        }
        &.edge .concept-badge-small .concept {
            margin-bottom: -0.2em;
        }
    }

    .concept-badge-large {
        background: #fff;
        border: 1px solid #e1e4e6;
        border-radius: 3px;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
        display: inline-block;
        text-align: left;
        cursor: pointer;
        outline-style: none;
        .concept-wrapper {
            display: block;
            padding: 5px 5px 1px 10px;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            outline-style: none;
        }
        .rank {
            float: left;
            margin-right: 10px;
            margin-top: 3px;
        }
        .concept {
            font-size: 1rem;
            text-transform: capitalize;
        }
        .thesauri {
            display: block;
            font-size: 0.875rem;
            color: #777;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            outline: none !important;
            padding-top: 2px;
        }
        &:hover {
            border-color: #d3d7da;
        }
        &.active {
            border-color: #9ba5ac;
        }
    }

    .table-responsive {
        min-height: 0.01%;
        overflow-x: auto;
    }

    table.table {
        width: 100%;
        border-collapse: collapse;
        td {
            padding: 5px;
            border-bottom: 1px solid #e1e4e6;
            line-height: normal;
        }
        th {
            padding: 5px;
            border-bottom: 1px solid #e1e4e6;
            line-height: normal;
            text-align: left;
            font-weight: normal;
        }
        tr:hover td {
            background: #f4f5f8;
        }
    }

    //.content-popup {
    //  position: absolute !important;
    //  display: none;
    //  &:before {
    //    position: absolute;
    //    top: -7px;
    //    left: 18px;
    //    margin-left: -8px;
    //    display: block;
    //    border-right: 7px solid transparent;
    //    border-bottom: 7px solid #e1e4e6;
    //    border-left: 7px solid transparent;
    //    content: '';
    //  }
    //  &:after {
    //    position: absolute;
    //    top: -6px;
    //    left: 18px;
    //    margin-left: -7px;
    //    display: block;
    //    border-right: 6px solid transparent;
    //    border-bottom: 6px solid #fff;
    //    border-left: 6px solid transparent;
    //    content: '';
    //  }
    //  .content-popup-wrapper {
    //    max-width: 450px;
    //    max-height: 600px;
    //    overflow-y: auto;
    //  }
    //  > .content-popup-wrapper {
    //    > ul {
    //      &.results {
    //        margin: 0;
    //        padding: 0;
    //        list-style: none;
    //        > li {
    //          padding: 10px 15px;
    //          border-bottom: 1px solid #e1e4e6;
    //          &:last-child {
    //            margin-bottom: 0;
    //          }
    //          &:hover {
    //            background: #f2f2f2;
    //          }
    //          &.title {
    //            border-bottom: 1px solid #e1e4e6;
    //            margin-top: 18px;
    //            color: #323232;
    //            font-weight: bold;
    //            overflow: hidden;
    //            &:hover {
    //              background: #fff;
    //            }
    //            &:first-child {
    //              margin-top: 0;
    //            }
    //            .paging-information {
    //              color: #777;
    //              float: right;
    //              font-weight: normal;
    //            }
    //          }
    //        }
    //        a:hover {
    //          text-decoration: underline;
    //        }
    //      }
    //      &.pagination {
    //        margin: 0;
    //        padding: 0;
    //        list-style: none;
    //        margin: 15px;
    //        li {
    //          display: inline-block;
    //          vertical-align: middle;
    //          + li {
    //            margin-left: 10px;
    //          }
    //          &.selected a {
    //            font-weight: bold;
    //          }
    //        }
    //      }
    //    }
    //    .loading-spinner {
    //      margin: 10px auto;
    //      display: block;
    //    }
    //  }
    //  .rendering {
    //    font-size: 0.875rem;
    //    h2 {
    //      font-size: 1rem;
    //    }
    //  }
    //}

    .content-type-name {
        padding-top: 10px;
        font-size: 0.875rem;
        color: #777;
        margin: 5px 0 0 0;
        font-style: italic;
    }

    a.author-link span {
        font-weight: 600;
    }

    //div {
    //  &.world-map-container {
    //    position: relative;
    //  }
    //  &.world-map {
    //    svg {
    //      width: 100%;
    //      min-height: 635px;
    //    }
    //    circle {
    //      cursor: pointer;
    //    }
    //    .country-background {
    //      background: rgba(0, 0, 0, 0.8);
    //    }
    //    .country-label {
    //      color: #fff;
    //      font-size: 0.75rem;
    //      line-height: 1;
    //    }
    //  }
    //}
    //
    //#network-map-concepts {
    //  *zoom: 1;
    //  &:before {
    //    content: '';
    //    display: table;
    //  }
    //  &:after {
    //    content: '';
    //    display: table;
    //    clear: both;
    //  }
    //  .concept-badge-large {
    //    display: block;
    //    margin-bottom: 10px;
    //  }
    //}
    //
    //@media (min-width: 480px) {
    //  #network-map-concepts .concept-badge-large {
    //    margin-bottom: 30px;
    //    *zoom: 1;
    //    float: left;
    //    clear: none;
    //    text-align: inherit;
    //    width: 48.5%;
    //    margin-left: 0%;
    //    margin-right: 3%;
    //    outline: none !important;
    //    &:before {
    //      content: '';
    //      display: table;
    //    }
    //    &:after {
    //      content: '';
    //      display: table;
    //      clear: both;
    //    }
    //    &:nth-child(2n) {
    //      margin-right: 0%;
    //      float: right;
    //    }
    //    &:nth-child(2n + 1) {
    //      clear: both;
    //    }
    //  }
    //}
    //
    //@media (min-width: 720px) {
    //  #network-map-concepts .concept-badge-large {
    //    *zoom: 1;
    //    float: left;
    //    clear: none;
    //    text-align: inherit;
    //    width: 22.75%;
    //    margin-left: 0%;
    //    margin-right: 3%;
    //    &:before {
    //      content: '';
    //      display: table;
    //    }
    //    &:after {
    //      content: '';
    //      display: table;
    //      clear: both;
    //    }
    //    &:nth-child(2n) {
    //      margin-right: 3%;
    //      float: left;
    //    }
    //    &:nth-child(2n + 1) {
    //      clear: none;
    //    }
    //    &:nth-child(4n) {
    //      margin-right: 0%;
    //      float: right;
    //    }
    //    &:nth-child(4n + 1) {
    //      clear: both;
    //    }
    //  }
    //}

    //ul.hierarchy-list {
    //  margin: 0;
    //  padding: 0;
    //  list-style: none;
    //  li {
    //    margin: 3px 0 3px 15px;
    //    i.icon {
    //      cursor: pointer;
    //      padding: 3px;
    //    }
    //    &.has-children {
    //      margin-left: 0;
    //      ul {
    //        margin-left: 23px;
    //      }
    //    }
    //  }
    //}

    .content-box, .content-popup, .button-row, aside.tooltip, .grid-result-item .image, .person-vcard-wrapper .meta .image {
        background: #fff;
        border: 1px solid #e1e4e6;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
    }

    ul.property-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .person-vcard-wrapper .information {
        .rendering_person_personorganisationcontactrendererportal ul, .rendering_personphdcandidatesrendererportal ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
    }

    .organisation-vcard-wrapper .information .rendering_organisation_organisationcontactrendererportal ul, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentcontactportal ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.property-list li {
        margin-bottom: 10px;
    }

    .person-vcard-wrapper .information {
        .rendering_person_personorganisationcontactrendererportal ul li, .rendering_personphdcandidatesrendererportal ul li {
            margin-bottom: 10px;
        }
    }

    .organisation-vcard-wrapper .information .rendering_organisation_organisationcontactrendererportal ul li, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentcontactportal ul li {
        margin-bottom: 10px;
    }

    ul.property-list .term {
        color: #323232;
        display: block;
    }

    .person-vcard-wrapper .information {
        .rendering_person_personorganisationcontactrendererportal ul .term, .rendering_personphdcandidatesrendererportal ul .term {
            color: #323232;
            display: block;
        }
    }

    .organisation-vcard-wrapper .information .rendering_organisation_organisationcontactrendererportal ul .term, .page-section-header-equipments-view .introduction .rendering_equipment_equipmentcontactportal ul .term {
        color: #323232;
        display: block;
    }

    ul.badges {
        margin: 0;
        padding: 0;
        list-style: none;
        *zoom: 1;
        //margin-bottom: 15px;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
        li {
            display: inline-block;
            margin-right: 2px;
            margin-bottom: 6px;
            &.selected a {
                background-color: #3c3c3c;
            }
        }
        a.badge, span.badge {
            background-color: #555;
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            white-space: nowrap;
            font-size: 14px !important;
            padding-left: 6px;
            padding-top: 6px;
            padding-right: 6px;
            height: 27px;
            font-weight: normal !important;
        }
        a.badge .text, span.badge .text {
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 75vw;
            display: inline-block;
            vertical-align: middle;
        }
        a.badge:hover, span.badge:hover {
            background-color: #484848;
        }
        a.badge {
            .label, .remove {
                color: #eee !important;
                display: inline-block;
                vertical-align: middle;
                font-size: 10px !important;
            }
        }
        span.badge {
            .label, .remove {
                color: #ccc;
                display: inline-block;
                vertical-align: middle;
            }
        }
        &.onlySelected {
            margin-bottom: 0px;
        }
    }

    html.nexus-font-support body.trident ul.badges {
        a.badge, span.badge {
            padding-top: 8px;
        }
    }

    ul {
        &.arrow-list {
            margin: 0;
            padding: 0;
            list-style: none;
            li:before {
                content: "e";
                padding-right: 6px;
            }
        }
        &.content-statistics {
            margin: 0;
            padding: 0;
            list-style: none;
            color: #666;
            font-size: 0.875rem;
            > li {
                .count {
                    font-size: 2.5rem;
                    display: block;
                }
                span.count {
                    color: #323232;
                }
                a {
                    &:hover, &:focus {
                        text-decoration: underline;
                    }
                }
            }
        }
    }



    .inline-trend-graph {
        display: inline-block;
        white-space: nowrap;
        font-size: 0;
        height: 17px;
        line-height: 17px;
        .trend-graph-wrapper {
            min-width: 108px;
            height: 17px;
            display: inline-block;
            border-bottom: 1px solid #e1e4e6;
        }
        .year {
            font-size: 11px;
            line-height: 8px;
            color: #777;
            vertical-align: bottom;
            &.year-start {
                margin-right: 5px;
            }
            &.year-end {
                margin-left: 5px;
            }
            &:not(*:root) {
                line-height: 5px;
            }
        }
    }

    .stacked-trend-widget {
        line-height: 17px;
        vertical-align: bottom;
        white-space: nowrap;
        padding-bottom: 1px;
        padding-left: 61px;
        &.large {
            line-height: 84px;
            padding-left: 0px !important;
            margin: -10px !important;
        }
    }

    @media only screen and (max-width: 720px) {
        .stacked-trend-widget.large.large {
            padding-bottom: 50px;
        }
    }

    .chart-container {
        box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
        border: 1px solid #e1e4e6;
        border-radius: 3px;
        padding: 25px 25px 15px 25px;
        width: 100%;
        box-sizing: content-box;
        margin-bottom: 40px;
        .legend {
            display: block;
            text-align: center;
            font-size: 0.875rem;
            color: #777;
        }
    }


    .publication-relation {
        margin: 20px 0 20px 0;
    }

    .selectize-control.plugin-drag_drop {
        &.multi > .selectize-input > div.ui-sortable-placeholder {
            visibility: visible !important;
            background: #f2f2f2 !important;
            background: rgba(0, 0, 0, 0.06) !important;
            border: 0 none !important;
            box-shadow: inset 0 0 12px 4px #ffffff;
        }
        .ui-sortable-placeholder::after {
            content: '!';
            visibility: hidden;
        }
        .ui-sortable-helper {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
    }

    .selectize-dropdown-header {
        position: relative;
        padding: 5px 8px;
        border-bottom: 1px solid #d0d0d0;
        background: #f8f8f8;
        border-radius: 3px 3px 0 0;
    }

    .selectize-dropdown-header-close {
        position: absolute;
        right: 8px;
        top: 50%;
        color: #303030;
        opacity: 0.4;
        margin-top: -12px;
        line-height: 20px;
        font-size: 1.25rem;
        &:hover {
            color: #000000;
        }
    }

    .selectize-dropdown.plugin-optgroup_columns {
        .optgroup {
            border-right: 1px solid #f2f2f2;
            border-top: 0 none;
            float: left;
            &:last-child {
                border-right: 0 none;
            }
            &:before {
                display: none;
            }
        }
        .optgroup-header {
            border-top: 0 none;
        }
    }

    .selectize-control {
        position: relative;
        &.plugin-remove_button {
            [data-value] {
                position: relative;
                padding-right: 24px !important;
                .remove {
                    z-index: 1;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 17px;
                    text-align: center;
                    color: inherit;
                    text-decoration: none;
                    vertical-align: middle;
                    display: inline-block;
                    padding: 2px 0 0 0;
                    border-left: 1px solid #d0d0d0;
                    border-radius: 0 2px 2px 0;
                    &:hover {
                        background: rgba(0, 0, 0, 0.05);
                    }
                }
                &.active .remove {
                    border-left-color: #cacaca;
                }
            }
            .disabled [data-value] .remove {
                border-left-color: #ffffff;
                &:hover {
                    background: none;
                }
            }
        }
    }

    .selectize-dropdown {
        color: #303030;
        font-family: inherit;
        -webkit-font-smoothing: inherit;
    }

    .selectize-input {
        color: #303030;
        font-family: inherit;
        -webkit-font-smoothing: inherit;
        background: #ffffff;
        cursor: text;
        display: inline-block;
        input {
            color: #555;
            font-family: inherit;
            -webkit-font-smoothing: inherit;
        }
    }

    .selectize-control.single .selectize-input.input-active {
        background: #ffffff;
        cursor: text;
        display: inline-block;
    }

    .selectize-input {
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
        border: 1px solid #e1e4e6;
        padding: 18px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100%;
        min-width: 220px;
        text-align: left;
    }

    .selectize-control.multi .selectize-input.has-items {
        padding: 5px;
    }

    .selectize-input {
        &.has-items .selectize-item {
            margin-left: 5px;
            &:first-child {
                margin-left: 0;
            }
        }
        &.full {
            background-color: #ffffff;
        }
        &.disabled {
            cursor: default !important;
            * {
                cursor: default !important;
            }
        }
        &:hover {
            border-color: #d3d7da;
        }
        &.focus {
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
        }
        &.dropdown-active {
            border-radius: 3px 3px 0 0;
        }
        > * {
            vertical-align: baseline;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }
    }

    .selectize-control.multi .selectize-input {
        > div {
            cursor: pointer;
            margin: 0 3px 3px 0;
            padding: 2px 6px;
            background: #f2f2f2;
            border: 0 solid #d0d0d0;
            &.active {
                background: #e8e8e8;
                color: #303030;
                border: 0 solid #cacaca;
            }
        }
        &.disabled > div {
            color: #7d7d7d;
            background: #ffffff;
            border: 0 solid #ffffff;
            &.active {
                color: #7d7d7d;
                background: #ffffff;
                border: 0 solid #ffffff;
            }
        }
    }

    .selectize-input {
        > input {
            display: inline-block !important;
            padding: 0 !important;
            min-height: 0 !important;
            max-height: none !important;
            max-width: 100% !important;
            margin: 0 2px 0 0 !important;
            text-indent: 0 !important;
            border: 0 none !important;
            background: none !important;
            line-height: inherit !important;
            box-shadow: none !important;
            &::-ms-clear {
                display: none;
            }
            &:focus {
                outline: none !important;
            }
        }
        &::after {
            content: ' ';
            display: block;
            clear: left;
        }
        &.dropdown-active::before {
            content: ' ';
            display: block;
            position: absolute;
            background: #f0f0f0;
            height: 1px;
            bottom: 0;
            left: 0;
            right: 0;
        }
    }

    .selectize-dropdown {
        position: absolute;
        z-index: 10;
        border: 1px solid #d0d0d0;
        background: #ffffff;
        margin: -1px 0 0 0;
        border-top: 0 none;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 3px 3px;
        text-align: left;
        [data-selectable] {
            cursor: pointer;
            overflow: hidden;
            padding: 5px 8px;
            .highlight {
                background: #f2f2f2;
                border-radius: 1px;
            }
        }
        .optgroup-header {
            padding: 5px 8px;
        }
        .optgroup:first-child .optgroup-header {
            border-top: 0 none;
        }
        .optgroup-header {
            color: #323232;
            background: #ffffff;
            cursor: default;
            font-weight: bold;
            font-size: 0.875rem;
        }
        .active {
            background-color: #f2f2f2;
            color: #323232;
            &.create {
                color: #495c68;
            }
        }
        .create {
            color: rgba(48, 48, 48, 0.5);
        }
    }

    .selectize-dropdown-content {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 200px;
    }

    .selectize-control {
        &.single .selectize-input {
            cursor: pointer;
            input {
                cursor: pointer;
            }
            &.input-active {
                cursor: text;
                input {
                    cursor: text;
                }
            }
            &:before {
                content: "X";
                font-size: 1.25rem;
                color: #64bd63;
                margin-right: 5px;
            }
        }
        &.rtl {
            &.single .selectize-input:after {
                left: 15px;
                right: auto;
            }
            .selectize-input > input {
                margin: 0 4px 0 -2px !important;
            }
        }
        .selectize-input.disabled {
            opacity: 0.5;
            background-color: #fafafa;
        }
    }

    .rendering {
        font-size: 14px;
        h2, h3 {
            font-size: 1.0625rem;
            color: #323232;
            font-weight: normal;
            margin-bottom: 10px;
            padding: 0;
        }
        table.properties {
            width: 100%;
            font-size: 14px;
            th {
                font-weight: normal;
                color: #777;
                *zoom: 1;
                float: left;
                clear: none;
                width: 31.33333%;
                margin-left: 0%;
                margin-right: 3%;
                text-align: left;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                &:last-child {
                    margin-right: 0%;
                }
                padding: 3px 0;
            }
            td {
                padding: 3px 0;
                color: #323232;
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 65.66667%;
                margin-left: 0%;
                margin-right: 3%;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                &:last-child {
                    margin-right: 0%;
                }
            }
        }
        a {
            &:hover, &:focus {
                text-decoration: underline;
            }
        }
        p.type {
            font-size: 0.875rem;
            color: #777;
            margin: 5px 0 0 0;
            font-style: italic;
        }
        a[href='#'] {
            color: inherit !important;
            text-decoration: inherit !important;
            cursor: inherit !important;
            pointer-events: none;
            &:hover, &:focus {
                color: inherit !important;
                text-decoration: inherit !important;
                cursor: inherit !important;
                pointer-events: none;
            }
        }
        &.rendering_compact {
            h2, h3 {
                font-size: 1rem;
            }
        }
    }

    @media (min-width: 720px) {
        .rendering {
            font-size: 1rem;
        }
    }

    @media (min-width: 720px) {
        .rendering {
            h2, h3 {
                font-size: 14px;
                margin-bottom: 5px;
            }
        }
    }

    div.rendering_ueoexternalorganisation_compact p.type {
        display: none;
    }

    .rendering_versioneddocumentandlinkextensionanddoiportal ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rendering_activity_contenttypeportalrenderer p.type {
        margin-top: 10px;
    }

    .rendering_impact_short span.fileObject span:after, .rendering_dataset_short span.fileObject:after {
        content: "H";
        margin-left: 10px;
        color: #949494;
        font-size: 0.8125rem;
        vertical-align: middle;
        padding-bottom: 3px;
    }

    .rendering_documentsattachedportalrendererng {
        .files {
            margin-top: 5px;
            margin-right: 20px;
            float: left;
            &:before {
                content: "H";
                margin-right: 5px;
                font-size: 0.75rem;
                vertical-align: middle;
                padding-bottom: 3px;
                color: #949494;
            }
        }
        .links {
            margin-top: 5px;
            margin-right: 20px;
            float: left;
            &:before {
                content: "=";
                margin-right: 5px;
                font-size: 0.75rem;
                vertical-align: middle;
                padding-bottom: 3px;
                color: #949494;
            }
        }
    }

    .rendering_publicationattacheddocumentsportalrenderer {
        .open-access {
            margin-top: 5px;
            margin-right: 20px;
            margin-bottom: 5px;
            float: left;
            &:before {
                content: "J";
                margin-right: 5px;
                font-size: 0.75rem;
                vertical-align: middle;
                padding-bottom: 3px;
                color: #e57909;
            }
        }
        .links {
            margin-top: 5px;
            padding-top: 5px;
            margin-bottom: 5px;
            &:before {
                content: "=";
                margin-right: 5px;
                font-size: 0.75rem;
                vertical-align: middle;
                padding-bottom: 3px;
                color: #949494;
            }
        }
        .files {
            margin-top: 5px;
            margin-right: 20px;
            margin-bottom: 5px;
            float: left;
            &:before {
                content: "H";
                margin-right: 5px;
                font-size: 0.75rem;
                vertical-align: middle;
                padding-bottom: 3px;
                color: #949494;
            }
        }
    }

    .concept-badge-container {
        clear: both;
    }

    .rendering_activity_associatesorganisationsportal ul.relations.organisations {
        margin-top: 8px;
    }

    .rendering {
        .subtitle {
            color: #323232;
        }
        .activityMetadata .activity {
            margin-top: 15px;
        }
    }

    .rendering_activity_documentlinkextensionaccessportal ul.links li {
        &:before {
            content: "L" !important;
        }
        .description {
            display: block;
            padding-left: 26px;
            font-size: 0.8125rem;
        }
    }

    .rendering_researchoutput_publicationaccessrenderer ul, .rendering_publication_publicationaccessrenderer ul, .rendering_documentlinkextensionaccessportal ul, .rendering_dataset_detailportallinks ul {
        list-style: none;
        border-bottom: 1px solid #e1e4e6;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
    }

    .rendering_researchoutput_publicationaccessrenderer ul li, .rendering_publication_publicationaccessrenderer ul li, .rendering_documentlinkextensionaccessportal ul li, .rendering_dataset_detailportallinks ul li {
        margin-bottom: 15px;
        word-wrap: break-word;
    }

    .rendering_researchoutput_publicationaccessrenderer ul li:last-child, .rendering_publication_publicationaccessrenderer ul li:last-child, .rendering_documentlinkextensionaccessportal ul li:last-child, .rendering_dataset_detailportallinks ul li:last-child {
        margin-bottom: 0;
    }

    .rendering_researchoutput_publicationaccessrenderer ul .description, .rendering_publication_publicationaccessrenderer ul .description, .rendering_documentlinkextensionaccessportal ul .description, .rendering_dataset_detailportallinks ul .description {
        display: block;
        padding-left: 26px;
        font-size: 0.8125rem;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.dois li:before, .rendering_publication_publicationaccessrenderer ul.dois li:before, .rendering_documentlinkextensionaccessportal ul.dois li:before, .rendering_dataset_detailportallinks ul.dois li:before {
        content: "=";
        float: left;
        margin-right: 10px;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.dois li.open-access:before, .rendering_publication_publicationaccessrenderer ul.dois li.open-access:before, .rendering_documentlinkextensionaccessportal ul.dois li.open-access:before, .rendering_dataset_detailportallinks ul.dois li.open-access:before {
        content: "J";
        color: #F68212;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.dois li div.doi, .rendering_publication_publicationaccessrenderer ul.dois li div.doi, .rendering_documentlinkextensionaccessportal ul.dois li div.doi, .rendering_dataset_detailportallinks ul.dois li div.doi {
        overflow: hidden;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.documents li:before, .rendering_publication_publicationaccessrenderer ul.documents li:before, .rendering_documentlinkextensionaccessportal ul.documents li:before, .rendering_dataset_detailportallinks ul.documents li:before {
        content: "H";
        float: left;
        margin-right: 10px;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.documents li.open-access:before, .rendering_publication_publicationaccessrenderer ul.documents li.open-access:before, .rendering_documentlinkextensionaccessportal ul.documents li.open-access:before, .rendering_dataset_detailportallinks ul.documents li.open-access:before {
        content: "J";
        color: #F68212;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.documents li div.document, .rendering_publication_publicationaccessrenderer ul.documents li div.document, .rendering_documentlinkextensionaccessportal ul.documents li div.document, .rendering_dataset_detailportallinks ul.documents li div.document {
        overflow: hidden;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.documents li div.document {
        span.meta, p.property {
            font-size: 0.8125rem;
            margin-top: 3px;
            margin-bottom: 0;
            display: block;
        }
    }

    .rendering_publication_publicationaccessrenderer ul.documents li div.document {
        span.meta, p.property {
            font-size: 0.8125rem;
            margin-top: 3px;
            margin-bottom: 0;
            display: block;
        }
    }

    .rendering_documentlinkextensionaccessportal ul.documents li div.document {
        span.meta, p.property {
            font-size: 0.8125rem;
            margin-top: 3px;
            margin-bottom: 0;
            display: block;
        }
    }

    .rendering_dataset_detailportallinks ul.documents li div.document {
        span.meta, p.property {
            font-size: 0.8125rem;
            margin-top: 3px;
            margin-bottom: 0;
            display: block;
        }
    }

    .rendering_researchoutput_publicationaccessrenderer ul.links li:before, .rendering_publication_publicationaccessrenderer ul.links li:before, .rendering_documentlinkextensionaccessportal ul.links li:before, .rendering_dataset_detailportallinks ul.links li:before {
        content: "=";
        float: left;
        margin-right: 10px;
        height: 25px !important;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.links li.open-access:before, .rendering_publication_publicationaccessrenderer ul.links li.open-access:before, .rendering_documentlinkextensionaccessportal ul.links li.open-access:before, .rendering_dataset_detailportallinks ul.links li.open-access:before {
        content: "J";
        color: #F68212;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.links li div.link, .rendering_publication_publicationaccessrenderer ul.links li div.link, .rendering_documentlinkextensionaccessportal ul.links li div.link, .rendering_dataset_detailportallinks ul.links li div.link {
        overflow: hidden;
    }

    .rendering_researchoutput_publicationaccessrenderer ul.links li p, .rendering_publication_publicationaccessrenderer ul.links li p, .rendering_documentlinkextensionaccessportal ul.links li p, .rendering_dataset_detailportallinks ul.links li p {
        padding-left: 25px;
    }

    .rendering_expertkeywordgroupsportal ul, .rendering_expertkeywordgrouspbytypeportal ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rendering_expertkeywordgroupsportal ul li, .rendering_expertkeywordgrouspbytypeportal ul li {
        display: inline-block;
        border-radius: 3px;
        padding: 6px 6px 4px 6px;
        border: 1px solid #e1e4e6;
        font-size: 0.875rem;
        line-height: normal;
        margin-right: 5px;
        margin-bottom: 7px;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
    }

    .rendering_associatesorganisationsportal ul {
        margin: 0;
        padding: 0;
        list-style: none;
        li {
            display: inline;
            &:before {
                content: ", ";
            }
            &:first-child:before {
                content: "";
            }
        }
    }

    input, button, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .form-field, .global-search {
        border-radius: 3px;
        border: 1px solid #e1e4e6;
        padding: 3px;
        display: block;
        width: 100%;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .form-field:focus, .global-search:focus, .form-field.focus, .focus.global-search {
        border-color: #cbd0d3;
    }

    .form-field-header, .form-group label {
        font-weight: bold;
        display: block;
        color: #323232;
        margin: 16px 0 8px 0;
    }

    .checkbox-group {
        label {
            font-weight: normal;
        }
        &.checkbox-group-inline label {
            display: inline;
            margin-right: 15px;
        }
    }

    .concept-checkbox-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        .concept-badge-small, .concept-badge-large {
            padding-right: 25px;
        }
        input[type=checkbox] {
            position: absolute;
            right: 8px;
            top: 10px;
        }
    }

    .validation-error {
        color: #D9534F;
        font-size: 0.8125rem;
        display: inline-block;
        margin-top: 5px;
    }

    .btn, .btn-primary {
        -moz-user-select: none;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 0;
        //padding: 2px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background: #fff none;
    }

    .btn.btn-block, .btn-block.btn-primary {
        display: block;
        width: 100%;
    }

    .btn.btn-block:focus, .btn-block.btn-primary:focus {
        outline: solid 1px;
    }

    .btn.btn-large, .btn-large.btn-primary {
        font-size: 16px;
        padding: 8px 10px;
        line-height: 1;
    }

    @media (min-width: 720px) {
        .btn.btn-large, .btn-large.btn-primary {
            font-size: 1.125rem;
            padding: 8px 20px;
        }
    }

    .btn.with-arrow span:after, .with-arrow.btn-primary span:after {
        content: "e";
        font-size: 1.5625rem;
    }

    .btn.with-arrow-up span:after, .with-arrow-up.btn-primary span:after {
        content: "Z";
        font-size: 1.5625rem;
    }

    .btn.with-arrow-down span:after, .with-arrow-down.btn-primary span:after {
        content: "K";
        font-size: 1.5625rem;
    }

    .btn-primary {
        border-width: 2px;
        border-style: solid;
        &:hover, &:focus {
            color: #fff;
        }
    }

    p.selected-filters {
        font-size: 1rem;
    }

    .error-page {
        margin-top: 60px;
        header {
            h1 {
                margin-top: 8px;
            }
            p {
                margin-top: 16px;
            }
        }
    }

    #page-header {
        .primary {
            background-repeat: repeat-x;
            background-position: bottom left;
            padding: 20px 0;
            text-align: center;
            &.with-right-background {
                padding: 0;
                .primary-right-background {
                    padding: 20px 0;
                    background-repeat: no-repeat;
                    background-position: right top;
                    ul.header-tools {
                        top: 1px;
                    }
                }
            }
            ul.header-tools {
                margin: 0;
                padding: 0;
                list-style: none;
                font-size: 0.875rem;
                position: relative;
                z-index: 10;
                margin-bottom: -19px;
                margin-top: 20px;
                > li {
                    display: inline-block;
                    padding: 3px 10px;
                    background: #fff;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                    border-left: 1px solid #e1e4e6;
                    border-right: 1px solid #e1e4e6;
                    border-top: 1px solid #e1e4e6;
                }
                a:hover {
                    text-decoration: none;
                }
            }
        }
        .secondary {
            background: #fff;
            box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
            *zoom: 1;
            position: relative;
            z-index: 9;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            nav.content-navigation {
                *zoom: 1;
                padding-top: 20px;
                font-size: 1.125rem;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    li.selected a {
                        color: #323232;
                        font-weight: bold;
                    }
                }
                > ul > li {
                    float: left;
                    margin-left: 25px;
                    &:first-child {
                        margin-left: 0;
                    }
                }
                a {
                    color: #666;
                    display: block;
                    &:hover {
                        color: #555;
                        text-decoration: none;
                    }
                }
                > ul > li > a {
                    padding-bottom: 18px;
                }
                li {
                    &.selected a, a:focus {
                        border-bottom-width: 2px;
                        border-bottom-style: solid;
                    }
                }
                ul.dropdown-menu {
                    margin: -5px;
                }
            }
            .header-search {
                margin-top: 15px;
                margin-bottom: 15px;
            }
        }
    }

    @media (min-width: 720px) {
        #page-header .primary {
            text-align: left;
            .logo {
                float: left;
                margin-right: 40px;
                &:focus {
                    outline: solid 1px;
                }
            }
        }
    }

    @media only screen and (max-width: 720px) {
        #page-header .primary {
            .logo img {
                max-width: 100%;
                max-height: 100%;
                height: inherit !important;
            }
            .primary-right-background {
                background-image: none;
            }
        }
    }

    @media (min-width: 480px) {
        #page-header .primary ul.header-tools {
            position: absolute;
            right: 25px;
            top: -19px;
            margin-top: 0;
            margin-bottom: 0;
        }
    }

    @media (min-width: 480px) {
        #page-header .primary ul.header-tools > li {
            border-radius: 0;
            border-top: 0;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-left: 1px solid #e1e4e6;
            border-right: 1px solid #e1e4e6;
            border-bottom: 1px solid #e1e4e6;
        }
    }

    @media (min-width: 720px) {
        #page-header .secondary nav.content-navigation.three-third {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 75%;
            margin-left: 0%;
            margin-right: 0%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        #page-header .secondary .header-search {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            margin-top: 15px;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    .subMenu .dropdown {
        .increment-counter {
            display: none !important;
        }
        .hidden {
            display: inherit !important;
        }
    }

    #page-footer {
        padding: 30px 0;
        margin-top: 60px;
        text-align: center;
        div.footer-wrapper {
            *zoom: 1;
            position: relative;
            color: #555;
            font-size: 0.8125rem;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            p {
                margin: 12px 0;
            }
            nav.inline-navigation ul {
                margin: 0;
                padding: 0;
                list-style: none;
                margin-bottom: 12px;
                margin-top: 3px;
                li {
                    display: inline;
                    margin-right: 25px;
                    &:last-child {
                        margin: 0;
                    }
                }
            }
            .footer-icon {
                margin-right: 100px;
                margin: auto;
            }
            img {
                max-width: 300px;
                height: auto;
            }
        }
    }

    @media (min-width: 720px) {
        #page-footer {
            text-align: left;
        }
    }

    @media (min-width: 720px) {
        #page-footer div.footer-wrapper {
            .elsevier-logo {
                display: inline-block;
                margin-top: 3px;
                &:focus {
                    border-bottom: solid 2px #e57909;
                }
            }
            .footer-columns {
                display: table-row;
            }
            .footer-column {
                display: table-cell;
                text-align: left;
                padding-right: 40px;
                vertical-align: top;
                p:first-child {
                    margin-top: 0;
                }
                &.relx {
                    vertical-align: bottom;
                    min-width: 80px;
                }
                &:last-child {
                    padding-right: 0;
                }
            }
        }
    }

    @media (min-width: 720px) {
        #page-footer div.footer-wrapper .relx-logo {
            position: absolute;
            right: 0;
            bottom: 10px;
            &:focus {
                border-bottom: solid 2px #e57909;
            }
        }
    }

    @media (min-width: 720px) {
        #page-footer div.footer-wrapper .footer-icon {
            max-width: 300px;
        }
    }

    .global-search-wrapper {
        border-collapse: separate;
        display: table;
        position: relative;
        padding: 0;
        width: 100%;
        .global-search {
            width: 90%;
            float: left;
        }
        .settings-ddl {
            float: right;
            width: 10%;
            .icon-settings-open-mini {
                color: #777;
            }
            .global-search {
                margin-left: 8px;
                width: 40px;
                text-align: right;
            }
        }
        .search-cp-link {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            a {
                background: #fff;
                border-radius: 3px;
                border: 1px solid #e1e4e6;
                padding: 7px;
                display: block;
                width: 100%;
                max-width: 40px;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
                margin-left: 10px;
                color: #666;
            }
        }
    }

    .search-concept-result {
        padding: 10px;
        color: #000;
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .search-concept-result-wrapper.underline {
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
    }

    .select-dropdown {
        display: table-cell;
        vertical-align: top;
        white-space: nowrap;
        height: 37px;
        width: 25%;
        border: none;
        background-color: #f2f2f2;
        padding-left: 5px;
        border: 1px solid #e1e4e6 !important;
        border-right: 2px solid #e1e4e6 !important;
        border-radius: 3px;
        float: left;
        margin-right: 10px;
        &:focus {
            border: none !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        }
        &:hover {
            background-color: #ededed;
        }
        option {
            height: 50px;
            background-color: #fff;
            padding: 5px;
            &:active {
                background-color: green !important;
            }
        }
    }

    .global-search {
        display: table;
        padding: 0;
        background: #fff;
        .search-cell {
            display: table-cell;
            vertical-align: top;
            white-space: nowrap;
            width: 100%;
        }
        .form-field-dropdown {
            .btn, .btn-primary {
                padding: 8px;
                height: 37px;
                background: #f2f2f2;
                width: auto;
            }
            .btn:hover, .btn-primary:hover {
                background: #ededed;
                text-decoration: none;
            }
        }
        .field-button-wrapper {
            box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
            display: block;
            height: 37px;
        }
        .search-field input {
            padding: 0 0 0 10px;
            border: 0;
            display: block;
            width: 100%;
            height: 37px;
            line-height: 37px;
            box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
            padding-right: 20px;
            &:focus {
                outline: none !important;
            }
        }
        .search-submit {
            vertical-align: middle;
            border-top: 1px solid #e1e4e6;
            button {
                font-size: 20px;
                border: 0;
                margin: -1px auto 0 auto;
                background: transparent;
                color: #777;
                display: inline-block;
                &:hover .icon {
                    text-decoration: none;
                }
            }
        }
        .search-filter-toggle {
            vertical-align: middle;
            border-top: 1px solid #e1e4e6;
            a {
                border-right: 1px solid #e1e4e6;
                padding-right: 15px;
                color: #666;
                display: inline-block;
                &:focus {
                    text-decoration: underline;
                }
                &:hover, &.enabled {
                    text-decoration: none;
                }
            }
            i.icon {
                vertical-align: 2px;
            }
            .label {
                display: none;
            }
        }
        &.mini {
            .form-field-dropdown {
                height: 30px;
                .btn, .btn-primary {
                    padding: 5px 8px 3px 8px;
                    height: 30px;
                }
            }
            .field-button-wrapper {
                height: 30px;
            }
            .search-field input {
                height: 30px;
                line-height: 30px;
            }
        }
    }

    @media (min-width: 720px) {
        .global-search form {
            display: table-row;
            width: 100%;
        }
    }

    @media (min-width: 720px) {
        .global-search .form-field-dropdown {
            display: table-cell;
            vertical-align: top;
            white-space: nowrap;
            height: 37px;
            width: 25%;
        }
    }

    @media (min-width: 720px) {
        .global-search .form-field-dropdown {
            border-right: 1px solid #e1e4e6;
        }
    }

    @media (min-width: 720px) {
        .global-search.focus .form-field-dropdown {
            border-right: 1px solid #cbd0d3;
        }
    }

    @media (min-width: 720px) {
        .global-search .field-button-wrapper {
            width: 100%;
        }
    }

    @media (min-width: 480px) {
        .global-search .search-filter-toggle .label {
            display: inline;
        }
    }

    .search-facets {
        text-align: center;
        margin-top: 15px;
        .search-filter-toggle {
            font-size: 14px;
            display: inline-block;
            margin-left: 8px;
            padding-left: 8px;
            position: relative;
            &:after {
                content: "M";
            }
            &.selected {
                font-weight: bold;
                &:after {
                    content: "Z";
                }
            }
            &.empty {
                opacity: 0.5;
            }
            &.loading:after {
                visibility: hidden;
            }
            .loading-spinner {
                position: absolute;
                right: -2px;
                top: 1px;
            }
        }
    }

    #search-facets-container {
        display: none;
        &.open {
            display: block;
        }
    }

    .search-facet-refinement {
        background: #eee;
        text-align: left;
        display: none;
        //margin-bottom: -60px;
        margin-top: 30px;
        &.is-open {
            display: block;
        }
    }

    .search-facet-result {
        padding: 30px 0;
        display: none;
        &.is-open {
            display: block;
        }
        &.has-selected-filters {
            border-bottom: 1px solid #ddd;
            background-color: #eee;
        }
        .facet-terms{
          display: none;
          &.is-open{
            display: block;
          }
        }
    }

    .current-selected-search-facets {
        *zoom: 1;
        display: none;
        padding: 10px 0 10px 0;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
        &.is-open {
            display: block;
            background-color: white;
        }
        .selected-search-facets-title {
            color: #777;
            display: inline-block;
            float: left;
            font-size: 0.75rem;
            margin-right: 20px;
            text-transform: uppercase;
        }
    }

    .portal-search-results {
        *zoom: 1;
        .search-result-top {
            *zoom: 1;
        }
        &:before, .search-result-top:before, &:after, .search-result-top:after {
            content: '';
            display: table;
        }
        &:after, .search-result-top:after {
            clear: both;
        }
        .search-result-message {
            text-align: center;
            color: #777;
        }
        .search-result-top {
            font-size: 0.875rem;
            text-align: center;
            .search-tools {
                margin-bottom: 15px;
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                .dropdown-container ul {
                    margin: -5px;
                }
                > ul > li {
                    display: inline-block;
                    border-left: 1px solid #e1e4e6;
                    padding-left: 10px;
                    margin-left: 5px;
                    &:first-child {
                        border-left: 0;
                        margin-left: 0;
                        padding-left: 0;
                    }
                    &.selected {
                        font-weight: bold;
                    }
                    > a:hover, a:focus {
                        text-decoration: underline;
                    }
                    &.title + li {
                        border-left: 0;
                        padding-left: 0;
                    }
                }
                li {
                    &.search-orderings {
                        span.direction {
                            color: #777;
                        }
                        i.icon {
                            margin-left: 5px;
                        }
                    }
                    &.community-tool i.icon {
                        display: none;
                    }
                    &.rss {
                        display: none;
                        a:focus {
                            outline: solid 1px;
                        }
                    }
                }
            }
        }
        ul.documents {
            border-bottom: none;
            margin: 0;
            padding: 0;
        }
    }

    @media (min-width: 720px) {
        .portal-search-results .search-result-top {
            text-align: left;
            margin-bottom: 20px;
        }
    }

    @media (min-width: 720px) {
        .portal-search-results .search-result-top .search-tools {
            margin-bottom: 0;
            &.search-tools-left {
                float: left;
            }
            &.search-tools-right {
                float: right;
            }
        }
    }

    @media (min-width: 480px) {
        .portal-search-results .search-result-top .search-tools > ul > li {
            padding-left: 20px;
            margin-left: 15px;
        }
    }

    @media (min-width: 480px) {
        .portal-search-results .search-result-top .search-tools li.community-tool i.icon {
            display: inline-block;
            color: #777;
            margin-left: 4px;
        }
    }

    @media (min-width: 480px) {
        .portal-search-results .search-result-top .search-tools li.rss {
            display: inline-block;
            a {
                color: #ee802f;
            }
        }
    }

    .search-result-suggestion {
        margin-bottom: 30px;
        border: 1px solid #e1e4e6;
        border-radius: 3px;
        padding: 6px 6px 4px 8px;
        background: #f7f8fa;
        box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
        em {
            margin-top: -2px;
            color: #777;
        }
        span, em {
            display: inline-block;
            vertical-align: middle;
        }
    }

    .search-result-filters {
        margin-bottom: 20px;
        *zoom: 1;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
        .title {
            display: inline-block;
            margin-right: 10px;
        }
    }

    .search-facet-filter {
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
        padding: 5px 7px 3px 7px;
        border: 1px solid #e1e4e6;
        position: relative;
        margin-right: 10px;
        color: #555;
        font-size: 14px;
        &:hover {
            border-color: #d3d7da;
            .icon {
                color: #777;
            }
        }
        > a {
            position: absolute;
            top: -9px;
            right: -9px;
            z-index: 100;
        }
        .icon {
            font-size: 1.125rem;
            color: #aaaaaa;
        }
    }

    .grid-results {
        *zoom: 1;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
        .grid-result-item {
            margin-bottom: 30px;
        }
        .grid-result-content {
            overflow: hidden;
        }
        .grid-result-after-extra {
            margin-left: 60px;
        }
        .grid-result-secondary {
            margin-top: 5px;
        }
    }

    @media (min-width: 480px) {
        .grid-results .grid-result-item {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .grid-results .grid-result-item {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(3n + 1) {
                clear: both;
            }
        }
    }

    .grid-result-after-extra .stacked-trend-widget {
        padding-left: 0px !important;
    }

    .list-results {
        *zoom: 1;
        &:before {
            content: '';
            display: table;
        }
        &:after {
            content: '';
            display: table;
            clear: both;
        }
        > div {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #e1e4e6;
            *zoom: 1;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .content-concept-list {
                margin-top: 15px;
                .concept-badge-small {
                    margin-bottom: 5px;
                    outline: none !important;
                    margin-left: 5px;
                }
            }
            &:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }
        }
        .search-result-group {
            color: #323232;
            border-bottom: 2px solid #e1e4e6;
            padding-bottom: 15px;
            margin-bottom: 20px;
            font-size: 1.125rem;
            font-weight: bold;
        }
    }

    @media (min-width: 720px) {
        .list-results > div {
            padding-bottom: 30px;
            margin-bottom: 30px;
        }
    }

    @media (min-width: 720px) {
        .list-results .search-result-group {
            margin-bottom: 30px;
        }
    }

    li.filter.concept-filters ul.dropdown-menu li {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .filter.concept-filters.excracted {
        background-color: #f0f0f0 !important;
        text-decoration: none;
        input[name=extractedConcepts] {
            vertical-align: middle;
        }
    }

    ul.search_concepts {
        clear: both;
    }

    .selected-concepts-section-filters {
        padding: 5px 10px 8px 0;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        .title {
            color: #777;
            display: block;
            font-size: 0.625rem;
            margin: 2px  0;
            text-transform: uppercase;
        }
        &.clear-all {
            height: 60px;
            a {
                position: relative;
                top: 22px;
            }
        }
    }

    ul.badges.extracted .concept-dimmed {
        opacity: 0.5;
    }

    @media (min-width: 720px) {
        .content-content {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 74.25%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }

    @media (min-width: 720px) {
        .content-sidebar {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 22.75%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }

    .content-sidebar .dataset-view {
        font-size: 1.625rem;
        padding-bottom: 5px;
        color: #323232;
    }

    ul.content-ordering {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 25px;
        li {
            display: inline;
            &.title {
                color: #555;
                font-weight: bold;
            }
            &.selected {
                font-weight: bold;
            }
            + li {
                border-left: 1px solid #e1e4e6;
                padding-left: 15px;
                margin-left: 15px;
            }
        }
    }

    div.dataset-sidebar {
        div.rendering_person_short h2 {
            padding-top: 0;
            margin: 0;
            font-size: 1rem;
        }
        ul.relations.organisations {
            display: none;
        }
    }

    .rendering_organisation_short span.timespan.ended {
        display: none;
    }

    .content-profile-navigation {
        background: #f2f2f2;
        padding: 20px 40px 0 40px;
        border-top: 1px solid #e1e4e6;
        border-bottom: 1px solid #e1e4e6;
        nav {
            *zoom: 1;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li.selected a {
                    color: #323232;
                    font-weight: bold;
                }
            }
            > ul > li {
                float: left;
                margin-left: 25px;
                &:first-child {
                    margin-left: 0;
                }
            }
            a {
                color: #666;
                display: block;
                &:hover {
                    color: #555;
                    text-decoration: none;
                }
            }
            > ul > li > a {
                padding-bottom: 18px;
                .label, .count {
                    display: none;
                }
            }
            .count {
                color: #777;
            }
            li.selected {
                a {
                    border-bottom-width: 2px;
                    border-bottom-style: solid;
                }
                .count {
                    font-weight: normal;
                }
            }
            a:focus {
                border-bottom: solid 2px;
            }
            li.dropdown {
                .dropdown-toggle {
                    font-size: 1.625rem;
                    line-height: 26px;
                    padding-bottom: 0;
                    margin-top: -4px;
                }
                ul {
                    margin: -5px;
                }
            }
        }
    }

    @media (min-width: 720px) {
        .content-profile-navigation nav li i.icon {
            margin-right: 6px;
        }
    }

    @media (min-width: 720px) {
        .content-profile-navigation nav > ul > li > a .label {
            display: inline;
        }
    }

    @media (min-width: 720px) {
        .content-profile-navigation nav > ul > li > a .count {
            display: inline;
        }
    }

    .content-relation-section {
        header h2 {
            float: left;
            .sub-title, .chart-toggler, .inline-trend-graph {
                float: left;
            }
            .filter-remove {
                opacity: 0;
                color: #777;
                font-size: 1.125rem;
                position: relative;
                top: -4px;
                left: 5px;
                transition: opacity 200ms ease-in-out;
            }
            .filter-selection:hover .filter-remove {
                opacity: 1;
            }
            .filter-path {
                color: #ccc;
                font-weight: normal;
            }
        }
        ul.content-statistics {
            display: none;
            float: right;
            > li {
                display: inline-block;
                text-align: center;
                padding: 0 5px;
                max-width: 210px;
                vertical-align: top;
                &:last-child {
                    padding-right: 0;
                }
                &.separator {
                    border-right: 1px solid #e1e4e6;
                    padding-right: 15px;
                    margin-right: 5px;
                }
                &.selected a {
                    color: #323232;
                }
                .count {
                    font-size: 1.125rem;
                }
            }
        }
        .chart-wrapper {
            height: 200px;
        }
    }

    @media (min-width: 720px) {
        .content-relation-section ul.content-statistics {
            display: block;
        }
    }

    @media (min-width: 720px) {
        .content-relation-section ul.content-statistics > li {
            padding: 0 15px;
        }
    }

    @media (min-width: 720px) {
        .content-relation-section ul.content-statistics > li.separator {
            padding-right: 25px;
            margin-right: 10px;
        }
    }


    @media (min-width: 720px) {
        .content-relation-section ul.content-statistics > li .count {
            font-size: 1.75rem;
        }
    }
    .content-relation-section ul.content-statistics > li .count {
        display: block;
    }

    .content-relations {
        margin-top: 30px;
        > .rendering {
            margin-bottom: 15px;
        }
        .icon-Prizes:before, .icon-Impacts:before, .icon-Datasets:before, .icon-Awards:before, .icon-Prizes:before, .icon-Courses:before, .icon-Student:before, .icon-Activities:before, .icon-Equipment:before, .icon-Research.Output:before, .icon-Press:before, .icon-Projects:before {
            font-size: 0.875rem;
            float: left;
            margin-top: 5px;
        }
        .relation-wrapper {
            margin-top: 5px;
        }
        h2 {
            padding-left: 20px;
            font-size: 1.375rem;
            font-weight: normal;
            h2.title {
                padding-bottom: 15px;
            }
        }
        .type {
            display: none;
        }
    }

    .pure-google-map {
        width: 150px;
        height: 150px;
    }

    .map-size-large {
        margin: 10px 0 10px 0;
        width: 350px;
        height: 350px;
    }

    .map-size-medium {
        margin: 10px 0 10px 0;
        width: 250px;
        height: 250px;
    }

    .map-size-small {
        margin: 10px 0 10px 0;
        width: 150px;
        height: 150px;
    }

    a[href^="http://maps.google.com/maps"] {
        display: none !important;
    }

    .gmnoprint {
        a, span {
            display: none;
        }
        div {
            background: none !important;
        }
    }

    .page-section-header-home-index {
        ul.home-menu {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
            margin-top: 40px;
            li {
                display: inline-block;
                margin: 0 25px;
                .icon {
                    color: #aaaaaa;
                    display: block;
                    font-size: 2.0625rem;
                    width: 33px;
                    margin: 0 auto;
                    position: relative;
                }
                .label {
                    display: block;
                    margin-top: 10px;
                    font-size: 1rem;
                }
                .count {
                    color: #fff;
                    position: absolute;
                    top: 5px;
                    left: 31px;
                    background: #555;
                    padding: 3px 5px 1px 5px;
                    display: inline-block;
                    border-radius: 3px;
                    font-size: 0.8125rem;
                    font-style: normal;
                }
                .icon {
                    transition: all 200ms linear 0s;
                }
                a {
                    display: block;
                    &:hover {
                        outline: none !important;
                    }
                }
                &:focus {
                    outline: none !important;
                }
            }
        }
        .secondary {
            *zoom: 1;
            position: relative;
            z-index: 9;
            .icon {
                transition: all 200ms linear 0s;
            }
            a {
                display: block;
                &:hover {
                    outline: none !important;
                }
            }
            &:focus {
                outline: none !important;
            }
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            nav.content-navigation {
                *zoom: 1;
                padding-top: 20px;
                font-size: 1.125rem;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    margin-top: 20px;
                    li.selected a {
                        color: #323232;
                        font-weight: bold;
                    }
                }
                > ul > li {
                    float: left;
                    .icon {
                        color: #aaaaaa;
                        display: block;
                        font-size: 2.0625rem;
                        width: 33px;
                        margin: 0 auto;
                        position: relative;
                    }
                    .label {
                        display: block;
                        margin-top: 5px;
                        font-size: 1rem;
                    }
                    .count {
                        color: #fff;
                        position: absolute;
                        top: 5px;
                        left: 31px;
                        background: #555;
                        padding: 3px 5px 1px 5px;
                        display: inline-block;
                        border-radius: 3px;
                        font-size: 0.8125rem;
                        font-style: normal;
                    }
                }
                a {
                    display: block;
                    &:hover {
                        text-decoration: none;
                        outline: none !important;
                    }
                    display: block;
                }
                > ul > li > a {
                    padding-bottom: 18px;
                }
                &:focus {
                    outline: none !important;
                }
                ul.dropdown-menu {
                    margin: -5px;
                    a {
                        padding: 5px 10px;
                    }
                    .label {
                        text-align: center;
                    }
                }
                .header-search {
                    margin-top: 15px;
                    margin-bottom: 15px;
                }
            }
        }
        .header-search {
            margin-top: 15px;
            margin-bottom: 15px;
            .home-menu {
                margin: 0;
                padding: 0;
                list-style: none;
                .container {
                    width: 100% !important;
                    padding-left: 60px;
                    padding-right: 60px;
                }
                .secondary {
                    *zoom: 1;
                    position: relative;
                    z-index: 9;
                    &:before {
                        content: '';
                        display: table;
                    }
                    &:after {
                        content: '';
                        display: table;
                        clear: both;
                    }
                    .header-search {
                        margin-top: 15px;
                        margin-bottom: 15px;
                    }
                }
            }
        }
        .page-section-content-home {
            .welcome {
                font-size: 1.125rem;
                h3 {
                    margin-top: 0;
                }
            }
            .network-collaborations {
                display: none;
                .network-description {
                    text-align: center;
                    margin-bottom: 30px;
                    h3 {
                        margin: 0;
                    }
                    p {
                        margin-top: 5px;
                    }
                }
            }
            .world-map {
                overflow: hidden;
            }
            #network-map-concepts {
                margin-top: 0;
                outline: 0 none;
            }
            .organisation-overview {
                .search-result-top, .search-result-filters {
                    display: none;
                }
            }
        }
    }

    @media screen and (min-width: 720px) {
        .page-section-header-home-index .secondary nav.content-navigation > ul > li {
            margin-left: 75px;
        }
    }

    @media screen and (max-width: 720px) and (min-width: 0) {
        .page-section-header-home-index .secondary nav.content-navigation > ul > li {
            margin-left: 45px;
            &:first-child {
                margin-left: 0;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-home-index .secondary nav.content-navigation.three-third {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 75%;
            margin-left: 0%;
            margin-right: 0%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-home-index .secondary nav.content-navigation .header-search {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            margin-top: 15px;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-home-index .header-search {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            margin-top: 15px;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-home-index .header-search .home-menu .secondary .header-search {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            margin-top: 15px;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-home-index .page-section-content-home .network-collaborations {
            display: block;
        }
    }

    .advanced-SearchBox-Container {
        &.false {
            display: none;
        }
        background-color: #F7F8FA;
        box-shadow: 0px 4px 2px 0px #acadae;
        margin: auto;
        position: absolute;
        z-index: 100000;
        width: 504px;
        margin-bottom: 0;
        .tooltipped:after {
            text-align: left !important;
        }
        a {
            color: #666 !important;
            display: block;
            height: 100%;
            float: left;
            width: 80%;
            &:visited {
                color: #666 !important;
                display: block;
                height: 100%;
                float: left;
                width: 80%;
            }
        }
        .advanced-search-header {
            font-style: italic;
            font-size: 0.8125rem;
            text-align: left;
            padding-left: 10px;
            padding-top: 10px;
        }
        .advanced-search-label {
            font-weight: 700;
        }
        .advanced-search-list {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-bottom: 0px;
            .select {
                color: #fff;
                background-color: #ccc;
                a {
                    color: #fff !important;
                }
            }
            li {
                text-align: left;
                padding-right: 10px;
                height: 35px;
                padding-top: 9px;
                padding-left: 10px;
                .tooltipped {
                    float: right;
                }
            }
        }
        .hidden {
            display: none;
        }
    }

    input.hidden {
        display: none !important;
    }

    @media only screen and (max-width: 720px) {
        .advanced-search-label {
            display: none;
        }
        .advanced-SearchBox-Container ul li a {
            font-weight: 600 !important;
        }
    }

    @media (min-width: 720px) {
        .feedback-form .cell {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    .feedback-form textarea {
        height: 120px;
    }

    .rendering_course_short {
        tr {
            list-style-type: none;
            th {
                display: none;
                td::before {
                    display: none;
                }
            }
            ul.relations.persons {
                list-style-type: none;
                margin: 0;
                padding: 0;
                li {
                    font-size: 0.875rem;
                }
            }
        }
        p {
            margin: 0;
            padding: 5px 0 0 0;
            &.type {
                margin: 0;
                padding: 5px 0 0 0;
            }
        }
    }

    .page-section-header-courses-view .introduction {
        padding: 30px 0;
        .rendering_course_courseassociatedpersonsportalrenderer {
            margin: 15px 0;
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li {
                    display: inline;
                    &:before {
                        content: ", ";
                    }
                    &:first-child:before {
                        content: "";
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-courses-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_course_coursemetadataportalrenderer {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .rendering_impact_short p {
        margin: 5px 0;
    }

    .page-section-content-impacts-index p.type {
        font-size: 0.875rem;
        color: #777;
        margin: 5px 0 0 0;
        font-style: italic;
    }

    .rendering_impact_associatesparticipantsclassifiedportal {
        margin: 15px 0;
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
            li {
                display: inline;
                &:before {
                    content: ", ";
                }
                &:first-child:before {
                    content: "";
                }
            }
        }
    }

    .rendering_impact_impactmetadataportal table.properties {
        margin-top: 20px;
    }

    .rendering_impact_impactcontenttypeportalrenderer {
        margin-top: 15px;
    }

    .rendering_impact_impactdescriptionportalrender {
        padding-bottom: 20px;
    }

    .rendering_impact_impacttypeportalrenderer {
        padding-top: 10px;
    }

    .page-section-impacts-view .introduction {
        padding: 30px 0;
    }

    @media (min-width: 720px) {
        .page-section-impacts-view .introduction {
            padding: 50px 0;
        }
    }

    div.textblock.impactDescription {
        padding-bottom: 20px;
    }

    .rendering_externalperson_short {
        overflow: hidden;
        h2 {
            margin-bottom: 0;
        }
        ul.relations {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0.875rem;
        }
        p.type {
            margin-top: 0;
        }
    }

    .rendering_person_short {
        overflow: hidden;
        h2 {
            margin-bottom: 0;
            margin-top: 15px;
        }
        ul.relations {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 10px;
        }
        p {
            &.email {
                margin: 0;
                font-size: 0.875rem;
            }
            &.type {
                display: none;
            }
        }
        &.external_experts p.type {
            display: block;
        }
    }

    .grid-result-item {
        .image {
            padding: 2px;
            width: 50px;
            float: left;
            margin-right: 15px;
            margin-top: 15px;
        }
        .external_experts .icon-globe:before {
            font-size: 0.75rem;
            display: inline-block;
            margin-top: -2px;
        }
    }

    .person-concept-container {
        width: auto;
        max-width: 1170px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 25px;
        padding-right: 25px;
        .person-concept-font {
            margin-top: 20px;
            width: auto;
            max-width: 70%;
            float: none;
            display: block;
            margin-right: auto;
            margin-left: auto;
            padding-left: 0;
            padding-right: 0;
            text-align: left;
        }
    }

    .rendering_person_persontitlerendererportal p {
        margin: 0;
    }

    .person-concept-display .current-selected-search-facets {
        padding: 0;
    }

    .view-concept-person {
        clear: both;
    }

    .persons-direct2experts {
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        li {
            border-bottom: 1px solid #e1e4e6;
            padding: 10px 0;
            .count, .label {
                display: inline-block;
                vertical-align: middle;
                line-height: 1;
            }
            .count {
                margin-right: 7px;
                &.error {
                    color: #D9534F;
                }
            }
            .label {
                color: #323232;
            }
        }
    }

    @media (min-width: 720px) {
        .persons-direct2experts li {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    .person-vcard-wrapper {
        position: relative;
        .row {
            display: table;
            width: 100%;
        }
        .profile {
            padding-top: 30px;
        }
        .rendering_person_persontitlerendererportal p {
            padding: 0;
            margin: 0;
        }
        .meta {
            text-align: center;
            float: left;
            width: 100px;
            padding-bottom: 20px;
            .image {
                padding: 5px;
                width: 100px;
            }
            .rendering_person_personsocialmediaorcidrendererportal {
                margin-top: 5px;
                font-size: 1.4375rem;
                a {
                    text-decoration: none;
                    &.facebook, &.linkedin, &.twitter, &.orcid, &.mendeley, &.link, &.researchgate {
                        color: #666;
                        text-decoration: none;
                    }
                    &.google {
                        color: #666;
                        text-decoration: none;
                        font-size: 20px;
                    }
                    &:hover {
                        &.facebook {
                            color: #3b5998;
                            text-decoration: none;
                        }
                        &.linkedin {
                            color: #007bb6;
                            text-decoration: none;
                        }
                        &.twitter {
                            color: #0084b4;
                            text-decoration: none;
                        }
                        &.orcid {
                            color: #a6ce39;
                            text-decoration: none;
                        }
                        &.mendeley {
                            color: #000;
                            text-decoration: none;
                        }
                        &.google {
                            color: #4285f4;
                            text-decoration: none;
                        }
                        &.researchgate {
                            color: #0cb;
                            text-decoration: none;
                        }
                        &.link {}
                    }
                }
                .scopus-link {
                    font-size: 0.875rem;
                    margin-top: 8px;
                    margin-bottom: 0;
                }
            }
            .rendering_person_personcontactbuttonportal, .person-cv {
                font-size: 0.875rem;
                margin: 5px 0;
            }
            .rendering_person_personcontactbuttonportal:hover, .person-cv:hover {
                text-decoration: underline;
            }
        }
        .information {
            overflow: hidden;
            padding: 20px 0;
            .person-details {
                padding: 0 20px 15px 20px;
                margin-bottom: 15px;
                border-bottom: 1px solid #e1e4e6;
            }
            .rendering_person_personorganisationlistrendererportal ul {
                margin: 0;
                padding: 0;
                list-style: none;
                .job-description {
                    color: #555;
                    line-height: 18px;
                }
            }
            .rendering_person_personorganisationcontactrendererportal, .rendering_personphdcandidatesrendererportal {
                padding: 0 20px;
            }
            .rendering_person_personorganisationcontactrendererportal ul, .rendering_personphdcandidatesrendererportal ul {
                *zoom: 1;
            }
            .rendering_person_personorganisationcontactrendererportal ul {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_personphdcandidatesrendererportal ul {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_person_personorganisationcontactrendererportal ul:after, .rendering_personphdcandidatesrendererportal ul:after {
                clear: both;
            }
            .rendering_person_personorganisationcontactrendererportal ul li, .rendering_personphdcandidatesrendererportal ul li {
                word-break: break-all;
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 100%;
                margin-left: 0%;
                margin-right: 3%;
            }
            .rendering_person_personorganisationcontactrendererportal ul li {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_personphdcandidatesrendererportal ul li {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_person_personorganisationcontactrendererportal ul li:after, .rendering_personphdcandidatesrendererportal ul li:after {
                clear: both;
            }
            .rendering_person_personorganisationcontactrendererportal ul li:last-child, .rendering_personphdcandidatesrendererportal ul li:last-child {
                margin-right: 0%;
            }
            .rendering_person_personorganisationcontactrendererportal ul li .description, .rendering_personphdcandidatesrendererportal ul li .description {
                font-size: 14px;
            }
            .rendering_person_personorganisationcontactrendererportal p, .rendering_personphdcandidatesrendererportal p {
                color: #323232;
            }
            .rendering_person_personorganisationlistrendererportal .primary {
                font-weight: 800;
                &.primary:visited {
                    font-weight: 500;
                }
            }
            .rendering_person_personorganisationaddressrendererportal {
                *zoom: 1;
                font-size: 14px;
                padding: 0 20px;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                    li {
                        *zoom: 1;
                        float: left;
                        clear: none;
                        text-align: inherit;
                        width: 31.33333%;
                        margin-left: 0%;
                        margin-right: 3%;
                        &:before {
                            content: '';
                            display: table;
                        }
                        &:after {
                            content: '';
                            display: table;
                            clear: both;
                        }
                        &:nth-child(3n) {
                            margin-right: 0%;
                            float: right;
                        }
                        &:nth-child(3n + 1) {
                            clear: both;
                        }
                        p {
                            margin: 0;
                        }
                    }
                }
            }
        }
        .metrics {
            text-align: center;
            .sc-icon{
                text-align: left;
                padding: 5px;
                img{
                    width: 74px;
                }
            }

            .gsc-icon{
                text-align: left;
                padding: 5px;
                img{
                  width: 115px;
                }
            }

            .sc-date,.gsc-date{
                text-align: right;
                padding: 5px;
                margin: 5px 0;
                font-size: 12px;
                .date-value{
                    opacity: 0.7;
                }
            }

            .sc-date{
                border-bottom: 1px solid black;
            }

            ul.content-statistics {
                padding: 20px 0;
                text-align: center;
                *zoom: 1;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                li {
                    *zoom: 1;
                    float: left;
                    clear: none;
                    text-align: inherit;
                    width: 48.5%;
                    margin-left: 0%;
                    margin-right: 3%;
                    &:before {
                        content: '';
                        display: table;
                    }
                    &:after {
                        content: '';
                        display: table;
                        clear: both;
                    }
                    &:last-child {
                        margin-right: 0%;
                    }
                    &:only-child {
                        *zoom: 1;
                        float: left;
                        clear: none;
                        text-align: inherit;
                        width: 100%;
                        margin-left: 0%;
                        margin-right: 3%;
                        &:before {
                            content: '';
                            display: table;
                        }
                        &:after {
                            content: '';
                            display: table;
                            clear: both;
                        }
                        &:last-child {
                            margin-right: 0%;
                        }
                    }
                    > .tooltipped {
                        display: inline-block;
                    }
                    .count {
                        //font-weight: bold;
                        font-size: 1.75rem;
                    }
                }
            }
            .stacked-trend-widget {
                display: block;
                margin: 20px 0;
                user-select: none;
            }
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .profile {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 75%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            vertical-align: top;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
        .fixed .person-vcard-wrapper .profile {
          width: 100%;
          float: right;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .meta {
            width: 160px;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .meta .image {
            width: 160px;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .information .person-details {
            padding: 0 30px 20px 30px;
            margin-bottom: 20px;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .information {
            .rendering_person_personorganisationcontactrendererportal, .rendering_personphdcandidatesrendererportal {
                padding: 0 30px;
            }
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .information {
            .rendering_person_personorganisationcontactrendererportal ul li, .rendering_personphdcandidatesrendererportal ul li {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 31.33333%;
                margin-left: 0%;
                margin-right: 3%;
            }
            .rendering_person_personorganisationcontactrendererportal ul li {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_personphdcandidatesrendererportal ul li {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .rendering_person_personorganisationcontactrendererportal ul li:after, .rendering_personphdcandidatesrendererportal ul li:after {
                clear: both;
            }
            .rendering_person_personorganisationcontactrendererportal ul li:nth-child(2n), .rendering_personphdcandidatesrendererportal ul li:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            .rendering_person_personorganisationcontactrendererportal ul li:nth-child(2n + 1), .rendering_personphdcandidatesrendererportal ul li:nth-child(2n + 1) {
                clear: none;
            }
            .rendering_person_personorganisationcontactrendererportal ul li:nth-child(3n), .rendering_personphdcandidatesrendererportal ul li:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
            .rendering_person_personorganisationcontactrendererportal ul li:nth-child(3n + 1), .rendering_personphdcandidatesrendererportal ul li:nth-child(3n + 1) {
                clear: both;
            }
            .rendering_person_personorganisationcontactrendererportal ul li.emails:last-child, .rendering_personphdcandidatesrendererportal ul li.emails:last-child {
                width: 60%;
            }
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .information .rendering_person_personorganisationaddressrendererportal {
            padding: 0 30px;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .metrics {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            border-left: 1px solid #e1e4e6;
            border-right: 1px solid #e1e4e6;
            position: relative;
            text-align: center;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .metrics ul.content-statistics {
            padding: 15px 0 0px 0;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .metrics ul.content-statistics li .count {
            font-size: 2.375rem;
        }
    }

    @media (min-width: 720px) {
        .person-vcard-wrapper .metrics .stacked-trend-widget {
            display: block;
            margin: 30px 0;
            overflow: hidden;
        }
    }

  .page-section-header-persons.fixed, .page-section-header-organisation.fixed {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
        .metrics, .rendering_person_personsocialmediaorcidrendererportal, .rendering_person_personorganisationcontactrendererportal, .rendering_person_personorganisationaddressrendererportal, .rendering_person_personcontactbuttonportal, .rendering_person_personphdcandidatesrendererportal, .person-cv {
            display: none;
        }
        .rendering_person_personorganisationlistrendererportal ul li {
            display: inline;
            &:not(:first-child):before {
                content: " - ";
            }
        }
        .meta {
            min-height: inherit;
        }
        .profile {
            padding-top: 20px;
        }
        .information {
            padding: 0;
            .person-details {
                border-bottom: 0;
                padding-bottom: 5px;
            }
        }
        .meta {
            width: 70px;
            padding-bottom: 0;
            .image {
                  width: 80px;
                padding: 3px;
            }
        }
    }

    .page-section-header-persons-view {
        position: relative;
    }

    .page-section-content-persons .person-network {
        display: none;
    }

    @media (min-width: 720px) {
        .page-section-content-persons .person-network {
            display: block;
        }
    }

    .subMenu .dropdown-toggle .label {
        display: none !important;
    }

    .rendering_person_personphdcandidatesrendererportal p {
        margin-bottom: 10px;
    }

    .rendering_person_personexternalpositionsrendererportal {
        span.date {
            margin-top: 10px;
        }
        .external-position {
            margin-bottom: 4px;
        }
    }

    .rendering_person_profileinformationportal {
        margin-bottom: 30px;
    }

    .rendering_person_personeducationrendererportal {
        margin-top: 15px;
    }

    .rendering_personeducation_compact p {
        &:nth-child(1) {
            font-weight: 600;
            margin-top: 16px;
        }
        &:nth-child(2) {
            position: static;
            margin-top: -12px;
            padding-bottom: 2px;
        }
    }

    .person-fingerprint {
        &.content-relation-section h2 {
            width: 85%;
        }
        .person-top-concepts {
            *zoom: 1;
            margin-bottom: 30px;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .concept-badge-large {
                display: block;
                margin-bottom: 10px;
            }
        }
    }

    @media (min-width: 480px) {
        .person-fingerprint .person-top-concepts .concept-badge-large {
            margin-bottom: 30px;
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .person-fingerprint .person-top-concepts .concept-badge-large {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 22.75%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(4n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(4n + 1) {
                clear: both;
            }
        }
    }

    .rendering_person_profileinformationportal table {
        width: 100%;
        td {
            vertical-align: top;
            padding: 5px;
        }
        tr td:first-child {
            width: 100px;
            font-weight: bold;
            color: #555;
        }
    }

    .relation-list-publications .content-concept-list {
        clear: both;
    }

    .page-section-content-persons-network-persons .network-profiled-experts, .page-section-content-persons-network-organisations .network-profiled-institutions {
        border-bottom: 1px solid #e1e4e6;
        margin-bottom: 30px;
    }

    .page-section-content-persons-fingerprints {
        .fingerprint-sorting {
            margin-bottom: 30px;
        }
        .person-fingerprints .concept-badge-small {
            margin: 0 5px 8px 0;
        }
    }

    .rendering_organisation_short {
        overflow: hidden;
        p.relations {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0.875rem;
        }
    }

    .page-section-content-organisations-index .search-result-filters {
        display: none;
        visibility: visible;
    }

    .page-section-header-organisations .search-facets {
        margin-bottom: 20px;
    }

    .organisation-vcard-wrapper {
        position: relative;
        .row {
            display: table;
            width: 100%;
        }
        .profile {
            padding: 30px 0;
        }
        .information {
            overflow: hidden;
            .rendering_organisation_organisationancestorsportal {
                margin-top: 5px;
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    font-size: 0.875rem;
                }
            }
            .rendering_organisation_organisationcontactrendererportal {
                border-top: 1px solid #e1e4e6;
                padding-top: 20px;
                margin-top: 20px;
                ul {
                    *zoom: 1;
                    &:before {
                        content: '';
                        display: table;
                    }
                    &:after {
                        content: '';
                        display: table;
                        clear: both;
                    }
                    li {
                        *zoom: 1;
                        float: left;
                        clear: none;
                        text-align: inherit;
                        width: 48.5%;
                        margin-left: 0%;
                        margin-right: 3%;
                        &:before {
                            content: '';
                            display: table;
                        }
                        &:after {
                            content: '';
                            display: table;
                            clear: both;
                        }
                        &:nth-child(2n) {
                            margin-right: 0%;
                            float: right;
                        }
                        &:nth-child(2n + 1) {
                            clear: both;
                        }
                        .description {
                            font-size: 14px;
                        }
                    }
                }
            }
            .rendering_organisation_organisationaddressrendererportal {
                *zoom: 1;
                font-size: 14px;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                    li {
                        *zoom: 1;
                        float: left;
                        clear: none;
                        text-align: inherit;
                        width: 48.5%;
                        margin-left: 0%;
                        margin-right: 3%;
                        &:before {
                            content: '';
                            display: table;
                        }
                        &:after {
                            content: '';
                            display: table;
                            clear: both;
                        }
                        &:nth-child(2n) {
                            margin-right: 0%;
                            float: right;
                        }
                        &:nth-child(2n + 1) {
                            clear: both;
                        }
                        p {
                            margin: 0;
                        }
                    }
                }
            }
        }
        .organisation-map {
            height: 150px;
            margin-bottom: 30px;
        }
    }

    @media (min-width: 720px) {
        .organisation-vcard-wrapper .profile {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 100%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            vertical-align: top;
            padding: 50px 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .organisation-vcard-wrapper .information .rendering_organisation_organisationcontactrendererportal ul li {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(3n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .organisation-vcard-wrapper .information .rendering_organisation_organisationaddressrendererportal ul li {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(3n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .organisation-vcard-wrapper .organisation-map {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            border-left: 1px solid #e1e4e6;
            border-right: 1px solid #e1e4e6;
            text-align: center;
            position: relative;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    .page-section-content-organisations {
        .organisation-profileinformation h3, .organisation-network {
            display: none;
        }
        .organisation-fingerprint .organisation-top-concepts {
            *zoom: 1;
            margin-bottom: 30px;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .concept-badge-large {
                display: block;
                margin-bottom: 10px;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-content-organisations .organisation-network {
            display: block;
        }
    }

    @media (min-width: 480px) {
        .page-section-content-organisations .organisation-fingerprint .organisation-top-concepts .concept-badge-large {
            margin-bottom: 30px;
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-content-organisations .organisation-fingerprint .organisation-top-concepts .concept-badge-large {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 22.75%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(4n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(4n + 1) {
                clear: both;
            }
        }
    }

    .page-section-header-organisations.fixed {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
        left: 0;
        .organisation-map, .rendering_organisation_organisationcontactrendererportal, .rendering_organisation_organisationaddressrendererportal {
            display: none !important;
        }
        .profile {
            padding: 15px 0 20px 0;
        }
        .information {
            padding: 0;
        }
    }

    .organisations-network-section .network-profiled-institutions {
        border-bottom: 1px solid #e1e4e6;
        margin-bottom: 30px;
    }

    .rendering_researchoutput_short {
        overflow: hidden;
    }


    .rendering_researchoutput_short {
        max-width: 800px;
    }

    .page-section-header-publications-view {
        position: relative;
        .row {
            display: table;
            width: 100%;
        }
        .introduction {
            padding: 30px 30px 30px 0;
        }
        .metrics {
            text-align: center;
            ul.content-statistics {
                *zoom: 1;
                margin-bottom: 30px;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                .ppp-pop-left ul li:after {
                    display: none;
                }
                li {
                    display: inline-block;
                    margin: 0 15px;
                    vertical-align: middle;
                    text-align: center;
                    &.plum-shown .PlumX-Popup .ppp-container.ppp-large {
                        margin: auto;
                    }
                    &.metrics-shown {
                        align-content: center;
                    }
                    .count {
                        //font-weight: bold;
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-publications-view .introduction {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 75%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            vertical-align: top;
            padding: 50px 30px 50px 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-publications-view .metrics {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            border-left: 1px solid #e1e4e6;
            position: relative;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-publications-view .metrics ul.content-statistics {
            margin-top: 60px;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-publications-view .metrics ul.content-statistics li {
            margin: 0;
            display: block;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-publications-view .metrics ul.content-statistics li:not(:last-child):after {
            display: block;
            width: 25px;
            height: 1px;
            background: #e1e4e6;
            content: " ";
            margin: 15px auto 30px auto;
        }
    }

    .rendering_researchoutput tr.pages td {
        text-align: left;
    }

    .rendering_researchoutput_publicationcontenttyperendererportalng {
        margin-top: 20px;
    }

    .page-section-content-publications-view {
        .publication-content .rendering_researchoutput_detailsportal tr.digital_object_identifiers {
            display: none;
        }
        .rendering_researchoutput_detailsportal, .rendering_publication_detailsportal {
            margin-bottom: 30px;
            margin-top: 30px;
        }
        .rendering_researchoutput_detailsportal table.properties, .rendering_publication_detailsportal table.properties {
            margin-top: 10px;
        }
        .rendering_researchoutput_detailsportal ul.relations, .rendering_publication_detailsportal ul.relations {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }
    }

    .doiAccess {
        word-break: break-all;
    }

    .rendering_researchoutput_versioneddocumentspureportal ul {
        margin: 0;
        padding: 0;
        list-style: none;
        li p {
            margin: 0;
            padding: 0;
        }
    }

    .relations.documents {
        li.embargoed {
            margin-bottom: 15px;
            font-size: 0.8125rem;
            margin-top: 3px;
            display: block;
            &:before {
                content: "H";
                float: left;
                margin-right: 10px;
                font-size: 0.875rem;
            }
            p {
                margin-top: 2px;
                &.document-title {
                    font-size: 14px;
                    font-weight: 600;
                }
                &.dimmed {
                    margin-left: 24px;
                }
            }
        }
        h3.subheader:not(:first-child) {
            display: none;
        }
    }

    .publication-cite li.dropdown {
        .label, .increment-counter {
            display: none;
        }
    }

    .rendering_researchoutput_publicationbibliographicalnoterendererportal {
        margin: 25px 0;
    }

    .metric-details {
        margin: 20px 9px 20px 9px;
        display: flex;
        .PlumX-Popup {
            margin: auto;
            margin-top: 5px;
        }
    }

    ul.metric-listings > li {
        .count {
            font-size: 2.5rem;
            padding-top: 10px;
            text-align: center;
            display: block;
        }
        span.count {
            color: #323232;
        }
    }

    .rendering_upmproject_short p {
        margin: 5px 0;
        &.type .type_classification_parent {
            display: inline;
        }
    }

    .rendering_upmproject_fundingportal ul.relations {
        margin: 0;
        padding: 0;
        list-style: none;
        li {
            margin-bottom: 0.25em;
        }
    }

    .page-section-header-projects-view .introduction {
        padding: 30px 0;
        .rendering_associatesparticipantsclassifiedportal {
            margin: 15px 0;
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li {
                    display: inline;
                    &:before {
                        content: ", ";
                    }
                    &:first-child:before {
                        content: "";
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-projects-view .introduction {
            padding: 50px 0;
        }
    }

    .page-section-content-projects-view .projectdescription {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .page-section-header-activities-view .introduction {
        padding: 30px 0;
        .rendering_activity_activitypersonassociationportal {
            margin: 15px 0;
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li {
                    display: inline;
                    &:before {
                        content: ", ";
                    }
                    &:first-child:before {
                        content: "";
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-activities-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_talk_contenttypeportalrenderer {
        padding-top: 4px;
        font-size: 0.875rem;
        color: #777;
        margin: 5px 0 0 0;
        font-style: italic;
    }

    .rendering_activity_activitymetadataportal {
        padding: 20px 0 20px 0;
        table.properties {
            margin-top: 20px;
        }
    }

    .page-section-header-equipments-view {
        .row {
            display: table;
            width: 100%;
        }
        .introduction {
            padding: 30px 0;
            .rendering_equipment_equipmentownerportal {
                margin-top: 5px;
                a {
                    font-size: 0.875rem;
                }
            }
            .rendering_equipment_equipmentcontactportal {
                border-top: 1px solid #e1e4e6;
                padding-top: 20px;
                margin-top: 20px;
                ul {
                    *zoom: 1;
                    &:before {
                        content: '';
                        display: table;
                    }
                    &:after {
                        content: '';
                        display: table;
                        clear: both;
                    }
                    li {
                        *zoom: 1;
                        float: left;
                        clear: none;
                        text-align: inherit;
                        width: 48.5%;
                        margin-left: 0%;
                        margin-right: 3%;
                        &:before {
                            content: '';
                            display: table;
                        }
                        &:after {
                            content: '';
                            display: table;
                            clear: both;
                        }
                        &:nth-child(2n) {
                            margin-right: 0%;
                            float: right;
                        }
                        &:nth-child(2n + 1) {
                            clear: both;
                        }
                        .term {
                            margin-bottom: 4px;
                        }
                        .description {
                            font-size: 14px;
                            word-break: break-all;
                        }
                        &.location {
                            p {
                                margin: 0;
                            }
                            .description {
                                word-break: normal;
                            }
                        }
                    }
                }
            }
            .rendering_equipment_equipmentavailableforloanportal span.no-link {
                font-size: 1.125rem;
                padding: 8px 10px;
                border-style: solid;
                border-color: #666;
                display: inline-block;
                background: #fff;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap;
            }
        }
        .equipment-map {
            height: 150px;
            margin-bottom: 30px;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-equipments-view .introduction {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 75%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            vertical-align: top;
            padding: 50px 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-equipments-view .introduction .rendering_equipment_equipmentcontactportal ul li {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:nth-child(2n) {
                margin-right: 3%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
            &:nth-child(3n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-equipments-view .equipment-map {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            display: table-cell;
            float: none;
            border-left: 1px solid #e1e4e6;
            border-right: 1px solid #e1e4e6;
            text-align: center;
            position: relative;
            margin-bottom: 0;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
        }
    }

    .page-section-content-equipments-view .equipment-content {
        .equipment-photos {
            margin-bottom: 30px;
            img {
                max-width: 100%;
                display: block;
                height: auto;
            }
        }
        .rendering_equipment_equipmentdetailsportal {
            margin-top: 5px;
        }
        table.properties {
            margin-top: 20px;
        }
        tr.address p {
            margin: 0;
        }
    }

    .rendering_prize_short p {
        margin: 5px 0;
    }

    .rendering_prize_prizedescriptionportalrender {
        padding-bottom: 20px;
    }

    .rendering_prize_prizetypeportalrenderer {
        padding-top: 10px;
    }

    .page-section-header-prizes-view .introduction {
        padding: 30px 0;
    }

    @media (min-width: 720px) {
        .page-section-header-prizes-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_prizemetadataportalrender table.properties {
        margin: 20px 0 20px 0;
    }

    @media (min-width: 720px) {
        h3.subheader, .rendering_studentthesis_studentthesesdocumentlinkrendererportal h2 {
            font-size: 1.625rem;
            margin-bottom: 5px;
        }
    }

    .rendering_dataset_short p {
        margin: 5px 0;
    }

    .page-section-header-datasets-view .introduction {
        padding: 30px 0;
        .rendering_classifiedpersonassociationrendererportal {
            margin: 15px 0;
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li {
                    display: inline;
                    &:before {
                        content: ", ";
                    }
                    &:first-child:before {
                        content: "";
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-datasets-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_dataset_detailportallinks {
        margin-top: 15px;
    }

    .doi-link:before {
        content: "E";
        float: left;
        margin-right: 10px;
        color: #777;
        content: "E";
        float: left;
        margin-right: 10px;
        color: #777;
    }

    .page-section-content-datasets-view .rendering_detailsportal .dataset {
        margin-top: 15px;
    }

    .rendering_dataset_detailportallinks .dataset_contactperson ul {
        li {
            margin: 0;
            padding: 0;
            &.email {
                font-size: 0.8125rem;
                a {
                    color: #666;
                }
            }
        }
        &.relations.email {
            border: none;
        }
    }

    .rendering_clipping_short {
        p {
            margin: 5px 0;
        }
        ul.relations {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0.875rem;
        }
        .clippingShortRendererReferencesCount {
            display: none;
        }
        p.type .type_classification_parent {
            display: block;
        }
    }

    .rendering_clipping_clippingmetadataportal {
        margin-top: 20px;
        margin-bottom: 20px;
        .properties {
            margin-top: 15px;
        }
    }

    .collapse {
        width: 300px;
        height: 40px;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        padding-top: 10px;
    }

    .page-section-header-clippings-view .introduction {
        padding: 30px 0;
        .rendering_clipping_personsassociationportal {
            margin: 15px 0;
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                li {
                    display: inline;
                    &:before {
                        content: ", ";
                    }
                    &:first-child:before {
                        content: "";
                    }
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-clippings-view .introduction {
            padding: 50px 0;
        }
    }

    .clipping-content {
        .references {
            margin-top: 20px;
        }
        .mediaContributions .properties td, .mediaCoverage .properties td {
            width: 50%;
        }
    }

    .reference-media {
        float: left;
        height: 30px;
    }

    @media only screen and (min-width: 720px) {
        .reference-counter {
            width: 120px;
            float: right;
            margin-top: 18px;
            font-size: 1.5rem;
            display: block;
            color: #555;
            text-align: center;
            padding-top: 12px;
            margin: 0;
            p {
                color: #555;
                font-size: 0.875rem;
                padding: 0;
                margin: 0;
            }
        }
    }

    @media only screen and (max-width: 720px) {
        .reference-counter {
            float: right;
            margin-left: 15px;
            margin-top: 6px;
            font-size: 0.875rem;
            display: block;
            color: #555;
            text-align: center;
            padding-top: 12px;
            p {
                float: right;
                margin: 0;
                font-size: 0.875rem;
                padding-left: 3px;
            }
        }
    }

    @media only screen and (max-width: 480px) {
        .reference-counter {
            float: left;
            margin-left: 5px;
            margin-top: 5px;
            font-size: 0.875rem;
            &:before {
                content: "(";
            }
            &:after {
                content: ")";
            }
            p {
                display: none;
            }
        }
    }

    ul {
        &.mediaCoverage-list, &.mediaContributions-list {
            margin: 0;
            padding: 0;
        }
        &.mediaCoverage-list li, &.mediaContributions-list li {
            margin-top: 20px !important;
            list-style-type: none !important;
        }
    }

    .mediaCoverage-header-media, .mediaContributions-header-media, .rendering_clipping_clippingeventportal {
        padding: 20px 0 20px 0;
        border-top: 1px solid #e1e4e6;
    }

    .mediaCoverage-header-media {
        .loadMore, .showLess, .loadMore-media, .showLess-media {
            margin: 20px 0 10px 0;
        }
    }

    .mediaContributions-header-media {
        .loadMore, .showLess, .loadMore-media, .showLess-media {
            margin: 20px 0 10px 0;
        }
    }

    .rendering_clipping_clippingeventportal {
        .loadMore, .showLess, .loadMore-media, .showLess-media {
            margin: 20px 0 10px 0;
        }
    }

    .rendering_clipping_clippingcontenttyperenderportal {
        padding-top: 4px;
        font-size: 0.875rem;
        color: #777;
        margin: 5px 0 0 0;
        font-style: italic;
    }

    .rendering_studentthesis_short {
        p {
            margin: 5px 0;
        }
        ul.relations {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0.875rem;
        }
    }

    .page-section-header-studentTheses-view .introduction {
        padding: 50px 0;
        h1 .contentheader {
            float: left;
        }
    }

    .rendering_studentthesis_associatesauthorsclassifiedlistportal {
        margin: 15px 0;
        clear: both;
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
            li {
                display: inline;
                &:before {
                    content: ", ";
                }
                &:first-child:before {
                    content: "";
                }
            }
        }
    }

    .rendering_studentthesis_studentthesescontenttyperendererportal {
        margin-top: 15px;
    }

    .rendering_studentthesis_associatesorganisationsportal {
        clear: both;
    }

    .rendering_studentthesis_studentthesisdetails {
        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        table.properties {
            margin: 20px 0 20px 0;
        }
    }

    .page-section-header-studenttheses-view .introduction {
        padding: 30px 0;
    }

    @media (min-width: 720px) {
        .page-section-header-studenttheses-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_studentthesis_documentextensionportal ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .rendering_studentthesis_linkextensionportal {
        ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        span {
            display: block;
        }
    }

    .rendering_studentthesis_studentthesissubtitlerendererportal h2 {
        font-size: 1.375rem;
        font-weight: 600;
    }

    @media (min-width: 720px) {
        .rendering_studentthesis_studentthesissubtitlerendererportal h2 {
            font-size: 2rem;
            color: #323232;
            font-weight: bold;
        }
    }

    .rendering_studentthesis_documentextensionportal {
        strong:before {
            content: "H";
            color: #949494;
            font-size: 0.8125rem;
            vertical-align: middle;
        }
        span {
            padding-left: 10px;
        }
    }

    .rendering_studentthesis_linkextensionportal strong:before {
        content: "H";
        color: #949494;
        font-size: 0.8125rem;
        vertical-align: middle;
    }

    .rendering_studentthesis_studentthesesdocumentlinkrendererportal {
        margin-top: 15px;
        ul {
            &.documents {
                list-style: none;
                margin-bottom: 20px;
                padding: 0;
                &:before {
                    content: "H";
                    float: left;
                    font-size: 0.8125rem;
                    margin-top: 5px;
                }
                li {
                    margin-left: 20px;
                    p {
                        margin: 0;
                        padding: 1px;
                        font-size: 0.8125rem;
                    }
                }
                span {
                    word-break: break-all;
                }
            }
            &.links {
                list-style: none;
                margin: 0;
                padding: 0;
                &:before {
                    content: "=";
                    float: left;
                    font-size: 0.8125rem;
                    margin-top: 5px;
                }
                li {
                    margin-left: 20px;
                }
                .description {
                    display: block;
                }
            }
        }
    }

    @media (min-width: 720px) {
        h3.subheader, .rendering_studentthesis_studentthesesdocumentlinkrendererportal h2 {
            font-size: 1.625rem;
            margin-bottom: 5px;
        }
    }

    .rendering_studentthesis_short .attachments:after {
        content: "H";
        margin-left: 10px;
        color: #949494;
        font-size: 0.8125rem;
        vertical-align: middle;
        padding-bottom: 3px;
    }

    .rendering_studentproject_short p {
        margin: 5px 0;
    }

    .page-section-header-studentProjects-view .introduction {
        padding: 30px 0;
        .rendering_studentproject_studentprojectauthorportalrenderer {
            margin: 15px 0;
        }
        .rendering_activity_activitypersonassociationportal ul {
            margin: 0;
            padding: 0;
            list-style: none;
            li {
                display: inline;
                &:before {
                    content: ", ";
                }
                &:first-child:before {
                    content: "";
                }
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-studentProjects-view .introduction {
            padding: 50px 0;
        }
    }

    .rendering_studentproject_studentprojectportaldetailrenderer {
        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        table.properties {
            margin: 20px 0 20px 0;
        }
    }

    table.concept-summary {
        font-size: 14px;
        th {
            &.family, &.thesauri {
                color: #323232;
                font-weight: bold;
                font-size: 1rem;
                border-bottom: 2px solid #e1e4e6;
                padding: 45px 0 15px 0;
            }
            &.family .icon, &.thesauri .icon {
                color: #e1e4e6;
                margin-right: 5px;
            }
            &.family a, &.thesauri a {
                color: #323232;
            }
        }
        thead:first-child th {
            &.family, &.thesauri {
                padding-top: 0;
            }
        }
        th.thesauri {
            text-align: left;
        }
        td {
            &.concept-name {
                text-align: left;
                width: 270px;
                .exact-match {
                    font-weight: bold;
                }
            }
            &.concept-count {
                text-align: right;
            }
        }
        th.family {
            text-align: right;
        }
        td.concept-count a {
            font-weight: bold;
            font-size: 0.875rem;
        }
    }

    .page-section-header-concepts-refinement ul.selected-concepts {
        margin: 0;
        padding: 0;
        list-style: none;
        li {
            display: inline-block;
            margin-right: 14px;
            position: relative;
            a.remove {
                position: absolute;
                top: -10px;
                right: -10px;
                font-size: 1.375rem;
                color: #aaaaaa;
                width: 22px;
                height: 22px;
                z-index: 9;
                &:hover {
                    color: #777;
                    .icon {
                        color: #777;
                    }
                }
            }
            &:first-child {
                margin-right: 10px;
            }
        }
    }

    .page-section-content-concepts-refinement .concepts-search-top {
        margin-bottom: 30px;
        .lead-in {
            font-size: 1.125rem;
            margin-top: 0;
        }
        .concepts-search-form {
            margin-top: 25px;
            *zoom: 1;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .selectize-control {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 65.66667%;
                margin-left: 0%;
                margin-right: 3%;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                &:last-child {
                    margin-right: 0%;
                }
            }
            .publication-year, .concepts-community {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 14.16667%;
                margin-left: 0%;
                margin-right: 3%;
            }
            .publication-year {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .concepts-community {
                &:before, &:after {
                    content: '';
                    display: table;
                }
            }
            .publication-year:after, .concepts-community:after {
                clear: both;
            }
            .publication-year:last-child, .concepts-community:last-child {
                margin-right: 0%;
            }
            .publication-year {
                height: 45px;
            }
        }
    }

    .concepts-family-refinement {
        clear: left;
        float: left;
        margin: 12px 0;
        label {
            margin-right: 15px;
        }
        .icon {
            color: #aaaaaa;
        }
    }

    .concept-year-refinement .selected a {
        color: #666;
    }

    #concepts-person-results .block-relations li {
        font-weight: bold;
        color: #555;
    }

    .page-section-header-concepts-copypaste {
        padding: 30px 0;
        header {
            .icon {
                font-size: 1.75rem;
                color: #aaaaaa;
                margin-right: 10px;
            }
            .sub-title {
                font-size: 1.125rem;
            }
        }
        .fingerprint-cp-form textarea {
            height: 180px;
            margin-bottom: 15px;
        }
        .fingerprint-refinement-form {
            margin-top: 60px;
        }
        .fingerprint-cp-result {
            *zoom: 1;
            margin-top: 30px;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .hidden, .dimmed-hide {
                display: none;
            }
            > h3 {
                margin-bottom: 0;
            }
            .thesauri-wrapper {
                *zoom: 1;
                margin: 15px 0;
                &:before {
                    content: '';
                    display: table;
                }
                &:after {
                    content: '';
                    display: table;
                    clear: both;
                }
                .thesauri-hint {
                    display: inline-block;
                    margin-top: 10px;
                    font-size: 0.875rem;
                }
                .radio-label {
                    margin-right: 20px;
                }
                .counter {
                    margin-right: 20px;
                    margin-left: 5px;
                }
                input {
                    margin-right: 5px;
                }
            }
            .feature-flag-container #thesaurusWorkflowName {
                margin-right: 10px;
            }
            .concept-checkbox-wrapper {
                margin-right: 15px;
                margin-bottom: 10px;
                float: left;
                &.concept-dimmed {
                    opacity: 0.5;
                    float: left;
                    &:hover {
                        opacity: 1;
                    }
                }
                .concept-badge-large {
                    display: block;
                }
                input {
                    margin-top: 4px;
                    margin-right: 5px;
                    pointer-events: none;
                }
            }
            .thesauri-container {
                clear: both;
            }
        }
        .form-field-header, .form-group label {
            margin-top: 25px;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-concepts-copypaste {
            padding-top: 60px;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-concepts-copypaste header .icon {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-concepts-copypaste .fingerprint-cp-result .thesauri-wrapper {
            .fingerprint-cp-thesauri {
                width: 350px;
                float: left;
            }
            .thesauri-hint {
                display: block;
            }
        }
    }

    .form-group .page-section-header-concepts-copypaste label {
        margin-top: 25px;
    }

    .fingerprint-cp-concepts .thesauri-hint {
        clear: both;
        font-size: 0.875rem;
    }

    .thesauri-container {
        .thesauri-hint {
            display: inline-block;
            margin-top: 0px;
            font-size: 14px;
            font-size: 0.875rem;
        }
        .matchingConcepts-hint {
            font-size: 16px;
            color: #666;
        }
    }

    .toggleShow, a.toggleConceptsShow {
        padding-top: 10px;
    }

    .concepts-person-export {
        margin: 20px 0;
        clear: both;
    }

    .page-section-content-concepts-copypaste .container .hidden {
        display: none;
        position: absolute;
    }

    .concept-checkbox-wrapper.hide, .page-section-content-concepts-copypaste .container:not(:first-child) {
        display: none;
    }

    .concept-wrapper.check-box {
        .thesauri {
            display: none;
        }
        .concept {
            display: block;
            margin-top: 5px;
            margin-right: 35px;
            text-transform: capitalize;
        }
    }

    .fingerprint-cp-text-wrapper #fingerprint-query {
        resize: none;
    }

    .grid-results .grid-result-item.community .icon.icon-publication:hover {
        color: #555 !important;
    }

    .content-fingerprint {
        margin-bottom: 30px;
        .concept-badge-small {
            margin-bottom: 5px;
        }
    }

    .person-fingerprint-section h4, .organisation-fingerprint-section h4 {
        margin: 1.5em 0 0.5em 0;
    }

    .person-fingerprint-section h4:first-of-type, .organisation-fingerprint-section h4:first-of-type {
        margin-top: 0;
    }

    .concept_listing_non_grouped {
        margin-bottom: 1.5em;
    }

    .person-fingerprint-thesauri, .organisation-fingerprint-thesauri {
        margin-bottom: 2em;
    }

    .page-section-content-searchAll-index section {
        margin-bottom: 60px;
        border-bottom: 1px solid #e1e4e6;
        padding-bottom: 60px;
        h1 a:hover {
            text-decoration: underline;
        }
        .search-result-group {
            display: none;
        }
        &.searchall-concepts footer {
            margin-top: 40px;
        }
        &:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }

    .page-section-header-searchAll-advanced {
        padding: 30px 0;
        .tooltipped:after {
            text-align: left !important;
        }
        h3 {
            font-size: 14px;
            font-weight: 600;
            margin: 10px 0 !important;
        }
        .advanced-search.radio-buttons {
            margin-right: 15px;
        }
        .header_container {
            max-width: 1170px;
            width: auto;
            margin: auto;
            padding: 0 25px;
        }
        .icon-magnifying-glass {
            color: #777;
        }
        .search_form {
            margin-top: 10px;
        }
        .columnContainer {
            clear: both;
            padding-top: 10px;
            .global-search {
                width: 100%;
            }
            .columnOne {
                float: left;
                width: 20%;
                &.inputs {
                    padding-top: 10px;
                }
            }
            .columnTwo {
                float: left;
                width: 50%;
                padding-right: 15px;
            }
            .columnThree {
                float: left;
                width: 30%;
                padding-top: 10px;
                font-size: 0.875rem;
            }
            .columnTwo:last-child {
                width: 80%;
                .ddl-label {
                    margin-top: 10px;
                    font-size: 0.875rem;
                }
            }
            .global-search.advanced {
                width: 20%;
            }
            &.RelatedConcepts.hidden {
                display: none;
            }
        }
        .search-field input {
            border: 0;
            display: block;
            width: 100%;
            height: 37px;
            line-height: 37px;
            box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
            padding-left: 10px;
            &:focus {
                outline: none !important;
            }
        }
        hr {
            margin-top: 23px;
            height: 5px;
            border: 0px solid #e1e4e6;
            border-top-width: 1px;
        }
        .show_results, .narrow_results {
            margin-top: 20px;
        }
        .global-search {
            width: 200px;
            float: left;
            margin-right: 15px;
        }
        .btn-primary {
            margin-top: 20px;
        }
    }

    .page-section-content-searchAll-advanced .portal-search-results {
        margin: 15px 0;
        .search-result-top {
            margin: 15px 0;
        }
    }

    .portal-search-results .page-section-content-searchAll-advanced .search-result-top {
        margin: 15px 0;
    }

    .page-section-content-searchAll-advanced {
        .has-overflow-navigation {
            margin: 15px 0;
            margin: 30px 0;
        }
        .content-header {
            margin-bottom: 15px;
        }
    }

    .advanced-search.radio-buttons input[type="radio"] {
        margin-right: 5px;
        padding-top: 5px;
    }

    .global-search.dimmed {
        opacity: 0.6 !important;
    }

    .advanced-search {
        &.suggestions {
            margin-top: 10px;
            font-size: 0.875rem;
            margin-bottom: 15px;
            a:hover {
                text-decoration: underline;
            }
        }
        &.radio-buttons .tooltipped {
            margin-right: 30px;
        }
    }

    .result-container ul li.rss {
        visibility: hidden;
    }

    ul.dropdown-menu {
        .PartOfNameOrTitle.hidden, .RelatedConcepts.hidden {
            display: none;
        }
    }

    .page-section-header-vivo-index {
        padding: 30px 0;
        header {
            .icon {
                font-size: 1.75rem;
                color: #aaaaaa;
                margin-right: 10px;
            }
            .sub-title {
                font-size: 1.125rem;
            }
        }
        .vivo-wrapper {
            *zoom: 1;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            .vivo-query .vivo-query-field {
                height: 180px;
                resize: none;
            }
        }
        .output-label {
            font-weight: bold;
            color: #555;
            margin-right: 10px;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-vivo-index {
            padding: 60px 0;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-vivo-index header .icon {
            font-size: 2.5rem;
        }
    }

    @media (min-width: 720px) {
        .page-section-header-vivo-index .vivo-wrapper .vivo-query {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 65.66667%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }

    @media (min-width: 720px) {
        .page-section-header-vivo-index .vivo-wrapper .vivo-examples {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 31.33333%;
            margin-left: 0%;
            margin-right: 3%;
            &:before {
                content: '';
                display: table;
            }
            &:after {
                content: '';
                display: table;
                clear: both;
            }
            &:last-child {
                margin-right: 0%;
            }
        }
    }





    /* departmens*/

    .page-section-content.page-section-content-organisations {
        margin-top: 50px;
    }

    .treeview li {
        margin-top:5px;
        padding: 1px 10px 1px 0;
        line-height: 18px;
        background-size: 16px 16px;
        background-position: right 1px;
    }

    .treeview>li:hover {
        background-size: 16px 16px;
    }

    .treeview span.has-node-icon {
        margin-top:5px;
        padding:5px 20px 5px 0;
        line-height: 18px;
        background-size: 16px 16px;
    }

    .treeview li.contains-items {
        background-image: url('../images/sain/arrow-right.png');
    }

    .portal-search-results .search-result-top .search-tools > ul > li {
        line-height: 32px;
    }

    .page-section-content-organisations .portal-search-results .search-result-top .search-tools {
        &.search-tools-right > ul > li{
            line-height: 22px;
        }
        font-size: 12px;
    }

    .search-c .search-type-select.bootstrap-select > .dropdown-toggle {
        padding-top: 7px;
        padding-bottom: 6px;

    }

    .search-facets .search-filter-toggle.selected::after {
        margin: 0 5px;
    }

    .search-filter-toggle {
        //border: 1px solid #ccc;
    }

    .search-tools.search-tools-right ul li:nth-child(2) {
        border: none;
        margin-right: 0;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #94073c;
    }

    .nav-item.dropdown > a {
        background-image: url("../images/sain/arrow-down.png");
        background-position: 7px center;

        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding: 10px 15px 10px 30px;
    }

    .page-section-content-organisations .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #ccc;
    }
    .page-section-content-organisations .dropdown-item:hover {
        background-color: #f8f9fa;
    }

    .page-section-content-organisations .dropdown-item.active {
        background-color: #e8e9ea;
    }

    .page-section-content-organisations .dropdown-menu > .dropdown-item:last-child {
        border: none;
    }

    .page-section-content-organisations .nav-tabs .dropdown-menu {
        padding: 0;
    }

    .nav-tabs > li > a.nav-link {
        margin-right: 0;

    }


  .bootstrap-select.show-menu-arrow .dropdown-toggle::after {
    border-bottom-color: #d9d9d9;
    bottom: -3px;
  }


}

/* custom */
.pure-custom{
    section{
        padding: 0;
    }
    .person-c {
        padding: 0;
        position: relative;
        top: -2px;
        background: #f7f8fa;
        box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
        border-top: 1px solid #e1e4e6;
        border-bottom: 1px solid #e1e4e6;
    }

    .person-c:after {
        content: '';
        display: block;
        position: static;
        clear: both;
    }

    .person-c .col-sm-12 {
        padding: 0;
    }

    .person-vcard-wrapper .meta {
        float: right;
    }

    .content-profile-navigation nav > ul > li:first-child {
        margin-right: 0;
    }

    .content-profile-navigation nav > ul > li {
        float: right;
        margin-right: 10px;
        margin-left: 0;
    }

    .content-profile-navigation {
        background: #f2f2f2;
        padding: 20px 0 0;
        border-top: 1px solid #e1e4e6;
        border-bottom: 1px solid #e1e4e6;
    }

    .person-details h1 {
        line-height: 36px;
        margin-top: 0px;
    }

    .content-profile-navigation nav ul li.selected a {
        color: #F4DA00;
        font-size: 18px;
    }

    .content-profile-navigation nav ul li a span.label {
        color: #666;
    }

    .content-profile-navigation nav ul li a .label, .content-profile-navigation nav ul li.selected a .label {
        font-size: 14px;
        color: #323232;
    }

    .content-profile-navigation .container {
        padding: 0;
    }

    .content-profile-navigation nav li i.icon, .content-profile-navigation nav li.selected i.icon {
        font-size: 18px;
    }

    .person-vcard-wrapper .information .rendering_person_personorganisationcontactrendererportal ul li, .person-vcard-wrapper .information .rendering_personphdcandidatesrendererportal ul li {
        float: right;
    }



    .label {
        font-size: 14px !important;
        color: #666 !important;
        font-weight: normal !important;
        line-height: 18px !important;
    }

    .count.increment-counter, .tooltipped .count {
        // conflict with search home page
        //line-height: 40px !important;
    }

    h1.title.icon, h2.section-title.icon {
        padding-right: 50px;
        padding-left: 0;
    }

    .content-relation-section header h2 {
        float: right;
    }
    header:after {
        content: '';
        display: block;
        clear: both;
        position: static;
    }

    .two-split .half {
        float: right;
    }

    h2.section-title.icon::before {
        color: #aaaaaa;
        position: absolute;
        left: inherit;
        right: 0;
        top: 0;
        font-size: 32px;
    }

    .rendering {
        font-size: 12px;
        font-weight: normal;
    }

    .rendering_personeducation_compact p:nth-child(1) {
        font-weight: normal;
    }

    .content-relation-section header h2 .sub-title {
        float: right;
        font-size: 12px;
        line-height: 14px;
    }

    h1.title .title, h2.section-title .title {
        line-height: 30px;
    }

    .content-relation-section ul.content-statistics {
        float: left;
    }

    .content-relation-section ul.content-statistics > li:last-child {
        padding: 0 15px 0 0;
    }

    .concept-badge-large .rank {
        float: right;
        margin: 3px 2px 5px 8px;
    }



    .percentage.easyPieChart {
        width: 32px; height: 32px; line-height: 32px;
    }

    .page-section-content {
        background: #fff;
    }

    .page-section-content header {
        margin-bottom: 20px;
    }

    .page-section-content .btn, .page-section-content .btn-primary {
        padding: 6px 12px 2px;
        border-color: #F4DA00;
        color: #940031;
        font-size: 16px;
        line-height: 30px;
    }

    .page-section-content .btn:hover, .page-section-content .btn-primary:hover, .page-section-content .btn:active, .page-section-content .btn-primary:active, .page-section-content .btn:focus, .page-section-content .btn-primary:focus {
        background-color: #F4DA00;
        color: #fff;
        border-color: #F4DA00;
        box-shadow: none;
        outline: none;
        text-shadow: unset;
    }



    .page-section-header {
        background: #f7f8fa;
        box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
    }

    .page-section-content.page-section-content-persons.page-section-content-persons-view {
        background: #fff;
    }


    a:focus, a:hover {
        color: #940031;
        text-decoration: underline;
    }
    a {
        color: #940031;
    }

    .list-result-item span:focus, .list-result-item a:hover {
        text-decoration: none !important;
    }



    .page-section-content .btn:hover, .page-section-content .btn-primary:hover, .content-profile-navigation nav > ul > li a:hover {
        text-decoration: none !important;
    }

  .content-profile-navigation nav > ul > li:hover > a > span > i {
        color: #F4DA00;
    }

    .content-relation-section ul.content-statistics > li.separator {
        padding-left: 25px;
        margin-left: 10px;
        border-top: none;
        margin-top: 0;
        border-right: none;
        border-left: 1px solid #e1e4e6;
    }

    .content-relation-section ul.content-statistics > li {
        font-size: 14px;
    }


    .publication-metrics {
        float: left;
        margin: 0 30px 0 0;
    }

    .list-result-item.english{
        .rendering{
            direction: ltr;
            text-align: left;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }
        .title .link{
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }
    }

    .list-result-item.persian{
        .rendering{
            direction: rtl;
            text-align: right;
        }
    }

    .list-result-item.persian-in-en{
        .rendering{
            direction: rtl;
            text-align: left;
        }
        .no-english{
            color: lightslategray;
            font-size: 12px;
        }
    }

    .list-result-item {
        .title{
            font-size: 18px;
            cursor:text ;
        }
        .title.hasLink {
            cursor: pointer ;
        }
    }

    .list-result-item .title .link {
        span:focus, span:hover {
            text-decoration: none !important;
        }
    }

    .rendering p.type {
        font-size: 11px;
    }

    .concept-badge-small .concept-wrapper .rank .percentage.easyPieChart, .concept-badge-small .concept-wrapper .rank .percentage.easyPieChart canvas {
        width: 16px !important;
        height: 16px !important;
        line-height: 16px !important;
    }

    .page-section-content:before {
        content: '';
        display: block;
        clear: both;
    }


    .tooltipped-e::before {
        left: -5px;
        border-left-color: rgba(0, 0, 0, 0.8);
        right: inherit;
        border-right-color: transparent;
    }

    .tooltipped-e::after {
        right: 100%;
        margin-right: 5px;
        left: inherit;
        margin-left: 0;
    }

    .content-profile-navigation nav ul li.selected a {
        font-size: 14px;
    }

    .person-fingerprint .person-top-concepts .concept-badge-large {
        margin-left: 3%;
        margin-right: 0 !important;
        float: right !important;
    }

    .person-fingerprint .person-top-concepts .concept-badge-large:nth-child(4n) {
        margin-left: 0;
    }

    .person-fingerprint .person-top-concepts .concept-badge-large:nth-child(4n+1), .person-fingerprint .person-top-concepts .concept-badge-large:nth-child(2n+1) {
        clear: none;
    }

    .rendering p.period {
        margin: 10px 0 5px;
    }

    .view-all {
        text-align: center;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    .btn, .btn-primary {
        display: inline-block;
    }

    .title .sub-title {
        font-size: 14px;
    }

    .pages {
        text-align: center;
    }

    .pagination li a {
        text-decoration: none !important;
    }

    .pagination li.active a {
        color: #fff !important;
    }








    /*  FINGERPRINT  */
    .page-section.person-fingerprint-section {
        margin-top: 30px;
    }

    h1.title.icon::before, h2.section-title.icon::before {
        color: #aaaaaa;
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 36px;
    }

    ul.content-ordering li {
        padding-right: 15px;
        margin-right: 15px;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        border-right: 1px solid #e1e4e6;
    }

    ul.content-ordering li + li {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    ul.content-ordering li.title {
        border: none;
        padding: 0;
        margin: 0;
        font-weight: normal;
    }




    /*  publications & projects  */
    .page-section.content-relation-section  {
        margin-top: 30px;
    }

    .bootstrap-select .btn {
        font-size: 12px;
        padding-top: 0;
    }

    .bootstrap-select:hover .btn, .bootstrap-select:focus .btn, .bootstrap-select:active .btn {
        background: transparent;
        color: #940031;
    }

    .SortBox {
        width: auto !important;
    }
    .CountBox {
        width: auto !important;
    }

    .bootstrap-select.SortBox .bs-caret {
        position: absolute;
        top: 14px;
        left: 23px;
    }
    .bootstrap-select.CountBox .bs-caret {
        position: absolute;
        top: 14px;
        left: 23px;
    }

    .portal-search-results .search-result-top .search-tools.search-tools-left {
        float: right;
    }

    .portal-search-results .search-result-top .search-tools > ul > li {
        padding-right: 20px;
        margin-right: 15px;
        padding-left: 0;
        margin-left: 0;
        line-height: 32px;
        border-right: 1px solid #e1e4e6;
        border-left: none;
    }

    .portal-search-results .search-result-top .search-tools > ul > li:first-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .search-tools .rss {
        font-size: 12px;
    }

    .search-pager-information .btn, .search-pager-information .btn:hover, .search-pager-information .btn:active, .search-pager-information .btn:focus {
        background: transparent !important;
        color: #000 !important;
        border: none !important;
        font-size: 12px !important;
        padding: 0 !important;
        line-height: 21px !important;
    }

    .page-section-content .btn:focus, .pure-custom .page-section-content .btn-primary:focus {
        background-color: transparent !important;
        color: inherit !important;
    }

    .rtl .bootstrap-select.SortBox > .dropdown-toggle {
        padding-right: 0;
        padding-left: 15px;
    }
    .rtl .bootstrap-select.CountBox > .dropdown-toggle {
        padding-right: 0;
        padding-left: 15px;
    }

    .chart-container .legend {
        font-family: IRANSans;
        font-size: 12px;
        margin: 15px 0;
    }

    .search-result-filters, .search-result-filters .icon-cancel-circled {
        font-size: 15px;
    }

    .search-facet-filter {
        font-size: 13px;
    }

    .search-result-filters .icon-cancel-circled {
        color: #000;
    }

    .search-facet-filter > a {
        right: inherit;
        left: -9px;
    }

    .list-results .search-result-group {
        font-size: 18px;
        padding: 15px 0;
        clear: both;
    }

    .portal-search-results .list-results {
        padding-top: 20px;
    }

    .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover {
        color: #940031;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #ab0055;
        border-color: #ab0055;
    }

    .search-result-filters {
        width: 100%;
        clear: both;
        text-align: right;
    }

    .search-result-filters .title {
        margin-right: 0;
    }

    .page-section.content-relation-section.person-projects .search-result-filters {
        padding-top: 20px;
    }


    /*  similar  */
    .page-section.person-similar-section  {
        margin-top: 30px;
    }

    .grid-result-item .image {
        padding: 2px;
        width: 50px;
        float: right;
        margin-left: 15px;
        margin-right: inherit;
        margin-top: 15px;
    }

    ul.inline-relations li, ul.block-relations li {
        margin-right: 0;
        margin-left: 14px;
        padding-right: 0;
        padding-left: 12px;
        border-left: 1px solid #e1e4e6;
        border-right: none;
    }



    @media (min-width: 480px) {
        .grid-results .grid-result-item {
            float: right;
            clear: none;
            margin-left: 3%;
            margin-right: 0%;
            &:nth-child(2n) {
                margin-left: 0%;
                float: left;
            }
            &:nth-child(2n + 1) {
                clear: both;
            }
        }
    }

    @media (min-width: 720px) {
        .grid-results .grid-result-item {
            float: right;
            clear: none;
            margin-right: 3%;
            margin-left: 0%;
            &:nth-child(2n) {
                margin-left: 0%;
                float: right;
            }
            &:nth-child(2n + 1) {
                clear: none;
            }
            &:nth-child(3n) {
                margin-left: 0%;
                float: left;
            }
            &:nth-child(3n + 1) {
                clear: both;
            }
        }
    }




    /*  network  */
    .tab-content {
        margin-top: 20px;
    }

    [class^="pure_icon_"], [class*=" pure_icon_"] {
        font-family: 'Pure';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .pure_icon_zoom-out:before {
        content: "8";
    }
    .pure_icon_zoom-in:before {
        content: "7";
    }
    .pure_icon_expand:before {
        content: "4";
    }
    .pure_icon_contract:before {
        content: "6";
    }
    .pure_icon_play:before {
        content: "5";
    }

    div.portal_diagram {
        position: relative;
        overflow: hidden;
        height: 500px;
    }
    div.portal_diagram_adaptive.portal_diagram_adaptive {
        height: 100%;
    }
    div.portal_diagram_progress {
        position: absolute;
        height: 100%;
        background: #fff url('../images/sain/spinner_white_32.gif') 50% 50% no-repeat;
        background-color: rgba(255,255,255,0.5);
        top: 0;
        width: 100%;
        z-index: 2000;
    }
    div.portal_diagram_bordered {
        border: 1px solid #ddd;
    }
    div.portal_diagram_drawing {
        position: absolute;
        width: 10000px;
        height: 10000px;
        left: 50%;
        top: 50%;
        margin-top: -5000px;
        margin-left: -5000px;
    }
    div.portal_diagram.portal_diagram_circle div.portal_diagram_drawing {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin-top: 0;
        margin-left: 0;
    }
    div.portal_diagram_drawing.animating {
        -webkit-transition: -webkit-transform 0.75s;
        -webkit-transition-timing-function: ease-in-out;
        transition: transform 0.75s;
        transition-timing-function: ease-in-out;
    }
    div.portal_diagram_bar {
        height: 20px;
        border-bottom: 1px solid #eee;
        font-size: 0;
        background: #fafafa;
        position: absolute;
        z-index: 1;
    }
    div.portal_diagram_bar span {
        border-right: 1px solid #eee;
        display: inline-block;
        height: 20px;
    }
    div.portal_diagram_bar a {
        font-size: 12px;
        color: #666;
        display: inline-block;
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        text-decoration: none;
    }
    div.portal_diagram_bar a:hover {
        background-color: #eee;
    }
    div.portal_diagram_drawing_movable {
        cursor: move;
        cursor: all-scroll;
        -moz-user-select: none;
        -webkit-user-select: none;
    }
    div.portal_diagram_warning {
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        width: 100%;
    }
    div.portal_diagram_warning div {
        position: absolute;
        top: 30%;
        width: 100%;
        text-align: center;
        color: #999;
    }
    div.portal_diagram_warning h1 {
        font-weight: normal;
        margin: 0;
        font-size: 24px;
    }
    div.portal_diagram_warning p {
        font-size: 13px;
        text-align: center;
    }
    span.portal_diagram_edge_label {
        position: absolute;
        left:0;
        top: 0;
        height: 11px;
        line-height: 11px;
        font-size: 9px;
        white-space: nowrap;
        color: #aaa;
        background: #fff;
        padding: 0 3px;
        z-index: 1;
        overflow: hidden;
        cursor: pointer;
    }
    div.portal_diagram_hideedgelabels span.portal_diagram_edge_label {
        display: none;
    }
    div.portal_diagram_shape {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -moz-grab;
        position: absolute;
        padding: 5px;
        z-index: 2;
        top: 0;
        left: 0;
    }
    div.portal_diagram_drawing_dragging,div.portal_diagram_drawing_dragging div.portal_diagram_shape {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }
    div.portal_diagram_shape_selected {
        z-index: 3;
    }
    div.portal_diagram_shape_hover {
        z-index: 4;
    }
    div.portal_diagram_icon {
        width: 16px;
        height: 16px;
        font-size: 0;
        background-position: 0 0;
    }
    div.portal_diagram_icon span.portal_icon {
        font-size: 16px;
        color: #678;
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-top: -0.25em;
    }
    div.portal_diagram_icon strong {
        font-weight: normal;
        position: absolute;
        white-space: nowrap;
        width: 125px;
        overflow: hidden;
        margin-left: -72px;
        margin-top: 21px;
        font-size: 12px;
        color: #666;
        text-overflow: ellipsis;
        text-align: center;
    }
    div.portal_diagram_icon strong span {
        background: #fff;
        padding: 0 3px;
    }
    div.portal_diagram_shape_dragging div.portal_diagram_icon {
        background-position: 0 -16px;
    }
    div.portal_diagram_shape_hover div.portal_diagram_icon strong {
        color: #000;
    }
    div.portal_diagram_shape_hover div.portal_diagram_icon span.portal_icon {
        color: #000;
    }
    div.portal_diagram_shape_selected div.portal_diagram_icon {
        width: 24px;
        height: 24px;
    }
    div.portal_diagram_shape_selected div.portal_diagram_icon span.portal_icon {
        color: #0054a6;
        font-size: 24px;
        width: 24px;
        height: 24px;
        text-shadow: 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff;
    }
    div.portal_diagram_shape_selected div.portal_diagram_icon strong {
        color: #0054a6;
        margin-left: -116px;
        margin-top: 30px;
        font-size: 14px;
        width: 200px;
        text-shadow: 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff;
    }
    div.portal_diagram_shape_selected div.portal_diagram_icon strong span {
        background: none;
        font-weight: bold;
    }
    div.portal_diagram_icon_revealing strong {
        visibility: hidden;
    }
    div.portal_diagram_shape_hover div.portal_diagram_icon_revealing strong,div.portal_diagram_shape_selected div.portal_diagram_icon_revealing strong {
        visibility: visible;
    }
    div.portal_diagram_shape_center div.portal_diagram_icon strong span {
        font-weight: bold;
        color: #2299aa;
    }
    div.portal_diagram_shape_highlighted div.portal_diagram_icon strong span {
        font-weight: bold;
        color: #00af99;
    }
    div.portal_diagram_shape_highlighted div.portal_diagram_icon span.portal_icon {
        color: #00af99;
    }
    div.portal_diagram_shape_center span.portal_icon {
        color: #2299aa !important;
    }
    div.portal_diagram_shape.portal_diagram_shape_searchresult {
        margin: -1px;
        border-radius: 1000px;
        border: 1px solid rgba(0, 84, 166, 0.8);
        box-shadow: inset 0px 0px 20px rgba(0, 84, 166, 0.5);
    }
    div.portal_diagram_searchresult_item {
        position: relative;
        padding-left: 20px;
    }
    div.portal_diagram_searchresult_item_selection {
        cursor: pointer;
        padding: 6px;
        border-bottom: 1px solid #e1e4e6;
    }
    div.portal_diagram_searchresult_item_selection.selected, div.portal_diagram_searchresult_item_selection:hover {
        background: #f2f2f2;
    }
    div.portal_diagram_searchresult_item span.portal_icon {
        position: absolute;
        left: 0;
        top: 0;
    }
    div.portal_diagram_searchresult_item strong {
        font-weight: normal;
    }
    div.portal_diagram_controls {
        //display: none;
    }
    div.portal_diagram_force div.portal_diagram_controls {
        display: block;
    }
    div.portal_diagram_controls_search {
        z-index: 10;
        position: absolute;
        right: 0;
        top: 4px;
        width: 275px;
    }
    div.portal_diagram_controls_search input {
        box-sizing: border-box;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #e1e4e6;
        padding: 2px 18px 2px 2px;
        display: block;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        outline: none;
    }
    div.portal_diagram_controls_search i.icon {
        pointer-events: none;
        position: absolute;
        right: 4px;
        top: 2px;
    }
    div.portal_diagram_controls_searchresult {
        display: none;
        z-index: 10;
        position: absolute;
        right: 3px;
        top: 32px;
        width: 269px;
        height: 80%;
        overflow-y: auto;
        background: #fff;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    }
    div.portal_diagram_controls_searchresult.active {
        display: block;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_icon {
        width: 24px;
        height: 24px;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_icon span.portal_icon {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_icon strong {
        margin-top: 31px;
        font-size: 11px;
        margin-left: -62px;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_shape_selected div.portal_diagram_icon {
        width: 48px;
        height: 48px;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_shape_selected div.portal_diagram_icon span.portal_icon {
        font-size: 48px;
        width: 48px;
        height: 48px;
    }
    div.portal_diagram_drawing_size2 div.portal_diagram_shape_selected div.portal_diagram_icon strong {
        margin-top: 50px;
        font-size: 14px;
        margin-left: -124px;
    }
    div.portal_diagram_table {
        background: #fff;
        border: 1px solid #ddd;
        font-size: 9px;
        border-radius: 4px;
    }
    div.portal_diagram_table p {
        margin: 0;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
        padding: 3px 5px;
        border-bottom: 1px solid #eee;
    }
    div.portal_diagram_table th {
        text-align: right;
        color: #999;
        font-weight: normal;
    }
    div.portal_diagram_table td {
        text-align: left;
    }
    div.portal_diagram_shape_selected div.portal_diagram_table {
        border-color: #06f;
        background: #f6faff;
        border-width: 2px;
    }
    div.portal_diagram_icon span.portal_icon.portal_icon_tag {
        color: #ccc;
    }
    div.portal_diagram_icon span.portal_icon.portal_icon_organisation,div.portal_diagram_icon span.portal_icon.portal_icon_person,div.portal_diagram_icon span.portal_icon.portal_icon_externalorganisation,div.portal_diagram_icon span.portal_icon.portal_icon_externalperson {
        color: #555;
    }
    .portal_diagram_circle_node {
        font-size: 10px;
        cursor: pointer;
    }
    .portal_diagram_circle_node:hover {
        fill: #1f77b4;
    }
    .portal_diagram_circle_link {
        fill: none;
        stroke: #1f77b4;
        stroke-opacity: .4;
        pointer-events: none;
    }
    .portal_diagram_circle_node_highlighted text {
        fill: #00af99;
        font-weight: bold;
    }
    .portal_diagram_highlighting .portal_diagram_circle_link {
        stroke: #eee;
    }
    .portal_diagram_circle_link.portal_diagram_circle_source,.portal_diagram_circle_link.portal_diagram_circle_target {
        stroke-opacity: 1;
        stroke-width: 2px;
    }
    .portal_diagram_highlighting .portal_diagram_circle_node.portal_diagram_circle_target {
        fill: #1f77b4;
    }
    .portal_diagram_highlighting .portal_diagram_circle_link.portal_diagram_circle_source {
        stroke: #1f77b4;
    }
    .portal_diagram_highlighting .portal_diagram_circle_node.portal_diagram_circle_source {
        fill: #1f77b4;
    }
    .portal_diagram_highlighting .portal_diagram_circle_link.portal_diagram_circle_target {
        stroke: #1f77b4;
    }



    #researchNetworkDetails {
        min-height: 50px;
        padding: 16px;
        border-top: 1px solid #ddd;
    }
    #researchNetworkDetails ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #researchNetworkDetails ol li {
        margin-bottom: 1em;
    }
    #researchNetworkDetails h3 {
        font-size: 21px;
    }
    #researchNetworkDetails .section {
        position: relative;
        margin: 0;
        padding-bottom: 5px;
    }
    #researchNetworkDetails .section a {
        font-family: "Nexus Serif", sans-serif;
    }
    #researchNetworkDetails .portal_list_compact_item_group {
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1em;
    }
    #researchNetworkDetails.busy {
        background: url(../images/sain/spinner_white_32.gif) center 20px no-repeat;
    }
    #researchNetworkDetails div.help {
        padding-left: 24px;
        background: url(../images/sain/info_icon.png) top left no-repeat;
        color: #666;
    }
    #researchNetworkDetails div.help p {
        margin: 0 0 5px 0;
    }
    #researchNetworkPanel svg path.link {
        cursor: pointer;
    }
    #researchNetworkHeader {
        position: absolute;
        top: -2px;
        left: 25%;
        z-index: 2;
        margin-left: 16px;
    }
    #researchNetworkHeader > div {
        background: #fff;
    }
    .portal_network_modal #researchNetworkHeader {
        margin-top: 16px;
    }
    .portal_network_modal .portal_diagram_controls_search, .portal_network_modal .portal_diagram_controls_searchresult {
        margin-top: 18px;
        margin-right: 16px;
    }
    .portal_network_modal #researchNetworkSizeWarning {
        margin-right: 16px;
    }
    #researchNetworkHeader div.views {
        float: right;
        margin: 5px 0;
        padding-right: 5px;
        border-right: 1px solid #eee;
    }
    #researchNetworkHeader div.views a {
        display: inline-block;
        height: 26px;
        padding: 0 3px;
        text-decoration: none;
    }
    #researchNetworkHeader div.views a span {
        background: url("../images/sain/network_views.png") no-repeat top left;
        border: 1px solid transparent;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        color: #333333;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 5px 0 30px;
        text-decoration: none;
    }
    #researchNetworkHeader div.views a[rel=force] span {
        background-position: 1px 0;
    }
    #researchNetworkHeader div.views a[rel=circle] span {
        background-position: 1px -26px;
    }
    #researchNetworkHeader div.views a.selected span {
        background-color: #F3F3F3;
        border: 1px solid #DDDDDD !important;
        color: #000000;
        font-weight: bold;
        margin: 0 -1px;
    }
    #researchNetworkHeader div.views a:hover span {
        border: 1px solid #EEEEEE;
    }
    #researchNetworkHeader div.viewcontrols {
        float: right;
        margin: 9px;
    }
    #researchNetworkHeader div.viewcontrols a {
        display: inline-block;
        font-size: 16px;
        height: 16px;
        width: 16px;
        margin: 3px;
        text-decoration: none;
        color: #666;
        cursor: pointer;
    }
    #researchNetworkHeader div.viewcontrols a:hover {
        color: #333;
    }
    #researchNetworkViewer div.controls {
        padding: 0 16px 16px 16px;
        word-break: break-all;
    }
    #researchNetworkViewer {
        float: left;
        width: 25%;
        max-width: 25%;
        border-right: 1px solid #ddd;
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 600px;
    }
    #researchNetworkDiagram {
        float: left;
        height: 600px;
        width: 75%;
        position: relative;
    }
    #researchNetworkViewer input {
        display: inline-block;
        vertical-align: middle;
    }
    #researchNetworkViewer div.families {
        margin-bottom: 16px;
    }
    #researchNetworkViewer div.family {
        margin-bottom: 4px;
    }
    #researchNetworkViewer div.lines, #researchNetworkViewer div.years {
        margin-bottom: 16px;
    }
    #researchNetworkViewer label {
        display: inline-block;
        vertical-align: middle;
    }
    #researchNetworkViewer label span {
        display: inline-block;
        vertical-align: middle;
    }
    #researchNetworkViewer div.lines label {
        margin-left: 4px;
    }
    #researchNetworkViewer label.block {
        display: block;
        margin-bottom: 4px;
    }
    #researchNetworkContainer {
        position: relative;
        overflow: hidden;
    }
    #researchNetworkContainer div.portal_diagram_bar {
        display: none;
    }
    #researchNetworkSizeWarning {
        padding: 8px;
        display: none;
        background: #ffffe1;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffed), to(#ffffe1));
        background: -moz-linear-gradient(#ffffed, #ffffe1);
        background: linear-gradient(#ffffed, #ffffe1);
        border: 1px solid #ecdda2;
        margin: 16px 0 16px 16px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        z-index: 2;
    }
    #researchNetworkSizeAccept {
        display: inline-block;
        padding: 4px 0;
    }
    #researchNetworkContainer.portal_network_modal {
        position: fixed;
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        background: #fff;
        z-index: 9900;
        border: 1px solid #ccc;
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.25)
    }
    #researchNetworkContainer.portal_network_modal #researchNetworkDiagram {
        height: 100%;
    }
    #researchNetworkContainer.portal_network_modal #researchNetworkViewer {
        height: 100%;
    }
    #researchNetworkHeader div.viewcontrols a[rel=contract] {
        display: none;
    }
    #researchNetworkContainer.portal_network_modal #researchNetworkHeader div.viewcontrols a[rel=contract] {
        display: inline-block;
    }
    #researchNetworkContainer.portal_network_modal #researchNetworkHeader div.viewcontrols a[rel=expand] {
        display: none;
    }
    #researchNetworkContainer.portal_network_modal #researchNetworkViewer div.controls {
        padding-top: 16px;
    }
    .portal_network_modal {
        overflow: hidden;
    }







    /* departmens */
    ul.hierarchy-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul.hierarchy-list li {
        margin: 0px 0 0px 10px;
    }
    ul.hierarchy-list li i.icon {
        cursor: pointer;
        padding: 3px;
    }
    ul.hierarchy-list li.has-children {
        //margin-left: 0;
    }
    ul.hierarchy-list li.has-children ul {
        margin-right: 15px;
    }



    /* courses */
    #courses-list .list-result-item, #laboratory-list .list-result-item {
        padding: 0 !important;
        border-bottom: none !important;
        width: 50%;
        float: right;
    }

    #laboratory-list .list-result-item {
        width: 33.3% !important;
    }

    .section-title.icon-Courses, .section-title.icon-Courses, .section-title.icon-funding {
        padding-top: 8px;
    }




    /* menu drop */
    .content-profile-navigation .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .content-profile-navigation .dropdown .dropdown-menu {
        right: auto;
        float: right;
        left: 0;
        top: 36px;
    }
    .content-profile-navigation nav > ul > li.dropdown {
        margin: 0 !important;
        padding: 0 25px 10px 25px !important;
        cursor: pointer !important;
    }




    .search-pager-information .btn, .search-pager-information .btn:hover, .search-pager-information .btn:active, .search-pager-information .btn:focus {
        color: #777 !important;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }


    .chart-container {
        padding: 0;
    }

    .content-relation-section .chart-wrapper {
        height: auto;
        margin: 25px 25px 15px 25px;
    }

    .pages {
        clear: both;
    }

    .rendering.rendering_person.rendering_personorganisationlistrendererportal{
        max-height: 209px;
        overflow: auto;
    }

}



.rtl .pure-custom {

    .page-section-header-persons.fixed * {
        transition: all 0.5s ease-in-out;
    }

    /* network */
    .organisations-network-section h1.title.icon::before {
        top: -5px;
    }

    div.portal_diagram_controls_search i.icon {
        right: 6px !important;
        top: 6px !important;
    }

    #researchNetworkHeader .viewcontrols a::before {
        text-decoration: none !important;
    }

    .portal_network_modal .portal_diagram_controls {
        position: relative;
        margin-left: 16px;
    }

    div.portal_diagram_icon strong span {
        background: transparent;
    }


    #diagram {
        direction: ltr;
    }
    #researchNetworkViewer {
        float: right;
        border-right: none;
        border-left: 1px solid #ddd;
        direction: rtl;
        border-top: 1px solid #ddd;
        padding-top: 16px;
    }

    #researchNetworkDiagram {
        border-top: 1px solid #ddd;
        padding-top: 16px;
    }


    div.portal_diagram_controls_search {
        left: 0;
        right: auto;
        //width: 25%;
    }
    div.portal_diagram_controls_search input {
        box-sizing: border-box;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #e1e4e6;
        padding: 2px 18px 2px 2px;
        display: block;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        outline: none;
    }
    div.portal_diagram_controls_searchresult {
        left: 3px;
        right: auto;
    }
    #researchNetworkHeader {
        top: 14px;
        right: 25%;
        left: auto;
        margin-right: 16px;
        margin-left: 0;
    }
    #researchNetworkDetails div.help {
        padding-left: 0 !important;
        padding-right: 24px;
        background: url(../images/sain/info_icon.png) top right no-repeat !important;
    }
    #researchNetworkViewer .controls select {
        padding: 2px 5px !important;
    }
    #researchNetworkViewer .controls label {
        margin-bottom: 0;
        font-weight: normal;
    }
    #researchNetworkViewer label.block {
        margin-bottom: 4px;
    }
    .portal_diagram_drawing span.portal_diagram_edge_label {
        background: transparent;
        color: #666;
    }

    #researchNetworkDetails .title {
        margin: 0 !important;
    }

    .content-profile-navigation nav li.dropdown ul {
        margin: -5px 0;

    }

    .person-profileinformation{
        .studies{
            overflow: hidden;
            padding: 15px 15px;
            text-align: justify;
            line-height: 100%;
            font-size: 13px;
            font-weight: 300;
            word-spacing: 1px;
        }
    }

    .list-result-item {

        .title {
            cursor:text ;
        }
        .title.hasLink {
            cursor: pointer ;
        }
        .more {
            //padding: 10px;
            //background: #F5F5F5;
            //border: 1px dashed #aaa;
            //border-radius: 4px;
            text-align: right;

            .title {
                font-size: 14px;
            }

            .text {
                text-align: justify;
                line-height: 30px;
            }

        }
    }

    .btn.focus, .btn:focus, .btn:hover {
        background-image: none !important;
    }


}

.these-modal {
    font-family: 'IRANSans';

    .modal-dialog, .modal-content, .modal-body {
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .modal-dialog {
        display: table;
        height: 100%;
        right: 5%;
        width: 90%;

        .modal-content {
            top: 50px;
            bottom: 50px;

            .modal-body {
                padding: 0;
                top: 56px;

                iframe {
                    margin-bottom: -5px;
                    height: 100%;
                    border-radius: 0 0 5px 5px;
                    background: #404040;
                }
            }
            .modal-body-cite {
                padding: 10px 15px;
                top: 85px;
            }
        }

    }

    .modal-header .close {
        margin-top: -7px;
        font-size: 28px;
    }

}










.ltr {
    font-family: "Segoe UI" !important;
}


.ltr .pure-custom {
    button {
        font-size: 13px;
    }

    .person-vcard-wrapper .profile {
        float: left;
        width: 100%;
    }

    .page-section-header-persons.fixed * {
        transition: all 0.5s ease-in-out;
    }

    .person-vcard-wrapper .meta {
        float: left;
    }
    .content-profile-navigation nav > ul > li {
        &:first-child {
            margin-left: 0;
        }
        float: left;
        margin-left: 25px;
        margin-right: 0;
    }
    .person-vcard-wrapper .information {
        .rendering_person_personorganisationcontactrendererportal ul li, .rendering_personphdcandidatesrendererportal ul li {
            float: left;
        }
    }
    h1.title.icon, h2.section-title.icon {
        padding-left: 50px;
        padding-right: 0;
    }
    .content-relation-section header h2, .two-split .half {
        float: left;
    }
    h2.section-title.icon::before {
        right: inherit;
        left: 0;
    }
    .content-relation-section {
        header h2 .sub-title {
            float: left;
        }
        ul.content-statistics {
            float: right;
            > li:last-child {
                padding: 0 0 0 15px;
            }
        }
    }
    .concept-badge-large .rank {
        float: left;
        margin: 3px 8px 5px 2px;
    }
    .content-relation-section ul.content-statistics > li.separator {
        padding-right: 25px;
        margin-right: 10px;
        border-left: none;
        border-right: 1px solid #e1e4e6;
    }
    .publication-metrics {
        float: right;
        margin: 0 0 0 30px;
    }
    .tooltipped-e {
        &::before {
            right: -5px;
            border-right-color: rgba(0, 0, 0, 0.8);
            left: inherit;
            border-left-color: transparent;
        }
        &::after {
            left: 100%;
            margin-left: 5px;
            right: inherit;
            margin-right: 0;
        }
    }
    .person-fingerprint .person-top-concepts .concept-badge-large {
        margin-right: 3% !important;
        margin-left: 0;
        float: left !important;
        &:nth-child(4n) {
            margin-right: 0 !important;
        }
    }
    h1.title.icon::before, h2.section-title.icon::before {
        left: 0;
    }
    ul.content-ordering li {
        padding-left: 15px;
        margin-left: 15px;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        border-left: 1px solid #e1e4e6;
        + li {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }
    }
    .bootstrap-select.SortBox .bs-caret {
        right: -23px;
    }
    .bootstrap-select.CountBox .bs-caret {
        right: -23px;
    }
    .portal-search-results .search-result-top .search-tools {
        &.search-tools-left {
            float: left;
        }
        > ul > li {
            padding-left: 20px;
            margin-left: 15px;
            padding-right: 0;
            margin-right: 0;
            border-left: 1px solid #e1e4e6;
            border-right: none;
            &:first-child {
                padding-left: 0;
                margin-left: 0;
                border-left: none;
            }
        }
    }
    .bootstrap-select.SortBox > .dropdown-toggle {
        padding-left: 15px;
        padding-right: 0;
    }
    .bootstrap-select.CountBox > .dropdown-toggle {
        padding-left: 15px;
        padding-right: 0;
    }
    .search-facet-filter > a {
        left: inherit;
        right: -9px;
    }
    .search-result-filters {
        text-align: left;
        .title {
            margin-left: 0;
        }
    }
    .grid-result-item .image {
        float: left;
        margin-right: 15px;
        margin-left: inherit;
    }
    ul {
        &.inline-relations li, &.block-relations li {
            margin-left: 0;
            margin-right: 14px;
            padding-left: 0;
            padding-right: 12px;
            border-right: 1px solid #e1e4e6;
            border-left: none;
            &:last-child{
                border: 0;
                margin: 0;
                padding: 0;
            }
        }
    }
    div {
        &.portal_diagram_drawing {
            right: 50%;
            margin-right: -5000px;
        }
        &.portal_diagram.portal_diagram_circle div.portal_diagram_drawing {
            right: 0;
            margin-right: 0;
        }
        &.portal_diagram_bar span {
            border-left: 1px solid #eee;
        }
    }
    span.portal_diagram_edge_label {
        right: 0;
    }
    div {
        &.portal_diagram_icon strong {
            margin-right: -72px;
            > span {
                background: none !important;
            }
        }
        &.portal_diagram_shape_selected div.portal_diagram_icon strong {
            margin-right: -116px;
        }
        &.portal_diagram_searchresult_item {
            padding-right: 20px;
            span.portal_icon {
                right: 0;
            }
        }
        &.portal_diagram_controls_search {
            left: 0px;
            input {
                padding: 2px 2px 2px 18px;
            }
            i.icon {
                left: 4px;
            }
        }
        &.portal_diagram_controls_searchresult {
            left: 3px;
        }
        &.portal_diagram_drawing_size2 div {
            &.portal_diagram_icon strong {
                margin-right: -62px;
            }
        }
        &.portal_diagram_table {
            th {
                text-align: left;
            }
            td {
                text-align: right;
            }
        }
    }
    #researchNetworkDetails div.help {
        padding-right: 24px;
        p {
            margin: 0 0 5px 0;
        }
    }
    #researchNetworkHeader {
        right: 25%;
        left: auto;
        margin-right: 0;
    }
    .portal_network_modal {
        .portal_diagram_controls_search, .portal_diagram_controls_searchresult, #researchNetworkSizeWarning {
            margin-left: 16px;
        }
    }
    #researchNetworkHeader div {
        &.views {
            float: left;
            padding-left: 5px;
            border-left: 1px solid #eee;
            a span {
                -moz-border-radius: 4px 4px 4px 4px;
                -webkit-border-radius: 4px 4px 4px 4px;
                border-radius: 4px 4px 4px 4px;
                padding: 0 30px 0 5px;
            }
            a[rel="force"] span {
                background-position: right -1px;
            }
            a[rel="circle"] span {
                background-position: right -26px;
            }
        }
        &.viewcontrols {
            float: right;

        }
        &.views {
            border-left: none;
        }
    }
    #researchNetworkViewer {
        div.controls {
            padding: 0 16px 16px 16px;
        }
        float: right;
        border-left: 1px solid #ddd;
        border-right: 0 !important;
    }
    #researchNetworkDiagram {
        float: right;
    }
    #researchNetworkViewer div.lines label {
        margin-right: 4px;
    }
    #researchNetworkSizeWarning {
        margin: 16px 16px 16px 0;
        right: 0;
        left: 0;
    }
    #researchNetworkContainer.portal_network_modal {
        right: 20px;
        left: 20px;
    }
    #courses-list .list-result-item, #laboratory-list .list-result-item {
        float: left;
    }
    .content-profile-navigation {
        .dropdown .dropdown-menu {
            left: auto;
            float: left;
            right: 0;
        }
        nav > ul > li.dropdown {
            padding: 0 25px 10px 25px !important;
        }
    }

    div.portal_diagram_controls_search i.icon {
        left: 6px !important;
    }
    .portal_network_modal .portal_diagram_controls {
        margin-right: 16px;
    }

    @media (min-width: 480px) {
        .grid-results .grid-result-item {
            float: left;
            margin-right: 3%;
            margin-left: 0%;
            &:nth-child(2n) {
                margin-right: 0%;
                float: right;
            }
        }
    }

    @media (min-width: 720px) {
        .grid-results .grid-result-item {
            float: left;
            margin-right: 3%;
            margin-left: 0%;
            &:nth-child(2n) {
                margin-right: 0%;
                float: left;
            }
            &:nth-child(3n) {
                margin-right: 0%;
                float: right;
            }
        }
    }



    .list-results > div .content-concept-list .concept-badge-small {
        margin-left: 0;
        margin-right: 5px;
    }

    ul.content-ordering li.title {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .treeview li{padding:5px 0 5px 10px; background-position: left 6px;}
    .treeview span.has-node-icon{padding:5px 0 5px 20px;}
    .treeview li.contains-items {background-image: url('../images/sain/arrow-left.png');}
    .search-tools.search-tools-right ul li:nth-child(2){margin-left:0;}
    .nav-item.dropdown > a{padding:10px 30px 10px 15px; background-position: 80% 14px;}
    .nav-tabs > li > a.nav-link{margin-left:0;}


    .search-results-c .grid-results .search-item .image{float:left;margin-right:15px;margin-left: 0}
    .search-results-c .grid-results .search-item ul{margin: 0;}
    .search-results-c .grid-results .search-item h5{margin: 0;}
    .search-results-c .grid-results .search-item li{list-style: none;}
    .search-results-c .grid-results .search-item .stacked-trend-widget {padding-left: 0;}
    .search-results-c .grid-results .search-item .stacked-trend-graph-year{padding:1px 5px 0 5px;}
    .search-results-c .grid-results .search-item .stacked-trend-graph > span{margin-left:1px;}
    .search-results-c .grid-results .search-item .stacked-trend-graph em.trend-bar-stacked{right:0;}

    /* manual */
    .dropdown-menu {
        text-align: left;
    }


    .bootstrap-select.btn-group .dropdown-toggle .caret {
        left: auto;
        margin-top: 0;
    }

    .main-serach-form .input-group-btn .btn {
        padding-top: 6px;
        padding-bottom: 7px;
    }

    .main-serach-form .input-group-btn .btn.dropdown-toggle {
        outline: none !important;
        padding: 7px 40px 8px 25px;
    }

    .main-serach-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 20px;
        left: inherit;
    }

    .person-vcard-wrapper .metrics .sc-date, .person-vcard-wrapper .metrics .gsc-date{
        text-align: left;
    }


}


@media (min-width: 720px) {
    .pure-custom .person-vcard-wrapper .information .rendering_person_personorganisationcontactrendererportal ul li.emails:last-child,
    .pure-custom .person-vcard-wrapper .information .rendering_personphdcandidatesrendererportal ul li.emails:last-child {
        width: 100%;
    }
}


@media (min-width: 480px) and (max-width: 719px) {
    .ltr .pure-custom .person-fingerprint .person-top-concepts .concept-badge-large:nth-child(2n) {
        margin-right: 0 !important;
    }
    .rtl .pure-custom .person-fingerprint .person-top-concepts .concept-badge-large:nth-child(2n) {
        margin-left: 0 !important;
    }
}


@media (max-width: 1200px) {
    .ltr .pure-custom .content-profile-navigation nav > ul > li:first-child {
        margin-left: 10px;
    }
    .rtl .pure-custom .content-profile-navigation nav > ul > li:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 1000px) {
    #researchNetworkHeader {
        position: static !important;
        min-height: 41px !important;
        border-bottom: 1px solid #ddd;
        margin: 0 !important;
    }
    #researchNetworkHeader:after {
        content: '';
        position: static;
        clear: both;
    }
    #researchNetworkViewer {
        width: 35% !important;
        max-width: 35% !important;
        padding-top: 10px;
    }
    #researchNetworkDiagram {
        width: 65% !important;
        max-width: 65% !important;
    }
    #researchNetworkHeader div.views {
        padding: 0 !important;
    }
    #researchNetworkHeader div.viewcontrols {
        display: inline-block;
        float: none !important;
    }
    #researchNetworkHeader div.views {
        float: left !important;
    }

}

@media (max-width: 800px) {
    .pure-custom .person-fingerprint.content-relation-section h2 {
        width: 65% !important;
    }

    #researchNetworkContainer {
        display: flex;
        flex-flow: column;
    }
    #researchNetworkContainer > div {
        width: 100% !important;
        max-width: 100% !important;
    }
    #researchNetworkHeader {
        order: 2;
    }
    #researchNetworkViewer {
        order: 1;
        border-top: 1px solid #ddd;
        border-left: none !important;

        min-height: unset !important;
    }
    #researchNetworkDiagram {
        order: 3;
        height: 400px !important;
    }

}

@media (max-width: 479px) {
    .ltr .pure-custom .person-fingerprint .person-top-concepts div.concept-badge-large:nth-child(4n) {
        margin-right: 3% !important;
    }
    .rtl .pure-custom .person-fingerprint .person-top-concepts div.concept-badge-large:nth-child(4n) {
        margin-left: 3% !important;
    }
    .portal_network_modal #researchNetworkHeader {
        display: inline-table;
    }

}
.rtl .pure-custom .person-vcard-wrapper .information .rendering_person_personorganisationcontactrendererportal ul li, .pure-custom .person-vcard-wrapper .information .rendering_personphdcandidatesrendererportal ul li.emails
{
    margin-right:0;
}
@media only screen and (max-width: 600px) {
    .person-publications .wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}