@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------- html */
/******************** Common content ********************/

html {
    font: 62.5% verdana, arial, helvetica, sans-serif;
}

body {
    background-color: #C6D4BA;
    margin: 0;
}

input,
select,
textarea,
.ui-inputfield,
.ui-selectcheckboxmenu {
    -o-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -ms-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -moz-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -webkit-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
}

input[type="radio"],
input[type="checkbox"],
.searchItem .chooseItem {
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-fieldset-legend {
    white-space: nowrap;
}

.ui-autocomplete-panel {
    max-height: 250px;
}

#diva {
    font-size: 1.2em;
}

.ui-widget {
    font-size: 1em; /*Ska vara 12px överallt*/
    font-family: verdana, arial, helvetica, sans-serif;
}

.divaBackgroundColor {
    background-color: #C6D4BA;
}

.borderColor {
    border-color: #C6D4BA;
    border-color: rgba(198, 212, 186, 0.6);
}

.ui-widget-content .ui-state-highlight {
    background: #C6D4BA;
    background-color: rgba(198, 212, 186, 0.6);
}

.shadow {
    box-shadow: 0 5px 11px 0 rgba(77, 77, 77, 0.3);
}

.aboveShadow {
    /*needed to make the shadow from tabs below this div*/
    /*position: relative;*/
    z-index: 1;
}

.defaultwidth {
    width: 77.5em;
}

.defaultmargin {
    margin: 0 auto auto;
}

.container {
    background-color: #FFFFFF;
}

#contentSmash {
    border-radius: 0 8px 0 0;
    padding: 0.4em;
}

/** Links **/
/* Some has two different link colors, some has just one. If two, the other one is declared in linkcolor */
a {
    color: #334DA2;
}

.linkcolor, .ui-widget-content a {
    color: #334DA2;
}

a.linkcolor:hover {
    color: #334DA2;
}

.linkcolor:visited {
    color: #318D57;
}

.titleLink, .facetLink, .aboutLink, .titleLink.ui-widget, .defenceHeading {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
}

.titleLink, .defenceHeading {
    font-weight: bold;
}

#innerWest .indent {
    margin-left: 2em;
}

#innerWest .indent ul {
    margin-top: 1.5em;
}

#innerWest .facetLink {
    display: inline;
}

.facetLink {
    /*.singleRow a{*/
    font-weight: normal;
    /*width: 7em;*/
}

.singleRow + .facetLink {
    /*adds correct position when there is no abstract above in the result list (this class is used on the fulltext
    link in result list)*/
    display: block;
    margin-top: 0.4em;
}

a.titleLink:hover, a.facetLink:hover, a.aboutLink:hover {
    text-decoration: underline;
}

/** Borders **/
.toSplitVertically {
    position: relative;
    /*overflow: auto;*/
    width: 100%;
}

.verticalBorder {
    position: absolute;
    top: -0.4em;
    bottom: -0.4em;
    left: 19.5em;
    /*Color on border is set with .borderColor*/
    border-right-style: solid;
    border-right-width: 1px;
}

.verticalBorderRecord {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55.2em;
    /*Color on border is set with .borderColor*/
    border-right-style: solid;
    border-right-width: 1px;
}

/** Layout of main divs **/
#innerWestCenter,
#innerWest,
#innerEastCenter,
#innerEast {
    display: inline-block;
}

#innerEastCenter {
    width: 53em;
}

#innerWest, #innerEast {
    width: 19em;
    vertical-align: top;
    /*overflow: hidden;*/
}

/** Headlines **/
h4 {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top: 1em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 0.7em 0.7em auto auto;
}

.contentSmash .orgPanel,
.contentSmash .partPanel,
.contentSmash .toggleOrganisation,
.contentSmash .toggleProjectPart,
.contentSmash .toggleEtAl,
.contentSmash .toggleAuthors,
.contentSmash .authorPanel,
.contentSmash .projectAbstractPanel,
.contentSmash .projectTitlePanel,
.contentSmash .displayFields .ui-accordion-content {
    background: none;
    font-family: verdana, arial, helvetica, sans-serif;
    border: 0 none;
}

.contentSmash .toggleProjectPart {
    font-weight: bold;
}

.projectSubheading {
    margin-top: 0.5em;
    margin-left: -1.0em;
}

.contentSmash .partPanel > div {
    padding: 0;
}

.contentSmash .partToggle {
    margin-left: 40em;
    margin-top: -0.3em;
}

.contentSmash .partToggle .ui-button-text {
    padding: 0.4em 0 0.4em 1.3em;
}

.singleRow {
    display: block;
    line-height: 1.5;
    clear: both;
}

.oneLineText {
    font-size: 0.8em;
}

.singleRowSpaceAfter {
    display: block;
    line-height: 1.5;
    margin-bottom: 0.5em;
    clear: both;
}

.italicLabel {
    font-weight: normal;
    font-style: italic;
}

/** buttons **/

.ui-button-text-only .ui-button-text {
    padding: 0.2em 0.8em;
}

/* 3. Knapptextfärg */
.contentSmash .smashButton {
    border: 0.1em solid #7B7E88;
    color: #4D6E90;
    margin: 0 0 0 0.5em;
}

/** End buttons **/
img {
    border: none;
}

/******************** End common ********************/
/******************** Header ********************/
#divaheader {
    border-radius: 0 0 8px 8px;
    height: 6.5em;
    padding: 0;
    background: #FFF;
}

/* Link logo university */
.divalogobox {
    width: 100%;
}

.divalogobox a {
    background: url("../images/head_logo.gif") no-repeat scroll left bottom transparent;
    color: #FFF;
    float: left;
    height: 5.3em;
    width: 45em;
    text-align: right;
    margin-left: 4px;
}

.divalogobox a span {
    visibility: hidden;
}

.divalogobox a:link, a:visited, a:hover, a:focus, a:active {
    text-decoration: none;
}

/* Head text */
.divaheadtext {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 20em;
    margin-top: 3em;
}

/******************** End header ********************/
.serviceWindowMessage {
	margin: 2em;
	border-radius: 8px;
	padding: 1em;
	color: white;
	border: 1px solid;
	background: white;
	color: black;
}

.serviceWindowMessage .headline {
	font-weight: bold;
	margin-bottom: 1em;
}
/******************** Footer ********************/
.divaFooter {
    height: 2.2em;
    font-size: 0.9em;
    margin-bottom: 2em;
    padding: 0.4em;
    border-radius: 0 0 8px 8px;
}

.divaadress {
    float: left;
    padding: 0.7em 0 0 1em;
}

/* text adress */
.divaadresstext {
    color: #7B7E88;
    float: left;
}

.divaAddressPadding {
    padding: 0 0.5em 0 0.5em;
}

.divaVersionPaddingRight,
.divaCopyPaddingRight {
    padding-right: 0.5em;
}

/* image diva logo */
.divalogo {
    float: right;
}

/* bold link */
a.divaboldlink, a.divaboldlink:link, a.divaboldlink:visited {
    color: #7B7E88;
    font-weight: bold;
    text-decoration: none;
}

a.divaboldlink:hover, a.divaboldlink:focus, a.divaboldlink:active {
    color: #000000;
    /*font-weight: bold;*/
    /*text-decoration: none;*/
}

/*This is for the button that changes style*/
.styleButton {
    margin-left: 0.5em;
    position: absolute;
}

/******************** End footer ********************/

/******************** search tabs (searchTabs.xhtml) ********************/
#searchtabs {
    margin: 0 auto;
    height: 74px;
    /*a slightly to low div with overflow hidden hides the line that might show up between this div and the next
    one, on some zoom levels */
    overflow: hidden;
}

#searchtabs a {
    /*text-decoration: none;*/
}

#searchtabs .ui-button {
    width: 200px;
    border: none;
}

.divamenucontent {
    background: #7B7E88;
    margin: 2em 0.5em 0 0;
    border-radius: 8px 8px 0 0;
    height: 49px;
    padding-top: 0.5em;
}

.divamenucontent:focus {
    outline: none;
}

.divamenucontent .ui-widget {
    font-size: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
}

.divamenucontent.ui-state-hover,
.divamenucontent.ui-state-active {
    cursor: pointer;
    background-color: #616570;
}

/* 1. Tabblänkfärg */
.divamenucontent .ui-button-text {
    color: #FFFFFF;
}

.chosenMenuContent .ui-button-text {
    color: #7B7E88;
    font-weight: bold;
}

/* 2. Tabbfärg */
#searchtabs .chosenMenuContent {
    background-color: #FFFFFF;
}

.contentSmash .chosenMenuContent {
    color: black;
}

.informationMessage {
    float: left;
    margin: 2em 0 1em 0;
}

/* 2a Tabbfärg mouseover*/
.chosenMenuContent:hover {
    /*background-color: #FFFFFF;*/
}

.divalanguage {
    padding: 0.2em 0.4em 0 0;
    float: right;
    width: 76.5em;
    text-align: right;
}

.divalanguage a {
    color: #7B7E88;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 0.3em;
    text-decoration: none;
}

.divalanguage a.current, .divalanguage a.current:link, .divalanguage a.current:visited {
    color: #000;
}

.overlayMenu {
    height: 21px;
    position: absolute;
    background-color: white;
}

.overlayMenu > a:last-of-type {
    border-right: none;
}

#searchTabText {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 1em;
    font-weight: bold;
}

/******************** End search tabs ********************/

/******************** search.xhtml ********************/

.iconInclude,
.iconExclude {
    /*width: 20px;*/
    /*height: 18px;*/
    /*background: url(../images/sprite_icons.png) no-repeat 2px -14px;*/
    /*float: left;*/
    /*removed as order in DIVA-1477*/
    display: none;
}

.iconExclude {
    background-position: 2px 3px;
}

#searchcontainer {
    /*height: 32em;*/
    /*margin: 0 -0.4em;*/
    overflow: auto;
    width: 100%;
    /*padding-top: 5em;*/

    width: 77.5em;
    margin: 0 -0.4em;
}

#searchleft {
    min-height: 22em;
    width: 14em;
    float: left;
}

.leftLinks {
    font-size: 1.2em;
    margin-left: 1.5em;
    /*margin-top: 4em;*/
}

.leftLinks a {
    color: #7B7E88;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    /*margin: 0.3em 0 0.5em;*/
    margin-bottom: 0.5em;
    text-decoration: none;
}

.hasSubmenu > a {
    display: inline-block;

}

.hasSubmenu .ui-button-text {
    padding: 0.4em 0.4em 0.4em 0.2em;
}

.hasSubmenu .ui-button-icon-left {
    left: -0.3em;
}

.hasSubmenu .ui-button {
    margin-left: -0.7em;
    opacity: 0;
    transition: opacity 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s;
    -webkit-transition: opacity 1s ease 0.5s;
}

.searchLeft:hover .hasSubmenu .ui-button {
    opacity: 1;
}

.hasSubmenu .subMenu {
    padding-left: 1em;
}

/*#searchUpper{*/
/*height: 3em;*/
/*width: 39em;*/
/*float:right;*/
/*}*/

.browseMiddle {
    border-radius: 4px 4px 0 4px;
    float: right;
    min-height: 4.5em;
    width: 61.5em;
    margin: 4em 0 0 0;
    overflow: visible;
}

.searchMain {
    float: right;
    min-height: 4.5em;
    width: 61.5em;
    margin: 4em 0 0 0;
    overflow: visible;
    position: relative;
}

.searchMiddle {
    background-color: #E5E5E5;
    border-radius: 8px 0 8px 8px;
    position: relative;
}

.searchBottom, .searchMiddle {
    padding: 1em;
}

.searchBottom {
    margin-top: 1em;
    padding-left: 0;
    width: 55em;
}

.searchMiddle .ui-inputfield {
    font-weight: normal;
    margin-top: 1em;
    outline: medium none;
    padding: 4px
}

.fileInfoBar {
    background-color: #C6D4BA;
}

.browseMiddle .fileInfoBar {
    padding: 0.7em 0.7em 0 0.7em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 1em;
    height: 2em;
    font-weight: bold;
}

/*#searchbottom{*/
/*padding-left: 18.5em;*/
/*width: 50em;*/
/*}*/

#searchbottom a:hover {
    text-decoration: underline;
}

.informationlist {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 0.3em;
    /*width: 22em;*/
    float: left;
}

.comingTheses ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0.5em;
}

.comingTheses a {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comingTheses .ui-widget-content {
    border-color: inherit;
    border-width: 2px;
}

.searchMain label {
    font-weight: normal;
}

.searchradios {
    font-size: 1em;
}

.searchradios input {
    vertical-align: top;
}

.searchradios label {
    vertical-align: bottom;
}

.searchradios td:first-child input {
    margin-left: -1px;
}

/** Linjen under sökrutan **/
.divaline {
    background-color: #C6D4BA;
    float: right;
    height: 10px;
    position: relative;
    width: 60.5em;
    border-bottom-left-radius: 8px;
    /*margin-right: -0.4em;*/

    /*turned off*/
    /*display: none;*/
}

.divaLineExtra1 {
    display: block;
    width: 20px;
    height: 180px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.divaLineExtra2 {
    display: block;
    width: 25px;
    height: 100px;
    float: right;
    border-top-right-radius: 8px;
    position: relative;
}

.diva2corner, .diva2corners {
    margin: auto;
}

.diva2maincolor {
    background-color: #FFF;
}

/* corner green left */
.diva2c12 {
    height: 1px;
    margin: 0 0 0 5px;
    overflow: hidden;
}

.diva2c23 {
    height: 1px;
    margin: 0 0 0 3px;
    overflow: hidden;
}

.diva2c34 {
    height: 1px;
    margin: 0 0 0 2px;
    overflow: hidden;
}

.diva2c45 {
    height: 8px;
    margin: 0 0 0 1px;
    overflow: hidden;
}

/** Slutlinjen under sökrutan **/

/* white box link text*/
.diva2downsearchlinktext {
    float: left;
    line-height: 1.5em;
    margin: 0 1.5em 0 0;
    padding-top: 1em;
}

.diva2starbox {
    background: url(../images/star_green.gif) no-repeat bottom left;
    height: 22em;
    width: 9.75em;
}

#searchbottom a {
    text-decoration: none;
}

.queryBlock {
    background-color: #FFF;
    margin: 0 1px;
    border-radius: 0 0 4px 4px;
}

.searchCriteriaChooserRow {
    background-color: #C6D4BA;
    border-color: red;
}

.advancedQuery {
    position: relative;
    /*margin: 1em 1em 1em 0;*/
    margin: 1em 0;
    background: none;
    border-color: #CECECE; /*backup color*/
    border-color: rgba(187, 177, 170, 0.7);
    border: none;
}

.advancedQuery legend.ui-fieldset-legend, .searchArea legend.ui-fieldset-legend {
    background: transparent;
    border: none;
    white-space: nowrap;
}

.searchArea legend.ui-fieldset-legend {
    background: #FFF;
}

.advancedQuery legend span.ui-icon-plusthick, .searchArea legend span.ui-icon-plusthick {
    background-position: -32px -16px;
}

.advancedQuery legend span.ui-icon-minusthick, .searchArea legend span.ui-icon-minusthick {
    background-position: -64px -16px;
}

.advancedQueryBlock h5 {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.advancedQuery h2 span {
    margin-top: -4px;
}

.advancedQuery ul, .advancedQuery li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.advancedQuery .ui-widget-content {
    border: 0;
    border-radius: 4px;
}

.searchMain .advancedQuery {
    margin: 1em 1em 1em 0;
}

.advancedQuery .selectContainer {
    width: 68%;
}

.advancedQuery.selectContainer.searchSelectTree {
    width: 100% !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none;
}

.row {
    width: 100%;
    position: relative;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    right: 0;
    left: 0;
    width: auto;
    padding: 0.4em;
}

.row .row {
    border-right: none;
}

.activeRow {
    background-color: #E0DC00;
}

.table fieldset .row {
    background: none;
}

.noTopBorder {
    border-top: none;
}

.noBottomBorder {
    border-bottom: none;
}

.left {
    width: 50%;
    height: 28px;
    padding: 0;
    float: left;
}

.right {
    min-height: 22px;
    padding: 0;
    float: right;
    width: 75%;

}

.right .close, .row .close {
    display: inline-block;
    float: right;

}

.right .maxWidthSelect {
    max-width: 90%;
}

.divacheck {
    display: block;
    margin-top: 10px;
}

#searchTop .divacheck {
    margin-top: 10px;
}

.divacheck > input {
    vertical-align: middle;
    margin-left: 5px;
}

.divacheck > label {
    vertical-align: middle;
}

.advancedQueryBlock {
    width: 99%;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}

.advancedQueryBlock .ui-selectonemenu {
    padding-right: 4px; /*sum of padding-left+padding-right on .advancedQueryBlock .row .right .ui-inputfield*/
}

.advancedQueryBlock .ui-icon {
    width: 13px;
}

.advancedQueryBlock h2 {
    margin: 0.7em 0 0.1em;
}

.advancedQueryBlock.excluding {
    margin-top: 0;
}

.advancedQueryBlock .rowtext {
    line-height: 26px;
    float: left;
}

.advancedQueryBlock .queryBlock ul li .row {
    background-color: #fbfbfb; /*fallback color*/
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.advancedQueryBlock .queryBlock ul li .row:hover,
.advancedQueryBlock .queryBlock ul li .row:active,
.advancedQueryBlock .queryBlock ul li .row:focus {
    background-color: #FFF;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.advancedQueryBlock .queryBlock .row.lastRow {
    border-top: 1px dashed #f1f1f1;
}

.advancedQueryBlock .close {
    margin: 3px 1px;
}

.advancedQueryBlock .chooser {
    min-height: 20px;
    padding: 0.2em 0.4em;
    border-radius: 4px 4px 0 0;
}

.advancedQueryBlock .chooser > span {
    /*text-shadow: 0px 0px 4px rgba(55, 55, 55, 0.2);*/
    text-shadow: 0 0 4px rgba(147, 162, 135, 0.6);
    color: #FFF;
}

.advancedQueryBlock .chooser .right {
    width: 75%;
    /*height: 20px;*/
    min-height: 20px;
}

.advancedQueryBlock .multiRow .dateFromTo .right,
.advancedQueryBlock .row .right {
    width: 68%;
    float: right;
}

.advancedQueryBlock .row .right .ui-inputfield {
    padding: 4px 2px;
}

.advancedQueryBlock .row .right > span,
.advancedQueryBlock .row .right .ui-inputtext,
.advancedQueryBlock .row .right .ui-selectcheckboxmenu,
.advancedQueryBlock .row .right .ui-autocomplete-multiple,
.advancedQueryBlock .row .right .ui-selectoneradio {
    width: 89% !important;
    display: inline-block;
}

.advancedQueryBlock .row .right .ui-autocomplete-multiple > ul {
    width: 100%;
}

.advancedQueryBlock .row .right .ui-autocomplete-multiple-container li {
    margin-right: 0.5em;
}

.advancedQueryBlock .row .right .ui-selectcheckboxmenu {
    overflow: hidden;
    margin-top: 2px;
    background: #FFF;
    padding: 1px 4px 1px 0;
    /*border:1px solid #CBC3BE;*/
}

.advancedQueryBlock .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    padding-left: 2px;
}

.advancedQueryBlock .row .right .ui-state-hover {
    background: #FFF;
    /*    border: 1px solid #B4A9A0;*/
}

.advancedQueryBlock .row .right .ui-selectcheckboxmenu:hover {
    border-color: #B4A9A0;
}

.advancedQueryBlock .row .right input[type=checkbox] {
    width: 13px;
    margin-top: 7px;
}

.advancedQueryBlock .row .right .smallright {
    width: 20%;
    margin-right: 0.4em;
}

.advancedQueryBlock .row .right .smallinput {
    width: 40%;
}

.advancedQueryBlock .row .right span input {
    width: 100%;
}

.advancedQueryBlock .smalltext,
.smalltext label {
    margin-left: 0.4em;
}

.advancedQueryBlock .addButton,
.advancedQueryBlock .iconSearch {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
}

.advancedQueryBlock .iconSearch {
    float: right;
    margin-right: 0;
}

.advancedQueryBlock .titleLink {
    padding-left: 7px;
}

.iconSearch .ui-icon-search {
    display: none;
}

.iconSearch .ui-button-text {
    padding: 0.2em 0.8em;
}

.clearAdvancedSearch .ui-icon {
    display: inline-block;
    /*margin-top: 0.5em;*/
}

.advancedQueryBlock .extraQueryStaticLabel {
    margin: 0.3em;
    position: absolute;
}

.advancedQueryInc .exclude,
.advancedQueryExc .include {
    display: none;
}

.advancedQueryPart {
    padding-bottom: 1px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.advancedQueryPart .rowtext.inlineHeader {
    margin-top: 1px;
}

li + li .advancedQueryPart {
    margin-top: 5px;
}

.advancedQueryPart .row.noBottomBorder .right {
    width: 61%;
}

.advancedQueryPart .chooser .right a.close {
    margin-top: 1px;
}

.advancedQueryPart .chooser a {
    float: left;
    margin-left: 2px;
}

.advancedQueryPart .chooser .right a {
    float: right;
    margin-right: 2px;
}

.advancedQueryPart .queryBlock .lastRow {
    border-radius: 0 0 4px 4px;
}

body .advancedQueryBlock .advancedQueryPart .singleRowDate .right input {
    padding-left: 2px;
    width: 35px;
    margin-right: 5px;
    text-align: center;
}

.advancedQueryBlock .advancedQueryPart .singleRowDate input + input {
    margin-right: 0;
}

.advancedQueryBlock .advancedQueryPart .singleRowDate span {
    display: inline;
}

/*singleRowField block*/
.advancedQueryBlock .SingleRowField .right label {
    width: 100% !important;
}

.advancedQueryBlock .SingleRowField .right > div {
    width: 89% !important;
}

/*multiRow block*/
.advancedQueryBlock .multiRow .dateFromTo {
    clear: both;
}

.advancedQueryBlock .multiRow .dateFromTo span {
    float: none;
    display: inline;
}

.advancedQueryBlock .multiRow .right label {
    width: 100% !important;
}

.advancedQueryBlock .multiRow .dateFromTo input {
    display: inline;
    width: 72px !important;
    text-align: center;
}

.advancedQueryBlock .multiRow .right > div {
    width: 89% !important;
}

.advancedQuery .toggleHelp {
    background: url("../images/helpButton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 26px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: -24px;
    width: 26px;
}

.advancedQuery.static .toggleHelp {
    top: -4px;
}

.advancedQuery .toggleHelp.ui-state-active {
}

.advancedQuery .toggleHelp span {
    display: none;
}

.advancedQuery .helpPanel {
    border: 1px solid #BED5FF;
    margin-bottom: 12px;
}

.advancedQuery .and {
    display: none;
}

.advancedQuery .or {
    font-weight: bold;
    margin: 0.2em 0 -0.3em 0.4em;
}

.advancedQuery .buttonRow {
    float: left;
    padding: 0.2em;
    width: 100%;
}

.advancedQuery .buttonRow button {
    float: right;
    margin-right: 0.2em;
}

.advancedQuery .publicationTexts ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.advancedQuery .publicationTexts ul li {
    display: inline-block;
    min-width: 90%;
    padding-bottom: 4px;
}

/************ Browse ************/
.browseContainer, .selectContainer {
    min-height: 30px;
}

.browseContainer .ui-tree,
.selectContainer .ui-tree {
    border: medium none;
    width: auto;
}

.browseContainer .ui-tree {
    width: auto;
    border: none;
}

.browseContainer .noOf {
    text-decoration: none;
}

.browseContainer .nodeDivider {
    background-color: grey;
    display: inline-block;
    height: 0.9em;
    margin: 0 0.6em 0 0.3em;
    position: relative;
    top: 1px;
    width: 1px;
}

.browseContainer .ui-tree .ui-tree-container {
    font-size: 0.9em;
    font-weight: bold;
}

.treeDiv {
    border-style: solid;
    border-width: 0.5em;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 0.5em;
    opacity: 0.6;
}

#browseSubject, #browseSeries, #browseOrganisation {
    /*padding-left: 10em;*/
}

.treeDiv .treeMenu {
    background: white;
}

.emptyNodes {
    color: #7B7E88;
    /*display: inline-block;*/
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.3em 0 0.5em;
    padding: 0 0.9em 0 0.7em;
    text-align: center;
    text-decoration: none;
}

.browseYear {
    height: 1.3em;
    left: 0.5em;
    top: 0.3em;
}

.browseYear .ui-inputfield {
    padding-top: 1.1px;
}

/********** end Browse **********/

/******************** End search.xhtml ********************/

/********************* Advanced search ********************/
.checkboxMenu {
    width: 20em;
}

.ui-selectcheckboxmenu-panel {
    /*width: 21.5em;*/
    width: 24em;
}

/******************** End Advanced search ********************/
/******************** resultList.xhtml ********************/
/** search top **/
/* The container containing the search and sort fields */
#searchTop {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    /*Color on border is set with .borderColor*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0.4em;
}

.searchArea {
    background: none;
    border: none;
    -o-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -ms-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -moz-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    -webkit-box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    box-shadow: inset 0 0 3px 2px rgba(155, 155, 155, 0.2) !important;
    padding-top: 0;
}

.sortField {
    /*float: right;*/
    padding-top: 0.3em;
    display: inline-block;
    vertical-align: middle;
}

.sortText {
    padding-left: 0.5em;
    padding-right: 0.3em;
    display: inline-block;
}

.sortSeparator {
    padding-left: 3em;
}

.sortResultList {
    float: right;
    margin-top: 3px;
}

.sortResultList .ui-button span {
    display: none;
}

.fulltextIcon {
    display: block;
    height: 20px;
    padding-top: 0.7em;
}

.resultList .fulltextIcon {
    display: inline-block;
    padding: 0;
    margin-top:1.6em;
}

.resultList .fulltextIcon + .fulltextIcon {
    padding-left: 10px;
}

.fulltextIcon svg {
    width: 20px;
    height: 22px;
    float: left;
}

.fulltextIconPart {
    display: inline-block;
    padding-left: 5px;
}

.resultList .fulltextIconPart {
    padding-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 60px;
}

.resultListOrderLink {
    float: right;
    width: 13.5em;
}

.fulltextIcon + .doi {
    padding-top: 1em;
}

.markAll {
    border-top-style: dotted;
    border-top-width: 0.2em;
    padding-top: 0.3em;
}

.author {
    padding-top: 3px;
}

#innerWestCenter .sortResultList .ui-button {
    height: 22px;
    width: 18px;
    border: 1px solid #9D9D9D;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/list-icons-sprite.png") no-repeat 1px -48px #FFF; /*default full list*/
    -webkit-box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
    -moz-box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
    box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
}

#innerWestCenter .sortResultList .ui-button:hover {
    /*default full list*/
    border-color: #333;
    background-position: 1px -73px;
}

#innerWestCenter .sortResultList .ui-button.ui-state-active {
    background-position: 1px -0px;
}

#innerWestCenter .sortResultList .ui-button.ui-state-active:hover {
    border-color: #333;
    background-position: 1px -24px;
}

/*reserve code*/
.sortListShort,
.sortListLong {
    height: 22px;
    width: 18px;
    border: 1px solid #9D9D9D;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/list-icons-sprite.png") no-repeat 1px 0 #FFF;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
    -moz-box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
    box-shadow: inset 0 0 1px 1px rgba(177, 177, 177, 0.3);
}

.sortListShort {
    background-position: 1px -48px;
}

.sortListLong:hover {
    border-color: #333;
    background-position: 1px -24px;
}

.sortListShort:hover {
    border-color: #333;
    background-position: 1px -73px;
}

/*end reserve code*/
.searchListBreadcrumb {
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
    background: none;
    padding: 0;
}

.searchListBreadcrumb ul {
    width: 100%;
}

.oldUrl {
    font-family: monospace;
    font-size: 1.1em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 40em;
}

.oldUrlDialog {
    font-size: 1.2em;
}

.oldUrlDialog .ui-dialog-titlebar {
    background: none;
}

.oldUrlDialog .ui-dialog-content {
    background-color: #FFFFFF;
}

/** End search top **/

/** facet sidebar **/
.facetTitle {
    background-color: #C6D4BA;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    height: 1.7em;
    padding-left: 0.7em;
    padding-top: 0.7em;
}

.westHeadline {
    font-weight: bold;
}

#innerWest ul {
    list-style: none outside none;
    padding-left: 1em;
    margin-top: 2.5em;
    margin-bottom: 0;
}

/*#innerWest li{
    margin-top: 0.5em;
}*/
#innerWest li {
    margin-top: 0;
}

#innerWest .westHeadline + li {
    margin-top: 0.5em;
}

#innerWest li {
    margin-bottom: 0.5em;
}

#innerWest .ui-button-text {
    padding-left: 1em;
    margin-top: -5px;
}

#innerWest a {
    display: inline-block;
}

.extendedFacet > div > ul {
    margin-top: 0.5em;
}

.extendedFacet, .extendedFacet .ui-panel-content {
    border: none;
    padding: 0;
}

.extendedFacet {
    margin-left: -1px;
}

#innerWest .extendedFacet ul {
    margin-top: 0;
}

/** End facet sidebar **/

#innerWest {
    width: 25%;
}

#innerWestCenter {
    width: 73.8%;
    margin-left: 0.5em;
}

/*toggleOrganisation in searchItem*/
.searchItem .hitNumberWrapper {
    float: left;
    margin-right: 4px;
}

.searchItem .toggleOrganisation {
    margin-left: 3em;
}

.searchItem .toggleOrganisation,
.searchItem .toggleEtAl {
    margin: 0;
    margin-left: -0.3em;
    height: 1.7em;
}

.comingThesesContainer .searchItem .toggleOrganisation,
.comingThesesContainer .searchItem .toggleEtAl {
    margin: 0.5em 0 0 -0.3em;

}

.searchItem .toggleOrganisation .ui-icon,
.searchItem .toggleEtAl .ui-icon,
.searchItem .partToggle .ui-icon {
    left: 0;
}

.searchItem .toggleOrganisation .ui-button-text,
.searchItem .toggleEtAl .ui-button-text {
    padding: 0 0.2em 0 0;
}

.searchItem .ui-panel-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3.2em;
}

.comingThesesContainer .searchItem .ui-panel-content {
    padding-left: 2.2em;
}

.searchItem .toggleOrganisation .ui-button-text {
    text-align: left;
}

.searchItem .titleLink.singleRow.linkcolor {
    margin-top: 20px;
    clear: left;
}

.searchItem .toggleOrganisation + .orgPanel + .orgPanel + .titleLink.singleRow.linkcolor,
.searchItem .toggleOrganisation + .toggleEtAl + .orgPanel + .orgPanel + .titleLink.singleRow.linkcolor,
.searchItem .toggleEtAl + .orgPanel + .orgPanel + .titleLink.singleRow.linkcolor {
    margin-top: 0;
}

.searchItem .ui-button span {
    padding-top: 0.23em;
}

.searchItem .ui-button .ui-icon-triangle-1-e,
.searchItem .ui-button .ui-icon-triangle-1-s {
    padding-top: 0;
    top: 0;
    margin-top: 0;
}

.searchItem .toggleEtAl,
.searchItem .toggleOrganisation {
    padding-left: 1.1em;
}

.searchItem .chooseItem {
    vertical-align: top;
}

.contentSmash .searchItem .partToggle .ui-button-text {
    padding: 1px 0 0 1.1em;
}

/*end toggleOrganisation*/

/* Items in the resultlist, seperated by a dotted line*/
.searchItem {
    padding: 1.3em 1.1em 1.3em 1.3em;
    /*border-color: #C6D4BA;*/
}

/*li .searchItem{*/
li + li .searchItem {
    /*Color on border is set with .borderColor*/
    border-top-width: 0.2em;
    border-top-style: dotted;
}

#innerWestCenter li div.searchItem {
    border-radius: 0;
}

#innerWestCenter .resultList ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

/** These are for the entire resultList
    and foldout forthe abstract
    and for breadcrumb
**/
#innerWestCenter .ui-widget-content,
#formSmash\:peopleList_content,
#innerWestCenter .partContainer .ui-state-default,
#searchTop .ui-widget-header {
    border: none;
}

.chooseItem {
    margin: 0 0.3em 0 0;
}

.indent {
    padding-left: 1em;
}

/** Abstract **/
.partContainer {
    position: relative;
    margin-top: -1.4em;
}

.abstractFieldSet {
    display: inline;
    background: none;
}

.linkFieldSet {
    display: inline;
    background: none;
}

.advancedQueryBlock .advancedQuery .linkFieldSet {
    border: 1px solid #bbb1aa;
    margin-top: 1em;
    width: 96%;
}

.advancedQueryBlock .advancedQuery .linkFieldSet legend {
    background: url("/smash/javax.faces.resource/images/default.png.jsf?ln=primefaces-casablanca") repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #cbc3be;
}

.advancedQueryBlock .advancedQuery .linkFieldSet textarea {
    width: 99%;
}

.abstractFieldSet .ui-fieldset-legend {
    cursor: pointer;
    padding: 0;
    padding-left: 40em;
}

#innerWestCenter .ui-fieldset {
    padding: 0 0;
}

#innerWestCenter .ui-fieldset .ui-fieldset-toggler {
    margin: 0.1em;
}

.searchItem .ui-icon-minusthick {
    background-position: -64px -16px;
}

/*image when abstract is folded*/
.searchItem .ui-icon-plusthick {
    background-position: -32px -16px;
}

/*Image when abstract is expanded*/
.partContainer .ui-state-default {
    background: none;
}

/** End abstract **/

.publicationType {
    left: 0;
    position: absolute;
    top: 0.15em;
}

.comingThesis {
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.5em;
}

/******************** End resultList ********************/

/******************** Coming Theses  ********************/

.comingThesesReference {
    float: left;
    padding-top: 0.5em;
}

.comingThesesReference a {
    background: url("../images/rss_icon.gif") no-repeat scroll 0 0 transparent;
    margin: 0 0.1em;
}

.comingThesesReference a span {
    visibility: hidden;
}

/* Override width for coming.xhtml */
.comingThesesContainer #innerWestCenter {
    width: 99%;
}

/******************** End Coming Theses ********************/

/******************** Record ********************/
.padded-ui-layout {
    padding: 1em;
}

.attachment {
    position: relative;
    /*padding-bottom: 0.2em;*/
}

.attachment + .attachment {
    position: relative;
    padding-top: 0.7em;
}

#innerEast .fileInfo {
    display: inline;
}

#innerEast .altmetricDiv {
    width: 200px;
    position: relative;
}

.altmetricDiv > div,
.altmetricDiv span {
    max-width: 90px;
    display: inline-block;
    text-align: center;
}

.altmetric-hidden + .altmetric-label {
    display: none;
}

.doi.altmetric-embed ~ .pmid,
.doi.altmetric-embed ~ .pmid + .altmetric-label,
.doi.altmetric-embed ~ .isbn,
.doi.altmetric-embed ~ .isbn + .altmetric-label {
    display: none;
}

.doi.altmetric-hidden ~ .pmid,
.doi.altmetric-hidden ~ .pmid + .altmetric-label,
.doi.altmetric-hidden ~ .isbn,
.doi.altmetric-hidden ~ .isbn + .altmetric-label {
    display: inline-block;
}

.pmid.altmetric-embed ~ .isbn {
    display: none;
}

div.pmid > .altmetric-hidden ~ div.isbn {
    display: inline-block;
}

.orderOnline {
    margin-left: 0.5em;
    margin-top: 0.2em;
    position: absolute;
}

.infoImage {
    height: 1.5em;
}

.previewImageContainerVisible {
    height: 320px;
    text-align: center;
    margin: 0 auto;
}

.previewImageContainerNonVisible {
    height: 0;
}

.previewImage {
    max-width: 240px;
    max-height: 320px;
    border: thin solid;
}

.fileLink {
    display: inline;
    margin-right: 0.3em;
    height: 1.4em;
    padding-left: 2.0em;
    padding-top: 0.4em;
    word-wrap: normal;
    overflow: visible;
}

#innerEast .fileName {
    display: inline;
    max-width: 9.3em;
    overflow: hidden;
    text-overflow: ellipsis;

}

#innerEast .fileSize {
    /*needs overflow: hidden to be placed at same vertical position as fileName*/
    display: inline;
    overflow: hidden;
}

#innerEast a {
    margin-top: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.indent {
    padding-left: 1em;
}

.smallOverlay {
    min-width: 13em;
}

.inlineHeader {
    font-weight: bold;
    margin: auto 0.4em auto auto;
}

.subTitle {
    font-weight: bold;
}

.displayFields {
    display: block;
    margin-top: 0.7em;
}

.displayFieldsBold {
    display: block;
    margin-top: 0.7em;
    font-weight: bold;
}

.ui-accordion .ui-accordion-header {
    margin: 0; /* Default är margin-top: 1px */
}

#innerEastCenter .ui-accordion .ui-accordion-header a {
    padding: 0.2em 0 0.2em 2.2em;
}

#innerEastCenter .ui-accordion .responsibleOrganisation {
    padding: 0.2em 0 0.2em 0em;
}

.ui-accordion .ui-accordion-content {
    /* Default: padding: 1em 2.2em; */
    padding: 0 2.2em;
}

/* UI-state-disabled används här för de element som inte ska gå att fälla ut, texten ska fortfarande vara svart, men pilen syns inte.*/
.ui-accordion .ui-state-disabled {
    opacity: 1;
}

.ui-accordion .ui-state-disabled .ui-icon-triangle-1-e,
.ui-accordion .ui-state-disabled .ui-icon-triangle-1-s {
    background-image: none;
}

.contentSmash .toggleAuthors {
    border: none;
    color: #54565E;
    font-weight: bold;
    font-size: 1.0em;
}

.contentSmash .toggleAuthors span:hover {
    text-decoration: underline;
}

.contentSmash .toggleAuthors span {
    padding: 0.1em;
}

.organisation {
    display: inline-block;
    margin-left: 1em;
}

.responsibleOrgs {
    display: block;
    margin-top: 0;
}

.partsFieldSet .ui-icon-plusthick {
    background-position: -32px -16px;
}

.coins {
    display: none;
}

.altTitleSpace {
    margin-bottom: 1em;
}

/******************** End record ********************/

/******************** Aboutdiva ********************/
#aboutDivaContainer {
    margin: 1.5em;
}

.aboutDivaBar {
    background-color: #C6D4BA;
    height: 2em;
    text-align: center;
    font-weight: bold;
    padding-top: 0.7em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.aboutDivaContent {
    border: 0.2em solid #C6D4BA;
    padding: 1em;
}

#aboutDivaContainer .aboutLink {
    display: block;
    margin-bottom: 0.3em;
}

/******************** End aboutdiva ********************/

/*********************ICONS******************************/
.iconFileType {
    width: 20px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 22px;
}

.iconMP3:before,
.iconWAV:before,
.iconAudio:before {
    content: "\f1c7";
}

.iconJP2:before,
.iconJPG:before,
.iconPNG:before,
.iconTIFF:before,
.iconImage:before {
    content: "\f1c5";
}

.iconEPUB {
    background: url("../images/22heightEPUB.png") left top no-repeat;
    border: 1px solid lightgray;
}

.iconPS:before,
.iconPDF:before {
    content: "\f1c1";
}

.iconXLSX:before,
.iconXLS:before {
    content: "\f1c3";
}

.iconTXT:before,
.iconText:before {
    content: "\f15c";
}

.iconAVI:before,
.iconMP4:before,
.iconMPEG:before,
.iconMOV:before,
.iconFLV:before,
.iconMSVIDEO:before,
.iconVideo:before {
    content: "\f1c8";
}

.iconKML:before,
.iconXML:before {
    content: "\f1c9";
}

.iconGZ:before,
.iconTARGZ:before,
.iconKMZ:before,
.iconZIP:before {
    content: "\f1c6";
}

.iconHelp:before {
    content: "\f059";
    width: 20px;
    height: 22px;
    display: block;
    float: right;
    margin-right: 5px;
    font-size: 22px;
    text-decoration: none;
    margin-left: 1em;
}

/*********************END ICONS**************************/
/* 7. Footer bakgrundsfärg */
.divaFooter {
    background: #FFF;
}

.divaFooter .divaLogo {
    float: right;
    margin-top: 4px;
}

.divaFooter .divaLogo .divaText {
    width: 50px;
    height: 15px;
    vertical-align: top;
}

.divaFooter .divaLogo * {
    display: inline-block;
}

svg {
    width: 15px;
    height: 15px;
}

svg.divaText {
    margin-top: 0;
}

/*8. DiVA stjärnfärg*/
.divaStar,
.divaText {
    fill: #94969b;
}

.futureAttachment .st0 {
    fill: #990000;
}

.futureAttachment .st1 {
    fill: #F3F3F3;
}

/* ShareThis custom icon (st_sharethis_button class loads by default and defines the standard button) */
.st_sharethis_custom {
    background: url("../images/sharethis_counter2_bw.png") no-repeat scroll left top transparent;
    padding: 0 63px 22px 0;
}

/* do not trim select item */
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    white-space: pre;
}

.openAccess {
    height: 15px;
    margin-left: 0.4em;
    width: auto;
}

.singleRow > p:first-child {
    margin-top: 0;
}

.personHeading {
    font-size: 1.6em;
    margin-right: 1em;
    font-weight: bolder;
}

.personHeadingSpace {
    margin-bottom: 2em;
}

.project h5,
.authorityPerson h5 {
    margin: 0.7em 0.7em 0.2em auto;
}

.noBorder {
    border: none;
}

.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.iconHelp {
    cursor: pointer;
}

.inline{
    display:inline;
}

a:focus, button:focus, input[type=submit]:focus, input[type=checkbox]:focus, summary:focus, [tabindex]:focus,.ui-button-text:focus {
    outline:2px solid #0065bd;
    outline-offset:0.25em;
}

.floatLeft {
    float: left;
}