/*
 * UiO CSS: Common
 *
 * ToC:
 *
 * 01. General
 * 02. Hidden navigation
 * 03. Head
 * 04. Global navigation
 * 05. Footer
 * 06. Bottom breadcrumb
 * 07. Breadcrumb menu (left menu)
 * 08. Bottom menu
 * 09. Article
 * 10. Event
 * 11. Person and unit
 * 12. Contact supervisor
 * 13. Organizational unit
 * 14. Paging
 * 15. Person- and unit listing
 * 16. Project-, article and eventlisting
 * 17. Special for eventlisting
 * 18. Imagelisting
 * 19. Bloglisting
 * 20. Masterlisting
 * 21. Search
 * 22. Clearing
 * 23. Misc.
 * 24. Tidslinje
 */

/* NEW DESIGN */

.uio-app-line-top,
.uio-app-name,
.uio-app-menu,
.head-menu,
div#menu-wrapper,
#uio-app-menu-wrapper,
.navigation.grid-container,
#footer-wrapper > .row,
.header-search,
.menu-search {
  display: none;
}

/* ^ NEW DESIGN */

/*
 * 01. General
 *
 */

/* Invalid not part of current (CSS3) or future spec (CSS4) - keep it or remove? */
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

body {
  color: #2b2b2b;
  font: normal 81.25%/1.31em Arial, sans-serif; /* 13px/17px */
}

h1 {
  font-size: 1.69em;
  line-height: 1.2em;
  margin-bottom: 15px !important;
  margin-left: 0;
  font-weight: bold;
  clear: left;
}

#vrtx-searchview h1,
#vrtx-personsearch h1,
#vrtx-unitsearch h1,
#error h1 {
  font-family: Georgia, serif;
  font-size: 2.15em;
  line-height: 1.1em;
  margin-bottom: 15px;
  margin-left: 15px;
  font-weight: normal;
}

body.georgia-not-detected#vrtx-searchview h1,
body.georgia-not-detected#vrtx-personsearch h1,
body.georgia-not-detected#vrtx-unitsearch h1,
body.georgia-not-detected#error h1 {
  font-size: 2em;
}

#vrtx-searchview h1,
#vrtx-personsearch h1,
#vrtx-unitsearch h1 {
  margin-left: 0px;
}

body#vrtx-frontpage h1,
body#vrtx-blog-listing h1 {
  margin-left: 15px;
}

h2,
.vrtx-toc-header,
.display-as-h2,
p.topic-title {
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  margin: 25px 0 8px;
}

#navigasjon h2 {
  font-weight: normal;
  margin: 0;
}

h1 + h2 {
  margin-top: 15px;
}

h3,
.vrtx-toc-style-like-h3 .vrtx-toc-header,
.display-as-h3,
table caption {
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold; 
}

.vrtx-box-content hr {
  clear: both;
}

h4,
.display-as-h4,
.vrtx-toc-style-like-h4 .vrtx-toc-header {
  font-size: 1em;
  line-height: 1.06em;
  font-weight: bold;
}

h5 {
  font-size: 0.846em;
  line-height: 1.06em;
  font-weight: bold;  
}

h6 {
  font-size: 0.692em;
  line-height: 1.06em;
  font-weight: bold;  
}

h3,
.vrtx-toc-style-like-h3 .vrtx-toc-header,
.display-as-h3,
h4,
h5,
h6 {
  margin: 15px 0 5px;  
}

a {
  color: #0b5a9d;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

/* Remove outline as :focus will use :hover effect */

a:focus,
button:focus,
input:focus {
  outline: none !important;
}

/* Accessibility: underline links in continuous text */

#total-main a,
#right-main a,
#right-main .vrtx-comment .comment-body a,
#right-main #vrtx-additional-content p a {
  text-decoration: underline;
}

/* exclude */
#main .vrtx-social-components a,
#main .vrtx-tags a,
#main .vrtx-byline a,
#main > .vrtx-comments a,
#vrtx-content .vrtx-comments a,
#vrtx-content .vrtx-comments .comment-info a,
#vrtx-content #vrtx-person-position a,
#vrtx-content #vrtx-person-contact-info-wrapper a,
#vrtx-content #vrtx-publication-tabs a,
#vrtx-recent-comments-view #main a,
#vrtx-frontpage #vrtx-content a,
#vrtx-additional-content a,
#vrtx-article-listing #main a,
#vrtx-event-listing #main a,
#vrtx-project-listing #main a,
#vrtx-research-group-listing #main a,
#vrtx-master-listing #main a,
#vrtx-blog-listing #main a,
#vrtx-collection #main a,
#vrtx-image-listing #main a,
#vrtx-audio-video-listing #main a,
#vrtx-person-tags-listing #main a,
#vrtx-person-listing #main a,
#vrtx-personsearch #main a,
#vrtx-unit-person-listing #main a,
#vrtx-unit #main a,
#vrtx-unitsearch #main a,
#vrtx-organizational-unit #main a,
#vrtx-tagview #main a,
#vrtx-searchview #main a,
#vrtx-message-listing #main a,
#vrtx-program-listing #main a,
#vrtx-program-option-listing #main a,
#vrtx-minestudier-courseinfo #main a,
#vrtx-course-description #vrtx-course-navigation a,
#vrtx-course-description-listing #main a,
#vrtx-course-group-listing #main a,
#vrtx-semester #main a,
#vrtx-student-exchange-university-agreement-listing #main a,
#vrtx-student-exchange-agreement-listing #main a,
#vrtx-program-frontpage #main a,
#vrtx-program-option #main a {
  text-decoration: none;
}

#right-main h1 a,
#right-main h2 a,
#right-main h3 a,
#right-main h4 a,
#right-main h5 a,
#right-main h6 a {
  text-decoration: none;
}

#right-main h1 a:hover,
#right-main h2 a:hover,
#right-main h3 a:hover,
#right-main h4 a:hover,
#right-main h5 a:hover,
#right-main h6 a:hover,
#right-main h1 a:focus,
#right-main h2 a:focus,
#right-main h3 a:focus,
#right-main h4 a:focus,
#right-main h5 a:focus,
#right-main h6 a:focus {
  text-decoration: underline;
}

#main .vrtx-social-components a:hover,
#main .vrtx-tags a:hover,
#main .vrtx-byline a:hover,
#main > .vrtx-comments a:hover,
#vrtx-content .vrtx-comments a:hover,
#vrtx-content .vrtx-comments .comment-info a:hover,
#vrtx-content #vrtx-person-position a:hover,
#vrtx-content #vrtx-person-contact-info-wrapper a:hover,
#vrtx-content #vrtx-publication-tabs a:hover,
#vrtx-recent-comments-view #main a:hover,
#vrtx-frontpage #vrtx-content a:hover,
#vrtx-additional-content a:hover,
#vrtx-article-listing #main a:hover,
#vrtx-event-listing #main a:hover,
#vrtx-project-listing #main a:hover,
#vrtx-research-group-listing #main a:hover,
#vrtx-master-listing #main a:hover,
#vrtx-blog-listing #main a:hover,
#vrtx-collection #main a:hover,
#vrtx-image-listing #main a:hover,
#vrtx-audio-video-listing #main a:hover,
#vrtx-person-tags-listing #main a:hover,
#vrtx-person-listing #main a:hover,
#vrtx-unit-person-listing #main a:hover,
#vrtx-personsearch #main a:hover,
#vrtx-unit #main a:hover,
#vrtx-unitsearch #main a:hover,
#vrtx-organizational-unit #main a:hover,
#vrtx-tagview #main a:hover,
#vrtx-searchview #main a:hover,
#vrtx-message-listing #main a:hover,
#vrtx-program-listing #main a:hover,
#vrtx-program-option-listing #main a:hover,
#vrtx-minestudier-courseinfo #main a:hover,
#vrtx-semester #main a:hover,
#vrtx-course-description #vrtx-course-navigation a:hover,
#vrtx-course-description-listing #main a:hover,
#vrtx-course-group-listing #main a:hover,
#vrtx-student-exchange-university-agreement-listing #main a:hover,
#vrtx-student-exchange-agreement-listing #main a:hover,
#vrtx-program-frontpage #main a:hover,
#vrtx-program-option #main a:hover,
#main .vrtx-social-components a:focus,
#main .vrtx-tags a:focus,
#main .vrtx-byline a:focus,
#main > .vrtx-comments a:focus,
#vrtx-content .vrtx-comments a:focus,
#vrtx-content .vrtx-comments .comment-info a:focus,
#vrtx-content #vrtx-person-position a:focus,
#vrtx-content #vrtx-person-contact-info-wrapper a:focus,
#vrtx-content #vrtx-publication-tabs a:focus,
#vrtx-recent-comments-view #main a:focus,
#vrtx-frontpage #vrtx-content a:focus,
#vrtx-additional-content a:focus,
#vrtx-article-listing #main a:focus,
#vrtx-event-listing #main a:focus,
#vrtx-project-listing #main a:focus,
#vrtx-research-group-listing #main a:focus,
#vrtx-master-listing #main a:focus,
#vrtx-blog-listing #main a:focus,
#vrtx-collection #main a:focus,
#vrtx-image-listing #main a:focus,
#vrtx-audio-video-listing #main a:focus,
#vrtx-person-tags-listing #main a:focus,
#vrtx-person-listing #main a:focus,
#vrtx-unit-person-listing #main a:focus,
#vrtx-personsearch #main a:focus,
#vrtx-unit #main a:focus,
#vrtx-unitsearch #main a:focus,
#vrtx-organizational-unit #main a:focus,
#vrtx-tagview #main a:focus,
#vrtx-searchview #main a:focus,
#vrtx-message-listing #main a:focus,
#vrtx-program-listing #main a:focus,
#vrtx-program-option-listing #main a:focus,
#vrtx-minestudier-courseinfo #main a:focus,
#vrtx-semester #main a:focus,
#vrtx-course-description #vrtx-course-navigation a:focus,
#vrtx-course-description-listing #main a:focus,
#vrtx-course-group-listing #main a:focus,
#vrtx-student-exchange-university-agreement-listing #main a:focus,
#vrtx-student-exchange-agreement-listing #main a:focus,
#vrtx-program-frontpage #main a:focus,
#vrtx-program-option #main a:focus {
  text-decoration: underline;
}

/* ^ Accessibility: underline links in continuous text */

a.big-link {
  font-size: 1.15em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2B2B2B;
}

#vrtx-web-page #vrtx-main-content h2 a,
#vrtx-structured-article #vrtx-main-content h2 a,
#vrtx-structured-event #vrtx-main-content h2 a,
#vrtx-structured-project #vrtx-main-content h2 a,
#vrtx-person #vrtx-main-content h2 a,
#vrtx-contact-supervisor #vrtx-main-content h2 a,
#vrtx-web-page #vrtx-main-content h3 a,
#vrtx-structured-article #vrtx-main-content h3 a,
#vrtx-structured-event #vrtx-main-content h3 a,
#vrtx-structured-project #vrtx-main-content h3 a,
#vrtx-person #vrtx-main-content h3 a,
#vrtx-contact-supervisor #vrtx-main-content h3 a,
#vrtx-web-page #vrtx-main-content h4 a,
#vrtx-structured-article #vrtx-main-content h4 a,
#vrtx-structured-event #vrtx-main-content h4 a,
#vrtx-structured-project #vrtx-main-content h4 a,
#vrtx-person #vrtx-main-content h4 a,
#vrtx-contact-supervisor #vrtx-main-content h4 a,
#vrtx-web-page #vrtx-main-content h5 a,
#vrtx-structured-article #vrtx-main-content h5 a,
#vrtx-structured-event #vrtx-main-content h5 a,
#vrtx-structured-project #vrtx-main-content h5 a,
#vrtx-person #vrtx-main-content h5 a,
#vrtx-contact-supervisor #vrtx-main-content h5 a,
#vrtx-web-page #vrtx-main-content h6 a,
#vrtx-structured-article #vrtx-main-content h6 a,
#vrtx-structured-event #vrtx-main-content h6 a,
#vrtx-structured-project #vrtx-main-content h6 a,
#vrtx-person #vrtx-main-content h6 a,
#vrtx-contact-supervisor #vrtx-main-content h6 a {
  color: #0B5A9D;
}

p {
  margin: 3px 0 8px 0;
}

#MathJax_MenuFrame {
  z-index: 999 !important;
}

.programmes-list p {
  padding-left: 180px;
}

img {
  vertical-align: middle;
}

a:focus img {
  outline: 3px solid #000 !important;
}

img.border {
  border: 1px solid #e4e4e4;
}

code {
  white-space: normal;
}

pre {
  background-color: #f8f8f8;
  margin: 10px 0;
  padding: 10px 15px 10px 16px;
  white-space: pre;
  overflow: auto;
  overflow-y: hidden;
  border: 1px dashed #d5d5d5;
  border-left: 4px solid #d5d5d5;
  line-height: 1.3em;
  font-family: monospace, monospace;
  font-size: 0.846em !important;
  color: #5b5b5b !important;
}

pre code {
  font-family: inherit;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 0.77em !important;
  line-height: 0;
  height: 0;
  _vertical-align: bottom;
}

sup { bottom: 1ex; }
sub { top: 0.8ex; }

blockquote {
  color: #555555;
  display: block !important;
  font-family: Georgia,serif;
  font-size: 1.231em;
  font-style: italic;
  line-height: 1.563em;
  margin: 20px 50px;
  padding: 0 0 0 15px;
  border-left: 3px solid #e2e2e2;
}

.georgia-not-detected blockquote {
  font-size: 1.154em;
}

em, i, cite { font-style: italic;                }
strong, b   { font-weight: bold;                 }
abbr        { border-bottom: 1px dotted #2b2b2b; }
abbr.dtstart, 
abbr.dtend {
  border-bottom: none; /* Events time */
}

/* Lists and nested lists */

dl dl {
  margin: 5px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 5px 40px;
}

ul {
  margin: 8px 0 15px 10px;
  list-style-type: none;
}

ul > li {
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 0 7px;
  list-style-type: none;
  clear: left;
  padding-left: 9px;
}

div.vrtx-toc-only-one-level div#toc ul ul {
  display: none;
}

ol {
  margin: 8px 0 15px 26px;
  list-style: decimal;
}

ul li,
ol li {
  margin: 2px 0 3px 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul > li > ul {
  margin-left: 8px;
}

ol > li > ol {
  margin-left: 18px;
}

ol > li > ul {
  margin-left: 4px;
}

#right-main > .vrtx-feed ul.items,
#total-main > .vrtx-feed ul.items,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul.items,
#vrtx-person #vrtx-main-content .vrtx-feed ul.items {
  margin: 20px 0;
}

#right-main > .vrtx-subfolder-menu > ul,
#total-main > .vrtx-subfolder-menu > ul,
#vrtx-web-page #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-article #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-event #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-project #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-person #vrtx-main-content .vrtx-subfolder-menu > ul {
  margin-left: 3px;
}

#right-main > ul li,
#total-main > ul li,
#vrtx-web-page #vrtx-main-content li,
#vrtx-structured-article #vrtx-main-content li,
#vrtx-structured-event #vrtx-main-content li, 
#vrtx-structured-project #vrtx-main-content li, 
#vrtx-person #vrtx-main-content li {
  line-height: 1.538em;
}

#right-main > ul > li,
#total-main > ul > li,
#vrtx-web-page #vrtx-main-content ul > li,
#vrtx-structured-article #vrtx-main-content ul > li,
#vrtx-structured-event #vrtx-main-content ul > li,
#vrtx-structured-project #vrtx-main-content ul > li,
#vrtx-person #vrtx-main-content ul > li {
  background: transparent url(../images/list-square.gif) no-repeat 0ex 1ex;
  padding-left: 13px;
}

#right-main > ol ul > li,
#right-main > ul ul > li,
#total-main > ol ul > li,
#total-main > ul ul > li,
#vrtx-web-page #vrtx-main-content ol ul > li,
#vrtx-web-page #vrtx-main-content ul ul > li,
#vrtx-structured-article #vrtx-main-content ol ul > li,
#vrtx-structured-article #vrtx-main-content ul ul > li,
#vrtx-structured-event #vrtx-main-content ol ul > li,
#vrtx-structured-event #vrtx-main-content ul ul > li,
#vrtx-structured-project #vrtx-main-content ol ul > li,
#vrtx-structured-project #vrtx-main-content ul ul > li,
#vrtx-person #vrtx-main-content ol ul > li,
#vrtx-person #vrtx-main-content ul ul > li {
  background: transparent url(../images/list-square-hollow.gif) no-repeat 0ex 1ex;
}


#right-main > ol ol ul > li,
#right-main > ol ul ul > li,
#right-main > ul ol ul > li,
#right-main > ul ul ul > li,
#total-main > ol ol ul > li,
#total-main > ol ul ul > li,
#total-main > ul ol ul > li,
#total-main > ul ul ul > li,
#vrtx-web-page #vrtx-main-content ol ol ul > li,
#vrtx-web-page #vrtx-main-content ol ul ul > li,
#vrtx-web-page #vrtx-main-content ul ol ul > li,
#vrtx-web-page #vrtx-main-content ul ul ul > li,
#vrtx-structured-article #vrtx-main-content ol ol ul > li,
#vrtx-structured-article #vrtx-main-content ol ul ul > li,
#vrtx-structured-article #vrtx-main-content ul ol ul > li,
#vrtx-structured-article #vrtx-main-content ul ul ul > li,
#vrtx-structured-event #vrtx-main-content ol ol ul > li,
#vrtx-structured-event #vrtx-main-content ol ul ul > li,
#vrtx-structured-event #vrtx-main-content ul ol ul > li,
#vrtx-structured-event #vrtx-main-content ul ul ul > li,
#vrtx-structured-project #vrtx-main-content ol ol ul > li,
#vrtx-structured-project #vrtx-main-content ol ul ul > li,
#vrtx-structured-project #vrtx-main-content ul ol ul > li,
#vrtx-structured-project #vrtx-main-content ul ul ul > li,
#vrtx-person #vrtx-main-content ol ol ul > li,
#vrtx-person #vrtx-main-content ol ul ul > li,
#vrtx-person #vrtx-main-content ul ol ul > li,
#vrtx-person #vrtx-main-content ul ul ul > li {
  background: transparent url(../images/list-line.gif) no-repeat 0ex 1.2ex;
}

#right-main > .vrtx-feed ul.items li,
#total-main > .vrtx-feed ul.items li,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-person #vrtx-main-content .vrtx-feed ul.items li {
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png") repeat-x -4px 100%;
  padding-left: 0px;
}

#right-main > .vrtx-feed ul.items li a.item-title,
#total-main > .vrtx-feed ul.items li a.item-title,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title {
  /* font-weight: normal; */
  font-size: 1.154em;
  text-decoration: none;
}

#right-main > .vrtx-feed ul.items li a.item-title:hover,
#total-main > .vrtx-feed ul.items li a.item-title:hover,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#right-main > .vrtx-feed ul.items li a.item-title:focus,
#total-main > .vrtx-feed ul.items li a.item-title:focus,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title:focus {
  text-decoration: underline;
}

/* ^ Lists and nested lists */

/* Table */

table {
  border: 1px solid #d0d0d0;
  margin: 15px 0;
}

table[align='left'] {
  margin-right: 15px;
}

table.align-left {
  float: left;
  margin-right: 15px;
}

table[align='right'] {
  margin-left: 15px;
}

table.align-right {
  float: right;
  margin-left: 15px;
}

table.align-center {
  margin: 0 auto;
}

table caption {
  padding-bottom: 10px;
}

table th,
table td {
  border: 1px solid #d0d0d0;
  padding: 5px 5px 5px 10px;
  vertical-align: top;
}

table.no-border,
table.no-border th,
table.no-border td {
  border: none;
}

table td > *:first-child {
  margin-top: 0px;
}

table th {
  background-color: #dbdee2;
  font-weight: bold;
}

table td {
  background-color: #fff;
}

table.table-fixed-layout,
#spider-report #report table {
  table-layout: fixed;
  word-wrap: break-word;
}

.table-wide-overflow-wrapper {
  display: block;
  overflow: visible;
  overflow-x: scroll;
  width: 100%; 
}

.table-wide-overflow.table-fixed-first-col {
  margin-left: 190px;
}

.table-wide-overflow.table-fixed-first-col th,
.table-wide-overflow.table-fixed-first-col td {
  white-space: nowrap;
}

.table-wide-overflow.table-fixed-first-col th:first-child,
.table-wide-overflow.table-fixed-first-col td:first-child { 
  width: 175px;
  position: absolute;
  left: 15px;
  top: auto;
  margin-top: -1px;
}

.webkit-fix.table-wide-overflow.table-fixed-first-col td:first-child { 
  margin-top: 0;
}

#spider-report #report table {
  width: 100%;
}

#spider-report #report table td {
  border-style: solid !important;
  border: 1px solid #d0d0d0 !important;
  padding: 5px 5px 5px 10px !important;
}

#spider-report #report table li {
  padding-left: 9px !important;
  margin-bottom: 3px !important;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td,
table.border-none,
table.border-none th,
table.border-none td {
  border-width: 0;
}

table.sortable tr.even td,
table.sortable tr.alt td,
table.uio-zebra tr.even td {
  background: #eee;
}

table.uio-zebra tr:nth-child(even) td {
  background: #eee;
}

table.sortable th span {
  display: none;
}

table.sortable th a {
  padding: 0 10px 0 0;
  text-decoration: none !important;
}

table.sortable th a:hover,
table.sortable th a:focus {
  text-decoration: underline !important;
}

table.sortable th.sortable,
table.sortable th.sortable-numeric,
table.sortable th.sortable-currency,
table.sortable th.sortable-text,
table.sortable th.sortable-date-dmy,
table.sortable th.sortable-date, 
table.sortable th.sortable-sortEnglishLonghandDateFormat,
table.sortable th.sortable-sortEnglishDateTime,
table.sortable th.sortable-sortAlphaNumeric,
table.sortable th.sortable-sortScientificNotation,
table.sortable th.sortable-sortByTwelveHourTimestamp,
table.sortable th.sortable-sortIPAddress,
table.sortable th.sortable-sortFileSize {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable.gif);
  background-repeat: no-repeat;
  background-position: 100% 0.6em;
  cursor: pointer;
  padding-right: 20px;
}

table.sortable th.forwardSort {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable-forward-down.gif);
  background-position: 100% 1em;
}

table.sortable th.reverseSort {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable-reverse-up.gif);
  background-position: 100% 0.9em;
}

/* ^ Table */

/* Read more... */

div.vrtx-more,
a.all-messages,
a.all-comments,
a.more-url {
  clear: both;
  display: block;
  padding: 7px 0 0 0;
  text-align: right;
  font-weight: bold;
  color: #333;
}

.vrtx-collection-listing-component > a {
  font-weight: bold;
}

.vrtx-collection-listing-component > a,
div.vrtx-more a {
  color: #333;
}

.vrtx-topuioresult .vrtx-search-scope li a,
.vrtx-collection-listing-component > a,
div.vrtx-more a,
a.all-messages,
a.all-comments,
a.more-url {
  background: url(/vrtx/decorating/resources/dist/images/arrow-small-red.gif) no-repeat 100% 100%;
  padding-right: 18px;
}

/* ^ Read more... */

hr {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 0;
  border: none;
  color: #fff;
  height: 2px;
  margin: 10px 0;
  width: 100%;
  clear: left;
}

hr.more-air {
  margin: 20px 0;
  clear: both;
}

ul.right + hr,
ul.thirds-right + hr {
  float: left;
  margin-top: 10px;
}

hr.societies,
hr.programmes {
  clear: both;
}

#error hr {
  margin: 25px 0 18px;
}

#vrtx-main-content #vrtx-tags,
#main .vrtx-subfolder-menu {
  float: left;
  width: 100%;
  clear: both;
}

#vrtx-main-content #vrtx-tags ul,
#main .vrtx-subfolder-menu ul {
  float: left;
  padding: 0 20px 0 0;
  width: 345px;
}

#main .vrtx-subfolder-menu ul.resultset-2,
#main .vrtx-subfolder-menu ul.resultset-4,
#main .vrtx-subfolder-menu ul.resultset-6,
#main .vrtx-subfolder-menu ul.resultset-8,
#main .vrtx-subfolder-menu ul.resultset-10 {
  padding: 0px;
}

.offscreen-screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ^ 01. General */


/*
 * 02. Hidden navigation
 *
 */

ul#hidnav,
ul#hidnav li {
  margin: 0;
  padding: 0;
}

ul#hidnav li a {
  position: absolute;
  left: -9999px;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  z-index: 99999;
}

ul#hidnav li a:focus {
  left: 0px;
  top: 0px;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  font-size: 1.15em;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* ^ 02. Hidden navigation */


/*
 * 03. Head
 *
 */

/* Top breadcrumb */

#head-breadcrumb-container {
  background: url(/vrtx/decorating/resources/dist/images/head-breadcrumb-grey-gradient.png) repeat-x 0 0;
  height: 32px;
}

#head-breadcrumb-container #head-breadcrumb {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px 0 15px;
  text-align: left;
  font-size: 0.92em;
}

#head-breadcrumb-container #head-breadcrumb #nav-inst,
#head-breadcrumb-container #head-breadcrumb #nav-faculty {
  padding-left: 25px;
  background: url(/vrtx/decorating/resources/dist/images/head-breadcrumb-arrow-grey.gif) no-repeat 8px 2px;
}

#head-breadcrumb-container #head-breadcrumb span,
#head-breadcrumb-container #head-breadcrumb span a {
  color: #fff;
  font-weight: bold;
}

#head-breadcrumb-container #head-breadcrumb #nav-inst {
  font-weight: normal !important;
}

.for-ansatte #head-breadcrumb-container,
.for-employees #head-breadcrumb-container {
  background: none;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb,
.for-employees #head-breadcrumb-container #head-breadcrumb {
  font-size: 1em;
  padding-top: 10px;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-faculty,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-faculty {
  background-position: 6px 2px;
  padding-left: 23px;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-inst {
  color: #d2d2d2 !important;
}

/* ^ Top breadcrumb */

.for_ansatte #head-globalnav,
.for-ansatte #head-globalnav,
.for-employees #head-globalnav {
  background: #fff url(../images/head-white-grey-border.png) repeat-x left bottom;
}

.for_ansatte #globalnav li.vrtx-current-item a,
.for_ansatte #globalnav li.vrtx-current-item span,
.for-ansatte #globalnav li.vrtx-current-item a,
.for-ansatte #globalnav li.vrtx-current-item span,
.for-employees #globalnav li.vrtx-current-item a,
.for-employees #globalnav li.vrtx-current-item span {
  padding-top: 9px;
}

.for_ansatte #globalnav li.vrtx-current-item,
.for-ansatte #globalnav li.vrtx-current-item,
.for-employees #globalnav li.vrtx-current-item {
  border-top: 1px solid #d0d0d0;
  height: 32px;
}

#head-print {
  display: none;
}

#head form {
  right: 15px;
  top: 46px;
}

/* Head menu */

#head #head-menu {
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 15px;
}

#head #head-menu > ul {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#head #head-menu ul.vrtx-uri-menu {
  padding-right: 17px;
}

#head #head-menu ul li {
  background-image: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

#head #head-menu ul.vrtx-uri-menu .vrtx-active-item { 
  background-color: #d0d0d0;
  padding: 0 5px;
}

#head #head-menu ul.vrtx-uri-menu .vrtx-active-item a {
  color: #333;
}

#head #head-menu a {
  color: #ccc;
  font-size: 0.92em;
}

#head .vrtx-login-manage-component {
  display: inline-block;
  float: none;
  padding: 5px 0 0 19px;
  margin: -5px -4px 0 14px;
  height: 24px;
  background: transparent url(/vrtx/__vrtx/static-resources/themes/default/images/seperator-grey-gradient-small.png) no-repeat top left;
}


.head-uio #head .vrtx-login-manage-component {
  background: transparent url(../images/head-black-menu-divider.png) no-repeat top left;
}

#head .vrtx-login-manage-component .vrtx-dropdown-link {
  display: inline-block;
  height: 18px;
  line-height: 1.52em;
}

#head .vrtx-login-manage-component .vrtx-dropdown-link {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-head.png);
  padding-right: 26px;
}

.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-black-bg.png);
}

#head .vrtx-login-manage-component .vrtx-dropdown-link.active,
#head .vrtx-login-manage-component .vrtx-dropdown-link:hover,
#head .vrtx-login-manage-component .vrtx-dropdown-link:focus {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-hover-head.png);  
}

.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link.active,
.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link:hover,
.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link:focus {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-black-bg-hover.png);
}

#head .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  top: 23px;
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-grey-bg.png);
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper-inner {
  background: #4c4c4c;
  border-color: #606060;
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper-inner li a {
  border-color: #606060;
  color: #f7f7f7 !important;
}

/* ^ Head menu */

/* ^ Head logos general */

#head #logos {
  left: 15px;
}

#head #logos div#facultylogo a {
  color: #fff;
}

#head #logos div#facultylogo a:focus,
#head #logos div#facultylogo a:hover {
  color: #0B5A9D;
}

#head ul.vrtx-uri-menu li {
  padding: 0px;
}

.for-employees #logos,
.for_ansatte #logos,
.for-ansatte #logos {
  top: 26px !important;
}

#head #logos #foremployeeslogo {
  float: left;
}

#head #logos #foremployeeslogo a span {
  font-size: 2.9em;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.05em;
}

#head #logos #foremployeeslogo a span#foremployeesfacultylogo {
  color: #96948e;
  font-size: 1.23em;
  margin-top: 5px;
}

#head #logos #foremployeeslogo a:focus,
#head #logos #foremployeeslogo a:hover {
  text-decoration: none;
}

#head #logos #foremployeeslogo a:focus span,
#head #logos #foremployeeslogo a:hover span {
  color: #0B5A9D !important;
}

#logos div#uiologo {
  clear: left;
}

body.for-ansatte #head ul.vrtx-uri-menu,
body.for_ansatte #head ul.vrtx-uri-menu {
  right: 20px;
}

body.for_ansatte #head ul.ref-menu,
body.for-ansatte #head ul.ref-menu,
body.for-employees #head ul.ref-menu {
  right: 84px;
}

body.for-employees #head #top-uiologo {
  right: 10px;
}

body.for_ansatte #head #logos div#facultylogo a,
body.for_ansatte #head ul.ref-menu a, 
body.for_ansatte #head ul.vrtx-uri-menu a,
body.for_ansatte #head .vrtx-login-manage-component a,
body.for-ansatte #head #logos div#facultylogo a,
body.for-ansatte #head ul.ref-menu a, 
body.for-ansatte #head ul.vrtx-uri-menu a,
body.for-ansatte #head .vrtx-login-manage-component a,
body.for-employees #head #logos div#facultylogo a,
body.for-employees #head ul.ref-menu a, 
body.for-employees #head ul.vrtx-uri-menu a,
body.for-employees #head .vrtx-login-manage-component a {
  color: #333 !important;
}

#logos {
  position: absolute;
  top: 50px;
  left: 14px;
}

#logos a {
  white-space: nowrap;
}

#logos div#uiologo,
#logos div#institutelogo {
  position: relative; /* Opera 9.64+ need this */
  float: left;
  overflow: hidden;
}

#logos div#uiologo a,
#logos div#institutelogo a {
  display: block;
  cursor: pointer;
}

#logos div#facultylogo {
  position: relative; /* Opera 9.64+ need this */
  clear: both;
}

#logos div#facultylogo a {
  color: #000;
}

#logos div#facultylogo a:focus,
#logos div#facultylogo a:hover {
  color: #0b5a9d;
  text-decoration: none;
}

#logos div#uiologo a span,
#logos div#institutelogo a span,
div#top-uiologo a span {
  position: absolute;
  width: 100%;
  height: 100%;
}

#top-blackline {
  background-color: #000;
  height: 34px;
}

div#top-uiologo {
  overflow: hidden;
  position: absolute;
  top: -24px;
  right: 16px;
}

div#top-uiologo,
div#top-uiologo a {
  height: 15px;
  width: 195px;
}

div#top-uiologo a span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black.png) no-repeat 0 0;
  height: 15px;
}

div#top-uiologo a:focus span,
div#top-uiologo a:hover span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black.png) no-repeat 0 -17px;
}

div#top-uiologo.english,
div#top-uiologo.english a,
div#top-uiologo.english a span {
  height: 17px;
}

div#top-uiologo.english a span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black-en.png) no-repeat 0 0;
}

div#top-uiologo.english a:focus span,
div#top-uiologo.english a:hover span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black-en.png) no-repeat 0 -17px;
}

body.faculty #logos div#facultylogo {
  float: left;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
}

body.faculty #footer .institutelogo span {
   height:14px;
   width:400px;
}

body.faculty #footer .institutelogo {
  height:14px;
  margin-bottom:12px;
  width:300px;
}

#footer .institutelogo {
 height:14px;
 margin-bottom:12px;
}

body.faculty #logos div#facultylogo,
body.faculty #logos div#facultylogo a,
body.\/ #logos div#facultylogo,
body.\/ #logos div#facultylogo a {
  clear: none;
}

body.faculty #logos div#facultylogo a span,
body.\/ #logos div#facultylogo a span {
  position: absolute;
  top: 0px;
}

/* ^ Head logos general */

/* Fullscreen gallery */

  /* Logos */

  html.fullscreen-gallery body {
    font-size: 120%;
    line-height: 1.33;
  }

  html.fullscreen-gallery #outer-wrapper #logos {
    position: static;
    padding: 15px 0 0 0;
    background: #000;
    float: left;
    min-width: 50%;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper a {
    text-decoration: none !important;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper a:focus,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper a:hover {
    text-decoration: underline !important;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a span {
    display: block;
    float: none;
    width: 100%;
    height: 19px;
    font-size: 0.1em;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a span {
    height: 31px;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo {
    margin: 0 15px 0 0;
    padding: 0;
    width: auto;
  }

  html.fullscreen-gallery div#top-uiologo a span,
  html.fullscreen-gallery div#top-uiologo a:focus span,  
  html.fullscreen-gallery div#top-uiologo a:hover span,  
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a span {
    max-width: 178px;
    background: #000 url("../images/responsive/uio-small-black.png") no-repeat 0 0;
    background-size: 85%;
  }

  html.fullscreen-gallery body.en div#top-uiologo a span,
  html.fullscreen-gallery body.en div#top-uiologo a:focus span,
  html.fullscreen-gallery body.en div#top-uiologo a:hover span,
  html.fullscreen-gallery body.en #outer-wrapper #logos #uiologo a span {
    max-width: 170px;
    background: #000 url("../images/responsive/uio-small-black-en.png") no-repeat 0 0;
    background-size: 85%;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a span {
    max-width: 240px;
    background: #000 url("../images/responsive/uio-medium-black.png") no-repeat 0 0;
    background-size: 100%;
 }

  html.fullscreen-gallery body.en #outer-wrapper #logos #uiologo.uio-no a span {
    max-width: 230px;
    background: #000 url("../images/responsive/uio-medium-black-en.png") no-repeat 0 0;
    background-size: 100%;
  }
  
  html.fullscreen-gallery body.ie8 #outer-wrapper #logos #uiologo a span {
    max-width: 100% !important;
  }

  html.fullscreen-gallery #outer-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #logos #institutelogo a,
  html.fullscreen-gallery #outer-wrapper #logos #institutelogo a span,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo a,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo a span {
    float: none;
    width: auto;
    height: auto;
    background: none;
  }

  html.fullscreen-gallery #outer-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo {
    font-size: 1.05em;
    line-height: 1.31;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #facultylogo,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #foremployeeslogo {
    margin: 0;
    padding: 0 15px 12px 0;
    background: #000;
    font-weight: bold;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo {
    float: none;
    padding: 10px 15px 12px 0;
    background: #fff;
  }

  html.fullscreen-gallery #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery #outer-wrapper #logos div#institutelogo a {
    color: #fff;
  }

  html.fullscreen-gallery #top-blackline {
    height: 30px;
  }

  html.fullscreen-gallery div#top-uiologo {
    top: -20px;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo a span {
    font-size: 1.5em;
    line-height: 1.1;
    color: #fff;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo a span#foremployeesfacultylogo {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
  }

  html.fullscreen-gallery #outer-wrapper #logos a {
    white-space: normal;
  }

  html.fullscreen-gallery #outer-wrapper #logos #facultylogo.institutelogo-exists {
    display: none !important;
  }

  html.fullscreen-gallery .for-ansatte #outer-wrapper #logos,
  html.fullscreen-gallery .for-employees #outer-wrapper #logos {
    padding-top: 0px;
  }

  html.fullscreen-gallery #top-uiologo {
    right: auto;
    left: 15px;
  }

  /* Museum */

  html.fullscreen-gallery body.museum #outer-wrapper #logos {
    padding: 0;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo span {
    margin: 0;
    padding: 0 0 15px 0;
    height: 0px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo span {
    background: none !important;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos #uiologo {
    display: none !important;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    width: 100%;
    height: 20px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    height: 22px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo {
    padding: 0;
    margin: 0;
    width: auto;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos #uiologo a {
    color: #000 !important;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos div#facultylogo {
    font-size: 0.1em;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos div#facultylogo a span {
    max-width: 290px;
    background: #000 url("../images/responsive/nhm-medium-black.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm.en #outer-wrapper #logos div#facultylogo a span {
    max-width: 310px;
    background: #000 url("../images/responsive/nhm-medium-black-en.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos div#facultylogo a span {
    max-width: 280px;
    background: #000 url("../images/responsive/khm-medium-black.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-khm.en #outer-wrapper #logos div#facultylogo a span {
    max-width: 320px;
    background: #000 url("../images/responsive/khm-medium-black-en.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm.ie8 #outer-wrapper #logos div#facultylogo a span,
  html.fullscreen-gallery body.museum-khm.ie8 #outer-wrapper #logos div#facultylogo a span {
    max-width: 100% !important;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo {
    margin-top: -5px;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo a span {
    height: auto;
  }

/* ^ Fullscreen gallery */

/* ^ 03. Head */


/*
 * 04. Global navigation
 *
 */

#globalnav {
  font: normal 15px Georgia,serif;
  font-size: 1.15em;
}

body.georgia-not-detected #globalnav {
  font-size: 1em;
  line-height: 1.45em;
}

#globalnav ul {
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: #dfdfdf;
}

#globalnav li {
  background-image: none;
  float: left;
  height: 33px;
  margin: 0;
  padding: 0;
  clear: none;
  list-style-position: outside;
}

#globalnav li a,
#globalnav li span {
  color: #292929;
  display: inline-block;
  height: 25px;
  padding: 10px 14px 0 15px;
  background-color: #dfdfdf;
}

#globalnav li a:focus,
#globalnav li a:hover {
  background-color: #eaedee;
}

#globalnav li.vrtx-current-item {
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-width: 0 1px;
  padding-bottom: 3px;
}

#globalnav li.vrtx-current-item a,
#globalnav li.vrtx-current-item span {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 13px;
}

#globalnav li.vrtx-current-item a:focus,
#globalnav li.vrtx-current-item a:hover {
  background-color: #f8f8f8;
}

/* ^ 04. Global navigation */


/*
 * 05. Footer 
 *
 */

#footer {
  font: normal 10px/14px Verdana, sans-serif;
  font-size: 0.88em;
  line-height: 1.25em;
}

#footer .institutelogo {
  height: 11px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

#footer .institutelogo span {
  background: #fff url(../logos/www.uio.no/no/faculty-small.png) no-repeat 0 0;
  height: 11px;
  position: absolute;
  width: 205px;
}

#footer #cms,
#footer #footer-admin,
#footer .visitor-adress,
#footer .mail-adress,
#footer .phone-fax-email {
  border-top: 1px solid #fff;
  float: left;
  padding-right: 10px;
  width: 160px;
  color: #5e5e5e;
}

#footer .visitor-adress,
#footer .mail-adress,
#footer .phone-fax-email {
  width: 200px;
}

#footer span {
  color: #5e5e5e !important;
}

#footer #footer-admin {
  margin-left: 0px;
  padding-right: 0px;
  width: auto;
  max-width: 230px;
  float: right;
  padding-right: 0px;
}

#footer #cms {
  clear: both;
  color: #777;
  font-size: 0.85em;
}

#error #footer #cms {
  padding-top:70px;
  text-align:right;
}

#footer .visitor-adress {
  clear: both;
  min-height:91px;
}

#footer #footer-admin ul.unit-admin-links {
  padding-bottom: 10px;
}

#footer #footer-admin ul.unit-admin-links,
#footer #footer-admin ul.vrtx-admin-links {
  margin: 0;
}

#footer #footer-admin .unit-admin-links li {
  background-image: none;
  margin: 0;
  padding-left: 0;
}

#footer #footer-admin .unit-admin-links li,
#footer #footer-admin .unit-admin-links li a {
  font-weight: normal !important;
}

#footer #footer-admin .unit-admin-links li#unit-admin-responsible-header {
  font-weight: bold !important;
}

#footer #footer-admin ul.vrtx-admin-links  {
  margin-top:5px;
  padding-bottom:15px;
}

#footer #footer-admin ul.vrtx-admin-links li {
  background-position: 0 5px;
  padding-left: 10px;
}

#footer #footer-admin .vrtx-login-manage-component a.vrtx-login-manage-title-link {
  display: inline-block;
  float: left;
}

#footer #footer-admin .vrtx-login-manage-component a.vrtx-dropdown-link {
  height: 18px;
  display: inline-block;
}

#footer #footer-admin .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  top: 20px;
}

#footer #footer-main div span {
  display: block;
}

#footer #footer-main div span.map,
#footer #footer-main div span.postal-code,
#footer #footer-main div span.locality {
  display: inline;
}

#footer #footer-main div span.vrtx-label,
#footer #footer-admin .unit-admin-links li {
  font-weight: bold;
  color: #7e7e7e !important;
}

/* ^ 05. Footer */


/*
 * 06. Bottom breadcrumb 
 *
 */

#bottomnav.bottomnav-off {
  border: none;
  padding: 0;
  margin-top: 0;
}

#vrtx-breadcrumb-start {
  float: left;
}

#vrtx-breadcrumb-start span.vrtx-uio,
#vrtx-breadcrumb-start span.vrtx-uio a {
  height: 22px;
  width: 36px;
}

#vrtx-breadcrumb-start span.vrtx-uio {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-uio-symbol.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  position: absolute;
}

#vrtx-breadcrumb-start span.vrtx-uio a {
  display: block;
  text-indent: -9999px;
}

.vrtx-breadcrumb-delimiter {
  display: none;
}

#vrtx-breadcrumb {
  float: left;
}

#vrtx-breadcrumb-start span.vrtx-faculty,
#vrtx-breadcrumb span {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-arrow-grey.png) no-repeat 8px 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.08em;
  height: 22px;
  padding-left: 23px;
  padding-top: 2px;
}

#vrtx-breadcrumb-start span.vrtx-faculty {
  margin-left:36px;
}

#vrtx-breadcrumb-start span.vrtx-faculty a,
#vrtx-breadcrumb span a {
  color: #181818;
}

#vrtx-breadcrumb span span {
  display: none;
}

/* ^ 06. Bottom breadcrumb */


/* 07. Breadcrumb menu (left menu) */

ul.vrtx-breadcrumb-menu {
  background: #fff url(../images/breadcrumb-menu-li-bg.png) 0 0 repeat-y;
  font-size: 0.92em;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 190px;
}

/* When no sub-folders */

ul.vrtx-breadcrumb-menu > li.vrtx-child:first-child {
  background: none;
  border-top: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu > li.vrtx-child:last-child {
  border-bottom: 1px solid #e4e4e4;
}

/* Courses hack */

ul.vrtx-breadcrumb-menu ul.vrtx-breadcrumb-menu {
  border-bottom: none;
  border-top: none;
  font-size: 1em;
}

ul.vrtx-breadcrumb-menu ul.vrtx-breadcrumb-menu > li:first-child {
  border-top: none;
}

/* ^ Courses hack */

ul.vrtx-breadcrumb-menu li {
  background-image: none;
  margin: 0;
  padding: 0;
}

ul.vrtx-breadcrumb-menu li a,
ul.vrtx-breadcrumb-menu li span.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-no-url {
  display: block;
}

/* because of studier */
ul.vrtx-breadcrumb-menu li a span {
  color: #0b5a9d !important;
}

ul.vrtx-breadcrumb-menu li a:focus,
ul.vrtx-breadcrumb-menu li a:hover {
  color: #2b2b2b;
}

ul.vrtx-breadcrumb-menu li a:focus span,
ul.vrtx-breadcrumb-menu li a:hover span {
  color: #2b2b2b !important;
}

ul.vrtx-breadcrumb-menu li a span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-no-url span {
  display: block;
  padding: 9px 14px;
  border-right: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li.vrtx-ancestor {
  border-top: 1px solid #e4e4e4;
  border-bottom: 6px solid #f8f8f8;
}

ul.vrtx-breadcrumb-menu li.vrtx-ancestor a,
ul.vrtx-breadcrumb-menu li.vrtx-ancestor span.vrtx-no-url {
  padding-bottom: 12px;
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-menu-ancestor-arrow-down.png) no-repeat 0 100%;
}

ul.vrtx-breadcrumb-menu li.vrtx-parent {
  border-top: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-marked {
  color: #2b2b2b;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span {
  color: #2b2b2b !important;
}

ul.vrtx-breadcrumb-menu li span.vrtx-no-url span {
  color: #777 !important;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span {
  background-color: #f1f1f1;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li ul {
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.vrtx-breadcrumb-menu li.vrtx-child {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-menu-dotted-bg.png) no-repeat 9px 0;
}

ul.vrtx-breadcrumb-menu span.vrtx-marked,
ul.vrtx-breadcrumb-menu a.vrtx-marked,
ul.vrtx-breadcrumb-menu a.vrtx-no-url {
  position: relative;
}

ul.vrtx-breadcrumb-menu li.vrtx-child a span,
ul.vrtx-breadcrumb-menu li.vrtx-child span span,
ul.vrtx-breadcrumb-menu li.vrtx-child span.vrtx-no-url span {
  background: transparent url(../images/bullet_li.png) no-repeat 20px 16px;
  padding-left: 30px;
}

ul.vrtx-breadcrumb-menu li.vrtx-child a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li.vrtx-child span.vrtx-marked span {
  background: #f1f1f1 url(../images/bullet_li_grey.png) no-repeat 19px 16px;
  padding-left: 29px;
}

/* 07. Breadcrumb menu (left menu) */


/*
 * 08. Bottom menu
 *
 */

#bottom-subfolder-menu {
  display: none;
}

#bottom-menu {
  clear: both;
}

#bottom-menu .vrtx-subfolder-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}

#bottom-menu .vrtx-subfolder-menu div {
  clear: both;
  display: block;
  padding-top: 5px;
}

#bottom-menu .vrtx-subfolder-menu ul {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 20px;
  width: 140px;
}

#bottom-menu .vrtx-subfolder-menu ul.resultset-6,
#bottom-menu .vrtx-subfolder-menu ul.resultset-12,
#bottom-menu .vrtx-subfolder-menu ul.resultset-18,
#bottom-menu .vrtx-subfolder-menu ul.resultset-24,
#bottom-menu .vrtx-subfolder-menu ul.resultset-30,
#bottom-menu .vrtx-subfolder-menu ul.resultset-36,
#bottom-menu .vrtx-subfolder-menu ul.resultset-42,
#bottom-menu .vrtx-subfolder-menu ul.resultset-48,
#bottom-menu .vrtx-subfolder-menu ul.resultset-54 {
  padding-right: 0;
  width: 139px;
}

#bottom-menu .vrtx-subfolder-menu ul li {
  background-image: none;
  margin: 0;
  padding: 0 0 5px 0;
}

#bottom-menu .vrtx-subfolder-menu ul li.vrtx-more {
  padding-top: 2px;
}

#bottom-menu .vrtx-subfolder-menu ul ul {
  float: none;
  margin: 0;
  width: auto;
  padding-top: 3px;
  padding-right: 0;
}

#bottom-menu .vrtx-subfolder-menu ul a {
  font-size: 1.15em; 
  font-weight: bold;
  line-height: 1.25em;
}

#bottom-menu .vrtx-subfolder-menu ul ul li {
  line-height: 1.2em;
}

#bottom-menu .vrtx-subfolder-menu ul ul a {
  font-size: 12px;
  font-size: 0.92em;
  color: #333;
  font-weight: normal;
}

/* ^ 08. Bottom menu */

/*
 * 09. Article
 *
 */

#vrtx-main-content #vrtx-tags ul,
#vrtx-main-content .vrtx-subfolder-menu ul {
  float: left;
  margin-left: 0;
  margin-top: 0;
  padding: 0 15px 0 0;
  width: 194px;
}

.left,
.right {
  float: left;
  margin: 0;
  margin-left: 0 !important;
  padding-bottom: 10px;
  width: 304px;
}

.left {
  clear: left;
  margin-right: 20px;
}

ol.left,
ol.right {
  margin-left: 26px !important;
  width: 279px;
}

ul.left,
ul.right {
  margin-left: 7px !important;
  width: 298px;
}

.right {
  float: right;
}

.thirds-left {
  clear: left;
}

.thirds-left,
.thirds-middle,
.thirds-right {
  float: left;
  width: 170px;
  margin-right: 60px;
}

.thirds-right {
  width: 169px;
}

ul.thirds-left,
ul.thirds-middle,
ul.thirds-right {
  width: 163px;
}

ol.thirds-left,
ol.thirds-middle,
ol.thirds-right {
  width: 143px;
}

.thirds-right {
  margin-right: 0px;
}

.vrtx-hide-additional-content-true .left,
.vrtx-hide-additional-content-true .right {
  width: 355px !important;
}

.vrtx-hide-additional-content-true ul.left,
.vrtx-hide-additional-content-true ul.right {
  width: 347px !important;
}

.vrtx-hide-additional-content-true ol.left,
.vrtx-hide-additional-content-true ol.right {
  width: 328px !important;
}

.vrtx-hide-additional-content-true .thirds-left,
.vrtx-hide-additional-content-true .thirds-middle,
.vrtx-hide-additional-content-true .thirds-right {
  width: 203px !important;
}

.vrtx-hide-additional-content-true ul.thirds-left,
.vrtx-hide-additional-content-true ul.thirds-middle,
.vrtx-hide-additional-content-true ul.thirds-right {
  width: 196px !important;
}

.vrtx-hide-additional-content-true ol.thirds-left,
.vrtx-hide-additional-content-true ol.thirds-middle,
.vrtx-hide-additional-content-true ol.thirds-right {
  width: 176px !important;
}

#error .white-box {
  padding: 10px 14px 14px 14px;
}

#error #main img {
  float: right;
  margin-left: 14px;
  margin-top: 4px;
  padding: 0px;
  border: 1px solid #aaa;
}

#error .vrtx-container img {
  border: none;
  margin: -10px -10px 10px -10px;
  float: none;
}

#uiodoc .vrtx-container.no-margin img {
  margin: 0;
}

#error img.no-border {
  border: none;
}

#error .half-box-left,
#error .half-box-right {
  width: 475px;
  margin-bottom: 20px;
  padding-right: 0;
}

#error .half-box-left {
  margin-right: 20px;
}

#vrtx-main-content .vrtx-frontpage-box .left,
#vrtx-main-content .vrtx-frontpage-box .right {
  position: relative;
}

.vrtx-introduction-image {
  background-color: #fff;
  float: right;
  font-size: 0.85em;
  line-height: 1.35em;
  margin: 0 0 10px 15px;
  overflow: hidden;
}

.vrtx-introduction-image .vrtx-imagetext {
  border: 1px solid #d0d0d0;
  border-width: 0 1px 1px 1px;
  clear: both;
  margin: 0;
  padding: 5px 10px 0px 10px;
  background-color: #e8e8e8;
}

.vrtx-introduction-image .vrtx-photo {
  padding-bottom: 8px;
  display: block;
}

.vrtx-introduction {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 100%;
  font: normal 16px/20px Georgia, serif;
  font-size: 1.23em;
  line-height: 1.35em;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
}

#vrtx-meta-description {
  margin-top: 10px;
}

.introduction-div,
.vrtx-frontpage-box.introduction .vrtx-box-content {
  font: normal 1.23em/1.35em Georgia, serif;
}

body.georgia-not-detected #vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction .vrtx-introduction, 
body.georgia-not-detected .vrtx-frontpage-box.introduction .vrtx-box-content,
body.georgia-not-detected .vrtx-introduction {
  font-size: 1.1em;
}

#vrtx-person-listing .vrtx-introduction {
  background-image: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-grey-bg.png);
}

.vrtx-back {
  margin-bottom: 10px;
  padding-left: 14px;
  background: transparent url(../images/arrow-back-red.gif) no-repeat center left;
  display: inline-block;
}

#vrtx-frontpage .vrtx-back {
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}

.vrtx-back a {
  text-decoration: none !important;
  font-weight: bold;
}

.vrtx-back a:focus,
.vrtx-back a:hover {
  text-decoration: underline !important;
}

.vrtx-introduction-big,
.vrtx-organizational-unit-introduction {
  font-size: 1.31em;
  line-height: 1.31em;
  font-family: Georgia, serif;
  padding: 10px 0;
  float: left;
  clear: both;
  width: 100%;
}

body.georgia-not-detected .vrtx-introduction-big,
body.georgia-not-detected .vrtx-organizational-unit-introduction {
  font-size: 1.2em;
  line-height: 1.28em;
}

.vrtx-byline {
  font-family: Georgia, serif;
  font-size: 13px;
  font-size: 1em;
  margin-bottom: 10px;
}

.vrtx-authors {
  float: left;
  width: 100%;
  clear: left;
  display: block;
  padding-top: 10px;
}

.vrtx-authors,
.vrtx-date-info {
  font-family: Georgia, serif;
}

body.georgia-not-detected .vrtx-authors,
body.georgia-not-detected .vrtx-date-info {
  font-size: 0.93em;
}

.vrtx-date-info {
  clear: both;
  padding: 5px 0 5px 0;
  width: 507px;
}

iframe.map {
  margin: 10px 0;
}

.vrtx-media-player-no-flash,
.vrtx-media-player {
  margin: 10px 0;
}

.vrtx-media-player-print { display: none; }
.vrtx-media-player-no-flash,
.vrtx-media-player-no-flash video,
.vrtx-media-player-no-flash img {
  width: 507px !important;
  height: auto !important;
  max-height: 322px;
  float: left;
}
.vrtx-media-player-no-flash { background-color: #000000; position: relative; }
.vrtx-media-player-no-flash .playbutton {
  position: absolute;
  top: 90px;
  left: 195px;
  width: 115px;
  height: 106px;
  display: block;
}
.vrtx-media-player-no-flash .playbutton,
.vrtx-media-player-no-flash a.vrtx-media:visited .playbutton,
.vrtx-media-player-no-flash a.vrtx-media:active .playbutton,
.vrtx-media-player-no-flash .playbutton:visited,
.vrtx-media-player-no-flash .playbutton:active {
  background: url('/vrtx/__vrtx/static-resources/themes/default/icons/video-playbutton.png') no-repeat center center;
}
.vrtx-media-player-no-flash a.vrtx-media:hover .playbutton,
.vrtx-media-player-no-flash .playbutton:hover { background-image: url('/vrtx/__vrtx/static-resources/themes/default/icons/video-playbutton-hover.png'); }

.vrtx-media-ref {
  margin: 15px 0 10px 0;
}

a.vrtx-media {
  clear: left;
  display: block;
  margin: 10px 0 0 0;
}

a.vrtx-media img {
  max-height: 279px;
  height: auto;
  width: auto;
}

.responsive-media-player-padding-restored {
  padding-bottom: 0 !important;
}

.vrtx-tags {
  display: block;
  margin: 10px 0 5px;
}

.vrtx-tags a {
  font-weight: bold;
}

/* Feedback component */

.vrtx-feedback {
  overflow: hidden;
  background: #f3f3f3;
  border: 4px solid #bebebe;
  padding: 20px;
  clear: both;
  margin: 10px 0;
  text-align: center;
}

.vrtx-feedback-bottom {
  display: none;
}

.vrtx-feedback .vrtx-feedback-title {
  display: block;
  font-size: 1.231em;
  line-height: 1.33em;
  font-weight: bold;
  text-align: left;
  margin-top: -3px;
}

#uiodoc #main .vrtx-feedback ul,
#uiodoc #main .vrtx-feedback ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  clear: none;
  float: none;
}

#uiodoc #main .vrtx-feedback ul li {
  display: inline-block;
}

.vrtx-feedback,
.vrtx-feedback-thanks {
  position: relative;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks,
#uiodoc #main .vrtx-feedback ul {
  padding: 20px 0 10px 0;
}

#uiodoc .vrtx-feedback-thanks-slider {
  background: #f3f3f3;
  width: 180px;
  top: auto;
  bottom: 35px;
  position: absolute;
  left: -20px;
  margin-left: 20px;
  height: 35px;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks {
  margin: 0;
  text-align: left;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks,
#uiodoc .vrtx-feedback a {
  font-size: 1.15em;
  font-weight: bold;
}

#uiodoc .vrtx-feedback a {
  padding: 3px 0 5px 28px;
  display: block;
  text-decoration: none;
  min-height: 20px;
}

#uiodoc .vrtx-feedback a:focus,
#uiodoc .vrtx-feedback a:hover {
  text-decoration: underline;
}

.vrtx-feedback a.feedback {
  padding-left: 0px;
}

.vrtx-feedback a.feedback-yes {
  background: url('/vrtx/decorating/resources/dist/images/feedback-like.gif') no-repeat 0 2px;
  margin-right: 50px;
}

.vrtx-feedback a.feedback-no {
  background: url('/vrtx/decorating/resources/dist/images/feedback-dislike.gif') no-repeat 0 8px;
}

#vrtx-additional-content .vrtx-feedback {
  padding: 14px;
  margin: 0 -15px -15px;
  text-align: left;
}

#vrtx-additional-content .vrtx-feedback:first-child {
  margin-top: -15px;
}

#main .vrtx-frontpage-box .vrtx-feedback {
  margin: 0 -15px;
}

#vrtx-additional-content .vrtx-frontpage-box  .vrtx-feedback, 
#main .vrtx-frontpage-box.grey-box .vrtx-feedback,
#main .vrtx-frontpage-box.white-box .vrtx-feedback {
  margin: -15px;  
}

#vrtx-course-description #main .vrtx-frontpage-box .vrtx-feedback {
  margin-top: 0;
}

#vrtx-additional-content #vrtx-related-content .vrtx-feedback {
  margin-bottom: -25px;
}

#vrtx-additional-content #vrtx-related-content > *:first-child > h2:first-child,
#vrtx-additional-content #vrtx-related-content > *:first-child > *:first-child > h2:first-child {
  padding-top: 0;
  margin-top: -2px;
  border-top: none;
}

#vrtx-additional-content .vrtx-feedback p.vrtx-feedback-thanks,
#vrtx-additional-content .vrtx-feedback a {
  font-size: 1em;
  margin-right: 0;
}

#vrtx-additional-content .vrtx-feedback a.feedback-yes {
  background-position: 0 1px;
}

#vrtx-additional-content .vrtx-feedback a.feedback-no {
  background-position: 0 8px;
}

/* ^ Feedback component */

/* Social components placement */

.vrtx-social-list {
  display: inline;
  margin: 0;
}

.vrtx-social-list li {
  margin: 0 15px 10px 0;
  padding: 0;
  clear: none;
  background: none;
  float: left;
}

.vrtx-social-list li,
.vrtx-social-list a {
  width: 28px;
  height: 28px;
}

.vrtx-social-list a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.vrtx-social-list a.facebook {
  background: url(/vrtx/decorating/resources/dist/images/social-list-facebook.png) no-repeat center center;
}

.vrtx-social-list a.twitter { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-twitter.png) no-repeat center center;
}

.vrtx-social-list a.google-plus { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-google-plus.png) no-repeat center center;
}

.vrtx-social-list a.youtube { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-youtube.png) no-repeat center center;
}

.vrtx-social-list a.linkedin { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-linkedin.png) no-repeat center center;
}

.vrtx-social-list a.instagram { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-instagram.png) no-repeat center center;
}

.vrtx-social-list a.tripadvisor { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-tripadvisor.png) no-repeat center center;
}

.vrtx-social-components {
  clear: both;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  z-index: 999;
  float: right;
}

.vrtx-social-components.social-components-top {
  margin: 10px 0 15px;
  padding: 0;
  width: 100%;
  float: left;
}

.vrtx-social-components.social-components-top > div {
  float: right;
}

.vrtx-social-components a.vrtx-email-friend {
  background: url(/vrtx/decorating/resources/dist/images/social-components-tip-a-friend-icon.png) no-repeat 0 -1px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  min-height: 19px;
  padding-left: 25px;
  float: left;
}

.vrtx-share-at-component,
.vrtx-share-at-component ul,
.vrtx-share-at-component li {
  margin: 0;
  display: inline-block;
  float: left;
}

.vrtx-share-at-component {
  margin-left: 25px;
}

.vrtx-share-at-component li.vrtx-share-at-FacebookAPI-true {
  display: none;
}

#uiodoc #main .vrtx-share-at-component li {
  background: none;
  padding-left: 0px;
  line-height: 1.33em;
  clear: none;
  white-space: nowrap;
}

.vrtx-share-at-component li a {
  font-weight: bold;
  font-size: 0.85em;
  min-height: 19px;
  margin-right: 22px;
  display: inline-block;
}

.vrtx-share-at-component li a.facebook {
  background: url("/vrtx/decorating/resources/dist/images/social-components-share-facebook-icon.gif") no-repeat 0 0; 
  padding-left: 21px;
}

.vrtx-share-at-component li a.twitter {
  background: url("/vrtx/decorating/resources/dist/images/social-components-share-twitter-icon.gif") no-repeat 0 0;
  padding-left: 20px;
  margin-right: 0;
}

.vrtx-share-component {
  display: block;
  z-index: 999;
  position: relative;
  top: 1px;
  float: left;
  width: auto;
}

.vrtx-social-components a.vrtx-share-link,
.vrtx-social-components a.vrtx-share-link.active,
.vrtx-social-components a.vrtx-share-link:focus,
.vrtx-social-components a.vrtx-share-link:hover {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-icon.png) no-repeat 0 0;
  display: inline-block;
  font-size: 11px;
  font-size: 0.85em;
  font-weight: bold;
  height: 19px;
  padding-left: 22px;
  padding-right: 0;
  color: #0b5a9d !important;
}

/* ^ Social components placement */

/* Comments */

.comments-header {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  padding: 14px 14px 20px 14px;
  position: relative;
  z-index: 1;
}

a.header-href {
  color: #2B2B2B;
  float: left;
  font-size: 1.38em;
}

div#comments-header-feedHref {
  float: right;
}

#add-comment-login {
  width: 39%;
  padding: 0.3em 3% 0.4em 0;
  margin-right: 3%;
  float: left;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

#add-comment-webid p,
#add-comment-login p,
#add-comment-login a.button {
  margin: 0;
}

.vrtx-comments {
  position: relative;
  width:537px;
  z-index: 1;
  padding-top: 20px;
  background-color: #f8f8f8;
  margin: 20px -15px 0;
  border-top: 1px solid #e4e4e4;
  float: left;
}

#right-main > .vrtx-comments,
.vrtx-hide-additional-content-true .vrtx-comments {
  width: 760px;
}

#total-main .vrtx-comments {
  width: 660px;
}

#total-main > .vrtx-comments,
#total-main .vrtx-hide-additional-content-true .vrtx-comments {
  width: 970px;
}

.vrtx-comment {
  background: #fff;
  position: relative;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 10px 0 0 0;  
}

.vrtx-comment .comment-body {
  font-size: 0.92em;
  line-height: 15px;
  padding: 10px 19px 15px 175px;  
  min-height: 65px;
  background: #f5f5f5;
  margin: 0 14px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.vrtx-comment .comment-body p,
.vrtx-comment .comment-body ol,
.vrtx-comment .comment-body ul {
  position: relative;
  z-index: 1;
}

.vrtx-comment .comment-info {
  font-size: 0.92em;
  position: absolute;
  top: 23px;
  left: 28px;
  width: 100%;
  height: 100%;
}

.vrtx-comment .vrtx-comment-background-hook-1 {
  display: none;
}

.vrtx-comment .comment-author {
  color: #2b2b2b;
  display: block;
  font-weight: bold;
  padding-bottom: 1px;
  width:140px;
}

.vrtx-comment .comment-author span.comment-author-part-one,
.vrtx-comment .comment-author span.comment-author-part-two {
  display: block;
}

.vrtx-comment .comment-author a {
  color: #0B5A9D;
}

.vrtx-comment .comment-author-line {
  display: none;
}

.vrtx-comment .comment-date {
  clear: left;
  color: #838383;
  float: left;
}

.add-comment {
  float:left;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 10px 14px 5px 15px;
  width: 506px;
}

#right-main > .vrtx-comments .add-comment,
.vrtx-hide-additional-content-true .add-comment {
  width: 729px;
}

#total-main .add-comment {
  width: 629px;
}

#total-main > .vrtx-comments .add-comment,
#total-main .vrtx-hide-additional-content-true .add-comment {
  width: 939px;
}

.add-comment-header {
  clear: left;
  font-size: 16px;
  font-size: 1.23em;
  padding-bottom: 10px;
  padding-top: 8px;
}

.comment-syntax-desc p {
  font-family: monospace;
}

.syntax-head {
  margin-top: 5px;
}

.vrtx-comments-post {
  width: 507px;
}

.vrtx-comments-post .comments-text iframe {
  border: 1px solid #ccc;
}

.comments-text {
  padding-bottom: 10px;
}

.comments-text textarea {
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding: 10px;
  width: 483px;
}

#vrtx-comments-delete-all {
  display: none;
}

.vrtx-comments-delete {
  display: block;
  position: absolute;
  bottom: 27px;
  right: 54px;
}

/* CK */

span.cke_skin_kama {
  border-color: #D9D9D9 !important;
  border-radius: 0 0 0 0 !important;
  padding: 0 !important;
}

span.cke_skin_kama .cke_wrapper {
  background: none repeat scroll 0 0 #F6F6F6 !important;
  border-radius: 0 0 0 0 !important;
  padding: 10px !important;
}

.cke_skin_kama .cke_toolgroup, .cke_skin_kama .cke_contents iframe {
  border: 1px solid #D9D9D9 !important;
}

.cke_skin_kama .cke_toolgroup {
  margin-bottom: 10px !important;
}

/* ^ Comments */

#TB_closeAjaxWindow,
#TB_closeAjaxWindow a {
  height: 20px !important;
}

/* ^ 09. Article */


/* 
 * 10. Event 
 *
 */

body#vrtx-structured-event .vevent {
  background:transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x scroll 0 100%;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  width: 387px;
  padding-right: 120px;
}

body#vrtx-structured-event .vrtx-hide-additional-content-true .vevent {
  width: 610px;
}

body#vrtx-structured-event #total-main .vrtx-hide-additional-content-true .vevent {
  width: 820px;
}

.vrtx-byline .vevent {
  font-family: Arial, sans-serif;
}

body#vrtx-structured-event .vrtx-introduction {
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}

.vevent span.time-and-place {
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
}

body#vrtx-structured-event .vevent .vrtx-number-of-comments-add-event-container {
  bottom: 9px;
  display:inline;
  font-size: 12px;
  font-size: 0.92em;
  font-weight: bold;
  position: absolute;
  right: 0px;
}

body#vrtx-structured-event .vevent .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 100% 0;
  padding: 0 0 0 17px;
}

body#vrtx-structured-event .vrtx-event-organizers {
  display: block;
  margin: 15px 0;
}

/* ^ 10. Event */


/* 
 * 11. Person and unit
 *
 */

#vrtx-person h1 {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background-color: #fff;
  margin-bottom: 0px !important;
  padding: 14px 14px 0px 14px;
}

#vrtx-person #vrtx-main-content {
  position: relative;
}

#vrtx-change-language-link {
  float: right;
}

#uiodoc #main #vrtx-change-language-link {
  text-decoration: none;
}

#uiodoc #main #vrtx-change-language-link:focus,
#uiodoc #main #vrtx-change-language-link:hover {
  text-decoration: underline;
}

#vrtx-frontpage #vrtx-change-language-link {
  margin-right: 15px;
  margin-top: 0.6em;
}

#vrtx-person #vrtx-person-change-language-link {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
}

#vrtx-person #vrtx-person-change-language-link a {
  text-decoration: none;
}

#vrtx-person #vrtx-person-change-language-link a:focus,
#vrtx-person #vrtx-person-change-language-link a:hover {
  text-decoration: underline;
}

#vrtx-organizational-unit-change-language-link {
  float: right;
}

#vrtx-person #total-main #vrtx-main-content {
  width: 660px;
}

#vrtx-person-position {
  font-family: Georgia, serif;
  font-size: 1.23em;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 0px 14px 0px 14px;
}

body.georgia-not-detected #vrtx-person-position {
  font-size: 1.1em;
  line-height: 1.44em;
}

#vrtx-person-contact-info-wrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0px;
  margin: 0 0 20px 0;
  padding: 20px 14px 14px 14px;
  width: 630px;
}

.vrtx-person-generated #vrtx-person-contact-info-wrapper {
  padding-top: 15px;
}

#right-main #vrtx-person-contact-info-wrapper {
  width: 507px;
}

#vrtx-person-main-content-wrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 14px;
  float: left;
  clear: both;
  width: 507px;
}

#vrtx-person-main-content-wrapper > h2:first-child {
  margin-top: 0px;
}

.vrtx-number-of-records {
  font-size: 16px;
  font-size: 1.23em;
}

#vrtx-person-contact-info-wrapper img {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 150px;
}

#vrtx-person-contact-info-wrapper img.vrtx-person-image-crisp {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.vrtx-person-contactinfo {
  float: left;
}

.vrtx-person-generated .vrtx-person-contactinfo {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 0;
  float: none;
  padding-top: 15px;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line {
  margin-bottom: 5px;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line,
.vrtx-unit-contactinfo .vrtx-unit-contact-info-line,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number,
#vrtx-main-content .vrtx-organizational-unit-phone,
#vrtx-main-content .vrtx-organizational-unit-fax,
#vrtx-main-content .vrtx-organizational-unit-email,
#vrtx-main-content .vrtx-organizational-unit-areacode {
  position: relative;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line,
.vrtx-person-contactinfo .vrtx-person-other-units {
  width: 342px;
}

.vrtx-unit-contactinfo .vrtx-unit-contact-info-line .vrtx-label,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-phone .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-fax .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-email .vrtx-label {
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: 0px;
}

.vrtx-person-other-units .vrtx-label,
.vrtx-unit-contactinfo .vrtx-label {
  font-weight: bold;
  display: block;
}

.vrtx-unit-contactinfo .vrtx-unit-contact-info-line .vrtx-value,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number .vrtx-value,
.vrtx-unit-contactinfo .vrtx-unit-abbreviation .vrtx-value,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-value,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-login,
.vrtx-person-generated .vrtx-person-visiting-address .vrtx-address-line,
.vrtx-person-generated .vrtx-person-postal-address .vrtx-address-line,
#vrtx-main-content .vrtx-organizational-unit-phone-fax .tel,
#vrtx-main-content .vrtx-organizational-unit-email a {
  display: block;
  padding-left: 120px;
}

.vrtx-person-other-units {
  padding: 10px 0 5px 0;
}

.vrtx-person-other-units .vrtx-value,
.vrtx-person-other-units .vrtx-values {
  display: block;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address,
.vrtx-person-contactinfo .vrtx-person-postal-address {
  float: left;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 10px;
  width: 160px;
}

.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-contact-info-line {
  width: auto;
  float: none;
  margin: 0 0 5px 0;
  padding: 0px;
}

.vrtx-person-other-units,
.vrtx-person-full-presentation {
  clear: left;
}

.vrtx-person-generated .vrtx-person-full-presentation {
  padding-top: 10px;
}

.vrtx-person-full-presentation {
  display: block;
  padding-top: 2px;
}

.vrtx-person-other-units .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-visiting-address .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-postal-address .vrtx-label {
  padding-bottom: 2px;
}

.vrtx-unit-phone {
  float: left;
  width: 270px;
}

#vrtx-main-content .vrtx-organizational-unit-postal-address,
#vrtx-main-content .vrtx-organizational-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-postal-address {
  padding-top: 0px;
  padding-bottom: 15px;
  float: left;
  width: 160px;
  margin-right: 20px;
}

#vrtx-main-content .vrtx-organizational-unit-postal-address,
#vrtx-main-content .vrtx-organizational-unit-visiting-address {
  margin-top: 0px;
}

#vrtx-main-content .vrtx-organizational-unit-phone-fax,
#vrtx-main-content .vrtx-organizational-unit-email,
#vrtx-main-content .vrtx-organizational-unit-areacode {
  float: right;
  margin-top: 0px;
  width: 370px;
}

#vrtx-organizational-unit #vrtx-main-content #vrtx-related-content {
  padding: 14px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address span,
.vrtx-person-contactinfo .vrtx-person-postal-address span {
  display: block;
}

.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-visiting-address span.vrtx-address-line-seperator,
.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-postal-address span.vrtx-address-line-seperator {
  display: inline;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address span.vrtx-label {
  font-weight: bold;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address {
  margin-right: 7px;
}

.vrtx-person-contactinfo .vrtx-person-postal-address span.vrtx-label {
  font-weight: bold;
}

.vrtx-unit-contact-info-line,
.vrtx-unit-org-unit-number {
  clear: left;
}

.vrtx-unit-abbreviation {
  display: none;
}

#vrtx-person-contact-info-extras {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x 0 0;
  clear: both;
  margin: 5px -5px 0 -5px;
  padding: 10px 5px 0;
  float: left;
  width: 507px;
}

#vrtx-person-contact-info-extras a#vrtx-press-photo {
  background: url(/vrtx/decorating/resources/dist/images/person-press-photo-icon.png) no-repeat 0 50%;
  padding-left: 24px;
  margin-right: 30px;
}

#vrtx-person-contact-info-extras a#vrtx-person-vcard {
  background: url(/vrtx/decorating/resources/dist/images/person-vcard-icon.png) no-repeat 0 50%;
  padding-left: 24px;
}

body#vrtx-person div.vrtx-report-change,
body#vrtx-unit div.vrtx-report-change {
  clear: left;
  text-align: right;
  margin-top: 10px;
  float: left;
  width: 100%;
}

body#vrtx-person .vrtx-person-generated div.vrtx-report-change {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 0;
  padding-top: 15px;
}

ul.vrtx-sub-units {
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  padding: 0px;
  width: 273px;
}

ul.vrtx-sub-units.thirds-middle {
  width: 274px !important
}

ul.vrtx-sub-units li {
  background: url(/vrtx/decorating/resources/dist/images/arrow-big-grey.gif) no-repeat top left;
  padding-left: 16px;
  font-size: 1.31em;
  margin: 0 0 10px 0;
}

#vrtx-unit #main #vrtx-main-content h2 {
  clear: left;
}

#vrtx-publications-spinner {
  display: block;
  background: url(/vrtx/decorating/resources/dist/images/spinner.gif) no-repeat top left;
  padding-left: 22px;
  min-height: 16px;
}

#vrtx-organizational-unit #vrtx-publications-wrapper {
  padding: 14px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  overflow: hidden;
}

#vrtx-organizational-unit-publications #vrtx-publications-wrapper > h2 {
  display: none;
}

#vrtx-organizational-unit #vrtx-publications-wrapper > h2 {
  margin-top: 0px;
}

a.other-language {
  float: right;
  padding: 5px;
  position:absolute;
  right:0;
  top:30px;
}

#vrtx-person .vrtx-projects > p {
  display: none;
}

/* ^ 11. Person and unit */


/* 12. Contact supervisor */

.vrtx-contact-supervisor-box {
  width: 730px;
  clear: both;
  float: left;
  margin-bottom: 20px;
  background: #fff url(../images/contact-supervisor-arrow-big-grey.png) no-repeat 57% center;
}

.vrtx-contact-supervisor-box:focus,
.vrtx-contact-supervisor-box:hover {
  background-image: url(/vrtx/decorating/resources/dist/images/contact-supervisor-arrow-big-blue.png);
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description,
.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info {
  background-color: #f6f6f6;
  padding: 15px 20px 5px;
  border: 1px solid #d1d1d1;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description *:first-child,
.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description {
  float: left;
  width: 44%;
  font-size: 1.15em;
  line-height: 1.41em;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info {
  float: right;
  width: 32%;
}

/* ^ 12. Contact supervisor */


/* 13. Organizational unit */

#vrtx-organizational-unit-main h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}

#vrtx-organizational-unit-main .vrtx-introduction-image {
  margin: 0;
}

.vrtx-organizational-unit-introduction {
  float: none;
  clear: none;
  padding: 0px;
  margin: 10px 0;
}

.vrtx-organizational-unit-responsibilities {
  margin-top: 10px;
}

.vrtx-organizational-unit-responsibilities h2 {
  margin-top: 0px;
}

#vrtx-organizational-unit-employees ul {
  margin-left: 0px !important;
}

#vrtx-organizational-unit-employees ul li {
  float: left;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-right: 55px;
  background: none;
  width: 202px;
  padding-top: 4px;
}

#vrtx-organizational-unit-employees ul li ul li {
  padding-top: 0px;
  margin-right: 0px;
  width: 140px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-picture {
  float: left;
  width: 90px;
  margin-right: 10px;
  padding-bottom: 15px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-info {
  float: left;
  margin-top: -4px;
  width: 102px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-info li {
  font-weight: bold;
}

#vrtx-organizational-unit-employees ul li.vrtx-organizational-unit-employees-even {
  margin-right: 0;
  clear: none;
}

body#vrtx-organizational-unit .vrtx-frontpage-box-picture {
  margin-left: 0;
  margin-top: 0;
  float: none;
}


body#vrtx-organizational-unit span.vrtx-label {
  display: block;
  font-weight: bold;
}

body#vrtx-organizational-unit span.vrtx-address-line {
  display: block;
}

.vrtx-organizational-unit-postal-address,
.vrtx-organizational-unit-visiting-address,
.vrtx-organizational-unit-phone-fax,
.vrtx-organizational-unit-phone,
.vrtx-organizational-unit-fax,
.vrtx-organizational-unit-email,
.vrtx-organizational-unit-areacode {
  display: block;
  margin-top: 10px;
}

.vrtx-organizational-unit-phone,
.vrtx-organizational-unit-fax {
  margin-top: 0px;
}

.vrtx-organizational-unit-email a {
  clear: left;
  display: block;
  font-weight: bold;
}

#vrtx-external-work #vrtx-external-work-tabs table {
  width: 728px;
  table-layout: fixed;
}

#vrtx-external-work #vrtx-external-work-tabs table td {
  word-wrap: break-word;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-name,
#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-employed-at {
  width: 15%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-organization {
  width: 18%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-type {
  width: 30%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-start-date,
#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-scope {
  width: 12%;
}

#vrtx-external-work #vrtx-external-work-tabs .ui-widget-content {
  padding: 15px 0 0 0;
  border-width: 1px 0 0 0;
}

#vrtx-external-work #vrtx-external-work-tabs .ui-widget-content >*:first-child {
  margin-top: 0px;
}

/* ^ 13. Organizational unit */


/*
 * 14. Paging
 *
 */

.vrtx-paging-feed-wrapper,
.vrtx-search-paging {
  clear: both;
  display: block;
  font-size: 12px;
  float: left;
  width: 100%;
  font-size: 0.92em;
}

.vrtx-search-paging {
  width: auto;
  float: right;
}

.vrtx-paging-wrapper {
  display: block;
  float: left;
  width: auto;
  margin-bottom: 5px !important;
}

.vrtx-feed-link {
  background: none;
  font-size: 100% !important;
}

.vrtx-feed-link,
.vrtx-paging-feed-wrapper .vrtx-feed-link {
  float: right;
  width: auto;
  clear: none !important;
  padding: 0 0 0 22px !important;
  background: url(/vrtx/decorating/resources/dist/images/rss-icon-grey.png) no-repeat 0 2px !important;
  margin-left: 15px;
  height: auto !important;
}

.vrtx-feed-link a,
.vrtx-paging-feed-wrapper .vrtx-feed-link a {
  background: none;
  font-size: 11px;
  font-size: 0.92em;
  font-weight: bold;
  padding-left: 0 !important;
  white-space: nowrap;
}

.vrtx-search-paging {
  clear: none;
  padding-top: 0 !important;
  white-space: normal !important;
}

.hits {
  clear: left;
  display: block;
  padding-left: 0px;
  padding-top: 25px;
  font-size: 1.15em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
}

.vrtx-paging-feed-wrapper .vrtx-previous, 
.vrtx-paging-feed-wrapper .vrtx-next {
  font-weight: bold;
  width: auto;
}

.vrtx-paging-feed-wrapper .vrtx-next {
  margin-left: 7px;
}

.vrtx-paging-feed-wrapper .vrtx-previous {
  margin-right: 15px;
}

.vrtx-paging-feed-wrapper .vrtx-page-number,
.vrtx-search-paging a {
  font-weight: bold;
  font-size: 12px;
  font-size: 1em;
  margin-right: 8px;
}

.vrtx-paging-feed-wrapper .vrtx-marked,
.vrtx-search-paging #vrtx-search-current-page {
  background-color:#0B5A9D;
  color:#FFFFFF;
  margin-right:5px;
  padding:1px 5px;
}

/* ^ 14. Paging */


/*
 * 15. Person- and unitlisting
 * 
 * TODO: needs tidy up of multiple id/classes
 */

/* Personheader */

#vrtx-person-listing .vrtx-additional-content {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  clear: left;
  float: left;
  margin-bottom:35px;
  padding: 12px 14px 14px 14px;
  width: 730px;
}

#vrtx-unit-person-listing .vrtx-additional-content {
  clear: left;
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
}

#vrtx-unit-person-listing .vrtx-additional-content h3,
#vrtx-person-listing .vrtx-additional-content h3 {
  margin-top: 0px;
}

#vrtx-unit-person-listing .vrtx-big-search {
  clear: left;
}

#vrtx-unit-person-listing .vrtx-additional-content ul,
#vrtx-person-listing .vrtx-additional-content ul {
  margin-left: 0;
  margin-right: 0;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li,
#vrtx-person-listing .vrtx-additional-content ul li {
  background: none;
  padding-left: 0;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li a,
#vrtx-person-listing .vrtx-additional-content ul li a {
  font-weight: bold;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li.vrtx-tags-element,
#vrtx-person-listing .vrtx-additional-content ul li.vrtx-tags-element {
  color: #0b5a9d;
  font-weight: bold;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container,
#vrtx-person-listing .vrtx-additional-content .vrtx-tags-container {
  float: left;
  width: auto;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container {
  width: 100%;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container .vrtx-more,
#vrtx-person-listing .vrtx-additional-content .vrtx-tags-container .vrtx-more {
  margin-right: 20px;
}

#vrtx-unit-person-listing .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  float: left;
  margin-right: 20px;
  padding-right: 0;
  width: 162px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  margin-right: 5px;
  float: right;
}

#vrtx-unit-person-listing #total-main .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing #total-main .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing #total-main .vrtx-additional-content .vrtx-departments-container,
#vrtx-person-listing #total-main .vrtx-additional-content .vrtx-search-container {
  width: 215px;
}

#vrtx-unit-person-listing #total-main .vrtx-additonal-content,
#vrtx-person-listing #total-main .vrtx-additional-content {
  width: 940px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  margin-right: 5px;
  float: right;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form.vrtx-search-form,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form#personer {
  margin-top:3px;
  width: 154px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form.vrtx-search-form input#person-search,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form#personer input#person-search {
  width: 109px;
}

#vrtx-person-listing .ac_results {
  border-top: 1px solid #ccc;
}

/* ^ Personheader */

.vrtx-person-search-result-container .vrtx-person-number-of-hits {
  margin: 15px 0 10px 0;
  float: left;
  clear: left;
  width: 100%;
}

.vrtx-collections {
  display: none;
}

table.vrtx-person-listing,
table.vrtx-unit-listing {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  clear: left;
  margin: 0 0 10px 0;
  width: 100%;
  table-layout: fixed;
}

#vrtx-tagview table.vrtx-person-listing,
#vrtx-personsearch table.vrtx-person-listing {
  border-bottom: 0px;
}

#vrtx-unit table.vrtx-person-listing,
#vrtx-unit-person-listing table.vrtx-person-listing {
  border-bottom: none;
}

table.vrtx-person-listing caption,
table.vrtx-unit-listing caption {
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 1.23em;
  font-weight: bold;
}

table.vrtx-person-listing a,
table.vrtx-unit-listing a {
  font-weight: bold;
}

table.vrtx-person-listing tbody,
table.vrtx-unit-listing tbody {
  background-color: #fff;
}

table.vrtx-person-listing thead tr,
table.vrtx-unit-listing thead tr {
  background-color: transparent;
  background-image: none;
  border-width: 0 0 1px 0; 
}

table.vrtx-person-listing th,
table.vrtx-unit-listing th {
  font-weight: bold;
  padding: 0 0 5px 10px;
  vertical-align: bottom;
  background-color: transparent;
  border: none;
}

#vrtx-tagview table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-personsearch table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-unit table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-unit-person-listing table.vrtx-person-listing th.vrtx-person-listing-name {
  padding-left: 0;
}

table.vrtx-person-listing th.vrtx-person-listing-name {
  width: 27%;
}

table.vrtx-person-listing th.vrtx-person-listing-phone {
  width: 13%;
}

table.vrtx-person-listing th.vrtx-person-listing-email {
  width: 25%;
  white-space: nowrap;
}

.vrtx-person-listing-phone span,
.vrtx-person-listing-email span {
  display: block;
}

table.vrtx-person-listing th.vrtx-person-listing-tags {
  width: 23%;
}

table.vrtx-person-listing td,
table.vrtx-unit-listing td {
  border: none !important;
  padding: 10px 0;
  vertical-align: top;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) no-repeat -4px 0;
  overflow: hidden;
}

table.vrtx-person-listing td.vrtx-person-listing-name {
  background-position: 6px 0;
}

table.vrtx-person-listing td.vrtx-person-listing-tags {  
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x 0 0;
}

#vrtx-tagview table.vrtx-person-listing td,
#vrtx-personsearch table.vrtx-person-listing td,
#vrtx-unit table.vrtx-person-listing td,
#vrtx-unit-person-listing table.vrtx-person-listing td {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) no-repeat -4px 0;
}

table.vrtx-person-listing tr.vrtx-person-1 td,
table.vrtx-unit-listing tr.vrtx-unit-1 td {
  background-image: none;
}

#vrtx-tagview table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-personsearch table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-unit table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-unit-person-listing table.vrtx-person-listing tr.vrtx-person-1 td {
  border-top: none !important;
}

table.vrtx-person-listing td.vrtx-person-listing-name,
table.vrtx-unit-listing td.vrtx-unit-listing-name {
  border-left: 1px solid #e4e4e4 !important;
}

table.vrtx-unit-listing td.vrtx-unit-listing-name {
  padding-left: 10px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name {
  border-left: none !important;
}

table.vrtx-person-listing td.vrtx-person-listing-name a,
table.vrtx-person-listing td.vrtx-person-listing-name span {
  display: block;
  margin-left: 60px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name span {
  margin-left: 50px;
}

table.vrtx-person-listing td.vrtx-person-listing-name img {
  width: 40px;
}

table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image {
  float: left;
  margin-left: 10px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image {
  margin-left: 0px;
}

table.vrtx-person-listing td.vrtx-person-listing-phone {
  /* white-space: nowrap; */
}

table.vrtx-person-listing td.vrtx-person-listing-email {
  overflow: hidden;
  white-space: nowrap;
}

#vrtx-unitsearch table.vrtx-unit-listing td.vrtx-unit-listing-phone {
  padding-left: 10px;
}

/* Align phone and email correctly in tables */
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-person-tags-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-person-tags-listing table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-person-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-person-listing table.vrtx-person-listing td.vrtx-person-listing-phone span {
  display: block;
  margin-left: 10px;
}

table.vrtx-unit-listing td.vrtx-unit-listing-fax,
table.vrtx-unit-listing td.vrtx-unit-listing-tags,
table.vrtx-person-listing td.vrtx-person-listing-tags {
  padding: 10px;
  border-right: 1px solid #e4e4e4 !important;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-tags {
  border-right: none !important;
  padding-right: 0;
}

table.vrtx-unit-listing tr.vrtx-unit-1 td,
table.vrtx-person-listing tr.vrtx-person-1 td {
  border-top: 1px solid #e4e4e4 !important;
}

#vrtx-unit-search-details {
  margin: 0 0 10px 0;
  display: block;
}

body#vrtx-unit-person-listing .vrtx-person-listing-number-of-hits,
body#vrtx-unit-person-listing #vrtx-person-listing-number-of-hits {
  margin-top: 10px;
}

/* Affiliated */

.vrtx-unit-person-listing-affiliated .vrtx-person-search-tag-search-suggestions {
  font-size: 1.154em;
  margin: 15px 0 0 0;
}

/* Tags and sub units */

.vrtx-tags-sub-units {
  float: left;
  width: 100%;
}

.vrtx-tags-sub-units .vrtx-sub-units {
  width: auto;
}

.vrtx-tags-sub-units .vrtx-sub-units li {
  background: url("/vrtx/decorating/resources/dist/images/bullet-li-grey.png") no-repeat scroll 0 7px transparent;
  padding-left: 9px;
  font-size: 1em;
  margin: 2px 0 3px;
}

.vrtx-tags-sub-units .vrtx-dropdown-component-toggled {
  position: relative;
  clear: left;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper {
  right: auto;
  left: 0;
  top: auto;
  background: none;
  border-top: 1px solid #ccc;
  padding-top: 0px;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper-inner {
  border-bottom: 1px solid #ccc;
  padding: 4px 0 1px 0;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper li a {
  border-bottom: none;
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 11px 9px !important;
  padding: 2px 11px 3px 20px !important;
}

#vrtx-main-content .vrtx-tags-sub-units .thirds-left,
#vrtx-main-content .vrtx-tags-sub-units .thirds-middle,
#vrtx-main-content .vrtx-tags-sub-units .thirds-right,
#vrtx-main-content .vrtx-tags-sub-units .fourths-left,
#vrtx-main-content .vrtx-tags-sub-units .fourths-middle,
#vrtx-main-content .vrtx-tags-sub-units .fourths-right,
#vrtx-main-content .vrtx-tags-sub-units .vrtx-sub-units {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.vrtx-tags-sub-units.has-person-search {
  margin-top: 20px;
  padding-top: 20px;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x 0 0;
}

.vrtx-tags-sub-units h3 {
  margin-top: 0px;
}

.vrtx-tags-sub-units .left,
.vrtx-tags-sub-units .right {
  padding-bottom: 0px;
}

#main .vrtx-tags-sub-units .left {
  width: 68%;
  margin-right: 2%;
}

#main .vrtx-tags-sub-units .right {
  width: 29%;
  margin-right: 0;
}

#main .vrtx-tags-sub-units .vrtx-sub-units.left,
#main .vrtx-tags-sub-units .vrtx-sub-units.right {
  width: 48%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-left,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-middle,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-right {
  width: 30%;
  margin-right: 3%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-left,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-middle,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-right {
  float: left;
  width: 22%;
  margin-right: 2%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-right,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-right {
  margin-right: 0px;
}

.vrtx-unit-person-listing-affiliated .vrtx-sub-units-more {
  display: none;
}

body.js .vrtx-unit-person-listing-affiliated .vrtx-sub-units li.vrtx-sub-unit-hidden {
  display: none;
}

body.js .vrtx-unit-person-listing-affiliated .vrtx-sub-units-more,
.vrtx-unit-person-listing-affiliated .vrtx-tags-more {
  background: url("/vrtx/decorating/resources/dist/images/plus-sign.png") no-repeat center left;
  margin: 10px 0 0 0;
  padding: 0 0 0 14px;
  display: inline-block;
}

.vrtx-unit-person-listing-affiliated .vrtx-tags-more {
  float: left;
}

.vrtx-unit-person-listing-affiliated .vrtx-tags-more,
.vrtx-unit-person-listing-affiliated .vrtx-person-listing-number-of-hits {
  clear: both;
}

body#vrtx-unit-person-listing .vrtx-unit-person-listing-affiliated .vrtx-person-listing-number-of-hits {
  padding: 5px 15px 10px 15px;
  margin: -15px -15px 15px -15px;
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold;
  background: #F8F8F8;
  border-bottom: 1px solid #E4E4E4;
}

body#vrtx-unit-person-listing #vrtx-affiliated-employees > .vrtx-person-listing-number-of-hits {
  margin: 17px -15px 11px;
  padding: 25px 15px 10px;
  border-top: 1px solid #e4e4e4;
}

/* Separate person list if has tags or sub units */

.vrtx-person-list-box {
  margin: 14px 0 -15px -15px;
  padding: 20px 0 0 0;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  float: left;
  width: 760px;
}

#total-main .vrtx-person-list-box {
  width: 970px;
}

.vrtx-person-list-box-inner {
  background: #fff;
  padding: 14px;
  border: 1px solid #e4e4e4;
}

.vrtx-person-list-box .vrtx-paging-feed-wrapper,
.vrtx-person-list-box .vrtx-paging-feed-wrapper .vrtx-paging-wrapper {
  float: none;
}

.vrtx-unit-person-listing-affiliated .vrtx-person-listing {
  margin-bottom: 0px;
}

.vrtx-unit-person-listing-affiliated .ui-tabs.ui-widget .vrtx-paging-feed-wrapper .vrtx-marked {
  color: #fff;
}

/* ^ 15. Person- and unitlisting */


/* 
 * 16. Project-, article- and eventlisting 
 *
 * TODO: remove .-classes and simplify to using .vrtx-resources and .vrtx-resource
 *
 */

.articleListing\.searchComponent,
.projectListing\.defaultListing,
.tagged-resources,
.messageListing\.defaultListing,
.collectionListing\.searchComponent,
.collectionListing\.searchComponent2,
.researchGroupListing\.defaultListing,
.eventListing\.upcomingEventsSearchComponent,
.eventListing\.ongoingEvents,
.eventListing\.previousEventsSearchComponent,
.structured\.eventListing\.upcomingEventsSearchComponent,
.structured\.eventListing\.ongoingEvents,
.structured\.eventListing\.previousEventsSearchComponent {
  width: 100%;
  float: left;
}

.articleListing\.searchComponent .vrtx-default-article,
.articleListing\.searchComponent .vrtx-featured-article,
.projectListing\.defaultListing .vrtx-project,
.researchGroupListing\.defaultListing .vrtx-research-group,
.vrtx-resources .vevent,
.tagged-resources .vrtx-resource,
.messageListing\.defaultListing .vrtx-resource,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource,
.collectionListing\.searchComponent .vrtx-resource,
.collectionListing\.searchComponent2 .vrtx-resource {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 730px;
  margin-top: -3px;
}

#vrtx-main-content .articleListing\.searchComponent .vrtx-default-article,
#vrtx-main-content .articleListing\.searchComponent .vrtx-featured-article,
#vrtx-main-content .projectListing\.defaultListing .vrtx-project,
#vrtx-main-content .researchGroupListing\.defaultListing .vrtx-research-group,
#vrtx-main-content .vrtx-resources .vevent,
#vrtx-main-content .tagged-resources .vrtx-resource,
#vrtx-main-content .collectionListing\.searchComponent .vrtx-resource,
#vrtx-main-content .collectionListing\.searchComponent2 .vrtx-resource {
  width: 507px;
}

#total-main .articleListing\.searchComponent,
#total-main .projectListing\.defaultListing,
#total-main .researchGroupListing\.defaultListing,
#total-main .articleListing\.searchComponent .vrtx-default-article,
#total-main .articleListing\.searchComponent .vrtx-featured-article,
#total-main .projectListing\.defaultListing .vrtx-project,
#total-main .researchGroupListing\.defaultListing .vrtx-research-group,
#total-main .vrtx-resources .vevent,
#total-main .tagged-resources .vrtx-resource,
#total-main .messageListing\.localRepoLookupSearchComponent .vrtx-resource,
#total-main .messageListing\.defaultListing .vrtx-resource,
#total-main .collectionListing\.searchComponent .vrtx-resource,
#total-main .collectionListing\.searchComponent2 .vrtx-resource {
  width: 940px;
}

#total-main #vrtx-main-content .articleListing\.searchComponent,
#total-main #vrtx-main-content .projectListing\.defaultListing,
#total-main #vrtx-main-content .researchGroupListing\.defaultListing,
#total-main #vrtx-main-content .articleListing\.searchComponent .vrtx-default-article,
#total-main #vrtx-main-content .articleListing\.searchComponent .vrtx-featured-article,
#total-main #vrtx-main-content .projectListing\.defaultListing .vrtx-project,
#total-main #vrtx-main-content .researchGroupListing\.defaultListing .vrtx-research-group,
#total-main #vrtx-main-content .vrtx-resources .vevent,
#total-main #vrtx-main-content .tagged-resources .vrtx-resource,
#total-main #vrtx-main-content .collectionListing\.searchComponent .vrtx-resource,
#total-main #vrtx-main-content .collectionListing\.searchComponent2 .vrtx-resource {
  width: 630px;
}

#vrtx-collection #total-main #vrtx-main-content,
#vrtx-article-listing #total-main #vrtx-main-content,
#vrtx-event-listing #total-main #vrtx-main-content,
#vrtx-project-listing #total-main #vrtx-main-content,
#vrtx-research-group-listing #total-main #vrtx-main-content,
#vrtx-master-listing #total-main #vrtx-main-content {
  width: 630px;
}

div.vrtx-resource div.introduction p {
  margin: 3px 0 8px !important;
}

.articleListing\.searchComponent .vrtx-default-article a.vrtx-image,
.articleListing\.searchComponent .vrtx-featured-article a.vrtx-image,
.projectListing\.defaultListing .vrtx-project a.vrtx-image,
.researchGroupListing\.defaultListing .vrtx-research-group a.vrtx-image,
.vrtx-resources .vevent a.vrtx-image,
.tagged-resources .vrtx-resource a.vrtx-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px 0 0 0;
}

.articleListing\.searchComponent .vrtx-default-article div.vrtx-title,
.articleListing\.searchComponent .vrtx-featured-article div.vrtx-title,
.projectListing\.defaultListing .vrtx-project div.vrtx-title,
.researchGroupListing\.defaultListing .vrtx-research-group div.vrtx-title,
.vrtx-resources .vevent div.vrtx-title,
.messageListing\.defaultListing .vrtx-resource div.vrtx-title,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .vrtx-title,
.tagged-resources .vrtx-resource div.vrtx-title,
.collectionListing\.searchComponent .vrtx-resource div.vrtx-title,
.collectionListing\.searchComponent2 .vrtx-resource div.vrtx-title {
  margin-bottom: 2px;
  padding: 0;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-title a,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-title a,
.projectListing\.defaultListing .vrtx-project .vrtx-title a,
.researchGroupListing\.defaultListing .vrtx-research-group .vrtx-title a,
.vrtx-resources .vevent .vrtx-title a,
.messageListing\.defaultListing .vrtx-resource .vrtx-title a.vrtx-title,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .vrtx-title a.vrtx-title,
.tagged-resources .vrtx-resource .vrtx-title a,
.collectionListing\.searchComponent .vrtx-resource .vrtx-title a,
.collectionListing\.searchComponent2 .vrtx-resource .vrtx-title a {
  color: #2b2b2b;
  font-size: 18px !important;
  font-size: 1.38em !important;
  font-weight: normal !important;
  padding-bottom: 0;
  line-height: 23px;
  line-height: 1.35em;
}

.vrtx-resource a.vrtx-title:focus,
.vrtx-resource a.vrtx-title:hover {
  color: #2b2b2b !important;
  text-decoration: underline !important;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-number-of-comments-add-event-container,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-number-of-comments-add-event-container {
  font-size: 12px;
  border-left: 0;
  font-size: 0.92em;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-number-of-comments-add-event-container a,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-number-of-comments-add-event-container a {
  color: #838383;
}

.articleListing\.searchComponent .vrtx-default-article .description,
.articleListing\.searchComponent .vrtx-featured-article .description,
.projectListing\.defaultListing .vrtx-project .description,
.researchGroupListing\.defaultListing .vrtx-research-group .description,
.vevent .description,
.messageListing\.defaultListing .vrtx-resource .introduction,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .introduction,
.tagged-resources .vrtx-resource .introduction,
.collectionListing\.searchComponent .vrtx-resource .description,
.collectionListing\.searchComponent2 .vrtx-resource .description {
  padding-top: 10px !important;
}

.collectionListing\.searchComponent .vrtx-resource .lastModified,
.collectionListing\.searchComponent2 .vrtx-resource .lastModified,
.messageListing\.defaultListing .vrtx-resource .published-date,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .published-date,
.tagged-resources .vrtx-resource .publish-date,
.articleListing\.searchComponent .vrtx-default-article .published-date,
.articleListing\.searchComponent .vrtx-featured-article .published-date {
  font-size: 0.92em;
  display: inline;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-read-more,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-read-more,
.projectListing\.defaultListing .vrtx-project .vrtx-read-more,
.tagged-resources .vrtx-resource .vrtx-read-more,
.researchGroupListing\.defaultListing .vrtx-research-group .vrtx-read-more,
.vevent .vrtx-read-more {
  display: block;
  font-weight: bold;
  padding-top: 4px;
  margin: 0 !important;
}

.vrtx-event-component .vrtx-image,
.vrtx-event-component .vrtx-image img,
.vrtx-daily-events-listing .vrtx-resource .vrtx-image,
.vrtx-daily-events-listing .vrtx-resource .vrtx-image img,
.vrtx-resources .vrtx-resource .vrtx-image,
.vrtx-resources .vrtx-resource .vrtx-image img {
  max-width: 170px !important;
  width: auto !important;
}

#vrtx-message-listing .vrtx-message-listing-locked,
#vrtx-message-listing .vrtx-message-listing-edit {
  margin: 0 0 0 5px;
}

#vrtx-message-listing #vrtx-message-listing-create {
  font-size: 0.813em;
  font-family: Arial, sans-serif;
}

#vrtx-message-listing p > a#vrtx-message-listing-create {
  display: inline-block;
  margin: -5px 0 10px;
  font-size: 1em;
}

/* 2 column view */

#articleListing\.searchComponent.vrtx-two-columns .vrtx-image,
#articleListing\.searchComponent.vrtx-two-columns .vrtx-image img {
  max-width: 90px !important;
  width: auto !important;
}

#articleListing\.searchComponent.vrtx-two-columns.vrtx-resource-prioritize-first #vrtx-result-1 {
  clear: left;
  float: left;
  width: 100% !important;
}

#articleListing\.searchComponent.vrtx-resource-prioritize-first #vrtx-result-1 .vrtx-image,
#articleListing\.searchComponent.vrtx-resource-prioritize-first #vrtx-result-1 .vrtx-image img {
  max-width: none !important;
}

#articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 335px;
  padding-right: 20px;
}

#vrtx-main-content #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 222px;
}

#total-main #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 439px;
}

#total-main #vrtx-main-content #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 284px;
}

#articleListing\.searchComponent .vrtx-featured-article-left,
#articleListing\.searchComponent .vrtx-default-article-left {
  float: left;
}

#articleListing\.searchComponent .vrtx-featured-article-right,
#articleListing\.searchComponent .vrtx-default-article-right {
  clear: none;
  float: right;
}

/* ^ 2 column view */

/* Regular collection with ispcons */

#collectionListing\.searchComponent .vrtx-resource {
  position: relative;
}

.vrtx-collection-listing-table .vrtx-resource-open-webdav,
#collectionListing\.searchComponent .vrtx-resource-open-webdav {
  color: #3d9a01;
  font-weight: bold !important;
  display: none;
}

.vrtx-collection-listing-table .vrtx-resource-locked-webdav,
#collectionListing\.searchComponent .vrtx-resource-locked-webdav {
  display: none;
}

#collectionListing\.searchComponent .vrtx-resource-locked-webdav,
#collectionListing\.searchComponent .vrtx-resource-open-webdav {
  top: 2px;
  position: absolute;
  font-size: 1.154em !important;
}

#collectionListing\.searchComponent .vrtx-resource-locked-webdav a {
  font-size: 1em !important;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-big.png) no-repeat top left;
  display: block;
  width: 36px;
  height: 55px;
  float: left;
  margin-right: 15px;
}

#collectionListing\.searchComponent .vrtx-resource-icon .introduction {
  margin-left: 51px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.binary {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-binary-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.dmg {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-dmg-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.zip {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-zip-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.jar {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-jar-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.doc {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-doc-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.pdf {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-pdf-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.xls {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-xls-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.text {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-txt-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.ppt {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-ppt-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.image {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-image-big.png) no-repeat 2px 7px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.audio {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-audio-big.png) no-repeat 7px 7px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.video,
#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.videoref {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-video-big.png) no-repeat 0px 5px;
}

/* ^ Regular collection with icons */


/* Regular collection component */

#uiodoc .vrtx-collection-listing-component a {
  text-decoration: none;
}

#uiodoc .vrtx-collection-listing-component a:focus,
#uiodoc .vrtx-collection-listing-component a:hover {
  text-decoration: underline;
}

.vrtx-collection-listing-component {
  text-align: right;
}

.vrtx-collection-listing-component table,
.vrtx-collection-listing-component h3 {
  text-align: left;
}

.vrtx-collection-listing-component h3 {
  margin-bottom: -5px !important;
}

.vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  margin-top: 0px;
}

#vrtx-main-content .vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  font-size: 1.38em;
  line-height: 1.33em;
}

#vrtx-additional-content .vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  font-size: 1.23em;
  line-height: 1.2em;
}

.vrtx-collection-listing-component table {
  border: none !important;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.vrtx-collection-listing-table-compact td.vrtx-collection-listing-title span {
  display: block;
  padding-left: 30px;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-title {
  width: 40%;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-modified-by {
  width: 30%;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-last-modified {
  width: 25%;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-title {
  padding-right: 10px;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified-by,
.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified {
  padding-left: 0px;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified-by a {
  color: #2b2b2b;
}

.vrtx-collection-listing-component table tr td {
  border: none;
  overflow: hidden;
  word-wrap: break-word;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;  
}

.vrtx-collection-listing-component table tr td.first-col {
  border-left: 1px solid transparent;
}

.vrtx-collection-listing-component table tr td.last-col {
  border-right: 1px solid transparent;
}

.vrtx-collection-listing-component table tr.even td {
  border-color: #f0f0f0;  
  background-color: #f9f9f9; 
}

.vrtx-collection-listing-component table tr:hover td,
.vrtx-collection-listing-component table tr:focus td {
  background-color: #ecf3f9;
  border-color: #c7dadf;
}

.vrtx-collection-listing-component table tr th {
  background: transparent;
  border: none !important;
  white-space: nowrap;
  padding-left: 0px;
  padding-right: 15px;
}

.vrtx-collection-listing-component a.vrtx-icon {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-small.gif) no-repeat center left;
  height: 22px;
  width: 30px;
  float: left;
  display: block;
}

.vrtx-collection-listing-component a.vrtx-icon.binary {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-binary-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.dmg {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-dmg-small.png) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.zip {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-zip-small.png) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.jar {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-jar-small.png) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.doc {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-doc-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.pdf {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-pdf-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.xls {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-xls-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.text {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-txt-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.ppt {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-ppt-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.image {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-image-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.audio {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-audio-small.gif) no-repeat center left;
}

.vrtx-collection-listing-component a.vrtx-icon.video,
.vrtx-collection-listing-component a.vrtx-icon.videoref {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-video-small.gif) no-repeat center left;
}

/* ^ Regular collection component */

/* Alphabetical project / research group listing */

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing {
  margin: 0;
  
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li {
  padding-left: 0px;
  background: none;
  font-size: 1.38em;
  font-weight: bold;
  line-height: 1.31em;
  margin-bottom: 25px;
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li ul,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li ul,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li ul {
  margin: 5px 0 0 0;
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li ul li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li ul li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li ul li {
  font-size: 0.72em;
  font-weight: normal;
  margin-bottom: 5px;
}

/* ^ Alphabetical project / research group listing */

/* ^ 16. Project-, article- and eventlisting */


/* 
 * 17. Special for eventlisting 
 *
 */

#vrtx-main-content .vrtx-event-component h2,
#vrtx-main-content .vrtx-messages div.vrtx-title,
.eventListing\.upcomingEventsSearchComponent h2,
.eventListing\.ongoingEvents h2,
.eventListing\.previousEventsSearchComponent h2,
.structured\.eventListing\.upcomingEventsSearchComponent h2,
.structured\.eventListing\.ongoingEvents h2,
.structured\.eventListing\.previousEventsSearchComponent h2 {
  margin: 0 0 10px;
}

#vrtx-main-content .vrtx-event-component-misc,
#vrtx-main-content .vrtx-messages .introduction, 
.eventListing\.upcomingEventsSearchComponent .vevent div.time-and-place,
.eventListing\.ongoingEvents .vevent div.time-and-place,
.eventListing\.previousEventsSearchComponent .vevent div.time-and-place,
.structured\.eventListing\.upcomingEventsSearchComponent .vevent div.time-and-place,
.structured\.eventListing\.ongoingEvents .vevent div.time-and-place,
.structured\.eventListing\.previousEventsSearchComponent .vevent div.time-and-place {
  padding-top: 5px;
  margin: 0;
}

.vevent .description {
  padding-top: 5px !important;
}

.vrtx-event-component { 
  clear: left;
  margin-bottom: 20px;
  overflow: hidden; /* Contain floats fix */
}

.vrtx-event-component-picture img {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.vrtx-event-component-main {
  text-align: left;
}

.vrtx-event-component-item .vrtx-daily-events-date {
  margin-right: 13px;
  margin-bottom: 13px;
}

#vrtx-main-content .vrtx-event-component h2 a,
#vrtx-main-content .vrtx-messages div.vrtx-title a {
  color: #2b2b2b !important;
}

#vrtx-main-content .vrtx-event-component-misc,
#vrtx-main-content .vrtx-messages div.published-date,
.vevent div.time-and-place {
  font-size: 0.92em;
}

.vevent div.time-and-place .time-and-place {
  display: inline;
}

.vrtx-event-component .vrtx-number-of-comments-add-event-container,
.articleListing\.searchComponent .vrtx-number-of-comments-add-event-container,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-add-calendar-divider.png) no-repeat scroll 0 50%;
  display: inline;
  margin-left: 5px;
  overflow:hidden;
  padding-left: 10px;
  border-left: 0;
}

.vrtx-event-component .vrtx-add-event,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event {
  white-space: nowrap;
  vertical-align: 0;
}

.vrtx-event-component .vrtx-add-event a.vrtx-ical,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical {
  color: #838383;
}

.vrtx-event-component .vrtx-add-event a.vrtx-ical-help,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 90% 0;
  padding: 0 10px 2px;
}

#vrtx-main-content .vrtx-messages div.vrtx-read-more a {
  background: none;
  font-weight: normal;
}

/* Eventlisting w/ calendar */

#vrtx-calendar-listing .vrtx-resources .vrtx-last-event .vrtx-resource {
  padding-bottom: 0px;
  background: none;
}

#vrtx-event-listing #total-main #vrtx-calendar-listing #vrtx-main-content {
  width: 630px;
}

#vrtx-event-listing #vrtx-calendar-listing #vrtx-additional-content {
  border-bottom: none;
}

#vrtx-event-listing #vrtx-calendar-listing #vrtx-additional-content #vrtx-related-content {
  border-bottom: 1px solid #e4e4e4;
}

#vrtx-event-listing #total-main #vrtx-calendar-listing #vrtx-additional-content {
  width: 291px;
}

#vrtx-additional-content #vrtx-event-calendar {
  padding-bottom: 0px !important;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#main a.vrtx-ical-help:focus,
#vrtx-event-calendar .ui-datepicker-prev:focus,
#vrtx-event-calendar .ui-datepicker-next:focus {
  outline: 1px dotted #000 !important;
}

h2.vrtx-events-title,
h2.vrtx-events-further-upcoming,
h2.vrtx-events-specific-date {
  margin-bottom: 10px;
  margin-top: 0;
}

#vrtx-daily-events {
  background-color: #fff;
  padding: 0px 14px 0px 14px;
  border: 1px solid #e4e4e4;
  border-top: 0px;
  width: 507px;
  float: left;
  margin: 0 0 0 -15px;
}

#total-main #vrtx-daily-events {
  width: 630px
}

#vrtx-daily-events .vevent {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  width: 448px;
}

#total-main #vrtx-daily-events .vevent {
  width: 571px;
}

#vrtx-daily-events .vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help,
.vrtx-events-further-upcoming .vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: transparent url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 90% 0
}

#vrtx-daily-events .vevent .vrtx-image {
  margin-right: 15px;
}

#vrtx-main-content .vrtx-event-component a.vrtx-event-component-title,
#vrtx-daily-events .vevent .vrtx-title a,
.vrtx-events-further-upcoming .vevent .vrtx-title a {
  color: #0B5A9D !important;
  font-size: 1.15em !important;
  font-weight: bold !important;
}

#vrtx-daily-events .vevent .vrtx-image {
  padding-right: 0px;
  padding-bottom: 0px;
}

.vrtx-daily-events-date {
  background: url(/vrtx/decorating/resources/dist/images/events-calendar-listing-day-block-bg.png) no-repeat top left;
  float: left;
  width: 40px;
  height: 44px;
  text-align: center;
  margin-right: 16px;
}

.vrtx-daily-events-date .vrtx-daily-events-date-day {
  color: #646464;
  display: block;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 5px;
  font-size: 1.15em;
}

.vrtx-daily-events-date .vrtx-daily-events-date-month {
  margin-top: -1px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  color: #fff;
}

.vrtx-daily-events-date .vrtx-daily-events-date-today {
  font-size: 0.92em;
  padding-top: 6px;
  padding-bottom: 4px;
}

.vrtx-daily-events-date .vrtx-daily-events-date-tomorrow {
  font-size: 0.77em;
  padding-left: 2px;
  line-height: 1em;
  padding-top: 2px;
}

body#vrtx-event-listing #right-main {
  padding-right: 13px !important;
}

#vrtx-event-listing div.vrtx-introduction {
  margin-bottom: 20px !important;
}

.vrtx-number-of-comments-add-event-container a.vrtx-number-of-comments {
  color: #838383 !important;
}

.vrtx-number-of-comments {
  font-size: 1em !important;
  vertical-align: 0 !important;
  padding-right: 0.5em !important;
}

.vrtx-events-calendar-introduction {
  float: left;
  width: 507px;
}

#total-main .vrtx-events-calendar-introduction {
  float: left;
  width: 630px;
}

#vrtx-event-listing .vrtx-events-calendar-introduction div.vrtx-introduction {
  background: none;
  margin-bottom: 10px !important;
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
}

div.vrtx-events-further-upcoming {
  background-color: #f8f8f8;
  padding: 20px 0 0 0;
  width: 537px;
  float: left;
  margin: 0 0 0 -15px;
}

#total-main div.vrtx-events-further-upcoming {
  width: 660px;
}

div.vrtx-events-further-upcoming h2 {
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  margin-bottom: 0px;
}

div.vrtx-events-further-upcoming .vrtx-resources {
  background-color: #fff;
  float: left;
  width: 507px;
  padding: 0 14px;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom: none;
}

#total-main div.vrtx-events-further-upcoming .vrtx-resources {
  width: 630px;
}

div.vrtx-events-further-upcoming .vevent {
  padding-bottom: 5px;
  background-image: none;
}

#vrtx-events-nav {
  width: 507px !important;
  background-color: #fff;
  padding: 20px 14px 15px 14px !important;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 0 1px;
  margin: -1px 0 0 -15px !important;
}

#total-main #vrtx-events-nav {
  width: 630px !important;
}

#vrtx-events-nav a#vrtx-events-nav-all-upcoming {
  font-size: 1.15em !important;
  font-weight: bold !important;
}

#vrtx-events-nav a#vrtx-events-nav-all-previous {
  font-weight: bold !important;
}

.vrtx-events-nav-top-border {
  border-top: 1px solid #ccc !important;
}

div.vrtx-events-further-upcoming .eventListing\.calendarEventSearch .vrtx-last-event .vevent {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x bottom left;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.vrtx-calendar-listing .eventListing\.upcomingEventsSearchComponent, 
.vrtx-calendar-listing .eventListing\.ongoingEvents, 
.vrtx-calendar-listing .eventListing\.previousEventsSearchComponent, 
.vrtx-calendar-listing .structured\.eventListing\.upcomingEventsSearchComponent,
.vrtx-calendar-listing .structured\.eventListing\.ongoingEvents,
.vrtx-calendar-listing .structured\.eventListing\.previousEventsSearchComponent {
  width: 100% !important;
}

.vrtx-calendar-listing p.vrtx-events-no-planned {
  margin-bottom: 14px;
}

.vrtx-no-daily-events div.vrtx-events-further-upcoming {
  padding-top: 0px;
}

.vrtx-no-daily-events div.vrtx-events-further-upcoming h2 {
  border-top: 0px !important;
}

#vrtx-events-nav {
  border-top: 0px !important;
}

#vrtx-calendar-listing .vrtx-no-daily-events #vrtx-main-content .vrtx-paging-feed-wrapper {
  margin-top: 0;
}

/* ^ Eventlisting w/ calendar */

/* ^ 17. Special for event listing */


/* 
 * 18. Imagelisting 
 *
 */

body#vrtx-image-listing .vrtx-introduction {
  margin-bottom: 20px !important;
}

body#vrtx-image-listing h1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 35px !important;
}

.vrtx-image-entry {
  padding: 0px !important;
  margin: 0 18px 20px 0px !important;
}

#right-main .vrtx-image-entry.last-four,
#total-main .vrtx-image-entry.last-five {
  margin-right: 0 !important;
}

#right-main .vrtx-image-entry:nth-child(4n+1),
#total-main .vrtx-image-entry:nth-child(5n+1) {
  clear: left;
}

.vrtx-image-container,
.vrtx-image-container a {
  width: 147px !important;
  height: 97px !important; /* 4:3 format */
}

.vrtx-image-container {
  margin-bottom: 5px !important;
  overflow: visible !important;
  padding: 5px !important;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.vrtx-image-container a {
  overflow: hidden !important;
  display: block;
}

/* Center thumbnail in container */
.csstransforms .vrtx-image-entry a {
  position: relative;
}

.csstransforms .vrtx-image-entry a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

/*
.csstransforms .vrtx-image-entry a img.portrait {
  width: 100%;
  height: auto;
}
*/

.vrtx-image-entry .vrtx-image-info {
  margin: 0 0 0 5px;
  width: 147px;
}

#vrtx-audio-video-listing .vrtx-image-entry {
  position: relative;
}

#vrtx-audio-video-listing .vrtx-image-entry .vrtx-image-info .duration {
  position: absolute;
  top: 84px;
  left: 5px;
  text-align: right;
  padding: 1px 5px;
  background: #fff;
  width: 138px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #000;
}

.vrtx-image-container img {
  max-height: 97px !important;
}

.vrtx-image-table {
  padding-bottom: 0px !important;
}

.vrtx-image-info .vrtx-image-title {
  font-size: 1em;
  font-weight: bold;
}

.vrtx-image-info .vrtx-image-title a {
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 147px;
  display: inline-block;
}

.vrtx-image-info .lastModified,
.vrtx-image-creation-time {
  font-size: 0.9em;
  color: #000;
  padding-top: 1px !important;
}

.vrtx-image-table table {
  width: 730px;
  margin-bottom: 5px;
}

#total-main .vrtx-image-table table {
  width: 940px;
}

.vrtx-image-table .vrtx-table-image {
  padding: 10px !important;
}

.vrtx-image-table .vrtx-table-title,
.vrtx-image-table th {
  font-weight: bold;
}

.vrtx-image-table th#vrtx-table-creation-time,
.vrtx-image-table td.vrtx-table-creation-time {
  white-space: nowrap;
}

#vrtx-image-listing .vrtx-image-listing-container{
  background: transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x bottom left;
  margin: 0px -10px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.vrtx-image-description {
  padding-top: 5px !important;
}

/* Gallery-mode and include gallery */

.vrtx-image-listing-include {
  width: 100% !important;
  border: none !important;
  padding: 5px 0 10px !important;
}

#vrtx-image-listing .vrtx-image-listing-include {
  margin-bottom: 0;
  padding-bottom: 5px !important;
}

.vrtx-image-listing-include ul {
  margin: 0 auto !important;
  overflow: hidden; /* give layout when floated elms inside */
}

.vrtx-image-listing-include ul li {
  padding: 5px !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: none !important;
}

.vrtx-image-listing-include ul img {
  float: none;
  max-width: none;
}

a.toggle-fullscreen.minimized {
  margin-top: -1px;
}

#total-main .vrtx-hide-additional-content-false .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four,
#right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 0px;
}

#right-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 10px;
}

#right-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-five {
  margin-right: 0px;
}

#vrtx-image-listing #right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 10px;
}

#vrtx-image-listing #right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-five {
  margin-right: 0px;
}

#main #total-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs,
#vrtx-image-listing #main #total-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 764px !important;
}

#total-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-six,
#vrtx-image-listing #total-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-six {
  margin-right: 0px;
}

html.fullscreen-gallery,
html.fullscreen-gallery body.fullwidth,
html.fullscreen-gallery .vrtx-image-listing-include,
html.fullscreen-gallery .fullwidth,
html.fullscreen-gallery #outer-wrapper #inner-wrapper .fullwidth,
html.fullscreen-gallery .fullwidth #main #total-main,
html.fullscreen-gallery .fullwidth #main #vrtx-main-content {
  background: #000 !important;
  width: 100% !important;
}

html.fullscreen-gallery .vrtx-image-listing-include-container-description {
  color: #fff;
  line-height: 1.33;
}

html.fullscreen-gallery a.toggle-fullscreen {
  color: #fff;
  font-weight: bold;
  font-size: 0.82em;
  padding: 15px 40px 8px 0;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/minimize-big-black-bg.png) no-repeat center right;
}

.vrtx-image-gallery, 
.vrtx-paging-feed-wrapper {
  font-family: inherit !important;
  font-size: 100% !important;
  line-height: 1.31em !important;
}

/* TMP 3.9 */
#vrtx-calendar-listing > .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 507px;
}

#vrtx-calendar-listing #vrtx-main-content .vrtx-paging-feed-wrapper {
  border-top: none;
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted.gif") repeat-x 0 0;
  padding: 14px 0;
}

#total-main #vrtx-calendar-listing .vrtx-paging-feed-wrapper {
  width: 630px;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description {
  margin-bottom: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description p {
  display: inline !important;
  font-size: 1em;
}

#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description p * {
  display: inline !important;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description p.vrtx-image-listing-include-container-title {
  font-weight: bold;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description p.vrtx-image-listing-include-container-title:after {
  content: ". ";
  display: inline;
}

#main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 635px !important;
  margin-top: 30px !important;
  padding-top: 20px !important;
  background: transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x top left;
}

#main .vrtx-hide-additional-content-false .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 507px !important;
}

.vrtx-image-listing-include-title {
  display: none !important;
}

/* ^ Gallery-mode and include gallery */

/* ^ 18. Imagelisting  */


/*
 * 19. Bloglisting
 *
 */

body#vrtx-blog-listing #right-main,
body#vrtx-blog-listing #total-main {
  border: none;
  background: none;
  padding: 0;
}

/* NEW */

body#vrtx-blog-listing #vrtx-additional-content {
  border-bottom: none !important;
}

body#vrtx-blog-listing #vrtx-content {
  padding: 16px;
}

body#vrtx-blog-listing #vrtx-content h1 {
  margin-left: 0;
}

body#vrtx-blog-listing #vrtx-additional-content ul.vrtx-tag-cloud {
  margin: 0 0 20px 0;
  border: 1px solid #e4e4e4;
  border-top: none;
}

/* ^ NEW */

body#vrtx-blog-listing #right-main {
  width: 760px;
}

body#vrtx-blog-listing div.main-article-listing { 
  float: left;
  width: 660px;
}

body#vrtx-blog-listing div.main-article-listing { 
  margin-left: 0px;
  width: 630px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

body#vrtx-blog-listing .container {
  width: 970px;
}

body#vrtx-blog-listing #right-main .container {
  width: 760px;
}

body#vrtx-blog-listing #right-main div.main-article-listing {
  width: 507px;
}

body#vrtx-blog-listing .additional-information {
  float: left;
  margin-left: 20px;
  width: 290px;
}

body#vrtx-blog-listing #right-main .additional-information {
  width: 203px;
  height: 1%;
  margin-right: -1px;
}

body#vrtx-blog-listing .vrtx-resources {
  width: 630px;
}

body#vrtx-blog-listing #right-main .vrtx-resources {
  width: 507px;
}

body#vrtx-blog-listing .vrtx-resources .vrtx-resource {
  width: 100%;
}

body#vrtx-blog-listing #vrtx-additional-content h3,
body#vrtx-blog-listing .additional-information h3 {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background: #fff;
  padding: 10px 14px 5px 14px;
  margin: 0px;
}

body#vrtx-person-listing .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 730px;
}

body#vrtx-person-listing #total-main .vrtx-paging-feed-wrapper {
  width: 910px;
}

body#vrtx-blog-listing .container .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 507px;
}

body#vrtx-blog-listing #total-main .container .vrtx-paging-feed-wrapper {
  width: 630px;
}

ul.vrtx-tag-cloud {
  border: 1px solid #e4e4e4;
  border-top: none;
  background: #fff;
  padding: 0px 14px 14px 14px;
  margin: 0 0 20px 0;
}

ul.vrtx-tag-cloud li { 
  display: inline;
  margin-right: 5px;
  padding-left: 0px;
  background: none;
}

.vrtx-tag-cloud .tag-magnitude-5 { 
  font-size: 1.3em;
  line-height: 1.25em;
}

.vrtx-tag-cloud .tag-magnitude-4 { 
  font-size: 1.2em;
  line-height: 1.2em;
}

.vrtx-tag-cloud .tag-magnitude-3 { 
  font-size: 1em;
}

.vrtx-tag-cloud .tag-magnitude-2 { 
  font-size: 0.9em;
  line-height: 1.30em;
}

.vrtx-tag-cloud .tag-magnitude-1 { 
  font-size: 0.8em;
  line-height: 1.25em;
}


body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments {
  background: #fff;
  font-size: 0.92em;
  padding: 10px 14px 14px 14px;
  border: 1px solid #e4e4e4;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul {
  margin-left: 0px;
  margin-top: 10px;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li {
  padding-left: 0px;
  background: none;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li ul,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li ul {
  margin: 8px 0 15px 24px;  
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li ul li,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li ul li {
  list-style-type: disc;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments a.more-url,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments a.more-url {
  display: inline-block;
  text-align: right;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments a.comments-title,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments a.comments-title {
  font-size: 1.38em;
  color: #2b2b2b;
  font-size: 1.33em;
  font-weight: bold;
  cursor: pointer;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments .published-date,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments .published-date {
  font-size: 0.92em;
  color: #777777;
  display: block;
}

/* ^ 19. Bloglisting */


/* 20. Masterlisting */

#vrtx-master-listing th {
  background-color: #eee !important;
  border: 1px solid #dbd8d6  !important;
  text-align: left;
  white-space: nowrap;
}

#vrtx-master-listing td {
  background-color: #fff  !important;
  border: 1px solid #dbd8d6  !important;
  vertical-align: top !important;
}

#vrtx-master-listing #vrtx-table-supervisors {
  width: auto;
}

#vrtx-master-listing .vrtx-master-table-ongoing-completed #vrtx-table-supervisors,
#vrtx-master-listing #vrtx-table-students {
  width: 25%;
}

#vrtx-master-listing .vrtx-table-supervisors ul,
#vrtx-master-listing .vrtx-table-students ul,
#vrtx-master-listing .vrtx-table-persons ul,
#vrtx-master-listing .vrtx-table-supervisors ul li,
#vrtx-master-listing .vrtx-table-students ul li,
#vrtx-master-listing .vrtx-table-persons ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#vrtx-master-listing .vrtx-table-supervisors ul li,
#vrtx-master-listing .vrtx-table-students ul li,
#vrtx-master-listing .vrtx-table-persons ul li {
  background: none;
  display: inline;
}

#vrtx-master-listing #vrtx-table-creation-time,
#vrtx-master-listing #vrtx-table-scope {
  width: 1%;
}

#vrtx-master-listing .vrtx-table-creation-time,
#vrtx-master-listing .vrtx-table-scope  {
  white-space: nowrap;
}

#vrtx-listing-completed-ongoing {
  margin: 10px 0;
  float: left;
  width: 100%;
  clear: both;
}

/*  ^ 20. Masterlisting */


/*
 * 21. Search
 *
 */

.searchform input {
  color: #505050;
  font-size: 90% !important;
}

.searchform input.selected {
  color: #2B2B2B;
  font-size: 100% !important;
}

.vrtx-search-results-container {
  clear: left;
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 940px;
}

#right-main .vrtx-search-results-container {
  width: 700px;
}

.vrtx-search-quick-links .vrtx-search-quick-link h2,
.vrtx-search-results-container div.vrtx-search-results .result h2 {
  margin: 0;
  font-size: 130%;
}

.vrtx-search-quick-links .vrtx-search-quick-link h2 a,
.vrtx-search-results-container div.vrtx-search-results .result h2 a {
  color: #0b5a9d;
}

.vrtx-search-quick-links div.vrtx-search-quick-link,
.vrtx-search-results-container div.vrtx-search-results {
  padding-bottom: 15px;
}

.vrtx-search-quick-links div.vrtx-search-quick-link.last,
.vrtx-search-results-container div.vrtx-search-results.last {
  padding-bottom: 0px;
}

.vrtx-search-quick-links .footer,
.vrtx-search-results-container div.vrtx-search-results .result .footer {
  color: #777;
  font-size: 90%;
}

.pre-results {
  display: none !important;
}

.vrtx-search-scope {
  float: left;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

.vrtx-search-scope li {
  background: url(/vrtx/decorating/resources/dist/images/arrow-big-grey.gif) no-repeat top left;
  padding-left: 16px;
  font-size: 1.31em;
  margin: 0 0 10px 0;
}

body#vrtx-tagview div.vrtx-tags-scope-up.vrtx-has-tags-scope {
  display: none;
}

#vrtx-content.vrtx-has-search-scope #vrtx-main-content > ul.vrtx-search-scope {
  border-top: 1px solid #e4e4e4; 
  background: #f8f8f8;
  margin: 10px -15px -15px -15px !important;
  padding: 17px 15px 5px 15px !important;
  width: 100%;
}

.vrtx-search-login {
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  display: none;
}

#vrtx-show-advanced-search {
  font-weight: bold;
  font-size: 0.867em;
}

/* Top UiO result */

.vrtx-topuioresult .result {
  background-color: #e8e8e8 !important;
  border: 1px solid #e4e4e4;
  padding: 14px 14px 28px 14px;
  margin: 0;
}

.vrtx-topuioresult {
  width: 730px;
  display: block;
  margin: 0 -15px 13px -15px;
  padding: 12px 0;
  clear: both;
  float: left;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#right-main .vrtx-topuioresult {
  width: 520px;
}

.vrtx-topuioresult .result > .url {
  font-weight: bold;
  color: #666;
}

#uiodoc #main .vrtx-topuioresult .footer {
  background: transparent !important;
}

.vrtx-topuioresult .vrtx-search-scope {
  float: right;
  margin: 0 !important;
  padding: 0;
}

.vrtx-topuioresult .vrtx-search-scope li {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0.923em;
}

.vrtx-topuioresult .vrtx-search-scope li a {
  color: #2b2b2b;
  font-weight: bold;
}

/* ^ Top UiO result */

/* Personsearch */

#vrtx-unitsearch .vrtx-unit-search-result-container,
#vrtx-personsearch .vrtx-person-search-hits,
#vrtx-personsearch .vrtx-person-search-no-hits {
  margin-top: 15px;
}

#vrtx-personsearch #right-main h2,
#vrtx-personsearch #total-main h2 {
  margin-top: 0px;
}

/* ^ Personsearch */

/* Fulltext search with facets */

body#vrtx-searchview #total-main form {
  margin: 0;
}

body#vrtx-searchview #total-main,
body#vrtx-personsearch #total-main,
body#vrtx-unitsearch #total-main {
  background: none;
  border: none;
  padding: 0;
  width: 970px;
}

body#vrtx-searchview #vrtx-main-content,
body#vrtx-personsearch #vrtx-main-content,
body#vrtx-unitsearch #vrtx-main-content {
  width: 700px;
  padding: 14px;
  border: 1px solid #e4e4e4;
}

body#vrtx-searchview #vrtx-main-content .vrtx-search-results-container {
  width: 700px;
}

body#vrtx-searchview #vrtx-additional-content,
body#vrtx-personsearch #vrtx-additional-content,
body#vrtx-unitsearch #vrtx-additional-content {
  width: 221px;
  margin-right: -1px;
}

/* right-main */

body#vrtx-personsearch #right-main #vrtx-main-content,
body#vrtx-unitsearch #right-main #vrtx-main-content,
body#vrtx-searchview #right-main #vrtx-main-content {
  width: 490px;
}

body#vrtx-searchview #right-main #vrtx-main-content .vrtx-search-results-container {
  width: 490px;
}

/* ^ right-main */

#vrtx-search-did-you-mean {
  margin: 10px 0 0 0;
  font-size: 1.154em;
  display: block;
  clear: left;
}

#vrtx-search-did-you-mean a {
  font-style: italic;
}

.vrtx-search-open-facets-box {
  margin: 7px 6px;
  padding: 0;
  clear: left;
}

.vrtx-search-open-facets-box ul,
.vrtx-search-open-facets-box li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: inline;
}

.vrtx-search-open-facets-box li a {
  display: inline-block;
  padding: 3px 6px 2px 21px;
  background: transparent url("/vrtx/__vrtx/static-resources/themes/default/images/list-remove-red.png") no-repeat 5px 4px;
  color: #2b2b2b;
  border: 1px solid #fff;
  line-height: 1;
  margin-bottom: 2px;
}

.vrtx-search-open-facets-box li a:hover,
.vrtx-search-open-facets-box li a:focus {
  background: #ededed url("/vrtx/__vrtx/static-resources/themes/default/images/list-remove-red.png") no-repeat 5px 4px;
  text-decoration: none !important;
  border-color: #e4e4e4;
}

.vrtx-search-quick-links {
  margin-bottom: 10px;
}

.vrtx-search-main-links-box li,
.vrtx-search-facets-box .vrtx-search-facets li {
  background: none;
  padding-left: 0px;
}

.vrtx-search-main-links-box ul,
.vrtx-search-main-links-box ul li {
  margin: 0;
}

.vrtx-search-main-links-box li.last {
  margin-bottom: 0px;
}

.vrtx-search-main-links-box a,
.vrtx-search-main-links-box span {
  font-size: 1.31em;
  display: block;
  margin: 0 -15px 0 -16px;
  padding: 11px 14px 11px 45px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.vrtx-search-facets-box span,
.vrtx-search-main-links-box span {
  font-weight: bold;
}

.vrtx-search-main-links-box a:hover,
.vrtx-search-main-links-box a:focus {
  background: #d5eaf9;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #bdd0de;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a,
.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio.gif);
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a:focus {
  background-position: 11px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok a,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-person.gif);
  background-repeat: no-repeat;
  background-position: 14px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok a:focus {
  background-position: 10px 9px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-person-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit.gif);
  background-repeat: no-repeat;
  background-position: 14px 11px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a:focus {
  background-position: 11px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a, .vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon.gif");
    background-position: 14px 8px;
    background-repeat: no-repeat;
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a:focus {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon-hover.png");
    background-position: 14px 7px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon-aktiv.gif");
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne a,
.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-course.gif);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-emne a:focus {
  background-position: 13px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-course-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok span,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span,
.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span,
.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio-selected.png);
  background-position: 20px 9px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-person-selected.png);
  background-position: 14px 9px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit-selected.png);
  background-position: 14px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-course-selected.png);
  background-position: 14px 11px;
}

#vrtx-additional-content .vrtx-search-facets-box {
  border-top: none;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
}

#vrtx-additional-content .vrtx-search-facets-box ul.vrtx-search-facets {
  margin: 0 -14px 11px -14px;
  padding: 0 0 11px 0;
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left;
}

#vrtx-additional-content .vrtx-search-facets-box ul.vrtx-search-facets.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: none;
}

.vrtx-search-facets-box ul.vrtx-search-facets li {
  margin: 0;
}

.vrtx-search-facets-box ul.vrtx-search-facets li a,
.vrtx-search-facets-box ul.vrtx-search-facets li span {
  padding: 5px 14px;
  display: block;
  font-size: 1.077em;
}

.vrtx-search-facets-box ul.vrtx-search-facets span.vrtx-search-facets-selected {
  color: #2b2b2b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f1f1f1;
}

.vrtx-search-facets-box ul.vrtx-search-facets span.vrtx-search-facets-default {
  background-color: #fff;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ^ Fulltext search with facets */

/* ^ 21. Search */


/*
 * 22. Clearing
 *
 */

.vevent .vrtx-read-more:after,
#vrtx-main-content-1 .vrtx-box-content:after,
#vrtx-person-contact-info-wrapper:after,
.vrtx-frontpage-box .vrtx-featured-item-1:after,
.vrtx-frontpage-box .vrtx-feed:after,
.vrtx-frontpage-box .vrtx-recent-comments:after,
.white-box .vrtx-box-content:after,
#vrtx-main-content-1:after,
#bottom-menu .vrtx-subfolder-menu div:after,
#globalnav ul:after,
#vrtx-additional-content #vrtx-related-content:after,
#logos h2:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* ^ 22. Clearing */

/* 23. Misc. */

/* Surveys */

.ui-dialog img {
  margin: 0;
}

.ui-dialog .survey-logo-wrapper {
  height: 32px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ui-dialog .survey-logo-seal {
  height: auto;
  padding-bottom: 1px;
}

.ui-dialog .survey-logo-seal img {
  max-width: 100%;
}

.ui-dialog img.survey-faculty {
  width: 450px;
}

.ui-dialog.ui-dialog-minimal {
  padding: 10px;
}

.ui-dialog.ui-dialog-minimal .ui-dialog-content {
  padding: 15px 10px;
}

.ui-dialog.ui-dialog-minimal-closable .ui-dialog-content {
  padding-top: 0;
  margin-top: -10px;
}

.ui-dialog.ui-dialog-minimal .ui-dialog-titlebar,
.ui-dialog.ui-dialog-minimal.ui-dialog-minimal-closable .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}

.ui-dialog.ui-dialog-minimal.ui-dialog-minimal-closable .ui-dialog-titlebar {
  display: block;
  background: none;
  padding: 0;
  height: 24px;
  position: relative;
  z-index: 1;
}

.ui-dialog .ask-again-later-wrapper {
  background-color: #ffffbf;
  margin: 15px -10px 0px;
  padding: 5px 10px;
}

body .ui-dialog.ui-dialog-minimal .vrtx-button {
  margin: 15px 20px 0 0;
}

body .ui-dialog.ui-dialog-minimal .ask-again-later-wrapper .vrtx-button {
  margin: 0 0 0 10px;
}

.ui-dialog .show-privacy a {
  color: #0b5a9d;
}

.ui-dialog .privacy {
  display: none;
}

/* ^ Surveys */

/* Accordions */

#main .accordion-wrapper {
  margin: 10px 0 15px 0;
}

#main h2 + .accordion-wrapper,
#main h3 + .accordion-wrapper,
#main h4 + .accordion-wrapper {
  margin: -5px 0 15px 0;
}

#main .accordion-content,
#main h2.accordion,
#main h3.accordion,
#main h4.accordion,
#main li.accordion {
  border: none;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;  
  border-radius: 0;
}

#main h2.accordion,
#main h3.accordion,
#main h4.accordion,
#main li.accordion {
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left !important;
  padding: 0.5em 26px;
  margin: 2px 0 0 0;
  color: #0B5A9D;
}

#main h2.accordion.ui-state-focus,
#main h3.accordion.ui-state-focus,
#main h4.accordion.ui-state-focus,
#main li.accordion.ui-state-focus,
#main h2.accordion.ui-state-hover,
#main h3.accordion.ui-state-hover,
#main h4.accordion.ui-state-hover,
#main li.accordion.ui-state-hover {
  text-decoration: underline;
}

#main h2.ui-accordion-header .ui-accordion-header-icon,
#main h3.ui-accordion-header .ui-accordion-header-icon,
#main h4.ui-accordion-header .ui-accordion-header-icon,
#main li.ui-accordion-header .ui-accordion-header-icon {
  background: url(/vrtx/decorating/resources/dist/images/accordion-collapsed.png) no-repeat center center;
  left: 0;
  width: 12px;
}

#main h2.accordion.ui-corner-top,
#main h3.accordion.ui-corner-top,
#main h4.accordion.ui-corner-top,
#main li.accordion.ui-corner-top {
  background: none !important;
}

#main h2.accordion.ui-corner-top .ui-accordion-header-icon,
#main h3.accordion.ui-corner-top .ui-accordion-header-icon,
#main h4.accordion.ui-corner-top .ui-accordion-header-icon,
#main li.accordion.ui-corner-top .ui-accordion-header-icon {
  background-image: url(/vrtx/decorating/resources/dist/images/accordion-expanded.png);
  width: 16px;
}

#main li.accordion,
#main h3.accordion {
  font-size: 1.23em;
  line-height: 1.29em;
}

#main h4.accordion {
  font-size: 1em;
  line-height: 1.29em;
}

#main .accordion-content {
  padding: 0 26px;
}

#main .accordion-content a {
  color: #0B5A9D;
}

/* ^ Accordions */

div.tagged-resources {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

#vrtx-main-content #site-map .vrtx-subfolder-menu ul {
  float: none;
  margin-left: 10px;
  margin-top: 5px;
  padding: 0;
  width: auto;
}

/* Scope up */

body#vrtx-tagview div.vrtx-tags-scope-up {
  padding-bottom: 0;
  margin-right: 10px;
  margin-top: 10px;
  width: 100%;
  float: left;
}

body#vrtx-tagview div.vrtx-tags-scope-up ul {
  margin: 0 !important;
  padding: 0 !important;
}

body#vrtx-tagview div.vrtx-tags-scope-up ul li {
  background: url(/vrtx/decorating/resources/dist/images/arrow-big-grey.gif) no-repeat top left;
  padding-left: 16px;
  font-size: 1.31em;
  margin: 0 0 10px 0;
}

/* ^ Scope up */

/* Comma separated subfolder menu */

.vrtx-subfolder-menu.comma-separated ul,
.vrtx-subfolder-menu.comma-separated ul li {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  background: none !important;
}

.vrtx-subfolder-menu.comma-separated ul li {
  font-size: 1.38em !important;
  font-weight: bold !important;
  padding-bottom: 10px !important;
  float: left;
  clear: both;
  width: 100%;
}

.vrtx-subfolder-menu.comma-separated ul li a {
  text-decoration: none !important;
  /* Don't set on <li> as it affects seperators in :after */
  line-height: 1.33em !important;
}

.vrtx-subfolder-menu.comma-separated ul li a:hover,
.vrtx-subfolder-menu.comma-separated ul li a:focus {
  text-decoration: underline !important;
}

.vrtx-subfolder-menu.comma-separated ul li ul {
  margin-top: 8px !important;
}

.vrtx-subfolder-menu.comma-separated ul li ul li {
  font-size: 0.72em !important;
  font-weight: normal !important;
  padding-bottom: 0px !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
  display: inline !important;
  margin-bottom: 0px !important;
}

.vrtx-subfolder-menu.comma-separated ul li.vrtx-more {
  clear: left !important;
  display: block !important;
}

/* ^ Comma separated subfolder menu */

/* Image preview */

body#vrtx-image-preview .vrtx-introduction-image { 
  float: none;
  clear: both;
  margin: 0 0 10px 0;
}

body#vrtx-image-preview #main img,
body#vrtx-image-preview .vrtx-introduction-image img {
  max-width: 100%;
}

body#vrtx-image-preview #vrtx-image-view-link {
  clear: left;
}

body#vrtx-image-preview a {
  text-decoration: none;
}

body#vrtx-image-preview a:hover,
body#vrtx-image-preview a:focus {
  text-decoration: underline;
}

body#vrtx-image-preview #vrtx-meta-description a {
  text-decoration: underline;
}

/* ^ Image preview */

/* Easycruit */

.easycruit-feed .vrtx-feed a.item-title,
.easycruit-feed-no-department .vrtx-feed a.item-title {
  font-size: 1.154em;
}

.easycruit-feed .vrtx-feed .item-description .department,
.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .department,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .language {
  margin-bottom: 4px;
}

.easycruit-feed .vrtx-feed .item-description .deadline,
.easycruit-feed-no-department .vrtx-feed .item-description .deadline {
  color: #777;
}

.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .department {
  display: none;
}

.easycruit-feed .vrtx-feed .item-description .department {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.easycruit-feed .vrtx-feed .item-description .department span {
  color: #2b2b2b;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ^ Easycruit */

/* Components */

#vrtx-course-previous-semesters-toggle-wrapper,
#vrtx-related-projects-completed-toggle-wrapper {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
  padding: 10px 0 0 0;
  display: block;
}

/* Message listing component */

#vrtx-main-content .vrtx-messages-header h2 {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left;
  padding: 0 0 10px 0;
}

.vrtx-messages-header h2 a.vrtx-message-listing-create {
  font-size: 0.813em;
  color: #0b5a9d;
  clear: left;
}

#vrtx-additional-content .vrtx-messages-header .vrtx-dropdown-wrapper a {
  color: #0B5A9D;
  font-weight: normal;
  font-size: 0.915em;
}

#vrtx-main-content .vrtx-messages-header h2 a.vrtx-message-listing-create {
  float: right;
  font-size: 0.722em;
}

#vrtx-main-content .vrtx-messages .vrtx-resource {
  padding: 15px 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource div.vrtx-title a {
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold; 
}

#vrtx-main-content .vrtx-messages .vrtx-resource div.vrtx-title a.vrtx-message-listing-edit {
  font-size: 1em;
  font-weight: normal;
  padding-left: 5px;
  color: #0b5a9d !important;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .introduction {
  padding: 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .vrtx-message-line {
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted.gif") repeat-x top left;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .vrtx-message-line-number-of-comments a {
  color: #2b2b2b;
  padding-left: 23px;
}

#vrtx-main-content .vrtx-messages .vrtx-resource.vrtx-result-1 {
  background: none;
  padding-top: 5px;
}

.js .vrtx-messages-header .vrtx-dropdown-component > a {
  font-weight: normal;
  font-size: 0.875em;
  display: block;
  padding-right: 20px;
  background-position: 100% 1px;
  background-image: url("/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-head.png");
}

.js .vrtx-messages-header .vrtx-dropdown-component > a.active,
.js .vrtx-messages-header .vrtx-dropdown-component > a:hover,
.js .vrtx-messages-header .vrtx-dropdown-component > a:focus {
  background-image: url("/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-hover-head.png");
}

.js .vrtx-messages-header .vrtx-dropdown-component {
  float: right;
}

/* ^ Components */

/* ^ 23. Misc. */

/* 24. Tidslinje */

/*------------------------------------*\
    #VARS
\*------------------------------------*/
/**
 * Generic, non-specific variables.
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing over
 * and over in your markup.
 */

  .clearfix:before, .tidslinje__section:before, .tidslinje__item:before, 
.clearfix:after, .tidslinje__section:after, .tidslinje__item:after {
    content: " ";
    display: table; }
  .clearfix:after, .tidslinje__section:after, .tidslinje__item:after {
    clear: both; }

.tidslinje {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px; }
  .tidslinje, .tidslinje:before, .tidslinje:after, .tidslinje *, 
.tidslinje *:before, .tidslinje *:after {
    box-sizing: border-box; }
  .tidslinje h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px; }
  @media screen and (min-width: 700px) {
    .tidslinje {
      text-align: center; } }
  .tidslinje__title {
    display: inline-block;
    padding: 20px;
    border: 6px solid #e1e1e1;
    margin: 0 17px !important;
    font-size: 22px;
    font-weight: bold;
    color: #6e6e6e; }
  .tidslinje__section {
    position: relative;
    margin: 0 auto 20px;
    max-width: 670px;
    padding-bottom: 40px;
    padding-left: 40px; }
    @media screen and (min-width: 700px) {
      .tidslinje__section {
        padding-left: 0; } }
    @media screen and (min-width: 980px) {
      .tidslinje__section {
        max-width: 970px; } }
    .tidslinje__section--muted {
      color: #6e6e6e;
      font-style: italic; }
      .tidslinje__section--muted .tidslinje__line {
        background-color: #e1e1e1; }
      .tidslinje__section--muted .tidslinje__year {
        background-color: #e1e1e1; }
        .tidslinje__section--muted .tidslinje__year:before {
          border-bottom-color: #e1e1e1; }
      .tidslinje__section--muted .tidslinje__dot {
        top: 40px;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border: 6px solid #e1e1e1;
        background-color: #fff; }
  .tidslinje__line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -3px;
    width: 6px;
    background-color: #bebebe;
    left: 20px; }
    @media screen and (min-width: 700px) {
      .tidslinje__line {
        left: 50%; } }
  .tidslinje__item {
    position: relative;
    padding: 40px 0; }
  .tidslinje__content {
    text-align: left;
    padding-right: 10px; }
    @media screen and (min-width: 700px) {
      .tidslinje__content {
        text-align: right;
        float: left;
        width: 275px;
        padding-right: 0; } }
    @media screen and (min-width: 980px) {
      .tidslinje__content {
        width: 425px; } }
    
    @media screen and (min-width: 700px) {
      .tidslinje__content--right {
        text-align: left;
        float: right; } }
  .tidslinje__year {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 76px;
    border-radius: 4px;
    background-color: #bebebe;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    left: 20px; }
    @media screen and (min-width: 700px) {
      .tidslinje__year {
        margin-left: -38px;
        left: 50%; } }
    .tidslinje__year:before {
      content: "";
      position: absolute;
      display: block; }
      @media screen and (min-width: 700px) {
        .tidslinje__year:before {
          width: 1px;
          height: 1px;
          top: -73px;
          left: 1px;
          border: 37px solid transparent;
          border-bottom-color: #bebebe;
          -webkit-transform: scaleY(0.7);
              -ms-transform: scaleY(0.7);
                  transform: scaleY(0.7);
          -webkit-transform-origin: center bottom;
              -ms-transform-origin: center bottom;
                  transform-origin: center bottom; } }
  .tidslinje__dot {
    position: absolute;
    top: 44px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background-color: #bebebe;
    left: -20px; }
    @media screen and (min-width: 700px) {
      .tidslinje__dot {
        left: 50%; } }
    .tidslinje__dot--promo {
      background-color: #EC312E; }
  .tidslinje__video {
    display: block;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(41, 41, 41, 0.2);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 700px) {
      .tidslinje__video {
        /* margin-left: -20px; */
        margin-right: 0; } }
    .tidslinje__video__caption {
      margin: 0;
      font-size: 14px;
      text-align: left; }
  .tidslinje__image {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .tidslinje__image img {
      max-width: 100%; }

.float-right,
[class*="col-"].float-right {
  float: right; }
  @media screen and (min-width: 700px) {
    .float-right--md,
    [class*="col-"].float-right--md {
      float: right; } }
  @media screen and (min-width: 980px) {
    .float-right--lg,
    [class*="col-"].float-right--lg {
      float: right; } }
  @media screen and (min-width: 1280px) {
    .float-right--xl,
    [class*="col-"].float-right--xl {
      float: right; } }

.float-left {
  float: left; }
  @media screen and (min-width: 700px) {
    .float-left--md {
      float: left; } }
  @media screen and (min-width: 980px) {
    .float-left--lg {
      float: left; } }
  @media screen and (min-width: 1280px) {
    .float-left--xl {
      float: left; } }

.text-align--center {
  text-align: center; }

.text-align--right {
  text-align: right; }

.ng-cloak {
  display: none; }

.is-hidden {
  display: none; }
  @media screen and (min-width: 700px) {
    .is-hidden--md {
      display: none; } }
  @media screen and (min-width: 980px) {
    .is-hidden--lg {
      display: none; } }
  @media screen and (min-width: 1280px) {
    .is-hidden--xl {
      display: none; } }

.is-visible {
  display: inherit; }
  .is-visible--md {
    display: none; }
    @media screen and (min-width: 700px) {
      .is-visible--md {
        display: inherit; } }
  .is-visible--lg {
    display: none; }
    @media screen and (min-width: 980px) {
      .is-visible--lg {
        display: inherit; } }
  .is-visible--xl {
    display: none; }
    @media screen and (min-width: 1280px) {
      .is-visible--xl {
        display: inherit; } }

/* ^ 24. Tidslinje */

/* ^ UiO CSS: Common */
