/*csslint box-sizing: false*/

#app {
  background: #fff;
  padding: 0;
  margin: 30px 0;
  position: relative;
}

.dina-insurance-flow .dina-form {
  font-size: 16px;
  max-width: 800px;
  color: #555;
}

.dina-form--top>.dina-section {
  /* remove left padding in top */
  padding-left: 0 !important;
}

.dina-important-link {
  font-weight: 700;
  text-decoration: underline;
}

.dina-important-link:focus,
.dina-important-link:hover {
  text-decoration: none;
}

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
---------------------------------------------------------
RESET
---------------------------------------------------------*/

/* Prevent proxy from outlining when focused */
.dina-content-wrap:focus {
  outline: none;
}

.dina-content-wrap p,
.dina-content-wrap h1,
.dina-content-wrap h2,
.dina-content-wrap h3,
.dina-content-wrap h4 {
  display: block;
  margin: 0 !important;
  font-family: dinafont;
  -webkit-font-smoothing: antialiased;
}

/*.dina-content-wrap span,*/
.dina-content-wrap label,
.dina-content-wrap a,
.dina-content-wrap button,
.dina-content-wrap input,
.dina-content-wrap li,
.dina-content-wrap div {
  font-family: dinafont;
  -webkit-font-smoothing: antialiased;
}

.dina-content-wrap a {
  text-decoration: underline;
}

.dina-content-wrap h2 {
  font-size: 22px;
}

.dina-content-wrap h4 {
  font-size: 18px;
}

.dina-content-wrap label {
  font-size: 13px;
  font-weight: 500;
}

/*
---------------------------------------------------------
FÄLT
---------------------------------------------------------*/
/* Flyttat till smartphone
.dina-fields--mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px -12px !important;
}

.dina-fields--mobile > div {
  display: block;
  white-space: nowrap;
  flex: 1 0 40%;
  padding: 0 10px;
  margin: 0 0 12px !important;
}

.dina-fields--mobile > .dina-field-wrap--right {
  text-align: right;
}
*/

.dina-field {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #f2f2f2;
  position: relative;
  margin-bottom: 12px;

  -webkit-transition: background .1s linear,
    border .1s linear,
    -webkit-box-shadow .1s linear;

  transition: background .1s linear,
    border .1s linear,
    -webkit-box-shadow .1s linear;

  -o-transition: background .1s linear,
    box-shadow .1s linear,
    border .1s linear;

  transition: background .1s linear,
    box-shadow .1s linear,
    border .1s linear;

  transition: background .1s linear,
    box-shadow .1s linear,
    border .1s linear,
    -webkit-box-shadow .1s linear;
}

.dina-field .loader {
  position: absolute;
  top: 28px;
  right: 5px;
  height: 20px;
  width: 20px;
  opacity: 0;
  pointer-events: none;

  margin-right: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.dina-field--with-toggle .loader,
.dina-field-toggle+.loader {
  right: 60px;
}

.dina-field--loading .loader {
  margin-right: 0;
  opacity: 1;
}

.dina-field--with-toggle {
  padding-right: 60px;
}

.dina-field-wrap,
.dina-fields {
  margin-bottom: 25px;
}

.dina-field-wrap:last-child,
.dina-fields:last-child,
.dina-fields--full:last-child {
  margin-bottom: 0;
}

.dina-fields--desc {
  padding-left: 10px;
  ;
}

.dina-fields--desc a {
  text-decoration: underline;
}

.dina-field-wrap>.dina-field,
.dina-field-wrap>div>.dina-field {
  margin-bottom: 0;
}

.dina-field-wrap--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dina-field-wrap--action .dina-field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 15px;
}

.dina-field-wrap--action .dina-button {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.dina-field-label {
  font-size: 100%;
  font-weight: 500;
  white-space: normal;
  margin-bottom: 10px;
}

.dina-field-label--toggle {
  position: relative;
  padding-right: 40px;
}

.dina-field-label--toggle>.dina-field-toggle {
  background-color: transparent;
  border: none;
  width: 40px;
}

/*
---------------------------------------------------------
CHECKBOXAR
---------------------------------------------------------*/
/*.dina-checkbox-list-field {
  margin-top: 20px;
}*/

.dina-checkbox-list-field .dina-checkbox {
  margin-bottom: 10px;
  margin-top: 5px;
}

.dina-checkbox {
  position: relative;
}

.dina-checkbox .dina-field-toggle,
.dina-field--spinner .dina-field-toggle,
.dina-radio .dina-field-toggle {
  border-left: 0;
  background-color: transparent;
}

.dina-radio .dina-field-toggle {
  padding: 0;
}

.dina-checkbox label.dina-label {
  cursor: pointer;

  font-size: 16px;
  padding: 5px 40px 5px 40px;
  background-color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  ;
}

.dina-checkbox .dina-label:before,
.dina-radio-label:before,
.dina-radio-group .dina-label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(19, 81, 19, 0.15);
  border-radius: 2px;

  -webkit-transition: background-color .2s linear;

  -o-transition: background-color .2s linear;

  transition: background-color .2s linear;

  z-index: 4;
}

.dina-radio-group .dina-label:before {
  border-radius: 20px;
}


.dina-checkbox .dina-label:after,
.dina-radio-label:after,
.dina-radio-group .dina-label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  -webkit-transform: scale(0.0);
  -ms-transform: scale(0.0);
  transform: scale(0.0);
  opacity: 0;
  left: 0;

  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeBAMAAAC/JAEaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEanSEaoSUeoSUanSEepSVi2WEeoSUeoSUyuTkanSEanSEaoSEaoSEmqS0anSMpfO6YAAAAPdFJOUwD0cEXONAlRXhSz44OZIgxbV0AAAADLSURBVBjTXZFLEgExFEVT/hTmJpoVYAVMmDYrYGCijKyAHbAEOzAzZQcsgSW0T5XyqaO79RNPBi+5NycvuRVj1Ki2tU5y10bi35hzVjq1YamMPN5BGUeeusWKtdJxmCljyEWfqHH1a3YhOuuwD+yTGAW8YNNhGxl9wj0XQVw6wdSDSqgzUA8TOxEylqSC7ChH7/sgRdu9ESI5HgPzRW7GNINikZl/acum9JEYdG2qCVR5/cRMO0DpN/gUea8g2EsF0R/id9lrw4xk8QazlVxSIXa6GAAAAABJRU5ErkJggg==');
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-transition: opacity .2s linear, -webkit-transform .2s ease;

  transition: opacity .2s linear, -webkit-transform .2s ease;

  -o-transition: transform .2s ease, opacity .2s linear;

  transition: transform .2s ease, opacity .2s linear;

  transition: transform .2s ease, opacity .2s linear, -webkit-transform .2s ease;
  z-index: 5;
}

.dina-radio-group .dina-label:after {
  width: 12px;
  height: 12px;
  top: 7px;
  border-radius: 12px;
  text-align: center;
  left: 4px;
  background-color: #4dad4b;
  background-image: none;
}

/* white-space-fix label "Välj båttyp" /bjfr */
#boatType .dina-checkbox label {
  white-space: normal;
}

#boatType .dina-fields--full,
#animalType .dina-field-wrap--full {
  margin-bottom: 40px
}

/* Font-size fix "Välj båttyp", UPDATE: tällagt för alla "dina-segment-label" /bjfr */
@media all and (max-width: 500px) {
  .dina-field--segmented .dina-segment-label {
    font-size: 12px;
  }
}

.dina-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.dina-checkbox input[type=checkbox]:checked+.dina-label:after,
.dina-radio-tab--active .dina-radio-label:after,
.dina-radio-group input[type=radio]:checked+.dina-label:after,
.dina-radio-group input[type=checkbox]:checked+.dina-label:after {
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 1;
}

.dina-checkbox input[type=checkbox]:checked+.dina-label:before,
.dina-radio-tab--active .dina-radio-label:before,
.dina-radio-group input[type=radio]:checked+.dina-label:before {
  background-color: rgba(255, 255, 255, 1);
}

/* Disabled State */

.dina-checkbox input[type="checkbox"]:disabled+.dina-label,
input[type="radio"]:disabled+.dina-radio-label,
.dina-radio-group input[type="radio"]:disabled+.dina-label {
  cursor: not-allowed;
}

.dina-checkbox input[type="checkbox"]:disabled+.dina-label:after,
input[type="radio"]:disabled+.dina-radio-label:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QUVFNzhFRjM4NkQxMUU3Qjg0RUU4MTI4QjNBNzJCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QUVFNzhGMDM4NkQxMUU3Qjg0RUU4MTI4QjNBNzJCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBRUU3OEVEMzg2RDExRTdCODRFRTgxMjhCM0E3MkI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBRUU3OEVFMzg2RDExRTdCODRFRTgxMjhCM0E3MkI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+f47G9gAAAZZJREFUeNq8lzFLw0AYhtMYBHGTOigO4pqp4A9wERxcKmS0g0MdjVPBdrSCk+jWbuosLm4V/QOCu4NTN7sGV9+DCxyfl8vd5fg+eIZcEvL08t17TSvLsoi5cnAJvkB/KU1TzofvgiewDDbAZsz866d0gFOgBzpk7I5LYAWMydgLmHEJXIAt5bgAZ1yvYAeck7Eb8M0lcAtWleM5uOJqwn1wSMaG4JdDQDTeNRn7BA9cy/BUs+z6VTnQloSqtoxbGkIfOgGRzT+SPJDAmDReId/9vxJ7wavMZlEHIAHvDfN+QsYG4E13cSx3JbVGDWdiqmm8SdXFsWyMQhMUPhK6vB+oy04nIBpjL4BEZd6bbipXQQiJyry3ESglup4Sxry3FYjkdPlIGPPeRaBOoueT964CJol7jURt3vsI2ErkNnlvqqTmvJA4Bo/kHQuJNdu8N1XL8rugq5GgJWZqGyxcBGy342c5E6YauT7c9f+AkDiqODc35X0oAZPEie2yC/FhUkoUSuPNfLfOxPM+IbEum3IRNag/AQYAGt5dynYwGs0AAAAASUVORK5CYII=');
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 1;
}

.dina-checkbox input[type="checkbox"]:disabled+.dina-label:before,
input[type="radio"]:disabled+.dina-radio-label:before {
  background-color: #F2F2F2;
  background-color: rgba(0, 0, 0, 0.05);
}



/*
---------------------------------------------------------
RADIO-TABBAR
---------------------------------------------------------*/
.dina-radio-tab-content {
  font-size: 14px;
  color: #555;
  padding: 10px 0;
}

.dina-radio-tab-content>ul {
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}

.dina-radio-tab-content li {
  line-height: 18px;
  margin: 5px 0;
  padding-left: 10px;
}

.dina-radio-tab-content li>div:first-child {
  font-weight: 500;
}

.dina-radio-tab-content li>div:last-child {
  font-size: 90%;
  margin-bottom: 10px;
}

.dina-radio-tab-content li:before {
  content: '·';
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
  position: absolute;
  left: 0;
}

.dina-radio-tab-content p {
  margin-bottom: 11px !important;
}

.dina-radio-tab-content p:last-of-type {
  margin-bottom: 0px !important;
}

.dina-radio-label {
  font-size: 18px !important;
  color: #555;
  background: #eaeaea;
  position: relative;

  display: block;
  padding: 15px 30px 15px 50px;

  cursor: pointer;
}

/* Checkboxen hanteras på samma ställe som för checkboxen */
.dina-radio-label:after,
.dina-radio-label:before {
  top: 15px;
  left: 19px;
}

.dina-radio-tab {
  background: #f2f2f2;
}

.dina-radio-tab--active .dina-radio-label {
  /*background: #eaeaea;*/
  background: #4cad4a;
  color: #fff;
  font-weight: bold;
}

.dina-radio-tab input[type=radio] {
  opacity: 0;
  position: absolute;
}

.dina-field--radio-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.dina-radio-tab {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}

.dina-radio-tab .dina-radio-tab-content {
  display: none;
}

.dina-radio-tab .dina-radio-label:before,
.dina-radio-tab .dina-radio-label:after {
  display: none;
}

.dina-radio-tab .dina-radio-label {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-right: 1px solid #fff;
  height: 100%;
}

.dina-radio-tab:first-child .dina-radio-label {
  border-radius: 2px 0 0 2px;
}

.dina-radio-tab:last-child .dina-radio-label {
  border-radius: 0 2px 2px 0;
  border-right-color: transparent;
}

@media all and (max-width: 500px) {
  .dina-radio-tab .dina-radio-label {
    font-size: 14px !important;
  }
}

/*
---------------------------------------------------------
RADIO BUTTONS
---------------------------------------------------------*/
.dina-radio {
  position: relative;
  white-space: nowrap;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

.dina-radio-heading {
  width: 50%;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  /* Används för att bryta text i test */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dina-radio-content {
  width: 50%;
  padding: 0px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  text-align: right;
}

.dina-radio-group {
  position: relative;
  display: inline-block;
  margin: 0 10px 5px 0;
}

.dina-radio-group input[type="radio"],
.dina-radio-group input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.dina-section .dina-radio .dina-label {
  background: transparent;
  padding: 3px 0;
}

.dina-section .dina-radio-group .dina-label {
  padding-left: 25px;
  padding: 5px 0 0 25px;
  display: block;
  background-color: transparent;
}

/* RADIO BOTTON SINGLE ROWS */
.dina-radio-content--rows {
  width: 100%;
}

.dina-radio-content--rows .dina-radio-group {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dina-radio-content--rows .dina-radio-group .dina-label {
  padding: 5px 0 5px 35px;
  font-size: 14px;
  text-align: left;
}

@media all and (min-width: 801px) {
  .dina-radio {
    min-width: 340px;
    width: 100%;
  }
}

@media all and (max-width: 800px) and (min-width:501px) {

  .dina-radio-heading,
  .dina-radio-content {
    width: 60%;
  }

  .dina-radio-content {
    width: 40%;
  }
}




/*
---------------------------------------------------------
SEGMENTED CONTROL
---------------------------------------------------------*/
.dina-field--segmented {
  border-radius: 2px;
  overflow: hidden;

  display: table;
  table-layout: fixed;
  width: 100%;
}

.dina-segment {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
  border-right: 1px solid white;
  -webkit-transition: background-color .1s linear, color .1s linear;
  -o-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
}

.dina-segment:last-child {
  border-right: none;
}

.dina-segment.segment-active {
  background: #4cad49;
}

.dina-segment-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.dina-segment-label {
  background-color: #f2f2f2;
  /*  border-right: 1px solid #fff; */
  padding: 16px 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;

  color: #555;
  font-weight: bold;
  font-size: 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: background-color .1s linear, color .1s linear;

  -o-transition: background-color .1s linear, color .1s linear;

  transition: background-color .1s linear, color .1s linear;
}

.dina-segment:last-child .dina-segment-label {
  border-right: 0;
}

.dina-segment-input:checked+.dina-segment-label {
  background-color: #4cad4a;
  /*  border: solid 1px #ebebeb; */
  color: #fff;
}

/* DGC */
.dina-field--segmented .dina-checkbox label {
  white-space: normal;
}

.dina-fields--full {
  margin-bottom: 40px;
}

/* DGC */
@media all and (max-width: 500px) {
  .dina-field--segmented .dina-segment-label {
    font-size: 14px !important;
  }
}

/*.dina-segment-label {
  background-color: #4cad4a;
  border-right: 1px solid #fff;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;

  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;

  transition: background-color .1s linear, color .1s linear;
}

.dina-segment:last-child .dina-segment-label {
  border-right: 0;
}

.dina-segment-input:checked + .dina-segment-label {
  background-color: #f2f2f2;
  border: solid 1px #ebebeb;
  color: #555555;
}*/


/*
---------------------------------------------------------
PRISLISTA
---------------------------------------------------------*/
.dina-price-list {
  list-style: none;
  margin: 0;
  padding: 0;

  font-size: 16px;
  line-height: 1.38;
}

.dina-price-list>li {
  padding: 15px 0;
}

.dina-price-list>li:first-child {
  padding-top: 0;
}

.dina-price-list>li+li {
  border-top: 2px solid rgba(255, 255, 255, .4);
}

.dina-price-list .price--small {
  float: right;
  font-weight: 700;
}

.dina-price-list .price--mini {
  float: right;
  font-weight: 400;
}

.dina-price-list>.dina-price-result {
  text-align: right;
}

.dina-price-list__item {
  font-weight: bold;
}

.dina-price-list .price--large {
  font-size: 32px;
  line-height: 1.19;
  display: block;
  text-align: right;
}

.dina-price-list__item-details {
  padding: 0 0 0 0;
  width: 100%;
}

.dina-price-list__item-name {
  display: inline-block;
}

.dina-price-list__item-info {
  font-style: italic;
}

.dina-price-list__item-details td {
  padding: 3px 0;
  font-weight: normal;
  font-size: 15px;
}

/*
---------------------------------------------------------
HJÄLP-FUNKTIONEN
---------------------------------------------------------*/
.dina-field-help {
  padding: 10px;
  margin: 0;

  font-size: 12px;
}

.dina-field-toggle {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  border: 0;
  border-left: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: background-image .1s linear, border-color .1s linear, background-color .1s linear;

  -o-transition: background-image .1s linear, border-color .1s linear, background-color .1s linear;

  transition: background-image .1s linear, border-color .1s linear, background-color .1s linear;
}

.dina-field--with-toggle .dina-label {
  border-top-right-radius: 0;
}

.dina-field-toggle--help,
.dina-field--focus .dina-field-toogle--help,
.dina-section-filled .dina-field--focus .dina-field-toggle--help {
  background-color: #f2f2f2;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiBAMAAADIaRbxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEioSkanSEqrSkanSVayV0enSEipSEaoSEepSUaoSUanSEanSEaoSUaoSEanSBhrnx4AAAAPdFJOUwBE8x1OC6os2WpzzImcv5TPPmsAAAEASURBVCjPY2AAAVbfF0p9VwIY4IA96T8IqBXABJjz/0PANwOoiNB/GFCECHABmT3ioYUngPQCsMj6//83ghnS////AtGM////hGqf//+/AJAy+v9JACrCqP9fGUjl//8Iss8Y5Br5/9+Abvn/fwKQbf/fAUhy/v9fwMD2/zcDXIRh//8EhiCwJoawNLCD5f+rMvj/b0B4h4Hj/xeG+/8PgJiRM8E+4Pn/l+E92Akwcxj//2Po/1+AJML+/weD/v8AJBHW/5+wiGDqwjQZajtUBGQ71IVQEZALob6AioB8gelTzNCAhhhEBBxiWEIVM+QxYwdLDGLGMpaUgJlaUFMUAPCPyBkff/3QAAAAAElFTkSuQmCC');
  background-size: 17px 17px;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #e5e5e5;
}

.dina-field .dina-field-toggle--help:hover {
  background-color: #4cad4a;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiBAMAAADIaRbxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTP///////////////////////////////////////////////////////////0Q+7AIAAAAPdFJOUwBE8x1OC6os2WpzzImcv5TPPmsAAAEASURBVCjPY2AAAVbfF0p9VwIY4IA96T8IqBXABJjz/0PANwOoiNB/GFCECHABmT3ioYUngPQCsMj6//83ghnS////AtGM////hGqf//+/AJAy+v9JACrCqP9fGUjl//8Iss8Y5Br5/9+Abvn/fwKQbf/fAUhy/v9fwMD2/zcDXIRh//8EhiCwJoawNLCD5f+rMvj/b0B4h4Hj/xeG+/8PgJiRM8E+4Pn/l+E92Akwcxj//2Po/1+AJML+/weD/v8AJBHW/5+wiGDqwjQZajtUBGQ71IVQEZALob6AioB8gelTzNCAhhhEBBxiWEIVM+QxYwdLDGLGMpaUgJlaUFMUAPCPyBkff/3QAAAAAElFTkSuQmCC');
}

.dina-text-sm+.dina-field-toggle--help {
  background-color: transparent;
  border-left: none;
}

/*
---------------------------------------------------------
SPINNER
---------------------------------------------------------*/
.dina-field--spinner .dina-label {
  display: none;
}

.dina-field--spinner,
.dina-field--spinner.dina-field--focus {
  background-color: transparent !important;
  white-space: nowrap;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}

.dina-field--spinner .dina-input-spinner {
  width: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.dina-field--spinner>input,
.dina-field--spinner>button {
  display: inline-block;
  vertical-align: middle;
}

.dina-spinner-button {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background-color: #4cad4a;
  border: 1px solid #4cad4a;
  font-size: 35px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;

  position: relative;
  padding: 0;

  -webkit-transition: background-color .1s linear, -webkit-transform .2s ease;

  transition: background-color .1s linear, -webkit-transform .2s ease;

  -o-transition: transform .2s ease, background-color .1s linear;

  transition: transform .2s ease, background-color .1s linear;

  transition: transform .2s ease, background-color .1s linear, -webkit-transform .2s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}

.dina-spinner-button:focus,
.dina-spinner-button:hover {
  outline: 0;
  background-color: #449c43;
}

.dina-spinner-button--spin {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes spinReverse {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes spinReverse {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.dina-spinner-button--minus.dina-spinner-button--spin {
  -webkit-animation-name: spinReverse;
  animation-name: spinReverse;
}

.dina-spinner-button--minus:before,
.dina-spinner-button--plus:before,
.dina-spinner-button--plus:after {
  content: '';
  display: block;
  width: 16px;
  height: 4px;
  background: #fff;

  position: absolute;
  left: 7px;
  top: 13px;
}

.dina-spinner-button--plus:after {
  height: 16px;
  width: 4px;
  left: 13px;
  top: 7px;
}

/*
---------------------------------------------------------
DATUMVÄLJARE
---------------------------------------------------------*/
.dina-field-toggle--datepicker {
  background-color: #f2f2f2;
  background-size: 18px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.dina-section-filled .dina-field-toggle--datepicker {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAsBAMAAADlQedIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTP///////////////////////////////////////////////////////////0Q+7AIAAAAPdFJOUwDncA8HyKp/QSmX2fJavA1r8DUAAAEESURBVCjPY2AAAg4JBihobICxGNg/wVj6BSQK8qalpWV/TYOC+G1A4gJD/X8M8J3h/BQXF/dPLlCgX+Li4vmH4SOmmfK4BZn+wgTvK8AFma/ABH0N4IJogBTBP0oY4DzDfyyA4aMxBqDYdpyCHNsZmOMcGKobGLoRAcL1m4HjfwOD/AKG9QJwQc4VDCzlDAy3JjDMukAt2xmmMDBMZmDwBJrugIijfwyc/ycwxCsw6AcgBL+CBfcXMNRvgAuyNDMwzGRgsHBg8DCglpOYKxgYlBgY2g0YzBtQA2QCWoDwnmJg3m3AsKaBoWcB1QIEXfCMA7oYyxmGfNFQNBD4jcEOMyk9BgDa1awZB8ZaZgAAAABJRU5ErkJggg==');
}

.dina-field .dina-field-toggle--datepicker:hover {
  background-color: #4cad4a;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoBAMAAABk7EXQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTP///////////////////////////////////////////////////////////0Q+7AIAAAAPdFJOUwCqVRvJ9L1lZrZ9PAuk4ie7Cw4AAACVSURBVCjPY2AAgnUbGMCA+xUDDPy/AKF5vyKEBCA043+cQuyu/5FASAMDA3P+fxTwzYCB7T8aSGDoRxf6zuD/fzKD/wKIsVxfGCz/f2GI/2/AcBpm9R4G5v9fGf4j3AJx0H/sQkooACyEDogWEkQBuGwcFSJFCBS1SAAUtaAEgARACaAePTZ+YEtMWJIcAwdqwixgAABjyCTg0w/AOQAAAABJRU5ErkJggg==');
}

.dina-field--focus .dina-field-toggle--datepicker,
.dina-field-toggle--datepicker {
  background-color: #f2f2f2;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoBAMAAABk7EXQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEyuS06uS0ytSkytSkyuSlGtUVGtUU6uS02vS02tSkytSk2vS1y5XEytSkytStPmZuwAAAAPdFJOUwCqVcn0vRwZZWa2fTwL4ohNK28AAACRSURBVCjPY2AAgn0HGMCA5zUDDPwXgNCMXzCF/uMU4jD5jwScJzAwsMf/RwFfCxhY/6OBAIb56EI/GOz/L2Ow3wAxlvszQ9b/zwz+/xMY7sCsPsvA9v8Lw3+EWyAO+o9dSAkFgIXQAdFCgigAl42jQqQIgaIWCYCiFpQAkAAoAfSjx8ZPbIkJS5Jj4ERNmA0MAAGXJUUg6GJRAAAAAElFTkSuQmCC');
}

/*
---------------------------------------------------------
LABEL
---------------------------------------------------------*/
.dina-label {
  font-size: 12px;
  color: #555;
  padding: 3px 10px;
  font-weight: bold;
  background-color: #e4f3e4;
  border-radius: 2px 2px 0 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .1s linear,
    background .1s linear;
  -o-transition: color .1s linear,
    background .1s linear;
  transition: color .1s linear,
    background .1s linear;
  white-space: normal;
}

/*
---------------------------------------------------------
FELMEDDELANDEN
---------------------------------------------------------*/

.dina-error {
  color: #d41c1c;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  white-space: normal;

  -webkit-transition: color .1s linear,
    border-color .1s linear;

  -o-transition: color .1s linear,
    border-color .1s linear;

  transition: color .1s linear,
    border-color .1s linear;
}

/*
---------------------------------------------------------
INPUT-INFO
---------------------------------------------------------*/

.dina-field-info {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  white-space: normal;
}

/*
---------------------------------------------------------
INPUTS
---------------------------------------------------------*/
.dina-input {
  font-size: 100%;
  color: #555;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: 0;

  -webkit-transition: background .1s linear,
    color .1s linear;

  -o-transition: background .1s linear,
    color .1s linear;

  transition: background .1s linear,
    color .1s linear;
}

/*
---------------------------------------------------------
SELECT/DROPDOWN
---------------------------------------------------------*/

.dina-input-select {
  -webkit-appearance: none;
  opacity: 0;
  position: relative;
  z-index: 99;
}

.dina-dropdown {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.dina-field--with-toggle .dina-dropdown {
  width: calc(100% - 60px);
}

.dina-dropdown-title {
  display: block;
  font-size: 100%;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
  background: #f2f2f2;

  position: relative;
}

.dina-dropdown-title:before,
.dina-dropdown-title:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #555555;
  position: absolute;

  top: 20px;
  right: 20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);

  -webkit-transition: -webkit-transform .2s ease;

  transition: -webkit-transform .2s ease;

  -o-transition: transform .2s ease;

  transition: transform .2s ease;

  transition: transform .2s ease, -webkit-transform .2s ease;
}

.dina-dropdown-title:after {
  right: 10px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/* Dölj js-rullgardinen då native-rullgardinen används i stället för mobila enheter */
/* Visas i desktop.css */
.dina-dropdown-list {
  display: none;
}

.dina-dropdown--typeahead .dina-dropdown-list {
  display: block;
}


/*
---------------------------------------------------------
SELECT/DROPDOWN -- TYPEAHEAD
---------------------------------------------------------*/
.dina-dropdown--typeahead {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  width: auto !important;
}

.dina-dropdown--typeahead .dina-dropdown-title {
  display: block;
  font-size: 100%;
  /*padding: 10px;*/
  cursor: pointer;
  color: #555;

  position: relative;
  white-space: normal;
}

.dina-dropdown--typeahead .dina-dropdown-title:before,
.dina-dropdown--typeahead .dina-dropdown-title:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #555555;
  position: absolute;

  top: 20px;
  right: 20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);

  -webkit-transition: -webkit-transform .2s ease;

  transition: -webkit-transform .2s ease;

  -o-transition: transform .2s ease;

  transition: transform .2s ease;

  transition: transform .2s ease, -webkit-transform .2s ease;
}

.dina-dropdown--typeahead .dina-dropdown-title:after {
  right: 10px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.dina-dropdown--typeahead .dina-dropdown-title--open:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: .5;
}

.dina-dropdown--typeahead .dina-dropdown-title--open:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  opacity: .5;
}

.dina-dropdown--typeahead .dina-dropdown-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: normal;
  max-height: 500px;
  overflow-y: auto;
}

.dina-dropdown--typeahead .dina-dropdown-list-item {
  border-top: 1px solid #f4f4f4;
  font-size: 100%;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 1.5;

  /* bortkommenterat pga buggar i IE
  transition: border-color .1s linear, opacity .1s linear;
*/
  color: #555;
}

.dina-dropdown--typeahead .dina-dropdown-list-item--selected {
  opacity: .6;
  /* ?? */
}

.dina-dropdown--typeahead .dina-dropdown-list-item:hover,
.dina-dropdown--typeahead .dina-dropdown-list-item:focus {
  opacity: .6;
}






/*
---------------------------------------------------------
FOKUSINSTÄLLNINGAR
---------------------------------------------------------*/

.dina-field--focus {
  border: solid 1px #e5e5e5;
  background: #fff;
}

.dina-input:focus {
  outline: none !important;
}

/* .dina-form for specificity */
.dina-insurance-flow .dina-form .dina-field--focus .dina-label {
  background-color: #46a748;
  color: #fff;
}

.dina-field--focus .dina-error {
  color: #fff;
  border-bottom-color: transparent;
}

.dina-field--focus .dina-field-toggle {
  border-left-color: #e5e5e5;
}

/*
---------------------------------------------------------
KNAPPAR 2.0
---------------------------------------------------------*/
.dina-button {
  display: inline-block;
  border: solid 1px #4cad4a;
  font-size: 16px;
  color: #4cad4a;
  padding: 7px 20px;
  min-width: 140px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.dina-button:hover,
.dina-button:focus {
  border-color: #3d8a3b;
  color: #3d8a3b;
}

.dina-button--primary {
  color: #fff;
  background: #4cad4a;
  padding: 16px 20px;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(19, 81, 19, 0.05);
  position: relative;

  -webkit-transition: background .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;

  transition: background .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;

  -o-transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease;

  transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease;

  transition: background .1s linear, box-shadow .1s linear, padding-left .3s ease, -webkit-box-shadow .1s linear;
}

.dina-button--primary:hover,
.dina-button--primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #449c43;
  outline: none;
  color: #fff;
}

.dina-button--primary:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background: #3d8a3b;
}

.dina-button--loading {
  padding-left: 30px;
  padding-right: 10px;
}

.dina-button--primary.dina-button--loading {
  padding-left: 50px;
  padding-right: 30px;
}

.dina-button .loader {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear, left .3s ease;
  -o-transition: opacity .3s linear, left .3s ease;
  transition: opacity .3s linear, left .3s ease;

  width: 15px;
  height: 15px;

  margin-top: -9px;
}

.dina-button:not(.dina-button--primary) .loader {
  border-top: 0.15em solid rgba(0, 0, 0, 0.2);
  border-right: 0.15em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.15em solid rgba(0, 0, 0, 0.2);
  border-left: 0.15em solid #000000;
}

.dina-button--primary .loader {
  width: 20px;
  height: 20px;

  margin-top: -14px;
}

.dina-button--loading .loader {
  opacity: 1;
  left: 5px;
}

.dina-button--loading.dina-button--primary .loader {
  left: 20px;
}

/* Arrow button. Används enbart inom dina-section--filled */
.dina-button--arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-indent: -99999px;
  min-width: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA6BAMAAAAeiydcAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTEytSkytSk2xTUytSkyuSkyuSk2uSkytSk2uTG22bUyuSk2uSkyuSkyuS0ytSpdhTTgAAAAPdFJOUwBw3yB0dspJ8TUH05qvqgqZUgYAAACXSURBVDjLY2BAAewZ6Qx4QP3//w54pPP///+CR7r/P17tQN34tAPtxqed8T9+7fKj2ke2dmZjbMAUqp0RlDhxAQeIKbjAd4b9+KS/MeAz+/8PcMLHo3s+frs5XythBWBLBXAFCytI9iPOUIsf1Tw8NLPg1+yPVzMjfs3z8WpmOI9XM8N9vJpB3sKjmWEZXs0MXL4nGUgAAKQJlXffmk4uAAAAAElFTkSuQmCC');
  background-size: 30px 29px;
  background-position: 50% center;
  background-repeat: no-repeat;

  -webkit-transition: background-position .15s ease;

  -o-transition: background-position .15s ease;

  transition: background-position .15s ease;
}

.dina-button--arrow:hover,
.dina-button--arrow:focus {
  background-position: 75% center;
}

.dina-section+.dina-actions--next {
  margin-top: 40px;
}

.dina-actions--next {
  text-align: right;
}

.dina-actions--next .dina-button--primary {
  width: 100%;
}

.dina-actions--centered {
  text-align: center;
}

.dina-actions .dina-button+.dina-button {
  margin-top: 15px;
}

.dina-button+.dina-button {
  margin-left: 30px;
}

.dina-button:disabled {
  opacity: .8 !important;
  background: #666 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border-color: transparent !important;
}

/*
----------------------------------
 ORANGE ACTION-BUTTONS
----------------------------------*/
.dina-actions--next .dina-button--primary {
  background-color: #e98300;
}

.dina-actions--next .dina-button--primary:hover {
  background-color: #e07e00;
  border-top-color: #e07e00;
  border-right-color: #e07e00;
  border-bottom-color: #e07e00;
  border-left-color: #e07e00;
}

.dina-actions--next .dina-button--primary:focus {
  background-color: #e07f00;
  border-top-color: #e07f00;
  border-right-color: #e07f00;
  border-bottom-color: #e07f00;
  border-left-color: #e07f00;
}

.dina-actions--next .dina-button--primary:active {
  background-color: #d27600
}


/*
---------------------------------------------------------
DIALOG
---------------------------------------------------------*/
.dina-overlay {
  background: rgba(0, 0, 0, .15);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  z-index: 999;
}

.dina-dialog {
  position: fixed;
  z-index: 1000;

  border-radius: 5px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.05);

  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.dina-dialog-title {
  font-size: 20px;
  font-weight: bold;
  color: #555555;

  padding: 15px 20px 0;
}

.dina-dialog-content {
  font-size: 16px;
  color: #555555;

  padding: 6px 20px 15px;
}

.dina-dialog-buttons {
  text-align: center;
  padding-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.dina-dialog-buttons .dina-button+.dina-button {
  margin-left: 10px;
}

.dina-dialog .dina-button {
  color: #fff;
  background-color: #4CAD4E;
}


/*
---------------------------------------------------------
DIALOG -- Special wide
---------------------------------------------------------*/
.dina-dialog-buttons--wide {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}

.dina-dialog-buttons--wide .dina-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 50px;
  margin: 10px;
}

/*
.dina-dialog-buttons--wide .dina-button:first-child {
    float: left;
    margin-left: 20px;
}
.dina-dialog-buttons--wide .dina-button:last-child {
    float: right;
    margin-right: 20px;
}
*/
.dina-button__info {
  display: block;
  font-size: 12px;
  font-weight: normal;
}



.dina-dialog a {
  color: #2d7b34;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease
}

.dina-dialog a:hover {
  color: #45a748;
}

.dina-dialog .contact-us-link {
  margin-top: 10px;
}



/*
---------------------------------------------------------
DIALOG FÖR SV FORM
---------------------------------------------------------*/

.dina-dialog--sv-form {
  background-color: #ecf6ec;
  position: relative;
}

.dina-dialog--sv-form .dina-dialog-content {
  font-size: inherit;
}

.dina-dialog--sv-form .dinaForm input[type=submit] {
  color: #fff;
  background: #e98300;
}

.dina-dialog--sv-form .dinaForm input[type=submit]:hover {
  background: #e07e00;
}

.dina-dialog--sv-form .dinaForm input[type=submit]:active {
  background: #d27600;
}

.dina-dialog--sv-form .sv-formField>div {
  margin-top: 10px;
}

.dina-dialog--sv-form .dinaForm textarea {
  width: 100%;
}

.dina-dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #4CAD4E;
  cursor: pointer;
}

.dina-dialog-close::before,
.dina-dialog-close::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #4CAD4E;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dina-dialog-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dina-dialog-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/*
---------------------------------------------------------
KUNDINFO
---------------------------------------------------------*/
.dina-customer-info--editing {
  color: #999;
}

.dina-customer-info {
  font-weight: bold;
  margin-top: 10px;
}

.dina-fields+.dina-fields.dina-customer-info {
  margin-top: -10px;
}

/*
---------------------------------------------------------
TACKSEKTION
---------------------------------------------------------*/
/*
.dina-section--thanks {

}
*/

.dina-section--thanks>.dina-section {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.dina-section--thanks h2 {
  margin-bottom: 20px !important;
}

.dina-section--thanks h3 {
  margin-bottom: 10px !important;
}

.dina-section--thanks p:first-child {
  margin-top: 0 !important;
}

.dina-section--thanks .dina-section+.dina-section {
  margin-top: 15px !important;
}

.dina-section--thanks .dina-section--price {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
}

.dina-section--thanks .dina-section--price .dina-button {
  margin-top: 20px;
}

/*
---------------------------------------------------------
TEXTFORMAT
---------------------------------------------------------*/
.dina-text-lg {
  font-size: 28px;
}

.dina-text-mdlg {
  font-size: 20px;
}

.dina-text-md {
  font-size: 18px;
}

.dina-text-sm {
  font-size: 16px;
}

.dina-text-xs {
  font-size: 12px;
}

.dina-text-strong {
  font-weight: bold;
}

.dina-float-right {
  float: right;
}

.dina-text-important,
.dina-text-important a {
  color: red;
}

.dina-text-green,
.dina-text-green a {
  color: #44a748;
}

.dina-nowrap {
  white-space: nowrap;
}

/*
---------------------------------------------------------
SPECIALREGLER FÖR INPUTS
---------------------------------------------------------*/
.dina-input--regnr {
  text-transform: uppercase;
}

.dina-input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
---------------------------------------------------------
SEKTIONER
---------------------------------------------------------*/
.dina-section {
  border: 0;
  padding: 0 20px;
  margin: 0 0 25px;
  display: block;
  position: relative;
}

.dina-section .dina-section {
  padding-left: 0;
  padding-right: 0;
}

.dina-section>.dina-section:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

/*
.dina-section + .dina-section,
.dina-section > .dina-section,
.dina-repeatable-section + .dina-repeatable-section {
  border-top: 1px solid #cccccc;
}
*/

.dina-repeatable-section {
  position: relative;
  padding-top: 50px;
}

.dina-repeatable-section+.dina-repeatable-section {

  margin-top: 30px;
}

.dina-repeatable-section .dina-repeatable-section-close {
  position: absolute;
  top: 10px;
  right: 10px;

  background: #fff;
  border: 1px solid #4cad4a;

  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 35px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;

  -webkit-transition: margin .2s ease, background .2s linear, border-color .2s linear, -webkit-transform .2s ease;

  transition: margin .2s ease, background .2s linear, border-color .2s linear, -webkit-transform .2s ease;

  -o-transition: transform .2s ease, margin .2s ease, background .2s linear, border-color .2s linear;

  transition: transform .2s ease, margin .2s ease, background .2s linear, border-color .2s linear;

  transition: transform .2s ease, margin .2s ease, background .2s linear, border-color .2s linear, -webkit-transform .2s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}

.dina-repeatable-section-close:before,
.dina-repeatable-section-close:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #4cad4a;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transition: margin .2s ease, width .2s ease, background .2s linear, -webkit-transform .2s ease;
  transition: margin .2s ease, width .2s ease, background .2s linear, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, margin .2s ease, width .2s ease, background .2s linear;
  transition: transform .2s ease, margin .2s ease, width .2s ease, background .2s linear;
  transition: transform .2s ease, margin .2s ease, width .2s ease, background .2s linear, -webkit-transform .2s ease;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.dina-repeatable-section-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dina-repeatable-section-close:hover,
.dina-repeatable-section-close:focus {
  border-color: #555 !important;
}

.dina-repeatable-section-close:hover:before,
.dina-repeatable-section-close:hover:after,
.dina-repeatable-section-close:focus:before,
.dina-repeatable-section-close:focus:after {
  background: #555;
}

.dina-repeatable-section-close--remove {
  -webkit-transition: -webkit-transform .4s ease !important;
  transition: -webkit-transform .4s ease !important;
  -o-transition: transform .4s ease !important;
  transition: transform .4s ease !important;
  transition: transform .4s ease, -webkit-transform .4s ease !important;
  -webkit-transform: rotate(259deg) scale(0) !important;
  -ms-transform: rotate(259deg) scale(0) !important;
  transform: rotate(259deg) scale(0) !important;
}

.dina-button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.dina-section-header {
  margin-bottom: 20px;
  margin-top: 0;
}

.dina-step {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

.dina-step-info {
  font-weight: 500;
}

.dina-step-title,
.dina-group-title {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  margin: 0;
  display: block;
}

.dina-group-title {
  font-size: 16px;
}

.dina-section+.dina-actions {
  padding-left: 10px;
  padding-right: 10px;
}

/*
 Trick for getting higher specificity than .dina-section-filled
 */
/*
body .dina-section--price {
  background-color: #399550;
}
*/

.dina-price-box {
  background-color: #399550;
  color: #fff;
}

/*
body .dina-section--order {
  background-color: #007e57;
}
*/

.dina-section--price>.dina-section,
.dina-section--order>.dina-section,
.dina-section-filled .dina-section--price>.dina-section,
.dina-section-filled .dina-section--order>.dina-section {
  border-top: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dina-section--price>.dina-section+.dina-section {
  border-top: 1px solid #82ba88 !important;
}

.dina-section--price .dina-fields>.dina-field-wrap,
.dina-section--order .dina-fields>.dina-field-wrap,
.dina-section--calculated-price .dina-fields>.dina-field-wrap {
  vertical-align: top;
}

.dina-section>.dina-section--order:last-child,
.dina-section>.dina-section--price:last-child {
  margin-bottom: -30px;
}

.dina-section>.dina-section--price,
.dina-section>.dina-section--order {
  margin: 0 -20px;
  padding: 10px 20px;
  border-top: 0 !important;
}

.dina-section-activate-box {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-transition: background .15s linear;

  -o-transition: background .15s linear;

  transition: background .15s linear;

  z-index: 110;
}

.dina-section-activate-box span {
  font-size: 18px;
  font-weight: bold;
  opacity: 0;

  -webkit-transition: opacity .2s linear;

  -o-transition: opacity .2s linear;

  transition: opacity .2s linear;
}

.dina-section-activate-box:hover {
  background: rgba(239, 239, 239, .7);
}

.dina-section-activate-box:hover span {
  opacity: 1;
}


.dina-section--section-help>p {
  padding-right: 60px;
}

/*
---------------------------------------------------------
PRISBOX
---------------------------------------------------------*/
.dina-price-box {
  background: #5da43f;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0 -20px;
  z-index: 150;
  position: relative;

  -webkit-transition: opacity .6s linear;

  -o-transition: opacity .6s linear;

  transition: opacity .6s linear;
}

.dina-price-box--fixed {
  display: block;
  position: relative;
  top: 0;
}

.dina-price-box-header {
  background: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
  bottom: -100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 40px;
  padding: 40px 0 15px;
  position: static;
  -webkit-transition: bottom 0.4s ease-in-out;
  -o-transition: bottom 0.4s ease-in-out;
  transition: bottom 0.4s ease-in-out;
  overflow: hidden;
}

.dina-price-box-header--sticky {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  width: auto;
}

.dina-price-box-header>h3 {
  font-size: 26px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  display: block;
  float: left;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px !important;
}

.dina-price-box-header>.dina-price-result {
  text-align: right;
  display: block;
}

.dina-price-result .price--large {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}

.dina-price-result .dina-text-xs {
  font-size: 13px;
}

.dina-price-box p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.dina-price-box-price-wrapper {
  padding: 15px 40px 40px;
  font-size: 28px;
  position: relative;
}

.dina-price-box-price-wrapper--loading .dina-price-list {
  opacity: .1;
}

.dina-price-box-price-loader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: ' ';
  background: rgba(0, 0, 0, .6);

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 18px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

.loader {
  margin-right: 15px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader--black {
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid #000000;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
---------------------------------------------------------
DINA DOWNLOAD LINK
---------------------------------------------------------*/
.dina-download-link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  color: #5da43f;
  font-weight: 500;
}

.dina-download-link::before {
  content: "";
  background-image: url('/webdav/images/Mallbilder/Ikoner/downloadIkon.png');
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  vertical-align: middle;
  margin-right: 10px;
}


/*
---------------------------------------------------------
AKTIV SEKTION
---------------------------------------------------------*/
.dina-section--active>.dina-section-activate-box {
  display: none;
}

.dina-section--active:before {
  display: block;
  position: absolute;

  content: ' ';
  width: 13px;
  height: 100%;
  top: 0;
  left: 0;
  background: #4cad4a;
}

.dina-section--active .dina-label {
  background: #eaeaea;
  color: #555555;
}


/*
---------------------------------------------------------
FÄRGANPASSNINGAR: GRÖNT
---------------------------------------------------------*/
.dina-section-filled {
  background-color: #5da43f;
  color: #fff;
}

.dina-section-filled>.dina-section-activate-box {
  display: none;
}

.dina-section-filled .dina-spinner-button {
  border-color: #4d8b39;
  background: #4d8b39;
}

.dina-section-filled .dina-spinner-button--minus:before,
.dina-section-filled .dina-spinner-button--plus:before,
.dina-section-filled .dina-spinner-button--plus:after {
  background: #fff;
}

.dina-section-filled .dina-repeatable-section+.dina-repeatable-section .dina-repeatable-section-close {
  border-color: #4d8b39;
  background: #4d8b39;
}

.dina-section-filled .dina-repeatable-section-close:before,
.dina-section-filled .dina-repeatable-section-close:after {
  background: #fff;
}

.dina-section-filled div,
.dina-section-filled span,
.dina-section-filled h2,
.dina-section-filled h1,
.dina-section-filled p

/*,
.dina-section--calculated-price div */
  {
  color: #fff;
}

.dina-section-filled .dina-button {
  background-color: #fff;
  color: #333;
}

.dina-section-filled .dina-label {
  background-color: #4d8b39;
  color: #fff;
}

.dina-section-filled .dina-input {
  color: #fff;
}

.dina-section-filled .dina-field {
  background: #55923d;
  color: #fff;
  border: 0;
}

.dina-section-filled .dina-error {
  border-bottom-color: #fff;
}

.dina-section-filled .dina-checkbox input[type=checkbox]:checked+.dina-label:before {
  background-color: #ffffff;
}

.dina-section-filled .dina-field--focus {
  background: #fff;
  border: solid 1px #979797;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.dina-section-filled .dina-field--focus .dina-field-toggle {
  border-left-color: #dbe5dc;
}

.dina-section-filled .dina-field--focus .dina-input {
  color: #555;
}

.dina-section-filled .dina-field--focus .dina-label {
  background: #dbe5dc;
  color: #555;
}

.dina-section-filled .dina-field--focus .dina-error {
  color: #d41c1c;
  border-bottom-color: #d41c1c;
}

.dina-section-filled .dina-section+.dina-section,
.dina-section-filled .dina-section>.dina-section,
.dina-section-filled.dina-section>.dina-section,
.dina-section-filled .dina-repeatable-section+.dina-repeatable-section {
  border-top: 1px solid #6fac57;
}

.dina-section-filled .dina-radio-label {
  background: #55923d;
  color: #fff;
}

.dina-section-filled .dina-field--radio-tabs-activated .dina-radio-tab--active .dina-radio-label {
  color: #555;
  border: 0;
}

.dina-section-filled .dina-field-toggle {
  border-left-color: #4d8b39;
}

.dina-field--focus .dina-dropdown-title {
  color: #555;
}

.dina-section-filled .dina-field-toggle--help {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiBAMAAADIaRbxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTP///////////////////////////////////////////////////////////0Q+7AIAAAAPdFJOUwBEwfMnBhjhgJYP1Derd7zyER0AAADeSURBVCjPY2DADlgltY03TQxACLBN/g8ClglwFc3/d4iscuz+bwFTlfT/Cpj2/a8GEWCpr4FKHf/uAKbTPy2AinDpl4FN0VeFWxH0CWQSx3eQEvn/AiBF9Q1AMvkPA1yE4bwZkJh/AcQ8pHQARPH+BBpj74DkeJbPAQyMv8FMv3cQif0CDJw/GJDMYeifwMD0EUVEXoGB+wuKiP8GBuZfKCLrDbCIYOrCNBnTdqgLYSJAF0J9ARUB+QLqU6gIyKdYQgMSYtBgBYcYZqhihjyW2MGMQSyxjJkSsKQWFAAA8ARpteVutzsAAAAASUVORK5CYII=');
}

.dina-section-filled .dina-section--active:before {
  display: none;
}


.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active in <2.1.8 */
  {
  opacity: 0
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.modal-enter,
.modal-leave-to

/* .fade-leave-active in <2.1.8 */
  {
  opacity: 0
}



@media all and (min-width: 900px) and (max-width: 1140px) {
  .tolvgrid .dina-price-box--fixed {
    margin-right: 20px !important;
    right: 0 !important;
  }
}



/* MULTIPLE NESTED INPUTS FIX */
@media all and (max-width:1100px) and (min-width:800px) {
  .dina-fields--wide>.dina-field-wrap {
    width: 100% !important;
    display: block !important;
    max-width: none;
    padding-right: 0 !important;
    margin-bottom: 25px;
  }

  .dina-fields--wide>.dina-field-wrap>.dina-fields {
    margin-right: 0px !important;
  }

  .dina-fields--wide>.dina-field-wrap>.dina-fields>.dina-field-wrap:first-child {
    padding-right: 20px !important;

  }

  .dina-fields--wide>.dina-field-wrap>.dina-fields>.dina-field-wrap:last-child {
    padding-left: 20px !important;
  }

  .dina-fields--wide>.dina-field-wrap:last-child {
    padding: 0 !important;

  }
}


/****** DINA USP LIST ******/
.dina-form__usp {
  padding-left: 10px;
  margin: 0;
}

.dina-form__usp li {
  margin-bottom: 20px;
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  font-style: italic;
}

.dina-form__usp li::before {
  content: "\e918";
  font-family: "dinaicons";
  font-size: 140%;
  font-style: normal;
  color: #fe6e55;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/****** DINA COMPARE TABLE ******/

.dina-compare {
  width: 100%;
  font-family: "dinafont";
  font-size: 15px;
}

/*  DINA COMAPE HEADER  */
.dina-compare__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  margin-bottom: 3px;
  margin-left: -2px;
  margin-right: -2px;
}

.dina-compare__header-item {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  text-align: center;
  width: 33.333333%;
  position: relative;
  background-color: #e9e9e9;
  color: black;
  margin: 0 2px;
}

.dina-compare__header-item--mobile {
  display: none;
}

.dina-compare__header-item--active {
  color: white;
  background-color: #45a748;
}

.dina-compare__header-title {
  font-size: 100%;
  font-weight: bold;
}

.dina-compare__header-desc {
  font-size: 100%;
}

.dina-table__checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #bec4bd;
  background-color: #d3d3d3;
  font-size: 100%;
}

.dina-table__checkbox::after {
  content: "\e904";
  position: absolute;
  font-family: "dinaicons";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #45a748;
  opacity: 0;
}

.dina-compare__header-item--active .dina-table__checkbox {
  background-color: white;
  border-color: white;
}

.dina-compare__header-item--active .dina-table__checkbox::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* DINA COMPARE BODY */
.dina-compare__body {
  font-weight: normal;
}

.dina-compare__item {
  position: relative;
  margin-bottom: 3px;
}

.dina-compare__item--inactive {
  color: #9e9e9e;
  background-color: #e9e9e9;
}

.dina-compare__item--excluded {
  margin-top: 30px;
}

/*  COLUMNS  */
.dina-compare__item-heading {
  position: relative;
  padding: 20px 60px 20px 20px;
  font-weight: 500;
  font-size: 120%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

.dina-compare__item-heading::after {
  content: "\e902";
  position: absolute;
  font-family: "dinaicons";
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 100%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.dina-compare__item--show>.dina-compare__item-heading::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.dina-compare__column-check {
  display: none;
}

.dina-compare__item-content {
  padding: 10px 20px 40px;
  line-height: 1.5;
  display: none;
}

.dina-compare__item-content--show {
  display: block;
}

.dina-compare__sub-content {
  display: none;
}

.dina-compare__sub-content .dina-compare__item {
  background-color: #edf6ed;
}

.dina-compare__sub-content>.dina-compare__item:first-child {
  margin-top: 3px;
}

.dina-compare__sub-content--show {
  display: block;
}

.dina-compare__sub-content .dina-compare__item-heading {
  font-weight: 500;
}

.dina-compare__tag {
  background-color: #9e9e9e;
  display: inline-block;
  padding: 7px 12px;
  margin: 0 5px;
  border-radius: 10px;
  color: #e9e9e9;
  font-size: initial;
  font-weight: bold;
}

.dina-compare__item-heading .dina-compare__tag:first-child {
  margin-left: auto;
}

.dina-compare__item--main .dina-compare__sub-content .dina-compare__item-heading {
  color: #45a748;
}

.dina-compare__sub-item--inactive .dina-compare__item-heading {
  color: #9e9e9e;
}

.dina-compare__sub-content .dina-compare__item-heading::after {
  color: #a0a5a0;
}

/* EXCLUDE */
.dina-compare__item--excluded {
  display: none;
}

.dina-compare__item--excluded-show {
  display: block !important;
}

.dina-compare__item--excluded .dina-compare__item-heading {
  color: white;
  background-color: #a0a59f;
}

.dina-compare__item--excluded .dina-compare__sub-content .dina-compare__item,
.dina-compare__item--excluded .dina-compare__sub-content .dina-compare__item-heading {
  color: #a0a59f;
  background-color: #e9e9e9;
  font-weight: normal;
}

.dina-compare__item--excluded>.dina-compare__sub-content {
  display: block;
}

.dina-compare__header-item--active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background-color: #45a748;
}

.dina-compare__item--main>.dina-compare__item-heading {
  background-color: #45a748;
  color: white;
  font-weight: bold;
}

.dina-compare__sub-item {
  background-color: #edf6ed;
}

.dina-compare__sub-item .dina-compare__item-heading {
  background-color: transparent;
}

.dina-compare .dina-text-sm {
  font-size: 80%;
  display: inline-block;
  margin-top: 10px;
}

@media all and (min-width: 700px) {
  .dina-compare {
    font-size: 18px;
  }

  .dina-compare__header-item {
    font-size: 120%;
  }

  .dina-table__checkbox {
    width: 25px;
    height: 25px;
    font-size: 100%;
  }

  .dina-compare__item-heading {
    position: relative;
    padding: 30px 60px 30px 30px;
  }

  .dina-compare__item-heading::after {
    right: 30px;
  }

  .dina-compare__item-content {
    padding: 10px 30px 40px;
  }
}



/****** DINA TOGGLE BOX ******/
.dina-toggle-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dina-toggle-box-wrap>.dina-toggle-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 280px;
}

.dina-toggle-box {
  margin-bottom: 20px;
}

.dina-toggle-box__heading {
  position: relative;
  padding: 20px;
  padding-left: 55px;
  background-color: #44a748;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.dina-toggle-box__heading::before {
  content: "\e902";
  position: absolute;
  font-family: "dinaicons";
  display: block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  font-size: 100%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.dina-toggle-box--hide>.dina-toggle-box__heading::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.dina-toggle-box--added .dina-toggle-box__heading {
  padding-right: 50px;
}

.dina-toggle-box__heading-content {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dina-toggle-box__remove::after {
  content: "\e900";
  position: absolute;
  font-family: "dinaicons";
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 120%;
  font-weight: bold;
  border: 3px solid white;
  border-radius: 50%;
}

.dina-toggle-box__content {}

.dina-toggle-box__content-row {
  padding: 10px 20px;
  background-color: #edf6ed;
  border-bottom: 1px solid white
}


/* dina-radio special */
.dina-toggle-box .dina-radio {
  padding-right: 0;
  min-width: auto;
}

.dina-toggle-box .dina-radio-content {
  width: 100%;
  padding: 0;
}

.dina-add-box {
  margin-bottom: 20px;
}

.dina-add-box__heading {
  position: relative;
  padding: 20px;
  /*padding-left: 55px;*/
  background-color: #44a748;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/*
.dina-add-box__heading::before {
  content: "\e900";
  position: absolute;
  font-family: "dinaicons";
  display: block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  font-size: 100%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  font-weight: bold;
  font-size: 20px;
  color: #44a748;
  background: white;
  border-radius: 50%;
  padding: 2px;
}
*/
.dina-add-box__content {
  padding: 10px 20px;
  background-color: #44a74817;
}

.dina-toggle-box--unused .dina-toggle-box__heading {
  background-color: #666666;
}

@media all and (min-width:650px) and (max-width:800px) {
  .dina-toggle-box {
    width: 50%;
    max-width: 50%;
  }
}

@media all and (min-width:1040px) {
  .dina-toggle-box {
    width: 50%;
    max-width: 50%;
  }
}



/****** DINA LIST TABLE ******/
/*
.dina-list-table > div:nth-child(even) {
 background-color: #edf6ed;
}
*/

.dina-list-table__heading {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.dina-list-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.dina-list-table__row>div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dina-list-table__row>div:nth-child(1) {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.dina-list-table__row>div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  min-width: 120px;
  max-width: 160px;
}

.dina-list-table__row>div:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  min-width: 120px;
  text-align: right;
}

.dina-list-table .dina-dropdown-list {
  max-height: 200px;
}

@media all and (max-width: 600px) {
  .dina-list-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .dina-list-table__row>div {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
  }

  .dina-list-table__row>div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    /*  background-color: #e4f3e4; */
    /*  padding: 10px; */
  }

  .dina-list-table__row>div:nth-child(2) {
    width: 50%;
    min-width: auto;
    max-width: auto;
  }

  .dina-list-table__row>div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /* width: 50%; */
    min-width: auto;
    max-width: auto;
  }

}

/* INFO TEXT WITH ALERT ICON */
.dina-info-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 80%;
  margin: 15px 0;
}

.dina-info-alert__icon {
  margin-right: 10px;
}

.speechBubble {
  position: relative;
  max-width: 30em;
  white-space: pre-wrap;
  color: #2f5c46;
  font-style: italic;
  background-color: #edf6ed;
  padding: 0.7em 0.7em;
  border-radius: 1rem;
}

.speechBubble::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.6em;
  border-top: 10px solid transparent;
  border-right: 15px solid #edf6ed;
  border-bottom: 10px solid transparent;
  margin: 17px 40px -45px -40px;
  border-left-width: 0.75rem;
}

.addedInfo {
  color: #2f5c46;
  font-style: italic;
  font-size: small;
  margin-left: 40px;
  margin-right: 30px;
}


@media screen and (max-width: 800px) {
  .speechBubble::before {
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: #edf6ed;
    margin: 0;
  }
}



/* VUEPIC OVERIDES */
/*overrides some attributes with transparent*/
.dp__theme_light {
  --dp-primary-color: #45a748;
  --dp-border-color: transparent;
  --dp-border-color-hover: transparent;
  --dp-text-color: #555;
}

.dp__theme_light_closed {
  --dp-background-color: transparent;
  --dp-border-color: transparent;
  --dp-border-color-hover: transparent;
}

.dp__arrow_top {
  z-index: 1;
}

.dp__instance_calendar {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.dp__input {
  font-size: 100%;
  background-color: transparent;
}

.dp__month_year_row {
  height: 45px;
}

.dp__inner_nav {
  color: #003e23;
  margin: 0 10px;
  width: 35px;
  height: 35px;
}

.dp__inner_nav_disabled,
.dp__inner_nav_disabled:hover {
  background: transparent;
  color: #8e8e8e;
}

.dp__month_year_wrap {
  position: relative;
}

.dp__month_year_wrap>div:first-child {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-right: 5px;
}

.dp__month_year_wrap>div:last-child {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: 5px;
}

.dp__month_year_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.dp__month_year_select {
  text-transform: capitalize;
  color: #003e23;
  font-family: "dinaheadline" !important;
  font-size: 160%;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}



.dp__calendar_wrap {
  font-family: "dinafont";
  font-weight: 600;
  margin: 0 5px;
}

.dp__calendar_item .dp__cell_inner:not(.dp__active_date)::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.dp__calendar_item .dp__today {
  border: none;
}

.dp__calendar_item .dp__cell_inner:not(.dp__cell_disabled, .dp__active_date, .dp__cell_offset):hover {
  background: transparent;
}

.dp__calendar_item .dp__cell_inner:not(.dp__cell_disabled, .dp__cell_offset):hover::after {
  border-color: #45a748;
  background: rgb(237 246 237);
  width: 35px;
  height: 35px;
}

.dp__cell_inner {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}

.dp__inner_nav svg {
  height: 40px;
  width: 40px;
}

.dp__calendar_header_item {
  margin-left: 1px;
  margin-right: 1px;
}