/*
screen.css, Nya kronofogden.se
version 1.0.5 2015-04-16 - Tillägg av bbSubmitButton
version 1.0.5 2014-08-28 - 3.6-fix
version 1.0.4 2013-03-28 - Facebook link
version 1.0.3 2012-08-20
version 1.0.2 2012-05-31
*/

/* START RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
   background-color: #e9e9e7;
}

/*body {
   background-color: rgb(233, 233, 231);
}*/

.sv-form-portlet input[type='text'],
.sv-form-portlet textarea {
   width: 100%;
}

ul {
   /* ??? */
   line-height: 100%;
   padding-left: 1.25em;
}

ol {
   line-height: 100%;
   padding-left: 2em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* END RESET */

html {
   height: 100%;
}

.normal a,
a.normal,
.faktaxxhogerpuffrubrik a {
   text-decoration: underline !important;
}

.normal .add-remove-favourite,
.numrerad-punktlista a,
.rod-pil a {
   text-decoration: none !important;
}

.print-visible {
   display: none;
}

/* Fix för konstig grej i SV css i SV 3.6 */
[class*='span'] {
   margin-left: 0 !important;
   float: none !important;
}

.wrapper {
   margin: 0 auto;
   width: 1060px;
}

/* Sätt sidbredden på innehållsytan */
.wrapperCommon {
   clear: both;
   display: block;
   overflow: hidden;
   padding: 15px 0 20px;
   width: 100%;
}

.contLeft {
   max-width: 160px;
   min-width: 160px;
   padding: 0 19px 0 0;
}

.contMiddleWide {
   /* Vänstermenymall */
   border-left: 1px solid #e6e6e3;
   max-width: 740px;
   padding-left: 20px;
   padding: 0 0 0 19px\9;
   /* IE 8 hack */
   *padding: 0 0 0 18px;
   /* IE 7 hack - kompabilitetsläge */
   width: 740px;
}

.contMiddle {
   /* Vänstermenymall med högerspalt */
   max-width: 500px;
   width: 500px;
}

.contMiddle img {
   width: 100%;
   height: auto;
}

.contRight {
   /* Vänstermenymall med högerspalt */
   margin: 0 0 0 20px;
   max-width: 220px;
   width: 220px;
}

.hDivider,
.hDividerNyhet,
.hDividerRante {
   border-top: solid 1px #e6e6e3;
   display: block;
}

/* används i mallen */
.hDivider {
   padding: 20px 0 0;
}

.hDividerNyhet {
   margin: 20px 0 0;
   padding: 10px 0 0;
}

.hDividerSok {
   border-top: solid 1px #e6e6e3;
   margin: 10px 0 0;
   padding: 10px 0 0;
   clear: both;
}

/* Sökruta understart auktionstorget */
.hDividerRante {
   margin: 18px 0;
}

/* Räntesnurran */

.clearfloat {
   clear: both;
   height: 0;
   font-size: 1px;
   line-height: 0px;
}

.flodaHoger {
   float: right !important;
}

.flodaVanster {
   float: left;
}

/* Döljer bildmodul på sökobjekt-sidor */
.imageUpload {
   display: none;
}

.print-logo {
   display: none;
}

/* ReadSpeaker player position */
.rs-player {
   position: fixed;
   width: 100%;
   /*auto !important;*/
   top: 0;
   z-index: 100000;
}

.aktuellt-information-rubrik {
   border-bottom-color: #e6e6e3;
   border-bottom-style: solid;
   margin-bottom: 25px;
}

/* --------------------------------------------------------------
    Nyheter på startsidan
-------------------------------------------------------------- */

.kfm-article-list-startpage h3 {
   margin: 20px 0 0 0;
}

.kfm-article-list-startpage ul {
   display: flex;
}

.kfm-article-list-startpage ul li {
   flex: 1 1 33.33%;
   padding: 0 5px;
}

.kfm-article-list-startpage ul li:hover {
   background-color: #f6f6f5;
}

.kfm-article-list-startpage ul li:not(:last-child) {
   border-right: solid 3px #e1e1ed;
}

.kfm-startpage-link-wrapper {
   position: relative;
   min-height: 70px;
}

.kfm-startpage-link-wrapper .sv-text-portlet {
   position: absolute;
   right: 95px;
}

.kfm-startpage-link-wrapper a {
   background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px;
   padding-left: 18px;
   display: block;
}

@media only screen and (max-width: 768px) {
   .kfm-article-list-startpage ul {
      display: block;
   }

   .kfm-article-list-startpage ul li:not(:last-child) {
      border-color: transparent;
   }

   .kfm-startpage-link-wrapper .sv-text-portlet {
      left: 0;
   }
}

/* --------------------------------------------------------------
    Breadcrumbs
-------------------------------------------------------------- */

.kfm-breadcrumbs {
   margin-bottom: 10px;
}

.kfm-breadcrumbs__list {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.kfm-breadcrumbs__item {
   display: inline-block;
   margin-bottom: 10px;
}

.kfm-breadcrumbs__item:not(:last-child):after {
   display: inline-block;
   content: '/';
   margin: 0 2px;
   color: #d0c5b9;
}

.kfm-breadcrumbs__link {
   color: #787000;
}

.kfm-breadcrumbs__link:hover,
.kfm-breadcrumbs__link:hover {
   color: #333;
}

.kfm-breadcrumbs__link--active {
   color: #333;
}

@media only screen and (max-width: 768px) {
   .kfm-breadcrumbs {
      margin-top: 20px;
   }
}

/* Tillgänglighet, fokus på element */
[contentEditable='true']:focus-visible,
[href]:focus-visible,
[tabindex]:focus-visible,
button:not([disabled]):focus-visible,
iframe:focus-visible,
input:not([disabled]):focus-visible,
select:not([disabled]):focus-visible,
textarea:not([disabled]):focus-visible {
   outline: 2px solid #000;
   outline-offset: 2px;
}

/* --------------------------------------------------------------
     Splashyta startsidan
-------------------------------------------------------------- */
.budskap {
   width: 100%;
   max-width: 950px;
}

.budskap>div:first-child img {
   -webkit-border-radius: 3px 0 0 3px;
   border-radius: 3px 0 0 3px;
   width: 100%;
   height: auto;
}

.budskap>div:last-child {
   background-color: #f6f6f5;
   border: solid 3px #e1e1ed;
   border-left: none;
   -webkit-border-radius: 0 3px 3px 0;
   border-radius: 0 3px 3px 0;
   display: block !important;
   height: 216px;
   max-height: 216px;
   padding: 30px;
   width: 347px;
   max-width: 347px;
}

.budskap .toppmeny {
   background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px;
   padding-left: 18px;
}

.budskap a.normal,
.budskap .normal a {
   color: #333;
}

.budskap a.h1rubrik,
.budskap .h1rubrik a {
   color: #1a1a1a;
}

/* --------------------------------------------------------------
    Banner understartsidan
-------------------------------------------------------------- */
.underStartImg {
   border-radius: 3px;
   float: left;
   height: 250px;
   max-height: 250px;
   max-width: 500px;
   overflow: hidden;
   width: 500px;
}

.underStartTxt {
   background-color: #f3f3f2;
   border: solid 1px #e1e1de;
   border-radius: 3px;
   height: 250px;
   max-height: 250px;
   padding: 30px 20px 0;
}

/*.underStartTxt {background-color:#f3f3f2; border:solid 1px #e1e1de; border-radius:3px; float:right; height:218px; max-height:218px; margin:0 0 0 15px; padding:30px 20px 0; width:178px}*/
/* --------------------------------------------------------------
     Footer/sidfot
-------------------------------------------------------------- */
.kfmSaljer {
   background: transparent url(/images/18.4cd91a3d12ec898821380001281/pilSaljer.png) no-repeat left center;
   height: 20px;
   padding: 7px 0 4px 27px;
   font: bold 1.33em Arial, Helvetica, sans-serif;
}

.footerList {
   border-bottom: solid 3px #d5cbc0;
   padding: 10px 0 15px;
   width: 940px;
}

/* Används Footerlista */
.footerBox:first-child {
   margin-left: 0;
}

.footerBox {
   display: block;
   margin-left: 20px;
   width: 220px;
}

.footerBox .toppmeny {
   border-bottom-color: #d0c5b9;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   margin-bottom: 4px !important;
   padding-bottom: 3px;
}

.footerList p {
   margin: 0 !important;
}

a.sidfotslank:link,
.sidfotslank a:link {
   background: transparent url(/images/18.4241a6e51345f4551008000936/pilLanklista.png) no-repeat left 3px;
   padding-left: 15px;
   padding-bottom: 3px;
   display: block;
}

/* Facebook */
.facebook,
.facebook a,
a.facebook:link,
.facebook a:link,
a.facebook:active,
.facebook a:active,
a.facebook:visited,
.facebook a:visited {
   background: url(/images/18.6f6dad1813c5c1430f6800034738/icon-facebook.png) no-repeat left top;
   color: #006769;
   float: right;
   padding: 0 0 0 30px;
   font: normal bold 140% / normal Arial, Helvetica, sans-serif;
   text-decoration: none;
}

a.facebook:hover,
.facebook a:hover {
   background: url(/images/18.6f6dad1813c5c1430f6800034737/icon-facebook-hover.png) no-repeat left top;
   color: #1a1a1a;
}

/* --------------------------------------------------------------
     Navigering
-------------------------------------------------------------- */
/* Tabbnavigering snabbväg till meny och innehåll */
#skip {
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 2000;
}

#skip li {
   height: 0;
   list-style-type: none;
}

#skip li a {
   display: block;
   height: 1px;
   overflow: hidden;
   position: absolute;
   text-indent: 150%;
   white-space: nowrap;
   width: 1px;
   text-decoration: underline;
   line-height: 20px;
}

#skip li a:focus {
   display: block;
   top: 0;
   background-color: #787000;
   color: #fff;
   height: 20px;
   padding-bottom: 0.5em;
   padding-top: 0.5em;
   text-align: center;
   text-indent: 0;
   width: 100%;
   z-index: 10;
}

a.vaxlawebb:link,
.vaxlawebb a:link,
a.vaxlawebb:visited,
.vaxlawebb a:visited {
   background: transparent url(/images/18.1cddbd7b13519298efb80003704/vaxlaWebb-auktion.png) no-repeat left top;
   padding: 0 0 12px 30px;
}

.li1 a {
   font-weight: normal;
   text-decoration: none;
   line-height: normal;
}

/* Huvudnavigering (Vill betala, Vill få betalt, Vill veta mer) | header */
ul#navOmrade,
.navOmrIndex {
   margin: 0;
   padding: 0;
   float: left;
   width: 100%;
}

ul#navOmrade li:first-child,
.navOmrIndex div.navigeringWrapper:first-child {
   margin: 0;
}

ul#navOmrade li,
.navOmrIndex div.navigeringWrapper {
   background-color: #f3f3f2;
   background-clip: padding-box;
   border-radius: 3px;
   list-style-type: none;
   padding: 0;
}

ul#navOmrade li a.betala-inaktiv:hover,
div.navOmrIndex div a.betala-inaktiv:hover,
ul#navOmrade li a.betalt-inaktiv:hover,
div.navOmrIndex div a.betalt-inaktiv:hover,
ul#navOmrade li a.veta-inaktiv:hover,
div.navOmrIndex div a.veta-inaktiv:hover {
   border-color: #c4c4bd;
}

ul#navOmrade li a {
   cursor: pointer;
   display: block;
   padding: 13px 10px 17px 75px;
   /*padding:16px 10px 16px 80px; backup*/
   text-decoration: none;
   width: 215px;
   min-height: 44px;
}

.navOmrIndex div a {
   cursor: pointer;
   display: block;
   padding: 11px 10px 10px 80px;
   text-decoration: none;
   min-height: 57px;
}

@media only screen and (min-width: 769px) and (max-width: 950px) {
   .navOmrIndex div a {
      min-height: 75px;
   }
}

/* Vill betala */
ul#navOmrade li a.betala-aktiv,
div.navOmrIndex div a.betala-aktiv {
   background: transparent url(/images/18.4c1b677f134cb6b828f80003882/villBetala-aktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #c4c4bd;
}

ul#navOmrade li a.betala-inaktiv,
div.navOmrIndex div a.betala-inaktiv {
   background: transparent url(/images/18.4c1b677f134cb6b828f80003880/villBetala-inaktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #e1e1de;
}

span.nyhetsrubrik-h2 {
   display: block;
   margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
   span.nyhetsrubrik-h2 {
      margin: 20px 0 10px;
   }

   .smallscreen-padding {
      padding: 0 15px;
   }

   .huvudnavigering {
      margin-top: 10px;
   }
}

/* Vill få betalt */
ul#navOmrade li a.betalt-aktiv,
div.navOmrIndex div a.betalt-aktiv {
   background: transparent url(/images/18.4c1b677f134cb6b828f80003903/villFaBetalt-aktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #c4c4bd;
}

ul#navOmrade li a.betalt-inaktiv,
div.navOmrIndex div a.betalt-inaktiv {
   background: transparent url(/images/18.4c1b677f134cb6b828f80003878/villFaBetalt-inaktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #e1e1de;
}

/* Vill veta mer */

ul#navOmrade li a.veta-aktiv,
div.navOmrIndex div a.veta-aktiv {
   background: transparent url(/images/18.1cddbd7b13519298efb8000600/villVetaMer-aktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #c4c4bd;
}

ul#navOmrade li a.veta-inaktiv,
div.navOmrIndex div a.veta-inaktiv {
   background: transparent url(/images/18.1cddbd7b13519298efb8000601/villVetaMer-inaktiv.png) no-repeat 12px 12px;
   border-radius: 3px;
   border: solid 3px #e1e1de;
}

a.inaktiv .omrNavRub {
   color: #e64b25;
   width: 210px;
   font: bold 1.5em Arial, Helvetica, sans-serif;
   text-shadow: 1px 1px #fff;
}

a.aktiv .omrNavRub,
a.inaktiv:hover .omrNavRub {
   color: #133354;
   width: 210px;
   font: bold 1.5em Arial, Helvetica, sans-serif;
   text-shadow: 1px 1px #fff;
}

.omrNavTxt {
   color: #333;
   width: 210px;
}

.contentFunctionLinks {
   background-color: #f4f0ed;
   border-radius: 0px 0px 3px 3px;
   border-top: solid 3px #d5cbc1;
   height: 29px;
   margin-bottom: 15px;
   overflow: hidden;
   padding: 0 0 0 10px;
}

/* Fliknavigering */
#tabNavigation {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   display: block;
   width: auto;
}

ul#primaryTab:after {
   content: '';
   display: block;
   clear: both;
}

ul#primaryTab {
   margin: 0;
   padding: 0;
   margin-bottom: 10px;
   border-bottom: solid 1px #e6e6e3;
}

ul#primaryTab li {
   display: block !important;
   list-style: none;
}

ul#primaryTab a,
ul#primaryTab a.active {
   display: block;
   float: left;
   text-align: center;
   font-family: tahoma, verdana, sans-serif;
   font-size: 13px;
   text-decoration: none;
   color: #333;
   margin: 0 3px 0;
   padding: 4px 0 4px 0;
   border-radius: 3px 3px 0px 0px;
   width: auto;
}

ul#primaryTab a.active,
ul#primaryTab a.active:hover {
   border: 1px solid #e6e6e3;
   border-bottom: none;
   background: #fff;
   color: #333;
   margin: 0 3px -1px 0;
   padding: 9px 13px 10px;
}

ul#primaryTab a {
   background: #f6f6f5;
   border: 1px solid #e6e6e3;
   border-bottom: none;
   color: #787000;
   margin: 0 3px 0 0;
   padding: 9px 13px 9px;
}

ul#primaryTab a:hover {
   border-color: #e6e6e3;
   background: #e6e6e3;
   color: #787000;
   margin-top: 1px;
   margin: 0 3px 0 0;
   padding: 9px 13px 9px;
}

/* Fliknavigering - årtal m.m. */
ul.fliksys {
   background: url(/images/18.3d26852213302b621f7800036/bgFliksystem.png) no-repeat left bottom;
   list-style: none;
   padding: 9px 13px;
   overflow: hidden;
}

ul.fliksys li {
   display: inline;
   float: left;
   margin-right: 3px;
   padding: 0;
}

ul.fliksys li a {
   background-color: #f3f0ed;
   background: #f3f0ed url(/images/18.3d26852213302b621f7800036/bgFliksystem.png) no-repeat left bottom;
   border-radius: 3px 3px 0px 0px;
   border: solid 1px #ded6ce;
   color: #999;
   text-decoration: none;
   padding: 9px 13px;
}

ul.fliksys li a.selected {
   background: #fff;
   border: 1px #ded6ce solid;
   border-bottom: 1px #fff solid;
   color: #666;
   padding: 9px 13px;
}

ul.fliksys li a:hover {
   background: #fff;
   padding: 9px 13px;
}

/* --------------------------------------------------------------
     Knappar/formulaer
-------------------------------------------------------------- */
.btnSok {
   border-top: 1px solid #425d75;
   background: #153255;
   padding: 4px 6px;
   border-radius: 5px;
   box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
   text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
   color: white;
   font-size: 0.75em;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}

.btnSok:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

.btnSok:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.inputPostnummer,
.inputBestall,
.inputSok,
.inputSokBred,
.inputBelopp,
.inputRanta,
.inputDatum {
   background: transparent url('/images/18.1cddbd7b13519298efb800035630/bgInput.png') no-repeat left top;
   font-size: 15px;
   border-radius: 3px;
   border: 1px solid #d0c5b9;
   box-shadow: 1px 1px 0px #efefef;
   outline: none;
   padding: 5px;
   text-shadow: 0px 1px 0px #fff;
   vertical-align: middle;
}

.inputSokBred {
   width: 385px;
}

.inputSok {
   width: 228px;
}

.inputBestall {
   width: 100px;
}

.inputPostnummer {
   width: 55px;
}

.inputBelopp {
   width: 95px;
}

.inputRanta {
   width: 50px;
}

.inputDatum {
   width: 85px;
}

/* Ränteberäkning */
.ranteWrap {
   overflow: hidden;
   padding: 2px 0;
}

.ranteLeft {
   float: left;
   padding: 4px 0 0;
   vertical-align: middle;
   width: 60%;
}

.ranteRight {
   float: right;
   text-align: right;
   width: 40%;
}

/* --------------------------------------------------------------
     Boxar högerspalt
-------------------------------------------------------------- */
.infoBoxCyan,
.infoBoxOrange,
.infoBoxMorkbrun,
.infoBoxAubergine,
.infoBoxOckra,
.infoBoxPetrolbla,
.infoBoxBlyertsgra {
   border-radius: 3px;
   margin-bottom: 15px;
}

.infoBoxAubergine {
   background-color: #641e3c;
}

.infoBoxOckra {
   background-color: #dd9128;
}

.infoBoxPetrolbla {
   background-color: #006769;
}

.infoBoxBlyertsgra {
   background-color: #6b6b5b;
}

.infoBoxCyan {
   background-color: #15bbba;
}

.infoBoxOrange {
   background-color: #e64b25;
}

.infoBoxMorkbrun {
   background-color: #71604c;
}

.infoBoxLjusbrun,
.laddaNerBox {
   background-color: #f6f6f5;
   border: solid 1px #e6e6e3;
   border-radius: 3px;
   margin: 0 0 10px;
   overflow: hidden;
   padding: 10px 11px 20px 11px;
}

.boxRightHead {
   font: bold 1em Arial, Helvetica, sans-serif;
   padding: 10px 8px 3px 8px;
}

.boxRightTxt {
   padding: 0 8px 8px 8px;
}

.boxRightLink ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.boxRightLink li {
   height: 18px;
}

.boxRightLink a.normal {
   background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat 8px center;
   color: #e64b25;
   text-decoration: none;
   padding: 0 7px 0 22px;
}

.infoBoxCyan a,
.infoBoxOrange a,
/* orange ska tas bort */
.infoBoxMorkbrun a,
.infoBoxAubergine a,
.infoBoxOckra a,
.infoBoxPetrolbla a,
.infoBoxBlyertsgra a {
   border-radius: 3px;
   color: #fff !important;
   display: block;
   font: bold 16px Arial, Helvetica, sans-serif !important;
   padding: 15px 20px;
   text-decoration: none !important;
}

.infoBoxAubergine a:hover {
   background-color: #6e2545;
}

.infoBoxOckra a:hover {
   background-color: #e3972d;
}

.infoBoxPetrolbla a:hover {
   background-color: #057173;
}

.infoBoxBlyertsgra a:hover {
   background-color: #737365;
}

.infoBoxLjusbrun .faktaxxhogerpuffrubrik {
   display: block;
   margin: 10px 9px 2px;
}

.infoBoxLjusbrun .normal {
   display: block;
   margin: 0 9px 2px;
}

.infoBoxLjusbrun ul {
   margin: 0 9px 0 !important;
}

.infoBoxLjusbrun li .normal,
.infoBoxLjusbrun li a.normal {
   margin: 0;
}

.group {
   margin: 0 0 10px 0;
}

#Ingress {
   font-weight: bold;
}

.laddaNerBox {
   background-color: #f6f6f5;
   border: solid 1px #e6e6e3;
   border-radius: 3px;
   padding: 10px 11px 20px 11px;
   margin: 15px 0;
   overflow: hidden;
}

.shortcutWrp {
   position: relative;
   max-width: 360px;
   z-index: 2;
}

.shortcutContainer {
   padding: 0;
   margin-top: 30px;
}

.shortcutContainer a,
.shortcutContainer a:visited {
   padding: 10px 0px 10px 13px;
   background-color: #f6f6f5;
   display: block;
   margin-bottom: 8px;
   border: solid 2px #e6e6e3;
   border-radius: 3px;
   text-decoration: none;
   zoom: 1;
   color: #000;
}

.shortcutContainer a:hover {
   border: solid 2px #c4c4bd;
}

.shortcutContainer a span {
   background: url(/images/18.47fa168f148174dce7d120f0/arrow-right.png) right -8px no-repeat;
   background-size: 38px;
   display: block;
   font: 15px/20px 'Open Sans Regular', arial, sans-serif;
   color: #787000;
}

.shortcutContainer a:hover span {
   color: #333 !important;
}

.shortcutContainer a:first-child {
   margin-top: 0;
}

.shortcutContainer h2rubrik {
   margin-bottom: 8px;
}

/* --------------------------------------------------------------
     Listmeny
-------------------------------------------------------------- */
.navLeftHead {
   margin: 0 0 7px;
}

.navLeftHead a {
   list-style-type: none;
   border-radius: 3px;
   border: solid 3px #e1e1de;
   background-color: #f3f3f2;
   background-clip: padding-box;
   padding: 5px 10px;
   display: block;
}

.navLeft {
   width: 160px;
}

.ul0,
.ul1,
.ul2,
.ul3 {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.ul1,
.ul2,
.ul3 {
   margin: 6px 0 8px;
}

.ul1,
.ul2,
.ul3 {
   padding-left: 10px;
}

.li0 {
   border-bottom: solid 1px #d0c5b9;
   display: block;
   font-size: 1em;
   padding: 5px 0 5px 5px;
   min-height: 16px;
}

.a0 {
   color: #787000 !important;
   font-weight: bold !important;
   display: block;
   line-height: normal;
}

.a1,
.a2,
.a3 {
   color: #787000 !important;
   display: block;
}

.a0:hover,
.a1:hover,
.a2:hover,
.a3:hover {
   color: #333 !important;
}

.span0 {
   /* Används nar aktivlänk inte är länkad */
   color: #333 !important;
   font-weight: bold !important;
   line-height: normal;
}

.span1,
.span2,
.span3 {
   /* Används när aktivlänk inte är länkad */
   color: #333 !important;
   font-weight: normal !important;
   line-height: normal;
}

.a0.current,
.a1.current,
.a2.current,
.a3.current {
   color: #333 !important;
}

.li1,
.li2,
.li3 {
   display: block;
   font-size: inherit;
   font-weight: bold;
   min-height: 16px;
   margin: 0 0 5px;
   /*overflow:hidden*/
}

.nyhetslistningxdatum {
   color: #555555;
}

/* --------------------------------------------------------------
     Verktygsmeny - sprite
-------------------------------------------------------------- */
ul.toppVerktyg {
   display: inline;
   padding-left: 0em;
   margin-left: 0em;
   list-style: none;
}

ul.toppVerktyg li {
   float: left;
   list-style-type: none;
   margin: 0 0 0 15px;
   vertical-align: middle;
}

ul.toppVerktyg li a,
.verktyg-ruta a,
.verktyg-ruta-salj a {
   background-image: url('/images/18.1b6eeec8134a762cf718000148/sprite-ikon.png');
   background-repeat: no-repeat;
   color: #787000;
   display: inline;
   min-height: 16px;
   text-decoration: none;
   padding: 2px 0 2px 21px;
}

.verktyg-ruta-salj a {
   background-image: url('/images/18.4c1b677f134cb6b828f800032/sprite-ikon-salj.png');
   color: #006769 !important;
}

.toppVerktyg li a:hover,
.verktyg-ruta a:hover,
.verktyg-ruta-salj a:hover {
   color: #133354;
}

.toppVerktyg li a {
   margin: 0 0 0 0;
}

.ikonSprak {
   background-position: 0 0;
}

.ikonSprak:hover,
.ikonSprak:hover {
   background-position: -400px 0;
}

.ikonLattlast {
   background-position: 0 -60px;
}

.ikonLattlast:hover,
.ikonLattlast:hover {
   background-position: -400px -60px;
}

.ikonLyssna a,
.ikonLyssna {
   background-position: 0 -120px;
}

.ikonLyssna:hover a,
.ikonLyssna:hover {
   background-position: -400px -120px;
}

.ikonTecken {
   background-position: 0 -180px;
}

.ikonTecken:hover,
.ikonTecken:hover {
   background-position: -400px -180px;
}

.ikonOrdlista {
   background-position: 0 -240px;
}

.ikonOrdlista:hover,
.ikonOrdlista:hover {
   background-position: -400px -240px;
}

.ikonPrint a,
.ikonPrint {
   background-position: 0 -300px;
}

.ikonPrint:hover a,
.ikonPrint:hover {
   background-position: -400px -300px;
}

.ikonAdd a,
.ikonAdd {
   background-position: 0 -360px;
}

.ikonAdd:hover a,
.ikonAdd:hover {
   background-position: -400px -360px;
}

.ikonDel a,
.ikonDel {
   background-position: 0 -420px;
}

.ikonDel:hover a,
.ikonDel:hover {
   background-position: -400px -420px;
}

.toppVerktyg li a.noIcon,
.noIcon a {
   background-image: none;
}

.noIcon a {
   padding-left: 0px;
}

#mobilToppMeny {
   display: none;
}

/* --------------------------------------------------------------
     Testarea
-------------------------------------------------------------- */
/*h1, h2, h3, h4 {overflow:hidden}*/

.nyhetslank {
   background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px;
   padding-left: 15px;
   padding-bottom: 2px;
}

.nyhetslank:hover {
   background: transparent url(/images/18.1cddbd7b13519298efb80002598/lankPilHover.png) no-repeat left 3px;
   padding-left: 15px;
   padding-bottom: 2px;
}

th,
td {
   border-bottom: solid 1px #ded6ce;
   padding: 9px 5px;
}

th:first-child,
td:first-child {
   padding-left: 0;
}

.bbLaddaNer {
   display: block;
   margin: 10px 0;
}

.bbLaddaNer a {
   background: url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x;
   color: #fff !important;
   display: block;
   font: bold 14px Arial, Helvetica, sans-serif !important;
   height: auto;
   padding: 8px 10px;
   text-decoration: none;
   border-radius: 3px;
   width: 150px;
   text-align: center;
}

.bbSubmitButton {
   background: url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x;
   color: #fff !important;
   display: block;
   font: bold 14px Arial, Helvetica, sans-serif !important;
   height: auto;
   padding: 8px 10px;
   text-decoration: none;
   border-radius: 3px;
   width: 170px;
   text-align: center;
   border: none;
   cursor: pointer;
}

.btnSalj,
.btnInfo,
.btnSearch,
.btnSaljSok,
.btnAuktion,
.btnCookie {
   /* Gemensam styling knapp */
   border-width: 1px;
   cursor: pointer;
   font-size: 14px;
   border-radius: 3px;
   padding: 5px 10px;
   padding: 7px 10px 6px\9;
   /* IE 8 hack */
   *padding: 4px 10px 5px;
   /* IE 7 hack - kompabilitetsläge */
}

.btnSalj {
   /* Salj */
   border-color: #d0c5b9;
   background: url(/images/18.44812de6133c5768d6780004982/bgBtn.png) repeat-x;
   color: #0f8382;
}

.btnInfo {
   /* Info */
   border-color: #e85c3a;
   background: url(/images/18.44812de6133c5768d6780004982/bgBtn.png) repeat-x;
   color: #e85c3a;
}

.btnSearch {
   /* Infosök */
   border-width: 0;
   /*background:url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x;*/
   color: #fff;
   background: #834b63;
   /* Old browsers */
   background: -moz-linear-gradient(top, #834b63 0%, #641e3c 100%);
   /* FF3.6+ */
   background: -webkit-gradient(linear,
         left top,
         left bottom,
         color-stop(0%, #834b63),
         color-stop(100%, #641e3c));
   /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #834b63 0%, #641e3c 100%);
   /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #834b63 0%, #641e3c 100%);
   /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #834b63 0%, #641e3c 100%);
   /* IE10+ */
   background: linear-gradient(to bottom, #834b63 0%, #641e3c 100%);
   /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#834b63', endColorstr='#641e3c', GradientType=0);
   /* IE6-9 */
   vertical-align: middle;
}

.btnSearch:hover,
.btnCookie:hover,
.bbLaddaNer a:hover {
   /* Infosök */
   /*background:url(/images/18.4241a6e51345f45510080001053/bgBtnSearch-hover.png) repeat-x;*/
   background: #8f5d72;
   /* Old browsers */
   background: -moz-linear-gradient(top, #8f5d72 0%, #73344f 100%);
   /* FF3.6+ */
   background: -webkit-gradient(linear,
         left top,
         left bottom,
         color-stop(0%, #8f5d72),
         color-stop(100%, #73344f));
   /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #8f5d72 0%, #73344f 100%);
   /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #8f5d72 0%, #73344f 100%);
   /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #8f5d72 0%, #73344f 100%);
   /* IE10+ */
   background: linear-gradient(to bottom, #8f5d72 0%, #73344f 100%);
   /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f5d72', endColorstr='#73344f', GradientType=0);
   /* IE6-9 */
}

.btnAuktion {
   /* Saljsök */
   border-width: 0;
   background: url(/images/18.1cddbd7b13519298efb8000891/bgBtnAuktion.png) repeat-x;
   color: #fff;
   vertical-align: middle;
}

.btnAuktion:hover {
   /* Sökknappar auktionstorget */
   background: url(/images/18.1cddbd7b13519298efb8000890/bgBtnAuktion-hover.png) repeat-x;
}

.btnSaljSok {
   /* Saljsök */
   border-color: #13aaa5;
   background: url(/images/18.1cddbd7b13519298efb8000891/bgBtnAuktion.png) repeat-x;
   color: #fff;
   float: right;
}

.btnNormal {
   padding: 0 9px 1px !important;
}

/* Knapp utan ikon */
.btnPrint {
   background: transparent url(/images/18.1704c9133c56e7a1080001063/btnIconPrint.png) no-repeat 0 0;
   padding: 0 9px 0 27px;
}

.btnExtWin {
   background: transparent url(/images/18.1704c9133c56e7a1080001066/btnIconWin.png) no-repeat 0 0;
   padding: 0 9px 0 27px;
}

.btnStarAdd {
   background: transparent url(/images/18.1704c9133c56e7a1080001068/btnIconStar.png) no-repeat 0 0;
   padding: 0 9px 0 27px;
}

.btnTipsa {
   background: transparent url(/images/18.1704c9133c56e7a1080001070/btnIconLetter.png) no-repeat 0 0;
   padding: 0 9px 0 27px;
}

#selectSalj select {
   border: 0;
   color: #333;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   width: 298px;
   *width: 298px;
   *background: #f6f6f5;
}

#selectSalj {
   background: url('/images/18.1704c9133c56e7a108000171/pilCyan.png') no-repeat scroll 270px 5px #f6f6f5;
   border-radius: 3px;
   overflow: hidden;
   padding: 0 0 5px;
   width: 298px;
}

ul.toppMenyJCR {
   display: inline;
   padding-left: 0em;
   margin-left: 0em;
   list-style: none;
}

ul.toppMenyJCR li {
   border-left: solid 1px #e6e6e3;
   display: inline;
   margin: 0 0 0 6px;
   padding: 0 0 0 10px;
   margin: 0 0 0 5px\9;
   /* IE 8 hack */
   margin: 0 0 0 5px;
   /* IE 7 hack - kompabilitetsläge */
   vertical-align: middle;
}

ul.toppMenyJCR li:first-child {
   border-left: none;
}

.horisontellJCR {
   display: inline;
   padding: 0;
   margin: 0;
   list-style: none;
}

.pilNivoLand {
   background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat 0 0;
}

.ordforklaring {
   border-bottom: 1px dotted #787000;
   cursor: pointer;
   font-style: normal;
}

h1 .ordforklaring,
.brodtextxingress .ordforklaring,
.underStartTxt .ordforklaring,
.infoBoxLjusbrun a .ordforklaring,
.infoBoxLjusbrun .brodtextxfet .ordforklaring,
.infoBoxLjusbrun .normal .ordforklaring,
.infoBoxCyan a .ordforklaring,
.infoBoxMorkbrun a .ordforklaring,
.infoBoxAubergine a .ordforklaring,
.infoBoxOckra a .ordforklaring,
.infoBoxPetrolbla a .ordforklaring,
.infoBoxBlyertsgra a .ordforklaring {
   border: none;
   font-style: normal;
}

.iw-video-player__wrapper {
   padding: 56.25% 0 0 0;
   position: relative;
   margin: 10px 0;
}

.iw-video-player__video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: none;
}

.iw-video-player__url-container {
   display: flex;
   justify-content: center;
   flex-direction: column;
   background-color: #f6f6f5;
   margin-top: 12px;
   padding: 30px;
}

.iw-video-player__url-container p {
   padding: 0;
   font-size: 1.125rem;
   line-height: 1.5rem;
   margin: 0 0 1.25rem 0;
}

.iw-video-player__url-container p:last-of-type {
   margin-bottom: 0 !important;
}

.iw-video-player__url-container a {
   display: inline-block;
   word-break: break-word;
   background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 6px;
   padding: 0 2px 0 15px;
   font-size: 1rem;
   line-height: 1.5rem;
}

.iw-video-player__url-container a:hover {
   background: transparent url(/images/18.1cddbd7b13519298efb80002598/lankPilHover.png) no-repeat left 6px;
   text-decoration: underline;
}

.iw-video-player__url-container a:focus,
.iw-video-player__url-container a:focus-visible {
   outline: 2px solid #000000;
}

/* --------------------------------------------------------------
Kolumnindelning teckenspråksfilmer
-------------------------------------------------------------- */
.colTwo,
.colThree,
.colFyra {
   overflow: hidden;
}

.colThree {
   float: left;
   margin: 0 0 0 40px;
   width: 220px;
}

.colThree:first-child {
   margin-left: 0;
}

.colTwo {
   float: left;
   margin: 0 0 0 20px;
   width: 360px;
}

.colTwo:first-child {
   margin-left: 0;
}

.colFyra {
   float: left;
   margin: 0 0 0 20px;
   width: 220px;
}

.colFyra:first-child {
   margin-left: 0;
}

.colFyra .infoBoxLjusbrun {
   min-height: 290px;
}

/* --------------------------------------------------------------
Sökresultat
-------------------------------------------------------------- */
.imgPrev,
.imgNext {
   vertical-align: baseline;
}

.sokres,
.sokres-current {
   border-right: solid 1px #e6e6e3;
   font-size: 100%;
   padding: 0 7px 0 6px;
}

.sokres-current {
   font-weight: bold;
}

.bbAvskiljare {
   padding: 15px 0 0;
   border-top: solid 1px #d0c5b9;
}

.addThisDiv {
   margin: 40px 0 0;
}

.addThisSalj {
   border-top: solid 1px #e6e6e3;
   margin: 20px 0 25px;
   padding: 15px 0 0;
}

.didYouMeanClass {
   padding: 20px;
   background: #ff0000;
}

#roadmap {
   min-height: 20px;
}

/* jQuery UI */
.ui-autocomplete {
   position: absolute;
   cursor: default;
}

/* workarounds jQuery UI */
* html .ui-autocomplete {
   width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

.ui-autocomplete-input {
   max-width: 190px;
   width: 190px;
}

.ui-menu {
   list-style: none;
   padding: 2px;
   margin: 0;
   display: block;
   float: left;
   font-size: 1em;
}

.ui-menu .ui-menu {
   margin-top: -3px;
}

.ui-menu .ui-menu-item {
   margin: 0;
   padding: 0;
   zoom: 1;
   float: left;
   clear: left;
   width: 100%;
}

.ui-menu .ui-menu-item a {
   text-decoration: none;
   display: block;
   padding: 0.2em 0.4em;
   line-height: 1.5;
   zoom: 1;
   font-size: 1em;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
   background-color: #f6f6f5;
}

/* Hoverfärg i utfällande dropdown */

.verktyg-ruta {
   background-color: #f6f6f5;
   border-radius: 3px;
   border: solid 1px #e6e6e3;
   height: 15px;
   margin: 0 8px 15px 0;
   overflow: hidden;
   padding: 7px 9px;
}

.verktyg-ruta-salj {
   background-color: #f6f6f5;
   border-radius: 3px;
   border: solid 1px #e6e6e3;
   height: 15px;
   margin: 0 8px 15px 0;
   overflow: hidden;
   padding: 7px 9px;
}

.verktyg-footer {
   background-color: #f6f6f5;
   border-radius: 3px;
   border: solid 1px #e6e6e3;
   margin: 0;
   /* ändrad 20150903 */
   overflow: hidden;
   padding: 4px 5px 3px;
}

.verktyg-footer p.normal {
   margin: 0;
}

#tooltip {
   float: right;
   position: relative;
}

#tooltip a span {
   display: none;
}

#tooltip a:hover span {
   display: block;
   position: absolute;
   width: 250px;
   border: solid 2px #e1e1de;
   border-radius: 3px;
   background-color: #f3f3f2;
   height: auto;
   right: 0;
   top: 0;
   color: #333;
   padding: 15px;
}

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
.sokForm {
   margin: 0 10px 10px 0;
   position: relative;
}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.selectWide,
select.selectNarrow,
select.selectMedium {
   position: relative;
   z-index: 10;
   width: 240px !important;
   height: 28px !important;
   line-height: 28px;
}

select.selectWide,
select.selectNarrow {
   width: 240px !important;
}

select.selectNarrow {
   width: 115px !important;
}

select.selectMedium {
   width: 200px !important;
}

/* dynamically created SPAN, placed below the SELECT */
span.selectWide,
span.selectNarrow,
span.selectMedium {
   position: absolute;
   bottom: 0;
   float: left;
   left: 0;
   height: 28px;
   line-height: 28px;
   text-indent: 10px;
   cursor: default;
   z-index: 1;
}

span.selectWide {
   width: 240px;
   background: url(/images/18.1cddbd7b13519298efb800024056/bg-select.png) no-repeat 0 0;
   cursor: default;
}

span.selectNarrow {
   width: 115px;
   background: url(/images/18.1cddbd7b13519298efb800024142/bg-select-narrow.png) no-repeat 0 0;
}

span.selectMedium {
   width: 200px;
   background: url(/images/18.1cddbd7b13519298efb800024973/bg-select-medium.png) no-repeat 0 0;
}

.obscureLabel {
   position: absolute !important;
   clip: rect(1px 1px 1px 1px);
   /* IE6, IE7 */
   clip: rect(1px, 1px, 1px, 1px);
}

/* Component containers
----------------------------------*/

.ui-widget-content {
   border: 1px solid #e64b25;
   background-color: #fff;
   color: #333333;
}

/*sörutan som fälls ut*/
.ui-widget-content a {
   color: #333333;
}

/*träffarna i sökrutan*/
.ui-widget-header {
   border: 1px solid #4297d7;
   background-color: #999;
   color: #ffffff;
   font-weight: bold;
}

.ui-widget-header a {
   color: #ffffff;
}

/* --------------------------------------------------------------
Dekorationsmallar
-------------------------------------------------------------- */
.standardbakgrund,
.saljstartbakgrund {
   background-color: #f6f6f5;
   background-clip: padding-box;
   border-radius: 3px;
   border: solid 1px #e6e6e3;
}

.standardbakgrund {
   list-style-type: none;
}

.standardbakgrund-gra {
   background-color: #f6f6f5 !important;
}

.siteBackground {
   background-color: #990;
   height: 280px;
   position: absolute;
   top: 158px;
   width: 100%;
   z-index: -1;
}

.topLeft {
   background: transparent url(/images/18.3d26852213302b621f780006036/top_left.png) no-repeat left top;
}

.topRight {
   background: transparent url(/images/18.3d26852213302b621f780006026/top_right.png) no-repeat right top;
}

.borderTop {
   background: transparent url(/images/18.3d26852213302b621f780006050/border_top.png) repeat-x left top;
}

.borderLeft {
   background: transparent url(/images/18.3d26852213302b621f780006097/border_left.png) repeat-y left top;
}

.borderRight {
   background: transparent url(/images/18.3d26852213302b621f780006098/border_right.png) repeat-y right top;
}

.borderDivider {
   background: transparent url(/images/18.4cd91a3d12ec898821380002187/border_divider.png) repeat-x left top;
}

.dividerLeft {
   background: transparent url(/images/18.4cd91a3d12ec898821380002177/divider_left.png) no-repeat left top;
}

.dividerRight {
   background: transparent url(/images/18.4cd91a3d12ec898821380002179/divider_right.png) no-repeat right top;
}

.borderBottom {
   background: transparent url(/images/18.4cd91a3d12ec898821380002185/border_bottom.png) repeat-x left top;
}

.bottomLeft {
   background: transparent url(/images/18.4cd91a3d12ec898821380002181/bottom_left.png) no-repeat left top;
   float: none;
}

.bottomRight {
   background: transparent url(/images/18.4cd91a3d12ec898821380002183/bottom_right.png) no-repeat right top;
   float: none;
}

.mittEnkelPad {
   background-color: #fff;
   float: none;
   margin: 0 30px;
   padding: 0 30px;
}

.at-startside-puffar .infoBoxLjusbrun {
   min-height: 290px;
}

.contentPadding {
   float: none;
   padding: 36px 30px 0;
}

.contentPaddingTop {
   float: none;
   padding: 32px 30px 0;
}

.contPadBottom {
   float: none;
   height: 10px;
   padding: 0 60px 67px;
}

.mittDelningPad {
   background-color: #fff;
   float: none;
   padding: 2px 30px;
}

/*.contPadInner {float:none; padding:36px 30px 0}*/
/*.contPadTop { background-color:#fff; float:none; margin:0 30px; padding:0 30px}
.contentWhite {background-color:#fff; padding:0 10px !important} /* InnehÃ¥llsyta med vit bgfÃ¤rg */

/* --------------------------------------------------------------
     Sandbox
-------------------------------------------------------------- */
.nav {
   margin-left: 0;
   margin-bottom: 20px;
   list-style: none;
}

.nav>li>a {
   display: block;
}

.nav>li>a:hover {
   text-decoration: none;
   background-color: #eeeeee;
}

.nav>li>a>img {
   max-width: none;
}

.nav>.pull-right {
   float: right;
}

.nav-header {
   display: block;
   padding: 3px 15px;
   font-size: 11px;
   font-weight: bold;
   line-height: 20px;
   color: #999999;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
}

.nav li+.nav-header {
   margin-top: 9px;
}

.nav-list {
   padding-left: 15px;
   padding-right: 15px;
   margin-bottom: 0;
}

.nav-list>li>a,
.nav-list .nav-header {
   margin-left: -15px;
   margin-right: -15px;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
   padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   background-color: #0088cc;
}

.nav-list [class^='icon-'],
.nav-list [class*=' icon-'] {
   margin-right: 2px;
}

.nav-list .divider {
   *width: 100%;
   height: 1px;
   margin: 9px 1px;
   *margin: -5px 0 5px;
   overflow: hidden;
   background-color: #e5e5e5;
   border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
   *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
   display: table;
   content: '';
   line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
   clear: both;
}

.nav-tabs>li,
.nav-pills>li {
   float: left;
}

.nav-tabs>li>a,
.nav-pills>li>a {
   padding-right: 12px;
   padding-left: 12px;
   margin-right: 2px;
   line-height: 14px;
}

.nav-tabs {
   border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
   margin-bottom: -1px;
}

.nav-tabs>li>a {
   background-color: #f6f6f5;
   border-radius: 4px 4px 0 0;
   border: 1px solid transparent;
   border: 1px solid #e6e6e3;
   padding-top: 8px;
   padding-bottom: 8px;
   line-height: 20px;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
   border-color: #eeeeee #eeeeee #e6e6e3;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
   color: #555555;
   background-color: #ffffff;
   border: 1px solid #e6e6e3;
   border-bottom-color: transparent;
   cursor: default;
}

.nav-pills>li>a {
   padding-top: 8px;
   padding-bottom: 8px;
   margin-top: 2px;
   margin-bottom: 2px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
   color: #ffffff;
   background-color: #0088cc;
}

.nav-stacked>li {
   float: none;
}

.nav-stacked>li>a {
   margin-right: 0;
}

.nav-tabs.nav-stacked {
   border-bottom: 0;
}

.nav-tabs.nav-stacked>li>a {
   border: 1px solid #ddd;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.nav-tabs.nav-stacked>li:first-child>a {
   -webkit-border-top-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -moz-border-radius-topleft: 4px;
   border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked>li:last-child>a {
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked>li>a:hover {
   border-color: #ddd;
   z-index: 2;
}

.nav-pills.nav-stacked>li>a {
   margin-bottom: 3px;
}

.nav-pills.nav-stacked>li:last-child>a {
   margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.nav .dropdown-toggle .caret {
   border-top-color: #0088cc;
   border-bottom-color: #0088cc;
   margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
   border-top-color: #005580;
   border-bottom-color: #005580;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
   margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
   border-top-color: #fff;
   border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
   border-top-color: #555555;
   border-bottom-color: #555555;
}

.nav>.dropdown.active>a:hover {
   cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover {
   color: #ffffff;
   background-color: #999999;
   border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
   border-top-color: #ffffff;
   border-bottom-color: #ffffff;
   opacity: 1;
   filter: alpha(opacity=100);
}

.tabs-stacked .open>a:hover {
   border-color: #999999;
}

.tabbable {
   *zoom: 1;
}

.tabbable:before,
.tabbable:after {
   display: table;
   content: '';
   line-height: 0;
}

.tabbable:after {
   clear: both;
}

.tab-content {
   overflow: auto;
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
   border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
   display: none;
}

.tab-content>.active,
.pill-content>.active {
   display: block;
}

.tabs-below>.nav-tabs {
   border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
   margin-top: -1px;
   margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover {
   border-bottom-color: transparent;
   border-top-color: #ddd;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover {
   border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
   float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
   min-width: 74px;
   margin-right: 0;
   margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
   float: left;
   margin-right: 19px;
   border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
   margin-right: -1px;
   -webkit-border-radius: 4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover {
   border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover {
   border-color: #ddd transparent #ddd #ddd;
   *border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
   float: right;
   margin-left: 19px;
   border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
   margin-left: -1px;
   -webkit-border-radius: 0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
   border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover {
   border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover {
   border-color: #ddd #ddd #ddd transparent;
   *border-left-color: #ffffff;
}

.nav>.disabled>a {
   color: #999999;
}

.nav>.disabled>a:hover {
   text-decoration: none;
   background-color: transparent;
   cursor: default;
}

.navbar {
   overflow: visible;
   margin-bottom: 20px;
   *position: relative;
   *z-index: 2;
}

.navbar-inner {
   min-height: 40px;
   padding-left: 20px;
   padding-right: 20px;
   background-color: #fafafa;
   background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: -webkit-gradient(linear,
         0 0,
         0 100%,
         from(#ffffff),
         to(#f2f2f2));
   background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
   border: 1px solid #d4d4d4;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
   display: table;
   content: '';
   line-height: 0;
}

.navbar-inner:after {
   clear: both;
}

.navbar .container {
   width: auto;
}

.nav-collapse.collapse {
   height: auto;
   overflow: visible;
}

.navbar .brand {
   float: left;
   display: block;
   padding: 10px 20px 10px;
   margin-left: -20px;
   font-size: 20px;
   font-weight: 200;
   color: #777777;
   text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
   text-decoration: none;
}

.navbar-text {
   margin-bottom: 0;
   line-height: 40px;
   color: #777777;
}

.navbar-link {
   color: #777777;
}

.navbar-link:hover {
   color: #333333;
}

.navbar .divider-vertical {
   height: 40px;
   margin: 0 9px;
   border-left: 1px solid #f2f2f2;
   border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
   margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
   margin-top: 0;
}

.navbar-form {
   margin-bottom: 0;
   *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
   display: table;
   content: '';
   line-height: 0;
}

.navbar-form:after {
   clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
   margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
   display: inline-block;
   margin-bottom: 0;
}

.navbar-form input[type='image'],
.navbar-form input[type='checkbox'],
.navbar-form input[type='radio'] {
   margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
   margin-top: 5px;
   white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
   margin-top: 0;
}

.navbar-search {
   position: relative;
   float: left;
   margin-top: 5px;
   margin-bottom: 0;
}

.navbar-search .search-query {
   margin-bottom: 0;
   padding: 4px 14px;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 1;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}

.navbar-static-top {
   position: static;
   margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
   margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
   border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
   border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
   padding-left: 0;
   padding-right: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
   width: 940px;
}

.navbar-fixed-top {
   top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
   bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
   -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
   position: relative;
   left: 0;
   display: block;
   float: left;
   margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
   float: right;
   margin-right: 0;
}

.navbar .nav>li {
   float: left;
}

.navbar .nav>li>a {
   float: none;
   padding: 10px 15px 10px;
   color: #777777;
   text-decoration: none;
   text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
   margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
   background-color: transparent;
   color: #333333;

   text-decoration: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
   color: #555555;
   text-decoration: none;
   background-color: #e5e5e5;
   -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
   display: none;
   float: right;
   padding: 7px 10px;
   margin-left: 5px;
   margin-right: 5px;
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #ededed;
   background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
   background-image: -webkit-gradient(linear,
         0 0,
         0 100%,
         from(#f2f2f2),
         to(#e5e5e5));
   background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
   background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
   background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
   border-color: #e5e5e5 #e5e5e5 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #e5e5e5;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */

   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
   color: #ffffff;
   background-color: #e5e5e5;
   *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
   background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
   display: block;
   width: 18px;
   height: 2px;
   background-color: #f5f5f5;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar+.icon-bar {
   margin-top: 3px;
}

.navbar .nav>li>.dropdown-menu:before {
   content: '';
   display: inline-block;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #ccc;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   position: absolute;
   top: -7px;
   left: 9px;
}

.navbar .nav>li>.dropdown-menu:after {
   content: '';
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #ffffff;
   position: absolute;
   top: -6px;
   left: 10px;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
   border-top: 7px solid #ccc;
   border-top-color: rgba(0, 0, 0, 0.2);
   border-bottom: 0;
   bottom: -7px;
   top: auto;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
   border-top: 6px solid #ffffff;
   border-bottom: 0;
   bottom: -6px;
   top: auto;
}

.navbar .nav li.dropdown>a:hover .caret {
   border-top-color: #555555;
   border-bottom-color: #555555;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
   background-color: #e5e5e5;
   color: #555555;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
   border-top-color: #777777;
   border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
   border-top-color: #555555;
   border-bottom-color: #555555;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
   left: auto;
   right: 0;
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
   left: auto;
   right: 12px;
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
   left: auto;
   right: 13px;
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
   left: auto;
   right: 100%;
   margin-left: 0;
   margin-right: -1px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
   background-color: #1b1b1b;
   background-image: -moz-linear-gradient(top, #222222, #111111);
   background-image: -webkit-gradient(linear,
         0 0,
         0 100%,
         from(#222222),
         to(#111111));
   background-image: -webkit-linear-gradient(top, #222222, #111111);
   background-image: -o-linear-gradient(top, #222222, #111111);
   background-image: linear-gradient(to bottom, #222222, #111111);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
   border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
   color: #999999;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover {
   color: #ffffff;
}

.navbar-inverse .brand {
   color: #999999;
}

.navbar-inverse .navbar-text {
   color: #999999;
}

.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
   background-color: transparent;
   color: #ffffff;
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
   color: #ffffff;
   background-color: #111111;
}

.navbar-inverse .navbar-link {
   color: #999999;
}

.navbar-inverse .navbar-link:hover {
   color: #ffffff;
}

.navbar-inverse .divider-vertical {
   border-left-color: #111111;
   border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
   background-color: #111111;
   color: #ffffff;
}

.navbar-inverse .nav li.dropdown>a:hover .caret {
   border-top-color: #ffffff;
   border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
   border-top-color: #999999;
   border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
   border-top-color: #ffffff;
   border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
   color: #ffffff;
   background-color: #515151;
   border-color: #111111;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.15);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.15);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.15);
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
   color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
   color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
   color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
   padding: 5px 15px;
   color: #333333;
   text-shadow: 0 1px 0 #ffffff;
   background-color: #ffffff;
   border: 0;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
   outline: 0;
}

.navbar-inverse .btn-navbar {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #0e0e0e;
   background-image: -moz-linear-gradient(top, #151515, #040404);
   background-image: -webkit-gradient(linear,
         0 0,
         0 100%,
         from(#151515),
         to(#040404));
   background-image: -webkit-linear-gradient(top, #151515, #040404);
   background-image: -o-linear-gradient(top, #151515, #040404);
   background-image: linear-gradient(to bottom, #151515, #040404);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
   border-color: #040404 #040404 #000000;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #040404;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */

   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
   color: #ffffff;
   background-color: #040404;
   *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
   background-color: #000000 \9;
}

/* --------------------------------------------------------------
     FAQ / Frågor och svar
-------------------------------------------------------------- */
.faqWrapper {
   border-bottom: solid 1px #e6e6e3;
   margin: 0 0 9px;
   padding: 0 0 9px;
}

.faqWrapper div:first-child {
   border-top: solid 1px #e6e6e3;
}

.faqLeft {
   width: 14px;
   height: auto;
   cursor: pointer;
   display: table-cell;
}

.faqRightQ {
   cursor: pointer;
   display: table-cell;
   font-weight: bold;
   font-style: normal;
   font-size: 108%;
}

.faqRightA {
   display: table-cell;
}

#qa-list {
   list-style-type: none;
   padding-left: 0;
}

/* --------------------------------------------------------------
     Tabeller
-------------------------------------------------------------- */
#bbTable {
   border-collapse: collapse;
}

#bbTable thead th,
#bbTable td {
   border-bottom: solid 1px #ded6ce;
   padding: 9px 0;
   text-align: left;
   overflow: hidden;
}

#bbTable th:first-child,
#bbTable td:first-child {
   padding: 9px 10px 9px 0;
   text-align: left;
   width: 390px;
}

#bbTable thead th {
   font-weight: bold;
}

.dottedLine {
   border-bottom: dotted 1px #d0c5b9;
   clear: both;
   height: 1px;
   margin: 10px 0 0;
   width: 100%;
}

/* --------------------------------------------------------------
     Färger
-------------------------------------------------------------- */
.sv-video-wrapper {
   margin: 15px 0;
}

.sv-video-wrapper>.h2rubrik {
   margin: 15px 0 0;
}

.sv-youtube-portlet>.sv-text-portlet {
   margin: 0;
}

/* --------------------------------------------------------------
     Färger
-------------------------------------------------------------- */
.mossgron {
   color: #787000;
}

.mossgronSafe {
   background-color: #990;
}

.hallonrod {
   background-color: #89003c;
}

.petrolbla {
   background-color: #006769;
}

.aubergine {
   background-color: #641e3c;
}

.ockra {
   background-color: #dd9128;
}

.blyertsgra {
   background-color: #6b6b5b;
}

/* Gamla färger */
.cyan {
   color: #15bbba;
}

.ljusbrun {
   color: #d0c5b9;
}

.brun {
   color: #71604c;
}

.gul {
   color: #fed400;
}

.orange {
   color: #e64b25;
}

.mobilShow {
   display: none;
}

/* Låg tidigare i sten.css */
.kfmSaljer img {
   vertical-align: middle;
}

.kfmSaljer a {
   padding-bottom: 10px;
}

.nyheter-mobil a.normal {
   color: #333 !important;
}

/* --------------------------------------------------------------
     Reachmee anpassning
-------------------------------------------------------------- */
#r_wrapper {
   width: 500px !important;
}

.contMiddle .sv-image-portlet img {
   margin: 0 0 10px !important;
}

/* --------------------------------------------------------------
     Företagarinformation - koll på läget
-------------------------------------------------------------- */

#guide-kollpalaget-content {
   width: 499px;
   margin-left: 0;
   margin-top: 20px;
   min-height: 540px;
   background: #fff url('/images/18.1c1a126b144d4780132aa4f/bg-triangel-line-500.png') no-repeat;
   position: relative;
   float: left;
}

#guide-kollpalaget-content h2 {
   display: none;
}

.guide-kollpalaget-chapter {
   display: none;
   width: 680px;
   background-color: #fff;
   border: 2px solid #ab374e;
   border-radius: 15px;
   box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.39);
   position: relative;
   overflow: hidden;
   padding-bottom: 20px;
   margin: 15px;
   z-index: 100;
}

#guide-kollpalaget-content h3.chapterlink {
   color: #fff;
   position: absolute;
   text-align: center;
   z-index: 10;
}

#guide-kollpalaget-content h3.chapterlink a {
   color: #fff;
   display: block;
}

.guide-kollpalaget-chapterlink-1 {
   top: 30px;
   left: 200px;
}

.guide-kollpalaget-chapterlink-1 a {
   padding: 50px 30px 0 30px;
}

.guide-kollpalaget-chapterlink-2 {
   top: 175px;
   left: 115px;
   width: 120px;
}

.guide-kollpalaget-chapterlink-2 a {
   padding: 30px 0 0 0;
}

.guide-kollpalaget-chapterlink-3 {
   top: 125px;
   left: 210px;
   width: 100px;
}

.guide-kollpalaget-chapterlink-3 a {
   padding: 0 0 10px 0;
}

.guide-kollpalaget-chapterlink-4 {
   top: 180px;
   left: 280px;
   width: 120px;
}

.guide-kollpalaget-chapterlink-4 a {
   padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-5 {
   top: 250px;
   left: 125px;
   width: 100px;
}

.guide-kollpalaget-chapterlink-5 a {
   padding: 0 0 15px 0;
}

.guide-kollpalaget-chapterlink-6 {
   top: 250px;
   left: 295px;
   width: 90px;
}

.guide-kollpalaget-chapterlink-6 a {
   padding: 0 0 15px 0;
}

.guide-kollpalaget-chapterlink-7 {
   top: 305px;
   left: 30px;
   width: 120px;
}

.guide-kollpalaget-chapterlink-7 a {
   padding: 25px 0 0 0;
}

.guide-kollpalaget-chapterlink-8 {
   top: 305px;
   left: 200px;
   width: 120px;
}

.guide-kollpalaget-chapterlink-8 a {
   padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-9 {
   top: 315px;
   left: 365px;
   width: 120px;
}

.guide-kollpalaget-chapterlink-8 a {
   padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-10 {
   top: 390px;
   left: 100px;
   width: 320px;
}

#guide-kollpalaget-content h3.chapterlink.guide-kollpalaget-chapterlink-10 {
   color: #999900;
}

.guide-kollpalaget-chapter h3 {
   font-family: Georgia, 'Serif';
   font-size: 32px;
   font-weight: normal;
   text-align: center;
   padding: 25px;
   color: #fff;
   border-top-left-radius: 13px;
   border-top-right-radius: 13px;
}

#guide-kollpalaget-chapter-1 {
   border-color: #ab374e;
}

#guide-kollpalaget-chapter-1 h3 {
   background-color: #ab374e;
}

#guide-kollpalaget-chapter-1 .guide-kollpalaget-btn-fordjupning {
   background-color: #ab374e;
}

#guide-kollpalaget-chapter-3 {
   border-color: #936981;
}

#guide-kollpalaget-chapter-3 h3 {
   background-color: #936981;
}

#guide-kollpalaget-chapter-3 .guide-kollpalaget-btn-fordjupning {
   background-color: #936981;
}

#guide-kollpalaget-chapter-2,
#guide-kollpalaget-chapter-4 {
   border-color: #69344d;
}

#guide-kollpalaget-chapter-2 h3,
#guide-kollpalaget-chapter-4 h3 {
   background-color: #69344d;
}

#guide-kollpalaget-chapter-2 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-4 .guide-kollpalaget-btn-fordjupning {
   background-color: #69344d;
}

#guide-kollpalaget-chapter-5,
#guide-kollpalaget-chapter-6 {
   border-color: #e2a050;
}

#guide-kollpalaget-chapter-5 h3,
#guide-kollpalaget-chapter-6 h3 {
   background-color: #e2a050;
}

#guide-kollpalaget-chapter-5 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-6 .guide-kollpalaget-btn-fordjupning {
   background-color: #e2a050;
}

#guide-kollpalaget-chapter-7,
#guide-kollpalaget-chapter-8,
#guide-kollpalaget-chapter-9 {
   border-color: #dd9128;
}

#guide-kollpalaget-chapter-7 h3,
#guide-kollpalaget-chapter-8 h3,
#guide-kollpalaget-chapter-9 h3 {
   background-color: #dd9128;
}

#guide-kollpalaget-chapter-7 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-8 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-9 .guide-kollpalaget-btn-fordjupning {
   background-color: #dd9128;
}

.guide-kollpalaget-close {
   position: absolute;
   top: 20px;
   right: 10px;
   background: url(/images/18.1c1a126b144d4780132aa52/btn-close.png) no-repeat;
   width: 13px;
   height: 13px;
}

.guide-kollpalaget-chapter p {
   font-size: 16px;
   line-height: 24px;
   padding: 0 40px;
}

.guide-kollpalaget-chapter p.guide-kollpalaget-btn-fordjupning {
   font-weight: bold;
   display: inline-block;
   margin: 25px;
   padding: 10px;
   font-size: 16px;
   background-color: #ab374e;
   border-radius: 3px;
   float: right;
   clear: both;
}

.guide-kollpalaget-btn-fordjupning a {
   padding-right: 20px;
   color: #fff !important;
   background: transparent url('/images/18.1c1a126b144d4780132aa53/gfx-arrow-down.png') no-repeat top right;
}

.guide-kollpalaget-chapter-ingress {
   font-weight: bold;
}

.guide-kollpalaget-fordjupning {
   display: none;
}

.guide-kollpalaget-more-info-links,
.guide-kollpalaget-links {
   color: #787000;
   background-color: #f6f6f5;
   border: 1px solid #e6e6e3;
   border-radius: 3px;
   overflow: hidden;
   padding: 7px;
   margin: 20px 0 0 20px;
   width: 180px;
   float: left;
}

.guide-kollpalaget-more-info-links p,
.guide-kollpalaget-links p {
   font-size: 13px;
   margin-left: 10px;
}

.more-info-info {
   font-weight: bold;
   color: #333;
   font-size: 15px;
}

.guide-kollpalaget-more-info-links p a {
   color: #787000;
   padding-left: 18px;
   background: transparent url('/images/18.1c1a126b144d4780132aa54/gfx-arrow-right.png') no-repeat top left;
}

.guide-kollpalaget-links p a {
   color: #787000;
}

.guide-kollpalaget-print-link {
   color: #787000;
   background-color: #f6f6f5;
   border: 1px solid #e6e6e3;
   border-radius: 3px;
   overflow: hidden;
   padding: 7px;
   margin: 20px 0 0 20px;
   width: 180px;
   float: left;
}

.guide-kollpalaget-print-link p {
   font-size: 13px;
   margin-left: 10px;
}

.guide-kollpalaget-print a {
   color: #787000;
}

.guide-kollpalaget-print img {
   margin-bottom: -6px;
}

/* #### Desktops #### */

@media screen and (max-width: 568px) {
   #guide-kollpalaget {
      padding: 10px;
   }

   #guide-kollpalaget-content {
      padding: 0;
      display: block;
      margin: 20px auto;
      width: 320px;
      min-height: 262px;
      background: #fff url('/images/18.1c1a126b144d4780132aa4e/bg-triangel-line-320.png') no-repeat;
      position: relative;
      float: none;
      overflow: hidden;
   }

   .guide-kollpalaget-more-info-links,
   .guide-kollpalaget-links,
   .guide-kollpalaget-print-link {
      width: 95%;
      margin: 0 0 20px 0;
   }

   .guide-kollpalaget-chapter {
      width: 95%;
      margin: 0;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.39);
   }

   .guide-kollpalaget-chapter p {
      font-size: 14px;
      line-height: 18px;
      padding: 0 20px;
   }

   .guide-kollpalaget-chapter h3 {
      font-size: 21px;
   }

   #guide-kollpalaget-content h3.chapterlink {
      font-size: 11px;
   }

   #guide-kollpalaget-content h3.chapterlink a {
      color: #fff;
   }

   .guide-kollpalaget-chapterlink-1 {
      top: 45px;
      left: 137px;
   }

   .guide-kollpalaget-chapterlink-1 a {
      padding: 5px;
   }

   .guide-kollpalaget-chapterlink-2 {
      top: 103px;
      left: 80px;
      width: 60px;
   }

   .guide-kollpalaget-chapterlink-2 a {
      padding: 30px 0 0 0;
   }

   .guide-kollpalaget-chapterlink-3 {
      top: 80px;
      left: 115px;
      width: 100px;
   }

   .guide-kollpalaget-chapterlink-3 a {
      padding: 0 0 0 0;
   }

   .guide-kollpalaget-chapterlink-4 {
      top: 110px;
      left: 187px;
      width: 60px;
   }

   .guide-kollpalaget-chapterlink-4 a {
      padding: 10px 0 0 0;
   }

   .guide-kollpalaget-chapterlink-5 {
      top: 157px;
      left: 72px;
      width: 80px;
   }

   .guide-kollpalaget-chapterlink-5 a {
      padding: 0 0 5px 0;
   }

   .guide-kollpalaget-chapterlink-6 {
      top: 157px;
      left: 177px;
      width: 80px;
   }

   .guide-kollpalaget-chapterlink-6 a {
      padding: 0 0 5px 0;
   }

   .guide-kollpalaget-chapterlink-7 {
      top: 190px;
      left: 17px;
      width: 80px;
   }

   .guide-kollpalaget-chapterlink-7 a {
      padding: 25px 0 0 0;
   }

   .guide-kollpalaget-chapterlink-8 {
      top: 190px;
      left: 125px;
      width: 80px;
   }

   .guide-kollpalaget-chapterlink-8 a {
      padding: 10px 0 0 0;
   }

   .guide-kollpalaget-chapterlink-9 {
      top: 200px;
      left: 230px;
      width: 80px;
   }

   .guide-kollpalaget-chapterlink-10 {
      top: 250px;
      left: 10px;
      width: 320px;
   }
}

/* --------------------------------------------------------------
     Aktuellt-listning på understartsidor
-------------------------------------------------------------- */
.aktuellt-nyhet {
   display: block;
   padding: 10px;
   color: #555555;
}

.aktuellt-nyhet:hover {
   background-color: #f6f6f5;
}

.aktuellt-nyhet .nyhetsrubrik-h2 {
   color: #787000;
   text-decoration: underline;
   margin-bottom: 5px;
}

.aktuellt-nyheter.hDividerNyhet {
   margin-top: 10px;
}

/* --------------------------------------------------------------
     Mobilanpassning
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
   body {
      background-color: #fff !important;
   }

   .wrapper {
      margin: 0 10px;
      width: auto;
   }

   .wrapperCommon {
      width: 100%;
   }

   /* Används */
   .siteBackground {
      display: none;
   }

   .logoImage {
      margin: 15px 0px 15px 10px;
   }

   h1 {
      font-size: 2em;
      margin: 0 0 0.5em;
   }

   h2 {
      font-size: 1.538em;
      margin: 0 0 0.5em;
   }

   .h2rubrik {
      margin: 0 0 0.5em;
   }

   h3 {
      font-size: 1em;
      font-weight: bold;
   }

   .h3rubrik,
   a.h3rubrik,
   .h3rubrik a {
      font-size: 1em;
      font-weight: bold;
   }

   .normal {
      font-size: 1.231em;
      line-height: 1.5em;
   }

   p.normal {
      margin: 0 0 1.5em;
   }

   /*.brodtextxfet {font-size:1.308em; line-height:1.5em}*/
   .brodtextxingress {
      font-size: 1.308em;
      line-height: 1.5em;
   }

   h1.h1rubrik {
      border-bottom: 2px gray solid;
      margin-bottom: 15px !important;
      padding-bottom: 4px;
   }

   .budskap {
      background-color: inherit;
   }

   .budskap>div:last-child {
      background-color: #fff;
      border: none;
      height: auto;
      padding: 0;
      width: 100%;
   }

   .bakgrundsplattaLiten {
      background: #f3f3f2;
      border-top: 1px black solid;
      border-bottom: 1px black solid;
      padding: 25px 20px 25px 20px;
   }

   .bakgrundsplatta>div.pagecontent {
      margin: 0;
   }

   .startsida-text {
      padding-left: 2.154em !important;
      padding-right: 2.154em !important;
   }

   .nyheter-mobil {
      background-color: rgb(246, 246, 245);
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 20px;
   }

   .nyheter-mobil div.hDividerNyhet {
      border: none;
   }

   .nyheter-mobil ul>li>span>a {
      background: transparent url('/images/18.4cd91a3d12ec89882138000717/pil.png') no-repeat scroll left 3px;
      padding-left: 14px;
   }

   .mobil-text {
      margin: 0 22px 30px;
   }

   .logoWrap {
      padding: 0.5em 0 1em;
      text-align: center;
      width: 100%;
   }

   #logo {
      width: auto !important;
   }

   /* Huvudnavigering Auktionstorget | header */
   .pufftext {
      display: block;
      margin-top: 3px;
      padding-bottom: 11px;
   }

   .puffrubrik {
      color: #1a1a1a;
      text-shadow: none;
      margin-top: 8px;
   }

   ul#navOmrade li,
   div.navOmrIndex div.navigeringWrapper {
      background-clip: padding-box;
      background-color: #f3f3f2;
      float: none;
      list-style-type: none;
      margin-bottom: 10px;
   }

   ul#navOmrade li:first-child,
   div.navOmrIndex div.navigeringWrapper:first-child {
      margin: 0 0 10px;
   }

   ul#navOmrade li a,
   div.navOmrIndex div a {
      background-color: #fff;
      cursor: pointer;
      display: block;
      height: 100%;
      padding: 5px 10px;
      text-decoration: none;
      width: auto;
   }

   ul#navOmrade li a.betala-aktiv,
   div.navOmrIndex div a.betala-aktiv,
   ul#navOmrade li a.betala-inaktiv,
   div.navOmrIndex div a.betala-inaktiv {
      background-color: #f3f3f2;
      border-radius: 3px;
      padding-left: 80px;
   }

   ul#navOmrade li a.betalt-aktiv,
   div.navOmrIndex div a.betalt-aktiv,
   ul#navOmrade li a.betalt-inaktiv,
   div.navOmrIndex div a.betalt-inaktiv {
      background-color: #f3f3f2;
      border-radius: 3px;
      padding-left: 80px;
   }

   ul#navOmrade li a.veta-aktiv,
   div.navOmrIndex div a.veta-aktiv,
   ul#navOmrade li a.veta-inaktiv,
   div.navOmrIndex div a.veta-inaktiv {
      background-color: #f3f3f2;
      border-radius: 3px;
      padding-left: 80px;
   }

   /* Mobil vÃ¤nstermeny */
   .navLeftHead a {
      list-style-type: none;
      border-radius: 1px;
      border: solid 3px #e1e1de;
      background-color: #f3f3f2;
      background-clip: padding-box;
      padding: 5px 10px;
      overflow: hidden;
   }

   .mobNavWrap {
      border: solid 1px #ccc;
   }

   .expandnav {
      overflow: hidden;
   }

   .mobNavTxt {
      float: left;
   }

   .mobNavPil {
      float: right;
   }

   /* Dekorationsmallar */
   .mittEnkelLeft {
      background: none;
   }

   .mittEnkelRight {
      background: none;
   }

   .mittEnkelPad {
      margin: 0;
      padding: 0;
   }

   /*.c6 {width:100%}*/

   .topLeft {
      background: none;
   }

   .topRight {
      background: none;
   }

   .mittEnkelPad {
      background-color: #fff;
      margin: 0 !important;
      padding: 0 !important;
   }

   .borderTop {
      background: none;
   }

   .borderLeft {
      background: none;
   }

   .borderRight {
      background: none;
   }

   .borderDivider {
      background: none;
   }

   .dividerLeft {
      background: none;
   }

   .dividerRight {
      background: none;
   }

   .contentPaddingTop,
   .contentPadding,
   .mobilDold,
   .mobilFloat {
      padding: 0 !important;
   }

   /* Header, divider padding */
   .contentPadding {
      padding: 10px 0 !important;
   }

   /*2014-09-17*/
   .contentPadding>div:first-child {
      padding: 0 !important;
   }

   .contentWhite {
      background-color: #fff;
      padding: 0 !important;
   }

   /* Innehållsyta med vit bgfärg */

   .contLeft {
      max-width: 100%;
      min-width: 100%;
      padding: 0;
      margin: 0 0 2em;
   }

   .contMiddleWide {
      border: none;
      max-width: 100%;
      width: 100% !important;
      padding: 0;
   }

   .contMiddle {
      padding: 0;
      width: auto;
      max-width: none;
   }

   .contRight {
      width: auto;
      min-width: inherit;
      max-width: 100%;
      padding: 0
         /*10px*/
      ;
      margin: 0;
   }

   /*Padding:0, 2012-08-21*/

   .footerList {
      border: none;
      padding: 0;
      width: auto;
   }

   /* Används Footerlista */
   .footerBox {
      display: block;
      margin: 0;
      width: 100%;
   }

   .footerOdd {
      margin: 0;
   }

   .footerEven {
      margin: 0;
   }

   .footerList p {
      margin: 0 !important;
   }

   .sidfotslank a:link,
   a.sidfotslank:link,
   .sidfotslank a:visited,
   a.sidfotslank:visited,
   .sidfotslank a:hover,
   a.sidfotslank:hover {
      background-image: none;
      border-bottom: solid 1px #787000;
      display: block;
      padding: 1em;
   }

   #svid10_4cd91a3d12ec898821380001880 {
      float: none;
      padding: 0;
      width: 100%;
   }

   /* Facebook */
   .facebook,
   .facebook a,
   a.facebook:link,
   .facebook a:link,
   a.facebook:active,
   .facebook a:active,
   a.facebook:visited,
   .facebook a:visited {
      background: url(/images/18.6f6dad1813c5c1430f6800034738/icon-facebook.png) no-repeat left top;
      clear: both;
      color: #006769;
      display: block;
      float: left;
      padding: 0px 0px 0px 30px;
      font: normal bold 140% / normal Arial, Helvetica, sans-serif;
      text-decoration: none;
   }

   a.facebook:hover,
   .facebook a:hover {
      background: url(/images/18.6f6dad1813c5c1430f6800034737/icon-facebook-hover.png) no-repeat left top;
      color: #1a1a1a;
   }

   .navLeftHead,
   .navLeft {
      width: inherit;
   }

   .underStartImg {
      height: auto;
      max-height: auto;
      max-width: 100%;
      overflow: hidden;
      width: 100%;
   }

   .underStartTxt {
      background-color: #fff;
      border: none;
      float: none;
      clear: both;
      height: auto;
      max-height: auto;
      margin: 0;
      padding: 0;
      width: 100%;
   }

   .underStartTxt>div:first-child {
      border: none;
      margin: 0;
      padding: 0;
   }

   textarea {
      width: 90%;
   }

   .contentFunctionLinks {
      display: none;
   }

   /* Boxar */
   .infoBoxLjusbrun,
   .infoBoxCyan,
   .infoBoxOrange,
   .infoBoxMorkbrun {
      margin: 15px;
      margin-bottom: 10px;
   }

   .infoBoxCyan a,
   .infoBoxOrange a,
   /* orange ska tas bort */
   .infoBoxMorkbrun a,
   .infoBoxAubergine a,
   .infoBoxOckra a,
   .infoBoxPetrolbla a,
   .infoBoxBlyertsgra a {
      font: bold 16px Arial, Helvetica, sans-serif !important;
      width: auto;
   }

   .infoBoxLjusbrun ul,
   .infoBoxCyan ul,
   .infoBoxOrange ul,
   .infoBoxMorkbrun ul {
      margin: 0 !important;
   }

   .infoBoxLjusbrun p,
   .infoBoxCyan p,
   .infoBoxOrange p,
   .infoBoxMorkbrun p {
      margin-left: 0 !important;
   }

   .infoBoxLjusbrun a {
      display: block;
      padding: 0;
   }

   .aktuellt-information .hDividerNyhet {
      border: none !important;
   }

   .aktuellt-information span>a,
   .aktuellt-information span>a {
      background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 2px;
      padding-left: 15px;
   }

   .aktuellt-information-rubrik {
      border: none;
   }

   .rod-pil li {
      background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px;
      padding-left: 15px;
      padding-bottom: 2px;
   }

   .relaterad-information {
      border-top: 1px black solid;
      padding: 20px 20px 20px 20px;
   }

   .aktuellt-information {
      border-top: 1px black solid;
      padding: 20px 20px 1px 20px;
   }

   .relaterad-information {
      background-color: rgb(211, 211, 168) !important;
   }

   .aktuellt-information {
      background-color: #f3f3f2 !important;
   }

   .relaterad-information .rod-pil li,
   .aktuellt-information .rod-pil li {
      background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px;
   }

   .colFyra {
      float: none;
      margin: 0;
      width: 100%;
   }

   .colFyra .infoBoxLjusbrun {
      min-height: auto;
   }

   .colFyra .infoBoxLjusbrun h2 {
      padding: 0 0 0 10px;
   }

   /* Mobilanpassade ikoner. Motverkar 100% storlek */
   img[src='/sitevision/util/images/16x16/error.gif'],
   img[src='/sitevision/util/images/newwindow.gif'],
   img[src='/sitevision/util/images/externallink.png'],
   img[src='/sitevision/util/images/externallinknewwindow.png'],
   img[src='/images/18.1b6eeec8134a762cf718000837/ikonPrev-current.png'],
   img[src='/images/18.1b6eeec8134a762cf718000832/ikonNext.png'],
   img[src='/sitevision/util/images/mime/msword.png'],
   img[src='/sitevision/util/images/mime/msexcel.png'],
   img[src='/sitevision/util/images/mime/mspowerpoint.png'],
   img[src='/sitevision/util/images/mime/pdf.png'],
   img[src='/images/200.638c7c2d13f3dd61fc532314/1371151990753/f_logo.jpg'] {
      width: auto !important;
   }

   .flodaHoger {
      float: none !important;
   }

   .flodaVanster {
      float: none !important;
      clear: both;
   }

   .mobilDold {
      display: none;
   }

   .mobilFloat>div {
      float: none !important;
      margin: 0 0 10px !important;
   }

   .mobilWidth,
   .mobilWidth>div {
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
   }

   .mobilHeight {
      height: inherit;
      margin: 0 0 10px;
   }

   .mobilShow {
      display: block;
   }

   .mobilPadding {
      padding: 0 10px;
   }

   .mobilMargin {
      margin: 0 10px;
   }

   .mobilZeroMargin,
   .mobilZeroMargin div {
      margin: 0 !important;
   }

   .mobilZeroPadding>div {
      padding: 0 !important;
   }

   .footerBox .toppmeny {
      background-color: #f6f6f5;
      padding: 1em 0.5em;
      margin-bottom: 0 !important;
      border-bottom: solid 1px #e6e6e3;
   }

   .work {
      padding-left: 0;
   }
}

[class*='span'] {
   margin-left: 0 !important;
   float: none !important;
}

.mina-kompetenser-wrapper {
   margin-top: 13px;
   margin-bottom: 20px;
}

.mina-kompetenser-wrapper .sv-text-portlet:not(:last-child) {
   padding-left: 30px;
   padding-top: 3px;
   padding-bottom: 7px;
   background: url(/images/18.73c55da914b3fa1855a23885/checkbox.png) no-repeat 0 0;
   cursor: pointer;
}

.mina-kompetenser-wrapper .sv-text-portlet:last-child {
   padding-top: 10px;
   padding-bottom: 7px;
}

.mina-kompetenser-wrapper .sv-text-portlet.kompetens-aktiv:not(:last-child) {
   background: url(/images/18.73c55da914b3fa1855a23886/checkbox-checked.png) no-repeat 0 0;
}

#Mittenspalt+.sv-image-portlet {
   margin-bottom: 10px;
}

.sv-image-portlet+sv-text-portlet+#Ingress {
   margin-bottom: 10px;
}

.bakgrundsplatta,
.bakgrundsplattaLiten {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   max-width: 1030px !important;
}

#postleverans legend {
   font-family: georgia, serif;
   font-size: 1.53em;
   color: #1a1a1a;
   line-height: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1030px) {

   .bakgrundsplatta,
   .bakgrundsplattaLiten {
      background-color: #fff;
      padding: 24px 10px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.1);
   }

   .bakgrundsplattaLiten {
      margin-top: 8px;
      padding: 16px 40px;
   }
}

@media only screen and (min-width: 1031px) {

   .bakgrundsplatta,
   .bakgrundsplattaLiten {
      background-color: #fff;
      padding: 24px 40px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.1);
   }

   .bakgrundsplattaLiten {
      margin-top: 8px;
      padding: 16px 40px;
   }

   .content-wrapper>div.sv-image-portlet>img {
      margin-bottom: 10px;
   }
}

@media only screen and (max-width: 768px) {
   body {
      padding: 0;
   }

   ul#primaryTab {
      width: 100%;
   }

   .content-wrapper .sv-text-portlet-content,
   .content-wrapper .sv-old-text-portlet,
   .content-wrapper .sv-script-portlet,
   .content-wrapper .sv-related-portlet,
   .content-wrapper .sv-table-portlet,
   .content-wrapper .sv-portlet,
   .infobox {
      margin-left: 15px;
      margin-right: 15px;
   }

   .factbox .sv-portlet,
   .full-width-smallscreen .sv-portlet,
   .full-width-smallscreen .sv-text-portlet-content,
   .full-width-smallscreen .sv-old-text-portlet,
   .full-width-smallscreen .sv-script-portlet,
   .full-width-smallscreen .sv-related-portlet,
   .full-width-smallscreen .sv-table-portlet {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }

   .infobox {
      margin-top: 15px;
      padding: 10px 0;
   }

   .infobox .sv-text-portlet+.sv-text-portlet,
   .infobox .sv-text-portlet+.sv-portlet {
      margin-top: 10px;
   }

   .infobox .faktaxxhogerpuffrubrik {
      display: block;
      margin: 0;
   }

   .content-wrapper iframe {
      width: 100% !important;
   }

   /* Flyttad till libs-tables tables.css
   .content-wrapper table td,
    .content-wrapper table th {
        width: 100% !important;
    }

    .content-wrapper table thead th {
        background-color: #E6E6E3;
        border-bottom: 1px solid #DED6CE;
    }

    .content-wrapper table th,
    .content-wrapper table td {
        padding: 9px 5px !important;
    }
*/

   #Mittenspalt+.sv-image-portlet,
   .content-wrapper .expandable-text .sv-text-portlet-content {
      margin: 0;
   }

   #Mittenspalt+.sv-image-portlet {
      max-height: 160px;
      object-fit: cover;
      overflow: hidden;
   }

   .content-wrapper .expandable-text .sv-text-portlet-content p {
      margin-left: 15px;
      margin-right: 15px;
   }

   h1 {
      margin-top: 15px;
   }

   .brodtextxvit {
      font-size: 1.23em;
      line-height: 1.5em;
   }

   p.brodtextxvit {
      margin: 0 0 1.5em;
   }

   .pagecontent {
      margin: 0;
   }

   .content-wrapper .pagecontent .sv-text-portlet ul,
   .content-wrapper .pagecontent .sv-text-portlet ol,
   .content-wrapper .pagecontent .sv-old-text-portlet ul,
   .content-wrapper .pagecontent .sv-old-text-portlet ol,
   .sv-multilevellink-portlet ul {
      margin-left: 0;
   }

   .nyheter-mobil,
   .relaterad-information {
      padding-left: 15px;
   }
}

/*-------------------------------
Mobilmeny
-------------------------------*/
#topmenu-mobile {
   background: #a4a408;
   height: 54px;
   border-bottom: 1px solid #caca1e;
}

.at-wrapper #topmenu-mobile {
   background: #006769;
   border-bottom: 1px solid #ffffff;
}

#topmenu-mobile ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#topmenu-mobile .menu-navigation {
   display: inline-block;
   float: left;
   background: transparent url(/images/18.6294450154af3d2b275e95/ikon-meny-mobil.png) no-repeat scroll 11px 15px;
}

#topmenu-mobile .menu-navigation a {
   text-decoration: none;
   color: white;
}

#topmenu-mobile .menu-navigation.active a {
   background: #888800 url(/images/18.6294450154af3d2b275e95/ikon-meny-mobil.png) no-repeat scroll 11px 15px;
}

#topmenu-mobile .menu-navigation a {
   display: block;
   padding: 19px 16px 15px 43px;
   border: 0px;
}

#topmenu-mobile .menu-navigation.open a {
   background-color: #888800;
}

#topmenu-mobile .menu-tools {
   float: right;
   padding-right: 5px;
   background: #a4a408;
}

#topmenu-mobile .menu-button {
   display: inline-block;
}

#topmenu-mobile .menu-button a {
   display: block;
   overflow: auto;
   padding: 9px 0;
}

#topmenu-mobile .menu-button img {
   border-left: 1px solid #c9c933;
   padding: 5px 10px 3px 15px;
   display: inline-block;
   float: right;
}

.at-wrapper #topmenu-mobile .menu-button img {
   border-left: 1px solid #0cb9bc;
}

#menu-mobile,
#menu-mobile ul,
#menu-mobile ul li,
#menu-mobile ul li a {
   margin: 0;
   padding: 0;
   border: 0;
   list-style: none;
   line-height: 1;
   display: block;
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#menu-mobile ul ul {
   display: none;
}

/* Hela menyn */
#topmenu-mobile,
#menu-mobile {
   font-family: sans-serif;
   color: #ffffff;
   font-size: 18px;
}

#menu-mobile>ul>li.active>ul {
   display: block;
}

.align-right {
   float: right;
}

#menu-mobile ul li a {
   cursor: pointer;
   z-index: 2;
   text-decoration: none;
   color: #fff;
}

#menu-mobile ul>li>div a:after {
   position: absolute;
   right: 14px;
   top: 19px;
   z-index: 5;
   display: block;
   height: 10px;
   width: 2px;
   background: #ffffff;
   background: transparent;
   content: '';
}

#menu-mobile li>div {
   position: relative;
   border-bottom: 1px solid white;
}

#menu-mobile a.expander {
   display: table-cell;
   height: 100%;
   right: 0px;
   position: absolute;
   width: 40px !important;
   background-color: #808080;
   padding: 0 !important;
   border: 0;
   z-index: 5;
   margin-left: 5px;
}

#menu-mobile ul>li>div a.expander:before {
   position: absolute;
   right: 14px;
   top: 25px;
   display: block;
   width: 10px;
   height: 2px;
   background: #ffffff;
   background: transparent;
   content: '';
}

#menu-mobile ul ul>li>div a.expander:before {
   top: 26px;
   background: #fff;
}

#menu-mobile ul ul>li>div a.expander:after {
   right: 18px;
   top: 22px;
   background: #fff;
}

#menu-mobile ul ul ul ul>li>div a.expander:before,
#menu-mobile ul ul ul ul>li>div a.expander:after {
   background-color: #3e3e3e;
}

#menu-mobile ul>li.open>div a.expander:after {
   background-color: transparent;
}

/* Nivå 1 */
#menu-mobile>ul>li>div a {
   padding: 16px 22px;
   font-size: 16px;
   text-decoration: none;
   color: #ffffff;
   background: #a4a408;
}

#menu-mobile ul li a {
   padding: 16px 40px 16px 22px;
   background: #8d8d8d;
}

/* Nivå 2 > */
#menu-mobile ul ul ul li a {
   padding-left: 32px;
   background: #a1a1a1;
}

#menu-mobile ul ul ul li a.expander {
   background: #898989;
}

/* Nivå 3 */
#menu-mobile ul ul ul ul li a {
   padding-left: 48px;
   background: #d9d9d9;
   color: #353535;
}

#menu-mobile ul ul ul ul li a.expander {
   background: #b2b2b2;
}

/* Nivå 4 */
#menu-mobile ul ul ul ul ul li a {
   padding-left: 64px;
}

/* Nivå 5 */
#menu-mobile ul ul ul ul ul ul li a {
   padding-left: 80px;
}

/* Aktiv sida  */
#menu-mobile li.active>div a {
   background-color: #bdbd74;
   color: #353535;
}

#menu-mobile li.active>div a.expander {
   background-color: #abab5d;
}

#menu-mobile li.active a.expander:before,
#menu-mobile li.active a.expander:after {
   background-color: #fff;
}

.at-wrapper .menu-tools {
   background: #006769 !important;
}

.pagination span,
.pagination a {
   line-height: normal;
}

.search-object .pagination>div {
   float: left;
}

.sv-search-hit {
   padding: 15px;
}

.sv-search-hit .search-title a {
   background: url(/sitevision/util/images/default.gif) no-repeat;
   padding-left: 20px;
}

.sv-search-hit .search-title.pdf a {
   background-image: url(/sitevision/util/images/pdf.gif);
}

.sv-search-hit .search-title.objekt a {
   background-image: url(/images/18.6294450154af3d2b275e9c/ikon-auktion.png);
}

.sv-search-hit .search-title a {
   word-wrap: break-word;
}

.search-general .pagination:after {
   content: '';
   display: block;
   clear: both;
}

.search-general .pagination span:not(.current) {
   border: 1px solid transparent;
}

.search-object .pagination a,
.search-object .pagination span {
   margin: 0 !important;
}

.share {
   overflow: auto;
   width: auto;
}

.share ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.share ul {
   list-style-type: none;
   overflow: auto;
}

.share li {
   float: left;
   padding: 0 5px 0 0;
   width: auto;
}

.share a {
   display: block;
   height: 30px;
   line-height: 30px;
   overflow: hidden;
   text-align: left;
   white-space: nowrap;
   width: 30px;
   border-radius: 2px;
}

.share a.share-facebook {
   background: url(/images/18.77420b161614b6f20242b00/1518600678364/facebook.png) no-repeat 0 0;
   background-size: 100%;
}

.share a.share-twitter {
   background: url(/images/18.77420b161614b6f20242aff/1518600678345/twitter.png) no-repeat 0 0;
   background-size: 100%;
}

.share a.share-linkedin {
   background: url(/images/18.77420b161614b6f20242afe/1518600678314/linkedin.png) no-repeat 0 0;
   background-size: 100%;
}

.share a.share-shareinfo {
   width: auto !important;
   line-height: normal;
}

.kfm-share-wrapper {
   margin-top: 30px;
}

.kfm-share-wrapper .share {
   padding-top: 8px;
}

/*-------------------------------
Endast desktop
-------------------------------*/
@media only screen and (min-width: 769px) {
   .contMiddleWide {
      /* Vänstermenymall */
      border-left: 1px solid #e6e6e3;
      max-width: 740px;
      padding-left: 20px;
      padding: 0 0 0 19px\9;
      /* IE 8 hack */
      *padding: 0 0 0 18px;
      /* IE 7 hack - kompabilitetslage */
      width: 740px;
   }

   .rs-player {
      left: 0;
   }

   .grid-row-start-page {
      margin: 0 0 20px;
      overflow: hidden;
      position: relative;
      width: 100%;
   }

   .grid-row-start-page .left-spalt-start-page {
      margin-left: 0 !important;
      width: 56.7% !important;
   }

   .grid-row-start-page .left-spalt-start-page img {
      border-radius: 3px 0 0 3px;
   }

   .grid-row-start-page .right-spalt-start-page {
      background-color: #f6f6f5;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      margin-left: 0 !important;
      width: 43.3% !important;
      border: solid 3px #e1e1ed;
      border-left: none;
      border-radius: 0 3px 3px 0;
      padding: 1.5em;
   }

   .right-spalt-start-page .toppmeny {
      background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px;
      padding-left: 18px;
   }

   #searchForm>div {
      display: inline-block;
   }

   .search-object .search-pagination {
      margin-top: 10px;
   }

   .search-object .pagination {
      line-height: normal;
      float: left;
   }

   .search-general #searchForm {
      padding: 20px;
   }

   .search-general .pagination a.prev:after,
   .search-general .pagination span.prev:after {
      content: 'Föregående';
      margin-left: 5px;
   }

   .search-general .pagination a.next:before,
   .search-general .pagination span.next:before {
      content: 'Nästa';
      margin-right: 5px;
   }

   .sokRubrik {
      background: url('/images/18.1cddbd7b13519298efb80005908/ikonFglas.png') no-repeat left 50%;
      padding: 0 0 0 40px;
   }

   #resPanel li {
      margin: 0 0 10px;
      padding: 11px;
   }

   .object-listing li {
      margin: 0 0 10px;
      padding: 11px;
   }

   .result-image {
      float: left;
      width: 210px;
      padding-right: 16px;
      box-sizing: border-box;
      height: 150px;
   }

   .result-image .sv-visible-desktop {
      height: inherit;
   }

   .result-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
   }

   .result-category {
      float: right;
   }

   .facetGroup ul li.brodtextxfet {
      padding: 0.3em 0px;
   }

   .search-object .pagination .prev,
   .search-object .pagination .next {
      float: left;
      margin-right: 5px;
   }

   .expandable-text {
      margin-top: 15px;
   }
}

/* --------------------------------------------------------------
     Driftmeddelande anpassning
-------------------------------------------------------------- */

.kfm-global-message {
   background-color: #b9003c;
}

.kfm-global-message .brodtextxingress,
.kfm-global-message .normal {
   color: #fff;
}

.kfm-global-message__item {
   padding: 1px 0;
}

.kfm-global-message__item a {
   color: #fff !important;
   text-decoration: underline !important;
}

.kfm-global-message__item a:hover,
.kfm-global-message__item a:focus {
   text-decoration: none !important;
}

@media screen and (max-width: 960px) {

   .kfm-global-message p {
      font-size: 1em;
   }
}

/* --------------------------------------------------------------
     Jobba hos oss anpassning
-------------------------------------------------------------- */
.work h2 {
   color: #787000;
   font-size: 32px;
   margin-bottom: 10px;
}

.work h3 {
   color: #787000;
   font-size: 20px;
   margin-bottom: 5px;
}

.normal {
   margin: 10px 0;
}

/*-------------------------------
Mobilanpassning
-------------------------------*/
@media only screen and (max-width: 768px) {
   html {
      -webkit-text-size-adjust: 100%;
   }

   .rs-player {
      right: 0;
   }

   .navigeringWrapper {
      margin: 0 15px;
   }

   .alertWrap {
      margin: 0;
      border-radius: 0;
      border: none;
      border-bottom: solid 2px #e1e1de;
   }

   .alertWrap p {
      width: 100%;
      padding: 0;
      float: none;
   }

   .btnCookie {
      display: block;
      font-size: 18px;
      text-align: center;
      width: 70%;
      margin: 10px auto 0px;
      padding: 10px 5px;
   }

   .mobile-pagemenu {
      margin-top: 20px;
   }

   .mobile-pagemenu .normal {
      font-size: 13px;
   }

   .mobile-pagemenu .sv-multilevellink-portlet,
   .mobile-pagemenu .sv-jcrmenu-portlet a {
      padding: 7px 0;
      border-bottom: 1px solid #bbb;
   }

   .object-listing li,
   .search-object #resPanel li.sv-search-hit {
      margin: 20px 0;
      padding: 0;
      background-color: #f6f6f5;
      background-clip: padding-box;
      border-radius: 3px;
      border: 1px solid black;
   }

   .search-object #facetPanel,
   .search-object #resPanel {
      float: none;
      padding: 0;
   }

   .search-object #facetPanel {
      width: 100%;
      margin: 0;
   }

   .search-object #resPanel {
      width: auto;
      margin-top: 20px;
   }

   .resultPanelWrapper {
      margin: 0 20px;
   }

   .search-object #facetPanel p,
   .search-object #facetPanel a,
   .search-object #facetPanel span {
      font-family: arial;
      font-size: 18px !important;
      font-weight: normal;
      box-sizing: border-box;
   }

   .infobox .sv-image-portlet {
      display: none;
   }

   .search-object .result-description {
      margin: 15px 10px;
   }

   .search-object .result-description p,
   .result-description span {
      margin: 12px 0 0 0;
      font-size: 16px;
   }

   .search-object .result-description p:first-child {
      margin: 0;
   }

   .search-object .result-image {
      background-color: #fff;
   }

   .search-object .result-image img {
      display: block;
      margin: 0 auto;
      width: 100%;
   }

   .search-object .result-title a {
      display: block;
      padding: 12px 10px;
      font-size: 16px !important;
   }

   .search-object .search-hitnumbering {
      display: block;
      margin: 10px 0 20px;
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      color: #787000;
   }

   .search-object .pagination,
   .search-result {
      margin: 0 20px;
   }

   .search-object .pagination {
      margin-bottom: 20px;
      overflow: auto;
   }

   .search-object .clearFilter {
      display: block;
      width: 100%;
      background-color: #f0f0f0;
      border: none;
      border-bottom: 1px solid #4c9194;
      padding: 10px 15px;
      margin-top: 15px;
      text-align: left;
   }

   .search-object .clearFilter.disabled {
      font-style: italic;
      color: #aaa;
   }

   .search-object .search-sorting {
      padding: 0 15px 20px;
      margin-top: 10px !important;
   }

   .search-sorting li a,
   .search-sorting li span {
      display: block;
      padding: 5px 0 !important;
      line-height: normal;
   }

   .search-sorting li a {
      text-decoration: underline !important;
   }

   .search-sorting li {
      float: left;
      margin-right: 20px !important;
   }

   .facetGroup .h2rubrik {
      padding-left: 15px;
   }

   .facetGroup .facetList li a {
      padding-left: 25px;
   }

   .facetGroup .facetList li.brodtextxfet {
      background-color: #ccc;
   }

   .hitCount {
      font-size: 16px;
      font-weight: normal;
      padding: 0;
      margin: 0;
   }

   .standardbakgrund {
      background-color: transparent;
      border: none;
   }

   #searchForm {
      padding: 20px 15px;
      width: 100%;
      display: table;
      box-sizing: border-box;
   }

   #searchForm input {
      box-sizing: border-box;
      width: 100%;
   }

   #searchForm div {
      box-sizing: border-box;
      display: table-cell;
      width: 100%;
   }

   #searchForm button,
   #searchForm button:hover {
      box-sizing: border-box;
      white-space: nowrap;
      margin-left: 7px;
      text-transform: uppercase;
      border: 1px solid #414141;
      background: #7fb2e6;
      background-image: none;
      background: linear-gradient(to bottom, #669dd4 0%, #7fb2e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669DD4', endColorstr='#7FB2E6');
      background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#669dd4),
            to(#7fb2e6));
      background: -moz-linear-gradient(center top, #669dd4 0%, #7fb2e6 100%) repeat scroll 0 0 transparent;
   }

   .search-object .pagination .prev {
      float: left;
   }

   .search-object .pagination .next {
      float: right;
   }

   .search-general .search-hitCount {
      border-top: 1px solid #4c4c4c;
      border-bottom: 1px solid #acacac;
      padding: 20px 15px;
      margin-bottom: 0 !important;
   }

   .search-general .search-didyoumean,
   .search-general .search-nohits {
      margin: 0 15px;
   }

   .search-general .search-nohits {
      margin-bottom: 20px;
   }

   .search-general .sv-search-hit {
      padding: 15px;
      border-top: 2px solid #ababab;
      border-bottom: 2px solid #ababab;
   }

   .search-general .pagination {
      padding: 0 15px;
      margin: 10px 0px 5px;
   }

   .search-general .pagination a span,
   .search-general .pagination span span {
      display: none;
   }

   .expandable-text {
      cursor: pointer;
      margin-top: 0px !important;
   }

   .expandable-panel .expandable-header,
   .expandable-text h2 {
      border-top: 1px solid black;
      background: #e8e8e8;
      background: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E8E8E8');
      background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#fcfcfc),
            to(#e8e8e8));
      background: -moz-linear-gradient(center top, #fcfcfc 0%, #e8e8e8 100%) repeat scroll 0 0 transparent;
      margin: 0 !important;
      display: block;
      padding: 10px 15px 10px 15px;
      font-family: arial;
      position: relative;
   }

   .expandable-panel .expandable-header {
      color: #006367;
      font-size: 18px !important;
   }

   .expandable-text h2 {
      padding-right: 38px;
      border-top: 1px solid #818181;
      border-bottom: 1px solid #818181;
      font-size: 15px;
   }

   .expandable-text+.expandable-text h2 {
      border-top: none;
   }

   .expandable-text h2+p {
      margin-top: 20px !important;
   }

   .expandable-text p:last-child {
      margin-bottom: 20px !important;
   }

   .expandable-text h2::before {
      top: 18px;
   }

   .expandable-text h2::after {
      top: 13px;
   }

   .expandable-panel .expandable-header::before,
   .expandable-panel .expandable-header::after,
   .expandable-text h2::before,
   .expandable-text h2::after {
      position: absolute;
      background-color: #006367;
      display: block;
      content: '';
   }

   .expandable-panel .expandable-header::before,
   .expandable-text h2::before {
      top: 21px;
      right: 17px;
      width: 12px;
      height: 2px;
   }

   .expandable-panel .expandable-header::after,
   .expandable-text h2::after {
      right: 22px;
      top: 16px;
      width: 2px;
      height: 12px;
   }

   .expandable-panel.expanded .expandable-header::after,
   .expandable-text h2.expanded::after {
      height: 0px;
   }

   .expandable-panel.expanded .expandable-expander {
      display: block;
   }

   .expandable-text p,
   .expandable-text ul,
   .expandable-text ol,
   .expandable-panel .expandable-expander {
      display: none;
   }

   .sv-standardsearch-portlet,
   .sv-facetedsearch-portlet {
      margin: 0 !important;
   }

   #searchOfficeForm {
      padding: 0px 0px 20px 0px;
   }

   #searchOfficeForm input {
      width: auto;
   }

   .share a {
      display: block;
      height: 60px;
      line-height: 60px;
      overflow: hidden;
      text-align: left;
      white-space: nowrap;
      width: 60px;
      border-radius: 4px;
   }
}

@media only screen and (max-width: 350px) {
   .vaxlaWebb {
      float: none !important;
   }

   .facebook-lank {
      float: none !important;
      margin-top: 15px;
   }

   .search-object .pagination .prev {
      margin-right: 10px;
      margin-bottom: 10px;
   }

   .search-object .pagination .next {
      float: left;
   }
}

/* ----------------------------------------------------------
	Språkväljare
-------------------------------------------------------------*/

.kfm-language-dropdown {
   display: inline-block;
   top: 10px;
   right: 10px;
   height: 26px;
}

.kfm-language-dropdown__content {
   display: none;
   position: absolute;
   left: 0px;
   min-width: 160px;
   box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
   z-index: 1;
   margin-top: 5px;
   background-color: #f3f3f2;
   border: 3px solid #e1e1de;
   list-style-type: none;
   padding: 0;
}

.kfm-language-dropdown__content li {
   display: block;
   padding: 0.5em;
   margin: 0;
}

.kfm-language-dropdown__content li:not(:last-child) {
   border-bottom: 1px solid #e1e1de;
}

.kfm-language-dropdown__content.kfm-language-dropdown__dropOpen {
   display: block;
   -webkit-transition: 0.1s;
   -moz-transition: 0.1s;
   -o-transition: 0.1s;
   transition: 0.1s;
   border-radius: 3px;
}

.kfm-language-dropdown__button {
   margin: 0;
   cursor: pointer;
}

.kfm-language-dropdown__button::after {
   content: '';
   display: inline-block;
   margin: 6px 0 0 5px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 8px solid #787000;
   border-bottom: none;
}

.kfm-language-dropdown__button.kfm-language-dropdown__dropOpen::after {
   content: '';
   display: inline-block;
   margin: 6px 0 0 5px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: none;
   border-bottom: 8px solid #787000;
}

/* kfm-year-list */
.kfm-year-list {
   list-style-type: none;
   padding: 0;
   margin: 10px 0 10px 0;
   border-bottom: solid 1px #e6e6e3;
}

.kfm-year-list__item {
   display: inline-block;
}

.kfm-year-list__item:not(:last-child) {
   margin-right: 3px;
}

.kfm-year-list__link {
   display: block;
   padding: 11px 13px 10px;
   border: 1px solid #e6e6e3;
   border-bottom: none;
   border-radius: 3px 3px 0 0;
   box-sizing: border-box;
   background-color: #f6f6f5;
   color: #787000;
   text-decoration: underline;
}

.kfm-year-list__link:hover,
.kfm-year-list__link:focus {
   border-color: #e6e6e3;
   background-color: #e6e6e3;
}

.kfm-year-list__link--selected {
   background-color: #fff;
   color: #333;
   text-decoration: none;
}

/* kfm-newslisting */
.kfm-newslisting__list {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.kfm-newslisting__item {
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #e6e6e3;
}

.kfm-newslisting__link {
   display: block;
   padding: 10px;
}

.kfm-newslisting__link:hover,
.kfm-newslisting__link:focus {
   background-color: #f6f6f5;
}

.kfm-newslisting__image {
   float: right;
   max-width: 150px;
   max-height: 90px;
   width: 100%;
   height: auto;
   margin-left: 10px;
   padding-bottom: 4px;
   padding-left: 4px;
}

.kfm-newslisting__title {
   font-size: 1.538em;
   color: #787000;
   text-decoration: underline;
   margin-bottom: 5px;
   line-height: 1.2em;
}

.kfm-newslisting__description {
   margin: 0;
   line-height: normal;
   font-size: 1em;
   color: #333;
}

.kfm-newslisting__date {
   color: #555;
}

@media screen and (max-width: 768px) {
   .kfm-newslisting__description {
      font-size: 1.231em;
      line-height: 1.5em;
   }

   .kfm-newslisting__image {
      margin-top: 10px;
      margin-left: 10px;
   }

   .kfm-newslisting__title {
      margin-top: 5px;
   }
}

.kfm-file-list {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.kfm-file-list__item {
   display: flex;
   align-items: center;
   border-bottom: solid 1px #ded6ce;
   padding-top: 2px;
}

.kfm-file-list__link {
   color: #787000;
   text-decoration: underline;
}

.kfm-file-list__link:hover,
.kfm-file-list__link:focus {
   text-decoration: none;
}

.kfm-file-list__date,
.kfm-file-list__paragraph {
   display: inline-block;
   margin: 0;
   min-width: 90px;
}

.kfm-file-list__paragraph {
   margin: 10px 0 !important;
}

@media only screen and (max-width: 768px) {

   .kfm-file-list__date,
   .kfm-file-list__paragraph {
      min-width: 110px;
   }
}

/* Kontaktformulär */
.kfm-contact-form .sv-defaultFormTheme {
   padding: 20px;
   background-color: #f6f6f5;
   border: solid 1px #e6e6e3;
   margin-bottom: 50px;
   border-radius: 3px;
}

.kfm-contact-form textarea {
   padding-top: 10px;
   margin-top: 3px;
}

.kfm-contact-form input[type='text'],
.kfm-contact-form input[type='email'] {
   min-height: 40px;
   margin-top: 3px;
}

.kfm-contact-form input[type='submit'] {
   background: linear-gradient(to bottom, #834b63 0%, #641e3c 100%);
   color: #fff;
   border: none;
}

.kfm-contact-form input[type='submit']:hover,
.kfm-contact-form input[type='submit']:focus {
   text-decoration: underline;
   color: #fff !important;
}

.kfm-contact-form input[type='submit']:active {
   background-color: #641e3c;
   color: #fff;
}

/* Vänstermeny */

.kfm-sidemenu__list-1 {
   list-style: none;
   padding: 0;
   margin: 0;
}

.kfm-sidemenu__link-1 {
   font-weight: bold;
}

.kfm-sidemenu__link-1--active,
.kfm-sidemenu__link-2--active,
.kfm-sidemenu__link-3--active,
.kfm-sidemenu__link-4--active,
.kfm-sidemenu__link-5--active {
   color: #333 !important;
}

.kfm-sidemenu__item-1 {
   border-bottom: solid 1px #d0c5b9;
   font-size: 1em;
   padding: 5px 0 5px 5px;
   min-height: 16px;
   line-height: normal;
}

.kfm-sidemenu__item-1 a {
   color: #787000;
}

.kfm-sidemenu__item-1 a:hover {
   color: #333;
}

.kfm-sidemenu__list-2,
.kfm-sidemenu__list-3,
.kfm-sidemenu__list-4,
.kfm-sidemenu__list-5 {
   display: none;
   padding-left: 10px;
   margin: 6px 0 8px;
   list-style: none;
}

.kfm-sidemenu__item-2,
.kfm-sidemenu__item-3,
.kfm-sidemenu__item-4,
.kfm-sidemenu__item-5 {
   min-height: 16px;
   margin: 0 0 5px;
   line-height: normal;
}

.kfm-sidemenu__expanded>ul {
   display: block;
}

.kfm-saleslistener__message--error {
   color: red;
}

.kfm-saleslistener__message--info {
   color: #33aa33;
}

.kfm-saleslistener__detailed-message {
   display: none;
}
:root{--cookie-accordion-border-color:#91bcbc;--cookie-font-family-regular:'roboto','Arial';--cookie-font-family-semibold:'robotomedium','Arial';--cookie-font-family-bold:'robotobold','Arial';--cookie-banner-background:#006769;--cookie-banner-title-color:#fff;--cookie-banner-text-color:#fff;--cookie-banner-border-top-color:transparent;--cookie-modal-border-radius:30px;--cookie-modal-border-color:#006769;--cookie-banner-content-max-width:1280px;--cookie-modal-background:#006769;--cookie-modal-text-color:#fff;--cookie-modal-blur-color:rgba(83,102,106,0.8);--cookie-modal-slider-color:#006769;--cookie-modal-slider-border-color:#fff;--cookie-modal-slider-handle-color:#fff;--cookie-modal-slider-checked-color:#fff;--cookie-modal-slider-checked-border-color:transparent;--cookie-modal-slider-checked-handle-color:#006769;--cookie-modal-slider-disabled-checked-color:#91bcbc;--cookie-modal-slider-disabled-checked-border-color:transparent;--cookie-modal-slider-disabled-checked-handle-color:#006769}#cookie-banner h2{margin-bottom:12px}.sv-iw-cookie button.iw-kfm-button{border:2px solid transparent;border-radius:4px;padding:.75rem 2rem;font-size:1.25rem;text-decoration:none;cursor:pointer;text-align:center}.sv-iw-cookie .iw-kfm-link--close{display:inline-block;position:relative;line-height:1.688rem;color:#fff;padding:0 35px 0 0;text-decoration:none;font-size:1.125rem}.sv-iw-cookie .iw-kfm-link--close:before,.sv-iw-cookie .iw-kfm-link--close:after{content:'';height:25px;border-left:2px solid #fff;position:absolute;right:10px;top:1px}.sv-iw-cookie .iw-kfm-link--close:before{transform:rotate(-45deg)}.sv-iw-cookie .iw-kfm-link--close:after{transform:rotate(45deg)}.sv-iw-cookie .iw-kfm-link--close:hover,.sv-iw-cookie .iw-kfm-link--close:focus-visible{text-decoration:underline}.sv-iw-cookie .iw-kfm-link:not(.iw-kfm-link--close){display:inline-block;position:relative;padding:0 2px 0 25px;font-size:1rem;line-height:1.5rem;text-decoration:underline}.sv-iw-cookie .iw-kfm-link:not(.iw-kfm-link--close):hover,.sv-iw-cookie .iw-kfm-link:not(.iw-kfm-link--close):focus-visible{text-decoration:none}.sv-iw-cookie .iw-kfm-link:not(.iw-kfm-link--close):before{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;transform:rotate(315deg);top:7px;left:0}.sv-iw-cookie a:visited{color:#fff}.sv-iw-cookie a{color:#fff!important}.sv-iw-cookie .iw-kfm-button--secondary{background-color:#f2f4f4;border-color:#f2f4f4}.sv-iw-cookie .iw-kfm-button--secondary:hover,.sv-iw-cookie .iw-kfm-button--secondary:focus-visible{background-color:#ebebcc}.sv-iw-cookie .iw-kfm-button--primary{background-color:#c2c266;border-color:#c2c266}.sv-iw-cookie .iw-kfm-button--primary:hover,.sv-iw-cookie .iw-kfm-button--primary:focus-visible{background-color:#d6d699;color:#006769}.sv-iw-cookie .iw-kfm-button--secondary:focus-visible,.sv-iw-cookie .iw-kfm-button--primary:focus-visible,.sv-iw-cookie a:focus-visible{outline-color:#fff}
@media print {body {background: #fff !important; margin: 0; padding: 0; font: 95%/160% "Times New Roman", Times, serif;}

.print-expand,
.sv-layout {
   float: none !important;
   margin: 0 !important;
   padding: 0 !important;
   width: auto !important;
   max-width: none !important;
   border: none !important;
}

#galleria,
.print-hide,
.pagecontent img {
   display: none !important;
}

.print-visible,
.print-visible img {
   display: block !important;
}

/* generic selectors */
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: Arial, Helvetica, sans-serif}

h1 {font-size: 150%; margin-top: 0 !important;}
h1.sidrubrikxxh1x {font-size: 150%;}

h2 {font-size: 130%;}
h2.underrubrikxxh2x {font-size: 130%;}

h3 {font-size: 120%;}
h3.underrubrikxxh3x {font-size: 120%;}

h4 {font-size: 110%;}
h4.underrubrikxxh4x {font-size: 110%;}

h5 {font-size: 110%;}
h6 {font-size: 100%;}

.kfm-breadcrumbs {
   display: none;
}

.guide-kollpalaget-print-link, .guide-kollpalaget-more-info-links, .guide-kollpalaget-links {
    display: none ;
}

  #guide-kollpalaget-content h3.chapterlink{
    display: none;
}

.guide-kollpalaget-chapter-ingress{
	font-weight: bold;
}

.guide-kollpalaget-close{
    display: none;
}

.guide-kollpalaget-btn-fordjupning{
	display: none;
}

.more-info, .more-info-links{
	display: none;
}

/* PRINT BUG FIX */
.sv-template-portlet { display: block !important; }

/* Overrida SV */
@media print {
   time {
      font-family: "FreightSansProLight-Regular", "Arial", sans-serif !important;
	}
}}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,Verdana,sans-serif; font-size:1em; }
.ui-widget .ui-widget { font-size:1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/images/18.4c1b677f134cb6b828f80003755/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/images/18.4c1b677f134cb6b828f80003761/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #bdbdb6; background: #e6e6e6 url(/images/18.4c1b677f134cb6b828f80003759/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #006769; background: #dadada url(/images/18.4c1b677f134cb6b828f80003758/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/images/18.4c1b677f134cb6b828f80003757/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/images/18.4c1b677f134cb6b828f80003756/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/18.4c1b677f134cb6b828f80003760/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/18.4c1b677f134cb6b828f80003762/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003762/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003762/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/18.4c1b677f134cb6b828f80003765/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003764/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003764/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003763/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/18.4c1b677f134cb6b828f80003766/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/images/18.4c1b677f134cb6b828f80003754/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/18.4c1b677f134cb6b828f80003754/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.17
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; height:28px; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; } 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 8px; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height:1em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
/* Interna objektutskrifter */

@font-face {
    font-family: 'FreightSansProLight-Regular';
    src: url('/webdav/files/system/fonts/FreightSansProLight-Regular.eot');
    src: url('/webdav/files/system/fonts/FreightSansProLight-Regular.eot?#iefix') format('embedded-opentype'),
         url('/webdav/files/system/fonts/FreightSansProLight-Regular.woff') format('woff'),
         url('/webdav/files/system/fonts/FreightSansProLight-Regular.ttf') format('truetype');
    font-weight: bold !important;
}
/*PROD*/
.kfm-table-type-numbers,
.kfm-table-type-text,
.kfm-table-type-andel,
.kfm-table-type-handlaggning{
   margin:0 0 10px
}

.kfm-table-type-numbers caption,
.kfm-table-type-text caption,
.kfm-table-type-andel caption,
.kfm-table-type-handlaggning caption{
    font-size:14px;
    line-height:1.5;
    margin:0 0 10px
}
.kfm-table-type-numbers thead,
.kfm-table-type-text thead,
.kfm-table-type-andel thead,
.kfm-table-type-handlaggning thead{
    background-color:#787000
}
.kfm-table-type-numbers th,.kfm-table-type-numbers th p,
.kfm-table-type-text th,.kfm-table-type-text th p,
.kfm-table-type-andel th,.kfm-table-type-andel th p,
.kfm-table-type-handlaggning th,.kfm-table-type-handlaggning th p{
	color:#fff!important;    
	font-size:14px!important;
    font-weight:bold!important
}
.kfm-table-type-numbers td,.kfm-table-type-numbers td p{
   text-align:right
}
.kfm-table-type-numbers td:first-child,.kfm-table-type-numbers td:first-child p,.kfm-table-type-numbers th:first-child,.kfm-table-type-numbers th:first-child p{
    text-align:left
}
.kfm-table-type-numbers td,.kfm-table-type-numbers th,
.kfm-table-type-text td,.kfm-table-type-text th,
.kfm-table-type-andel td,.kfm-table-type-andel th,
.kfm-table-type-handlaggning td,.kfm-table-type-handlaggning th{
    padding:12px 10px 10px 12px;
    border:1px solid #787000
}
.kfm-table-type-numbers a,
.kfm-table-type-text a,
.kfm-table-type-andel a,
.kfm-table-type-handlaggning a{
    color:#787000;
    text-decoration:underline
}
.kfm-table-type-numbers a:focus,.kfm-table-type-numbers a:hover,
.kfm-table-type-text a:focus,.kfm-table-type-text a:hover,
.kfm-table-type-andel a:focus,.kfm-table-type-andel a:hover,
.kfm-table-type-handlaggning a:focus,.kfm-table-type-handlaggning a:hover{
    text-decoration:none
}

/*.kfm-table-type-text td,.kfm-table-type-text td p{
	font-size:14px;
}*/
.kfm-table-type-text td:first-child,.kfm-table-type-text td:first-child p,.kfm-table-type-text th:first-child,.kfm-table-type-text th:first-child p{
    text-align:left
}

.kfm-table-type-handlaggning th:first-child{
	width:45%;
}
.kfm-table-type-handlaggning td:first-child,.kfm-table-type-handlaggning td:first-child p,.kfm-table-type-handlaggning th:first-child,.kfm-table-type-handlaggning th:first-child p{
   text-align:left
}
.kfm-table-type-handlaggning p:nth-child(2) {
   font-style: italic;
   margin-top:10px
}
.kfm-table-type-andel td:nth-child(2n+0) {
   text-align:right
}

@media screen and (max-width:768px){
	.kfm-table-type-numbers th,.kfm-table-type-numbers th p,
	.kfm-table-type-text th,.kfm-table-type-text th p,
	.kfm-table-type-andel th,.kfm-table-type-andel th p,
	.kfm-table-type-handlaggning th,.kfm-table-type-handlaggning th p{
		color:#333!important
	}
	.kfm-table-type-handlaggning td:first-child,.kfm-table-type-handlaggning td:first-child p{
		width:75%
	}
	/*.kfm-table-type-numbers thead, 
   .kfm-table-type-numbers th,
	.kfm-table-type-text thead,
	.kfm-table-type-andel thead,
	.kfm-table-type-handlaggning thead, 
   .kfm-table-type-handlaggning th {
		background-color:#787000
	}*/
   
   .sv-responsiveTable--stacked__key {} /*första col*/
	.sv-responsiveTable--stacked__value {} /*andra col*/
	
	.sv-responsiveTable--stacked__headRow th, 
   .sv-responsiveTable--stacked__headRow--main th,
   .sv-responsiveTable--stacked__headRow th p, 
   .sv-responsiveTable--stacked__headRow--main th p{
      background-color:#787000
   }
   
	.content-wrapper table {
        width: 100% !important;
    }

    /*.content-wrapper table thead th {
        background-color: #E6E6E3;
        border-bottom: 1px solid #DED6CE;
    }

    .content-wrapper table th,
    .content-wrapper table td {
        padding: 9px 5px !important;
    }*/  
   
}
