﻿body {
   /* margin-left:10px; */
}
#sökrute_div {
    margin-top:30px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #AAA;
}

#sokfalt-och-knapp
{
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}

#sökruta
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    /*height: 44px;*/
    width: 100%;
    border: 1px solid #8d8d8d;
    border-right: none;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    transition: border 0.2s linear 0s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    background-color: #fafbfc;
}

#sökruta:hover
{
    border: 1px solid #54D8E0;
    border-right: none;
}

#sökruta:focus
{
    border: 1px solid #00B3E7;
    border-right: none;
}

#sök {
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    height: 44px;
    width: 70px;
    border: none;
    color: white;
    background-color: black;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    white-space: nowrap;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}

#sök:hover
{
    background-color: #00B3E7;
    cursor: pointer;
}
#söktyp{
    height: 44px;
    width: 100px;
    border: 1px solid #8d8d8d;
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #225785;
    padding-right: 24px;
    padding-left: 15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    white-space: nowrap;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(//www2.bibl.liu.se/bilder/icons/arrow-down.png) no-repeat 89%;
}

#söktyp:hover{
    cursor: pointer;
    background-color: rgba(67, 123, 190, 0.1);
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
#söktyp {
    background-image: none;
    width: 85px;
    padding: 5px;
    padding-left: 10px;
      }
}


#auto-suggest{
  display:none;
  cursor:pointer;
  font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
  background-color: white;
  font-weight: 400;
  font-size: 15px;
  border: 1px dotted #AAA;
  border-top: none;
  min-width: 250px;
  border-bottom: none;
  position: absolute;
  z-index: 198;
}

.auto-suggestTitle
{
    padding: 8px;
    border-bottom: 1px dotted #AAA;
    background-color: #f2f2f2;
    
}

.auto-suggestTitle:hover
{
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
}

.auto-suggestTitle_selected
{
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
}

.suggestion-desc
{
    color: #00b3e7;
}

#subject-guide-info
{
    display: block;
    padding: 10px;
    background-color: #e1f3f8;
    display: none;
}

#result-text
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 5px;
    
}

.browse-text
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 22px;
    font-stretch: condensed;
    line-height: 1.2;
    font-weight: 300;
}

#antal_träff
{
    display: inline-block;
}

#MenadeDu
{
    display: inline-block;
}

#suggestion{
    font-weight:bold;
    cursor:pointer;
    color: #225785;
}

#suggestion:hover{
    text-decoration: underline;
}

.spinner-div
{

}

.spinner
{
display: block;
margin-left: auto;
margin-right: auto;
width: 30px;
}

#sökresultat {
    border-left: 1px dotted #AAA;
    padding-left: 20px;
    display:none;
}
#databaslista {
    
    margin-top: 10px;
}

.väljar-block{
    margin-top: 15px;  
    white-space: nowrap;  
}

#pick-type
{
    margin-bottom: 30px;
    border-bottom: 1px solid #AAA;
    display: -webkit-flex;
    display: flex;
}

#all-databases, #e-book-collections, #e-dictionaries, #Ämnesvis, #A_Ö {
    padding:12px;
    padding-left: 20px;
    padding-right: 20px;
    display:inline-block;
    position: relative;
    border: 1px solid #AAA;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #225785;
    
}

#Ämnesvis, #A_Ö
{
    padding-top: 8px;
    padding-bottom: 8px;
}

#pick-type .väljare
{
    width: 26%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Ämnesvis
{
    margin-left: 7px;
}

#A_Ö{
       
}

#all-databases:hover, #e-book-collections:hover, #e-dictionaries:hover, #Ämnesvis:hover, #A_Ö:hover{
    text-decoration:underline;
    cursor:pointer;
}
#A_Ö:hover{
    text-decoration:underline;
}
#pick-type .väljareSelected, #pick-sorting .väljareSelected{
    color:white;
    background-color:black;
    border: 1px solid black;
    border-bottom: none;
}

.väljar-block .väljareSelected::after{
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;

}

#visa_typ{
    
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    float: right;
    margin-top: 20px;
}

#visa_typ_selectbox
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    border: 1px solid #8d8d8d;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    transition: border 0.2s linear 0s;
}

#visa_alla{
    float:right;
    display:none;
}

#pick-sorting
{
    
}

#bara-bocker
{
    margin-top: -20px;
}

.category {
    margin-left: 2px;
    
}


.CategoryHeader{
    /*font-size:large;*/
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    margin-bottom: 10px;
    padding: 12px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    border: 1px solid #AAA;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}

.CategoryHeader:hover {
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
}



.subGroup {
    display:none;
    border-left: 1px dotted #AAA;
}

.subcategory{
    
}

.subcategoryHeader{
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #225785;
    border: 1px solid #AAA;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-left: 20px;
    padding: 8px;
    padding-left: 12px;
    position: relative;
}

.subcategoryHeader:hover {
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
    cursor: pointer;
}
.categoryArrowDown {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 7px;
    background: transparent url(//www2.bibl.liu.se/bilder/icons/arrow-down.png) no-repeat center center;
}

.subcategoryArrowDown {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 5px;
    background: transparent url(//www2.bibl.liu.se/bilder/icons/arrow-down.png) no-repeat center center;
}
.categoryArrowUp {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 7px;
    background: transparent url(//www2.bibl.liu.se/bilder/icons/arrow-up.png) no-repeat center center;
}

.subcategoryArrowUp {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 5px;
    background: transparent url(//www2.bibl.liu.se/bilder/icons/arrow-up.png) no-repeat center center;
}

#databaslista.content {
    
    padding-left: 20px;
    border-left: 1px dotted #AAA;
    margin-left: 20px;
    margin-bottom: 20px;
    display:none;
}

.searchContent{
    display:none;
}
.hitListItem{
    padding: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
    border-bottom: 1px dotted #AAA;

}
.title a {
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 22px;
    color: #225785;
    margin-top: 5px;
    margin-bottom: 10px;
    font-stretch: condensed;
    line-height: 1.2;
    font-weight: 300;
    display: inline-block;
}

.title a img
{
    position: relative; 
    left: 3px;
    top: 1px;
}

.VisaMer
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    margin-bottom: 5px;
}

.VisaMer:hover{
    text-decoration: underline;
    cursor: pointer;
}

.VisaMer img
{
    position: relative;
    top: 2px;
}

.description {
    display: none;
    background-color: #e1f3f8;
    padding: 10px;
}
.åtkomst{
    margin-top: 10px;
}
.åtkomst_rubrik{
    font-weight:bold;

}
.searchDescription{
    display: none;
    background-color: #e1f3f8;
    padding: 10px;
}

.searchVisaMer{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    margin-bottom: 5px;
}

.searchVisaMer:hover{
    text-decoration: underline;
    cursor: pointer;
}

.searchVisaMer img{
    position: relative;
    top: 2px;
}

.AtoZ{
    
}

.AtoZHeader{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    margin-bottom: 10px;
    padding: 12px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    border: 1px solid #AAA;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}

.AtoZHeader:hover {
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
}



.AtoZhitListItem {
    padding: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
    border-bottom: 1px dotted #AAA;


}

.AtoZhitListItem a
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 22px;
    color: #225785;
    margin-top: 5px;
    margin-bottom: 20px;
    font-stretch: condensed;
    line-height: 1.2;
    font-weight: 300;
    display: inline-block;
}

.AtoZhitListItem a img
{
    position: relative; 
    left: 3px;
    top: 1px;
}

.AtoZContent {
    display: none;
    border-left: 1px dotted #AAA;
    padding-left: 20px;
    margin-bottom: 20px;
}

.AtoZDescription {
    display:none;
    background-color: #e1f3f8;
    padding: 10px;

}

.AtoZDescription a {
    font-family: verdana,arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: inherit;
}


.AtoZVisaMer{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    margin-bottom: 5px;
}

.AtoZVisaMer img
{
    position: relative;
    top: 2px;
}

.AtoZVisaMer:hover{
    text-decoration: underline;
    cursor: pointer;
}

#visa_alla_button
{
    font-family: Korolev,"Arial Narrow",Arial,"Liberation Sans",helvetica,sans-serif;
    font-size: 15px;
    color: #225785;
    background-color: white;
    padding: 6px;
    padding-left: 22px;
    position: relative;
    z-index: 20;
    display: inline-block;
    float: right;
    cursor: pointer;
    border: 1px solid #AAA;
    border-radius: 3px;
    top: -10px;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}

#visa_alla_button::after
{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    right: 99px;
    top: -3px;
    background: transparent url(//www2.bibl.liu.se/bilder/icons/arrow-left.png) no-repeat center 80%;
}


#visa_alla_button:hover
{
    text-decoration: underline;
    background-color: rgba(67, 123, 190, 0.1);
}


/*specialstilregler för Internet Explorer 9 och Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
      
#sökruta
{
    height: 40px;
    
}

#söktyp
{
    margin-right: 0;
    width: 105px;
}

#sök
{
    width: 80px;
}

}