/*BAKGRUNNSFARGE
body { 
background:#ffffff; 
}*/

/*BAKGRUNNSBILDE*/
body {
	background-image: url(https://files.bibkat.no/petter/demon/blaabakgrunn.jpg);
	height: 100%;
    background-position: center;
	background-repeat: repeat;
	background-size: cover;
}


@media only screen and (max-width:760px) {
    body {
 	background-repeat: repeat;
}
}


/*BYTTE UT KOHA-LOGO OPPE TIL VENSTRE*/ 
#logo { 
background: rgba(0, 0, 0, 0) 
url("https://files.bibkat.no/petter/demon/L3DEMO-67-21.png") 
no-repeat scroll 0 center; 
} 

@media only screen and (max-width: 700px) { 
#logo{ 
background: transparent 
url("https://files.bibkat.no/petter/demon/DEMO-14-14.png"); 
 } 
}  


/*FJERNE BAKGRUNN PÅ SØKEBOKS*/ 
.mastheadsearch { 
background:none;
align: right; 
} 
.mastheadsearch label { 
display: none; 
} 

/*DROPDOWN TIL VENSTRE FOR SØKEFELT*/
/* #opac-main-search select { 
height: 53px; 
width: 100%; 
font-size: 17px; 
border: 1px solid DarkTurquoise; 
} 


@media only screen and (max-width: 760px) {	
#opac-main-search select { 
height: 40px; 
width: 100%; 
font-size: 16px; 
font-weight: normal; 
 } 
} */

/*GJEM BORT NEDTREKKSLISTE TIL VENSTRE FOR SØKEFLT*/
#opac-main-search select {
display:none;
}

/*SØKEFELT*/ 
#opac-main-search input {	
height: 60px; 
font-size: 20px;
border: 1px solid DarkTurquoise; 
} 

@media only screen and (max-width: 760px) { 
#opac-main-search input { 
height: 50px; 
font-size: 20px; 
 } 
} 

@media only screen and (max-width: 608px) { 
#opac-main-search input { 
width: 100%; 
} 
#opac-main-search .span12 { 
overflow: hidden; 
} 
.mastheadsearch { 
padding-left: 15px; 
padding-right: 15px; 
width: auto !important; 
 } 
} 

/*SØKEKNAPP*/
#opac-main-search button { 
height: 70px; 
width: 20%; 
font-size: 20px; 
} 

@media only screen and (max-width: 760px) {
 #opac-main-search button { 
height: 60px; 
width: 30%; 
font-size: 20px;
 } 
}


/*TREFFLISTE STYLING START*/
.results_summary {
	font-size: 120%;

}

.online_resources span {
	display: none;
}

.online_resources a {
	float: left;
}

.online_resources img {
	
	height: 200px !important;
}

.tittel {
	font-size: 200%;
	
}

/*TREFFLISTE STYLING START*/
/*MENY UNDER SØKEFELT*/
#moresearches a {
	color: #ffffff;
	text-transform: uppercase;
}
/*BRUKERNAVN INNLOGGING*/
#userid  {
	height: 30px;
	width: 60%;
}
/*PASSORDBOKS INNLOGGING*/
#password {
	height: 30px;
	width: 60%;
}
/* KNAPP FOR INNLOGGING*/
.btn {
	height: 40px;
	
}

/*BAKGRUNNSFARGE OPACMAINUSERBLOCK
#opacmainuserblock {
	background-color: #fefbd8;
}
*/

.libriotechlogo {
	display: block;
	margin-left: auto;
    margin-right: auto;
}
