@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0yEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OCtKA.ttf) format('truetype');
}
/*************************************************
OBS: Måste kompileras till styles.css när ändring sker

Använd ex.vis lessc style.less style.css
*************************************************/
.hovermx {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rounded {
  border-radius: 5px;
}
.containerx {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "banner banner banner" ". header ." ". main . ";
}
@media only screen and (max-width: 1280px) {
  .containerx {
    grid-template-columns: auto calc(100% - 10px) auto;
  }
}
.custom {
  width: 100%;
  z-index: 900;
}
.customhead {
  overflow: hidden;
  border: none;
  outline: none;
}
.banner {
  grid-area: banner;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
}
.header {
  grid-area: header;
  background: #fff;
  z-index: 900;
}
.main {
  grid-area: main;
  padding: 10px;
  background: #fff;
}
.inlogg {
  width: 240px;
  margin: 10px auto;
}
.navbar {
  position: relative;
  padding: 8px 0 8px 10px;
}
.navbar .brand {
  display: inline-block;
}
.navbar .hamb {
  font-size: 1.5em;
  display: none;
}
.navbar .items {
  position: relative;
  top: 0px;
  left: 10px;
  display: inline-flex;
}
.navbar .item {
  flex-direction: row;
  font-size: 1.2em;
  padding-right: 10px;
}
.navbar .item:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .navbar .hamb {
    display: block;
  }
  .navbar .items {
    display: none;
    left: 0px;
    top: 5px;
  }
  .navbar .item {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.hide {
  display: none;
}
form {
  margin: 10px 0 10px 0px;
}
.fflexy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fflexy .fflexlbl {
  flex: 1 0 100px;
  max-width: 220px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.fflexy .fflexinp {
  flex: 1 0 200px;
  max-width: 600px;
}
.fflexycol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: left;
}
.fflexycol .fflexlbl {
  font-weight: 700;
}
fieldset {
  padding: 4px 4px 4px 0;
  margin: 0;
  border: none;
}
fieldset.has-error label {
  background: #ffc3c3;
}
input[type=text],
input[type=password],
input[type=text]:focus,
textarea,
input[type=file] {
  min-height: 22px;
  margin: 2px;
  border: 0px;
  padding: 5px;
  border: 1px solid #505050;
  outline: 0;
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
  color: #202020;
  transition: outline 0.2s;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus {
  border: 1px solid #29ab1c;
  outline-offset: 0px;
  transition: outline 0.2s;
}
.disabled,
input:disabled,
select:disabled,
textarea:disabled {
  background: #f5f5f5;
  color: #202020;
  border: 1px solid #505050;
  margin: 2px;
  border: 0;
  padding: 7px;
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
  min-height: 22px;
}
.parsed .form-group {
  margin-bottom: 1em;
  display: block;
}
.parsed label {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5em;
}
.parsed .form-control {
  display: block;
  width: 80%;
}
.ajax-file-upload {
  border: 1px solid #505050;
  background: #29ab1c;
  color: #ffffff;
  border-radius: 5px;
}
.ajax-file-upload:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
  background: #29ab1c;
}
.chosen-container-single .chosen-single,
.chosen-container .chosen-drop {
  border: 1px solid #505050;
  border-radius: 5px;
}
.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active .chosen-choices {
  border: 1px solid #29ab1c;
  border-radius: 5px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #505050;
}
.cat_menu_drop {
  display: none;
}
.cat_menu_drop_val {
  display: none;
  border: 1px solid #505050;
  padding: 8px 18px 7px 18px;
  border-radius: 5px;
}
.cat_menu_drop_val:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.cat_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .cat_menu {
    display: none;
  }
  .cat_menu_drop_val {
    display: block;
  }
  .cat_menu_mobile .eknapp {
    display: block;
  }
}
.cat_yttre {
  display: flex;
  flex-direction: row;
}
.cat_yttre .korg {
  font-size: 1.2em;
  width: 70px;
  margin-left: auto;
  padding-top: 8px;
}
.cat_yttre .eknapp {
  background: none;
  border: none;
  color: #202020;
  font-size: 1.1em;
  padding: 8px 8px 7px 8px;
}
.rub_yttre {
  display: flex;
  flex-direction: row;
}
.rub_yttre .korg {
  font-size: 1.2em;
  width: 70px;
  margin-left: auto;
  padding-top: 8px;
}
.rub_yttre .rub_menu_drop {
  display: none;
}
.rub_yttre .rub_menu_drop_val {
  display: none;
  border: 1px solid #505050;
  padding: 8px 18px 7px 18px;
  border-radius: 5px;
}
.rub_yttre .rub_menu_drop_val:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rub_yttre .rub_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .rub_yttre .rub_menu {
    display: none;
  }
  .rub_yttre .rub_menu_drop_val {
    display: block;
  }
}
.rub_yttre .eknapp {
  background: none;
  border: none;
  color: #202020;
  font-size: 1.1em;
  padding: 8px 8px 7px 8px;
}
.art_single {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.art_single .info {
  margin-left: 10px;
  width: 350px;
}
.artgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.artgrid .article {
  width: 400px;
  margin: 10px;
}
.artgrid img {
  display: block;
  width: 100%;
}
.artgrid .desc {
  margin: 5px 0 5px 0;
}
.artgrid .xtra_dta {
  margin: 5px 0 5px 0;
}
.artlist {
  display: flex;
  flex-direction: column;
}
.artlist .article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #505050;
  padding-top: 4px;
  margin-top: 10px;
  width: 100%;
}
.artlist .article img {
  display: block;
  width: 100%;
}
.artlist .article .info {
  flex: 1 1 300px;
  margin-left: 10px;
  max-width: 550px;
}
.artlist .article .form {
  flex: 0 0 290px;
  padding-left: 10px;
  width: 290px;
}
.artlist .article .form input[type=text],
.artlist .article .form .chosen-container {
  width: 80px;
}
.artlist .article .form .chosen-container {
  width: 90px !important;
}
.msg_kundvagn {
  font-weight: 700;
  color: #29ab1c;
  display: none;
}
@media only screen and (max-width: 768px) {
  .artgrid .article {
    width: 100%;
  }
  .artlist {
    flex-direction: column;
  }
  .artlist .article .form {
    margin-left: 0 !important;
  }
}
.row {
  min-height: 20px;
  /*outline:1px solid #ecc;*/
}
.row::after {
  content: "";
  clear: both;
  display: block;
}
[class*="col-"] {
  float: left;
  border: 0px;
}
[class*="col-"] {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: calc(768px - 100px)) {
  .col-s-0 {
    width: 0%;
  }
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: calc(768px)) {
  .col-m-0 {
    width: 0%;
  }
  .col-m-1 {
    width: 8.33%;
  }
  .col-m-2 {
    width: 16.66%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.33%;
  }
  .col-m-5 {
    width: 41.66%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.33%;
  }
  .col-m-8 {
    width: 66.66%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.33%;
  }
  .col-m-11 {
    width: 91.66%;
  }
  .col-m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: calc(768px + 200px)) {
  .col-l-0 {
    width: 0%;
  }
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 96%;
  color: #202020;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-family: Lato, sans-serif;
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 700;
  color: #505050;
}
h2 {
  font-size: 1.625em;
  line-height: 120%;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.7px;
  text-align: left;
  color: #505050;
}
h3 {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.7px;
  text-align: left;
  color: #505050;
}
h4 {
  font-family: Lato, sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.06em;
  line-height: 120%;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: left;
  color: #505050;
}
h5 {
  font-family: Lato, sans-serif;
  letter-spacing: 0.7px;
  font-size: 1em;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: left;
  color: #505050;
}
h6 {
  font-family: Lato, sans-serif;
  letter-spacing: 0.7px;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-align: left;
  color: #505050;
}
p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "PT Sans", sans-serif, sans-serif;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
table td {
  padding: 5px;
  border: 1px solid #505050;
  vertical-align: top;
}
table th {
  padding: 5px;
  text-align: left;
}
.tddolj,
.tddolj2,
.tddolj3 {
  display: none;
}
table.sorttable {
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.sorttable caption {
  font-family: 'Lato';
  letter-spacing: 0.6px;
  font-size: 1.06em;
  line-height: 120%;
  font-weight: 700;
  margin: 8px 0px 5px 0px;
  padding: 0px;
  text-align: left;
  color: #354675;
}
table.sorttable td {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: middle;
}
table.sorttable td.mid {
  width: 1%;
  vertical-align: middle;
}
table.sorttable td.wb {
  padding: 5px;
  border: 1px solid #fff;
}
table.sorttable td.nb {
  border: none;
}
table.sorttable .noborder {
  border: none;
}
table.sorttable tr.xtrarad {
  display: none;
}
table.sorttable div.xtratd {
  border-left: 2px solid #25499c;
  padding: 4px;
}
table.sorttable td.plusminus {
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}
table.sorttable td.plusminus:hover {
  /*background:#e8e8e8;*/
  opacity: 0.5;
}
table.noborder td {
  border: none;
}
table.sorttable caption {
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
@media only screen and (min-width: 600px) {
  .tddolj {
    display: table-cell;
  }
}
@media only screen and (min-width: calc(600px + 200px)) {
  .tddolj2 {
    display: table-cell;
  }
}
@media only screen and (min-width: calc(600px + 300px)) {
  .tddolj3 {
    display: table-cell;
  }
}
.tunnram {
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 1.1em;
}
th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #505050;
}
th.datatable {
  cursor: default;
}
th.sortupp {
  padding-left: 15px;
  background: url(/img/sortupp.png) no-repeat 5px 10px;
}
th.sortner {
  padding-left: 15px;
  background: url(/img/sortner.png) no-repeat 5px 10px;
}
td.tdclick {
  text-decoration: underline;
  cursor: pointer;
}
.nolinkul td.tdclick {
  text-decoration: none;
  cursor: pointer;
}
td.tdclick:hover {
  background: #e8e8e8;
  color: #000;
}
.rubsida {
  overflow: hidden;
  border: none;
  outline: none;
}
.eknapp {
  font-size: 1em;
  line-height: 120%;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 18px 7px 18px;
  margin: 4px 8px 4px 0px;
  color: #ffffff;
  background: #29ab1c;
  border: 1px solid #505050;
  border-radius: 5px;
}
.eknapp:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.hover:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.erruta {
  background: #ffc3c3;
  border: 2px solid #505050;
  padding: 8px;
  font-size: 1.1em;
  width: 500px;
}
.inforuta {
  background: #e8e8e8;
  border: 2px solid #505050;
  padding: 8px;
  font-size: 1.1em;
  width: 500px;
}
.dold {
  display: none;
}
@media only screen and (max-width: 768px) {
  .erruta,
  .inforuta {
    width: calc(100% - 20px);
  }
}
.clear0 {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.sidrubrik {
  color: #505050;
  font-size: 90%;
  padding: 9px 0px 3px 6px;
  width: 98%;
}
.sidrubrik .ll {
  float: left;
}
.sidrubrik .rr {
  float: right;
  padding-right: 9px;
}
.intyttre {
  margin: 9px 0 20px 0;
}
.intmeny {
  padding: 6px;
  text-decoration: none;
  color: #354675;
  font-weight: bold;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.intmenylvl3 {
  font-weight: normal;
}
.intmeny:hover {
  color: #354675;
  text-decoration: underline;
}
.imum {
  background: url(/img/imnerx.png) no-repeat right 15px;
  padding-right: 17px;
}
.menuhilight {
  color: #9a0f17;
}
.imwis {
  margin-right: 0;
  border-right: none;
}
.intwrap {
  position: relative;
  float: left;
}
.intsub {
  padding: 6px;
  padding-left: 8px;
  background: url(/img/imnerx.png) no-repeat 2px 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.intsub:hover {
  background: url(/img/imnerx_sel.png) no-repeat 2px 15px;
  text-decoration: none;
}
.intsubut {
  position: absolute;
  top: 32px;
  left: 0px;
  width: 220px;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  display: none;
  cursor: pointer;
  z-index: 500;
  text-align: left;
}
.isurad {
  border-bottom: 1px solid #d2d2d2;
  font-weight: normal;
  background: #e8e8e8;
  padding: 6px;
  color: #505050;
}
.isurad:hover {
  color: #000;
  text-decoration: underline;
}
.isurad .eico {
  display: inline-block;
  width: 25px;
}
/** Slut Internmeny*/
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -1px -2px 0 0;
  vertical-align: middle;
  background: url("/img/RC.png") left top no-repeat;
  cursor: pointer;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -1px -2px 0 0;
  vertical-align: middle;
  background: url("/img/RC.png") -52px top no-repeat;
  cursor: pointer;
}
.rcafter {
  margin-left: 10px;
}
input[type="checkbox"]:checked + label span {
  background: url("/img/RC.png") -26px top no-repeat;
}
input[type="radio"]:checked + label span {
  background: url("/img/RC.png") -78px top no-repeat;
}
