@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.hovermx {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rounded {
  border-radius: 4px;
}
.shadow {
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
}
.textshadow {
  text-shadow: #000000 2px 2px 8px;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  background: #ffffff;
  color: #303030;
  padding: 0px;
  height: 60px;
  width: 100%;
}
.header .left {
  position: absolute;
  width: 260px;
  height: 100%;
  background-color: #dddddd;
  color: #000;
  font-weight: 800;
}
.header .left .logo {
  position: relative;
  top: 5px;
  left: 10px;
  height: 50px;
}
.header .left .logo2l {
  display: none;
  position: relative;
  top: 10px;
  left: 20px;
}
.header .left .logo2l img {
  height: 40px;
}
.header .left .txt {
  position: relative;
  line-height: 120%;
  top: -24px;
  left: 60px;
  font-size: 1.1em;
}
.header .right {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 260px);
  padding: 15px 20px 0 0;
}
.header .right .logo2 {
  width: 100%;
  position: relative;
  top: -2px;
  padding: 0 0 8px 10px;
}
.header .right .logo2 img {
  height: 30px;
}
.header .right .topval {
  display: flex;
}
.header .right .topval .ico {
  padding: 0px 2px 0 18px;
  font-size: 1.5em;
}
.header .right .topval .titel {
  white-space: nowrap;
  padding: 1px 0px 0 6px;
  font-size: 1em;
  font-family: "Manrope", sans-serif;
}
.header .right .hamb {
  display: none;
  font-size: 1.3em;
  padding: 2px 8px 0 16px;
  width: 40px;
}
.header .right .hamb:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.header .right .harhjalp {
  color: #3A3F4F;
}
.header .right .topval:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.mainmenu {
  position: absolute;
  z-index: 200;
  top: 60px;
  width: 260px;
  height: calc(100% - 60px);
  background: #dddddd;
  color: #000;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.mainmenu .pkt {
  min-height: 30px;
  position: relative;
  padding: 10px 20px 10px 10px;
  user-select: none;
}
.mainmenu .pkt .ico {
  display: inline-block;
  padding-right: 10px;
  width: 30px;
}
.mainmenu .pkt .drop {
  position: absolute;
  right: 10px;
  top: 15px;
}
.mainmenu .pkt:hover,
.mainmenu .lvlsel:hover {
  background: #3A3F4F !important;
  color: #fff !important;
  cursor: pointer;
}
.mainmenu .lvlsel {
  background: #f0f0f0 !important;
  color: #000 !important;
}
.mainmenu .lvl0 {
  background: #54595f;
  color: #fff;
}
.mainmenu .lvl0:hover {
  cursor: default;
  background: #54595f;
  color: #fff;
}
.mainmenu .lvl1 {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  font-weight: 600;
  background: #dddddd;
  color: #000;
}
.mainmenu .lvl2 {
  font-size: 1em;
  background: #f0f0f0;
  color: #000;
}
.mainmenu .lvl3 {
  background: #f0f0f0;
  color: #000;
  padding-left: 20px;
}
.mainmenu .lvly1,
.mainmenu .lvly2 {
  display: none;
}
.mainmenu .sok {
  margin: 10px 10px 10px 10px;
}
.mainmenu .sok span {
  width: 30px;
}
.mainmenu .sok input[type=text],
.mainmenu .sok input[type=text]:focus,
.mainmenu .sok input:-webkit-autofill,
.mainmenu .sok input:-webkit-autofill:hover,
.mainmenu .sok input:-webkit-autofill:focus {
  display: inline;
  width: 180px;
  background-color: #f0f0f0;
  color: #000 !important;
}
.mainmenu iframe {
  width: calc(260px - 30px);
  height: 60px;
  border: none;
  outline: none;
  overflow: auto;
}
.main {
  position: absolute;
  z-index: 50;
  width: calc(100% - 260px);
  height: calc(100% - 60px);
  left: 260px;
  top: 60px;
  overflow: auto;
  padding: 18px 20px 8px 20px;
}
.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: 60px;
  padding-right: 10px;
}
@media (max-width: 750px) {
  .maininlogg {
    width: 100%;
    margin-top: 5px;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 959px) {
  .main {
    left: 0px;
    width: 100%;
  }
  .mainmenu {
    display: none;
    left: 0px;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .header .hamb {
    display: inline-block !important;
  }
  .header .left {
    background-color: #ffffff;
  }
  .header .right .titel,
  .header .right .logo2 {
    display: none;
  }
  .header .left .txt {
    display: none;
  }
  .header .left .logo2l {
    display: inline;
  }
}
@media only screen and (min-width: 960px) {
  .mainmenu {
    display: block !important;
  }
  .header .hamb {
    display: none !important;
  }
}
.sidtopp {
  position: relative;
  z-index: 100;
  padding-bottom: 20px;
}
.sidtopp .rubrik {
  font-family: "Manrope", sans-serif;
  padding: 1px 0px 4px 0px;
  font-size: 1em;
  letter-spacing: 0.5px;
}
.sidtopp .pkty {
  position: relative;
  display: inline-flex;
  font-weight: bold;
  color: #3A3F4F;
  padding-right: 8px;
  user-select: none;
}
.sidtopp .pkty span {
  padding: 4px 8px 0 0;
  width: 15px;
  text-decoration: none;
}
.sidtopp .pkty .um {
  display: none;
  position: absolute;
  z-index: 100;
  background: #f0f0f0;
  color: #000;
  top: 25px;
  left: 0px;
  width: 200px;
}
.sidtopp .pkty .um .ump {
  font-weight: normal;
  color: #000;
  padding: 8px;
}
.sidtopp .pkty .um .ump:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #ffffff;
  background: #3A3F4F;
}
.sidtopp .menuhilight {
  color: #9923ff !important;
}
.sidtopp .flik {
  position: relative;
}
.sidtopp .flik .pkt {
  width: 100%;
  font-weight: bold;
  color: #3A3F4F;
  padding: 0 8px 2px 0;
}
.sidtopp .underflik .pkt {
  width: 100%;
  font-weight: normal;
  color: #3A3F4F;
  padding: 0 8px 2px 0;
}
.sidtopp .pkty:hover .pkt {
  cursor: pointer;
  text-decoration: underline;
}
.popup .yta {
  position: absolute;
  top: 44px;
  padding: 10px;
  overflow: auto;
  height: calc(100% - 44px);
  width: 100%;
}
.popup .yta .hhead,
.popup .yta .uhead {
  background: #3A3F4F;
  color: #fff;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.popup .yta .hhead:hover,
.popup .yta .uhead:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.popup .yta .uhead {
  background: #f0f0f0;
  color: #303030;
}
.popup .yta .txt {
  margin-left: 8px;
}
.popup .yta .hide {
  display: none;
}
.popup .top {
  display: flex;
  background: #dddddd;
  color: #000;
  padding: 10px;
  font-size: 1em;
  height: 44px;
}
.popup .top .rub {
  font-family: "Manrope", sans-serif;
  width: 100%;
}
.popup .top .close {
  padding-top: 4px;
}
.popup .top .close:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.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: 150;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 95%;
  color: #303030;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  width: 100%;
}
.small {
  font-size: 0.8em;
}
.olast {
  color: #9923ff;
}
h1 {
  font-family: "Manrope", sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 12px 0px;
  color: #000;
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 1.8em;
  }
}
h2 {
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
h3 {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
h3.ltop {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding-top: 10px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
h3.margtop {
  padding-top: 15px;
}
h4 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.12em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  padding: 0;
  color: #000;
}
h5 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #303030;
}
h6 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.05em;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #303030;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "Manrope", sans-serif, sans-serif;
  font-size: 1em;
}
a,
a:active,
a:visited {
  color: #3A3F4F;
  text-decoration: underline;
  cursor: pointer;
}
a.lnk {
  color: #3A3F4F;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
a.lnk:hover {
  text-decoration: underline;
}
.frub {
  font-family: "Manrope", sans-serif;
  font-size: 1.1em;
  margin: 5px 0px 5px 0px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.varn {
  background-color: #ffc3c3;
}
.pam {
  background-color: #fffa90;
}
.skickat {
  background-color: #c6ea9a !important;
}
.ejsatt {
  background-color: #ffc6c6 !important;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center !important;
}
.knapp,
.knappl {
  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: 4px 8px 4px 0px;
  background: #f0f0f0;
  color: #000 !important;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  user-select: none;
}
.knapp span,
.knappl span {
  padding-left: 5px;
}
.knappl {
  font-size: 0.85em;
  line-height: 100%;
  padding: 6px 10px 6px 10px;
}
.knapp:hover,
.knappl:hover {
  background: #3A3F4F;
  border: 1px solid #3A3F4F;
  color: #fff !important;
}
.radbryt {
  display: table;
}
.radbrytluft {
  display: table;
  margin-bottom: 10px;
}
.spaceafter {
  margin-bottom: 20px;
}
.erruta {
  background: #ffc3c3;
  border: 1px solid #ff8585;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.inforuta {
  background: #e8e8e8;
  border: 1px solid #d2d2d2;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.warnruta {
  background: #e4da4c;
  border: 1px solid #d2d2d2;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.tabmark {
  background: #b3c7e7;
}
.legend_y {
  margin: 0 0 10px 7px;
}
.legend_y .legend {
  display: inline-block;
  padding: 8px;
  margin: 0px 5px 0px 0;
}
.legend_y span {
  position: relative;
  top: -2px;
}
form {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "Manrope", sans-serif;
  width: 100%;
}
form .textrad {
  padding: 15px 0 20px 0;
}
form .disabled,
form .skaraderas,
form .ski {
  padding: 7px;
  background: #f4f4f4;
  border: 1px solid #dddddd;
  outline: none;
  width: 100%;
  min-height: 38px;
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  border-radius: 4px;
}
form .skaraderas {
  background: #ffc3c3;
}
form .ski {
  background: #fffa90;
}
form fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  margin: 0 0 6px 0;
}
form .rub {
  font-size: 1em;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  padding: 4px 0 4px 0;
  color: #000;
}
form .formrub {
  flex: 0 1 auto;
  font-weight: 600;
  line-height: 120%;
  padding: 0px 8px 0px 0;
  width: 160px;
}
form .formdtay {
  flex: 1 1 50%;
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
form .formdtay span.stod {
  font-size: 0.9em;
}
form .formdta {
  width: 100%;
  max-width: 500px;
  display: flex;
}
form .formdta .info {
  padding: 8px 0 0 10px;
}
form .formdta .info:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
form .formdta .multi_cby {
  display: block;
}
form .formdta .multi_cby .multicb_rad {
  display: flex;
  margin: 0 8px 4px 0;
}
form .formdta .multi_cby .multicb_rad span {
  display: block;
  padding: 2px 0 0 8px;
  white-space: nowrap;
}
form .formdta .multi_cby_enrad {
  display: flex;
}
form .errfield {
  color: #ff8585;
}
form .errbg {
  background-color: #ff8585;
}
form input[type=text],
form input[type=password],
form input[type=text]:focus,
form textarea,
form input[type=file],
form input[type=date],
form input[type=time] {
  padding: 7px;
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  color: #303030;
  border-radius: 4px;
}
form input[type=text]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=date]:focus {
  border: 1px solid #3A3F4F;
  outline: none;
}
form input[type=text].small {
  width: 160px;
}
form textarea {
  min-height: 5em;
}
form .formrub_hog {
  align-self: flex-start;
  padding: 10px 8px 10px 0;
}
form .formrub_mell {
  align-self: flex-start;
  padding: 3px 8px 0px 0;
}
@media only screen and (max-width: 500px) {
  form fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
  form .formrub {
    width: 100%;
    padding: 0 8px 0px 0;
  }
  form .formdtay {
    flex: 0 1 auto;
  }
}
form.break fieldset {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
form.break .formrub {
  width: 100% !important;
  padding-bottom: 5px !important;
}
form.break .formrub_hog {
  padding: 0px 8px 0px 0;
}
form.inm {
  width: 100%;
  margin-bottom: 10px;
}
form.login {
  width: 300px;
}
form.login .formdtay {
  min-width: 100px;
}
form.kundlogin {
  width: 400px;
}
form.kundlogin .formdtay {
  min-width: 100px;
}
@media only screen and (max-width: 720px) {
  form.inm,
  form.login,
  form.kundlogin {
    width: 100%;
  }
}
.jconfirm .jconfirm-title {
  font-family: "Manrope", sans-serif !important;
  font-weight: 800 !important;
}
.jconfirm .jconfirm-box {
  width: 75% !important;
}
@media only screen and (max-width: 959px) {
  .jconfirm .jconfirm-box {
    width: 80% !important;
  }
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #9923ff;
}
.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: #9923ff;
  color: #ffffff;
}
.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: #3A3F4F !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #9923ff;
  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: 4px;
}
.cb_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb_container input:checked ~ .checkmark {
  background-color: #3A3F4F;
}
.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;
}
.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: #3A3F4F;
}
.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;
}
.rb_small_container {
  padding-left: 16px;
  height: 13px;
  margin-bottom: 1px;
  top: -3px;
}
.rb_small_container .checkmark {
  position: absolute;
  border: 1px solid #dddddd;
  top: 3px;
  left: -1px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
.rb_small_container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.chosen-container-single .chosen-single {
  height: 38px;
  padding: 8px 0 0 8px;
  border: 1px solid #dddddd;
}
.chosen-container-multi .chosen-choices {
  min-height: 38px;
  padding: 4px 0 0px 8px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.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 #3A3F4F !important;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3A3F4F;
  color: #fff;
}
.chosen-container .chosen-drop {
  border-color: #3A3F4F;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  width: 100% !important;
}
.chosen-container .chosen-search-input {
  width: 100% !important;
}
.sorttable {
  padding-bottom: 10px;
}
.sorttable table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}
.sorttable table tr.warn1 {
  background: #fffa90;
}
.sorttable table tr.warn2 {
  background: #3A3F4F;
}
.sorttable table td {
  padding: 5px;
  border: 1px solid #dddddd;
}
.sorttable table td.info {
  width: 1%;
  text-align: center;
}
.sorttable table td.info:hover,
.sorttable table td.ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.sorttable table td.noborder {
  border: none;
}
.sorttable table td.tdclick {
  cursor: pointer;
  text-decoration: underline;
}
.sorttable table td.tdclick:hover {
  background: #3A3F4F;
  color: #fff !important;
}
.sorttable table td.noicoclick {
  color: #969696;
}
.sorttable table span.sortuppner {
  display: inline-block;
}
.sorttable table span.sortuppner.fad {
  padding-left: 5px;
}
.sorttable table th {
  text-align: left;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 5px 0 5px;
  border-bottom: 3px solid #3A3F4F;
}
.sorttable table th.cbma {
  font-weight: 400;
  padding-left: 7px;
}
.sorttable table th.alignc {
  text-align: center !important;
}
.sorttable table th.alignr {
  text-align: right !important;
}
.sorttable .filtruta {
  position: relative;
}
.sorttable .filtruta input,
.sorttable .filtruta input:focus {
  width: calc(100% - 20px);
}
.sorttable .filtruta span {
  position: absolute;
  right: 0px;
  top: 15px;
}
.sorttable .tddolj1,
.sorttable .tddolj2 {
  display: table-cell;
}
@media only screen and (max-width: 415px) {
  .sorttable .tddolj1,
  .sorttable .tddolj2 {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .sorttable .tddolj1 {
    display: none;
  }
}
.datatable {
  padding-bottom: 10px;
}
.datatable table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.datatable table .marktr {
  background-color: #ffc6c6;
}
.datatable table caption {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
}
.datatable table th {
  font-weight: 800;
  text-align: left;
  border-bottom: 3px solid #3A3F4F;
  padding: 0 5px 0 5px;
}
.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: 600;
}
.datatable table .noborder {
  border: 0;
}
.datatable table .split {
  font-family: "Manrope", sans-serif;
  font-size: 1.12em;
  padding: 12px 0px 4px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.datatable table td.tdclick {
  cursor: pointer;
  text-decoration: underline;
}
.datatable table td.tdclick:hover {
  background: #3A3F4F;
  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 table .vtop {
  vertical-align: top;
}
.datatable .tddolj1,
.datatable .tddolj2 {
  display: table-cell;
}
.datatable form .stfield {
  display: flex;
}
.datatable form .stfield .dta {
  flex: 1;
}
@media only screen and (max-width: 415px) {
  .datatable .tddolj1,
  .datatable .tddolj2 {
    display: none;
  }
  .datatable table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 740px) {
  .datatable .tddolj1 {
    display: none;
  }
}
.aventus-upload .ajax-file-upload-statusbar {
  border: 1px solid #f0f0f0;
  margin-top: 10px;
  width: 100%;
  padding: 5px 5px 5px 15px;
  border-radius: 4px;
}
.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: #f0f0f0;
  width: 0;
  height: 20px;
  color: #ffffff;
}
.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: arial;
  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: arial;
  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: 4px 8px 4px 0px;
  background: #f0f0f0;
  color: #000 !important;
  border-radius: 4px;
}
.aventus-upload .ajax-file-upload span {
  padding-left: 5px;
}
.aventus-upload .ajax-file-upload:hover {
  background: #3A3F4F;
  color: #fff !important;
}
.aventus-upload .ajax-upload-dragdrop {
  width: 100%;
}
.aventus-upload .ajax-upload-dragdrop span {
  position: relative;
  top: -15px;
}
.aventus-upload .state-hover {
  outline: 1px solid #3A3F4F;
}
.aventus-upload .ajax-file-upload-container {
  padding: 20px 0px 20px 0px;
  width: 100%;
}
.col2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.col2 .vanster {
  width: 50%;
  margin-right: 20px;
}
.col2 .hoger {
  width: 50%;
}
@media only screen and (max-width: 720px) {
  .col2 {
    flex-direction: column;
  }
  .vanster {
    width: 100% !important;
  }
  .hoger {
    width: 100% !important;
  }
}
.narvaro {
  display: flex;
  flex-direction: row;
}
.narvaro .form {
  width: 50%;
  margin-right: 20px;
  order: 1;
}
.narvaro .dagdetalj {
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 720px) {
  .narvaro {
    flex-direction: column;
  }
  .form {
    width: 100% !important;
    order: 2 !important;
  }
  .dagdetalj {
    width: 100% !important;
    margin-top: 10px !important;
    order: 1 !important;
  }
}
.kal_y {
  width: 100%;
  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 .val div.drop {
  padding-right: 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%;
  position: relative;
  background: #fff;
  height: 100%;
}
.kal_y .kalender .cell:hover {
  cursor: pointer;
  background: #f4f4f4;
}
.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 .dag {
  position: absolute;
  top: 0px;
  left: 6px;
  text-align: right;
  font-size: 1em;
  font-weight: 600;
  color: #000;
}
.kal_y .kalender .cell .dta {
  margin-top: 12px;
}
.kal_y .kalender .idag {
  background: #fffa90;
}
.kal_y .kalender .vald {
  border-left: 3px solid #3A3F4F;
}
@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;
  }
}
.infotable {
  margin: 0px 0 10px 0;
  border-collapse: collapse;
  width: 50%;
}
.infotable caption {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
}
.infotable td,
.infotable th {
  padding: 2px 4px 2px 0;
  text-align: left;
  width: 50%;
}
.infotable th {
  text-align: left;
  font-weight: 800;
  white-space: nowrap;
  padding: 0 5px 0 0px;
}
.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;
  }
}
.nyhet_container {
  display: flex;
  flex-flow: row wrap;
}
.nyhet_container .nyhet {
  position: relative;
  flex: 0 0 auto;
  width: 236px;
  padding: 30px 8px 8px 8px;
  margin: 10px 10px 10px 0;
  background: #f4f4f4;
}
.nyhet_container .nyhet .datum {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 0.8em;
  font-weight: bold;
}
.nyhet_container .nyhet .markera {
  color: #3A3F4F;
}
@media only screen and (max-width: 720px) {
  .nyhet_container .nyhet {
    width: 100%;
  }
}
.startrutor {
  display: flex;
  flex-flow: row wrap;
}
.startrutor .ruta {
  position: relative;
  flex: 0 0 auto;
  width: 236px;
  padding: 8px 8px 25px 8px;
  margin: 10px 10px 10px 0;
  background: #f4f4f4;
  height: 110px;
}
.startrutor .ruta .rub {
  font: "Manrope", sans-serif;
  font-weight: bold;
}
.startrutor .ruta .antal {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-weight: bold;
}
.startrutor .ruta.sel {
  outline: 3px solid #3A3F4F;
}
.startrutor .ruta.warn {
  background: #fffa90;
}
.startrutor .ruta:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 720px) {
  .startrutor .ruta {
    width: 100%;
  }
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #00a9a9;
  color: #fff;
}
.autocomplete-suggestions .autocomplete-suggestion:hover strong {
  color: #fff;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions .autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
