@CHARSET "UTF-8";

html {
}

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #eee;
    margin-bottom: 0;
    padding-bottom: 0;

    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0;
    margin: 48px 0 24px;
    background-color: inherit;
    color: #222;
}

.subtitle {
	margin: 0px 0 32px;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0px;
    margin: 32px 0 16px;
    background-color: inherit;
    color: #222;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0;
    margin: 32px 0 16px;
    background-color: inherit;
    color: #222;
    text-transform: none;
}

h4 {}

h5 {}

h6 {}

p {
    line-height: 1.5em;
    margin: 1em 0;
}

ul {
    line-height: 1.5em;
    margin: 1em 0 1.5em;
    list-style-position: outside;
    list-style-type: square;
    padding: 0 0 0 2.4em;
}

nav ul {
    padding: 0;
    margin: 0;
    line-height: 1em;
}

ol {
    line-height: 1.5em;
    margin: 1em 0;
    list-style-position: outside;
    padding: 0 0 0 3em;
}

li {
    padding: 0 0 0 0.5em;
}

a {
    color: #0092d2;
    text-decoration: none;
}

a:link, a:visited {
    color: #0092d2;
}

a:hover, a:active {
    color: #0092d2;
}

nav a {
    text-decoration: none;
}

/*
p a {
    color: inherit;
    text-decoration: none;
}

p a:link, p a:visited {
    color: inherit;
    border-bottom: 1px solid #999;
}

p a:hover, p a:active {
    color: inherit;
    background-color: #fff;
    border-color: #666;
}
*/

strong {
    font-weight: normal;
}


/*
********************************************************************************
********************************************************************************
********************************************************************************
Mixins

********************************************************************************
********************************************************************************
********************************************************************************
*/

.goto {
    display: block;
    float: right;
    font-size: 12px;
    line-height: inherit;
}
.goto:link,
.goto:visited {
    color: #fff;
}
.goto:hover,
.goto:active {
    color: #fff;
}

.remove {
    width: 16px;
    height: 16px;
}

.wrapper {
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.inline-action {
    font-size: 0.5em;
    margin: 0;
    margin-left: 1em;
}

.inline-action:before {
    content: '[';
}

.inline-action:after {
    content: ']';
}

.empty {}

.no-data {
    padding: 32px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    text-align: center;
    font-style: italic;
}

.message,
.warning {
    background-color: #fff273;
    border: 0px solid #ffe800;
    color: #666;
    margin: 0 0 32px 0;
    padding: 16px;
    border-radius: 0px;
    box-shadow: 0px 1px 4px #ccc;
}

.message.update {
    width: 640px;
    position: absolute;
    top: 32px;
    left: 160px;
    z-index: 999;
}

.bibtex {
    word-wrap: normal;
    white-space: pre;
    overflow: auto;
    overflow-y: hidden;
    background-color: #fff;
}

.faulty td,
.bad td,
.broken td,
.suspicious td,
.faulty a,
.bad a,
.broken a,
.suspicious a {
	color: #ccc;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Columns

********************************************************************************
********************************************************************************
********************************************************************************
*/

.columns {
    position: relative;
    margin: 0 0 48px;
}

.columns:last-child {
	margin-bottom: 0;
}

.column {
    float: left;
    margin: 0 0 0 0;
}

.column:last-child {
    margin-right: 0;
}

.columns-1 .column {
    width: 960px;
}

.columns-2 .column {
    width: 456px;
    margin-right: 48px;
}

.columns-1 .column:last-child,
.columns-2 .column:last-child {
    margin-right: 0px;
}

.columns-title,
.column-title {
    margin: 0 0 48px;
    background-color: #ccc;
	color: #333;
    font-size: 16px;
	font-weight: normal;
    padding: 12px 8px;
}

/******************************************************************************/

.cols-3 {}

.cols-3 .column {
	margin-right: 48px;
}

.column:last-child {
	margin-right: 0;
}

.cols-3 .colspan-2 {
	width: 624px;
}

.cols-3 .colspan-1 {
	width: 288px;
}

.rowspan-all {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.rowspan-all .block {
    height: 100%;
    margin-bottom: 0;
}

/******************************************************************************/

.left-column {
    width: 624px;
    margin: 0px 64px 16px 0;
    padding: 0;
    float: left;
}

.single-column .left-column {
    width: 960px;
    margin-right: 0;
}

.content-header {
    margin: 0 0 32px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
}

.content-header p {
    font-weight: normal;
}

.content-info {
    margin-left: 352px;
}

.content-info .date {
    font-style: italic;
    font-size: 14px;
    color: #666;
}

.content-summary {
    font-weight: bold;
    font-size: 12px;
}

.content-keywords {
    /*margin: 32px 0 0;*/
}

.column section > :last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 16px;
    background-color: #ccc;
    color: #333;
    padding: 12px 8px;
    margin: 48px 0 32px;
}

.content-main {
    margin: 0 0 64px 0;
}

.content-footer {

}

/******************************************************************************/

.right-column {
    width: 272px;
    margin: 0px 0 16px 0;
    padding: 0;
    float: left;
}

.right-column section {
    background-color: #fff;
    margin: 0 0 32px 0;
}

.right-column p {
    padding: 0;
    margin: 0 0 16px;
}

.right-column .section-title {
    font-size: 24px;
    color: #666;
    padding: 16px;
    margin: 0;
    background-color: #fff;
}

.right-column .empty {
    font-style: italic;
    color: #666;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Rows

********************************************************************************
********************************************************************************
********************************************************************************
*/

.row {
    width: 100%;
    margin: 0 0 32px 0;
}

.row:last-child {
    margin-bottom: 0;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Blocks

********************************************************************************
********************************************************************************
********************************************************************************
*/

.block {
    background-color: #fff;
    margin: 0 0 32px 0;
    /*padding: 16px;*/
    padding: 12px 16px 16px;
    padding-bottom: 32px;
    box-sizing: border-box;
	box-shadow: none;
}

.page-footer .block {
	background-color: inherit;
	box-shadow: none;
	color: #ccc;
	padding: 0;
}

.tile {
    height: 240px;
    position: relative;
}

.columns-2 .tile {
    height: 240px;
}

.tile .more {
    position: absolute;
    bottom: 16px;
    left: 12px;
}

.row .block {
    margin-bottom: 0;
}

.block:last-child
.row .block:last-child,
.column .block:last-child,
.column .row .block:last-child,
.page-footer .columns-1 .row-ipr-3 .block:last-child {
    margin-right: 0;
}

.column .block:last-child {
    margin-bottom: 0;
}

.block-header {}
.block-main {}
.block-footer {
    border-top: 1px solid #ccc;
}

.block-title,
.page-footer .block-title {
    font-size: 16px;
    /*line-height: 1.2em;*/
    color: #333;
    padding: 0 0 12px 0;
    margin: 0 0 16px;
    background-color: inherit;
}

.page-footer .block-title {
	font-weight: normal;
	color: #ccc;
}

.columns-1 .row-ipr-3 .block {
    margin-right: 24px;
    width: 304px;
    float: left;
}

.page-footer .columns-1 .row-ipr-3 .block {
    margin-right: 48px;
    width: 288px;
    float: left;
}

.columns-1 .row-ipr-4 .block {
    margin-right: 16px;
    width: 228px;
    float: left;
}

.block > :last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.block > ul {
    padding-left: 1.2em;
}

.box {
	background-color: #fff;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Collapsible

********************************************************************************
********************************************************************************
********************************************************************************
*/

.collapsible {
    margin: 0 0 32px;
    oadding: 0;
}

.collapsible .toggle {
    margin: 0 0 32px;
    /*height: 32px;
    line-height: 32px;
    padding: 0 8px;*/
    line-height: 1em;
    background-color: #ccc;
    color: #666;
}

.collapsible .toggle:hover {
    cursor: pointer;
    background-color: #666;
    color: #ccc;
}

.collapsible .toggle:before {
	font-family: monospace;
	content: '-\00a0';
}

.collapsible.collapsed {
    height: 40px;
    overflow: hidden;
    margin-bottom: 1px;
}

.collapsible.collapsed .toggle:before {
	content: '+\00a0';
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Filters

********************************************************************************
********************************************************************************
********************************************************************************
*/

.filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.filter li {
    display: block;
    padding: 0;
    margin: 0 -16px;
}
.filter a {
    display: block;
    padding: 0 16px;
    line-height: 32px;
}
.filter a:link,
.filter a:visited {
    background-color: inherit;
    color: #666;
}
.filter a:hover,
.filter a:active {
    background-color: #ccc;
    color: #333;
}
.filter .active a {
    background-color: #0092d2;
    color: #fff;
    padding-right: 24px;
    background-image: url('../images/system/remove.png');
    background-repeat: no-repeat;
    background-position: 240px 50%;
    background-size: 16px;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Toolbars

********************************************************************************
********************************************************************************
********************************************************************************
*/

.toolbar {
    width: 100%;
    margin: 0px 0 0 0;
    background-color: #ccc;
    border-bottom: 1px solid #ccc;
}

.toolbar-inner {
    width: 960px;
    padding: 12px 0;
    margin: 0 auto 0 auto;
    background-color: #ccc;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
}

.toolbar-item {
}

.page-main .toolbar {
    padding: 8px;
    line-height: 32px;
    height: 32px;
    margin: 32px 0;
    background-color: #ccc;
    border: none;
    border-radius: 0px;
    width: auto;
}

/******************************************************************************/

.select {
	float: right;
    margin: 0;
    margin-left: 8px;
	color: #333;
}
.select.small {
    float: left;
    margin: 0;
    margin-right: 8px;
}

.select label {
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
    height: 32px;
    line-height: 32px;
    color: inherit;
	border: 0px solid #ccc;
}
.select-wrapper {
    width: 256px;
	position: relative;
	float: left;
	height: 32px;
	overflow: hidden;
	border: 0px solid #ccc;
	border-radius: 0px;
	margin: 0;
	text-align: right;
	cursor: pointer;
	background-color: #fff;
}
.select.small .select-wrapper {
    width: 160px;
}

.select-wrapper:after {
    font-size: 12px;
    line-height: 36px;
    height: 32px;
    width: 32px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border-left: 1px solid #eee;
	content: '\25BC';
	color: inherit;
	pointer-events: none;
	background-color: #eee;
    text-align: center;
    vertical-align: middle;
}
.select select {
	float: left;
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 1em;
	padding: 4px;
	border: none;
    border-collapse: collapse;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	cursor: pointer;
	color: inherit;
}
.select option {
	color: inherit;
}

.page-main .select-wrapper {
    border: 1px solid #ccc;
}

.page-main .select-wrapper:after {
    background-color: #eee;
    border-left: 1px solid #ccc;
    color: #333;
}


/*
********************************************************************************
********************************************************************************
********************************************************************************
Grid

********************************************************************************
********************************************************************************
********************************************************************************
*/

.grid {
    background-color: inherit;
    color: #999;
    margin: 48px 0;
}

.grid-ipr-3 {}

.grid-ipr-4 {}

.grid-title {
    margin-top: 0;
}

.grid-row {
    margin: 0 0 32px 0;
    background-color: inherit;
}

.grid-row:first-child,
.grid-row.first {
    margin-top: 0;
}

.grid-row:last-child,
.grid-row.last {
    margin-bottom: 0;
}

.grid-item {
    display: block;
    float: left;
    padding: 0;
}

.grid .grid-item:first-child {
    margin-left: 0;
}

.grid .grid-item:last-child {
    margin-right: 0;
}

.grid-ipr-3 .grid-item {
    width: 288px;
    margin: 0 48px 0 0;
}

.grid-ipr-4 .grid-item {
    width: 224px;
    margin: 0 20px 0 0;
}

.grid-item-title,
.grid-item .item-title {
    font-size: 12px;
    font-weight: normal;
    margin: 0.5em 0;
    background-color: #eee;
    color: #666;
    text-transform: none;
}

.grid-item:hover .grid-item-title,
.grid-item:hover .item-title {
    color: #0092d2;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
List

********************************************************************************
********************************************************************************
********************************************************************************
*/

.list {
    margin-bottom: 48px;
}

.list:first-child {
    margin-top: 0;
}

.list:last-child {
    margin-bottom: 0;
}

.list-title {
    font-size: 16px;
    font-weight: normal;
    padding: 12px 8px;
    margin: 0 0 48px;
    background-color: #ccc;
    color: #333;
}

.list-item {
    margin: 32px 0 32px 0;
}

.list-item:first-child {
    margin-top: 0;
}

.list-item:last-child {
    margin-bottom: 0;
}

.list-item-title,
.list-item .title {
    background-color: inherit;
    margin: 0px 0 16px 176px;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}

.list-item-info,
.list-item .info {
    color: #999;
    margin: -1em 0 1em 176px;
}

.list-item-summary,
.list-item .summary {
    margin: 0 0 0 176px;
    /*color: #999;*/
}

.list-item-summary a,
.list-item .summary a {
    color: #666;
    border-bottom: 1px solid #ccc;
}

.list-item-summary a:hover,
.list-item .summary a:hover {
    color: #0092d2;
    border-bottom: 0px solid #ccc;
}

/******************************************************************************/

.publist,
.list.publications {}

.publist-item,
.list-item.publication {
    line-height: 1.5em;
}

.publist-item:hover,
.list-item.publication:hover {
}

.publist-item:last-child,
.list-item.publication:last-child {
    margin-bottom: 0;
}

.list-item.publication.book {}

.list-item.publication.article {}

.list-item.publication.inproceedings {}

.list-item.publication.phdthesis {}

.list-item.publication.masterthesis {}

.list-item.publication.other {}

.list-item.publication .publication-fields,

.list-item.publication .publication-links {
    margin-left: 176px;
}

.list-item.publication .publication-links {
    margin-top: 8px;
}

.list-item.publication .publication-links a {
    margin-right: 8px;
}


.list-item.publication .field {
    margin: 0 0.25em 0 0;
}

.list-item.publication .author {
}

.list-item.publication .title {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}

.list-item.publication .title a {
    color: #666;
    border-bottom: 1px solid #ccc;
}

.list-item.publication .journal {
    font-style: italic;
}

.list-item.publication .editors {

}

.list-item.publication .book {
    font-style: italic;
}

.list-item.publication .booktitle {
    font-style: italic;
}

.list-item.publication .proceedings {
    font-style: italic;
}

.list-item.publication .publisher {}

.list-item.publication .address {}

.list-item.publication .volume {}

.list-item.publication .number {
    margin-left: 0em;
}

.list-item.publication .pages {
    margin-left: -0.25em;
}

.list-item.publication .volnumpages > :last-child {
    margin-right: 0;
}

.list-item.publication .year {}

.list-item.publication .chapter {}

.list-item.publication .note {
    font-style: italic;
}

.list-item.publication .month {}

.list-item.publication .doi {}

.list-item.publication .isi {}

.list-item.publication .isbn {}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Layout

********************************************************************************
********************************************************************************
********************************************************************************
*/

.page-top {}
.page-top-inner {}

.page-header {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ccc;
/*    position: fixed;
    top: 0;
    z-index: 1000;
*/    width: 100%;
}
.page-header-inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.site-logo {
    margin: 0;
    padding: 0;
}
.site-logo img {
    height: 24px;
    margin: 16px 0 12px;
    padding: 0;
}

.page-main {
    background-color: #eee;
}
.page-main-inner {
    width: 960px;
    margin: 0 auto;
    margin: 48px auto 64px;
    padding: 0;
    position: relative;
}

.page-footer {
    background-color: #666;
    color: #ccc;
}
.page-footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 48px 0 64px;
}

.page-footer .columns:last-child {
	margin-bottom: 0;
}

.page-footer .block {
    background-color: #555;
    padding: 12px;
}

.page-footer p {
    margin: 0 0 32px;
}

.page-footer .block p {
	margin: 0 0 16px;
}

.page-footer p:first-child {
    margin-top: 0;
}

.page-footer p:last-child {
    margin-bottom: 0em;
}

.page-footer a {
	background-color: inherit;
    color: #eee;
}

.page-footer a:link,
.page-footer a:visited {}

.page-footer a:hover,
.page-footer a:active {
    color: #fff;
}

.page-below {
    background-color: #333;
}

.page-below-inner {
    width: 960px;
    margin: 0 auto;
    padding: 16px 0;
}

.page-bottom {
    background-color: #fff;
    text-align: left;
}
.page-bottom-inner {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0 64px;
}

.page-bottom a {
    margin-right: 16px;
}
.page-bottom a:last-child {
    margin-right: 0;
}

.page-bottom img {
    margin: 0 32px 0 0;
}

.page-bottom a:last-child img {
    margin-right: 0;
}

/*
********************************************************************************
********************************************************************************
********************************************************************************
Layout

********************************************************************************
********************************************************************************
********************************************************************************
*/

.dark {
    background-color: #666;
    color: #eee;
}

.dark .block-title {
    color: #fff;
}