/*****
Svenska&Engelska flaggan
*****/

.Flag_container{
   margin-top:15px;
}

.lang_textContainer{
	color:white;
}
.lang_textContainer:hover{
   color:white;
   text-decoration:underline;
}

.flag-icon-gb {
    background-image: url(/images/18.2384892175892b87fe8fd/1605539849786/gb.svg);
}

.flag-icon-se {
    background-image: url(/images/18.2384892175892b87fe8fc/1605539730122/se.svg);
}

.lang_container:hover{
	text-decoration:underline;
}

a.Flag_container__link{
   text-decoration:none;
   margin-right:20px;
  	margin-top:15px !important;
}

.Flag_container__img {
   background-size: contain;
   background-position: 50%;
   background-repeat: no-repeat;
   position: relative;
   display: inline-block;
   width: 1.33333333em;
   line-height: 1em;
   top:4px;
   height:20px;
}

    

/*****
Vänstermenyn
*****/
#vl-leftMenu {
	padding: 0;
	border-right: 1px solid #D2D2D2;
   margin-top:2em;
  	margin-bottom:2em;
}

#vl-leftMenu .vl-leftMenuFont {
	color:#000;
	font-family:Arial,sans-serif;
	font-size:95%;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
}

#vl-leftMenu ul {
	margin: 0;
	line-height: 1.3em;
	list-style-image: url('none');
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%
}

#vl-leftMenu ul li{
	float: none;
	line-height: 1.3em;
	padding: 0; 
	position : static;
	right: auto;
	text-align: left;
	top: auto;
	position: static;
	position: relative;
	border-bottom:0.089em solid #D2D2D2;
}

#vl-leftMenu ul li a {
	padding: 0.446em 0.892em 0.446em 1.654em;
	display: block;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
	background-position:left top;
	background-repeat:no-repeat;
	
}

#vl-leftMenu ul li li a {
	padding-left:2.857em;
}

#vl-leftMenu ul li li li a {
	padding-left: 3.75em;
}

#vl-leftMenu ul li li li li a {
	padding-left: 4.642em;
}

/*****Sätter bild (pil höger) och bildposition för alternativ med underalternativ*****/
#vl-leftMenu ul li a.vl-has-children{
	background-image:url('/images/18.2db1e8d12f0ac404ff8000810/arrow_right.gif');
	background-position: 0.714em 0.803em;
	background-repeat:no-repeat;
}

#vl-leftMenu ul li li a.vl-has-children{
	background-position: 1.654em 0.803em;
}

#vl-leftMenu ul li li li a.vl-has-children{
	background-position: 2.857em 0.803em;
}

#vl-leftMenu ul li li li li a.vl-has-children{
	background-image: url('none');
}

/*****Sätter bild (pil nedåt) och bildposition för valt alternativ med underalternativ*****/
#vl-leftMenu ul li a.vl-open{
	background-image:url('/images/18.2db1e8d12f0ac404ff8000809/arrow-down.gif');
	background-position: 0.535em 0.803em;
	background-repeat:no-repeat;
}

#vl-leftMenu ul li li a.vl-open{
	background-position: 1.785em 0.803em;
}

#vl-leftMenu ul li li li a.vl-open{
	background-position: 2.678em 0.803em;
}

#vl-leftMenu ul li li li li a.vl-open{
	background-image:url('none');
}

#vl-leftMenu ul ul li{
	border: none;
}

/*****Sätter fetstil på valt alternativ*****/
#vl-leftMenu .vl-currentFont {
	font-weight:bold;
}
/*****Sätter fetstil på valt alternativ*****/

/*****
Slut Vänstermenyn
*****/

/*************************************************************************
Generell
*************************************************************************/

html {
   -ms-overflow-style: scrollbar;
}

/*************************************************************************
Sökfält
*************************************************************************/

.tv-searchfield {
   position: relative;
   
}

.tv-searchfield input[type="text"] {
   margin: 0;
   border: 1px solid #999;
   border-radius: 3px;
   font-family: arial;
   font-size: 14px;
   padding: 6px 32px 6px 8px;

   box-sizing: border-box;
   width: 100%;
}

.tv-searchfield input[type="text"]::-webkit-input-placeholder {
   color: #777;
}

.tv-searchfield input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

.tv-searchfield input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

.tv-searchfield input[type="text"]:-ms-input-placeholder {  
   color: #777;
}

.tv-searchfield input[type="submit"] {
   display: none;
}

.tv-searchfield input[name="submitButton"] {
   position: absolute;
   top: 6px;
   right: 8px;
   height: 16px;
   
}

/*************************************************************************
Mobilrad
*************************************************************************/

.tv-mobilesearch input[type="text"] {
   height: 31px !important;
   padding: 0 0 0 5px !important;
   border: none !important;
   border-radius: 5px !important;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
   width: 190px !important;
}

.tv-mobilesearch input[name="submitButton"] {
   position: relative;
   top:0;
   left: -29px;
   height: 16px;
}

#mobileMenuButton {
   height: 51px;
   cursor: pointer;
   display: inline-block;
}

#mobileMenuButton img {
   vertical-align: middle;      
   height: 20px;
   margin: 0 5px 0 10px;
}

#mobileMenuButton span {
   font-family: arial;
   font-size: 19px;
   font-weight: bold;
   color: #111;
   line-height: 51px;
   vertical-align: middle;      
}


