@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.hovermx {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rounded {
  border-radius: 8px;
}
.shadow {
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
}
.textshadow {
  text-shadow: #000000 2px 2px 8px;
}
.top {
  position: absolute;
  background: #1d2f43;
  color: #fff;
  z-index: 50;
  height: 45px;
  width: 100%;
  top: 0;
}
.top .inh {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}
.top .inh a {
  text-decoration: none;
}
.top .inh .v {
  flex: 1;
}
.top .inh .h {
  color: #eead0e;
}
.header {
  position: absolute;
  background: #f9f9f9;
  z-index: 50;
  height: 80px;
  width: 100%;
  top: 45px;
}
.header .inh {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 20px;
}
.header .inh .v img {
  width: 200px;
}
.header .inh .h {
  width: 100%;
  text-align: right;
}
.header .inh .h .hamb {
  display: none;
}
.header .inh .h ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  z-index: 80;
}
.header .inh .h ul li {
  font-family: "Roboto", sans-serif;
  display: inline;
  font-size: 1.06em;
  color: #1d2f43;
  padding: 0 0 0 10px;
}
.header .inh .h ul li:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.header .inh .hinlogg {
  font-family: "Roboto", sans-serif;
  display: inline;
  position: relative;
  top: 10px;
  font-size: 1.06em;
  color: #1d2f43;
}
.header.ensam {
  position: fixed;
  top: 0;
}
.mainy {
  position: fixed;
  background: #fff;
  z-index: 50;
  width: 100%;
  top: 125px;
  overflow: auto;
  height: calc(100% - 125px);
}
.mainy .main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .top .v {
    display: none;
  }
  .header {
    z-index: 80;
    height: 60px;
  }
  .header .inh .h .hamb {
    display: inline;
  }
  .header .inh .h ul {
    display: none;
    position: absolute;
    z-index: 80;
    right: 20px;
    top: 80px;
    width: 100%;
  }
  .header .inh .h ul li {
    font-size: 1.7em;
    display: block;
    color: #fff;
    padding: 8px;
    margin: 5px;
    width: 100%;
  }
  .header .inh .h .hinlogg {
    top: 5px;
  }
  .header .inh .v img {
    width: 100px;
  }
}
.maininlogg {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  height: 100%;
}
.maininlogg .bild {
  max-width: 100%;
}
.maininlogg .mellan {
  height: 20px;
}
.maininlogg .logo {
  height: 40px;
  padding-right: 10px;
}
.hover:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
#blocker,
#blocker_mobmenu {
  display: none;
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(255, 255, 255, 0);
}
#blocker_mobmenu {
  background: rgba(0, 0, 0, 0.089);
  z-index: 51;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  color: #505050;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.small {
  font-size: 0.8em;
}
.platta1 {
  width: 100%;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 10px;
}
.platta2 {
  width: 100%;
  padding: 15px;
  background: #1d2f43;
  color: #fff !important;
  border-radius: 8px;
  margin-bottom: 10px;
}
.platta2 .erruta,
.platta2 .inforuta {
  color: #505050;
}
.olast {
  background: #94c242 !important;
}
.fruta {
  border-radius: 8px;
  background: #b3c7e7;
  padding: 8px;
  margin-bottom: 10px;
}
.fruta .nar {
  font-size: 0.9em;
}
.fruta .typ {
  font-weight: 700;
}
.fruta .pil {
  display: inline;
  padding-left: 8px;
}
.fragor {
  width: 50%;
}
.fragor .v,
.fragor .h {
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.fragor .v .nar,
.fragor .h .nar {
  font-size: 0.9em;
}
.fragor .v .typ,
.fragor .h .typ {
  font-weight: 700;
}
.fragor .v .fil,
.fragor .h .fil {
  padding-top: 10px;
}
.fragor .v .fil a,
.fragor .h .fil a {
  color: #505050;
  text-decoration: underline;
}
.fragor .frankund {
  display: flex;
}
.fragor .frankund .v {
  flex: 1;
  min-width: 80%;
  background: #b3c7e7;
}
.fragor .frankund .h {
  flex: 1;
  min-width: 20%;
}
.fragor .frantsw {
  display: flex;
}
.fragor .frantsw .v {
  flex: 1;
  min-width: 20%;
}
.fragor .frantsw .h {
  flex: 1;
  min-width: 80%;
  background: #e4e4e4;
}
.divright {
  text-align: right;
}
.orange {
  color: #eead0e;
}
@media only screen and (max-width: 959px) {
  .fragor {
    width: 100%;
  }
}
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 15px 0px;
}
.h1line {
  width: 55px;
  border-top: 5px solid #eead0e;
  height: 15px;
}
h2 {
  font-size: 1.625em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
}
h3 {
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
}
h4 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.12em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #1d2f43;
}
h5 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.03em;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
h6 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.05em;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #505050;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-size: 1em;
}
a,
a:active,
a:visited {
  color: #eead0e;
  text-decoration: underline;
  cursor: pointer;
}
a.lnk {
  color: #eead0e;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
a.lnk:hover {
  text-decoration: underline;
}
.frub {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.knapp {
  font-size: 0.9em;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 20px 10px 20px;
  margin: 4px 8px 4px 0px;
  background: #1d2f43;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 8px;
  user-select: none;
}
.knapp span {
  padding-left: 5px;
}
.knapp.fullw {
  width: 100%;
  text-align: center;
}
.knapp.inv {
  background: #fff;
  color: #1d2f43 !important;
  border: 2px solid #1d2f43;
}
.knappl {
  font-size: 0.85em;
  line-height: 100%;
  padding: 6px 10px 6px 10px;
}
.knapp:hover {
  background: #eead0e;
  color: #fff !important;
}
.radbryt {
  display: table;
}
.radbrytluft {
  display: table;
  margin-bottom: 10px;
}
.spaceafter {
  margin-bottom: 20px;
}
.erruta {
  background: #ffc3c3;
  border: 1px solid #cb9293;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.inforuta {
  background: #e8e8e8;
  border: 1px solid #d2d2d2;
  padding: 8px;
  font-size: 1em;
  border-radius: 8px;
  margin-bottom: 20px;
}
.warn {
  background: #e4da4c;
}
.warnruta {
  background: #e4da4c;
  border: 1px solid #afa90f;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.tabmark {
  background: #b3c7e7;
}
form {
  margin: 0px;
  padding: 10px 0 0 0;
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}
form .disabledbg {
  padding: 7px;
  border: 1px solid #dddddd;
  outline: none;
  width: 100%;
  min-height: 38px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  border-radius: 8px;
}
form .info {
  font-weight: bold;
}
form .disabled {
  padding: 7px;
  background: #f4f4f4;
  border: 1px solid #dddddd;
  outline: none;
  width: 100%;
  min-height: 38px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  margin: 0 0 6px 0;
  border-radius: 8px;
}
form select {
  width: 100%;
}
form input[type=text],
form input[type=password],
form input[type=text]:focus,
form textarea,
form input[type=file],
form input[type=date],
form select {
  padding: 7px;
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  color: #505050;
  margin: 0 0 6px 0;
  border-radius: 8px;
}
form select:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=date]:focus {
  border: 1px solid #eead0e;
  outline: none;
}
form textarea {
  min-height: 5em;
}
form select {
  appearance: none;
}
form input.err,
form textarea.err {
  background-color: #ffc3c3;
}
form .ferr .chosen-container {
  border: 2px solid #ffc3c3;
  border-radius: 8px;
}
form.inm {
  width: 100%;
  margin-bottom: 10px;
}
form.login {
  width: 300px;
}
form.login .formdtay {
  min-width: 100px;
}
@media only screen and (max-width: 720px) {
  form.inm,
  form.login {
    width: 100%;
  }
}
.jconfirm .jconfirm-title {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}
.jconfirm .jconfirm-box {
  width: 50% !important;
}
@media only screen and (max-width: 959px) {
  .jconfirm .jconfirm-box {
    width: 80% !important;
  }
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #94c242;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #94c242;
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #eead0e !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #94c242;
  box-shadow: none;
}
/* Customize the label (the container) */
.cb_container {
  display: block;
  height: 20px;
  position: relative;
  top: 2.5px;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cb_container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.cb_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb_container input:checked ~ .checkmark {
  background-color: #eead0e;
}
.cb_container input:checked ~ .checkmark:after {
  display: block;
}
.cb_container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cb_container_inline {
  display: inline-block;
}
.cby {
  display: flex;
  padding-top: 5px;
}
.cby .cb_rub {
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
}
.egencb {
  display: inline-block;
  font-size: 1.1em;
}
.egencb input[type=checkbox] {
  display: none;
}
.egencb:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rb_container {
  display: inline-block;
  position: relative;
  height: 25px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rb_container .checkmark {
  position: absolute;
  border: 1px solid #dddddd;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.rb_container input:checked ~ .checkmark {
  background-color: #eead0e;
}
.rb_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.rb_container input:checked ~ .checkmark:after {
  display: block;
}
.rb_container .checkmark:after {
  top: 8px;
  left: 7.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.rb_container .txt {
  position: relative;
  top: 4px;
  padding: 0px 15px 0 0px;
  font-size: 0.7em;
}
.chosen-container-single .chosen-single {
  height: 38px;
  padding: 8px 0 0 8px;
  border: 1px solid #dddddd;
  color: #6b6b6b;
}
.chosen-container-multi .chosen-choices {
  min-height: 38px;
  padding: 4px 0 0px 8px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #f4f4f4;
  font-size: 0.9em;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  position: relative;
  top: -1px;
}
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices {
  border: 1px solid #eead0e !important;
}
.chosen-container {
  margin: 0 0 6px 0;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #eead0e;
  color: #fff;
}
.chosen-container .chosen-drop {
  border-color: #eead0e;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.datatable {
  padding-bottom: 10px;
}
.datatable table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.datatable table caption {
  /*font-size: 1em;
         line-height: 120%;
         font-weight: @boldw;
         margin: 0px 0px 5px 0px;
         font-family: @secondary-font;
         letter-spacing: 0.7px;
         color: @black;
         */
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.12em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #1d2f43;
  text-align: left;
}
.datatable table th {
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #94c242;
}
.datatable table th.cbma {
  font-weight: 400;
  padding-left: 6px;
}
.datatable table th.right {
  text-align: right;
}
.datatable table td {
  padding: 5px;
  border: 1px solid #dddddd;
}
.datatable table .total {
  text-align: right;
  font-weight: 700;
}
.datatable table .noborder {
  border: 0;
}
.datatable table .split {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  padding: 5px 0px 0px 0px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.datatable table td.tdclick {
  cursor: pointer;
}
.datatable table td.tdclick:hover {
  background: #eead0e;
  color: #fff;
}
.datatable table td.ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.datatable table td.info {
  width: 1%;
  text-align: center;
}
.datatable table td.info:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.datatable table td.filikon {
  vertical-align: middle;
}
.datatable .tddolj1,
.datatable .tddolj2 {
  display: table-cell;
}
@media only screen and (max-width: 720px) {
  .datatable .tddolj1,
  .datatable .tddolj2 {
    display: none;
  }
  .datatable table {
    width: 100% !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .datatable .tddolj1 {
    display: none;
  }
}
.aventus-upload {
  width: 100%;
}
.aventus-upload .ajax-file-upload-statusbar {
  border: 1px solid #1d2f43;
  margin-top: 10px;
  width: 100%;
  padding: 5px 5px 5px 15px;
  border-radius: 8px;
}
.aventus-upload .ajax-file-upload-filename {
  height: auto;
  margin: 0 5px 5px 0px;
}
.aventus-upload .ajax-file-upload-filesize {
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.aventus-upload .ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF;
}
.aventus-upload .ajax-file-upload-bar {
  background-color: #1d2f43;
  width: 0;
  height: 20px;
  color: #fff;
}
.aventus-upload .ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.aventus-upload .ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.aventus-upload .ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.aventus-upload .ajax-file-upload {
  font-size: 0.9em;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 14px 8px 14px;
  margin: 16px 10px 10px 10px;
  background: #1d2f43;
  color: #fff !important;
  border-radius: 8px;
}
.aventus-upload .ajax-file-upload span {
  padding-left: 5px;
}
.aventus-upload .ajax-file-upload:hover {
  background: #eead0e;
  color: #fff important;
}
.aventus-upload .ajax-upload-dragdrop {
  width: 100%;
  border: 2px dotted #d2d2d2;
}
.aventus-upload .ajax-upload-dragdrop span {
  position: relative;
  top: -20px;
}
.aventus-upload .state-hover {
  outline: 1px solid #eead0e;
}
.aventus-upload .ajax-file-upload-container {
  padding: 20px 0px 20px 0px;
  width: 100%;
}
.col2,
.col2rev {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 15px;
}
.col2 .felruta,
.col2rev .felruta {
  background: #ffc3c3;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 8px;
  color: #505050 !important;
}
.col2 .truta,
.col2rev .truta {
  background: #fff;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 8px;
}
.col2 .okruta,
.col2rev .okruta {
  background: #94c242;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 8px;
}
.col2 .v,
.col2rev .v {
  width: 50%;
  margin-right: 20px;
}
.col2 .h,
.col2rev .h {
  width: 50%;
}
@media only screen and (max-width: 720px) {
  .col2 {
    flex-direction: column;
  }
  .col2 .v {
    width: 100% !important;
  }
  .col2 .h {
    width: 100% !important;
  }
  .col2rev {
    flex-direction: column-reverse;
  }
  .col2rev .v {
    width: 100% !important;
  }
  .col2rev .h {
    width: 100% !important;
  }
}
.kal_y {
  width: 100%x;
  user-select: none;
}
.kal_y .val {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 8px 8px;
}
.kal_y .kalender {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.kal_y .kalender td {
  padding: 5px;
  border: 1px solid #eee;
}
.kal_y .kalender .cell {
  width: 14%;
}
.kal_y .kalender .vn {
  font-weight: bold;
  height: 40px;
  width: 1%;
  text-align: center;
}
.kal_y .kalender .vd {
  text-align: center;
}
.kal_y .kalender .vd .lang {
  display: inline;
}
.kal_y .kalender .vd .kort {
  display: none;
}
.kal_y .kalender .cell {
  position: relative;
  background: #fff;
  height: 100%;
}
.kal_y .kalender .cell .dag {
  position: absolute;
  top: 0px;
  left: 6px;
  text-align: right;
  font-size: 1em;
  font-weight: 700;
  color: #1d2f43;
}
.kal_y .kalender .cell .dta {
  margin-top: 12px;
}
.kal_y .kalender .cell:hover {
  cursor: pointer;
  background: #eead0e;
  color: #fff;
}
.kal_y .kalender .idag {
  background: #f4f4f4;
}
.kal_y .kalender .vald {
  border-left: 3px solid #eead0e;
}
@media only screen and (max-width: 720px) {
  .kal_y .val {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .kal_y .val div {
    padding-bottom: 8px;
  }
  .kal_y .vd .lang {
    display: none !important;
  }
  .kal_y .vd .kort {
    display: inline !important;
  }
}
.showtext {
  margin: 0 0 10px 0;
}
.showtext .rubrad {
  display: flex;
  width: 100%;
}
.showtext .rubrad .rub {
  font-weight: bold;
  width: 99%;
}
.showtext .rubrad .arrd {
  display: none;
}
.showtext .rubrad .arrr {
  display: inline;
}
.showtext .txt {
  display: none;
}
.infotable {
  margin: 0px 0 10px 0;
  border-collapse: collapse;
  width: 100%;
}
.infotable caption {
  font-size: 1.1em;
  line-height: 100%;
  font-weight: 300;
  margin: 5px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  color: #1d2f43;
  text-align: left;
}
.infotable td,
.infotable th {
  padding: 2px 4px 2px 0;
  text-align: left;
}
.infotable th {
  font-weight: 700;
  width: 1%;
  white-space: nowrap;
}
.maxrutay {
  margin-bottom: 15px;
}
.maxrutay .maxruta {
  position: relative;
  overflow: hidden;
}
.maxrutay .maxruta .dolj {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.maxrutay .visamer {
  width: 100%;
  bottom: 0;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.maxrutay .visamindre {
  display: none;
  width: 100%;
  bottom: 0;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.startsida {
  display: flex;
  flex-direction: row;
}
.startsida .left {
  width: 60%;
  margin-right: 20px;
  order: 1;
}
.startsida .right {
  width: 40%;
  order: 2;
}
@media only screen and (max-width: 720px) {
  .startsida {
    flex-direction: column;
  }
  .left {
    width: 100% !important;
  }
  .right {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eead0e;
  background: #FFF;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestion:hover {
  background: #eead0e;
  color: #fff;
}
.autocomplete-suggestion:hover strong {
  color: #fff;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
