/*
Core CSS file for HeBIS template
*/

@CHARSET "UTF-8";

/*** General ****/

/** Spacing **/

.noPaddingV {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.noPaddingH {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noMarginV {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noMarginH {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/** Link-Colors **/

/* Normal */

a,
ul.filters a,
.facetRight a,
.ui-state-default a,
.ui-state-default a:link {
	color: #0066CC;
	text-decoration: none;
}

/* Visited */

a:visited {
}

.ui-state-default a:visited,
.ui-state-active a:visited {
    color: #0099FF;
}

ul.result a:visited {
	color: #8866aa;
}

/* Focus */

a:focus,
.ui-state-default a:focus,
.ui-state-active a:focus {
    color: #0099FF;
}

/* Hover */

a:hover,
ul.filters a:hover,
.ui-state-default a:hover,
.ui-state-active a:hover {
    color: #0099FF;
    text-decoration: underline;
}

.facetRight a:hover {
    color: #0099FF;
}

/* Active */

a:active,
.ui-state-active a,
.ui-state-active a:link {
	color: #0066CC;
	text-decoration: underline;
}

/** Text **/
h1 {
    font-size: 1.4em;
}

h2 {
}

h3 {
}

/** Table-Borders **/

table.datagrid,
table.profile {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: transparent;
    margin-bottom: 1.5em;
    width: 100%;
}

table.profile {
    width: 99%;
}

table.datagrid tr.oddrow,
table.datagrid tr.evenrow {
    background-color: transparent;
}

table.datagrid th {
    border-radius: 0px 0px 3px 3px;
    border-width: 0px;
}

table.datagrid td {
	background-color: #eee;
    border-radius: 3px;
    border-width: 0px;
}

table.profile th {
    width: 20%;
    background-color: #ddeeff;
    color: #003366;
    text-align: left;
    padding: 9px 7px;
    border-radius: 0px 3px 3px 0px;
}

table.profile td {
    background-color: #eee !important;
    padding: 9px 7px;
    border-radius: 3px 0px 0px 3px;
}

table.profile tr:first-child th,
table.datagrid tr:first-child th:first-child {
    border-radius: 4px 0px 3px 0px;
}

table.profile tr:first-child td,
table.datagrid tr:first-child th:last-child {
    border-radius: 0px 4px 0px 3px;
}

table.datagrid tr td:first-child {
	border-radius: 0px 3px 3px 0px;
}

table.datagrid tr td:last-child {
	border-radius: 3px 0px 0px 3px;
}

table.datagrid tr:last-child td {
    border-radius: 3px 3px 0px 0px;
}

table.profile tr:last-child th,
table.datagrid tr:last-child td:first-child {
    border-radius: 0px 3px 0px 4px;
}

table.profile tr:last-child td,
table.datagrid tr:last-child td:last-child {
    border-radius: 3px 0px 4px 0px;
}

/** Tooltip **/
 .ui-tooltip {
    max-width: 600px;
}

/** Header **/
#headerRight {
    float: right;
    text-align: right;
    width: 500px;
}

/** Materialart Icon **/
.series, .braille, .article, .retro, .proceedings, .chapter, .misc {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 .5em .5em 20px;
    margin-right: 1em;
}

.misc {
    background-image: url(../images/silk/page_white.png);
}

.chapter {
    background-image: url(../images/silk/book_open.png);
}

.series {
    background-image: url(../images/series.png);
}

.braille {
    background-image: url(../images/braille.png);
}

.article, .proceedings {
    background-image: url(../images/silk/page_white_text.png);
}

.retro {
    background-image: url(../images/retro.png);
}


.popupRetro {
    display: none;
}


/** Links with pictures **/

.help {
    background-image:url(../images/silk/help.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
}

.contact {
    background-image:url(../images/silk/information.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
}

/** Mods **/

.highlight {
	font-weight: inherit;
}

.recordcount {
	font-size: 0.72em;
	line-height: 1em;
}

.previewDiv {
	padding-top: 5px;
    padding-right: 7px;
}

#tabnav {
	margin-top: 0.3em;
}

.resulthead {
    border-bottom: 1px solid #EEEEEE;
    padding: 0;
    width: 100%;
}

.resulthead .floatleft {
}

.resulthead .floatright {
    position: relative;
    bottom: 6px;
}

#toptabcontent {
    padding: 10px 10px;
}

#toptabcontent h1,
#toptabcontent h2 {
    margin-bottom: .9em;
}

.nolinebreak {
    display: inline-block;
}

/* Vorsicht: Kann andere Scripte zerhauen */
.ajax_availability,
.ajax_hold_availability,
.xhr_availability,
.ajax_wikipedia {
    background: url("../images/ajax-loader.gif") no-repeat transparent !important;
    padding: 0 .5em .5em 20px;
}

.ajax_tabs {
    background: url("../images/tab-loader.gif") no-repeat transparent !important;
}

.xhr_availability {
    position: relative;
    top: 5px;
    left: 5px;
}

/** Positioning **/

.span-0 {
	float: left;
	min-width: 10px;
    margin-right: 8px;
}

.span-auto {
	float: left;
    width: auto;
}

.span-288 {
	float: left;
	width: 288px;
}

.span-100 {
    float: left;
    width: 100px;
}

.span-90 {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.first {
	margin-left: 0px !important;
    padding-left: 0px !important;
}

.last {
	margin-right: 10px !important;
    padding-right: 0px !important;
}

.recordresult {
    border-right: 1px solid #F3F3F3;
}

.sidebarrecord {
    margin-top: 0px;
}

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

.text-center {
	text-align: center !important;
}

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

/* Sidebar Positioning workaround */

.sidebarOnLeft .sidegroup {
    margin-left: 0px;
}

.push-5 {
    margin: 0 -190px 10px 229px !important;
}

.pull-18 {
    margin-left: -718px !important;
}

.span-18 {
	width: 680px;
}

/* Disabled Element */

.disabled {
	display: none;
}

/* Font Mods */

.font_normal {
    font-weight: normal !important;
    font-style: normal !important;
}

.font_italic {
    font-style: italic !important;
}

.font_bold {
    font-weight: bold  !important;
}

/** Vufind-Messaging **/

.error, .alert, .notice, .success, .info {
    border-width: 1px;
    border-radius: 3px;
    /*border-color: #cdcdcd;*/
    padding: 0.7em 0.8em;
}

/*** Header ***/

/** Logo **/

/* (Don't forget to change the logo also in print css) */
#logo {
    background: url("../images/logo-Springfield.png") no-repeat scroll left center transparent;
}

/** Anzeige der momentanen Suche **/
.correction {
	background: none repeat scroll 0 0 #FFFFFF;
	padding:.5em;
}

.searchstring {
	background-color: #EEEEEE;
	padding:.5em;
}

.searchHistoryLink {
   text-align: right;
   float: right;
   padding: 0.5em;
}

/*** Results ***/

/** Link zum alten Portal **/

.plink {
	background-color: #EEEEEE;
	padding: .5em;
}

/*.plinkbox {
	margin-right: 1em;
}*/

/** Facets **/

dl.navmenu {
    margin-bottom: 0;
}

.navmenu dd {
	border-bottom: none;
}

.navmenu .facetList  {
	padding: 0px;
	margin: 0px;
}

.facetTitle {
}

.facet {
    display: block;
	border-left: 3px solid #fff;
	border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
	margin: 0px;
	height: auto;
}

.facetHoverJS {
}

.facetHoverCSS {
    max-height: 25px;
    transition: max-height 0.6s ease-in;
    -moz-transition: max-height 0.6s ease-in;
    -webkit-transition: max-height 0.6s ease-in;
    -o-transition: max-height 0.6s ease-in;
}

.facet:hover,
.facet:active,
.facet:focus {
	border-left-color: #cdcdcd;
	background-color: #f6f6f6 !important;
}

.facetHoverCSS:hover,
.facetHoverCSS:active,
.facetHoverCSS:focus {
    max-height: 100px;
}

.facet dd {
    border-bottom: none;
    min-height: 19px;
    padding: 4px 0px 2px;
}

.facetLeft {
	float: left;
	/*width: 17px;*/
}

.facetRight {
    text-align: left;
    width: 190px;
    float: left;
}

.facetRight a {
	display: block;
}

/*
.facetAfter {
	text-align: right;
	float: right;
}
*/

.facetTitleImg,
.facetCheckbox {
    display: block;
	border-radius: 3px;
    border: 1px solid gray;
}

.facetTitleImg {
	float: left;
	background-color: white;
	width: 9px;
	height: 9px;
    margin: 3px 4px 3px 3px;
}

.facetCheckbox {
	background-color: #eee;
	width: 10px;
	height: 10px;
    margin: 3px 6px 3px 4px;
}

.facetText {
	word-wrap: break-word;
	letter-spacing: 0px;
}

.facetText small {
	font-size: 0.78em;
	font-style: italic;
	color: gray;
	line-height: 1.8;
	letter-spacing: -1px;
}


/* Exemplaranzeige mit Bandlisten */

#splus {
    float:left;
    vertical-align:top;
    background-color: #FFFFFF;
    height:17px;
    width:17px;
    margin:6px 4px 3px 3px;
    border:1px solid #808080;
    border-radius:3px;
}

#sminus {
    float:left;
    vertical-align:top;
    background-color: #FFFFFF;
    height:17px;
    width:17px;
    margin:6px 4px 3px 3px;
    border:1px solid #808080;
    border-radius:3px;
}

.bandliste > dt {
    cursor:pointer;
    background-color: #EEEEEE;
    font-weight: bold;
    margin-top: 0.75em;
    margin-bottom:1.4em;
    padding: 0.2em 0.4em;
    border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
}

.bandliste > dt > h3{
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
    margin-left:5px;
    margin-right:10px;
}

.bandliste > dd {
    margin-left:2.5em;
}

.bandliste_available {
    color:#009900;
}

.bandliste_unavailable {
    color:#CC0000;
}

.bandliste_presentation {
    color:#FF9900;
}

.bandlistenkopf {
    display:inline-block;
    margin-left:2px;
    width:590px;
}

.bandlistenkopfheader {
    font-size:1.5em;
}


/* Directly manipulate the embedded SVG image (not used) */

#svg_facetCheckboxchecked path {
	fill: #327bba !important;
}

.facetCheckbox:hover #svg_facetCheckboxchecked path {
	fill: #0099ff !important;
}

/* Further Checkbox manipulation */

.checked {
	/*background-color: #327bba;*/
}

.unchecked {
	/*background-color: #e3e9ee;*/
}

.hidden {
    display: none;
}

/** Filters set **/

.setfilters {
	overflow: hidden;
   	height: auto;
}

/*
ul.filters {
	color: inherit;
}

ul.filters a {
	display: inline-block;
}

ul.filters hr {
    background: #fff;
    border: none;
    height: 1px;
    width: 90%;
	margin: 0.2em auto;
}

.setfilters .filters {
	background-color: transparent;
	text-align: left;
}
*/

/* Animation for the setfilters box
.filtersHoverCSS {
	max-height: 20px;
    transition: max-height 0.6s ease-in;
    -moz-transition: max-height 0.6s ease-in;
    -webkit-transition: max-height 0.6s ease-in;
    -o-transition: max-height 0.6s ease-in;
}

.filtersHoverCSS:hover {
	max-height: 1500px;
}
*/

#removesetfilters {
	display: block;
	background-color: #eee;
    text-align: center;
    text-decoration: none;
}

/** Single Record **/

.result .resultItemLine1,
.result .recordNumber,
.result .iconlabel {
	font-size: 90%;
    font-weight: 700;
    line-height: 16px;
}

.result .resultItemLine1 {
    font-size: 103%;
}

.sidegroup_right h4 {
    border-bottom: 2px solid #DDDDDD;
}

/* Cover preview */

.summcover {
	/* max-height: 75px; */
}

/* Favorites Icon */

/* Alle inline, alle block oder alle 0 0 0 X */
.fav, .haken, .export, .citeexport, .renew {
    padding: 0 0 0 20px;
}

.citeexport {
    background-image: url("../images/silk/report.png");
    background-repeat: no-repeat;
    background-position: left;
    margin: 0px;
}

.fav {
	background-image: url("../images/silk/add.png");
	margin: 0px;
}

.haken {
	background-image: url("../images/silk/haken.gif");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
}


.renew {
    background-image: url("../images/frist.png");
	margin: 0px;
}

/* Status and links */

.status, .status > *,
.displaylink {
    padding-left: 20px;
}

.available, .presentation, .unavailable, .onbuy, .unknown, .checkedout {
    display: block;
    background-image: url(../images/silk/bullets.png);
    background-repeat: no-repeat;
    height: 16px;
    padding-left: 20px;
}

.available {
    background-position: 0 -31px;
    color: #009900;
}

.presentation {
    background-position: 0 1px;
    color:#FF9900;
}

.onbuy, .unavailable, .checkedout {
    background-position: 0 -15px;
    color: #cc0000;
}

.unknown {
    background-position: 0 -47px;
    color: #6E6E6E;
}

.status .available,
.status .presentation,
.status .unavailable,
.status .onbuy,
.status .unknown,
.status .checkedout {
	position: relative;
	right: 20px;
}

/** Accordion **/

ul.result {
	border-color: transparent;
	border-style: solid;
	border-right-width: 3px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.result:hover {
	/*background-color: rgba(0, 0, 0, 0.12);*/
	border-color: #cdcdcd;
}

ul.alt {
    background-color: #eee;
}

.ui-accordion {
}

.ui-accordion a{
	color: #0066CC;	
}

.ui-accordian a:visited{
	color: #0099FF;
}

.ui-accordion-header {
	background: none;
    border: none;
    color: inherit;
    font-weight: 400;
    padding: 15px 5px 10px;
}

.ui-accordion-content {
    background: none;
	  border: none;
	  padding: 0px 0px; /* 15px; */
}

.ui-accordion-content-active {
}

.ui-accordion .ui-accordion-header a {
    width: auto;
    display: inline;
    padding: 0.5em 0em;
}

.ui-state-default a, .ui-state-default a:link,
.ui-state-active a, .ui-state-active a:link {
    text-decoration: none;
}



.provenance-accordion .ui-accordion-header{
    padding: 1px 25px 0px;
} 

.provenance-accordion .ui-accordion-content {
	padding-top:0;
}

/*** Record ***/

/** Navigation **/

.resultscroller {
	padding-top: 2em;
	font-size: 0.8em;
}

.lastSearch {
	float: left;
}

.previousElement,
.nextElement {
	float: right;
}

.previousElement:before {
	content: url('../images/arrow-left.png');
}

.nextElement:after {
	content: url('../images/arrow-right.png');
}

.elementsCount {
    padding-top: 5px;
    padding-right: 3px;
    text-align: right;
	float: right;
}

.lastSearch:before {
	content: url('../images/home.png');
}

.backtosearch {
	text-align: right;
	position: relative;
	top: 8px;
}

/** Cover Preview **/
#largeCoverPreview {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(48, 48, 48, 1);
    background-image: url(../images/tab-loader.gif);
    z-index: 1;
}

.closeBox {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #eee;
    color: #666;
    border-radius: 50%;
    line-height: 1.6em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.closeBox:hover,
.closeBox:active {
    color: #888;
}

/** Tabs **/

#tabnav li a,
#tabnav li.active a,
#tabnav li.inactive a {
    transition: color 0.5s linear;
}

#tabnav li.inactive a {
    color: #bbb;
    cursor: default;
}

.tab_box {
    background-position: center !important;
    min-height: 50px;
    min-width: 100%;
    display: none;
}

.tab_box.active {
    display: block;
}

.tab_box .fail {
    text-align: center;
    font-face: bold;
    margin-top: 20px;
}

/* Table of Contents */

.toc {
    display: table;
    width: 100%;
    padding: 0px;
}

.toc li {
    display: table-cell;
    table-layout: auto;
    padding-bottom: 0.8em;
}

.toc .chapter {
	text-align: right;
    width: 15%;
}

.toc .title {
	padding-left: 1em;
}

.toc .page {
	width: 10%;
}

/* Summaries */

.summary {
	text-align: justify;
}

/** Other Editions **/
#otherEditions_box {
    background-position: center !important;
    min-height: 50px;
}

/** Core Elements **/

/* Pop-Up Windows */

.wikilogo {
    background: url(../images/silk/wikipedia.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    display: none;

    /* Modify logo size & positioning */
    width: 11px;
    height: 7px;
    top: -3px;
    left: 1px;
}

.infologo {
    background: url(../images/info_inline.gif) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    display: none;

    /* Modify logo size & positioning */
    width: 19px;
    height: 9px;
    top: 1px;
    left: 1px;
}

.popupWindow {
    display: inline-block;
    position: relative;
}


.wikilink,
.rvklink {
    display: inline-block;
    position: relative;
}

.authorlink {
    display: inline;
}

.authornolink {
    display: none;
}

.popupWindowContent,
.popupWindowContentRVK {
    position: absolute;
    padding: 1.1em 1.1em 1.1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;

    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: opacity 0.3s ease 0.4s, visibility 0.3s ease 0.4s;
    -webkit-transition: opacity 0.3s ease 0.4s, visibility 0.3s ease 0.4s;
}

.popupWindowContent,
.popupWindowContentRVK {
    /* Modify positioning & width of popup */
    bottom: 22px;
    min-width: 500px;
}

.popupWindowContent:after,
.popupWindowContentRVK:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #666;
    border-width: 4px;
    left: 12px;
    margin-left: -4px;
}

.popup:hover .popupWindowContent,
.popup:hover .popupWindowContentRVK {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
    -webkit-transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
}

/*** Form Elements ***/

/** General Form Elements **/

#searchForm_lookfor.vufind,
#searchForm_lookfor.discover,
#searchForm_lookfor.ebsco {
    width: 300px;
}

input[type=text],
input[type=password],
textarea.puma_input {
	background-color: #fefefe;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	color: #838383;
	line-height: 1.8em;
    padding: 0 5px;
    transition:color 300ms, border 300ms, box-shadow 250ms;
    -moz-transition:color 300ms, border 300ms, box-shadow 250ms; /* Firefox 4 */
    -webkit-transition:color 300ms, border 300ms, box-shadow 250ms; /* Safari and Chrome */
    -o-transition:color 300ms, border 300ms, box-shadow 250ms; /* Opera */
}

input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:active {
    box-shadow:0px -1px 0px 0px #d3d3d3 inset;
    border: 1px solid #d3d3d3;
    color: #555;
    transition:color 500ms, border 500ms, box-shadow 400ms;
    -moz-transition:color 500ms, border 500ms, box-shadow 400ms; /* Firefox 4 */
    -webkit-transition:color 500ms, border 500ms, box-shadow 400ms; /* Safari and Chrome */
    -o-transition:color 500ms, border 500ms, box-shadow 400ms; /* Opera */
}

input[type=submit],
input[type=reset],
button,
.button {
    padding-left: 2em;
    padding-right: 2em;
}

.ui-button-text-only  {
	margin-right: 0;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
}

/*
input[type=submit],
input[type=reset],
.button {
	background-color: #e3e9ee;
	color: #2d5c86;
	border: 1px solid transparent;
	border-radius: 4px;
}

input[type=submit]:hover,
input[type=reset]:hover,
.button:hover {
	background-color: #327bba;
	color: #fff;
}
*/

/** Home Screen Form **/

.searchHomeForm a, .searchHomeForm a:hover {
    color: #0066CC;
    font-size: 0.75em;
}

.searchHomeContent {
   text-align:center;
}

.searchHomeContent #searchHomeForm_container {
    height: 34px;
    overflow: hidden;
}

.searchHomeContent .searchHomeForm #searchForm {
   width: 600px;
   text-align:left;
   padding-left: 70px;
}

.searchHomeContent #searchForm_lookfor {
    float: left;
    height: 94%;
    margin-right: 3px;
}

.searchHomeContent input[type="submit"] {
    height: 100%;
    vertical-align:bottom;
}

.searchHomeContent .searchForm_advancedSearch {
    width: 125px;
    float: right;
    font-size: .9em;
}

.searchHomeContent .searchForm_advancedSearch a {
    margin: 0;
    line-height: 1.6em;
}

/** Basic Search Form **/

#searchForm span,
#searchForm a {
	vertical-align: bottom;
}

#searchForm_container {
	height: 30px;
}

#searchForm_container input {
	height: 100%;
}

#searchForm_container #searchForm_lookfor {
	float: left;
    margin-right: 3px;
	height: 94%;
}

/** Advanced Search Form **/

.advSearchContent {
	margin: 0px auto;
	padding: 0px 10px;
    width: 100%;
}

.advSearchContent #groupHolder {
}

.advSearchContent #sideHolder {
	margin-top: 45px;
}

.groupSearchHolder {
	padding: 10px 0px 5px;
}
.groupSearchHolder .advRow div {
    padding: 0px 5px 10px 0px;
}

.groupSearchHolder .label,
.groupSearchHolder .join {
    width: 130px;
    word-wrap: break-word;
    line-height: 1.2em;
    margin-top: 1px;
    margin-right: 5px;
}

.groupSearchHolder .terms {
    width: 420px;
}

.groupSearchHolder .content-container,
.formButtons {
    width: 432px;
}

.groupSearchHolder fieldset {
    padding-top: .8em;
    margin-bottom: 0;
}

.submitButton {
	width: 300px;
    margin-right: 0;
    float: left;
}

.resetButton {
	width: 130px;
    margin-right: 0;
	float: right;
}

#advSearchForm input[type=submit],
#advSearchForm input[type=text],
#advSearchForm button {
	height: 30px;
}

/* Limiters without Jquery */

#advSearchForm select#limit_facet_classification_rvk {
	width: 288px;
}

#advSearchForm select {
	width: 144px;
	margin-bottom: 1.4em;
}

/* Radio-Button & Checkbox Limiters */

.checkboxLimiterFull,
.checkboxLimiterHalf {
	vertical-align: top;
	float:left;
}

.checkboxLimiterHalf {
    width: 125px;
    margin: 0.5em 0.6em 0.5em 0em;
}

.checkboxLimiterFull {
    width: 265px;
    margin: 0.4em 0;
}

.checkboxLimiterButton {
	width: 25px;
	float: left;
}

.checkboxLimiterFullText,
.checkboxLimiterHalfText {
    float: right;
    word-wrap: break-word;
}

.checkboxLimiterHalfText {
	width: 100px;
}

.checkboxLimiterFullText {
    width: 240px;
}

#advSearchForm fieldset {
	border-radius: 4px;
}

/* Subjects */

.subjectBox {
    display: inline-block;
    padding-right: 12px;
}

.subjectCheckbox {
    position: relative;
    top: 1px;
    vertical-align: bottom;
    margin: 3px 4px 3px 0px;
}

input[type=submit].graphicSubmitButton {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px !important;
    background: url(../images/silk/searches.png) no-repeat;
    background-position: -18px 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

input[type=submit].graphicSubmitButton:hover {
    background-position: 0 0;
}


/** Login Form **/

#loginForm input {
	height: 30px;
}

/** Publish-Date Form & Publish-Date **/

#publish_dateFilter {
    margin-top: 0.4em;
}
#publish_dateFilter #publish_date {
	padding: 0.4em 1em 0.8em;
}

#publish_date input {
	height: 30px;
}

#publish_date input[type=text] {
    width: 48%;
	text-align: center;
}

#publishDateButtons {
	width: 100%;
	height: 30px;
	position: relative;
}

#publish_date input[type=submit],
#publish_date button {
	width: 48%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
}

#publish_date input[type=submit] {
	left: 0px;
}

#publish_date button {
	right: 0px;
}

#publish_date .publishDateBox {
    float: left;
	width: 49%;
}

.dateSlider {
	width: 91.35%;
}

/** Multiselect Plugin **/

.ui-multiselect {
    line-height: 1.3em;
}

/* Header */

.ui-multiselect-header ul li {
	padding: 0px;
}

.ui-multiselect-close {
	display: none;
}

.ui-multiselect-filter input {
	background-color: #efefef;
	border-color: #d3d3d3;
	border-radius: 3px;
	height: 13px;
	margin-top: 2px;
}

.ui-multiselect-header .ui-helper-reset {
	float: right;
	margin-right: 10px;
}

/* Checkboxes */

.ui-multiselect-checkboxes {
    overflow-y: auto;
}

.ui-multiselect-checkboxes li {
	padding-right: 0px;
}

.ui-multiselect-menu.multiline .ui-multiselect-checkboxes li {
	padding-right: 3px;
}

.ui-multiselect-checkboxes label {
	padding: 6px 1px;
}

.ui-multiselect-menu.multiline .ui-multiselect-checkboxes label {
	display: inline-block;
	width: 96%;
	padding-bottom: 3px;
}

.ui-multiselect-checkboxes label input {
	display: inline-block;
	float: left;
    top: -2px;
	margin-right: 7px;
}

/* Form based */

#advSearchForm .ui-multiselect {
	width: 290px !important;
 	margin-bottom: 1.66em;
}

#advSearchForm .ui-multiselect-checkboxes label span {
	display: inline-block;
    width: 233px;
}

#amountForm .ui-multiselect,
#langForm .ui-multiselect {
	min-width: 100px;
}

.resulthead form .ui-multiselect,
#sortForm .ui-multiselect {
    min-width: 160px;
    /*margin-right:10px;*/
}

table.datagrid th {
    background-color: #FFFFFF;
    padding: 5px 10px;
}

#specialValue,
#mylginpw,
#mynewlginpw,
#mynewlginpwc {
    width: 390px;
}

/* Toolbars & Toolboxes  TODO: Cleanup */

.toolbar {
    margin-top: 0.7em;
    padding-left: 0px;
}

.toolbox ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.toolbox li {
    padding-top: 2px;
    padding-bottom: 3px;
}

.toolbox ul.menu {
    margin-left: 1.6em;
    padding-left: 1px;
}

a.exportMenu {
    height: 16px;
    display: inline-block;
}

.exportSubMenu {
    margin-top: 4px;
    text-align: left;
}

.toolbar ul.menu li {
    float: left;
    margin-left: 0em;
    border: none;
}

.toolbar ul.menu,
.toolbox_favorites ul.menu,
.toolbox_results ul.menu {
    position: absolute;
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

.toolbar ul.menu:after,
.toolbox_favorites ul.menu:after,
.toolbox_results ul.menu:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #666;
    border-width: 4px;
    left: 7px;
    margin-left: -4px;
}

.toolbox ul {
    list-style-type: none;
}

.toolbox_favorites ul,
.toolbox_results ul {
    list-style-type: none;
    padding-left: 0;
}

.toolbar ul.menu li,
.toolbox_favorites ul li,
.toolbox_results ul li {
    padding: 3px 4px;
}

.toolbox_favorites ul.menu,
.toolbox_results ul.menu {
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/** Autocomplete **/

.ui-autocomplete {
    max-height: 400px;
    max-width: 500px;
}

/** EZB Links **/
.t_ezb_green {
    display: inline-block;
    width: 41px;
    height: 12px;
    vertical-align: bottom;
    margin-right: 0.35em;
    margin-bottom: 0.13em;
    background-image: url('../images/gruen.png');
}


.t_ezb_yellow {
    display: inline-block;
    width: 41px;
    height: 12px;
    vertical-align: bottom;
    margin-right: 0.35em;
    margin-bottom: 0.13em;
    background-image: url('../images/gelb.png');
}

/** EZB Info **/
.t_ezb_info {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-bottom: 0.1em;
}

.recordpadding {
	padding: 10px;
}

/* User Services */
.popupDetails {
    text-align: center;
    width: 402px;
    margin: auto;
}

#modalDialog .popupDetails {
    margin: 3em auto 0em;
}

.displayBlock {
    text-align: left;
    padding-left: 4px;
}

.passcodebox {
    margin: 0em 0em 1em;
}

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

/*
.passcodebox .displayBlock,
.passcodebox #mylginpw {
    text-align: center;
}
*/

.disclaimerbox {
    margin: 2em 0em;
}

.changemailbox {
}

.changepassbox {
}

.passcodebox_change {
}

.passcodebox_change input[type=password],
.changemailbox #specialValue {
    margin-bottom: 1em;
}

.responseContent {
    text-align: center;
    font-weight: bold;
}

.disclaimerbox .lightboxContent {
    text-align: center;
}

.lightboxContent {
    text-align: left;
    margin: 1em 0em;
}

.lightboxContent pre {
}

.printContent {
    margin-bottom: 1em;
}

.forwardPage {
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ebsco_fulltext_html{
	padding-top:40px;
}

.ebsco_fulltext_html > p:first-child {
	display:none;
}

pre {
    margin: 1.5em 0;
    white-space: pre-wrap;
}

.exemplartable th {
    vertical-align: top;
}

.norenew {
    background-image: url("../images/fristgrau.png");
    background-position: left 7px;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0.5em 0 0.5em 20px;
}

.renewMessage li {
    margin-top: 10px;
}

.toolbox_favorites ul {
	list-style-type:none;
}

/* Discover */

div.combined-table-cell {
    width: 50%;
}

div.combined-table-cell.combined-column-left {
    padding-right: 5px;
}

div.combined-table-cell.combined-column-right {
    padding-left: 5px;
}

div.combined-table-cell div.span-18 {
    width: 449px;
}
a.fernleih_inaktiv {
	 color:grey;
}

.nottoshow {
    display: none;
}

.puma {
    background: url('../images/silk/puma.png') no-repeat left;
    padding: 0 0 0 18px;
    margin-right:0;
}

.pumalist {
    display: none;
}

.media-location {
    background: url('../../blueprint/images/silk/house.png') no-repeat left;
    padding: 0 0 0 18px;
    margin-right:0;
}

.tagging-help {
    background: url('../../blueprint/images/silk/help.png') no-repeat left;
    padding: 0 0 0 18px;
    margin-right:0;
}

input.puma_input,
textarea.puma_input {
    background-image: none;
    width: 80%;
    padding-right:20px;
}

input.done,
textarea.done{
    background: url('../images/silk/haken.gif') no-repeat scroll top right;

}

input.error,
textarea.error {
    background: url('../images/silk/cross.png') no-repeat scroll top right;
}

input.warning,
textarea.warning {
    background: url('../images/silk/error.png') no-repeat scroll top right;

}
