
/* - ++theme++bootstrap/css/select2.css - */
/* https://www.ndph.ox.ac.uk/portal_css/++theme++bootstrap/css/select2.css?original=1 */
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }

/* - ++theme++bootstrap/css/haiku-fonts.css - */
/* https://www.ndph.ox.ac.uk/portal_css/++theme++bootstrap/css/haiku-fonts.css?original=1 */
/* */
@font-face {
font-family: 'haiku-font';
src: url("/++theme++bootstrap/fonts/haiku/haiku-font.eot?78793146");
src: url("/++theme++bootstrap/fonts/haiku/haiku-font.eot?78793146#iefix") format("embedded-opentype"), url("/++theme++bootstrap/fonts/haiku/haiku-font.woff?78793146") format("woff"), url("/++theme++bootstrap/fonts/haiku/haiku-font.ttf?78793146") format("truetype"), url("/++theme++bootstrap/fonts/haiku/haiku-font.svg?78793146#haiku-font") format("svg");
font-weight: normal;
font-style: normal;
}
[class^='glyphicon-']::before,
[class*=' glyphicon-']::before {
font-family: 'haiku-font';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
/* */
font-variant: normal;
text-transform: none;
/* */
line-height: 1em;
/* */
margin-left: 0.2em;
/* */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-search::before {
content: '\e800';
}
.glyphicon-chevron-down::before {
content: '\e801';
}
.glyphicon-chevron-left::before {
content: '\e802';
}
.glyphicon-chevron-right::before {
content: '\e803';
}
.glyphicon-chevron-up::before {
content: '\e804';
}
.glyphicon-home::before {
content: '\e805';
}
.glyphicon-rss::before {
content: '\e806';
}
.glyphicon-calendar::before {
content: '\e807';
}
.glyphicon-twitter-bird::before {
content: '\e808';
}
.glyphicon-twitter::before {
content: '\e808';
}
.glyphicon-facebook::before {
content: '\e80a';
}
.glyphicon-flickr::before {
content: '\e80b';
}
.glyphicon-youtube::before {
content: '\e80c';
}
.glyphicon-soundcloud::before {
content: '\e80d';
}
.glyphicon-user-add::before {
content: '\e80e';
}
.glyphicon-remove::before {
content: '\e80f';
}
.glyphicon-plus::before {
content: '\e810';
}
.glyphicon-minus::before {
content: '\e812';
}
.glyphicon-fontsize::before {
content: '\e813';
}
.glyphicon-picture::before {
content: '\e814';
}
.glyphicon-vcard::before {
content: '\e815';
}
.glyphicon-download::before {
content: '\e816';
}
.glyphicon-star::before {
content: '\e817';
}
.glyphicon-star-empty::before {
content: '\e818';
}
.glyphicon-blogger::before {
content: '\e819';
}
.glyphicon-move::before {
content: '\e81a';
}
.glyphicon-lock::before {
content: '\e81b';
}
.glyphicon-lock-open::before {
content: '\e81c';
}
.glyphicon-underline::before {
content: '\e81d';
}
.glyphicon-subscript::before {
content: '\e81e';
}
.glyphicon-superscript::before {
content: '\e81f';
}
.glyphicon-list-bullet::before {
content: '\e820';
}
.glyphicon-list-numbered::before {
content: '\e821';
}
.glyphicon-link::before {
content: '\e822';
}
.glyphicon-unlink::before {
content: '\e823';
}
.glyphicon-code::before {
content: '\e824';
}
.glyphicon-quote::before {
content: '\e825';
}
.glyphicon-bold::before {
content: '\e826';
}
.glyphicon-italic::before {
content: '\e827';
}
.glyphicon-sort::before {
content: '\e828';
}
.glyphicon-sort-down::before {
content: '\e829';
}
.glyphicon-sort-up::before {
content: '\e82a';
}
.glyphicon-envelope::before {
content: '\e82b';
}
.glyphicon-trash::before {
content: '\e82c';
}
.glyphicon-edit::before {
content: '\e82d';
}
.glyphicon-cog::before {
content: '\e82e';
}
.glyphicon-vimeo::before {
content: '\e82f';
}
.glyphicon-globe::before {
content: '\e830';
}
.glyphicon-align-left::before {
content: '\e831';
}
.glyphicon-align-center::before {
content: '\e832';
}
.glyphicon-align-right::before {
content: '\e833';
}
.glyphicon-align-justify::before {
content: '\e834';
}
.glyphicon-resize-small::before {
content: '\e835';
}
.glyphicon-resize-full::before {
content: '\e836';
}
.glyphicon-download-alt::before {
content: '\e837';
}
.glyphicon-ok::before {
content: '\e838';
}
.glyphicon-info-sign::before {
content: '\e839';
}
.glyphicon-exclamation-sign::before {
content: '\e83a';
}
.glyphicon-phone::before {
content: '\e83b';
}
.glyphicon-spin::before {
content: '\e83c';
}
.glyphicon-camera::before {
content: '\e83d';
}
.glyphicon-linkedin::before {
content: '\e83e';
}
.glyphicon-blog::before {
content: '\e83f';
}
.glyphicon-h2-tag::before {
content: '\e840';
}
.glyphicon-h1-tag::before {
content: '\e841';
}
.glyphicon-paragraph-tag::before {
content: '\e842';
}
.glyphicon-file::before {
content: '\e843';
}
.glyphicon-file-word::before {
content: '\e844';
}
.glyphicon-bug::before {
content: '\e845';
}
.glyphicon-award::before {
content: '\e846';
}
.glyphicon-thumbs-up::before {
content: '\e847';
}
.glyphicon-thumbs-down::before {
content: '\e848';
}
.glyphicon-video::before {
content: '\e849';
}
.glyphicon-audio::before {
content: '\e84a';
}
.glyphicon-table-insert-column-before::before {
content: '\e84c';
}
.glyphicon-table-insert-new::before {
content: '\e84d';
}
.glyphicon-table-insert-row-after::before {
content: '\e84e';
}
.glyphicon-table-insert-row-before::before {
content: '\e84f';
}
.glyphicon-table-merge-cells::before {
content: '\e850';
}
.glyphicon-table-remove-column::before {
content: '\e851';
}
.glyphicon-table-remove-row::before {
content: '\e852';
}
.glyphicon-table-split-merge-cells::before {
content: '\e853';
}
.glyphicon-table-insert-column-after::before {
content: '\e811';
}
.glyphicon-menu::before {
content: '\e854';
}
.glyphicon-chart-pie::before {
content: '\f200';
}
.glyphicon-history::before {
content: '\e855';
}
.glyphicon-filters::before {
content: '\f0b0';
}
.glyphicon-indent-left::before {
content: '\e856';
}
.glyphicon-indent-right::before {
content: '\e857';
}
.glyphicon-instagram:before {
content: '\f16d';
}
.glyphicon-orcid:before {
content: '\e84b';
}
.glyphicon-orcidid-color:before {
content: '\e858';
}
/* */
@font-face {
font-family: 'haiku-contenttype';
src: url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.eot?28338996");
src: url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.eot?28338996#iefix") format("embedded-opentype"), url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.woff?28338996") format("woff"), url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.woff2?64607250") format("woff2"), url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.ttf?28338996") format("truetype"), url("/++theme++bootstrap/fonts/contenttype/haiku-contenttype.svg?28338996#haiku-contenttype") format("svg");
font-weight: normal;
font-style: normal;
}
[class^='contenttype-icon-']::before,
[class*=' contenttype-icon-']::before {
font-family: 'haiku-contenttype';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
/* */
font-variant: normal;
text-transform: none;
/* */
line-height: 1em;
/* */
margin-left: 0.2em;
/* */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.contenttype-icon-attachment::before {
content: '\e800';
}
.contenttype-icon-course::before {
content: '\e804';
}
.contenttype-icon-department::before {
content: '\e805';
}
.contenttype-icon-divisionpage::before {
content: '\e806';
}
.contenttype-icon-founderpage::before {
content: '\e807';
}
.contenttype-icon-newsitem::before {
content: '\e809';
}
.contenttype-icon-haiku-profile::before {
content: '\e80a';
}
.contenttype-icon-publication::before {
content: '\e80b';
}
.contenttype-icon-researchgroup::before {
content: '\e80c';
}
.contenttype-icon-researchtheme::before {
content: '\e80d';
}
.contenttype-icon-studentship::before {
content: '\e80f';
}
.contenttype-icon-turnkeyevent::before {
content: '\e810';
}
.contenttype-icon-turnkeylink::before {
content: '\e811';
}
.contenttype-icon-turnkeypage::before {
content: '\e812';
}
.contenttype-icon-turnkeysection::before {
content: '\e813';
}
.contenttype-icon-volunteer::before {
content: '\e820';
}
.contenttype-icon-turnkeyimage::before {
content: '\e821';
}
.contenttype-icon-haiku-coverpage::before {
content: '\e822';
}
.contenttype-icon-haiku-faq::before {
content: '\e823';
}
.contenttype-icon-formfolder::before {
content: '\e824';
}
.contenttype-icon-haiku-taglist::before {
content: '\e825';
}
.contenttype-icon-haiku-project::before {
content: '\f135';
}
.contenttype-icon-blogpost::before {
content: '\e827';
}
@font-face {
font-family: 'haiku-mimetypes';
src: url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.eot?64345637");
src: url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.eot?64345637#iefix") format("embedded-opentype"), url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.woff2?64345637") format("woff2"), url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.woff?64345637") format("woff"), url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.ttf?64345637") format("truetype"), url("/++theme++bootstrap/fonts/mimetype/haiku-mimetypes.svg?64345637#haiku-mimetypes") format("svg");
font-weight: normal;
font-style: normal;
}
[class^='mimetype-icon-']::before,
[class*=' mimetype-icon-']::before {
font-family: 'haiku-mimetypes';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
/* */
font-variant: normal;
text-transform: none;
/* */
line-height: 1em;
/* */
margin-left: 0.2em;
/* */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mimetype-icon-unknown::before {
content: '\e801';
}
.mimetype-icon-text::before {
content: '\f0f6';
}
.mimetype-icon-pdf::before {
content: '\f1c1';
}
.mimetype-icon-doc::before {
content: '\f1c2';
}
.mimetype-icon-xls::before {
content: '\f1c3';
}
.mimetype-icon-ppt::before {
content: '\f1c4';
}
.mimetype-icon-image::before {
content: '\f1c5';
}
.mimetype-icon-archive::before {
content: '\f1c6';
}
.mimetype-icon-audio::before {
content: '\f1c7';
}
.mimetype-icon-video::before {
content: '\f1c8';
}
.mimetype-icon-application::before {
content: '\f1c9';
}
.mimetype-icon-message::before {
content: '\e800';
}
.mimetype-icon-sxd::before {
content: '\e802';
}
.mimetype-icon-sxm::before {
content: '\e803';
}

