/* MK topmenu styling
-----------------------------------

-----------------------------------*/

/* styling sprogvalg on desktop */

.navbar-header .firstitem.dropdown-toggle{
	padding:0px;

}

/* mobile adjustement navbar in header container */
@media(max-width:766px){
	.container-background {
		margin-bottom:0px;
	}
}
 
/* searchbar */

#SearchBar.only-show-mobile{
	width:190px;
    position: absolute;
    top: -10px;
    z-index: 9998;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


@media(min-width:992px){
	#SearchBar.only-show-mobile{
		display:none;
	}
} 

#SearchBar.only-show-mobile #SearchField{
	width:150px;
}

#SearchBar.only-show-mobile #searchimages{
	margin-top:13px;
  margin-right: 0px;
	padding:6px 0px;
	margin-left:10px;
  border:none; background:transparent; 
  color:#fff; font-size:20px;
}

#SearchBar.only-show-mobile input[type="text"] {
    background: #0C1923;
    color:#ffffff;
}

/* search form only shown on mobile styling */
	
#SearchField{
	border: 1px solid #98989a;
  border-radius: 2px;
	margin-top: 20px;
	display: inline;
	width:100%;
	height: 28px;
	float: left;
	}
#searchimage	{
	float: right;
	display: inline;
	width: 34px;
	height: 34px;
	padding: 1px 0 0 0;
	margin-bottom: -1px;
	margin-top: 19px;
	margin-left:-34px;
	float: left;
	}
	

/* logo positioning */

.navbar-header .navbar-brand{
	padding:0px 0px 0px 15px;
	margin-top:15px;
}

/* hide print logo on screen */

.onlyprint {
	display:none;
}

/* floating logos and menus */

.topmenu-logo{
	float:left;
}

.topmenu-both-menus{
	float:right;
}


/* hiding submenus in top nav on larger screen MBK */

@media(min-width:993px){
  /*
	.M1{
		display:none !important;
	}
*/
	.submenu-button{
		display:none;
	}
} 


/* print button pop up */

.print-drop-down{
	position:fixed;
	left:20%;
	right:20%;
	top:0px;
	background: #777777;
	box-sizing:border-box;
	-webkit-transition: height 2s;  /* For Safari 3.1 to 6.0 */
    transition: height 2s;
    display:none;
    z-index:10000000000;
    margin-top:20px;
    border-radius:5px;
    color:#ffffff;
}

.print-drop-down h2{
	color:#ffffff;
	margin-bottom:20px;
}

.print-drop-down .headline{
	background:#444444;
	width:100%;
	padding:15px;
	margin-bottom:5px;
	border-radius:5px 5px 0px 0px;
	border-bottom:1px solid #ffffff;
} 

.printButton{
	cursor:pointer;
	border-right:1px solid #808080 !important;

}

.print-buttons-div{
	text-align:center;
	background:#777777;
	border-radius:0px 0px 5px 5px;
	cursor:pointer;
}
.print-pop-up-close-button{
 background: none repeat scroll 0 0 #3a3a3a;
    border: 3px solid #ffffff;
    border-radius: 13px;
    cursor: pointer;
    display: block;
    height: 37px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -18px;
    width: 39px;
    z-index: 2147483647;
    color:#ffffff;
}

.print-pop-up-close-button:hover{
	background:#C9C852;
	border: 3px solid #C9C852;
}