@charset "UTF-8";
/* Sass Media Queries */
/* Config */
.ml-2017 .container {
  max-width: 1400px;
}

/**
 * Layout
 */
/**
 * Fonts
 */
/* Font weights */
/* Font family */
/* Font sizes */
/* 20px */
/* 18px */
/* 14px */
/* 13px */
/* 12px */
/* Line height */
/**
 * Colors
 */
@font-face {
  font-family: 'ml-icons';
  src: url("../fonts/ml-icons.eot?gsnpq7");
  src: url("../fonts/ml-icons.eot?gsnpq7#iefix") format("embedded-opentype"), url("../fonts/ml-icons.ttf?gsnpq7") format("truetype"), url("../fonts/ml-icons.woff?gsnpq7") format("woff"), url("../fonts/ml-icons.svg?gsnpq7#ml-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Black.ttf");
  src: url("../fonts/ProximaNova-Black.ttf?#iefix") format("truetype"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-SemiboldIt.ttf");
  src: url("../fonts/ProximaNova-SemiboldIt.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-LightIt.ttf");
  src: url("../fonts/ProximaNova-LightIt.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.ttf");
  src: url("../fonts/ProximaNova-Light.tft?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-BoldIt.ttf");
  src: url("../fonts/ProximaNova-BoldIt.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Extrabld.ttf");
  src: url("../fonts/ProximaNova-Extrabld.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-RegularIt.ttf");
  src: url("../fonts/ProximaNova-RegularIt.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.ttf");
  src: url("../fonts/ProximaNova-Bold.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.ttf");
  src: url("../fonts/ProximaNova-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.ttf");
  src: url("../fonts/ProximaNova-Semibold.ttf?#iefix") format("truetype"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'UniNeueHeavy';
  src: url("../fonts/unineueheavy-webfont.woff2") format("woff2"), url("../fonts/unineueheavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/**
 * Animation
 */
/* Fade In */
@keyframes fadeInDownBig {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Load content from the left hand side */
@keyframes loadFromLeft {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Load content from the right hand side */
@keyframes loadFromRight {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Rotate animation */
.js-animation--rotate {
  transition: transform 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Rotate and scale */
@keyframes spinAndScale {
  50% {
    transform: rotate(1turn) scale(10);
  }
  100% {
    transform: rotate(2turn) scale(0.6);
  }
}

.spinAndScale {
  animation: spinAndScale 1s linear;
}

/* Pulsate */
@keyframes pulsate {
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pulsate {
  animation: pulsate 0.6s linear;
}

/* Light gallery */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* Light gallery extension */
/* Extension of css file in "node_modules/lightgallery.js/ */
.lg-icon {
  font-family: "Proxima Nova";
}

.lg-outer .lg-img-wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .lg-outer .lg-img-wrap {
    padding-bottom: 100px;
  }
}

/* Backdrop */
.lg-backdrop {
  background: rgba(21, 31, 54, 0.8);
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0.26s;
}

.lg-toolbar {
  background-color: transparent;
}

/* Don't hide toolbar */
.lg-hide-items .lg-toolbar {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Toolbar */
.lg-toolbar .lg-icon {
  display: block;
  margin: 0 auto;
  float: none;
}

.lg-toolbar .lg-icon:after {
  font-family: "ml-icons";
  font-size: 0.875rem;
}

.lg-toolbar .lg-icon.lg-close:after {
  content: "\e90b";
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #0078c0;
  color: #ffffff;
  line-height: 40px;
}

/* Actions */
.lg-actions .lg-icon {
  background-color: transparent;
}

.lg-actions .lg-icon:before, .lg-actions .lg-icon:after {
  font-family: "ml-icons";
  font-size: 0.875rem;
}

.lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
  margin-top: 0;
  background: #ffffff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
    margin-top: -20px;
  }
}

.lg-actions .lg-icon.lg-next:hover, .lg-actions .lg-icon.lg-prev:hover {
  color: #2e3237;
}

.lg-actions .lg-icon.lg-prev:after {
  content: "\e907";
}

.lg-actions .lg-icon.lg-next:before {
  content: "\e908";
}

/* Thumbnails */
.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.lg-outer .lg-thumb {
  text-align: center;
}

.lg-outer .lg-thumb-item {
  display: inline-block;
  float: none;
  width: auto !important;
  border: 4px solid transparent;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #0078c0;
}

.lg-outer .lg-thumb-item > img {
  display: block;
  height: 25px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .lg-outer .lg-thumb-item > img {
    height: 50px;
  }
}

/* Select2 */
.select2-results__options {
  max-height: 220px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color:   #000 !important;
}

.select2-selection__placeholder {
  color: #444 !important;
}

/* Bootstrap */
/* Custom Bootstrap import to fix conflicts with old content */
.ml-2017 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}

.ml-2017 html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.ml-2017 body {
  margin: 0;
}

.ml-2017 article,
.ml-2017 aside,
.ml-2017 details,
.ml-2017 figcaption,
.ml-2017 figure,
.ml-2017 footer,
.ml-2017 header,
.ml-2017 hgroup,
.ml-2017 main,
.ml-2017 menu,
.ml-2017 nav,
.ml-2017 section,
.ml-2017 summary {
  display: block;
}

.ml-2017 audio,
.ml-2017 canvas,
.ml-2017 progress,
.ml-2017 video {
  display: inline-block;
  vertical-align: baseline;
}

.ml-2017 audio:not([controls]) {
  display: none;
  height: 0;
}

.ml-2017 [hidden],
.ml-2017 template {
  display: none;
}

.ml-2017 a {
  background-color: transparent;
}

.ml-2017 a:active,
.ml-2017 a:hover {
  outline: 0;
}

.ml-2017 abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.ml-2017 b,
.ml-2017 strong {
  font-weight: bold;
}

.ml-2017 dfn {
  font-style: italic;
}

.ml-2017 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.ml-2017 mark {
  background: #ff0;
  color: #000;
}

.ml-2017 small {
  font-size: 80%;
}

.ml-2017 sub,
.ml-2017 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.ml-2017 sup {
  top: -0.5em;
}

.ml-2017 sub {
  bottom: -0.25em;
}

.ml-2017 img {
  border: 0;
}

.ml-2017 svg:not(:root) {
  overflow: hidden;
}

.ml-2017 figure {
  margin: 1em 40px;
}

.ml-2017 hr {
  box-sizing: content-box;
  height: 0;
}

.ml-2017 pre {
  overflow: auto;
}

.ml-2017 code,
.ml-2017 kbd,
.ml-2017 pre,
.ml-2017 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.ml-2017 button,
.ml-2017 input,
.ml-2017 optgroup,
.ml-2017 select,
.ml-2017 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.ml-2017 button {
  overflow: visible;
}

.ml-2017 button,
.ml-2017 select {
  text-transform: none;
}

.ml-2017 button,
.ml-2017 html input[type="button"],
.ml-2017 input[type="reset"],
.ml-2017 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.ml-2017 button[disabled],
.ml-2017 html input[disabled] {
  cursor: default;
}

.ml-2017 button::-moz-focus-inner,
.ml-2017 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ml-2017 input {
  line-height: normal;
}

.ml-2017 input[type="checkbox"],
.ml-2017 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.ml-2017 input[type="number"]::-webkit-inner-spin-button,
.ml-2017 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.ml-2017 input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

.ml-2017 input[type="search"]::-webkit-search-cancel-button,
.ml-2017 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.ml-2017 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.ml-2017 legend {
  border: 0;
  padding: 0;
}

.ml-2017 textarea {
  overflow: auto;
}

.ml-2017 optgroup {
  font-weight: bold;
}

.ml-2017 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ml-2017 td,
.ml-2017 th {
  padding: 0;
}

@media print {
  .ml-2017 *,
  .ml-2017 *:before,
  .ml-2017 *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .ml-2017 a,
  .ml-2017 a:visited {
    text-decoration: underline;
  }
  .ml-2017 a[href]:after {
    content: " (" attr(href) ")";
  }
  .ml-2017 abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ml-2017 a[href^="#"]:after,
  .ml-2017 a[href^="javascript:"]:after {
    content: "";
  }
  .ml-2017 pre,
  .ml-2017 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .ml-2017 thead {
    display: table-header-group;
  }
  .ml-2017 tr,
  .ml-2017 img {
    page-break-inside: avoid;
  }
  .ml-2017 img {
    max-width: 100% !important;
  }
  .ml-2017 p,
  .ml-2017 h2,
  .ml-2017 h3 {
    orphans: 3;
    widows: 3;
  }
  .ml-2017 h2,
  .ml-2017 h3 {
    page-break-after: avoid;
  }
  .ml-2017 .navbar {
    display: none;
  }
  .ml-2017 .btn > .caret, .ml-2017 .btn-primary > .caret, .ml-2017 .btn-secondary > .caret, .ml-2017 .btn-success > .caret, .ml-2017 .btn-reg-customer > .caret, .ml-2017 .btn-invert > .caret, .ml-2017 .btn-bankid > .caret,
  .ml-2017 .dropup > .btn > .caret,
  .ml-2017 .dropup > .btn-primary > .caret,
  .ml-2017 .dropup > .btn-secondary > .caret,
  .ml-2017 .dropup > .btn-success > .caret,
  .ml-2017 .dropup > .btn-reg-customer > .caret,
  .ml-2017 .dropup > .btn-invert > .caret,
  .ml-2017 .dropup > .btn-bankid > .caret {
    border-top-color: #000 !important;
  }
  .ml-2017 .label {
    border: 1px solid #000;
  }
  .ml-2017 .table {
    border-collapse: collapse !important;
  }
  .ml-2017 .table td,
  .ml-2017 .table th {
    background-color: #fff !important;
  }
  .ml-2017 .table-bordered th,
  .ml-2017 .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.ml-2017 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ml-2017 .glyphicon-asterisk:before {
  content: "\002a";
}

.ml-2017 .glyphicon-plus:before {
  content: "\002b";
}

.ml-2017 .glyphicon-euro:before,
.ml-2017 .glyphicon-eur:before {
  content: "\20ac";
}

.ml-2017 .glyphicon-minus:before {
  content: "\2212";
}

.ml-2017 .glyphicon-cloud:before {
  content: "\2601";
}

.ml-2017 .glyphicon-envelope:before {
  content: "\2709";
}

.ml-2017 .glyphicon-pencil:before {
  content: "\270f";
}

.ml-2017 .glyphicon-glass:before {
  content: "\e001";
}

.ml-2017 .glyphicon-music:before {
  content: "\e002";
}

.ml-2017 .glyphicon-search:before {
  content: "\e003";
}

.ml-2017 .glyphicon-heart:before {
  content: "\e005";
}

.ml-2017 .glyphicon-star:before {
  content: "\e006";
}

.ml-2017 .glyphicon-star-empty:before {
  content: "\e007";
}

.ml-2017 .glyphicon-user:before {
  content: "\e008";
}

.ml-2017 .glyphicon-film:before {
  content: "\e009";
}

.ml-2017 .glyphicon-th-large:before {
  content: "\e010";
}

.ml-2017 .glyphicon-th:before {
  content: "\e011";
}

.ml-2017 .glyphicon-th-list:before {
  content: "\e012";
}

.ml-2017 .glyphicon-ok:before {
  content: "\e013";
}

.ml-2017 .glyphicon-remove:before {
  content: "\e014";
}

.ml-2017 .glyphicon-zoom-in:before {
  content: "\e015";
}

.ml-2017 .glyphicon-zoom-out:before {
  content: "\e016";
}

.ml-2017 .glyphicon-off:before {
  content: "\e017";
}

.ml-2017 .glyphicon-signal:before {
  content: "\e018";
}

.ml-2017 .glyphicon-cog:before {
  content: "\e019";
}

.ml-2017 .glyphicon-trash:before {
  content: "\e020";
}

.ml-2017 .glyphicon-home:before {
  content: "\e021";
}

.ml-2017 .glyphicon-file:before {
  content: "\e022";
}

.ml-2017 .glyphicon-time:before {
  content: "\e023";
}

.ml-2017 .glyphicon-road:before {
  content: "\e024";
}

.ml-2017 .glyphicon-download-alt:before {
  content: "\e025";
}

.ml-2017 .glyphicon-download:before {
  content: "\e026";
}

.ml-2017 .glyphicon-upload:before {
  content: "\e027";
}

.ml-2017 .glyphicon-inbox:before {
  content: "\e028";
}

.ml-2017 .glyphicon-play-circle:before {
  content: "\e029";
}

.ml-2017 .glyphicon-repeat:before {
  content: "\e030";
}

.ml-2017 .glyphicon-refresh:before {
  content: "\e031";
}

.ml-2017 .glyphicon-list-alt:before {
  content: "\e032";
}

.ml-2017 .glyphicon-lock:before {
  content: "\e033";
}

.ml-2017 .glyphicon-flag:before {
  content: "\e034";
}

.ml-2017 .glyphicon-headphones:before {
  content: "\e035";
}

.ml-2017 .glyphicon-volume-off:before {
  content: "\e036";
}

.ml-2017 .glyphicon-volume-down:before {
  content: "\e037";
}

.ml-2017 .glyphicon-volume-up:before {
  content: "\e038";
}

.ml-2017 .glyphicon-qrcode:before {
  content: "\e039";
}

.ml-2017 .glyphicon-barcode:before {
  content: "\e040";
}

.ml-2017 .glyphicon-tag:before {
  content: "\e041";
}

.ml-2017 .glyphicon-tags:before {
  content: "\e042";
}

.ml-2017 .glyphicon-book:before {
  content: "\e043";
}

.ml-2017 .glyphicon-bookmark:before {
  content: "\e044";
}

.ml-2017 .glyphicon-print:before {
  content: "\e045";
}

.ml-2017 .glyphicon-camera:before {
  content: "\e046";
}

.ml-2017 .glyphicon-font:before {
  content: "\e047";
}

.ml-2017 .glyphicon-bold:before {
  content: "\e048";
}

.ml-2017 .glyphicon-italic:before {
  content: "\e049";
}

.ml-2017 .glyphicon-text-height:before {
  content: "\e050";
}

.ml-2017 .glyphicon-text-width:before {
  content: "\e051";
}

.ml-2017 .glyphicon-align-left:before {
  content: "\e052";
}

.ml-2017 .glyphicon-align-center:before {
  content: "\e053";
}

.ml-2017 .glyphicon-align-right:before {
  content: "\e054";
}

.ml-2017 .glyphicon-align-justify:before {
  content: "\e055";
}

.ml-2017 .glyphicon-list:before {
  content: "\e056";
}

.ml-2017 .glyphicon-indent-left:before {
  content: "\e057";
}

.ml-2017 .glyphicon-indent-right:before {
  content: "\e058";
}

.ml-2017 .glyphicon-facetime-video:before {
  content: "\e059";
}

.ml-2017 .glyphicon-picture:before {
  content: "\e060";
}

.ml-2017 .glyphicon-map-marker:before {
  content: "\e062";
}

.ml-2017 .glyphicon-adjust:before {
  content: "\e063";
}

.ml-2017 .glyphicon-tint:before {
  content: "\e064";
}

.ml-2017 .glyphicon-edit:before {
  content: "\e065";
}

.ml-2017 .glyphicon-share:before {
  content: "\e066";
}

.ml-2017 .glyphicon-check:before {
  content: "\e067";
}

.ml-2017 .glyphicon-move:before {
  content: "\e068";
}

.ml-2017 .glyphicon-step-backward:before {
  content: "\e069";
}

.ml-2017 .glyphicon-fast-backward:before {
  content: "\e070";
}

.ml-2017 .glyphicon-backward:before {
  content: "\e071";
}

.ml-2017 .glyphicon-play:before {
  content: "\e072";
}

.ml-2017 .glyphicon-pause:before {
  content: "\e073";
}

.ml-2017 .glyphicon-stop:before {
  content: "\e074";
}

.ml-2017 .glyphicon-forward:before {
  content: "\e075";
}

.ml-2017 .glyphicon-fast-forward:before {
  content: "\e076";
}

.ml-2017 .glyphicon-step-forward:before {
  content: "\e077";
}

.ml-2017 .glyphicon-eject:before {
  content: "\e078";
}

.ml-2017 .glyphicon-chevron-left:before {
  content: "\e079";
}

.ml-2017 .glyphicon-chevron-right:before {
  content: "\e080";
}

.ml-2017 .glyphicon-plus-sign:before {
  content: "\e081";
}

.ml-2017 .glyphicon-minus-sign:before {
  content: "\e082";
}

.ml-2017 .glyphicon-remove-sign:before {
  content: "\e083";
}

.ml-2017 .glyphicon-ok-sign:before {
  content: "\e084";
}

.ml-2017 .glyphicon-question-sign:before {
  content: "\e085";
}

.ml-2017 .glyphicon-info-sign:before {
  content: "\e086";
}

.ml-2017 .glyphicon-screenshot:before {
  content: "\e087";
}

.ml-2017 .glyphicon-remove-circle:before {
  content: "\e088";
}

.ml-2017 .glyphicon-ok-circle:before {
  content: "\e089";
}

.ml-2017 .glyphicon-ban-circle:before {
  content: "\e090";
}

.ml-2017 .glyphicon-arrow-left:before {
  content: "\e091";
}

.ml-2017 .glyphicon-arrow-right:before {
  content: "\e092";
}

.ml-2017 .glyphicon-arrow-up:before {
  content: "\e093";
}

.ml-2017 .glyphicon-arrow-down:before {
  content: "\e094";
}

.ml-2017 .glyphicon-share-alt:before {
  content: "\e095";
}

.ml-2017 .glyphicon-resize-full:before {
  content: "\e096";
}

.ml-2017 .glyphicon-resize-small:before {
  content: "\e097";
}

.ml-2017 .glyphicon-exclamation-sign:before {
  content: "\e101";
}

.ml-2017 .glyphicon-gift:before {
  content: "\e102";
}

.ml-2017 .glyphicon-leaf:before {
  content: "\e103";
}

.ml-2017 .glyphicon-fire:before {
  content: "\e104";
}

.ml-2017 .glyphicon-eye-open:before {
  content: "\e105";
}

.ml-2017 .glyphicon-eye-close:before {
  content: "\e106";
}

.ml-2017 .glyphicon-warning-sign:before {
  content: "\e107";
}

.ml-2017 .glyphicon-plane:before {
  content: "\e108";
}

.ml-2017 .glyphicon-calendar:before {
  content: "\e109";
}

.ml-2017 .glyphicon-random:before {
  content: "\e110";
}

.ml-2017 .glyphicon-comment:before {
  content: "\e111";
}

.ml-2017 .glyphicon-magnet:before {
  content: "\e112";
}

.ml-2017 .glyphicon-chevron-up:before {
  content: "\e113";
}

.ml-2017 .glyphicon-chevron-down:before {
  content: "\e114";
}

.ml-2017 .glyphicon-retweet:before {
  content: "\e115";
}

.ml-2017 .glyphicon-shopping-cart:before {
  content: "\e116";
}

.ml-2017 .glyphicon-folder-close:before {
  content: "\e117";
}

.ml-2017 .glyphicon-folder-open:before {
  content: "\e118";
}

.ml-2017 .glyphicon-resize-vertical:before {
  content: "\e119";
}

.ml-2017 .glyphicon-resize-horizontal:before {
  content: "\e120";
}

.ml-2017 .glyphicon-hdd:before {
  content: "\e121";
}

.ml-2017 .glyphicon-bullhorn:before {
  content: "\e122";
}

.ml-2017 .glyphicon-bell:before {
  content: "\e123";
}

.ml-2017 .glyphicon-certificate:before {
  content: "\e124";
}

.ml-2017 .glyphicon-thumbs-up:before {
  content: "\e125";
}

.ml-2017 .glyphicon-thumbs-down:before {
  content: "\e126";
}

.ml-2017 .glyphicon-hand-right:before {
  content: "\e127";
}

.ml-2017 .glyphicon-hand-left:before {
  content: "\e128";
}

.ml-2017 .glyphicon-hand-up:before {
  content: "\e129";
}

.ml-2017 .glyphicon-hand-down:before {
  content: "\e130";
}

.ml-2017 .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.ml-2017 .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.ml-2017 .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.ml-2017 .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.ml-2017 .glyphicon-globe:before {
  content: "\e135";
}

.ml-2017 .glyphicon-wrench:before {
  content: "\e136";
}

.ml-2017 .glyphicon-tasks:before {
  content: "\e137";
}

.ml-2017 .glyphicon-filter:before {
  content: "\e138";
}

.ml-2017 .glyphicon-briefcase:before {
  content: "\e139";
}

.ml-2017 .glyphicon-fullscreen:before {
  content: "\e140";
}

.ml-2017 .glyphicon-dashboard:before {
  content: "\e141";
}

.ml-2017 .glyphicon-paperclip:before {
  content: "\e142";
}

.ml-2017 .glyphicon-heart-empty:before {
  content: "\e143";
}

.ml-2017 .glyphicon-link:before {
  content: "\e144";
}

.ml-2017 .glyphicon-phone:before {
  content: "\e145";
}

.ml-2017 .glyphicon-pushpin:before {
  content: "\e146";
}

.ml-2017 .glyphicon-usd:before {
  content: "\e148";
}

.ml-2017 .glyphicon-gbp:before {
  content: "\e149";
}

.ml-2017 .glyphicon-sort:before {
  content: "\e150";
}

.ml-2017 .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.ml-2017 .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.ml-2017 .glyphicon-sort-by-order:before {
  content: "\e153";
}

.ml-2017 .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.ml-2017 .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.ml-2017 .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.ml-2017 .glyphicon-unchecked:before {
  content: "\e157";
}

.ml-2017 .glyphicon-expand:before {
  content: "\e158";
}

.ml-2017 .glyphicon-collapse-down:before {
  content: "\e159";
}

.ml-2017 .glyphicon-collapse-up:before {
  content: "\e160";
}

.ml-2017 .glyphicon-log-in:before {
  content: "\e161";
}

.ml-2017 .glyphicon-flash:before {
  content: "\e162";
}

.ml-2017 .glyphicon-log-out:before {
  content: "\e163";
}

.ml-2017 .glyphicon-new-window:before {
  content: "\e164";
}

.ml-2017 .glyphicon-record:before {
  content: "\e165";
}

.ml-2017 .glyphicon-save:before {
  content: "\e166";
}

.ml-2017 .glyphicon-open:before {
  content: "\e167";
}

.ml-2017 .glyphicon-saved:before {
  content: "\e168";
}

.ml-2017 .glyphicon-import:before {
  content: "\e169";
}

.ml-2017 .glyphicon-export:before {
  content: "\e170";
}

.ml-2017 .glyphicon-send:before {
  content: "\e171";
}

.ml-2017 .glyphicon-floppy-disk:before {
  content: "\e172";
}

.ml-2017 .glyphicon-floppy-saved:before {
  content: "\e173";
}

.ml-2017 .glyphicon-floppy-remove:before {
  content: "\e174";
}

.ml-2017 .glyphicon-floppy-save:before {
  content: "\e175";
}

.ml-2017 .glyphicon-floppy-open:before {
  content: "\e176";
}

.ml-2017 .glyphicon-credit-card:before {
  content: "\e177";
}

.ml-2017 .glyphicon-transfer:before {
  content: "\e178";
}

.ml-2017 .glyphicon-cutlery:before {
  content: "\e179";
}

.ml-2017 .glyphicon-header:before {
  content: "\e180";
}

.ml-2017 .glyphicon-compressed:before {
  content: "\e181";
}

.ml-2017 .glyphicon-earphone:before {
  content: "\e182";
}

.ml-2017 .glyphicon-phone-alt:before {
  content: "\e183";
}

.ml-2017 .glyphicon-tower:before {
  content: "\e184";
}

.ml-2017 .glyphicon-stats:before {
  content: "\e185";
}

.ml-2017 .glyphicon-sd-video:before {
  content: "\e186";
}

.ml-2017 .glyphicon-hd-video:before {
  content: "\e187";
}

.ml-2017 .glyphicon-subtitles:before {
  content: "\e188";
}

.ml-2017 .glyphicon-sound-stereo:before {
  content: "\e189";
}

.ml-2017 .glyphicon-sound-dolby:before {
  content: "\e190";
}

.ml-2017 .glyphicon-sound-5-1:before {
  content: "\e191";
}

.ml-2017 .glyphicon-sound-6-1:before {
  content: "\e192";
}

.ml-2017 .glyphicon-sound-7-1:before {
  content: "\e193";
}

.ml-2017 .glyphicon-copyright-mark:before {
  content: "\e194";
}

.ml-2017 .glyphicon-registration-mark:before {
  content: "\e195";
}

.ml-2017 .glyphicon-cloud-download:before {
  content: "\e197";
}

.ml-2017 .glyphicon-cloud-upload:before {
  content: "\e198";
}

.ml-2017 .glyphicon-tree-conifer:before {
  content: "\e199";
}

.ml-2017 .glyphicon-tree-deciduous:before {
  content: "\e200";
}

.ml-2017 .glyphicon-cd:before {
  content: "\e201";
}

.ml-2017 .glyphicon-save-file:before {
  content: "\e202";
}

.ml-2017 .glyphicon-open-file:before {
  content: "\e203";
}

.ml-2017 .glyphicon-level-up:before {
  content: "\e204";
}

.ml-2017 .glyphicon-copy:before {
  content: "\e205";
}

.ml-2017 .glyphicon-paste:before {
  content: "\e206";
}

.ml-2017 .glyphicon-alert:before {
  content: "\e209";
}

.ml-2017 .glyphicon-equalizer:before {
  content: "\e210";
}

.ml-2017 .glyphicon-king:before {
  content: "\e211";
}

.ml-2017 .glyphicon-queen:before {
  content: "\e212";
}

.ml-2017 .glyphicon-pawn:before {
  content: "\e213";
}

.ml-2017 .glyphicon-bishop:before {
  content: "\e214";
}

.ml-2017 .glyphicon-knight:before {
  content: "\e215";
}

.ml-2017 .glyphicon-baby-formula:before {
  content: "\e216";
}

.ml-2017 .glyphicon-tent:before {
  content: "\26fa";
}

.ml-2017 .glyphicon-blackboard:before {
  content: "\e218";
}

.ml-2017 .glyphicon-bed:before {
  content: "\e219";
}

.ml-2017 .glyphicon-apple:before {
  content: "\f8ff";
}

.ml-2017 .glyphicon-erase:before {
  content: "\e221";
}

.ml-2017 .glyphicon-hourglass:before {
  content: "\231b";
}

.ml-2017 .glyphicon-lamp:before {
  content: "\e223";
}

.ml-2017 .glyphicon-duplicate:before {
  content: "\e224";
}

.ml-2017 .glyphicon-piggy-bank:before {
  content: "\e225";
}

.ml-2017 .glyphicon-scissors:before {
  content: "\e226";
}

.ml-2017 .glyphicon-bitcoin:before {
  content: "\e227";
}

.ml-2017 .glyphicon-btc:before {
  content: "\e227";
}

.ml-2017 .glyphicon-xbt:before {
  content: "\e227";
}

.ml-2017 .glyphicon-yen:before {
  content: "\00a5";
}

.ml-2017 .glyphicon-jpy:before {
  content: "\00a5";
}

.ml-2017 .glyphicon-ruble:before {
  content: "\20bd";
}

.ml-2017 .glyphicon-rub:before {
  content: "\20bd";
}

.ml-2017 .glyphicon-scale:before {
  content: "\e230";
}

.ml-2017 .glyphicon-ice-lolly:before {
  content: "\e231";
}

.ml-2017 .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.ml-2017 .glyphicon-education:before {
  content: "\e233";
}

.ml-2017 .glyphicon-option-horizontal:before {
  content: "\e234";
}

.ml-2017 .glyphicon-option-vertical:before {
  content: "\e235";
}

.ml-2017 .glyphicon-menu-hamburger:before {
  content: "\e236";
}

.ml-2017 .glyphicon-modal-window:before {
  content: "\e237";
}

.ml-2017 .glyphicon-oil:before {
  content: "\e238";
}

.ml-2017 .glyphicon-grain:before {
  content: "\e239";
}

.ml-2017 .glyphicon-sunglasses:before {
  content: "\e240";
}

.ml-2017 .glyphicon-text-size:before {
  content: "\e241";
}

.ml-2017 .glyphicon-text-color:before {
  content: "\e242";
}

.ml-2017 .glyphicon-text-background:before {
  content: "\e243";
}

.ml-2017 .glyphicon-object-align-top:before {
  content: "\e244";
}

.ml-2017 .glyphicon-object-align-bottom:before {
  content: "\e245";
}

.ml-2017 .glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.ml-2017 .glyphicon-object-align-left:before {
  content: "\e247";
}

.ml-2017 .glyphicon-object-align-vertical:before {
  content: "\e248";
}

.ml-2017 .glyphicon-object-align-right:before {
  content: "\e249";
}

.ml-2017 .glyphicon-triangle-right:before {
  content: "\e250";
}

.ml-2017 .glyphicon-triangle-left:before {
  content: "\e251";
}

.ml-2017 .glyphicon-triangle-bottom:before {
  content: "\e252";
}

.ml-2017 .glyphicon-triangle-top:before {
  content: "\e253";
}

.ml-2017 .glyphicon-console:before {
  content: "\e254";
}

.ml-2017 .glyphicon-superscript:before {
  content: "\e255";
}

.ml-2017 .glyphicon-subscript:before {
  content: "\e256";
}

.ml-2017 .glyphicon-menu-left:before {
  content: "\e257";
}

.ml-2017 .glyphicon-menu-right:before {
  content: "\e258";
}

.ml-2017 .glyphicon-menu-down:before {
  content: "\e259";
}

.ml-2017 .glyphicon-menu-up:before {
  content: "\e260";
}

.ml-2017 * {
  box-sizing: border-box;
}

.ml-2017 *:before,
.ml-2017 *:after {
  box-sizing: border-box;
}

.ml-2017 html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ml-2017 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

.ml-2017 input,
.ml-2017 button,
.ml-2017 select,
.ml-2017 textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ml-2017 a {
  color: #337ab7;
  text-decoration: none;
}

.ml-2017 a:hover, .ml-2017 a:focus {
  color: #23527c;
  text-decoration: underline;
}

.ml-2017 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ml-2017 figure {
  margin: 0;
}

.ml-2017 img {
  vertical-align: middle;
}

.ml-2017 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.ml-2017 .img-rounded {
  border-radius: 6px;
}

.ml-2017 .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.ml-2017 .img-circle {
  border-radius: 50%;
}

.ml-2017 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.ml-2017 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-2017 .sr-only-focusable:active, .ml-2017 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ml-2017 [role="button"] {
  cursor: pointer;
}

.ml-2017 h1, .ml-2017 h2, .ml-2017 h3, .ml-2017 h4, .ml-2017 h5, .ml-2017 h6,
.ml-2017 .h1, .ml-2017 .h2, .ml-2017 .h3, .ml-2017 .h4, .ml-2017 .h5, .ml-2017 .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.ml-2017 h1 small,
.ml-2017 h1 .small, .ml-2017 h2 small,
.ml-2017 h2 .small, .ml-2017 h3 small,
.ml-2017 h3 .small, .ml-2017 h4 small,
.ml-2017 h4 .small, .ml-2017 h5 small,
.ml-2017 h5 .small, .ml-2017 h6 small,
.ml-2017 h6 .small,
.ml-2017 .h1 small,
.ml-2017 .h1 .small, .ml-2017 .h2 small,
.ml-2017 .h2 .small, .ml-2017 .h3 small,
.ml-2017 .h3 .small, .ml-2017 .h4 small,
.ml-2017 .h4 .small, .ml-2017 .h5 small,
.ml-2017 .h5 .small, .ml-2017 .h6 small,
.ml-2017 .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.ml-2017 h1, .ml-2017 .h1,
.ml-2017 h2, .ml-2017 .h2,
.ml-2017 h3, .ml-2017 .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ml-2017 h1 small,
.ml-2017 h1 .small, .ml-2017 .h1 small,
.ml-2017 .h1 .small,
.ml-2017 h2 small,
.ml-2017 h2 .small, .ml-2017 .h2 small,
.ml-2017 .h2 .small,
.ml-2017 h3 small,
.ml-2017 h3 .small, .ml-2017 .h3 small,
.ml-2017 .h3 .small {
  font-size: 65%;
}

.ml-2017 h4, .ml-2017 .h4,
.ml-2017 h5, .ml-2017 .h5,
.ml-2017 h6, .ml-2017 .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ml-2017 h4 small,
.ml-2017 h4 .small, .ml-2017 .h4 small,
.ml-2017 .h4 .small,
.ml-2017 h5 small,
.ml-2017 h5 .small, .ml-2017 .h5 small,
.ml-2017 .h5 .small,
.ml-2017 h6 small,
.ml-2017 h6 .small, .ml-2017 .h6 small,
.ml-2017 .h6 .small {
  font-size: 75%;
}

.ml-2017 h1, .ml-2017 .h1 {
  font-size: 36px;
}

.ml-2017 h2, .ml-2017 .h2 {
  font-size: 30px;
}

.ml-2017 h3, .ml-2017 .h3 {
  font-size: 24px;
}

.ml-2017 h4, .ml-2017 .h4 {
  font-size: 18px;
}

.ml-2017 h5, .ml-2017 .h5 {
  font-size: 14px;
}

.ml-2017 h6, .ml-2017 .h6 {
  font-size: 12px;
}

.ml-2017 p {
  margin: 0 0 10px;
}

.ml-2017 .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .ml-2017 .lead {
    font-size: 21px;
  }
}

.ml-2017 small,
.ml-2017 .small {
  font-size: 85%;
}

.ml-2017 mark,
.ml-2017 .mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.ml-2017 .text-left {
  text-align: left;
}

.ml-2017 .text-right {
  text-align: right;
}

.ml-2017 .text-center {
  text-align: center;
}

.ml-2017 .text-justify {
  text-align: justify;
}

.ml-2017 .text-nowrap {
  white-space: nowrap;
}

.ml-2017 .text-lowercase {
  text-transform: lowercase;
}

.ml-2017 .text-uppercase, .ml-2017 .initialism {
  text-transform: uppercase;
}

.ml-2017 .text-capitalize {
  text-transform: capitalize;
}

.ml-2017 .text-muted {
  color: #777777;
}

.ml-2017 .text-primary {
  color: #337ab7;
}

.ml-2017 a.text-primary:hover,
.ml-2017 a.text-primary:focus {
  color: #286090;
}

.ml-2017 .text-success {
  color: #3c763d;
}

.ml-2017 a.text-success:hover,
.ml-2017 a.text-success:focus {
  color: #2b542c;
}

.ml-2017 .text-info {
  color: #31708f;
}

.ml-2017 a.text-info:hover,
.ml-2017 a.text-info:focus {
  color: #245269;
}

.ml-2017 .text-warning {
  color: #8a6d3b;
}

.ml-2017 a.text-warning:hover,
.ml-2017 a.text-warning:focus {
  color: #66512c;
}

.ml-2017 .text-danger {
  color: #a94442;
}

.ml-2017 a.text-danger:hover,
.ml-2017 a.text-danger:focus {
  color: #843534;
}

.ml-2017 .bg-primary {
  color: #fff;
}

.ml-2017 .bg-primary {
  background-color: #337ab7;
}

.ml-2017 a.bg-primary:hover,
.ml-2017 a.bg-primary:focus {
  background-color: #286090;
}

.ml-2017 .bg-success {
  background-color: #dff0d8;
}

.ml-2017 a.bg-success:hover,
.ml-2017 a.bg-success:focus {
  background-color: #c1e2b3;
}

.ml-2017 .bg-info {
  background-color: #d9edf7;
}

.ml-2017 a.bg-info:hover,
.ml-2017 a.bg-info:focus {
  background-color: #afd9ee;
}

.ml-2017 .bg-warning {
  background-color: #fcf8e3;
}

.ml-2017 a.bg-warning:hover,
.ml-2017 a.bg-warning:focus {
  background-color: #f7ecb5;
}

.ml-2017 .bg-danger {
  background-color: #f2dede;
}

.ml-2017 a.bg-danger:hover,
.ml-2017 a.bg-danger:focus {
  background-color: #e4b9b9;
}

.ml-2017 .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.ml-2017 ul,
.ml-2017 ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.ml-2017 ul ul,
.ml-2017 ul ol,
.ml-2017 ol ul,
.ml-2017 ol ol {
  margin-bottom: 0;
}

.ml-2017 .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ml-2017 .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.ml-2017 .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.ml-2017 dl {
  margin-top: 0;
  margin-bottom: 20px;
}

.ml-2017 dt,
.ml-2017 dd {
  line-height: 1.428571429;
}

.ml-2017 dt {
  font-weight: 700;
}

.ml-2017 dd {
  margin-left: 0;
}

.ml-2017 .dl-horizontal dd:before, .ml-2017 .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.ml-2017 .dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .ml-2017 .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ml-2017 .dl-horizontal dd {
    margin-left: 180px;
  }
}

.ml-2017 abbr[title],
.ml-2017 abbr[data-original-title] {
  cursor: help;
}

.ml-2017 .initialism {
  font-size: 90%;
}

.ml-2017 blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.ml-2017 blockquote p:last-child,
.ml-2017 blockquote ul:last-child,
.ml-2017 blockquote ol:last-child {
  margin-bottom: 0;
}

.ml-2017 blockquote footer,
.ml-2017 blockquote small,
.ml-2017 blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

.ml-2017 blockquote footer:before,
.ml-2017 blockquote small:before,
.ml-2017 blockquote .small:before {
  content: "\2014 \00A0";
}

.ml-2017 .blockquote-reverse,
.ml-2017 blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.ml-2017 .blockquote-reverse footer:before,
.ml-2017 .blockquote-reverse small:before,
.ml-2017 .blockquote-reverse .small:before,
.ml-2017 blockquote.pull-right footer:before,
.ml-2017 blockquote.pull-right small:before,
.ml-2017 blockquote.pull-right .small:before {
  content: "";
}

.ml-2017 .blockquote-reverse footer:after,
.ml-2017 .blockquote-reverse small:after,
.ml-2017 .blockquote-reverse .small:after,
.ml-2017 blockquote.pull-right footer:after,
.ml-2017 blockquote.pull-right small:after,
.ml-2017 blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

.ml-2017 address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.ml-2017 code,
.ml-2017 kbd,
.ml-2017 pre,
.ml-2017 samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.ml-2017 code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.ml-2017 kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ml-2017 kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

.ml-2017 pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ml-2017 pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.ml-2017 .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.ml-2017 .container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.ml-2017 .container:before, .ml-2017 .container:after {
  display: table;
  content: " ";
}

.ml-2017 .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .ml-2017 .container {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .ml-2017 .container {
    width: 100%;
  }
}

@media (min-width: 1420px) {
  .ml-2017 .container {
    width: 100%;
  }
}

.ml-2017 .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.ml-2017 .container-fluid:before, .ml-2017 .container-fluid:after {
  display: table;
  content: " ";
}

.ml-2017 .container-fluid:after {
  clear: both;
}

.ml-2017 .row {
  margin-right: -10px;
  margin-left: -10px;
}

.ml-2017 .row:before, .ml-2017 .row:after {
  display: table;
  content: " ";
}

.ml-2017 .row:after {
  clear: both;
}

.ml-2017 .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.ml-2017 .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.ml-2017 .col-xs-1, .ml-2017 .col-sm-1, .ml-2017 .col-md-1, .ml-2017 .col-lg-1, .ml-2017 .col-xs-2, .ml-2017 .col-sm-2, .ml-2017 .col-md-2, .ml-2017 .col-lg-2, .ml-2017 .col-xs-3, .ml-2017 .col-sm-3, .ml-2017 .col-md-3, .ml-2017 .col-lg-3, .ml-2017 .col-xs-4, .ml-2017 .col-sm-4, .ml-2017 .col-md-4, .ml-2017 .col-lg-4, .ml-2017 .col-xs-5, .ml-2017 .col-sm-5, .ml-2017 .col-md-5, .ml-2017 .col-lg-5, .ml-2017 .col-xs-6, .ml-2017 .col-sm-6, .ml-2017 .col-md-6, .ml-2017 .col-lg-6, .ml-2017 .col-xs-7, .ml-2017 .col-sm-7, .ml-2017 .col-md-7, .ml-2017 .col-lg-7, .ml-2017 .col-xs-8, .ml-2017 .col-sm-8, .ml-2017 .col-md-8, .ml-2017 .col-lg-8, .ml-2017 .col-xs-9, .ml-2017 .col-sm-9, .ml-2017 .col-md-9, .ml-2017 .col-lg-9, .ml-2017 .col-xs-10, .ml-2017 .col-sm-10, .ml-2017 .col-md-10, .ml-2017 .col-lg-10, .ml-2017 .col-xs-11, .ml-2017 .col-sm-11, .ml-2017 .col-md-11, .ml-2017 .col-lg-11, .ml-2017 .col-xs-12, .ml-2017 .col-sm-12, .ml-2017 .col-md-12, .ml-2017 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.ml-2017 .col-xs-1, .ml-2017 .col-xs-2, .ml-2017 .col-xs-3, .ml-2017 .col-xs-4, .ml-2017 .col-xs-5, .ml-2017 .col-xs-6, .ml-2017 .col-xs-7, .ml-2017 .col-xs-8, .ml-2017 .col-xs-9, .ml-2017 .col-xs-10, .ml-2017 .col-xs-11, .ml-2017 .col-xs-12 {
  float: left;
}

.ml-2017 .col-xs-1 {
  width: 8.3333333333%;
}

.ml-2017 .col-xs-2 {
  width: 16.6666666667%;
}

.ml-2017 .col-xs-3 {
  width: 25%;
}

.ml-2017 .col-xs-4 {
  width: 33.3333333333%;
}

.ml-2017 .col-xs-5 {
  width: 41.6666666667%;
}

.ml-2017 .col-xs-6 {
  width: 50%;
}

.ml-2017 .col-xs-7 {
  width: 58.3333333333%;
}

.ml-2017 .col-xs-8 {
  width: 66.6666666667%;
}

.ml-2017 .col-xs-9 {
  width: 75%;
}

.ml-2017 .col-xs-10 {
  width: 83.3333333333%;
}

.ml-2017 .col-xs-11 {
  width: 91.6666666667%;
}

.ml-2017 .col-xs-12 {
  width: 100%;
}

.ml-2017 .col-xs-pull-0 {
  right: auto;
}

.ml-2017 .col-xs-pull-1 {
  right: 8.3333333333%;
}

.ml-2017 .col-xs-pull-2 {
  right: 16.6666666667%;
}

.ml-2017 .col-xs-pull-3 {
  right: 25%;
}

.ml-2017 .col-xs-pull-4 {
  right: 33.3333333333%;
}

.ml-2017 .col-xs-pull-5 {
  right: 41.6666666667%;
}

.ml-2017 .col-xs-pull-6 {
  right: 50%;
}

.ml-2017 .col-xs-pull-7 {
  right: 58.3333333333%;
}

.ml-2017 .col-xs-pull-8 {
  right: 66.6666666667%;
}

.ml-2017 .col-xs-pull-9 {
  right: 75%;
}

.ml-2017 .col-xs-pull-10 {
  right: 83.3333333333%;
}

.ml-2017 .col-xs-pull-11 {
  right: 91.6666666667%;
}

.ml-2017 .col-xs-pull-12 {
  right: 100%;
}

.ml-2017 .col-xs-push-0 {
  left: auto;
}

.ml-2017 .col-xs-push-1 {
  left: 8.3333333333%;
}

.ml-2017 .col-xs-push-2 {
  left: 16.6666666667%;
}

.ml-2017 .col-xs-push-3 {
  left: 25%;
}

.ml-2017 .col-xs-push-4 {
  left: 33.3333333333%;
}

.ml-2017 .col-xs-push-5 {
  left: 41.6666666667%;
}

.ml-2017 .col-xs-push-6 {
  left: 50%;
}

.ml-2017 .col-xs-push-7 {
  left: 58.3333333333%;
}

.ml-2017 .col-xs-push-8 {
  left: 66.6666666667%;
}

.ml-2017 .col-xs-push-9 {
  left: 75%;
}

.ml-2017 .col-xs-push-10 {
  left: 83.3333333333%;
}

.ml-2017 .col-xs-push-11 {
  left: 91.6666666667%;
}

.ml-2017 .col-xs-push-12 {
  left: 100%;
}

.ml-2017 .col-xs-offset-0 {
  margin-left: 0%;
}

.ml-2017 .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.ml-2017 .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.ml-2017 .col-xs-offset-3 {
  margin-left: 25%;
}

.ml-2017 .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.ml-2017 .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.ml-2017 .col-xs-offset-6 {
  margin-left: 50%;
}

.ml-2017 .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.ml-2017 .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.ml-2017 .col-xs-offset-9 {
  margin-left: 75%;
}

.ml-2017 .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.ml-2017 .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.ml-2017 .col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .ml-2017 .col-sm-1, .ml-2017 .col-sm-2, .ml-2017 .col-sm-3, .ml-2017 .col-sm-4, .ml-2017 .col-sm-5, .ml-2017 .col-sm-6, .ml-2017 .col-sm-7, .ml-2017 .col-sm-8, .ml-2017 .col-sm-9, .ml-2017 .col-sm-10, .ml-2017 .col-sm-11, .ml-2017 .col-sm-12 {
    float: left;
  }
  .ml-2017 .col-sm-1 {
    width: 8.3333333333%;
  }
  .ml-2017 .col-sm-2 {
    width: 16.6666666667%;
  }
  .ml-2017 .col-sm-3 {
    width: 25%;
  }
  .ml-2017 .col-sm-4 {
    width: 33.3333333333%;
  }
  .ml-2017 .col-sm-5 {
    width: 41.6666666667%;
  }
  .ml-2017 .col-sm-6 {
    width: 50%;
  }
  .ml-2017 .col-sm-7 {
    width: 58.3333333333%;
  }
  .ml-2017 .col-sm-8 {
    width: 66.6666666667%;
  }
  .ml-2017 .col-sm-9 {
    width: 75%;
  }
  .ml-2017 .col-sm-10 {
    width: 83.3333333333%;
  }
  .ml-2017 .col-sm-11 {
    width: 91.6666666667%;
  }
  .ml-2017 .col-sm-12 {
    width: 100%;
  }
  .ml-2017 .col-sm-pull-0 {
    right: auto;
  }
  .ml-2017 .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .ml-2017 .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .ml-2017 .col-sm-pull-3 {
    right: 25%;
  }
  .ml-2017 .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .ml-2017 .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .ml-2017 .col-sm-pull-6 {
    right: 50%;
  }
  .ml-2017 .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .ml-2017 .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .ml-2017 .col-sm-pull-9 {
    right: 75%;
  }
  .ml-2017 .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .ml-2017 .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .ml-2017 .col-sm-pull-12 {
    right: 100%;
  }
  .ml-2017 .col-sm-push-0 {
    left: auto;
  }
  .ml-2017 .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .ml-2017 .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .ml-2017 .col-sm-push-3 {
    left: 25%;
  }
  .ml-2017 .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .ml-2017 .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .ml-2017 .col-sm-push-6 {
    left: 50%;
  }
  .ml-2017 .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .ml-2017 .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .ml-2017 .col-sm-push-9 {
    left: 75%;
  }
  .ml-2017 .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .ml-2017 .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .ml-2017 .col-sm-push-12 {
    left: 100%;
  }
  .ml-2017 .col-sm-offset-0 {
    margin-left: 0%;
  }
  .ml-2017 .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .ml-2017 .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .ml-2017 .col-sm-offset-3 {
    margin-left: 25%;
  }
  .ml-2017 .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .ml-2017 .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .ml-2017 .col-sm-offset-6 {
    margin-left: 50%;
  }
  .ml-2017 .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .ml-2017 .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .ml-2017 .col-sm-offset-9 {
    margin-left: 75%;
  }
  .ml-2017 .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .ml-2017 .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .ml-2017 .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .ml-2017 .col-md-1, .ml-2017 .col-md-2, .ml-2017 .col-md-3, .ml-2017 .col-md-4, .ml-2017 .col-md-5, .ml-2017 .col-md-6, .ml-2017 .col-md-7, .ml-2017 .col-md-8, .ml-2017 .col-md-9, .ml-2017 .col-md-10, .ml-2017 .col-md-11, .ml-2017 .col-md-12 {
    float: left;
  }
  .ml-2017 .col-md-1 {
    width: 8.3333333333%;
  }
  .ml-2017 .col-md-2 {
    width: 16.6666666667%;
  }
  .ml-2017 .col-md-3 {
    width: 25%;
  }
  .ml-2017 .col-md-4 {
    width: 33.3333333333%;
  }
  .ml-2017 .col-md-5 {
    width: 41.6666666667%;
  }
  .ml-2017 .col-md-6 {
    width: 50%;
  }
  .ml-2017 .col-md-7 {
    width: 58.3333333333%;
  }
  .ml-2017 .col-md-8 {
    width: 66.6666666667%;
  }
  .ml-2017 .col-md-9 {
    width: 75%;
  }
  .ml-2017 .col-md-10 {
    width: 83.3333333333%;
  }
  .ml-2017 .col-md-11 {
    width: 91.6666666667%;
  }
  .ml-2017 .col-md-12 {
    width: 100%;
  }
  .ml-2017 .col-md-pull-0 {
    right: auto;
  }
  .ml-2017 .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .ml-2017 .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .ml-2017 .col-md-pull-3 {
    right: 25%;
  }
  .ml-2017 .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .ml-2017 .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .ml-2017 .col-md-pull-6 {
    right: 50%;
  }
  .ml-2017 .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .ml-2017 .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .ml-2017 .col-md-pull-9 {
    right: 75%;
  }
  .ml-2017 .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .ml-2017 .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .ml-2017 .col-md-pull-12 {
    right: 100%;
  }
  .ml-2017 .col-md-push-0 {
    left: auto;
  }
  .ml-2017 .col-md-push-1 {
    left: 8.3333333333%;
  }
  .ml-2017 .col-md-push-2 {
    left: 16.6666666667%;
  }
  .ml-2017 .col-md-push-3 {
    left: 25%;
  }
  .ml-2017 .col-md-push-4 {
    left: 33.3333333333%;
  }
  .ml-2017 .col-md-push-5 {
    left: 41.6666666667%;
  }
  .ml-2017 .col-md-push-6 {
    left: 50%;
  }
  .ml-2017 .col-md-push-7 {
    left: 58.3333333333%;
  }
  .ml-2017 .col-md-push-8 {
    left: 66.6666666667%;
  }
  .ml-2017 .col-md-push-9 {
    left: 75%;
  }
  .ml-2017 .col-md-push-10 {
    left: 83.3333333333%;
  }
  .ml-2017 .col-md-push-11 {
    left: 91.6666666667%;
  }
  .ml-2017 .col-md-push-12 {
    left: 100%;
  }
  .ml-2017 .col-md-offset-0 {
    margin-left: 0%;
  }
  .ml-2017 .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .ml-2017 .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .ml-2017 .col-md-offset-3 {
    margin-left: 25%;
  }
  .ml-2017 .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .ml-2017 .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .ml-2017 .col-md-offset-6 {
    margin-left: 50%;
  }
  .ml-2017 .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .ml-2017 .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .ml-2017 .col-md-offset-9 {
    margin-left: 75%;
  }
  .ml-2017 .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .ml-2017 .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .ml-2017 .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1420px) {
  .ml-2017 .col-lg-1, .ml-2017 .col-lg-2, .ml-2017 .col-lg-3, .ml-2017 .col-lg-4, .ml-2017 .col-lg-5, .ml-2017 .col-lg-6, .ml-2017 .col-lg-7, .ml-2017 .col-lg-8, .ml-2017 .col-lg-9, .ml-2017 .col-lg-10, .ml-2017 .col-lg-11, .ml-2017 .col-lg-12 {
    float: left;
  }
  .ml-2017 .col-lg-1 {
    width: 8.3333333333%;
  }
  .ml-2017 .col-lg-2 {
    width: 16.6666666667%;
  }
  .ml-2017 .col-lg-3 {
    width: 25%;
  }
  .ml-2017 .col-lg-4 {
    width: 33.3333333333%;
  }
  .ml-2017 .col-lg-5 {
    width: 41.6666666667%;
  }
  .ml-2017 .col-lg-6 {
    width: 50%;
  }
  .ml-2017 .col-lg-7 {
    width: 58.3333333333%;
  }
  .ml-2017 .col-lg-8 {
    width: 66.6666666667%;
  }
  .ml-2017 .col-lg-9 {
    width: 75%;
  }
  .ml-2017 .col-lg-10 {
    width: 83.3333333333%;
  }
  .ml-2017 .col-lg-11 {
    width: 91.6666666667%;
  }
  .ml-2017 .col-lg-12 {
    width: 100%;
  }
  .ml-2017 .col-lg-pull-0 {
    right: auto;
  }
  .ml-2017 .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .ml-2017 .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .ml-2017 .col-lg-pull-3 {
    right: 25%;
  }
  .ml-2017 .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .ml-2017 .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .ml-2017 .col-lg-pull-6 {
    right: 50%;
  }
  .ml-2017 .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .ml-2017 .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .ml-2017 .col-lg-pull-9 {
    right: 75%;
  }
  .ml-2017 .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .ml-2017 .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .ml-2017 .col-lg-pull-12 {
    right: 100%;
  }
  .ml-2017 .col-lg-push-0 {
    left: auto;
  }
  .ml-2017 .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .ml-2017 .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .ml-2017 .col-lg-push-3 {
    left: 25%;
  }
  .ml-2017 .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .ml-2017 .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .ml-2017 .col-lg-push-6 {
    left: 50%;
  }
  .ml-2017 .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .ml-2017 .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .ml-2017 .col-lg-push-9 {
    left: 75%;
  }
  .ml-2017 .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .ml-2017 .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .ml-2017 .col-lg-push-12 {
    left: 100%;
  }
  .ml-2017 .col-lg-offset-0 {
    margin-left: 0%;
  }
  .ml-2017 .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .ml-2017 .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .ml-2017 .col-lg-offset-3 {
    margin-left: 25%;
  }
  .ml-2017 .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .ml-2017 .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .ml-2017 .col-lg-offset-6 {
    margin-left: 50%;
  }
  .ml-2017 .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .ml-2017 .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .ml-2017 .col-lg-offset-9 {
    margin-left: 75%;
  }
  .ml-2017 .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .ml-2017 .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .ml-2017 .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.ml-2017 table {
  background-color: transparent;
}

.ml-2017 table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

.ml-2017 table td[class*="col-"],
.ml-2017 table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.ml-2017 caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

.ml-2017 th {
  text-align: left;
}

.ml-2017 .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.ml-2017 .table > thead > tr > th,
.ml-2017 .table > thead > tr > td,
.ml-2017 .table > tbody > tr > th,
.ml-2017 .table > tbody > tr > td,
.ml-2017 .table > tfoot > tr > th,
.ml-2017 .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.ml-2017 .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.ml-2017 .table > caption + thead > tr:first-child > th,
.ml-2017 .table > caption + thead > tr:first-child > td,
.ml-2017 .table > colgroup + thead > tr:first-child > th,
.ml-2017 .table > colgroup + thead > tr:first-child > td,
.ml-2017 .table > thead:first-child > tr:first-child > th,
.ml-2017 .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.ml-2017 .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.ml-2017 .table .table {
  background-color: #fff;
}

.ml-2017 .table-condensed > thead > tr > th,
.ml-2017 .table-condensed > thead > tr > td,
.ml-2017 .table-condensed > tbody > tr > th,
.ml-2017 .table-condensed > tbody > tr > td,
.ml-2017 .table-condensed > tfoot > tr > th,
.ml-2017 .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.ml-2017 .table-bordered {
  border: 1px solid #ddd;
}

.ml-2017 .table-bordered > thead > tr > th,
.ml-2017 .table-bordered > thead > tr > td,
.ml-2017 .table-bordered > tbody > tr > th,
.ml-2017 .table-bordered > tbody > tr > td,
.ml-2017 .table-bordered > tfoot > tr > th,
.ml-2017 .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.ml-2017 .table-bordered > thead > tr > th,
.ml-2017 .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.ml-2017 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ml-2017 .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.ml-2017 .table > thead > tr > td.active,
.ml-2017 .table > thead > tr > th.active,
.ml-2017 .table > thead > tr.active > td,
.ml-2017 .table > thead > tr.active > th,
.ml-2017 .table > tbody > tr > td.active,
.ml-2017 .table > tbody > tr > th.active,
.ml-2017 .table > tbody > tr.active > td,
.ml-2017 .table > tbody > tr.active > th,
.ml-2017 .table > tfoot > tr > td.active,
.ml-2017 .table > tfoot > tr > th.active,
.ml-2017 .table > tfoot > tr.active > td,
.ml-2017 .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.ml-2017 .table-hover > tbody > tr > td.active:hover,
.ml-2017 .table-hover > tbody > tr > th.active:hover,
.ml-2017 .table-hover > tbody > tr.active:hover > td,
.ml-2017 .table-hover > tbody > tr:hover > .active,
.ml-2017 .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.ml-2017 .table > thead > tr > td.success,
.ml-2017 .table > thead > tr > th.success,
.ml-2017 .table > thead > tr.success > td,
.ml-2017 .table > thead > tr.success > th,
.ml-2017 .table > tbody > tr > td.success,
.ml-2017 .table > tbody > tr > th.success,
.ml-2017 .table > tbody > tr.success > td,
.ml-2017 .table > tbody > tr.success > th,
.ml-2017 .table > tfoot > tr > td.success,
.ml-2017 .table > tfoot > tr > th.success,
.ml-2017 .table > tfoot > tr.success > td,
.ml-2017 .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.ml-2017 .table-hover > tbody > tr > td.success:hover,
.ml-2017 .table-hover > tbody > tr > th.success:hover,
.ml-2017 .table-hover > tbody > tr.success:hover > td,
.ml-2017 .table-hover > tbody > tr:hover > .success,
.ml-2017 .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.ml-2017 .table > thead > tr > td.info,
.ml-2017 .table > thead > tr > th.info,
.ml-2017 .table > thead > tr.info > td,
.ml-2017 .table > thead > tr.info > th,
.ml-2017 .table > tbody > tr > td.info,
.ml-2017 .table > tbody > tr > th.info,
.ml-2017 .table > tbody > tr.info > td,
.ml-2017 .table > tbody > tr.info > th,
.ml-2017 .table > tfoot > tr > td.info,
.ml-2017 .table > tfoot > tr > th.info,
.ml-2017 .table > tfoot > tr.info > td,
.ml-2017 .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.ml-2017 .table-hover > tbody > tr > td.info:hover,
.ml-2017 .table-hover > tbody > tr > th.info:hover,
.ml-2017 .table-hover > tbody > tr.info:hover > td,
.ml-2017 .table-hover > tbody > tr:hover > .info,
.ml-2017 .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.ml-2017 .table > thead > tr > td.warning,
.ml-2017 .table > thead > tr > th.warning,
.ml-2017 .table > thead > tr.warning > td,
.ml-2017 .table > thead > tr.warning > th,
.ml-2017 .table > tbody > tr > td.warning,
.ml-2017 .table > tbody > tr > th.warning,
.ml-2017 .table > tbody > tr.warning > td,
.ml-2017 .table > tbody > tr.warning > th,
.ml-2017 .table > tfoot > tr > td.warning,
.ml-2017 .table > tfoot > tr > th.warning,
.ml-2017 .table > tfoot > tr.warning > td,
.ml-2017 .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.ml-2017 .table-hover > tbody > tr > td.warning:hover,
.ml-2017 .table-hover > tbody > tr > th.warning:hover,
.ml-2017 .table-hover > tbody > tr.warning:hover > td,
.ml-2017 .table-hover > tbody > tr:hover > .warning,
.ml-2017 .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.ml-2017 .table > thead > tr > td.danger,
.ml-2017 .table > thead > tr > th.danger,
.ml-2017 .table > thead > tr.danger > td,
.ml-2017 .table > thead > tr.danger > th,
.ml-2017 .table > tbody > tr > td.danger,
.ml-2017 .table > tbody > tr > th.danger,
.ml-2017 .table > tbody > tr.danger > td,
.ml-2017 .table > tbody > tr.danger > th,
.ml-2017 .table > tfoot > tr > td.danger,
.ml-2017 .table > tfoot > tr > th.danger,
.ml-2017 .table > tfoot > tr.danger > td,
.ml-2017 .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.ml-2017 .table-hover > tbody > tr > td.danger:hover,
.ml-2017 .table-hover > tbody > tr > th.danger:hover,
.ml-2017 .table-hover > tbody > tr.danger:hover > td,
.ml-2017 .table-hover > tbody > tr:hover > .danger,
.ml-2017 .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.ml-2017 .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .ml-2017 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ml-2017 .table-responsive > .table {
    margin-bottom: 0;
  }
  .ml-2017 .table-responsive > .table > thead > tr > th,
  .ml-2017 .table-responsive > .table > thead > tr > td,
  .ml-2017 .table-responsive > .table > tbody > tr > th,
  .ml-2017 .table-responsive > .table > tbody > tr > td,
  .ml-2017 .table-responsive > .table > tfoot > tr > th,
  .ml-2017 .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ml-2017 .table-responsive > .table-bordered {
    border: 0;
  }
  .ml-2017 .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ml-2017 .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ml-2017 .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ml-2017 .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ml-2017 .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ml-2017 .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ml-2017 .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ml-2017 .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ml-2017 .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .ml-2017 .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .ml-2017 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.ml-2017 fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ml-2017 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.ml-2017 label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.ml-2017 input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ml-2017 input[type="radio"],
.ml-2017 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.ml-2017 input[type="radio"][disabled], .ml-2017 input[type="radio"].disabled,
fieldset[disabled] .ml-2017 input[type="radio"],
.ml-2017 input[type="checkbox"][disabled],
.ml-2017 input[type="checkbox"].disabled,
fieldset[disabled]
.ml-2017 input[type="checkbox"] {
  cursor: not-allowed;
}

.ml-2017 input[type="file"] {
  display: block;
}

.ml-2017 input[type="range"] {
  display: block;
  width: 100%;
}

.ml-2017 select[multiple],
.ml-2017 select[size] {
  height: auto;
}

.ml-2017 input[type="file"]:focus,
.ml-2017 input[type="radio"]:focus,
.ml-2017 input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ml-2017 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.ml-2017 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ml-2017 .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ml-2017 .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ml-2017 .form-control:-ms-input-placeholder {
  color: #999;
}

.ml-2017 .form-control::-webkit-input-placeholder {
  color: #999;
}

.ml-2017 .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.ml-2017 .form-control[disabled], .ml-2017 .form-control[readonly],
fieldset[disabled] .ml-2017 .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.ml-2017 .form-control[disabled],
fieldset[disabled] .ml-2017 .form-control {
  cursor: not-allowed;
}

.ml-2017 textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ml-2017 input[type="date"].form-control,
  .ml-2017 input[type="time"].form-control,
  .ml-2017 input[type="datetime-local"].form-control,
  .ml-2017 input[type="month"].form-control {
    line-height: 34px;
  }
  .ml-2017 input[type="date"].input-sm, .ml-2017 .input-group-sm > input.form-control[type="date"],
  .ml-2017 .input-group-sm > input.input-group-addon[type="date"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn[type="date"], .ml-2017 .input-group-sm > .input-group-btn > input.btn-primary[type="date"], .ml-2017 .input-group-sm > .input-group-btn > input.btn-secondary[type="date"], .ml-2017 .input-group-sm > .input-group-btn > input.btn-success[type="date"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-reg-customer[type="date"], .ml-2017 .input-group-sm > .input-group-btn > input.btn-invert[type="date"], .ml-2017 .input-group-sm > .input-group-btn > input.btn-bankid[type="date"],
  .input-group-sm .ml-2017 input[type="date"],
  .ml-2017 input[type="time"].input-sm,
  .ml-2017 .input-group-sm > input.form-control[type="time"],
  .ml-2017 .input-group-sm > input.input-group-addon[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-primary[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-secondary[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-success[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-reg-customer[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-invert[type="time"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-bankid[type="time"],
  .input-group-sm
  .ml-2017 input[type="time"],
  .ml-2017 input[type="datetime-local"].input-sm,
  .ml-2017 .input-group-sm > input.form-control[type="datetime-local"],
  .ml-2017 .input-group-sm > input.input-group-addon[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-primary[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-secondary[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-success[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-reg-customer[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-invert[type="datetime-local"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-bankid[type="datetime-local"],
  .input-group-sm
  .ml-2017 input[type="datetime-local"],
  .ml-2017 input[type="month"].input-sm,
  .ml-2017 .input-group-sm > input.form-control[type="month"],
  .ml-2017 .input-group-sm > input.input-group-addon[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-primary[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-secondary[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-success[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-reg-customer[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-invert[type="month"],
  .ml-2017 .input-group-sm > .input-group-btn > input.btn-bankid[type="month"],
  .input-group-sm
  .ml-2017 input[type="month"] {
    line-height: 30px;
  }
  .ml-2017 input[type="date"].input-lg, .ml-2017 .input-group-lg > input.form-control[type="date"],
  .ml-2017 .input-group-lg > input.input-group-addon[type="date"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn[type="date"], .ml-2017 .input-group-lg > .input-group-btn > input.btn-primary[type="date"], .ml-2017 .input-group-lg > .input-group-btn > input.btn-secondary[type="date"], .ml-2017 .input-group-lg > .input-group-btn > input.btn-success[type="date"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-reg-customer[type="date"], .ml-2017 .input-group-lg > .input-group-btn > input.btn-invert[type="date"], .ml-2017 .input-group-lg > .input-group-btn > input.btn-bankid[type="date"],
  .input-group-lg .ml-2017 input[type="date"],
  .ml-2017 input[type="time"].input-lg,
  .ml-2017 .input-group-lg > input.form-control[type="time"],
  .ml-2017 .input-group-lg > input.input-group-addon[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-primary[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-secondary[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-success[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-reg-customer[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-invert[type="time"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-bankid[type="time"],
  .input-group-lg
  .ml-2017 input[type="time"],
  .ml-2017 input[type="datetime-local"].input-lg,
  .ml-2017 .input-group-lg > input.form-control[type="datetime-local"],
  .ml-2017 .input-group-lg > input.input-group-addon[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-primary[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-secondary[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-success[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-reg-customer[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-invert[type="datetime-local"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-bankid[type="datetime-local"],
  .input-group-lg
  .ml-2017 input[type="datetime-local"],
  .ml-2017 input[type="month"].input-lg,
  .ml-2017 .input-group-lg > input.form-control[type="month"],
  .ml-2017 .input-group-lg > input.input-group-addon[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-primary[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-secondary[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-success[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-reg-customer[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-invert[type="month"],
  .ml-2017 .input-group-lg > .input-group-btn > input.btn-bankid[type="month"],
  .input-group-lg
  .ml-2017 input[type="month"] {
    line-height: 46px;
  }
}

.ml-2017 .form-group {
  margin-bottom: 15px;
}

.ml-2017 .radio,
.ml-2017 .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ml-2017 .radio.disabled label,
fieldset[disabled] .ml-2017 .radio label,
.ml-2017 .checkbox.disabled label,
fieldset[disabled]
.ml-2017 .checkbox label {
  cursor: not-allowed;
}

.ml-2017 .radio label,
.ml-2017 .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.ml-2017 .radio input[type="radio"],
.ml-2017 .radio-inline input[type="radio"],
.ml-2017 .checkbox input[type="checkbox"],
.ml-2017 .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.ml-2017 .radio + .radio,
.ml-2017 .checkbox + .checkbox {
  margin-top: -5px;
}

.ml-2017 .radio-inline,
.ml-2017 .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.ml-2017 .radio-inline.disabled,
fieldset[disabled] .ml-2017 .radio-inline,
.ml-2017 .checkbox-inline.disabled,
fieldset[disabled]
.ml-2017 .checkbox-inline {
  cursor: not-allowed;
}

.ml-2017 .radio-inline + .radio-inline,
.ml-2017 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.ml-2017 .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.ml-2017 .form-control-static.input-lg, .ml-2017 .input-group-lg > .form-control-static.form-control,
.ml-2017 .input-group-lg > .form-control-static.input-group-addon,
.ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn, .ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-primary, .ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-secondary, .ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-success,
.ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-reg-customer, .ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-invert, .ml-2017 .input-group-lg > .input-group-btn > .form-control-static.btn-bankid, .ml-2017 .form-control-static.input-sm, .ml-2017 .input-group-sm > .form-control-static.form-control,
.ml-2017 .input-group-sm > .form-control-static.input-group-addon,
.ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn, .ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-primary, .ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-secondary, .ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-success,
.ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-reg-customer, .ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-invert, .ml-2017 .input-group-sm > .input-group-btn > .form-control-static.btn-bankid {
  padding-right: 0;
  padding-left: 0;
}

.ml-2017 .input-sm, .ml-2017 .input-group-sm > .form-control,
.ml-2017 .input-group-sm > .input-group-addon,
.ml-2017 .input-group-sm > .input-group-btn > .btn, .ml-2017 .input-group-sm > .input-group-btn > .btn-primary, .ml-2017 .input-group-sm > .input-group-btn > .btn-secondary, .ml-2017 .input-group-sm > .input-group-btn > .btn-success,
.ml-2017 .input-group-sm > .input-group-btn > .btn-reg-customer, .ml-2017 .input-group-sm > .input-group-btn > .btn-invert, .ml-2017 .input-group-sm > .input-group-btn > .btn-bankid {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ml-2017 select.input-sm, .ml-2017 .input-group-sm > select.form-control,
.ml-2017 .input-group-sm > select.input-group-addon,
.ml-2017 .input-group-sm > .input-group-btn > select.btn, .ml-2017 .input-group-sm > .input-group-btn > select.btn-primary, .ml-2017 .input-group-sm > .input-group-btn > select.btn-secondary, .ml-2017 .input-group-sm > .input-group-btn > select.btn-success,
.ml-2017 .input-group-sm > .input-group-btn > select.btn-reg-customer, .ml-2017 .input-group-sm > .input-group-btn > select.btn-invert, .ml-2017 .input-group-sm > .input-group-btn > select.btn-bankid {
  height: 30px;
  line-height: 30px;
}

.ml-2017 textarea.input-sm, .ml-2017 .input-group-sm > textarea.form-control,
.ml-2017 .input-group-sm > textarea.input-group-addon,
.ml-2017 .input-group-sm > .input-group-btn > textarea.btn, .ml-2017 .input-group-sm > .input-group-btn > textarea.btn-primary, .ml-2017 .input-group-sm > .input-group-btn > textarea.btn-secondary, .ml-2017 .input-group-sm > .input-group-btn > textarea.btn-success,
.ml-2017 .input-group-sm > .input-group-btn > textarea.btn-reg-customer, .ml-2017 .input-group-sm > .input-group-btn > textarea.btn-invert, .ml-2017 .input-group-sm > .input-group-btn > textarea.btn-bankid,
.ml-2017 select[multiple].input-sm,
.ml-2017 .input-group-sm > select.form-control[multiple],
.ml-2017 .input-group-sm > select.input-group-addon[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-primary[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-secondary[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-success[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-reg-customer[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-invert[multiple],
.ml-2017 .input-group-sm > .input-group-btn > select.btn-bankid[multiple] {
  height: auto;
}

.ml-2017 .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ml-2017 .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.ml-2017 .form-group-sm textarea.form-control,
.ml-2017 .form-group-sm select[multiple].form-control {
  height: auto;
}

.ml-2017 .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.ml-2017 .input-lg, .ml-2017 .input-group-lg > .form-control,
.ml-2017 .input-group-lg > .input-group-addon,
.ml-2017 .input-group-lg > .input-group-btn > .btn, .ml-2017 .input-group-lg > .input-group-btn > .btn-primary, .ml-2017 .input-group-lg > .input-group-btn > .btn-secondary, .ml-2017 .input-group-lg > .input-group-btn > .btn-success,
.ml-2017 .input-group-lg > .input-group-btn > .btn-reg-customer, .ml-2017 .input-group-lg > .input-group-btn > .btn-invert, .ml-2017 .input-group-lg > .input-group-btn > .btn-bankid {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.ml-2017 select.input-lg, .ml-2017 .input-group-lg > select.form-control,
.ml-2017 .input-group-lg > select.input-group-addon,
.ml-2017 .input-group-lg > .input-group-btn > select.btn, .ml-2017 .input-group-lg > .input-group-btn > select.btn-primary, .ml-2017 .input-group-lg > .input-group-btn > select.btn-secondary, .ml-2017 .input-group-lg > .input-group-btn > select.btn-success,
.ml-2017 .input-group-lg > .input-group-btn > select.btn-reg-customer, .ml-2017 .input-group-lg > .input-group-btn > select.btn-invert, .ml-2017 .input-group-lg > .input-group-btn > select.btn-bankid {
  height: 46px;
  line-height: 46px;
}

.ml-2017 textarea.input-lg, .ml-2017 .input-group-lg > textarea.form-control,
.ml-2017 .input-group-lg > textarea.input-group-addon,
.ml-2017 .input-group-lg > .input-group-btn > textarea.btn, .ml-2017 .input-group-lg > .input-group-btn > textarea.btn-primary, .ml-2017 .input-group-lg > .input-group-btn > textarea.btn-secondary, .ml-2017 .input-group-lg > .input-group-btn > textarea.btn-success,
.ml-2017 .input-group-lg > .input-group-btn > textarea.btn-reg-customer, .ml-2017 .input-group-lg > .input-group-btn > textarea.btn-invert, .ml-2017 .input-group-lg > .input-group-btn > textarea.btn-bankid,
.ml-2017 select[multiple].input-lg,
.ml-2017 .input-group-lg > select.form-control[multiple],
.ml-2017 .input-group-lg > select.input-group-addon[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-primary[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-secondary[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-success[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-reg-customer[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-invert[multiple],
.ml-2017 .input-group-lg > .input-group-btn > select.btn-bankid[multiple] {
  height: auto;
}

.ml-2017 .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.ml-2017 .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.ml-2017 .form-group-lg textarea.form-control,
.ml-2017 .form-group-lg select[multiple].form-control {
  height: auto;
}

.ml-2017 .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.ml-2017 .has-feedback {
  position: relative;
}

.ml-2017 .has-feedback .form-control {
  padding-right: 42.5px;
}

.ml-2017 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.ml-2017 .input-lg + .form-control-feedback, .ml-2017 .input-group-lg > .form-control + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-addon + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-primary + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-secondary + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-success + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-reg-customer + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-invert + .form-control-feedback, .ml-2017 .input-group-lg > .input-group-btn > .btn-bankid + .form-control-feedback,
.ml-2017 .input-group-lg + .form-control-feedback,
.ml-2017 .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.ml-2017 .input-sm + .form-control-feedback, .ml-2017 .input-group-sm > .form-control + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-addon + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-primary + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-secondary + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-success + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-reg-customer + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-invert + .form-control-feedback, .ml-2017 .input-group-sm > .input-group-btn > .btn-bankid + .form-control-feedback,
.ml-2017 .input-group-sm + .form-control-feedback,
.ml-2017 .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.ml-2017 .has-success .help-block,
.ml-2017 .has-success .control-label,
.ml-2017 .has-success .radio,
.ml-2017 .has-success .checkbox,
.ml-2017 .has-success .radio-inline,
.ml-2017 .has-success .checkbox-inline,
.ml-2017 .has-success.radio label,
.ml-2017 .has-success.checkbox label,
.ml-2017 .has-success.radio-inline label,
.ml-2017 .has-success.checkbox-inline label {
  color: #3c763d;
}

.ml-2017 .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ml-2017 .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.ml-2017 .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.ml-2017 .has-success .form-control-feedback {
  color: #3c763d;
}

.ml-2017 .has-warning .help-block,
.ml-2017 .has-warning .control-label,
.ml-2017 .has-warning .radio,
.ml-2017 .has-warning .checkbox,
.ml-2017 .has-warning .radio-inline,
.ml-2017 .has-warning .checkbox-inline,
.ml-2017 .has-warning.radio label,
.ml-2017 .has-warning.checkbox label,
.ml-2017 .has-warning.radio-inline label,
.ml-2017 .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.ml-2017 .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ml-2017 .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.ml-2017 .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.ml-2017 .has-warning .form-control-feedback {
  color: #8a6d3b;
}

.ml-2017 .has-error .help-block,
.ml-2017 .has-error .control-label,
.ml-2017 .has-error .radio,
.ml-2017 .has-error .checkbox,
.ml-2017 .has-error .radio-inline,
.ml-2017 .has-error .checkbox-inline,
.ml-2017 .has-error.radio label,
.ml-2017 .has-error.checkbox label,
.ml-2017 .has-error.radio-inline label,
.ml-2017 .has-error.checkbox-inline label {
  color: #a94442;
}

.ml-2017 .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ml-2017 .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.ml-2017 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.ml-2017 .has-error .form-control-feedback {
  color: #a94442;
}

.ml-2017 .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.ml-2017 .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.ml-2017 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .ml-2017 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ml-2017 .form-inline .form-control-static {
    display: inline-block;
  }
  .ml-2017 .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .ml-2017 .form-inline .input-group .input-group-addon,
  .ml-2017 .form-inline .input-group .input-group-btn,
  .ml-2017 .form-inline .input-group .form-control {
    width: auto;
  }
  .ml-2017 .form-inline .input-group > .form-control {
    width: 100%;
  }
  .ml-2017 .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .form-inline .radio,
  .ml-2017 .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .form-inline .radio label,
  .ml-2017 .form-inline .checkbox label {
    padding-left: 0;
  }
  .ml-2017 .form-inline .radio input[type="radio"],
  .ml-2017 .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .ml-2017 .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.ml-2017 .form-horizontal .radio,
.ml-2017 .form-horizontal .checkbox,
.ml-2017 .form-horizontal .radio-inline,
.ml-2017 .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.ml-2017 .form-horizontal .radio,
.ml-2017 .form-horizontal .checkbox {
  min-height: 27px;
}

.ml-2017 .form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.ml-2017 .form-horizontal .form-group:before, .ml-2017 .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.ml-2017 .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .ml-2017 .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.ml-2017 .form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .ml-2017 .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .ml-2017 .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.ml-2017 .btn, .ml-2017 .btn-primary, .ml-2017 .btn-secondary, .ml-2017 .btn-success,
.ml-2017 .btn-reg-customer, .ml-2017 .btn-invert, .ml-2017 .btn-bankid {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ml-2017 .btn:focus, .ml-2017 .btn-primary:focus, .ml-2017 .btn-secondary:focus, .ml-2017 .btn-success:focus,
.ml-2017 .btn-reg-customer:focus, .ml-2017 .btn-invert:focus, .ml-2017 .btn-bankid:focus, .ml-2017 .btn.focus, .ml-2017 .focus.btn-primary, .ml-2017 .focus.btn-secondary, .ml-2017 .focus.btn-success,
.ml-2017 .focus.btn-reg-customer, .ml-2017 .focus.btn-invert, .ml-2017 .focus.btn-bankid, .ml-2017 .btn:active:focus, .ml-2017 .btn-primary:active:focus, .ml-2017 .btn-secondary:active:focus, .ml-2017 .btn-success:active:focus,
.ml-2017 .btn-reg-customer:active:focus, .ml-2017 .btn-invert:active:focus, .ml-2017 .btn-bankid:active:focus, .ml-2017 .btn:active.focus, .ml-2017 .btn-primary:active.focus, .ml-2017 .btn-secondary:active.focus, .ml-2017 .btn-success:active.focus,
.ml-2017 .btn-reg-customer:active.focus, .ml-2017 .btn-invert:active.focus, .ml-2017 .btn-bankid:active.focus, .ml-2017 .btn.active:focus, .ml-2017 .active.btn-primary:focus, .ml-2017 .active.btn-secondary:focus, .ml-2017 .active.btn-success:focus,
.ml-2017 .active.btn-reg-customer:focus, .ml-2017 .active.btn-invert:focus, .ml-2017 .active.btn-bankid:focus, .ml-2017 .btn.active.focus, .ml-2017 .active.focus.btn-primary, .ml-2017 .active.focus.btn-secondary, .ml-2017 .active.focus.btn-success,
.ml-2017 .active.focus.btn-reg-customer, .ml-2017 .active.focus.btn-invert, .ml-2017 .active.focus.btn-bankid {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ml-2017 .btn:hover, .ml-2017 .btn-primary:hover, .ml-2017 .btn-secondary:hover, .ml-2017 .btn-success:hover,
.ml-2017 .btn-reg-customer:hover, .ml-2017 .btn-invert:hover, .ml-2017 .btn-bankid:hover, .ml-2017 .btn:focus, .ml-2017 .btn-primary:focus, .ml-2017 .btn-secondary:focus, .ml-2017 .btn-success:focus,
.ml-2017 .btn-reg-customer:focus, .ml-2017 .btn-invert:focus, .ml-2017 .btn-bankid:focus, .ml-2017 .btn.focus, .ml-2017 .focus.btn-primary, .ml-2017 .focus.btn-secondary, .ml-2017 .focus.btn-success,
.ml-2017 .focus.btn-reg-customer, .ml-2017 .focus.btn-invert, .ml-2017 .focus.btn-bankid {
  color: #333;
  text-decoration: none;
}

.ml-2017 .btn:active, .ml-2017 .btn-primary:active, .ml-2017 .btn-secondary:active, .ml-2017 .btn-success:active,
.ml-2017 .btn-reg-customer:active, .ml-2017 .btn-invert:active, .ml-2017 .btn-bankid:active, .ml-2017 .btn.active, .ml-2017 .active.btn-primary, .ml-2017 .active.btn-secondary, .ml-2017 .active.btn-success,
.ml-2017 .active.btn-reg-customer, .ml-2017 .active.btn-invert, .ml-2017 .active.btn-bankid {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ml-2017 .btn.disabled, .ml-2017 .disabled.btn-primary, .ml-2017 .disabled.btn-secondary, .ml-2017 .disabled.btn-success,
.ml-2017 .disabled.btn-reg-customer, .ml-2017 .disabled.btn-invert, .ml-2017 .disabled.btn-bankid, .ml-2017 .btn[disabled], .ml-2017 .btn-primary[disabled], .ml-2017 .btn-secondary[disabled], .ml-2017 .btn-success[disabled],
.ml-2017 .btn-reg-customer[disabled], .ml-2017 .btn-invert[disabled], .ml-2017 .btn-bankid[disabled],
fieldset[disabled] .ml-2017 .btn,
fieldset[disabled] .ml-2017 .btn-primary,
fieldset[disabled] .ml-2017 .btn-secondary,
fieldset[disabled] .ml-2017 .btn-success,
fieldset[disabled] .ml-2017 .btn-reg-customer,
fieldset[disabled] .ml-2017 .btn-invert,
fieldset[disabled] .ml-2017 .btn-bankid {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ml-2017 a.btn.disabled, .ml-2017 a.disabled.btn-primary, .ml-2017 a.disabled.btn-secondary, .ml-2017 a.disabled.btn-success,
.ml-2017 a.disabled.btn-reg-customer, .ml-2017 a.disabled.btn-invert, .ml-2017 a.disabled.btn-bankid,
fieldset[disabled] .ml-2017 a.btn,
fieldset[disabled] .ml-2017 a.btn-primary,
fieldset[disabled] .ml-2017 a.btn-secondary,
fieldset[disabled] .ml-2017 a.btn-success,
fieldset[disabled] .ml-2017 a.btn-reg-customer,
fieldset[disabled] .ml-2017 a.btn-invert,
fieldset[disabled] .ml-2017 a.btn-bankid {
  pointer-events: none;
}

.ml-2017 .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ml-2017 .btn-default:focus, .ml-2017 .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.ml-2017 .btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.ml-2017 .btn-default:active, .ml-2017 .btn-default.active,
.open > .ml-2017 .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

.ml-2017 .btn-default:active:hover, .ml-2017 .btn-default:active:focus, .ml-2017 .btn-default:active.focus, .ml-2017 .btn-default.active:hover, .ml-2017 .btn-default.active:focus, .ml-2017 .btn-default.active.focus,
.open > .ml-2017 .btn-default.dropdown-toggle:hover,
.open > .ml-2017 .btn-default.dropdown-toggle:focus,
.open > .ml-2017 .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.ml-2017 .btn-default.disabled:hover, .ml-2017 .btn-default.disabled:focus, .ml-2017 .btn-default.disabled.focus, .ml-2017 .btn-default[disabled]:hover, .ml-2017 .btn-default[disabled]:focus, .ml-2017 .btn-default[disabled].focus,
fieldset[disabled] .ml-2017 .btn-default:hover,
fieldset[disabled] .ml-2017 .btn-default:focus,
fieldset[disabled] .ml-2017 .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.ml-2017 .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.ml-2017 .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.ml-2017 .btn-primary:focus, .ml-2017 .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.ml-2017 .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.ml-2017 .btn-primary:active, .ml-2017 .btn-primary.active,
.open > .ml-2017 .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.ml-2017 .btn-primary:active:hover, .ml-2017 .btn-primary:active:focus, .ml-2017 .btn-primary:active.focus, .ml-2017 .btn-primary.active:hover, .ml-2017 .btn-primary.active:focus, .ml-2017 .btn-primary.active.focus,
.open > .ml-2017 .btn-primary.dropdown-toggle:hover,
.open > .ml-2017 .btn-primary.dropdown-toggle:focus,
.open > .ml-2017 .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.ml-2017 .btn-primary.disabled:hover, .ml-2017 .btn-primary.disabled:focus, .ml-2017 .btn-primary.disabled.focus, .ml-2017 .btn-primary[disabled]:hover, .ml-2017 .btn-primary[disabled]:focus, .ml-2017 .btn-primary[disabled].focus,
fieldset[disabled] .ml-2017 .btn-primary:hover,
fieldset[disabled] .ml-2017 .btn-primary:focus,
fieldset[disabled] .ml-2017 .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.ml-2017 .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.ml-2017 .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ml-2017 .btn-success:focus, .ml-2017 .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.ml-2017 .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.ml-2017 .btn-success:active, .ml-2017 .btn-success.active,
.open > .ml-2017 .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.ml-2017 .btn-success:active:hover, .ml-2017 .btn-success:active:focus, .ml-2017 .btn-success:active.focus, .ml-2017 .btn-success.active:hover, .ml-2017 .btn-success.active:focus, .ml-2017 .btn-success.active.focus,
.open > .ml-2017 .btn-success.dropdown-toggle:hover,
.open > .ml-2017 .btn-success.dropdown-toggle:focus,
.open > .ml-2017 .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.ml-2017 .btn-success.disabled:hover, .ml-2017 .btn-success.disabled:focus, .ml-2017 .btn-success.disabled.focus, .ml-2017 .btn-success[disabled]:hover, .ml-2017 .btn-success[disabled]:focus, .ml-2017 .btn-success[disabled].focus,
fieldset[disabled] .ml-2017 .btn-success:hover,
fieldset[disabled] .ml-2017 .btn-success:focus,
fieldset[disabled] .ml-2017 .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ml-2017 .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.ml-2017 .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ml-2017 .btn-info:focus, .ml-2017 .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.ml-2017 .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.ml-2017 .btn-info:active, .ml-2017 .btn-info.active,
.open > .ml-2017 .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.ml-2017 .btn-info:active:hover, .ml-2017 .btn-info:active:focus, .ml-2017 .btn-info:active.focus, .ml-2017 .btn-info.active:hover, .ml-2017 .btn-info.active:focus, .ml-2017 .btn-info.active.focus,
.open > .ml-2017 .btn-info.dropdown-toggle:hover,
.open > .ml-2017 .btn-info.dropdown-toggle:focus,
.open > .ml-2017 .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.ml-2017 .btn-info.disabled:hover, .ml-2017 .btn-info.disabled:focus, .ml-2017 .btn-info.disabled.focus, .ml-2017 .btn-info[disabled]:hover, .ml-2017 .btn-info[disabled]:focus, .ml-2017 .btn-info[disabled].focus,
fieldset[disabled] .ml-2017 .btn-info:hover,
fieldset[disabled] .ml-2017 .btn-info:focus,
fieldset[disabled] .ml-2017 .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ml-2017 .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.ml-2017 .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ml-2017 .btn-warning:focus, .ml-2017 .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.ml-2017 .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.ml-2017 .btn-warning:active, .ml-2017 .btn-warning.active,
.open > .ml-2017 .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.ml-2017 .btn-warning:active:hover, .ml-2017 .btn-warning:active:focus, .ml-2017 .btn-warning:active.focus, .ml-2017 .btn-warning.active:hover, .ml-2017 .btn-warning.active:focus, .ml-2017 .btn-warning.active.focus,
.open > .ml-2017 .btn-warning.dropdown-toggle:hover,
.open > .ml-2017 .btn-warning.dropdown-toggle:focus,
.open > .ml-2017 .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.ml-2017 .btn-warning.disabled:hover, .ml-2017 .btn-warning.disabled:focus, .ml-2017 .btn-warning.disabled.focus, .ml-2017 .btn-warning[disabled]:hover, .ml-2017 .btn-warning[disabled]:focus, .ml-2017 .btn-warning[disabled].focus,
fieldset[disabled] .ml-2017 .btn-warning:hover,
fieldset[disabled] .ml-2017 .btn-warning:focus,
fieldset[disabled] .ml-2017 .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ml-2017 .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.ml-2017 .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ml-2017 .btn-danger:focus, .ml-2017 .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.ml-2017 .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.ml-2017 .btn-danger:active, .ml-2017 .btn-danger.active,
.open > .ml-2017 .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.ml-2017 .btn-danger:active:hover, .ml-2017 .btn-danger:active:focus, .ml-2017 .btn-danger:active.focus, .ml-2017 .btn-danger.active:hover, .ml-2017 .btn-danger.active:focus, .ml-2017 .btn-danger.active.focus,
.open > .ml-2017 .btn-danger.dropdown-toggle:hover,
.open > .ml-2017 .btn-danger.dropdown-toggle:focus,
.open > .ml-2017 .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.ml-2017 .btn-danger.disabled:hover, .ml-2017 .btn-danger.disabled:focus, .ml-2017 .btn-danger.disabled.focus, .ml-2017 .btn-danger[disabled]:hover, .ml-2017 .btn-danger[disabled]:focus, .ml-2017 .btn-danger[disabled].focus,
fieldset[disabled] .ml-2017 .btn-danger:hover,
fieldset[disabled] .ml-2017 .btn-danger:focus,
fieldset[disabled] .ml-2017 .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ml-2017 .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.ml-2017 .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.ml-2017 .btn-link, .ml-2017 .btn-link:active, .ml-2017 .btn-link.active, .ml-2017 .btn-link[disabled],
fieldset[disabled] .ml-2017 .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.ml-2017 .btn-link, .ml-2017 .btn-link:hover, .ml-2017 .btn-link:focus, .ml-2017 .btn-link:active {
  border-color: transparent;
}

.ml-2017 .btn-link:hover, .ml-2017 .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.ml-2017 .btn-link[disabled]:hover, .ml-2017 .btn-link[disabled]:focus,
fieldset[disabled] .ml-2017 .btn-link:hover,
fieldset[disabled] .ml-2017 .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.ml-2017 .btn-lg, .ml-2017 .btn-group-lg > .btn, .ml-2017 .btn-group-lg > .btn-primary, .ml-2017 .btn-group-lg > .btn-secondary, .ml-2017 .btn-group-lg > .btn-success,
.ml-2017 .btn-group-lg > .btn-reg-customer, .ml-2017 .btn-group-lg > .btn-invert, .ml-2017 .btn-group-lg > .btn-bankid {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.ml-2017 .btn-sm, .ml-2017 .btn-group-sm > .btn, .ml-2017 .btn-group-sm > .btn-primary, .ml-2017 .btn-group-sm > .btn-secondary, .ml-2017 .btn-group-sm > .btn-success,
.ml-2017 .btn-group-sm > .btn-reg-customer, .ml-2017 .btn-group-sm > .btn-invert, .ml-2017 .btn-group-sm > .btn-bankid {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ml-2017 .btn-xs, .ml-2017 .btn-group-xs > .btn, .ml-2017 .btn-group-xs > .btn-primary, .ml-2017 .btn-group-xs > .btn-secondary, .ml-2017 .btn-group-xs > .btn-success,
.ml-2017 .btn-group-xs > .btn-reg-customer, .ml-2017 .btn-group-xs > .btn-invert, .ml-2017 .btn-group-xs > .btn-bankid {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ml-2017 .btn-block {
  display: block;
  width: 100%;
}

.ml-2017 .btn-block + .btn-block {
  margin-top: 5px;
}

.ml-2017 input[type="submit"].btn-block,
.ml-2017 input[type="reset"].btn-block,
.ml-2017 input[type="button"].btn-block {
  width: 100%;
}

.ml-2017 .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.ml-2017 .fade.in {
  opacity: 1;
}

.ml-2017 .collapse {
  display: none;
}

.ml-2017 .collapse.in {
  display: block;
}

.ml-2017 tr.collapse.in {
  display: table-row;
}

.ml-2017 tbody.collapse.in {
  display: table-row-group;
}

.ml-2017 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.ml-2017 .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.ml-2017 .dropup,
.ml-2017 .dropdown {
  position: relative;
}

.ml-2017 .dropdown-toggle:focus {
  outline: 0;
}

.ml-2017 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ml-2017 .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.ml-2017 .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.ml-2017 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.ml-2017 .dropdown-menu > li > a:hover, .ml-2017 .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.ml-2017 .dropdown-menu > .active > a, .ml-2017 .dropdown-menu > .active > a:hover, .ml-2017 .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.ml-2017 .dropdown-menu > .disabled > a, .ml-2017 .dropdown-menu > .disabled > a:hover, .ml-2017 .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.ml-2017 .dropdown-menu > .disabled > a:hover, .ml-2017 .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.ml-2017 .open > .dropdown-menu {
  display: block;
}

.ml-2017 .open > a {
  outline: 0;
}

.ml-2017 .dropdown-menu-right {
  right: 0;
  left: auto;
}

.ml-2017 .dropdown-menu-left {
  right: auto;
  left: 0;
}

.ml-2017 .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.ml-2017 .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.ml-2017 .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.ml-2017 .dropup .caret,
.ml-2017 .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.ml-2017 .dropup .dropdown-menu,
.ml-2017 .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .ml-2017 .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.ml-2017 .btn-group,
.ml-2017 .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ml-2017 .btn-group > .btn, .ml-2017 .btn-group > .btn-primary, .ml-2017 .btn-group > .btn-secondary, .ml-2017 .btn-group > .btn-success,
.ml-2017 .btn-group > .btn-reg-customer, .ml-2017 .btn-group > .btn-invert, .ml-2017 .btn-group > .btn-bankid,
.ml-2017 .btn-group-vertical > .btn,
.ml-2017 .btn-group-vertical > .btn-primary,
.ml-2017 .btn-group-vertical > .btn-secondary,
.ml-2017 .btn-group-vertical > .btn-success,
.ml-2017 .btn-group-vertical > .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-invert,
.ml-2017 .btn-group-vertical > .btn-bankid {
  position: relative;
  float: left;
}

.ml-2017 .btn-group > .btn:hover, .ml-2017 .btn-group > .btn-primary:hover, .ml-2017 .btn-group > .btn-secondary:hover, .ml-2017 .btn-group > .btn-success:hover,
.ml-2017 .btn-group > .btn-reg-customer:hover, .ml-2017 .btn-group > .btn-invert:hover, .ml-2017 .btn-group > .btn-bankid:hover, .ml-2017 .btn-group > .btn:focus, .ml-2017 .btn-group > .btn-primary:focus, .ml-2017 .btn-group > .btn-secondary:focus, .ml-2017 .btn-group > .btn-success:focus,
.ml-2017 .btn-group > .btn-reg-customer:focus, .ml-2017 .btn-group > .btn-invert:focus, .ml-2017 .btn-group > .btn-bankid:focus, .ml-2017 .btn-group > .btn:active, .ml-2017 .btn-group > .btn-primary:active, .ml-2017 .btn-group > .btn-secondary:active, .ml-2017 .btn-group > .btn-success:active,
.ml-2017 .btn-group > .btn-reg-customer:active, .ml-2017 .btn-group > .btn-invert:active, .ml-2017 .btn-group > .btn-bankid:active, .ml-2017 .btn-group > .btn.active, .ml-2017 .btn-group > .active.btn-primary, .ml-2017 .btn-group > .active.btn-secondary, .ml-2017 .btn-group > .active.btn-success,
.ml-2017 .btn-group > .active.btn-reg-customer, .ml-2017 .btn-group > .active.btn-invert, .ml-2017 .btn-group > .active.btn-bankid,
.ml-2017 .btn-group-vertical > .btn:hover,
.ml-2017 .btn-group-vertical > .btn-primary:hover,
.ml-2017 .btn-group-vertical > .btn-secondary:hover,
.ml-2017 .btn-group-vertical > .btn-success:hover,
.ml-2017 .btn-group-vertical > .btn-reg-customer:hover,
.ml-2017 .btn-group-vertical > .btn-invert:hover,
.ml-2017 .btn-group-vertical > .btn-bankid:hover,
.ml-2017 .btn-group-vertical > .btn:focus,
.ml-2017 .btn-group-vertical > .btn-primary:focus,
.ml-2017 .btn-group-vertical > .btn-secondary:focus,
.ml-2017 .btn-group-vertical > .btn-success:focus,
.ml-2017 .btn-group-vertical > .btn-reg-customer:focus,
.ml-2017 .btn-group-vertical > .btn-invert:focus,
.ml-2017 .btn-group-vertical > .btn-bankid:focus,
.ml-2017 .btn-group-vertical > .btn:active,
.ml-2017 .btn-group-vertical > .btn-primary:active,
.ml-2017 .btn-group-vertical > .btn-secondary:active,
.ml-2017 .btn-group-vertical > .btn-success:active,
.ml-2017 .btn-group-vertical > .btn-reg-customer:active,
.ml-2017 .btn-group-vertical > .btn-invert:active,
.ml-2017 .btn-group-vertical > .btn-bankid:active,
.ml-2017 .btn-group-vertical > .btn.active,
.ml-2017 .btn-group-vertical > .active.btn-primary,
.ml-2017 .btn-group-vertical > .active.btn-secondary,
.ml-2017 .btn-group-vertical > .active.btn-success,
.ml-2017 .btn-group-vertical > .active.btn-reg-customer,
.ml-2017 .btn-group-vertical > .active.btn-invert,
.ml-2017 .btn-group-vertical > .active.btn-bankid {
  z-index: 2;
}

.ml-2017 .btn-group .btn + .btn, .ml-2017 .btn-group .btn-primary + .btn, .ml-2017 .btn-group .btn-secondary + .btn, .ml-2017 .btn-group .btn-success + .btn, .ml-2017 .btn-group .btn-reg-customer + .btn, .ml-2017 .btn-group .btn-invert + .btn, .ml-2017 .btn-group .btn-bankid + .btn, .ml-2017 .btn-group .btn + .btn-primary, .ml-2017 .btn-group .btn-primary + .btn-primary, .ml-2017 .btn-group .btn-secondary + .btn-primary, .ml-2017 .btn-group .btn-success + .btn-primary, .ml-2017 .btn-group .btn-reg-customer + .btn-primary, .ml-2017 .btn-group .btn-invert + .btn-primary, .ml-2017 .btn-group .btn-bankid + .btn-primary, .ml-2017 .btn-group .btn + .btn-secondary, .ml-2017 .btn-group .btn-primary + .btn-secondary, .ml-2017 .btn-group .btn-secondary + .btn-secondary, .ml-2017 .btn-group .btn-success + .btn-secondary, .ml-2017 .btn-group .btn-reg-customer + .btn-secondary, .ml-2017 .btn-group .btn-invert + .btn-secondary, .ml-2017 .btn-group .btn-bankid + .btn-secondary, .ml-2017 .btn-group .btn + .btn-success, .ml-2017 .btn-group .btn-primary + .btn-success, .ml-2017 .btn-group .btn-secondary + .btn-success, .ml-2017 .btn-group .btn-success + .btn-success, .ml-2017 .btn-group .btn-reg-customer + .btn-success, .ml-2017 .btn-group .btn-invert + .btn-success, .ml-2017 .btn-group .btn-bankid + .btn-success,
.ml-2017 .btn-group .btn + .btn-reg-customer,
.ml-2017 .btn-group .btn-primary + .btn-reg-customer,
.ml-2017 .btn-group .btn-secondary + .btn-reg-customer,
.ml-2017 .btn-group .btn-success + .btn-reg-customer,
.ml-2017 .btn-group .btn-reg-customer + .btn-reg-customer,
.ml-2017 .btn-group .btn-invert + .btn-reg-customer,
.ml-2017 .btn-group .btn-bankid + .btn-reg-customer, .ml-2017 .btn-group .btn + .btn-invert, .ml-2017 .btn-group .btn-primary + .btn-invert, .ml-2017 .btn-group .btn-secondary + .btn-invert, .ml-2017 .btn-group .btn-success + .btn-invert, .ml-2017 .btn-group .btn-reg-customer + .btn-invert, .ml-2017 .btn-group .btn-invert + .btn-invert, .ml-2017 .btn-group .btn-bankid + .btn-invert, .ml-2017 .btn-group .btn + .btn-bankid, .ml-2017 .btn-group .btn-primary + .btn-bankid, .ml-2017 .btn-group .btn-secondary + .btn-bankid, .ml-2017 .btn-group .btn-success + .btn-bankid, .ml-2017 .btn-group .btn-reg-customer + .btn-bankid, .ml-2017 .btn-group .btn-invert + .btn-bankid, .ml-2017 .btn-group .btn-bankid + .btn-bankid,
.ml-2017 .btn-group .btn + .btn-group,
.ml-2017 .btn-group .btn-primary + .btn-group,
.ml-2017 .btn-group .btn-secondary + .btn-group,
.ml-2017 .btn-group .btn-success + .btn-group,
.ml-2017 .btn-group .btn-reg-customer + .btn-group,
.ml-2017 .btn-group .btn-invert + .btn-group,
.ml-2017 .btn-group .btn-bankid + .btn-group,
.ml-2017 .btn-group .btn-group + .btn,
.ml-2017 .btn-group .btn-group + .btn-primary,
.ml-2017 .btn-group .btn-group + .btn-secondary,
.ml-2017 .btn-group .btn-group + .btn-success,
.ml-2017 .btn-group .btn-group + .btn-reg-customer,
.ml-2017 .btn-group .btn-group + .btn-invert,
.ml-2017 .btn-group .btn-group + .btn-bankid,
.ml-2017 .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.ml-2017 .btn-toolbar {
  margin-left: -5px;
}

.ml-2017 .btn-toolbar:before, .ml-2017 .btn-toolbar:after {
  display: table;
  content: " ";
}

.ml-2017 .btn-toolbar:after {
  clear: both;
}

.ml-2017 .btn-toolbar .btn, .ml-2017 .btn-toolbar .btn-primary, .ml-2017 .btn-toolbar .btn-secondary, .ml-2017 .btn-toolbar .btn-success,
.ml-2017 .btn-toolbar .btn-reg-customer, .ml-2017 .btn-toolbar .btn-invert, .ml-2017 .btn-toolbar .btn-bankid,
.ml-2017 .btn-toolbar .btn-group,
.ml-2017 .btn-toolbar .input-group {
  float: left;
}

.ml-2017 .btn-toolbar > .btn, .ml-2017 .btn-toolbar > .btn-primary, .ml-2017 .btn-toolbar > .btn-secondary, .ml-2017 .btn-toolbar > .btn-success,
.ml-2017 .btn-toolbar > .btn-reg-customer, .ml-2017 .btn-toolbar > .btn-invert, .ml-2017 .btn-toolbar > .btn-bankid,
.ml-2017 .btn-toolbar > .btn-group,
.ml-2017 .btn-toolbar > .input-group {
  margin-left: 5px;
}

.ml-2017 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-success:not(:first-child):not(:last-child):not(.dropdown-toggle),
.ml-2017 .btn-group > .btn-reg-customer:not(:first-child):not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-invert:not(:first-child):not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-bankid:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.ml-2017 .btn-group > .btn:first-child, .ml-2017 .btn-group > .btn-primary:first-child, .ml-2017 .btn-group > .btn-secondary:first-child, .ml-2017 .btn-group > .btn-success:first-child,
.ml-2017 .btn-group > .btn-reg-customer:first-child, .ml-2017 .btn-group > .btn-invert:first-child, .ml-2017 .btn-group > .btn-bankid:first-child {
  margin-left: 0;
}

.ml-2017 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-secondary:first-child:not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-success:first-child:not(:last-child):not(.dropdown-toggle),
.ml-2017 .btn-group > .btn-reg-customer:first-child:not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-invert:first-child:not(:last-child):not(.dropdown-toggle), .ml-2017 .btn-group > .btn-bankid:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ml-2017 .btn-group > .btn:last-child:not(:first-child), .ml-2017 .btn-group > .btn-primary:last-child:not(:first-child), .ml-2017 .btn-group > .btn-secondary:last-child:not(:first-child), .ml-2017 .btn-group > .btn-success:last-child:not(:first-child),
.ml-2017 .btn-group > .btn-reg-customer:last-child:not(:first-child), .ml-2017 .btn-group > .btn-invert:last-child:not(:first-child), .ml-2017 .btn-group > .btn-bankid:last-child:not(:first-child),
.ml-2017 .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .btn-group > .btn-group {
  float: left;
}

.ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary, .ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-secondary, .ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-success,
.ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-reg-customer, .ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-invert, .ml-2017 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-bankid {
  border-radius: 0;
}

.ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-primary:last-child, .ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-secondary:last-child, .ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-success:last-child,
.ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-reg-customer:last-child, .ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-invert:last-child, .ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .btn-bankid:last-child,
.ml-2017 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-primary:first-child, .ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-secondary:first-child, .ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-success:first-child,
.ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-reg-customer:first-child, .ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-invert:first-child, .ml-2017 .btn-group > .btn-group:last-child:not(:first-child) > .btn-bankid:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .btn-group .dropdown-toggle:active,
.ml-2017 .btn-group.open .dropdown-toggle {
  outline: 0;
}

.ml-2017 .btn-group > .btn + .dropdown-toggle, .ml-2017 .btn-group > .btn-primary + .dropdown-toggle, .ml-2017 .btn-group > .btn-secondary + .dropdown-toggle, .ml-2017 .btn-group > .btn-success + .dropdown-toggle, .ml-2017 .btn-group > .btn-reg-customer + .dropdown-toggle, .ml-2017 .btn-group > .btn-invert + .dropdown-toggle, .ml-2017 .btn-group > .btn-bankid + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.ml-2017 .btn-group > .btn-lg + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-primary + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-secondary + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-success + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-reg-customer + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-invert + .dropdown-toggle, .ml-2017 .btn-group-lg.btn-group > .btn-bankid + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.ml-2017 .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ml-2017 .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.ml-2017 .btn .caret, .ml-2017 .btn-primary .caret, .ml-2017 .btn-secondary .caret, .ml-2017 .btn-success .caret, .ml-2017 .btn-reg-customer .caret, .ml-2017 .btn-invert .caret, .ml-2017 .btn-bankid .caret {
  margin-left: 0;
}

.ml-2017 .btn-lg .caret, .ml-2017 .btn-group-lg > .btn .caret, .ml-2017 .btn-group-lg > .btn-primary .caret, .ml-2017 .btn-group-lg > .btn-secondary .caret, .ml-2017 .btn-group-lg > .btn-success .caret, .ml-2017 .btn-group-lg > .btn-reg-customer .caret, .ml-2017 .btn-group-lg > .btn-invert .caret, .ml-2017 .btn-group-lg > .btn-bankid .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.ml-2017 .dropup .btn-lg .caret, .ml-2017 .dropup .btn-group-lg > .btn .caret, .ml-2017 .dropup .btn-group-lg > .btn-primary .caret, .ml-2017 .dropup .btn-group-lg > .btn-secondary .caret, .ml-2017 .dropup .btn-group-lg > .btn-success .caret, .ml-2017 .dropup .btn-group-lg > .btn-reg-customer .caret, .ml-2017 .dropup .btn-group-lg > .btn-invert .caret, .ml-2017 .dropup .btn-group-lg > .btn-bankid .caret {
  border-width: 0 5px 5px;
}


.ml-2017 .btn-group-vertical > .btn,
.ml-2017 .btn-group-vertical > .btn-primary,
.ml-2017 .btn-group-vertical > .btn-secondary,
.ml-2017 .btn-group-vertical > .btn-success,
.ml-2017 .btn-group-vertical > .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-invert,
.ml-2017 .btn-group-vertical > .btn-bankid,
.ml-2017 .btn-group-vertical > .btn-group,
.ml-2017 .btn-group-vertical > .btn-group > .btn,
.ml-2017 .btn-group-vertical > .btn-group > .btn-primary,
.ml-2017 .btn-group-vertical > .btn-group > .btn-secondary,
.ml-2017 .btn-group-vertical > .btn-group > .btn-success,
.ml-2017 .btn-group-vertical > .btn-group > .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-group > .btn-invert,
.ml-2017 .btn-group-vertical > .btn-group > .btn-bankid {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.ml-2017 .btn-group-vertical > .btn-group:before, .ml-2017 .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.ml-2017 .btn-group-vertical > .btn-group:after {
  clear: both;
}


.ml-2017 .btn-group-vertical > .btn-group > .btn,
.ml-2017 .btn-group-vertical > .btn-group > .btn-primary,
.ml-2017 .btn-group-vertical > .btn-group > .btn-secondary,
.ml-2017 .btn-group-vertical > .btn-group > .btn-success,
.ml-2017 .btn-group-vertical > .btn-group > .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-group > .btn-invert,
.ml-2017 .btn-group-vertical > .btn-group > .btn-bankid {
  float: none;
}

.ml-2017 .btn-group-vertical > .btn + .btn, .ml-2017 .btn-group-vertical > .btn-primary + .btn, .ml-2017 .btn-group-vertical > .btn-secondary + .btn, .ml-2017 .btn-group-vertical > .btn-success + .btn, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn, .ml-2017 .btn-group-vertical > .btn-invert + .btn, .ml-2017 .btn-group-vertical > .btn-bankid + .btn, .ml-2017 .btn-group-vertical > .btn + .btn-primary, .ml-2017 .btn-group-vertical > .btn-primary + .btn-primary, .ml-2017 .btn-group-vertical > .btn-secondary + .btn-primary, .ml-2017 .btn-group-vertical > .btn-success + .btn-primary, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-primary, .ml-2017 .btn-group-vertical > .btn-invert + .btn-primary, .ml-2017 .btn-group-vertical > .btn-bankid + .btn-primary, .ml-2017 .btn-group-vertical > .btn + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-primary + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-secondary + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-success + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-invert + .btn-secondary, .ml-2017 .btn-group-vertical > .btn-bankid + .btn-secondary, .ml-2017 .btn-group-vertical > .btn + .btn-success, .ml-2017 .btn-group-vertical > .btn-primary + .btn-success, .ml-2017 .btn-group-vertical > .btn-secondary + .btn-success, .ml-2017 .btn-group-vertical > .btn-success + .btn-success, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-success, .ml-2017 .btn-group-vertical > .btn-invert + .btn-success, .ml-2017 .btn-group-vertical > .btn-bankid + .btn-success,
.ml-2017 .btn-group-vertical > .btn + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-primary + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-secondary + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-success + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-invert + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-bankid + .btn-reg-customer, .ml-2017 .btn-group-vertical > .btn + .btn-invert, .ml-2017 .btn-group-vertical > .btn-primary + .btn-invert, .ml-2017 .btn-group-vertical > .btn-secondary + .btn-invert, .ml-2017 .btn-group-vertical > .btn-success + .btn-invert, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-invert, .ml-2017 .btn-group-vertical > .btn-invert + .btn-invert, .ml-2017 .btn-group-vertical > .btn-bankid + .btn-invert, .ml-2017 .btn-group-vertical > .btn + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-primary + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-secondary + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-success + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-invert + .btn-bankid, .ml-2017 .btn-group-vertical > .btn-bankid + .btn-bankid,
.ml-2017 .btn-group-vertical > .btn + .btn-group,
.ml-2017 .btn-group-vertical > .btn-primary + .btn-group,
.ml-2017 .btn-group-vertical > .btn-secondary + .btn-group,
.ml-2017 .btn-group-vertical > .btn-success + .btn-group,
.ml-2017 .btn-group-vertical > .btn-reg-customer + .btn-group,
.ml-2017 .btn-group-vertical > .btn-invert + .btn-group,
.ml-2017 .btn-group-vertical > .btn-bankid + .btn-group,
.ml-2017 .btn-group-vertical > .btn-group + .btn,
.ml-2017 .btn-group-vertical > .btn-group + .btn-primary,
.ml-2017 .btn-group-vertical > .btn-group + .btn-secondary,
.ml-2017 .btn-group-vertical > .btn-group + .btn-success,
.ml-2017 .btn-group-vertical > .btn-group + .btn-reg-customer,
.ml-2017 .btn-group-vertical > .btn-group + .btn-invert,
.ml-2017 .btn-group-vertical > .btn-group + .btn-bankid,
.ml-2017 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.ml-2017 .btn-group-vertical > .btn:not(:first-child):not(:last-child), .ml-2017 .btn-group-vertical > .btn-primary:not(:first-child):not(:last-child), .ml-2017 .btn-group-vertical > .btn-secondary:not(:first-child):not(:last-child), .ml-2017 .btn-group-vertical > .btn-success:not(:first-child):not(:last-child),
.ml-2017 .btn-group-vertical > .btn-reg-customer:not(:first-child):not(:last-child), .ml-2017 .btn-group-vertical > .btn-invert:not(:first-child):not(:last-child), .ml-2017 .btn-group-vertical > .btn-bankid:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ml-2017 .btn-group-vertical > .btn:first-child:not(:last-child), .ml-2017 .btn-group-vertical > .btn-primary:first-child:not(:last-child), .ml-2017 .btn-group-vertical > .btn-secondary:first-child:not(:last-child), .ml-2017 .btn-group-vertical > .btn-success:first-child:not(:last-child),
.ml-2017 .btn-group-vertical > .btn-reg-customer:first-child:not(:last-child), .ml-2017 .btn-group-vertical > .btn-invert:first-child:not(:last-child), .ml-2017 .btn-group-vertical > .btn-bankid:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .btn-group-vertical > .btn:last-child:not(:first-child), .ml-2017 .btn-group-vertical > .btn-primary:last-child:not(:first-child), .ml-2017 .btn-group-vertical > .btn-secondary:last-child:not(:first-child), .ml-2017 .btn-group-vertical > .btn-success:last-child:not(:first-child),
.ml-2017 .btn-group-vertical > .btn-reg-customer:last-child:not(:first-child), .ml-2017 .btn-group-vertical > .btn-invert:last-child:not(:first-child), .ml-2017 .btn-group-vertical > .btn-bankid:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary, .ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-secondary, .ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-success,
.ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-reg-customer, .ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-invert, .ml-2017 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-bankid {
  border-radius: 0;
}

.ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary:last-child, .ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-secondary:last-child, .ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-success:last-child,
.ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-reg-customer:last-child, .ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-invert:last-child, .ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-bankid:last-child,
.ml-2017 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary:first-child, .ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-secondary:first-child, .ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-success:first-child,
.ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-reg-customer:first-child, .ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-invert:first-child, .ml-2017 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-bankid:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ml-2017 .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ml-2017 .btn-group-justified > .btn, .ml-2017 .btn-group-justified > .btn-primary, .ml-2017 .btn-group-justified > .btn-secondary, .ml-2017 .btn-group-justified > .btn-success,
.ml-2017 .btn-group-justified > .btn-reg-customer, .ml-2017 .btn-group-justified > .btn-invert, .ml-2017 .btn-group-justified > .btn-bankid,
.ml-2017 .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.ml-2017 .btn-group-justified > .btn-group .btn, .ml-2017 .btn-group-justified > .btn-group .btn-primary, .ml-2017 .btn-group-justified > .btn-group .btn-secondary, .ml-2017 .btn-group-justified > .btn-group .btn-success,
.ml-2017 .btn-group-justified > .btn-group .btn-reg-customer, .ml-2017 .btn-group-justified > .btn-group .btn-invert, .ml-2017 .btn-group-justified > .btn-group .btn-bankid {
  width: 100%;
}

.ml-2017 .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.ml-2017 [data-toggle="buttons"] > .btn input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-primary input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-secondary input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-success input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-reg-customer input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-invert input[type="radio"], .ml-2017 [data-toggle="buttons"] > .btn-bankid input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-primary input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-secondary input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-success input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-reg-customer input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-invert input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-bankid input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-primary input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-secondary input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-success input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-reg-customer input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-invert input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-bankid input[type="radio"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-primary input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-secondary input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-success input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-reg-customer input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-invert input[type="checkbox"],
.ml-2017 [data-toggle="buttons"] > .btn-group > .btn-bankid input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.ml-2017 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.ml-2017 .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.ml-2017 .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ml-2017 .input-group .form-control:focus {
  z-index: 3;
}

.ml-2017 .input-group-addon,
.ml-2017 .input-group-btn,
.ml-2017 .input-group .form-control {
  display: table-cell;
}

.ml-2017 .input-group-addon:not(:first-child):not(:last-child),
.ml-2017 .input-group-btn:not(:first-child):not(:last-child),
.ml-2017 .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ml-2017 .input-group-addon,
.ml-2017 .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.ml-2017 .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ml-2017 .input-group-addon.input-sm,
.ml-2017 .input-group-sm > .input-group-addon,
.ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn, .ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-primary, .ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-secondary, .ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-success,
.ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-reg-customer, .ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-invert, .ml-2017 .input-group-sm > .input-group-btn > .input-group-addon.btn-bankid {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.ml-2017 .input-group-addon.input-lg,
.ml-2017 .input-group-lg > .input-group-addon,
.ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn, .ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-primary, .ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-secondary, .ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-success,
.ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-reg-customer, .ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-invert, .ml-2017 .input-group-lg > .input-group-btn > .input-group-addon.btn-bankid {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.ml-2017 .input-group-addon input[type="radio"],
.ml-2017 .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.ml-2017 .input-group .form-control:first-child,
.ml-2017 .input-group-addon:first-child,
.ml-2017 .input-group-btn:first-child > .btn,
.ml-2017 .input-group-btn:first-child > .btn-primary,
.ml-2017 .input-group-btn:first-child > .btn-secondary,
.ml-2017 .input-group-btn:first-child > .btn-success,
.ml-2017 .input-group-btn:first-child > .btn-reg-customer,
.ml-2017 .input-group-btn:first-child > .btn-invert,
.ml-2017 .input-group-btn:first-child > .btn-bankid,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-primary,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-secondary,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-success,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-invert,
.ml-2017 .input-group-btn:first-child > .btn-group > .btn-bankid,
.ml-2017 .input-group-btn:first-child > .dropdown-toggle,
.ml-2017 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-success:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-reg-customer:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-invert:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-bankid:not(:last-child):not(.dropdown-toggle),
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-secondary,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-success,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-reg-customer,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-invert,
.ml-2017 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-bankid {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ml-2017 .input-group-addon:first-child {
  border-right: 0;
}

.ml-2017 .input-group .form-control:last-child,
.ml-2017 .input-group-addon:last-child,
.ml-2017 .input-group-btn:last-child > .btn,
.ml-2017 .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-primary,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-secondary,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-success,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-invert,
.ml-2017 .input-group-btn:last-child > .btn-group > .btn-bankid,
.ml-2017 .input-group-btn:last-child > .dropdown-toggle,
.ml-2017 .input-group-btn:first-child > .btn:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-primary:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-secondary:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-success:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-reg-customer:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-invert:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-bankid:not(:first-child),
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-success,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-reg-customer,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-invert,
.ml-2017 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-bankid {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .input-group-addon:last-child {
  border-left: 0;
}

.ml-2017 .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.ml-2017 .input-group-btn > .btn, .ml-2017 .input-group-btn > .btn-primary, .ml-2017 .input-group-btn > .btn-secondary, .ml-2017 .input-group-btn > .btn-success,
.ml-2017 .input-group-btn > .btn-reg-customer, .ml-2017 .input-group-btn > .btn-invert, .ml-2017 .input-group-btn > .btn-bankid {
  position: relative;
}

.ml-2017 .input-group-btn > .btn + .btn, .ml-2017 .input-group-btn > .btn-primary + .btn, .ml-2017 .input-group-btn > .btn-secondary + .btn, .ml-2017 .input-group-btn > .btn-success + .btn, .ml-2017 .input-group-btn > .btn-reg-customer + .btn, .ml-2017 .input-group-btn > .btn-invert + .btn, .ml-2017 .input-group-btn > .btn-bankid + .btn, .ml-2017 .input-group-btn > .btn + .btn-primary, .ml-2017 .input-group-btn > .btn-primary + .btn-primary, .ml-2017 .input-group-btn > .btn-secondary + .btn-primary, .ml-2017 .input-group-btn > .btn-success + .btn-primary, .ml-2017 .input-group-btn > .btn-reg-customer + .btn-primary, .ml-2017 .input-group-btn > .btn-invert + .btn-primary, .ml-2017 .input-group-btn > .btn-bankid + .btn-primary, .ml-2017 .input-group-btn > .btn + .btn-secondary, .ml-2017 .input-group-btn > .btn-primary + .btn-secondary, .ml-2017 .input-group-btn > .btn-secondary + .btn-secondary, .ml-2017 .input-group-btn > .btn-success + .btn-secondary, .ml-2017 .input-group-btn > .btn-reg-customer + .btn-secondary, .ml-2017 .input-group-btn > .btn-invert + .btn-secondary, .ml-2017 .input-group-btn > .btn-bankid + .btn-secondary, .ml-2017 .input-group-btn > .btn + .btn-success, .ml-2017 .input-group-btn > .btn-primary + .btn-success, .ml-2017 .input-group-btn > .btn-secondary + .btn-success, .ml-2017 .input-group-btn > .btn-success + .btn-success, .ml-2017 .input-group-btn > .btn-reg-customer + .btn-success, .ml-2017 .input-group-btn > .btn-invert + .btn-success, .ml-2017 .input-group-btn > .btn-bankid + .btn-success,
.ml-2017 .input-group-btn > .btn + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-primary + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-secondary + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-success + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-reg-customer + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-invert + .btn-reg-customer,
.ml-2017 .input-group-btn > .btn-bankid + .btn-reg-customer, .ml-2017 .input-group-btn > .btn + .btn-invert, .ml-2017 .input-group-btn > .btn-primary + .btn-invert, .ml-2017 .input-group-btn > .btn-secondary + .btn-invert, .ml-2017 .input-group-btn > .btn-success + .btn-invert, .ml-2017 .input-group-btn > .btn-reg-customer + .btn-invert, .ml-2017 .input-group-btn > .btn-invert + .btn-invert, .ml-2017 .input-group-btn > .btn-bankid + .btn-invert, .ml-2017 .input-group-btn > .btn + .btn-bankid, .ml-2017 .input-group-btn > .btn-primary + .btn-bankid, .ml-2017 .input-group-btn > .btn-secondary + .btn-bankid, .ml-2017 .input-group-btn > .btn-success + .btn-bankid, .ml-2017 .input-group-btn > .btn-reg-customer + .btn-bankid, .ml-2017 .input-group-btn > .btn-invert + .btn-bankid, .ml-2017 .input-group-btn > .btn-bankid + .btn-bankid {
  margin-left: -1px;
}

.ml-2017 .input-group-btn > .btn:hover, .ml-2017 .input-group-btn > .btn-primary:hover, .ml-2017 .input-group-btn > .btn-secondary:hover, .ml-2017 .input-group-btn > .btn-success:hover,
.ml-2017 .input-group-btn > .btn-reg-customer:hover, .ml-2017 .input-group-btn > .btn-invert:hover, .ml-2017 .input-group-btn > .btn-bankid:hover, .ml-2017 .input-group-btn > .btn:focus, .ml-2017 .input-group-btn > .btn-primary:focus, .ml-2017 .input-group-btn > .btn-secondary:focus, .ml-2017 .input-group-btn > .btn-success:focus,
.ml-2017 .input-group-btn > .btn-reg-customer:focus, .ml-2017 .input-group-btn > .btn-invert:focus, .ml-2017 .input-group-btn > .btn-bankid:focus, .ml-2017 .input-group-btn > .btn:active, .ml-2017 .input-group-btn > .btn-primary:active, .ml-2017 .input-group-btn > .btn-secondary:active, .ml-2017 .input-group-btn > .btn-success:active,
.ml-2017 .input-group-btn > .btn-reg-customer:active, .ml-2017 .input-group-btn > .btn-invert:active, .ml-2017 .input-group-btn > .btn-bankid:active {
  z-index: 2;
}


.ml-2017 .input-group-btn:first-child > .btn,
.ml-2017 .input-group-btn:first-child > .btn-primary,
.ml-2017 .input-group-btn:first-child > .btn-secondary,
.ml-2017 .input-group-btn:first-child > .btn-success,
.ml-2017 .input-group-btn:first-child > .btn-reg-customer,
.ml-2017 .input-group-btn:first-child > .btn-invert,
.ml-2017 .input-group-btn:first-child > .btn-bankid,
.ml-2017 .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.ml-2017 .input-group-btn:last-child > .btn,
.ml-2017 .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.ml-2017 .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-2017 .nav:before, .ml-2017 .nav:after {
  display: table;
  content: " ";
}

.ml-2017 .nav:after {
  clear: both;
}

.ml-2017 .nav > li {
  position: relative;
  display: block;
}

.ml-2017 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.ml-2017 .nav > li > a:hover, .ml-2017 .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.ml-2017 .nav > li.disabled > a {
  color: #777777;
}

.ml-2017 .nav > li.disabled > a:hover, .ml-2017 .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.ml-2017 .nav .open > a, .ml-2017 .nav .open > a:hover, .ml-2017 .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.ml-2017 .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.ml-2017 .nav > li > a > img {
  max-width: none;
}

.ml-2017 .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.ml-2017 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.ml-2017 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.ml-2017 .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.ml-2017 .nav-tabs > li.active > a, .ml-2017 .nav-tabs > li.active > a:hover, .ml-2017 .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.ml-2017 .nav-pills > li {
  float: left;
}

.ml-2017 .nav-pills > li > a {
  border-radius: 4px;
}

.ml-2017 .nav-pills > li + li {
  margin-left: 2px;
}

.ml-2017 .nav-pills > li.active > a, .ml-2017 .nav-pills > li.active > a:hover, .ml-2017 .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.ml-2017 .nav-stacked > li {
  float: none;
}

.ml-2017 .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.ml-2017 .nav-justified, .ml-2017 .nav-tabs.nav-justified {
  width: 100%;
}

.ml-2017 .nav-justified > li, .ml-2017 .nav-tabs.nav-justified > li {
  float: none;
}

.ml-2017 .nav-justified > li > a, .ml-2017 .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.ml-2017 .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .ml-2017 .nav-justified > li, .ml-2017 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ml-2017 .nav-justified > li > a, .ml-2017 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.ml-2017 .nav-tabs-justified, .ml-2017 .nav-tabs.nav-justified {
  border-bottom: 0;
}

.ml-2017 .nav-tabs-justified > li > a, .ml-2017 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.ml-2017 .nav-tabs-justified > .active > a, .ml-2017 .nav-tabs.nav-justified > .active > a,
.ml-2017 .nav-tabs-justified > .active > a:hover,
.ml-2017 .nav-tabs.nav-justified > .active > a:hover,
.ml-2017 .nav-tabs-justified > .active > a:focus,
.ml-2017 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .ml-2017 .nav-tabs-justified > li > a, .ml-2017 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ml-2017 .nav-tabs-justified > .active > a, .ml-2017 .nav-tabs.nav-justified > .active > a,
  .ml-2017 .nav-tabs-justified > .active > a:hover,
  .ml-2017 .nav-tabs.nav-justified > .active > a:hover,
  .ml-2017 .nav-tabs-justified > .active > a:focus,
  .ml-2017 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.ml-2017 .tab-content > .tab-pane {
  display: none;
}

.ml-2017 .tab-content > .active {
  display: block;
}

.ml-2017 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ml-2017 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.ml-2017 .navbar:before, .ml-2017 .navbar:after {
  display: table;
  content: " ";
}

.ml-2017 .navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .ml-2017 .navbar {
    border-radius: 4px;
  }
}

.ml-2017 .navbar-header:before, .ml-2017 .navbar-header:after {
  display: table;
  content: " ";
}

.ml-2017 .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-header {
    float: left;
  }
}

.ml-2017 .navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.ml-2017 .navbar-collapse:before, .ml-2017 .navbar-collapse:after {
  display: table;
  content: " ";
}

.ml-2017 .navbar-collapse:after {
  clear: both;
}

.ml-2017 .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .ml-2017 .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .ml-2017 .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .ml-2017 .navbar-collapse,
  .navbar-static-top .ml-2017 .navbar-collapse,
  .navbar-fixed-bottom .ml-2017 .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.ml-2017 .navbar-fixed-top,
.ml-2017 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.ml-2017 .navbar-fixed-top .navbar-collapse,
.ml-2017 .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .ml-2017 .navbar-fixed-top .navbar-collapse,
  .ml-2017 .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .ml-2017 .navbar-fixed-top,
  .ml-2017 .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.ml-2017 .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.ml-2017 .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.ml-2017 .container > .navbar-header,
.ml-2017 .container > .navbar-collapse,
.ml-2017 .container-fluid > .navbar-header,
.ml-2017 .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .ml-2017 .container > .navbar-header,
  .ml-2017 .container > .navbar-collapse,
  .ml-2017 .container-fluid > .navbar-header,
  .ml-2017 .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.ml-2017 .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-static-top {
    border-radius: 0;
  }
}

.ml-2017 .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}

.ml-2017 .navbar-brand:hover, .ml-2017 .navbar-brand:focus {
  text-decoration: none;
}

.ml-2017 .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .ml-2017 .navbar-brand,
  .navbar > .container-fluid .ml-2017 .navbar-brand {
    margin-left: -10px;
  }
}

.ml-2017 .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ml-2017 .navbar-toggle:focus {
  outline: 0;
}

.ml-2017 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.ml-2017 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-toggle {
    display: none;
  }
}

.ml-2017 .navbar-nav {
  margin: 7.5px -10px;
}

.ml-2017 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .ml-2017 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .ml-2017 .navbar-nav .open .dropdown-menu > li > a,
  .ml-2017 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .ml-2017 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .ml-2017 .navbar-nav .open .dropdown-menu > li > a:hover, .ml-2017 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .ml-2017 .navbar-nav {
    float: left;
    margin: 0;
  }
  .ml-2017 .navbar-nav > li {
    float: left;
  }
  .ml-2017 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.ml-2017 .navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ml-2017 .navbar-form .form-control-static {
    display: inline-block;
  }
  .ml-2017 .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .ml-2017 .navbar-form .input-group .input-group-addon,
  .ml-2017 .navbar-form .input-group .input-group-btn,
  .ml-2017 .navbar-form .input-group .form-control {
    width: auto;
  }
  .ml-2017 .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .ml-2017 .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .navbar-form .radio,
  .ml-2017 .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ml-2017 .navbar-form .radio label,
  .ml-2017 .navbar-form .checkbox label {
    padding-left: 0;
  }
  .ml-2017 .navbar-form .radio input[type="radio"],
  .ml-2017 .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .ml-2017 .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .ml-2017 .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .ml-2017 .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .ml-2017 .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.ml-2017 .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ml-2017 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.ml-2017 .navbar-btn.btn-sm, .ml-2017 .btn-group-sm > .navbar-btn.btn, .ml-2017 .btn-group-sm > .navbar-btn.btn-primary, .ml-2017 .btn-group-sm > .navbar-btn.btn-secondary, .ml-2017 .btn-group-sm > .navbar-btn.btn-success,
.ml-2017 .btn-group-sm > .navbar-btn.btn-reg-customer, .ml-2017 .btn-group-sm > .navbar-btn.btn-invert, .ml-2017 .btn-group-sm > .navbar-btn.btn-bankid {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ml-2017 .navbar-btn.btn-xs, .ml-2017 .btn-group-xs > .navbar-btn.btn, .ml-2017 .btn-group-xs > .navbar-btn.btn-primary, .ml-2017 .btn-group-xs > .navbar-btn.btn-secondary, .ml-2017 .btn-group-xs > .navbar-btn.btn-success,
.ml-2017 .btn-group-xs > .navbar-btn.btn-reg-customer, .ml-2017 .btn-group-xs > .navbar-btn.btn-invert, .ml-2017 .btn-group-xs > .navbar-btn.btn-bankid {
  margin-top: 14px;
  margin-bottom: 14px;
}

.ml-2017 .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ml-2017 .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .ml-2017 .navbar-left {
    float: left !important;
  }
  .ml-2017 .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .ml-2017 .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.ml-2017 .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.ml-2017 .navbar-default .navbar-brand {
  color: #777;
}

.ml-2017 .navbar-default .navbar-brand:hover, .ml-2017 .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.ml-2017 .navbar-default .navbar-text {
  color: #777;
}

.ml-2017 .navbar-default .navbar-nav > li > a {
  color: #777;
}

.ml-2017 .navbar-default .navbar-nav > li > a:hover, .ml-2017 .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.ml-2017 .navbar-default .navbar-nav > .active > a, .ml-2017 .navbar-default .navbar-nav > .active > a:hover, .ml-2017 .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.ml-2017 .navbar-default .navbar-nav > .disabled > a, .ml-2017 .navbar-default .navbar-nav > .disabled > a:hover, .ml-2017 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.ml-2017 .navbar-default .navbar-nav > .open > a, .ml-2017 .navbar-default .navbar-nav > .open > a:hover, .ml-2017 .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .ml-2017 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.ml-2017 .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.ml-2017 .navbar-default .navbar-toggle:hover, .ml-2017 .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.ml-2017 .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.ml-2017 .navbar-default .navbar-collapse,
.ml-2017 .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.ml-2017 .navbar-default .navbar-link {
  color: #777;
}

.ml-2017 .navbar-default .navbar-link:hover {
  color: #333;
}

.ml-2017 .navbar-default .btn-link {
  color: #777;
}

.ml-2017 .navbar-default .btn-link:hover, .ml-2017 .navbar-default .btn-link:focus {
  color: #333;
}

.ml-2017 .navbar-default .btn-link[disabled]:hover, .ml-2017 .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .ml-2017 .navbar-default .btn-link:hover,
fieldset[disabled] .ml-2017 .navbar-default .btn-link:focus {
  color: #ccc;
}

.ml-2017 .navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.ml-2017 .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.ml-2017 .navbar-inverse .navbar-brand:hover, .ml-2017 .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.ml-2017 .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.ml-2017 .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.ml-2017 .navbar-inverse .navbar-nav > li > a:hover, .ml-2017 .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.ml-2017 .navbar-inverse .navbar-nav > .active > a, .ml-2017 .navbar-inverse .navbar-nav > .active > a:hover, .ml-2017 .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.ml-2017 .navbar-inverse .navbar-nav > .disabled > a, .ml-2017 .navbar-inverse .navbar-nav > .disabled > a:hover, .ml-2017 .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.ml-2017 .navbar-inverse .navbar-nav > .open > a, .ml-2017 .navbar-inverse .navbar-nav > .open > a:hover, .ml-2017 .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090808;
}

@media (max-width: 767px) {
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .ml-2017 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.ml-2017 .navbar-inverse .navbar-toggle {
  border-color: #333;
}

.ml-2017 .navbar-inverse .navbar-toggle:hover, .ml-2017 .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.ml-2017 .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.ml-2017 .navbar-inverse .navbar-collapse,
.ml-2017 .navbar-inverse .navbar-form {
  border-color: #101010;
}

.ml-2017 .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.ml-2017 .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.ml-2017 .navbar-inverse .btn-link {
  color: #9d9d9d;
}

.ml-2017 .navbar-inverse .btn-link:hover, .ml-2017 .navbar-inverse .btn-link:focus {
  color: #fff;
}

.ml-2017 .navbar-inverse .btn-link[disabled]:hover, .ml-2017 .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .ml-2017 .navbar-inverse .btn-link:hover,
fieldset[disabled] .ml-2017 .navbar-inverse .btn-link:focus {
  color: #444;
}

.ml-2017 .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.ml-2017 .breadcrumb > li {
  display: inline-block;
}

.ml-2017 .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.ml-2017 .breadcrumb > .active {
  color: #777777;
}

.ml-2017 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.ml-2017 .pagination > li {
  display: inline;
}

.ml-2017 .pagination > li > a,
.ml-2017 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.ml-2017 .pagination > li > a:hover, .ml-2017 .pagination > li > a:focus,
.ml-2017 .pagination > li > span:hover,
.ml-2017 .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.ml-2017 .pagination > li:first-child > a,
.ml-2017 .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ml-2017 .pagination > li:last-child > a,
.ml-2017 .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ml-2017 .pagination > .active > a, .ml-2017 .pagination > .active > a:hover, .ml-2017 .pagination > .active > a:focus,
.ml-2017 .pagination > .active > span,
.ml-2017 .pagination > .active > span:hover,
.ml-2017 .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.ml-2017 .pagination > .disabled > span,
.ml-2017 .pagination > .disabled > span:hover,
.ml-2017 .pagination > .disabled > span:focus,
.ml-2017 .pagination > .disabled > a,
.ml-2017 .pagination > .disabled > a:hover,
.ml-2017 .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.ml-2017 .pagination-lg > li > a,
.ml-2017 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.ml-2017 .pagination-lg > li:first-child > a,
.ml-2017 .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ml-2017 .pagination-lg > li:last-child > a,
.ml-2017 .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ml-2017 .pagination-sm > li > a,
.ml-2017 .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.ml-2017 .pagination-sm > li:first-child > a,
.ml-2017 .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ml-2017 .pagination-sm > li:last-child > a,
.ml-2017 .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ml-2017 .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.ml-2017 .pager:before, .ml-2017 .pager:after {
  display: table;
  content: " ";
}

.ml-2017 .pager:after {
  clear: both;
}

.ml-2017 .pager li {
  display: inline;
}

.ml-2017 .pager li > a,
.ml-2017 .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.ml-2017 .pager li > a:hover,
.ml-2017 .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.ml-2017 .pager .next > a,
.ml-2017 .pager .next > span {
  float: right;
}

.ml-2017 .pager .previous > a,
.ml-2017 .pager .previous > span {
  float: left;
}

.ml-2017 .pager .disabled > a,
.ml-2017 .pager .disabled > a:hover,
.ml-2017 .pager .disabled > a:focus,
.ml-2017 .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.ml-2017 .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.ml-2017 .label:empty {
  display: none;
}

.btn .ml-2017 .label, .ml-2017 .btn-primary .ml-2017 .label, .ml-2017 .btn-secondary .ml-2017 .label, .ml-2017 .btn-success .ml-2017 .label, .ml-2017 .btn-reg-customer .ml-2017 .label, .ml-2017 .btn-invert .ml-2017 .label, .ml-2017 .btn-bankid .ml-2017 .label {
  position: relative;
  top: -1px;
}

.ml-2017 a.label:hover, .ml-2017 a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ml-2017 .label-default {
  background-color: #777777;
}

.ml-2017 .label-default[href]:hover, .ml-2017 .label-default[href]:focus {
  background-color: #5e5e5e;
}

.ml-2017 .label-primary {
  background-color: #337ab7;
}

.ml-2017 .label-primary[href]:hover, .ml-2017 .label-primary[href]:focus {
  background-color: #286090;
}

.ml-2017 .label-success {
  background-color: #5cb85c;
}

.ml-2017 .label-success[href]:hover, .ml-2017 .label-success[href]:focus {
  background-color: #449d44;
}

.ml-2017 .label-info {
  background-color: #5bc0de;
}

.ml-2017 .label-info[href]:hover, .ml-2017 .label-info[href]:focus {
  background-color: #31b0d5;
}

.ml-2017 .label-warning {
  background-color: #f0ad4e;
}

.ml-2017 .label-warning[href]:hover, .ml-2017 .label-warning[href]:focus {
  background-color: #ec971f;
}

.ml-2017 .label-danger {
  background-color: #d9534f;
}

.ml-2017 .label-danger[href]:hover, .ml-2017 .label-danger[href]:focus {
  background-color: #c9302c;
}

.ml-2017 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.ml-2017 .badge:empty {
  display: none;
}

.btn .ml-2017 .badge, .ml-2017 .btn-primary .ml-2017 .badge, .ml-2017 .btn-secondary .ml-2017 .badge, .ml-2017 .btn-success .ml-2017 .badge, .ml-2017 .btn-reg-customer .ml-2017 .badge, .ml-2017 .btn-invert .ml-2017 .badge, .ml-2017 .btn-bankid .ml-2017 .badge {
  position: relative;
  top: -1px;
}

.btn-xs .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-primary .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-secondary .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-success .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-reg-customer .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-invert .ml-2017 .badge, .ml-2017 .btn-group-xs > .btn-bankid .ml-2017 .badge,
.btn-group-xs > .btn .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-primary .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-secondary .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-success .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-reg-customer .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-invert .ml-2017 .badge,
.ml-2017 .btn-group-xs > .btn-bankid .ml-2017 .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .ml-2017 .badge,
.nav-pills > .active > a > .ml-2017 .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .ml-2017 .badge {
  float: right;
}

.list-group-item > .ml-2017 .badge + .ml-2017 .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .ml-2017 .badge {
  margin-left: 3px;
}

.ml-2017 a.badge:hover, .ml-2017 a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ml-2017 .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.ml-2017 .jumbotron h1,
.ml-2017 .jumbotron .h1 {
  color: inherit;
}

.ml-2017 .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.ml-2017 .jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .ml-2017 .jumbotron,
.container-fluid .ml-2017 .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
}

.ml-2017 .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .ml-2017 .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .ml-2017 .jumbotron,
  .container-fluid .ml-2017 .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .ml-2017 .jumbotron h1,
  .ml-2017 .jumbotron .h1 {
    font-size: 63px;
  }
}

.ml-2017 .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.ml-2017 .thumbnail > img,
.ml-2017 .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.ml-2017 .thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.ml-2017 a.thumbnail:hover,
.ml-2017 a.thumbnail:focus,
.ml-2017 a.thumbnail.active {
  border-color: #337ab7;
}

.ml-2017 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ml-2017 .alert h4 {
  margin-top: 0;
  color: inherit;
}

.ml-2017 .alert .alert-link {
  font-weight: bold;
}

.ml-2017 .alert > p,
.ml-2017 .alert > ul {
  margin-bottom: 0;
}

.ml-2017 .alert > p + p {
  margin-top: 5px;
}

.ml-2017 .alert-dismissable,
.ml-2017 .alert-dismissible {
  padding-right: 35px;
}

.ml-2017 .alert-dismissable .close,
.ml-2017 .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.ml-2017 .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ml-2017 .alert-success hr {
  border-top-color: #c9e2b3;
}

.ml-2017 .alert-success .alert-link {
  color: #2b542c;
}

.ml-2017 .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.ml-2017 .alert-info hr {
  border-top-color: #a6e1ec;
}

.ml-2017 .alert-info .alert-link {
  color: #245269;
}

.ml-2017 .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.ml-2017 .alert-warning hr {
  border-top-color: #f7e1b5;
}

.ml-2017 .alert-warning .alert-link {
  color: #66512c;
}

.ml-2017 .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ml-2017 .alert-danger hr {
  border-top-color: #e4b9c0;
}

.ml-2017 .alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.ml-2017 .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ml-2017 .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.ml-2017 .progress-striped .progress-bar,
.ml-2017 .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.ml-2017 .progress.active .progress-bar,
.ml-2017 .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.ml-2017 .progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .ml-2017 .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ml-2017 .progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .ml-2017 .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ml-2017 .progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .ml-2017 .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ml-2017 .progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .ml-2017 .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ml-2017 .media {
  margin-top: 15px;
}

.ml-2017 .media:first-child {
  margin-top: 0;
}

.ml-2017 .media,
.ml-2017 .media-body {
  overflow: hidden;
  zoom: 1;
}

.ml-2017 .media-body {
  width: 10000px;
}

.ml-2017 .media-object {
  display: block;
}

.ml-2017 .media-object.img-thumbnail {
  max-width: none;
}

.ml-2017 .media-right,
.ml-2017 .media > .pull-right {
  padding-left: 10px;
}

.ml-2017 .media-left,
.ml-2017 .media > .pull-left {
  padding-right: 10px;
}

.ml-2017 .media-left,
.ml-2017 .media-right,
.ml-2017 .media-body {
  display: table-cell;
  vertical-align: top;
}

.ml-2017 .media-middle {
  vertical-align: middle;
}

.ml-2017 .media-bottom {
  vertical-align: bottom;
}

.ml-2017 .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.ml-2017 .media-list {
  padding-left: 0;
  list-style: none;
}

.ml-2017 .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.ml-2017 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.ml-2017 .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ml-2017 .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ml-2017 .list-group-item.disabled, .ml-2017 .list-group-item.disabled:hover, .ml-2017 .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ml-2017 .list-group-item.disabled .list-group-item-heading, .ml-2017 .list-group-item.disabled:hover .list-group-item-heading, .ml-2017 .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.ml-2017 .list-group-item.disabled .list-group-item-text, .ml-2017 .list-group-item.disabled:hover .list-group-item-text, .ml-2017 .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.ml-2017 .list-group-item.active, .ml-2017 .list-group-item.active:hover, .ml-2017 .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.ml-2017 .list-group-item.active .list-group-item-heading,
.ml-2017 .list-group-item.active .list-group-item-heading > small,
.ml-2017 .list-group-item.active .list-group-item-heading > .small, .ml-2017 .list-group-item.active:hover .list-group-item-heading,
.ml-2017 .list-group-item.active:hover .list-group-item-heading > small,
.ml-2017 .list-group-item.active:hover .list-group-item-heading > .small, .ml-2017 .list-group-item.active:focus .list-group-item-heading,
.ml-2017 .list-group-item.active:focus .list-group-item-heading > small,
.ml-2017 .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.ml-2017 .list-group-item.active .list-group-item-text, .ml-2017 .list-group-item.active:hover .list-group-item-text, .ml-2017 .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.ml-2017 a.list-group-item,
.ml-2017 button.list-group-item {
  color: #555;
}

.ml-2017 a.list-group-item .list-group-item-heading,
.ml-2017 button.list-group-item .list-group-item-heading {
  color: #333;
}

.ml-2017 a.list-group-item:hover, .ml-2017 a.list-group-item:focus,
.ml-2017 button.list-group-item:hover,
.ml-2017 button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.ml-2017 button.list-group-item {
  width: 100%;
  text-align: left;
}

.ml-2017 .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.ml-2017 a.list-group-item-success,
.ml-2017 button.list-group-item-success {
  color: #3c763d;
}

.ml-2017 a.list-group-item-success .list-group-item-heading,
.ml-2017 button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

.ml-2017 a.list-group-item-success:hover, .ml-2017 a.list-group-item-success:focus,
.ml-2017 button.list-group-item-success:hover,
.ml-2017 button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

.ml-2017 a.list-group-item-success.active, .ml-2017 a.list-group-item-success.active:hover, .ml-2017 a.list-group-item-success.active:focus,
.ml-2017 button.list-group-item-success.active,
.ml-2017 button.list-group-item-success.active:hover,
.ml-2017 button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.ml-2017 .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

.ml-2017 a.list-group-item-info,
.ml-2017 button.list-group-item-info {
  color: #31708f;
}

.ml-2017 a.list-group-item-info .list-group-item-heading,
.ml-2017 button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

.ml-2017 a.list-group-item-info:hover, .ml-2017 a.list-group-item-info:focus,
.ml-2017 button.list-group-item-info:hover,
.ml-2017 button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

.ml-2017 a.list-group-item-info.active, .ml-2017 a.list-group-item-info.active:hover, .ml-2017 a.list-group-item-info.active:focus,
.ml-2017 button.list-group-item-info.active,
.ml-2017 button.list-group-item-info.active:hover,
.ml-2017 button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.ml-2017 .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.ml-2017 a.list-group-item-warning,
.ml-2017 button.list-group-item-warning {
  color: #8a6d3b;
}

.ml-2017 a.list-group-item-warning .list-group-item-heading,
.ml-2017 button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.ml-2017 a.list-group-item-warning:hover, .ml-2017 a.list-group-item-warning:focus,
.ml-2017 button.list-group-item-warning:hover,
.ml-2017 button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

.ml-2017 a.list-group-item-warning.active, .ml-2017 a.list-group-item-warning.active:hover, .ml-2017 a.list-group-item-warning.active:focus,
.ml-2017 button.list-group-item-warning.active,
.ml-2017 button.list-group-item-warning.active:hover,
.ml-2017 button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.ml-2017 .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

.ml-2017 a.list-group-item-danger,
.ml-2017 button.list-group-item-danger {
  color: #a94442;
}

.ml-2017 a.list-group-item-danger .list-group-item-heading,
.ml-2017 button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

.ml-2017 a.list-group-item-danger:hover, .ml-2017 a.list-group-item-danger:focus,
.ml-2017 button.list-group-item-danger:hover,
.ml-2017 button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

.ml-2017 a.list-group-item-danger.active, .ml-2017 a.list-group-item-danger.active:hover, .ml-2017 a.list-group-item-danger.active:focus,
.ml-2017 button.list-group-item-danger.active,
.ml-2017 button.list-group-item-danger.active:hover,
.ml-2017 button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.ml-2017 .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.ml-2017 .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.ml-2017 .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ml-2017 .panel-body {
  padding: 15px;
}

.ml-2017 .panel-body:before, .ml-2017 .panel-body:after {
  display: table;
  content: " ";
}

.ml-2017 .panel-body:after {
  clear: both;
}

.ml-2017 .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ml-2017 .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.ml-2017 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.ml-2017 .panel-title > a,
.ml-2017 .panel-title > small,
.ml-2017 .panel-title > .small,
.ml-2017 .panel-title > small > a,
.ml-2017 .panel-title > .small > a {
  color: inherit;
}

.ml-2017 .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ml-2017 .panel > .list-group,
.ml-2017 .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.ml-2017 .panel > .list-group .list-group-item,
.ml-2017 .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.ml-2017 .panel > .list-group:first-child .list-group-item:first-child,
.ml-2017 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ml-2017 .panel > .list-group:last-child .list-group-item:last-child,
.ml-2017 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ml-2017 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ml-2017 .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.ml-2017 .list-group + .panel-footer {
  border-top-width: 0;
}

.ml-2017 .panel > .table,
.ml-2017 .panel > .table-responsive > .table,
.ml-2017 .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.ml-2017 .panel > .table caption,
.ml-2017 .panel > .table-responsive > .table caption,
.ml-2017 .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.ml-2017 .panel > .table:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ml-2017 .panel > .table:first-child > thead:first-child > tr:first-child,
.ml-2017 .panel > .table:first-child > tbody:first-child > tr:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ml-2017 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ml-2017 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ml-2017 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ml-2017 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.ml-2017 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ml-2017 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ml-2017 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ml-2017 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ml-2017 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.ml-2017 .panel > .table:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ml-2017 .panel > .table:last-child > tbody:last-child > tr:last-child,
.ml-2017 .panel > .table:last-child > tfoot:last-child > tr:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ml-2017 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ml-2017 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ml-2017 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ml-2017 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.ml-2017 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ml-2017 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ml-2017 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ml-2017 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ml-2017 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.ml-2017 .panel > .panel-body + .table,
.ml-2017 .panel > .panel-body + .table-responsive,
.ml-2017 .panel > .table + .panel-body,
.ml-2017 .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.ml-2017 .panel > .table > tbody:first-child > tr:first-child th,
.ml-2017 .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.ml-2017 .panel > .table-bordered,
.ml-2017 .panel > .table-responsive > .table-bordered {
  border: 0;
}

.ml-2017 .panel > .table-bordered > thead > tr > th:first-child,
.ml-2017 .panel > .table-bordered > thead > tr > td:first-child,
.ml-2017 .panel > .table-bordered > tbody > tr > th:first-child,
.ml-2017 .panel > .table-bordered > tbody > tr > td:first-child,
.ml-2017 .panel > .table-bordered > tfoot > tr > th:first-child,
.ml-2017 .panel > .table-bordered > tfoot > tr > td:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.ml-2017 .panel > .table-bordered > thead > tr > th:last-child,
.ml-2017 .panel > .table-bordered > thead > tr > td:last-child,
.ml-2017 .panel > .table-bordered > tbody > tr > th:last-child,
.ml-2017 .panel > .table-bordered > tbody > tr > td:last-child,
.ml-2017 .panel > .table-bordered > tfoot > tr > th:last-child,
.ml-2017 .panel > .table-bordered > tfoot > tr > td:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.ml-2017 .panel > .table-bordered > thead > tr:first-child > td,
.ml-2017 .panel > .table-bordered > thead > tr:first-child > th,
.ml-2017 .panel > .table-bordered > tbody > tr:first-child > td,
.ml-2017 .panel > .table-bordered > tbody > tr:first-child > th,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.ml-2017 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.ml-2017 .panel > .table-bordered > tbody > tr:last-child > td,
.ml-2017 .panel > .table-bordered > tbody > tr:last-child > th,
.ml-2017 .panel > .table-bordered > tfoot > tr:last-child > td,
.ml-2017 .panel > .table-bordered > tfoot > tr:last-child > th,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.ml-2017 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.ml-2017 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.ml-2017 .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.ml-2017 .panel-group {
  margin-bottom: 20px;
}

.ml-2017 .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.ml-2017 .panel-group .panel + .panel {
  margin-top: 5px;
}

.ml-2017 .panel-group .panel-heading {
  border-bottom: 0;
}

.ml-2017 .panel-group .panel-heading + .panel-collapse > .panel-body,
.ml-2017 .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.ml-2017 .panel-group .panel-footer {
  border-top: 0;
}

.ml-2017 .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.ml-2017 .panel-default {
  border-color: #ddd;
}

.ml-2017 .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.ml-2017 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.ml-2017 .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.ml-2017 .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.ml-2017 .panel-primary {
  border-color: #337ab7;
}

.ml-2017 .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.ml-2017 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.ml-2017 .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.ml-2017 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.ml-2017 .panel-success {
  border-color: #d6e9c6;
}

.ml-2017 .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ml-2017 .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.ml-2017 .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.ml-2017 .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.ml-2017 .panel-info {
  border-color: #bce8f1;
}

.ml-2017 .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.ml-2017 .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.ml-2017 .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.ml-2017 .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.ml-2017 .panel-warning {
  border-color: #faebcc;
}

.ml-2017 .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.ml-2017 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.ml-2017 .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.ml-2017 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.ml-2017 .panel-danger {
  border-color: #ebccd1;
}

.ml-2017 .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ml-2017 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.ml-2017 .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.ml-2017 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.ml-2017 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.ml-2017 .embed-responsive .embed-responsive-item,
.ml-2017 .embed-responsive iframe,
.ml-2017 .embed-responsive embed,
.ml-2017 .embed-responsive object,
.ml-2017 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ml-2017 .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.ml-2017 .embed-responsive-4by3 {
  padding-bottom: 75%;
}

.ml-2017 .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ml-2017 .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.ml-2017 .well-lg {
  padding: 24px;
  border-radius: 6px;
}

.ml-2017 .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.ml-2017 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.ml-2017 .close:hover, .ml-2017 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.ml-2017 button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .ml-2017 .btn-primary + .btn, .ml-2017 .modal-footer .btn-primary + .btn, .modal-footer .ml-2017 .btn-secondary + .btn, .ml-2017 .modal-footer .btn-secondary + .btn, .modal-footer .ml-2017 .btn-success + .btn, .ml-2017 .modal-footer .btn-success + .btn, .modal-footer .ml-2017 .btn-reg-customer + .btn, .ml-2017 .modal-footer .btn-reg-customer + .btn, .modal-footer .ml-2017 .btn-invert + .btn, .ml-2017 .modal-footer .btn-invert + .btn, .modal-footer .ml-2017 .btn-bankid + .btn, .ml-2017 .modal-footer .btn-bankid + .btn, .modal-footer .ml-2017 .btn + .btn-primary, .ml-2017 .modal-footer .btn + .btn-primary, .modal-footer .ml-2017 .btn-primary + .btn-primary, .ml-2017 .modal-footer .btn-primary + .btn-primary, .modal-footer .ml-2017 .btn-secondary + .btn-primary, .ml-2017 .modal-footer .btn-secondary + .btn-primary, .modal-footer .ml-2017 .btn-success + .btn-primary, .ml-2017 .modal-footer .btn-success + .btn-primary, .modal-footer .ml-2017 .btn-reg-customer + .btn-primary, .ml-2017 .modal-footer .btn-reg-customer + .btn-primary, .modal-footer .ml-2017 .btn-invert + .btn-primary, .ml-2017 .modal-footer .btn-invert + .btn-primary, .modal-footer .ml-2017 .btn-bankid + .btn-primary, .ml-2017 .modal-footer .btn-bankid + .btn-primary, .modal-footer .ml-2017 .btn + .btn-secondary, .ml-2017 .modal-footer .btn + .btn-secondary, .modal-footer .ml-2017 .btn-primary + .btn-secondary, .ml-2017 .modal-footer .btn-primary + .btn-secondary, .modal-footer .ml-2017 .btn-secondary + .btn-secondary, .ml-2017 .modal-footer .btn-secondary + .btn-secondary, .modal-footer .ml-2017 .btn-success + .btn-secondary, .ml-2017 .modal-footer .btn-success + .btn-secondary, .modal-footer .ml-2017 .btn-reg-customer + .btn-secondary, .ml-2017 .modal-footer .btn-reg-customer + .btn-secondary, .modal-footer .ml-2017 .btn-invert + .btn-secondary, .ml-2017 .modal-footer .btn-invert + .btn-secondary, .modal-footer .ml-2017 .btn-bankid + .btn-secondary, .ml-2017 .modal-footer .btn-bankid + .btn-secondary, .modal-footer .ml-2017 .btn + .btn-success, .ml-2017 .modal-footer .btn + .btn-success, .modal-footer .ml-2017 .btn-primary + .btn-success, .ml-2017 .modal-footer .btn-primary + .btn-success, .modal-footer .ml-2017 .btn-secondary + .btn-success, .ml-2017 .modal-footer .btn-secondary + .btn-success, .modal-footer .ml-2017 .btn-success + .btn-success, .ml-2017 .modal-footer .btn-success + .btn-success, .modal-footer .ml-2017 .btn-reg-customer + .btn-success, .ml-2017 .modal-footer .btn-reg-customer + .btn-success, .modal-footer .ml-2017 .btn-invert + .btn-success, .ml-2017 .modal-footer .btn-invert + .btn-success, .modal-footer .ml-2017 .btn-bankid + .btn-success, .ml-2017 .modal-footer .btn-bankid + .btn-success,
.modal-footer .ml-2017 .btn + .btn-reg-customer, .ml-2017 .modal-footer .btn + .btn-reg-customer,
.modal-footer .ml-2017 .btn-primary + .btn-reg-customer, .ml-2017 .modal-footer .btn-primary + .btn-reg-customer,
.modal-footer .ml-2017 .btn-secondary + .btn-reg-customer, .ml-2017 .modal-footer .btn-secondary + .btn-reg-customer,
.modal-footer .ml-2017 .btn-success + .btn-reg-customer, .ml-2017 .modal-footer .btn-success + .btn-reg-customer,
.modal-footer .ml-2017 .btn-reg-customer + .btn-reg-customer, .ml-2017 .modal-footer .btn-reg-customer + .btn-reg-customer,
.modal-footer .ml-2017 .btn-invert + .btn-reg-customer, .ml-2017 .modal-footer .btn-invert + .btn-reg-customer,
.modal-footer .ml-2017 .btn-bankid + .btn-reg-customer, .ml-2017 .modal-footer .btn-bankid + .btn-reg-customer, .modal-footer .ml-2017 .btn + .btn-invert, .ml-2017 .modal-footer .btn + .btn-invert, .modal-footer .ml-2017 .btn-primary + .btn-invert, .ml-2017 .modal-footer .btn-primary + .btn-invert, .modal-footer .ml-2017 .btn-secondary + .btn-invert, .ml-2017 .modal-footer .btn-secondary + .btn-invert, .modal-footer .ml-2017 .btn-success + .btn-invert, .ml-2017 .modal-footer .btn-success + .btn-invert, .modal-footer .ml-2017 .btn-reg-customer + .btn-invert, .ml-2017 .modal-footer .btn-reg-customer + .btn-invert, .modal-footer .ml-2017 .btn-invert + .btn-invert, .ml-2017 .modal-footer .btn-invert + .btn-invert, .modal-footer .ml-2017 .btn-bankid + .btn-invert, .ml-2017 .modal-footer .btn-bankid + .btn-invert, .modal-footer .ml-2017 .btn + .btn-bankid, .ml-2017 .modal-footer .btn + .btn-bankid, .modal-footer .ml-2017 .btn-primary + .btn-bankid, .ml-2017 .modal-footer .btn-primary + .btn-bankid, .modal-footer .ml-2017 .btn-secondary + .btn-bankid, .ml-2017 .modal-footer .btn-secondary + .btn-bankid, .modal-footer .ml-2017 .btn-success + .btn-bankid, .ml-2017 .modal-footer .btn-success + .btn-bankid, .modal-footer .ml-2017 .btn-reg-customer + .btn-bankid, .ml-2017 .modal-footer .btn-reg-customer + .btn-bankid, .modal-footer .ml-2017 .btn-invert + .btn-bankid, .ml-2017 .modal-footer .btn-invert + .btn-bankid, .modal-footer .ml-2017 .btn-bankid + .btn-bankid, .ml-2017 .modal-footer .btn-bankid + .btn-bankid {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .ml-2017 .btn-primary + .btn, .ml-2017 .modal-footer .btn-group .btn-primary + .btn, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn, .modal-footer .btn-group .ml-2017 .btn-success + .btn, .ml-2017 .modal-footer .btn-group .btn-success + .btn, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn, .modal-footer .btn-group .ml-2017 .btn-invert + .btn, .ml-2017 .modal-footer .btn-group .btn-invert + .btn, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn, .modal-footer .btn-group .ml-2017 .btn + .btn-primary, .ml-2017 .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-primary + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-success + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-success + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-invert + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-primary, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn-primary, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-primary, .modal-footer .btn-group .ml-2017 .btn + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-primary + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-success + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-success + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-invert + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn-secondary, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-secondary, .modal-footer .btn-group .ml-2017 .btn + .btn-success, .ml-2017 .modal-footer .btn-group .btn + .btn-success, .modal-footer .btn-group .ml-2017 .btn-primary + .btn-success, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-success, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn-success, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-success, .modal-footer .btn-group .ml-2017 .btn-success + .btn-success, .ml-2017 .modal-footer .btn-group .btn-success + .btn-success, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-success, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-success, .modal-footer .btn-group .ml-2017 .btn-invert + .btn-success, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-success, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn-success, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-success,
.modal-footer .btn-group .ml-2017 .btn + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-primary + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-secondary + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-success + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-success + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-invert + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-reg-customer,
.modal-footer .btn-group .ml-2017 .btn-bankid + .btn-reg-customer, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-reg-customer, .modal-footer .btn-group .ml-2017 .btn + .btn-invert, .ml-2017 .modal-footer .btn-group .btn + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-primary + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-success + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-success + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-invert + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-invert, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn-invert, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-invert, .modal-footer .btn-group .ml-2017 .btn + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-primary + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-primary + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-secondary + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-secondary + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-success + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-success + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-reg-customer + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-reg-customer + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-invert + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-invert + .btn-bankid, .modal-footer .btn-group .ml-2017 .btn-bankid + .btn-bankid, .ml-2017 .modal-footer .btn-group .btn-bankid + .btn-bankid {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .ml-2017 .btn-primary, .ml-2017 .carousel-caption .btn-primary, .carousel-caption .ml-2017 .btn-secondary, .ml-2017 .carousel-caption .btn-secondary, .carousel-caption .ml-2017 .btn-success, .ml-2017 .carousel-caption .btn-success,
.carousel-caption .ml-2017 .btn-reg-customer, .ml-2017 .carousel-caption .btn-reg-customer, .carousel-caption .ml-2017 .btn-invert, .ml-2017 .carousel-caption .btn-invert, .carousel-caption .ml-2017 .btn-bankid, .ml-2017 .carousel-caption .btn-bankid {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1419px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1419px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1419px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1419px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1420px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1420px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1420px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1420px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1419px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1420px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Add breakpoint names to body content */
body:before {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 370px) {
  body:before {
    content: "tiny";
  }
}

@media screen and (min-width: 371px) and (max-width: 480px) {
  body:before {
    content: "thumb";
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body:before {
    content: "handheld";
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  body:before {
    content: "lap";
  }
}

@media screen and (min-width: 1024px) and (max-width: 1420px) {
  body:before {
    content: "desktop";
  }
}

@media screen and (min-width: 1421px) {
  body:before {
    content: "widescreen";
  }
}

.freeze {
  position: fixed !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.ml-2017 {
  /* Flickity */
  /*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
  /* draggable */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */
  /* Project */
  /* Custom sizes on .my-pages */
  /* IE 10 + 11 + Edge */
  /* Elements */
  /* Bootstrap modifications */
  /* Reset appearance for text and number fields */
  /* Used on Vinstshop atm - to be implemented on other pages later and renamed to .custom-checkbox */
  /* Do not show on touch screens */
  /* Components */
  /* Put outside the modal and center */
  /* Adjust center align modal */
  /* Custom row adjustments */
  /* Is this even used? */
  /*
 * Green theme
 * Different on narrow and wide screens
 */
  /* Blue theme */
  /* General responsive table styling */
  /* Narrow screens */
  /* Large screens */
  /* Table section */
  /* Table select */
  /* Sort */
  /* No results */
  /* Blocks */
  /* Wallet money list */
  /* Target last item and change behaviour on narrow screens */
  /* Dreamlist button */
  /* Dreamlist product block */
  /* Category product block */
  /* Wallet transfer block */
  /* Set minus margin when positioned below a container */
  /* Page layouts */
  /*.fixed {
  @media screen and (min-width: 1661px) {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
  }
  @media screen and (max-width: 1660px) {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
  }

  @media screen and (max-width: $screen-sm) {
    position: relative;
    top: 0;
    right: 0;
    z-index: 900;
  }

  .new-message {
    top: 20px;
    @media screen and (min-width: 1440px) {
      top: 40px;
    }
  }

}*/
  /*@import "top/top-menu";
@import "top/top-account";
@import "top/message";*/
  /* Sidebar navigation */
  /* Links with children */
  /* Logotype */
  /* Navigation search */
  /* User */
  /* Sub navigation */
  /* Display menu */
  /* Sub menu level 2 */
  /* Stodhjulet */
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #2e3237;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ml-2017 .flickity-enabled {
  position: relative;
}

.ml-2017 .flickity-enabled:focus {
  outline: none;
}

.ml-2017 .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ml-2017 .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ml-2017 .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ml-2017 .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.ml-2017 .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.ml-2017 .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .flickity-prev-next-button:hover {
  background: white;
}

.ml-2017 .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.ml-2017 .flickity-prev-next-button:active {
  opacity: 0.6;
}

.ml-2017 .flickity-prev-next-button.previous {
  left: 10px;
}

.ml-2017 .flickity-prev-next-button.next {
  right: 10px;
}

.ml-2017 .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.ml-2017 .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.ml-2017 .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.ml-2017 .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.ml-2017 .flickity-prev-next-button .arrow {
  fill: #333;
}

.ml-2017 .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.ml-2017 .flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.ml-2017 .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.ml-2017 .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.ml-2017 h1, .ml-2017 h2, .ml-2017 h3, .ml-2017 h4, .ml-2017 h5, .ml-2017 h6,
.ml-2017 .h1, .ml-2017 .h2, .ml-2017 .h3, .ml-2017 .h4, .ml-2017 .h5, .ml-2017 .h6 {
  font-family: "UniNeueHeavy";
  line-height: 1.2em;
  font-weight: normal;
  /* Breaking long titles */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.ml-2017 h1, .ml-2017 .h1 {
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 h1, .ml-2017 .h1 {
    font-size: 65px;
    line-height: 1em;
  }
}

.ml-2017 h2, .ml-2017 .h2 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 h2, .ml-2017 .h2 {
    font-size: 36px;
  }
}

.ml-2017 h3, .ml-2017 .h3 {
  font-size: 30px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 h3, .ml-2017 .h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 h3, .ml-2017 .h3 {
    font-size: 48px;
  }
}

.ml-2017 h4, .ml-2017 .h4 {
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 h4, .ml-2017 .h4 {
    font-size: 30px;
  }
}

.ml-2017 h5, .ml-2017 .h5 {
  font-size: 20px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 h5, .ml-2017 .h5 {
    font-size: 24px;
  }
}

.ml-2017 h5, .ml-2017 .h5 {
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 h5, .ml-2017 .h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .my-pages .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .my-pages .h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .my-pages .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .my-pages .h4 {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.ml-2017 .italic {
  font-style: italic;
}

.ml-2017 * {
  text-rendering: optimizeLegibility;
}

.ml-2017.touchevents .show-touch {
  display: block;
}

.ml-2017.no-touchevents .show-touch {
  display: none;
}

.ml-2017 .js-hidden {
  display: none;
}

.ml-2017 .float-left {
  float: left;
}

.ml-2017 .float-right {
  float: right;
}

.ml-2017 .text-align-left {
  text-align: left;
}

.ml-2017 .text-align-center {
  text-align: center;
}

.ml-2017 .text-align-right {
  text-align: right;
}

.ml-2017 .align-vertical {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ml-2017 .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.ml-2017 .flex-top {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ml-2017 .flex-middle {
  -ms-flex-pack: center;
  justify-content: center;
}

.ml-2017 .flex-bottom {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ml-2017 a img.align-left,
.ml-2017 img.align-left {
  float: left;
  margin: 5px 20px 20px 0;
}

.ml-2017 a img.align-right,
.ml-2017 img.align-right {
  float: right;
  margin: 5px 0 20px 20px;
}

.ml-2017 a img.align-center,
.ml-2017 img.align-center {
  display: block;
  margin: 20px auto;
}

.ml-2017 .background-color-million {
  background-color: #004673;
}

.ml-2017 .background-color-blue {
  background-color: #0078c0;
}

.ml-2017 .background-color-light-blue {
  background-color: #5bc6e8;
}

.ml-2017 .background-color-green {
  background-color: #4CAF50;
}

.ml-2017 .background-color-yellow {
  background-color: #FDE78C;
}

.ml-2017 .background-color-orange {
  background-color: #fa640f;
}

.ml-2017 .background-color-light-orange {
  background-color: #ffad6c;
}

.ml-2017 .head-color-orange {
  background-color: #ff9148;
}

.ml-2017 .background-color-pink {
  background-color: #df4d9b;
}

.ml-2017 .background-color-newturqiose {
  background-color: #00b5c1;
}

.ml-2017 .background-color-turquoise {
  background-color: #00afba;
}

.ml-2017 .background-color-light-turquoise {
  background-color: #a0e4e7;
}

.ml-2017 .background-color-gray {
  background-color: #6f91a7;
}

.ml-2017 .background-color-black {
  background-color: #2e3237;
}

.ml-2017 .background-color-white {
  background-color: #ffffff;
}

.ml-2017 .background-color-lightpink {
  background-color: #fde3f1;
}

.ml-2017 .background-color-lightorange {
  background-color: #fbf1eb;
}

.ml-2017 .border-color-orange {
  background-color: #fab890;
}

.ml-2017 .border-color-pink {
  background-color: #f7a4d1;
}

.ml-2017 .text-color-green {
  color: #33b663;
}

.ml-2017 .text-color-orange {
  color: #f89471;
}

.ml-2017 .text-protection:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, black 100%);
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.74;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .text-protection:after {
    opacity: 0.54;
  }
}

.ml-2017 .text-protection.text-protection-half:after {
  height: 50%;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .text-protection:hover:after {
    opacity: 0.74;
  }
}

.ml-2017 .text-protection.block-promotion--color-blue:after {
  background: linear-gradient(transparent 0%, white 100%);
}

.ml-2017 .text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ml-2017 .text-shadow.text-shadow--heavy {
  text-shadow: 0 0 0.5em #333, 0 2px 1em rgba(0, 0, 0, 0.65), 0 4px 1em rgba(0, 0, 0, 0.65), 0 8px 2em rgba(0, 0, 0, 0.65);
}

.ml-2017 .mt-20 {
  margin-top: 20px;
}

.ml-2017 .visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ml-2017 .block--background-pattern {
    background-image: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .ml-2017 .block--background-pattern {
    background-image: none !important;
  }
}

@font-face {
  .ml-2017 {
    font-family: 'ml-icons';
    src: url("fonts/ml-icons.ttf?ar7a4v");
    src: url("fonts/ml-icons.ttf?ar7a4v#iefix") format("embedded-opentype"), url("fonts/ml-icons.ttf?ar7a4v") format("truetype"), url("fonts/ml-icons.svg?ar7a4v#ml-icons") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.ml-2017 [class^='icon-'],
.ml-2017 [class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ml-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ml-2017 .icon-cloud:before {
  content: '\e924';
}

.ml-2017 .icon-package:before {
  content: '\e923';
}

.ml-2017 .icon-expand:before {
  content: '\e921';
}

.ml-2017 .icon-eye:before {
  content: '\e900';
}

.ml-2017 .icon-burger:before {
  content: '\e901';
}

.ml-2017 .icon-more-alt:before {
  content: '\e902';
}

.ml-2017 .icon-add-profile:before {
  content: '\e903';
}

.ml-2017 .icon-arrow-buttton:before {
  content: '\e904';
}

.ml-2017 .icon-check:before {
  content: '\e905';
}

.ml-2017 .icon-chevron-down:before {
  content: '\e906';
}

.ml-2017 .icon-chevron-left:before {
  content: '\e907';
}

.ml-2017 .icon-chevron-right:before {
  content: '\e908';
}

.ml-2017 .icon-chevron-up:before {
  content: '\e909';
}

.ml-2017 .icon-close-button:before {
  content: '\e90a';
}

.ml-2017 .icon-close:before {
  content: '\e90b';
}

.ml-2017 .icon-cog:before {
  content: '\e90c';
}

.ml-2017 .icon-game:before {
  content: '\e90d';
}

.ml-2017 .icon-heart:before {
  content: '\e90e';
}

.ml-2017 .icon-insert:before {
  content: '\e90f';
}

.ml-2017 .icon-leave:before {
  content: '\e910';
}

.ml-2017 .icon-more:before {
  content: '\e911';
}

.ml-2017 .icon-plus:before {
  content: '\e912';
}

.ml-2017 .icon-search:before {
  content: '\e913';
}

.ml-2017 .icon-star:before {
  content: '\e914';
}

.ml-2017 .icon-user:before {
  content: '\e915';
}

.ml-2017 .icon-basket:before {
  content: '\e916';
}

.ml-2017 .icon-youtube:before {
  content: '\e917';
}

.ml-2017 .icon-facebook:before {
  content: '\e918';
}

.ml-2017 .icon-twitter:before {
  content: '\e919';
}

.ml-2017 .icon-instagram:before {
  content: '\e91a';
}

.ml-2017 .icon-lock:before {
  content: '\e91b';
}

.ml-2017 .icon-linkedin:before {
  content: '\e91c';
}

.ml-2017 .icon-dream-star:before {
  content: '\e91d';
}

.ml-2017 .icon-minus:before {
  content: '\e91e';
}

.ml-2017 .icon-plus-simple:before {
  content: '\e91f';
}

.ml-2017 .icon-star-filled:before {
  content: '\e920';
}

.ml-2017 .icon-info:before {
  content: '\e922';
}

.ml-2017 .icon {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

.ml-2017 .icon-size-small {
  font-size: 0.813rem;
}

.ml-2017 .icon-cirlce {
  border-radius: 100%;
}

.ml-2017 .icon-default {
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #dee1e8;
}

.ml-2017 .btn, .ml-2017 .btn-primary, .ml-2017 .btn-secondary, .ml-2017 .btn-success,
.ml-2017 .btn-reg-customer, .ml-2017 .btn-invert, .ml-2017 .btn-bankid {
  border-radius: 2em;
  border: none;
  padding: 8px 30px;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* Custom */
}

.ml-2017 .btn i, .ml-2017 .btn-primary i, .ml-2017 .btn-secondary i, .ml-2017 .btn-success i, .ml-2017 .btn-reg-customer i, .ml-2017 .btn-invert i, .ml-2017 .btn-bankid i {
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .btn[disabled], .ml-2017 .btn-primary[disabled], .ml-2017 .btn-secondary[disabled], .ml-2017 .btn-success[disabled],
.ml-2017 .btn-reg-customer[disabled], .ml-2017 .btn-invert[disabled], .ml-2017 .btn-bankid[disabled] {
  opacity: 1;
  background-color: rgba(0, 120, 192, 0.65);
}

.ml-2017 .btn:focus, .ml-2017 .btn-primary:focus, .ml-2017 .btn-secondary:focus, .ml-2017 .btn-success:focus,
.ml-2017 .btn-reg-customer:focus, .ml-2017 .btn-invert:focus, .ml-2017 .btn-bankid:focus, .ml-2017 .btn:hover, .ml-2017 .btn-primary:hover, .ml-2017 .btn-secondary:hover, .ml-2017 .btn-success:hover,
.ml-2017 .btn-reg-customer:hover, .ml-2017 .btn-invert:hover, .ml-2017 .btn-bankid:hover, .ml-2017 .btn:active, .ml-2017 .btn-primary:active, .ml-2017 .btn-secondary:active, .ml-2017 .btn-success:active,
.ml-2017 .btn-reg-customer:active, .ml-2017 .btn-invert:active, .ml-2017 .btn-bankid:active, .ml-2017 .btn:active:hover, .ml-2017 .btn-primary:active:hover, .ml-2017 .btn-secondary:active:hover, .ml-2017 .btn-success:active:hover,
.ml-2017 .btn-reg-customer:active:hover, .ml-2017 .btn-invert:active:hover, .ml-2017 .btn-bankid:active:hover, .ml-2017 .btn:active:focus, .ml-2017 .btn-primary:active:focus, .ml-2017 .btn-secondary:active:focus, .ml-2017 .btn-success:active:focus,
.ml-2017 .btn-reg-customer:active:focus, .ml-2017 .btn-invert:active:focus, .ml-2017 .btn-bankid:active:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.ml-2017 .btn:focus[disabled], .ml-2017 .btn-primary:focus[disabled], .ml-2017 .btn-secondary:focus[disabled], .ml-2017 .btn-success:focus[disabled],
.ml-2017 .btn-reg-customer:focus[disabled], .ml-2017 .btn-invert:focus[disabled], .ml-2017 .btn-bankid:focus[disabled], .ml-2017 .btn:hover[disabled], .ml-2017 .btn-primary:hover[disabled], .ml-2017 .btn-secondary:hover[disabled], .ml-2017 .btn-success:hover[disabled],
.ml-2017 .btn-reg-customer:hover[disabled], .ml-2017 .btn-invert:hover[disabled], .ml-2017 .btn-bankid:hover[disabled], .ml-2017 .btn:active[disabled], .ml-2017 .btn-primary:active[disabled], .ml-2017 .btn-secondary:active[disabled], .ml-2017 .btn-success:active[disabled],
.ml-2017 .btn-reg-customer:active[disabled], .ml-2017 .btn-invert:active[disabled], .ml-2017 .btn-bankid:active[disabled], .ml-2017 .btn:active:hover[disabled], .ml-2017 .btn-primary:active:hover[disabled], .ml-2017 .btn-secondary:active:hover[disabled], .ml-2017 .btn-success:active:hover[disabled],
.ml-2017 .btn-reg-customer:active:hover[disabled], .ml-2017 .btn-invert:active:hover[disabled], .ml-2017 .btn-bankid:active:hover[disabled], .ml-2017 .btn:active:focus[disabled], .ml-2017 .btn-primary:active:focus[disabled], .ml-2017 .btn-secondary:active:focus[disabled], .ml-2017 .btn-success:active:focus[disabled],
.ml-2017 .btn-reg-customer:active:focus[disabled], .ml-2017 .btn-invert:active:focus[disabled], .ml-2017 .btn-bankid:active:focus[disabled] {
  background-color: rgba(0, 120, 192, 0.65);
}

.ml-2017 .btn.btn-default, .ml-2017 .btn-default.btn-primary, .ml-2017 .btn-default.btn-secondary, .ml-2017 .btn-default.btn-success,
.ml-2017 .btn-default.btn-reg-customer, .ml-2017 .btn-default.btn-invert, .ml-2017 .btn-default.btn-bankid {
  background-color: #6f91a7;
  color: #ffffff;
}

.ml-2017 .btn.btn-default:focus, .ml-2017 .btn-default.btn-primary:focus, .ml-2017 .btn-default.btn-secondary:focus, .ml-2017 .btn-default.btn-success:focus,
.ml-2017 .btn-default.btn-reg-customer:focus, .ml-2017 .btn-default.btn-invert:focus, .ml-2017 .btn-default.btn-bankid:focus {
  background-color: #6f91a7;
  color: #ffffff;
}

.ml-2017 .btn.btn-default:hover, .ml-2017 .btn-default.btn-primary:hover, .ml-2017 .btn-default.btn-secondary:hover, .ml-2017 .btn-default.btn-success:hover,
.ml-2017 .btn-default.btn-reg-customer:hover, .ml-2017 .btn-default.btn-invert:hover, .ml-2017 .btn-default.btn-bankid:hover, .ml-2017 .btn.btn-default:active, .ml-2017 .btn-default.btn-primary:active, .ml-2017 .btn-default.btn-secondary:active, .ml-2017 .btn-default.btn-success:active,
.ml-2017 .btn-default.btn-reg-customer:active, .ml-2017 .btn-default.btn-invert:active, .ml-2017 .btn-default.btn-bankid:active, .ml-2017 .btn.btn-default:active:hover, .ml-2017 .btn-default.btn-primary:active:hover, .ml-2017 .btn-default.btn-secondary:active:hover, .ml-2017 .btn-default.btn-success:active:hover,
.ml-2017 .btn-default.btn-reg-customer:active:hover, .ml-2017 .btn-default.btn-invert:active:hover, .ml-2017 .btn-default.btn-bankid:active:hover, .ml-2017 .btn.btn-default:active:focus, .ml-2017 .btn-default.btn-primary:active:focus, .ml-2017 .btn-default.btn-secondary:active:focus, .ml-2017 .btn-default.btn-success:active:focus,
.ml-2017 .btn-default.btn-reg-customer:active:focus, .ml-2017 .btn-default.btn-invert:active:focus, .ml-2017 .btn-default.btn-bankid:active:focus {
  background-color: #bdd0dc;
  color: #ffffff;
}

.ml-2017 .btn.btn-default.btn--invert, .ml-2017 .btn-default.btn--invert.btn-primary, .ml-2017 .btn-default.btn--invert.btn-secondary, .ml-2017 .btn-default.btn--invert.btn-success,
.ml-2017 .btn-default.btn--invert.btn-reg-customer, .ml-2017 .btn-default.btn--invert.btn-invert, .ml-2017 .btn-default.btn--invert.btn-bankid {
  background-color: #ffffff;
  color: #6f91a7;
}

.ml-2017 .btn.btn-default.btn--invert:focus, .ml-2017 .btn-default.btn--invert.btn-primary:focus, .ml-2017 .btn-default.btn--invert.btn-secondary:focus, .ml-2017 .btn-default.btn--invert.btn-success:focus,
.ml-2017 .btn-default.btn--invert.btn-reg-customer:focus, .ml-2017 .btn-default.btn--invert.btn-invert:focus, .ml-2017 .btn-default.btn--invert.btn-bankid:focus {
  background-color: #ffffff;
  color: #6f91a7;
}

.ml-2017 .btn.btn-default.btn--invert:hover, .ml-2017 .btn-default.btn--invert.btn-primary:hover, .ml-2017 .btn-default.btn--invert.btn-secondary:hover, .ml-2017 .btn-default.btn--invert.btn-success:hover,
.ml-2017 .btn-default.btn--invert.btn-reg-customer:hover, .ml-2017 .btn-default.btn--invert.btn-invert:hover, .ml-2017 .btn-default.btn--invert.btn-bankid:hover, .ml-2017 .btn.btn-default.btn--invert:active, .ml-2017 .btn-default.btn--invert.btn-primary:active, .ml-2017 .btn-default.btn--invert.btn-secondary:active, .ml-2017 .btn-default.btn--invert.btn-success:active,
.ml-2017 .btn-default.btn--invert.btn-reg-customer:active, .ml-2017 .btn-default.btn--invert.btn-invert:active, .ml-2017 .btn-default.btn--invert.btn-bankid:active, .ml-2017 .btn.btn-default.btn--invert:active:hover, .ml-2017 .btn-default.btn--invert.btn-primary:active:hover, .ml-2017 .btn-default.btn--invert.btn-secondary:active:hover, .ml-2017 .btn-default.btn--invert.btn-success:active:hover,
.ml-2017 .btn-default.btn--invert.btn-reg-customer:active:hover, .ml-2017 .btn-default.btn--invert.btn-invert:active:hover, .ml-2017 .btn-default.btn--invert.btn-bankid:active:hover, .ml-2017 .btn.btn-default.btn--invert:active:focus, .ml-2017 .btn-default.btn--invert.btn-primary:active:focus, .ml-2017 .btn-default.btn--invert.btn-secondary:active:focus, .ml-2017 .btn-default.btn--invert.btn-success:active:focus,
.ml-2017 .btn-default.btn--invert.btn-reg-customer:active:focus, .ml-2017 .btn-default.btn--invert.btn-invert:active:focus, .ml-2017 .btn-default.btn--invert.btn-bankid:active:focus {
  background-color: #ffffff;
  color: #6f91a7;
}

.ml-2017 .btn.btn-primary, .ml-2017 .btn-primary {
  background-color: #0078c0;
  color: #ffffff;
}

.ml-2017 .btn.btn-primary:focus, .ml-2017 .btn-primary:focus {
  background-color: #0078c0;
  color: #ffffff;
}

.ml-2017 .btn.btn-primary:hover, .ml-2017 .btn-primary:hover, .ml-2017 .btn.btn-primary:active, .ml-2017 .btn-primary:active, .ml-2017 .btn.btn-primary:active:hover, .ml-2017 .btn-primary:active:hover, .ml-2017 .btn.btn-primary:active:focus, .ml-2017 .btn-primary:active:focus {
  background-color: #5bc6e8;
  color: #ffffff;
}

.ml-2017 .btn.btn-primary.btn--invert, .ml-2017 .btn-primary.btn--invert {
  background-color: #ffffff;
  color: #0078c0;
}

.ml-2017 .btn.btn-primary.btn--invert:focus, .ml-2017 .btn-primary.btn--invert:focus {
  background-color: #ffffff;
  color: #0078c0;
}

.ml-2017 .btn.btn-primary.btn--invert:hover, .ml-2017 .btn-primary.btn--invert:hover, .ml-2017 .btn.btn-primary.btn--invert:active, .ml-2017 .btn-primary.btn--invert:active, .ml-2017 .btn.btn-primary.btn--invert:active:hover, .ml-2017 .btn-primary.btn--invert:active:hover, .ml-2017 .btn.btn-primary.btn--invert:active:focus, .ml-2017 .btn-primary.btn--invert:active:focus {
  background-color: #e6e5e5;
  color: #0078c0;
}

.ml-2017 .btn.btn-target, .ml-2017 .btn-target.btn-primary, .ml-2017 .btn-target.btn-secondary, .ml-2017 .btn-target.btn-success,
.ml-2017 .btn-target.btn-reg-customer, .ml-2017 .btn-target.btn-invert, .ml-2017 .btn-target.btn-bankid, .ml-2017 .btn.btn-success, .ml-2017 .btn-success {
  background-color: #4CAF50;
  color: #ffffff;
}

.ml-2017 .btn.btn-target:focus, .ml-2017 .btn-target.btn-primary:focus, .ml-2017 .btn-target.btn-secondary:focus, .ml-2017 .btn-target.btn-success:focus,
.ml-2017 .btn-target.btn-reg-customer:focus, .ml-2017 .btn-target.btn-invert:focus, .ml-2017 .btn-target.btn-bankid:focus, .ml-2017 .btn.btn-success:focus, .ml-2017 .btn-success:focus {
  background-color: #4CAF50;
}

.ml-2017 .btn.btn-target:hover, .ml-2017 .btn-target.btn-primary:hover, .ml-2017 .btn-target.btn-secondary:hover, .ml-2017 .btn-target.btn-success:hover,
.ml-2017 .btn-target.btn-reg-customer:hover, .ml-2017 .btn-target.btn-invert:hover, .ml-2017 .btn-target.btn-bankid:hover, .ml-2017 .btn.btn-target:active, .ml-2017 .btn-target.btn-primary:active, .ml-2017 .btn-target.btn-secondary:active, .ml-2017 .btn-target.btn-success:active,
.ml-2017 .btn-target.btn-reg-customer:active, .ml-2017 .btn-target.btn-invert:active, .ml-2017 .btn-target.btn-bankid:active, .ml-2017 .btn.btn-target:active:hover, .ml-2017 .btn-target.btn-primary:active:hover, .ml-2017 .btn-target.btn-secondary:active:hover, .ml-2017 .btn-target.btn-success:active:hover,
.ml-2017 .btn-target.btn-reg-customer:active:hover, .ml-2017 .btn-target.btn-invert:active:hover, .ml-2017 .btn-target.btn-bankid:active:hover, .ml-2017 .btn.btn-target:active:focus, .ml-2017 .btn-target.btn-primary:active:focus, .ml-2017 .btn-target.btn-secondary:active:focus, .ml-2017 .btn-target.btn-success:active:focus,
.ml-2017 .btn-target.btn-reg-customer:active:focus, .ml-2017 .btn-target.btn-invert:active:focus, .ml-2017 .btn-target.btn-bankid:active:focus, .ml-2017 .btn.btn-success:hover, .ml-2017 .btn-success:hover, .ml-2017 .btn.btn-success:active, .ml-2017 .btn-success:active, .ml-2017 .btn.btn-success:active:hover, .ml-2017 .btn-success:active:hover, .ml-2017 .btn.btn-success:active:focus, .ml-2017 .btn-success:active:focus {
  background-color: #68c56b;
  color: #ffffff;
}

.ml-2017 .btn.btn-link, .ml-2017 .btn-link.btn-primary, .ml-2017 .btn-link.btn-secondary, .ml-2017 .btn-link.btn-success,
.ml-2017 .btn-link.btn-reg-customer, .ml-2017 .btn-link.btn-invert, .ml-2017 .btn-link.btn-bankid {
  color: #0078c0;
}

.ml-2017 .btn.btn-link:hover, .ml-2017 .btn-link.btn-primary:hover, .ml-2017 .btn-link.btn-secondary:hover, .ml-2017 .btn-link.btn-success:hover,
.ml-2017 .btn-link.btn-reg-customer:hover, .ml-2017 .btn-link.btn-invert:hover, .ml-2017 .btn-link.btn-bankid:hover, .ml-2017 .btn.btn-link:focus, .ml-2017 .btn-link.btn-primary:focus, .ml-2017 .btn-link.btn-secondary:focus, .ml-2017 .btn-link.btn-success:focus,
.ml-2017 .btn-link.btn-reg-customer:focus, .ml-2017 .btn-link.btn-invert:focus, .ml-2017 .btn-link.btn-bankid:focus {
  color: #5bc6e8;
  text-decoration: none;
}

.ml-2017 .btn.btn-link.disabled, .ml-2017 .btn-link.disabled.btn-primary, .ml-2017 .btn-link.disabled.btn-secondary, .ml-2017 .btn-link.disabled.btn-success,
.ml-2017 .btn-link.disabled.btn-reg-customer, .ml-2017 .btn-link.disabled.btn-invert, .ml-2017 .btn-link.disabled.btn-bankid {
  color: #6f91a7;
  background-color: transparent !important;
}

.ml-2017 .btn.btn-data-action, .ml-2017 .btn-data-action.btn-primary, .ml-2017 .btn-data-action.btn-secondary, .ml-2017 .btn-data-action.btn-success,
.ml-2017 .btn-data-action.btn-reg-customer, .ml-2017 .btn-data-action.btn-invert, .ml-2017 .btn-data-action.btn-bankid {
  background: none;
  padding: 0;
  color: #546785;
  font-weight: 600;
  line-height: 20px;
  -webkit-appearance: none;
  border-radius: 0;
}

.ml-2017 .btn.btn-data-action:active, .ml-2017 .btn-data-action.btn-primary:active, .ml-2017 .btn-data-action.btn-secondary:active, .ml-2017 .btn-data-action.btn-success:active,
.ml-2017 .btn-data-action.btn-reg-customer:active, .ml-2017 .btn-data-action.btn-invert:active, .ml-2017 .btn-data-action.btn-bankid:active, .ml-2017 .btn.btn-data-action:focus, .ml-2017 .btn-data-action.btn-primary:focus, .ml-2017 .btn-data-action.btn-secondary:focus, .ml-2017 .btn-data-action.btn-success:focus,
.ml-2017 .btn-data-action.btn-reg-customer:focus, .ml-2017 .btn-data-action.btn-invert:focus, .ml-2017 .btn-data-action.btn-bankid:focus, .ml-2017 .btn.btn-data-action:hover, .ml-2017 .btn-data-action.btn-primary:hover, .ml-2017 .btn-data-action.btn-secondary:hover, .ml-2017 .btn-data-action.btn-success:hover,
.ml-2017 .btn-data-action.btn-reg-customer:hover, .ml-2017 .btn-data-action.btn-invert:hover, .ml-2017 .btn-data-action.btn-bankid:hover {
  color: #546785;
}

.ml-2017 .btn.btn-with-arrow:after, .ml-2017 .btn-with-arrow.btn-primary:after, .ml-2017 .btn-with-arrow.btn-secondary:after, .ml-2017 .btn-with-arrow.btn-success:after,
.ml-2017 .btn-with-arrow.btn-reg-customer:after, .ml-2017 .btn-with-arrow.btn-invert:after, .ml-2017 .btn-with-arrow.btn-bankid:after {
  content: "";
  vertical-align: middle;
  margin-left: 5px;
  font-size: 0.75rem;
  font-family: "ml-icons";
}

.ml-2017 .btn.btn-with-arrow.btn-with-arrow--active:after, .ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-primary:after, .ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-secondary:after, .ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-success:after,
.ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-reg-customer:after, .ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-invert:after, .ml-2017 .btn-with-arrow.btn-with-arrow--active.btn-bankid:after {
  content: "";
}

.ml-2017 .btn.btn-secondary, .ml-2017 .btn-secondary {
  background-color: #00afba;
  color: #ffffff;
}

.ml-2017 .btn.btn-secondary:focus, .ml-2017 .btn-secondary:focus {
  background-color: #00afba;
  color: #ffffff;
}

.ml-2017 .btn.btn-secondary:hover, .ml-2017 .btn-secondary:hover, .ml-2017 .btn.btn-secondary:active, .ml-2017 .btn-secondary:active, .ml-2017 .btn.btn-secondary:active:hover, .ml-2017 .btn-secondary:active:hover, .ml-2017 .btn.btn-secondary:active:focus, .ml-2017 .btn-secondary:active:focus {
  background-color: #bdd0dc;
  color: #ffffff;
}

.ml-2017 .btn.btn-highlight, .ml-2017 .btn-highlight.btn-primary, .ml-2017 .btn-highlight.btn-secondary, .ml-2017 .btn-highlight.btn-success,
.ml-2017 .btn-highlight.btn-reg-customer, .ml-2017 .btn-highlight.btn-invert, .ml-2017 .btn-highlight.btn-bankid {
  background-color: #fa640f;
  color: #ffffff;
}

.ml-2017 .btn.btn-highlight:focus, .ml-2017 .btn-highlight.btn-primary:focus, .ml-2017 .btn-highlight.btn-secondary:focus, .ml-2017 .btn-highlight.btn-success:focus,
.ml-2017 .btn-highlight.btn-reg-customer:focus, .ml-2017 .btn-highlight.btn-invert:focus, .ml-2017 .btn-highlight.btn-bankid:focus {
  background-color: #fa640f;
  color: #ffffff;
}

.ml-2017 .btn.btn-highlight:hover, .ml-2017 .btn-highlight.btn-primary:hover, .ml-2017 .btn-highlight.btn-secondary:hover, .ml-2017 .btn-highlight.btn-success:hover,
.ml-2017 .btn-highlight.btn-reg-customer:hover, .ml-2017 .btn-highlight.btn-invert:hover, .ml-2017 .btn-highlight.btn-bankid:hover, .ml-2017 .btn.btn-highlight:active, .ml-2017 .btn-highlight.btn-primary:active, .ml-2017 .btn-highlight.btn-secondary:active, .ml-2017 .btn-highlight.btn-success:active,
.ml-2017 .btn-highlight.btn-reg-customer:active, .ml-2017 .btn-highlight.btn-invert:active, .ml-2017 .btn-highlight.btn-bankid:active, .ml-2017 .btn.btn-highlight:active:hover, .ml-2017 .btn-highlight.btn-primary:active:hover, .ml-2017 .btn-highlight.btn-secondary:active:hover, .ml-2017 .btn-highlight.btn-success:active:hover,
.ml-2017 .btn-highlight.btn-reg-customer:active:hover, .ml-2017 .btn-highlight.btn-invert:active:hover, .ml-2017 .btn-highlight.btn-bankid:active:hover, .ml-2017 .btn.btn-highlight:active:focus, .ml-2017 .btn-highlight.btn-primary:active:focus, .ml-2017 .btn-highlight.btn-secondary:active:focus, .ml-2017 .btn-highlight.btn-success:active:focus,
.ml-2017 .btn-highlight.btn-reg-customer:active:focus, .ml-2017 .btn-highlight.btn-invert:active:focus, .ml-2017 .btn-highlight.btn-bankid:active:focus {
  background-color: #ffad6c;
  color: #ffffff;
}

.ml-2017 .btn.btn-icon i, .ml-2017 .btn-icon.btn-primary i, .ml-2017 .btn-icon.btn-secondary i, .ml-2017 .btn-icon.btn-success i, .ml-2017 .btn-icon.btn-reg-customer i, .ml-2017 .btn-icon.btn-invert i, .ml-2017 .btn-icon.btn-bankid i {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.125rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .btn.btn-icon i.icon-right, .ml-2017 .btn-icon.btn-primary i.icon-right, .ml-2017 .btn-icon.btn-secondary i.icon-right, .ml-2017 .btn-icon.btn-success i.icon-right, .ml-2017 .btn-icon.btn-reg-customer i.icon-right, .ml-2017 .btn-icon.btn-invert i.icon-right, .ml-2017 .btn-icon.btn-bankid i.icon-right {
  left: auto;
  right: 20px;
}

.ml-2017 .btn.btn-icon-only, .ml-2017 .btn-icon-only.btn-primary, .ml-2017 .btn-icon-only.btn-secondary, .ml-2017 .btn-icon-only.btn-success,
.ml-2017 .btn-icon-only.btn-reg-customer, .ml-2017 .btn-icon-only.btn-invert, .ml-2017 .btn-icon-only.btn-bankid {
  position: relative;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.ml-2017 .btn.btn-icon-only i, .ml-2017 .btn-icon-only.btn-primary i, .ml-2017 .btn-icon-only.btn-secondary i, .ml-2017 .btn-icon-only.btn-success i, .ml-2017 .btn-icon-only.btn-reg-customer i, .ml-2017 .btn-icon-only.btn-invert i, .ml-2017 .btn-icon-only.btn-bankid i {
  display: block;
  font-size: inherit;
}

.ml-2017 .btn.btn-icon-only--medium, .ml-2017 .btn-icon-only--medium.btn-primary, .ml-2017 .btn-icon-only--medium.btn-secondary, .ml-2017 .btn-icon-only--medium.btn-success,
.ml-2017 .btn-icon-only--medium.btn-reg-customer, .ml-2017 .btn-icon-only--medium.btn-invert, .ml-2017 .btn-icon-only--medium.btn-bankid {
  width: 30px;
  height: 30px;
}

.ml-2017 .btn.btn-icon-only--medium i, .ml-2017 .btn-icon-only--medium.btn-primary i, .ml-2017 .btn-icon-only--medium.btn-secondary i, .ml-2017 .btn-icon-only--medium.btn-success i, .ml-2017 .btn-icon-only--medium.btn-reg-customer i, .ml-2017 .btn-icon-only--medium.btn-invert i, .ml-2017 .btn-icon-only--medium.btn-bankid i {
  font-size: 0.813rem;
}

.ml-2017 .btn.btn-input, .ml-2017 .btn-input.btn-primary, .ml-2017 .btn-input.btn-secondary, .ml-2017 .btn-input.btn-success,
.ml-2017 .btn-input.btn-reg-customer, .ml-2017 .btn-input.btn-invert, .ml-2017 .btn-input.btn-bankid {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 12px 12px;
  border: 1px solid #e5e5e5;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .btn.btn-input i, .ml-2017 .btn-input.btn-primary i, .ml-2017 .btn-input.btn-secondary i, .ml-2017 .btn-input.btn-success i, .ml-2017 .btn-input.btn-reg-customer i, .ml-2017 .btn-input.btn-invert i, .ml-2017 .btn-input.btn-bankid i {
  font-size: 16px;
  line-height: 1.5;
  color: #6f91a7;
}

.ml-2017 .btn.btn-input:hover, .ml-2017 .btn-input.btn-primary:hover, .ml-2017 .btn-input.btn-secondary:hover, .ml-2017 .btn-input.btn-success:hover,
.ml-2017 .btn-input.btn-reg-customer:hover, .ml-2017 .btn-input.btn-invert:hover, .ml-2017 .btn-input.btn-bankid:hover, .ml-2017 .btn.btn-input:focus, .ml-2017 .btn-input.btn-primary:focus, .ml-2017 .btn-input.btn-secondary:focus, .ml-2017 .btn-input.btn-success:focus,
.ml-2017 .btn-input.btn-reg-customer:focus, .ml-2017 .btn-input.btn-invert:focus, .ml-2017 .btn-input.btn-bankid:focus {
  box-shadow: none;
}

.ml-2017 .btn.btn-input.js-is-active i, .ml-2017 .btn-input.js-is-active.btn-primary i, .ml-2017 .btn-input.js-is-active.btn-secondary i, .ml-2017 .btn-input.js-is-active.btn-success i, .ml-2017 .btn-input.js-is-active.btn-reg-customer i, .ml-2017 .btn-input.js-is-active.btn-invert i, .ml-2017 .btn-input.js-is-active.btn-bankid i {
  color: #0078c0;
}

.ml-2017 .btn.btn-2-line, .ml-2017 .btn-2-line.btn-primary, .ml-2017 .btn-2-line.btn-secondary, .ml-2017 .btn-2-line.btn-success,
.ml-2017 .btn-2-line.btn-reg-customer, .ml-2017 .btn-2-line.btn-invert, .ml-2017 .btn-2-line.btn-bankid {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ml-2017 .btn.btn-2-line span, .ml-2017 .btn-2-line.btn-primary span, .ml-2017 .btn-2-line.btn-secondary span, .ml-2017 .btn-2-line.btn-success span, .ml-2017 .btn-2-line.btn-reg-customer span, .ml-2017 .btn-2-line.btn-invert span, .ml-2017 .btn-2-line.btn-bankid span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

.ml-2017 .btn.btn-load, .ml-2017 .btn-load.btn-primary, .ml-2017 .btn-load.btn-secondary, .ml-2017 .btn-load.btn-success,
.ml-2017 .btn-load.btn-reg-customer, .ml-2017 .btn-load.btn-invert, .ml-2017 .btn-load.btn-bankid {
  position: relative;
}

.ml-2017 .btn.btn-load .spinner, .ml-2017 .btn-load.btn-primary .spinner, .ml-2017 .btn-load.btn-secondary .spinner, .ml-2017 .btn-load.btn-success .spinner, .ml-2017 .btn-load.btn-reg-customer .spinner, .ml-2017 .btn-load.btn-invert .spinner, .ml-2017 .btn-load.btn-bankid .spinner {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 22px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}

.ml-2017 .btn.btn-load.js-is-loading .spinner, .ml-2017 .btn-load.js-is-loading.btn-primary .spinner, .ml-2017 .btn-load.js-is-loading.btn-secondary .spinner, .ml-2017 .btn-load.js-is-loading.btn-success .spinner, .ml-2017 .btn-load.js-is-loading.btn-reg-customer .spinner, .ml-2017 .btn-load.js-is-loading.btn-invert .spinner, .ml-2017 .btn-load.js-is-loading.btn-bankid .spinner {
  opacity: 1;
}

.ml-2017 .btn.btn--bottom-center, .ml-2017 .btn--bottom-center.btn-primary, .ml-2017 .btn--bottom-center.btn-secondary, .ml-2017 .btn--bottom-center.btn-success,
.ml-2017 .btn--bottom-center.btn-reg-customer, .ml-2017 .btn--bottom-center.btn-invert, .ml-2017 .btn--bottom-center.btn-bankid {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ml-2017 .btn.btn.disabled, .ml-2017 .disabled.btn-primary, .ml-2017 .disabled.btn-secondary, .ml-2017 .disabled.btn-success,
.ml-2017 .disabled.btn-reg-customer, .ml-2017 .disabled.btn-invert, .ml-2017 .disabled.btn-bankid, .ml-2017 .btn.btn-disabled, .ml-2017 .btn-disabled.btn-primary, .ml-2017 .btn-disabled.btn-secondary, .ml-2017 .btn-disabled.btn-success,
.ml-2017 .btn-disabled.btn-reg-customer, .ml-2017 .btn-disabled.btn-invert, .ml-2017 .btn-disabled.btn-bankid {
  cursor: not-allowed;
}

.ml-2017 .btn.btn.disabled, .ml-2017 .disabled.btn-primary, .ml-2017 .disabled.btn-secondary, .ml-2017 .disabled.btn-success,
.ml-2017 .disabled.btn-reg-customer, .ml-2017 .disabled.btn-invert, .ml-2017 .disabled.btn-bankid, .ml-2017 .btn.btn.disabled:hover, .ml-2017 .disabled.btn-primary:hover, .ml-2017 .disabled.btn-secondary:hover, .ml-2017 .disabled.btn-success:hover,
.ml-2017 .disabled.btn-reg-customer:hover, .ml-2017 .disabled.btn-invert:hover, .ml-2017 .disabled.btn-bankid:hover, .ml-2017 .btn.btn.disabled:focus, .ml-2017 .disabled.btn-primary:focus, .ml-2017 .disabled.btn-secondary:focus, .ml-2017 .disabled.btn-success:focus,
.ml-2017 .disabled.btn-reg-customer:focus, .ml-2017 .disabled.btn-invert:focus, .ml-2017 .disabled.btn-bankid:focus, .ml-2017 .btn.btn.disabled:active, .ml-2017 .disabled.btn-primary:active, .ml-2017 .disabled.btn-secondary:active, .ml-2017 .disabled.btn-success:active,
.ml-2017 .disabled.btn-reg-customer:active, .ml-2017 .disabled.btn-invert:active, .ml-2017 .disabled.btn-bankid:active, .ml-2017 .btn.btn.disabled:active:hover, .ml-2017 .disabled.btn-primary:active:hover, .ml-2017 .disabled.btn-secondary:active:hover, .ml-2017 .disabled.btn-success:active:hover,
.ml-2017 .disabled.btn-reg-customer:active:hover, .ml-2017 .disabled.btn-invert:active:hover, .ml-2017 .disabled.btn-bankid:active:hover, .ml-2017 .btn.btn.disabled:active:focus, .ml-2017 .disabled.btn-primary:active:focus, .ml-2017 .disabled.btn-secondary:active:focus, .ml-2017 .disabled.btn-success:active:focus,
.ml-2017 .disabled.btn-reg-customer:active:focus, .ml-2017 .disabled.btn-invert:active:focus, .ml-2017 .disabled.btn-bankid:active:focus, .ml-2017 .btn.btn-disabled, .ml-2017 .btn-disabled.btn-primary, .ml-2017 .btn-disabled.btn-secondary, .ml-2017 .btn-disabled.btn-success,
.ml-2017 .btn-disabled.btn-reg-customer, .ml-2017 .btn-disabled.btn-invert, .ml-2017 .btn-disabled.btn-bankid, .ml-2017 .btn.btn-disabled:hover, .ml-2017 .btn-disabled.btn-primary:hover, .ml-2017 .btn-disabled.btn-secondary:hover, .ml-2017 .btn-disabled.btn-success:hover,
.ml-2017 .btn-disabled.btn-reg-customer:hover, .ml-2017 .btn-disabled.btn-invert:hover, .ml-2017 .btn-disabled.btn-bankid:hover, .ml-2017 .btn.btn-disabled:focus, .ml-2017 .btn-disabled.btn-primary:focus, .ml-2017 .btn-disabled.btn-secondary:focus, .ml-2017 .btn-disabled.btn-success:focus,
.ml-2017 .btn-disabled.btn-reg-customer:focus, .ml-2017 .btn-disabled.btn-invert:focus, .ml-2017 .btn-disabled.btn-bankid:focus, .ml-2017 .btn.btn-disabled:active, .ml-2017 .btn-disabled.btn-primary:active, .ml-2017 .btn-disabled.btn-secondary:active, .ml-2017 .btn-disabled.btn-success:active,
.ml-2017 .btn-disabled.btn-reg-customer:active, .ml-2017 .btn-disabled.btn-invert:active, .ml-2017 .btn-disabled.btn-bankid:active, .ml-2017 .btn.btn-disabled:active:hover, .ml-2017 .btn-disabled.btn-primary:active:hover, .ml-2017 .btn-disabled.btn-secondary:active:hover, .ml-2017 .btn-disabled.btn-success:active:hover,
.ml-2017 .btn-disabled.btn-reg-customer:active:hover, .ml-2017 .btn-disabled.btn-invert:active:hover, .ml-2017 .btn-disabled.btn-bankid:active:hover, .ml-2017 .btn.btn-disabled:active:focus, .ml-2017 .btn-disabled.btn-primary:active:focus, .ml-2017 .btn-disabled.btn-secondary:active:focus, .ml-2017 .btn-disabled.btn-success:active:focus,
.ml-2017 .btn-disabled.btn-reg-customer:active:focus, .ml-2017 .btn-disabled.btn-invert:active:focus, .ml-2017 .btn-disabled.btn-bankid:active:focus {
  background-color: rgba(0, 120, 192, 0.65);
}

.ml-2017 .btn.btn-large, .ml-2017 .btn-large.btn-primary, .ml-2017 .btn-large.btn-secondary, .ml-2017 .btn-large.btn-success,
.ml-2017 .btn-large.btn-reg-customer, .ml-2017 .btn-large.btn-invert, .ml-2017 .btn-large.btn-bankid {
  padding: 18px 60px;
  line-height: 1;
}

.ml-2017 .btn.btn-wide, .ml-2017 .btn-wide.btn-primary, .ml-2017 .btn-wide.btn-secondary, .ml-2017 .btn-wide.btn-success,
.ml-2017 .btn-wide.btn-reg-customer, .ml-2017 .btn-wide.btn-invert, .ml-2017 .btn-wide.btn-bankid {
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
  background: #4CAF50;
  border: 2px solid #4CAF50;
  min-width: 250px;
  max-width: 100%;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}

.ml-2017 .btn.btn-wide:focus, .ml-2017 .btn-wide.btn-primary:focus, .ml-2017 .btn-wide.btn-secondary:focus, .ml-2017 .btn-wide.btn-success:focus,
.ml-2017 .btn-wide.btn-reg-customer:focus, .ml-2017 .btn-wide.btn-invert:focus, .ml-2017 .btn-wide.btn-bankid:focus {
  color: #ffffff;
  border-width: 2px;
}

.ml-2017 .btn.btn-wide:hover, .ml-2017 .btn-wide.btn-primary:hover, .ml-2017 .btn-wide.btn-secondary:hover, .ml-2017 .btn-wide.btn-success:hover,
.ml-2017 .btn-wide.btn-reg-customer:hover, .ml-2017 .btn-wide.btn-invert:hover, .ml-2017 .btn-wide.btn-bankid:hover {
  color: #4CAF50;
  background: #ffffff;
  border: 2px solid #4CAF50;
  border-width: 2px;
}

.ml-2017 .btn.btn-wide--blue, .ml-2017 .btn-wide--blue.btn-primary, .ml-2017 .btn-wide--blue.btn-secondary, .ml-2017 .btn-wide--blue.btn-success,
.ml-2017 .btn-wide--blue.btn-reg-customer, .ml-2017 .btn-wide--blue.btn-invert, .ml-2017 .btn-wide--blue.btn-bankid {
  border: 2px solid #0078c0;
  background: #0078c0;
}

.ml-2017 .btn.btn-wide--blue:hover, .ml-2017 .btn-wide--blue.btn-primary:hover, .ml-2017 .btn-wide--blue.btn-secondary:hover, .ml-2017 .btn-wide--blue.btn-success:hover,
.ml-2017 .btn-wide--blue.btn-reg-customer:hover, .ml-2017 .btn-wide--blue.btn-invert:hover, .ml-2017 .btn-wide--blue.btn-bankid:hover {
  color: #0078c0;
  background: #ffffff;
  border: 2px solid #0078c0;
}

.ml-2017 .btn.btn-wide--green, .ml-2017 .btn-wide--green.btn-primary, .ml-2017 .btn-wide--green.btn-secondary, .ml-2017 .btn-wide--green.btn-success,
.ml-2017 .btn-wide--green.btn-reg-customer, .ml-2017 .btn-wide--green.btn-invert, .ml-2017 .btn-wide--green.btn-bankid {
  border: 2px solid #4CAF50;
  background: #4CAF50;
}

.ml-2017 .btn.btn-wide--green:hover, .ml-2017 .btn-wide--green.btn-primary:hover, .ml-2017 .btn-wide--green.btn-secondary:hover, .ml-2017 .btn-wide--green.btn-success:hover,
.ml-2017 .btn-wide--green.btn-reg-customer:hover, .ml-2017 .btn-wide--green.btn-invert:hover, .ml-2017 .btn-wide--green.btn-bankid:hover {
  color: #4CAF50;
  background: #ffffff;
  border: 2px solid #4CAF50;
}

.ml-2017 .btn.btn-wide--white, .ml-2017 .btn-wide--white.btn-primary, .ml-2017 .btn-wide--white.btn-secondary, .ml-2017 .btn-wide--white.btn-success,
.ml-2017 .btn-wide--white.btn-reg-customer, .ml-2017 .btn-wide--white.btn-invert, .ml-2017 .btn-wide--white.btn-bankid {
  border: 2px solid #4CAF50;
  background: #ffffff;
  color: #4CAF50;
}

.ml-2017 .btn.btn-wide--white:focus, .ml-2017 .btn-wide--white.btn-primary:focus, .ml-2017 .btn-wide--white.btn-secondary:focus, .ml-2017 .btn-wide--white.btn-success:focus,
.ml-2017 .btn-wide--white.btn-reg-customer:focus, .ml-2017 .btn-wide--white.btn-invert:focus, .ml-2017 .btn-wide--white.btn-bankid:focus {
  color: #4CAF50;
}

.ml-2017 .btn.btn-wide--white:hover, .ml-2017 .btn-wide--white.btn-primary:hover, .ml-2017 .btn-wide--white.btn-secondary:hover, .ml-2017 .btn-wide--white.btn-success:hover,
.ml-2017 .btn-wide--white.btn-reg-customer:hover, .ml-2017 .btn-wide--white.btn-invert:hover, .ml-2017 .btn-wide--white.btn-bankid:hover {
  color: #ffffff;
  background: #4CAF50;
  border: 2px solid #4CAF50;
}

.ml-2017 .btn.btn-wide--orange, .ml-2017 .btn-wide--orange.btn-primary, .ml-2017 .btn-wide--orange.btn-secondary, .ml-2017 .btn-wide--orange.btn-success,
.ml-2017 .btn-wide--orange.btn-reg-customer, .ml-2017 .btn-wide--orange.btn-invert, .ml-2017 .btn-wide--orange.btn-bankid {
  border: 2px solid #fa640f;
  background: #fa640f;
}

.ml-2017 .btn.btn-wide--orange:hover, .ml-2017 .btn-wide--orange.btn-primary:hover, .ml-2017 .btn-wide--orange.btn-secondary:hover, .ml-2017 .btn-wide--orange.btn-success:hover,
.ml-2017 .btn-wide--orange.btn-reg-customer:hover, .ml-2017 .btn-wide--orange.btn-invert:hover, .ml-2017 .btn-wide--orange.btn-bankid:hover {
  color: #fa640f;
  background: #ffffff;
  border: 2px solid #fa640f;
}

.ml-2017 a.btn.btn-2-line, .ml-2017 a.btn-2-line.btn-primary, .ml-2017 a.btn-2-line.btn-secondary, .ml-2017 a.btn-2-line.btn-success,
.ml-2017 a.btn-2-line.btn-reg-customer, .ml-2017 a.btn-2-line.btn-invert, .ml-2017 a.btn-2-line.btn-bankid {
  padding-top: 10px;
}

.ml-2017 .btn-primary:hover {
  background-color: #475965;
  cursor: pointer;
}

.ml-2017 .btn-secondary {
  background-color: #ffffff;
  border: 2px solid #0078c0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #0078c0;
}

.ml-2017 .btn-secondary:hover {
  color: #475965;
  border: 2px solid #475965;
  background-color: inherit;
  cursor: pointer;
}

.ml-2017 .btn-success,
.ml-2017 .btn-reg-customer {
  background-color: #4CAF50;
  color: #ffffff;
}

.ml-2017 .btn-success:hover,
.ml-2017 .btn-reg-customer:hover {
  cursor: pointer;
  background-color: #475965;
  color: #ffffff;
}

.ml-2017 .btn-invert {
  background-color: #ffffff;
  color: #0078c0;
}

.ml-2017 .btn-invert:hover {
  background-color: #B9D1DD;
  color: #004673;
  cursor: pointer;
}

.ml-2017 .btn-bankid {
  position: relative;
  padding-right: 65px;
  padding-left: 65px;
  background-color: #4CAF50;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.ml-2017 .btn-bankid:before {
  position: absolute;
  content: '';
  right: 3px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.ml-2017 .btn-bankid:after {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  right: 7px;
  background-image: url(/assets/img/icons/bankid.svg);
}

.ml-2017 .btn-bankid:hover {
  background-color: #475965;
  color: #ffffff;
}

.ml-2017 .alert, .ml-2017.alert {
  border: none;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  text-align: left;
  padding: 15px 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .alert, .ml-2017.alert {
    padding: 20px;
    text-align: center;
  }
}

.ml-2017 .alert .close, .ml-2017.alert .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.ml-2017 .alert-info, .ml-2017.alert-info {
  background-color: #00afba;
}

.ml-2017 .alert-info a,
.ml-2017 .alert-info a:hover, .ml-2017.alert-info a,
.ml-2017.alert-info a:hover {
  color: #ffffff;
}

.ml-2017 #alert-cookie, .ml-2017#alert-cookie {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #f2f5f7;
  color: #6f91a7;
}

.ml-2017 #alert-cookie.alert--happy, .ml-2017#alert-cookie.alert--happy {
  background-color: #df4d9b;
}

.ml-2017 #alert-cookie.alert--regular, .ml-2017#alert-cookie.alert--regular {
  background-color: #2e3237;
}

.ml-2017 #alert-cookie.alert--error, .ml-2017 #alert-cookie.alert--warning, .ml-2017#alert-cookie.alert--error, .ml-2017#alert-cookie.alert--warning {
  background-color: #d9534f;
}

.ml-2017 #alert-cookie.alert--happy, .ml-2017 #alert-cookie.alert--regular, .ml-2017 #alert-cookie.alert--error, .ml-2017 #alert-cookie.alert--warning, .ml-2017#alert-cookie.alert--happy, .ml-2017#alert-cookie.alert--regular, .ml-2017#alert-cookie.alert--error, .ml-2017#alert-cookie.alert--warning {
  color: #ffffff;
}

.ml-2017 #alert-cookie.alert--happy .close, .ml-2017 #alert-cookie.alert--regular .close, .ml-2017 #alert-cookie.alert--error .close, .ml-2017 #alert-cookie.alert--warning .close, .ml-2017#alert-cookie.alert--happy .close, .ml-2017#alert-cookie.alert--regular .close, .ml-2017#alert-cookie.alert--error .close, .ml-2017#alert-cookie.alert--warning .close {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .ml-2017 #alert-cookie, .ml-2017#alert-cookie {
    top: 0;
    position: relative;
  }
}

.ml-2017 #alert-cookie .close, .ml-2017#alert-cookie .close {
  color: #6f91a7;
}

.ml-2017 .alert--happy, .ml-2017.alert--happy {
  background-color: #df4d9b;
}

.ml-2017 .alert--regular, .ml-2017.alert--regular {
  background-color: #2e3237;
}

.ml-2017 .alert--error, .ml-2017 .alert--warning, .ml-2017.alert--error, .ml-2017.alert--warning {
  background-color: #d9534f;
}

.ml-2017 .alert--happy, .ml-2017 .alert--regular, .ml-2017 .alert--error, .ml-2017 .alert--warning, .ml-2017.alert--happy, .ml-2017.alert--regular, .ml-2017.alert--error, .ml-2017.alert--warning {
  color: #ffffff;
}

.ml-2017 .alert--happy .icon, .ml-2017 .alert--regular .icon, .ml-2017 .alert--error .icon, .ml-2017 .alert--warning .icon, .ml-2017.alert--happy .icon, .ml-2017.alert--regular .icon, .ml-2017.alert--error .icon, .ml-2017.alert--warning .icon {
  color: #ffffff;
}

.ml-2017 a {
  cursor: pointer;
  color: #0078c0;
}

.ml-2017 a:hover, .ml-2017 a:focus {
  text-decoration: none;
  color: #00588d;
}

.ml-2017.overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 995;
  background: rgba(21, 31, 54, 0.8);
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0.26s;
}

.ml-2017.overlay .btn.js-action-close, .ml-2017.overlay .js-action-close.btn-primary, .ml-2017.overlay .js-action-close.btn-secondary, .ml-2017.overlay .js-action-close.btn-success,
.ml-2017.overlay .js-action-close.btn-reg-customer, .ml-2017.overlay .js-action-close.btn-invert, .ml-2017.overlay .js-action-close.btn-bankid {
  position: absolute;
  left: 260px;
  margin: 0 0 0 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .ml-2017.overlay .btn.js-action-close, .ml-2017.overlay .js-action-close.btn-primary, .ml-2017.overlay .js-action-close.btn-secondary, .ml-2017.overlay .js-action-close.btn-success,
  .ml-2017.overlay .js-action-close.btn-reg-customer, .ml-2017.overlay .js-action-close.btn-invert, .ml-2017.overlay .js-action-close.btn-bankid {
    left: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017.overlay .btn.js-action-close, .ml-2017.overlay .js-action-close.btn-primary, .ml-2017.overlay .js-action-close.btn-secondary, .ml-2017.overlay .js-action-close.btn-success,
  .ml-2017.overlay .js-action-close.btn-reg-customer, .ml-2017.overlay .js-action-close.btn-invert, .ml-2017.overlay .js-action-close.btn-bankid {
    left: 330px;
  }
}

#page-wrapper.js-is-active .ml-2017.overlay {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-wrapper.js-is-active .ml-2017.overlay .btn.js-action-close, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-primary, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-secondary, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-success,
#page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-reg-customer, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-invert, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-bankid {
  animation: fadeInDownBig 0.23s ease forwards;
}

@media only screen and (max-width: 767px) {
  #page-wrapper.js-is-active .ml-2017.overlay .btn.js-action-close, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-primary, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-secondary, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-success,
  #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-reg-customer, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-invert, #page-wrapper.js-is-active .ml-2017.overlay .js-action-close.btn-bankid {
    left: 260px;
  }
}

.ml-2017 input[type="text"],
.ml-2017 input[type="number"],
.ml-2017 input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ml-2017 input[type='number'] {
  -moz-appearance: textfield;
}

.ml-2017 input::-webkit-outer-spin-button,
.ml-2017 input::-webkit-inner-spin-button,
.ml-2017 select {
  -webkit-appearance: none;
  appearance: none;
}

.ml-2017 label {
  margin-bottom: 10px;
  color: #536785;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.ml-2017 .form-control {
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  height: 44px;
  padding: 12px 12px;
}

.ml-2017 .form-control[disabled] {
  background-color: #f5f8fa;
}

.ml-2017 select.form-control {
  border-radius: 40px;
  padding-right: 40px;
}

.ml-2017 .has-error .control-label {
  color: #536785;
}

.ml-2017 .has-error .help-block,
.ml-2017 .has-error .radio,
.ml-2017 .has-error .checkbox,
.ml-2017 .has-error .radio-inline,
.ml-2017 .has-error .checkbox-inline,
.ml-2017 .has-error.radio label,
.ml-2017 .has-error.checkbox label,
.ml-2017 .has-error.radio-inline label,
.ml-2017 .has-error.checkbox-inline label {
  color: #77839d;
  font-weight: 300;
}

.ml-2017 .has-error .form-control {
  border-color: rgba(250, 100, 15, 0.3);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.ml-2017 .input-group .form-control {
  border-radius: 6px 0 0 6px;
}

.ml-2017 .input-group .input-group-addon:last-child,
.ml-2017 .input-group .input-group-btn:last-child > .btn,
.ml-2017 .input-group .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-primary,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-secondary,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-success,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-invert,
.ml-2017 .input-group .input-group-btn:last-child > .btn-group > .btn-bankid,
.ml-2017 .input-group .input-group-btn:last-child > .dropdown-toggle,
.ml-2017 .input-group .input-group-btn:first-child > .btn:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-primary:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-secondary:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-success:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-reg-customer:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-invert:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-bankid:not(:first-child),
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-success,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-reg-customer,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-invert,
.ml-2017 .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-bankid {
  border-radius: 0 6px 6px 0;
}

.ml-2017 .input-group.input-vertical {
  width: 100%;
  margin-bottom: 15px;
}

.ml-2017 .input-group.input-vertical .form-group {
  min-height: 44px;
  margin-bottom: 0;
}

.ml-2017 .input-group.input-vertical .form-group .input-group-addon:last-child,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-success,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .btn-group > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:last-child > .dropdown-toggle,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-primary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-secondary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-success:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-reg-customer:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-invert:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-bankid:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-success,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-bankid {
  border-radius: 0 0 0 0;
}

.ml-2017 .input-group.input-vertical .form-group .form-control {
  border-radius: 0;
}

.ml-2017 .input-group.input-vertical .form-group:first-of-type .form-control {
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}

.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group .form-control {
  border-radius: 6px 0 0 0;
}

.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-addon:last-child,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .btn-group > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:last-child > .dropdown-toggle,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-primary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-secondary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-success:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-reg-customer:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-invert:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-bankid:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:first-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-bankid {
  border-radius: 0 6px 0 0;
}

.ml-2017 .input-group.input-vertical .form-group:last-of-type .form-control {
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group .form-control {
  border-radius: 0 0 0 6px;
}

.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-addon:last-child,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .btn-group > .btn-bankid,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:last-child > .dropdown-toggle,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-primary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-secondary:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-success:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-reg-customer:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-invert:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-bankid:not(:first-child),
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-success,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-reg-customer,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-invert,
.ml-2017 .input-group.input-vertical .form-group:last-of-type .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-bankid {
  border-radius: 0 0 6px 0;
  border-top: 0;
}

.ml-2017 .input-group.input-vertical--small .form-group:first-of-type .form-control {
  border-bottom: 1px solid #e5e5e5;
}

.ml-2017 .inner-addon {
  position: relative;
}

.ml-2017 .inner-addon .icon {
  position: absolute;
  padding: 13px;
  pointer-events: none;
  font-size: 16px;
  z-index: 50;
  transition: opacity 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #6f91a7;
}

.ml-2017 .inner-addon .select-arrow {
  font-size: 10px;
  padding: 17px;
}

.ml-2017 .inner-addon .js-action-empty-input {
  opacity: 0;
  cursor: pointer;
}

.ml-2017 .inner-addon.js-has-content.left-addon input {
  padding-left: 45px;
}

.ml-2017 .inner-addon.js-has-content.right-addon input {
  padding-right: 30px;
}

.ml-2017 .inner-addon.js-has-content .js-action-empty-input {
  pointer-events: auto;
  opacity: 1;
}

.ml-2017 .left-addon .icon {
  left: 0;
}

.ml-2017 .right-addon .icon {
  right: 0;
}

.ml-2017 .search.js-has-content button,
.ml-2017 .search.js-has-content i {
  color: #0078c0;
}

.ml-2017 .spinner {
  width: 40px;
  height: auto;
}

.ml-2017 .clip-svg {
  width: 0;
  height: 0;
}

.ml-2017 ol.index ol {
  padding-left: 20px;
  margin-bottom: 5px;
}

.ml-2017 .list-group .list-group-item {
  border-color: #d8dde6;
}

.ml-2017 .list-group .list-group-item[href*="#"] {
  cursor: pointer;
}

.ml-2017 .list-group .list-group-item header {
  font-weight: 800;
}

.ml-2017 .list-group .list-group-item p {
  margin-bottom: 0;
}

.ml-2017 .list-group .list-group-item:nth-of-type(odd), .ml-2017 .list-group .list-group-item.active:nth-of-type(odd), .ml-2017 .list-group .list-group-item:active:nth-of-type(odd) {
  background-color: #f5f8fa;
}

.ml-2017 .list-group .list-group-item.active, .ml-2017 .list-group .list-group-item:active {
  color: #2e3237;
  background-color: #ffffff;
  border-color: #d8dde6;
}

.ml-2017 .list-group .list-group-item.active:hover, .ml-2017 .list-group .list-group-item.active:focus, .ml-2017 .list-group .list-group-item:active:hover, .ml-2017 .list-group .list-group-item:active:focus {
  background-color: #ffffff;
  border-color: #d8dde6;
}

.ml-2017 .list-group .list-group-item.active:hover:nth-of-type(odd), .ml-2017 .list-group .list-group-item.active:focus:nth-of-type(odd), .ml-2017 .list-group .list-group-item:active:hover:nth-of-type(odd), .ml-2017 .list-group .list-group-item:active:focus:nth-of-type(odd) {
  background-color: #f5f8fa;
}

.ml-2017 .list-group .list-group-item.active header, .ml-2017 .list-group .list-group-item:active header {
  color: #0078c0;
}

.ml-2017 .notification-title {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.ml-2017 .notification-title:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .notification-title {
    font-size: 30px;
    line-height: 36px;
    font-family: "UniNeueHeavy";
  }
}

.ml-2017 .notification-title .notification {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .notification {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f04c60;
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  line-height: 16px;
}

.ml-2017 .notification--large {
  font-size: 16px;
  width: 1.625em;
  height: 1.625em;
  line-height: 1.5em;
}

.ml-2017 .notification--lighter {
  background-color: #ff9148;
}

.ml-2017 .notification--white {
  background-color: #ffffff;
  color: initial;
  /* Fallback */
  color: currentColor;
}

.ml-2017 .dropdown-button {
  background-color: white;
  border-radius: 2;
  border: 1px solid #e5e5e5;
  height: 44px;
  width: 100%;
  padding: 12px 12px;
  text-align: left;
}

.ml-2017 .checkbox label {
  min-height: 30px;
  padding-left: 35px;
}

.ml-2017 .checkbox input[type="checkbox"] {
  margin-left: -35px;
}

.ml-2017 .checkbox .custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #cacece;
  background-color: #fff;
}

.ml-2017 .checkbox .custom-checkbox:checked:after {
  content: '\e905';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 16px;
  font-family: "ml-icons";
  color: #A9DB9B;
}

.ml-2017 .checkbox--small label {
  padding-left: 25px;
  line-height: 1.5;
}

.ml-2017 .checkbox--small input[type="checkbox"] {
  margin-top: 1px;
  margin-left: -25px;
}

.ml-2017 .checkbox--small .custom-checkbox {
  width: 15px;
  height: 15px;
}

.ml-2017 .checkbox--small .custom-checkbox:checked:after {
  top: 1px;
  left: 1px;
  font-size: 0.75rem;
}

.ml-2017 .custom-radio__label-info {
  display: block;
  font-style: italic;
  font-size: 0.75rem;
}

.ml-2017 .custom-radio [type="radio"] {
  position: absolute;
  left: -999em;
  /* Checked icon */
}

.ml-2017 .custom-radio [type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  /* Fake radio */
}

.ml-2017 .custom-radio [type="radio"] + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dee1e8;
  background-color: #ffffff;
}

.ml-2017 .custom-radio [type="radio"] + label:hover {
  color: #2e3237;
}

.ml-2017 .custom-radio [type="radio"] + label:hover:before {
  border-color: #6f91a7;
}

.ml-2017 .custom-radio [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6f91a7;
}

.ml-2017 .custom-checkbox-radio label {
  padding-left: 0;
  line-height: 1.5;
}

.ml-2017 .custom-checkbox-radio label:after {
  content: '';
  display: table;
  clear: both;
}

.ml-2017 .custom-checkbox-radio label .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #dee1e8;
  background-color: #ffffff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
}

.ml-2017 .custom-checkbox-radio label .cr .cr-icon {
  position: absolute;
  font-size: 0.75rem;
  line-height: 0;
  top: 50%;
  left: 10%;
  color: #3cb567;
}

.ml-2017 .custom-checkbox-radio label input[type="checkbox"] {
  display: none;
}

.ml-2017 .custom-checkbox-radio label input[type="checkbox"] + .cr > .cr-icon {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .custom-checkbox-radio label input[type="checkbox"]:checked + .cr > .cr-icon {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ml-2017 .custom-checkbox-radio label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"] {
  position: absolute;
  left: -999em;
  /* On Focus */
  /* Checked icon */
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
  /* Fake checkbox */
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: .2em;
  border: 1px solid #d8dde6;
  background-color: #ffffff;
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"] + label:hover {
  color: #2e3237;
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"] + label:hover:before {
  border-color: #6f91a7;
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"]:focus + label:before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ml-2017 .custom-checkbox-v2 [type="checkbox"]:checked + label:after {
  content: '\e905';
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 16px;
  font-family: "ml-icons";
  color: #A9DB9B;
}

.touchevents .ml-2017 :not(.tooltip-on-touch) + .tooltip {
  display: none !important;
}

.ml-2017 .tooltip {
  z-index: 100;
}

.ml-2017 .tooltip.top {
  padding: 6px 0;
}

.ml-2017 .tooltip.right {
  padding: 0 6px;
}

.ml-2017 .tooltip.bottom {
  padding: 6px 0;
}

.ml-2017 .tooltip.left {
  padding: 0 6px;
}

.ml-2017 .tooltip.top .tooltip-arrow {
  bottom: 2px;
  border-top-color: #fff;
}

.ml-2017 .tooltip.top .tooltip-arrow:after {
  bottom: -2px;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #dee1e8;
}

.ml-2017 .tooltip.bottom .tooltip-arrow {
  top: 2px;
  border-bottom-color: #fff;
}

.ml-2017 .tooltip.bottom .tooltip-arrow:after {
  top: -2px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #dee1e8;
}

.ml-2017 .tooltip.left .tooltip-arrow {
  right: 2px;
  border-left-color: #fff;
}

.ml-2017 .tooltip.left .tooltip-arrow:after {
  right: -2px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #dee1e8;
}

.ml-2017 .tooltip.right .tooltip-arrow {
  left: 2px;
  border-right-color: #fff;
}

.ml-2017 .tooltip.right .tooltip-arrow:after {
  left: -2px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #dee1e8;
}

.ml-2017 .tooltip-arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: -1;
}

.ml-2017 .tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #dee1e8;
  color: #2e3237;
  padding: 5px;
  max-width: 120px;
  line-height: 16px;
}

.ml-2017 img {
  max-width: 100%;
  height: auto;
}

.ml-2017 .modal-dialog {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .modal-dialog {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .modal-dialog {
    padding: 0;
    width: 360px;
  }
}

.ml-2017 .btn.js-action-close, .ml-2017 .js-action-close.btn-primary, .ml-2017 .js-action-close.btn-secondary, .ml-2017 .js-action-close.btn-success,
.ml-2017 .js-action-close.btn-reg-customer, .ml-2017 .js-action-close.btn-invert, .ml-2017 .js-action-close.btn-bankid {
  margin: 0 auto 15px auto;
  display: block;
}

.ml-2017 .vertical-alignment-helper {
  text-align: center;
}

.ml-2017 .vertical-alignment-helper .modal-content {
  width: inherit;
  height: auto;
  margin: 0 auto;
  pointer-events: all;
  overflow-y: auto;
}

.ml-2017 .modal-header,
.ml-2017 .modal-body,
.ml-2017 .modal-footer {
  margin-bottom: 0;
  padding: 15px;
  line-height: 20px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .modal-header,
  .ml-2017 .modal-body,
  .ml-2017 .modal-footer {
    padding: 25px;
  }
}

.ml-2017 .modal-header p,
.ml-2017 .modal-body p,
.ml-2017 .modal-footer p {
  color: #536785;
}

.ml-2017 .modal-header {
  border: none;
  text-align: center;
  padding-bottom: 0;
}

.ml-2017 .modal-title {
  color: #37454e;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 0.875rem;
}

.ml-2017 .modal-title1 {
  color: #37454e;
  padding: 20px;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 24px;
  line-height: 18px;
}

.ml-2017 .modal-content {
  box-shadow: none;
  border: none;
  background-color: #f9f9f9;
  text-align: left;
}

.ml-2017 .modal-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.ml-2017 .modal-intro {
  margin-top: -10px;
  line-height: 2;
}

.ml-2017 .modal-body .form-control {
  font-size: 0.75rem;
  line-height: 20px;
}

.ml-2017 .modal-body .btn-link {
  margin-top: -10px;
}

.ml-2017 .modal-footer {
  padding-top: 0;
  border: none;
}

.ml-2017 .modal-footer .btn, .ml-2017 .modal-footer .btn-primary, .ml-2017 .modal-footer .btn-secondary, .ml-2017 .modal-footer .btn-success,
.ml-2017 .modal-footer .btn-reg-customer, .ml-2017 .modal-footer .btn-invert, .ml-2017 .modal-footer .btn-bankid {
  position: relative;
  /*&:before {
			content: '';
			position: absolute;
			left: 0;
			top: -$margin-medium;
			width: 100%;
			height: 1px;
		}*/
}

.ml-2017 .modal-footer .btn + .btn-block, .ml-2017 .modal-footer .btn-primary + .btn-block, .ml-2017 .modal-footer .btn-secondary + .btn-block, .ml-2017 .modal-footer .btn-success + .btn-block, .ml-2017 .modal-footer .btn-reg-customer + .btn-block, .ml-2017 .modal-footer .btn-invert + .btn-block, .ml-2017 .modal-footer .btn-bankid + .btn-block {
  margin-left: 0;
  margin-top: 15px;
}

.ml-2017 .modal-footer .btn + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-primary + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-secondary + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-success + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-reg-customer + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-invert + .btn-block:first-of-type, .ml-2017 .modal-footer .btn-bankid + .btn-block:first-of-type {
  margin-top: 0;
}

.ml-2017 .modal-footer .btn + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-primary + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-secondary + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-success + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-reg-customer + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-invert + .btn-block:first-of-type:before, .ml-2017 .modal-footer .btn-bankid + .btn-block:first-of-type:before {
  content: none;
}

.ml-2017 .modal-page {
  display: none;
}

.ml-2017 .modal-page .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ml-2017 .modal-page .modal-page__back-button {
  position: absolute;
  left: 20px;
  padding: 0;
  color: #8da7ba;
}

.ml-2017 .modal-page .modal-page__back-button i {
  font-size: 16px;
}

.ml-2017 .modal-page--active {
  display: block;
}

.ml-2017 #modal__terms-of-services form {
  height: 100%;
}

.ml-2017 #modal__terms-of-services .modal-content {
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .ml-2017 #modal__terms-of-services .modal-content {
    padding: 15px;
  }
}

.ml-2017 #modal__terms-of-services .modal__holder {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 #modal__terms-of-services .modal-body {
  overflow-y: scroll;
  max-height: 500px;
  border: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  .ml-2017 #modal__terms-of-services .modal-body {
    height: 40vh;
    max-height: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.ml-2017 #modal__terms-of-services .modal-dialog {
  padding: 25px;
  max-width: 800px !important;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .ml-2017 #modal__terms-of-services .modal-dialog {
    margin: 0;
    padding: 15px;
    height: 100%;
  }
}

.ml-2017 #modal__terms-of-services .modal-header {
  padding: 0 0 15px;
}

.ml-2017 #modal__terms-of-services .modal-header .modal-title1 {
  line-height: 28px;
  padding: 0;
  margin-bottom: 25px;
}

.ml-2017 #modal__terms-of-services .modal-header p {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .ml-2017 #modal__terms-of-services .modal-header {
    padding: 0 0 5px;
  }
  .ml-2017 #modal__terms-of-services .modal-header .modal-title1 {
    margin-bottom: 15px;
  }
}

.ml-2017 #modal__terms-of-services .modal-footer {
  padding: 25px 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 #modal__terms-of-services .modal-footer button {
  margin: 0 auto;
  width: auto;
}

.ml-2017 #modal__terms-of-services .modal-footer a {
  text-decoration: underline;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .ml-2017 #modal__terms-of-services .modal-footer {
    padding: 15px 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ml-2017 #modal__terms-of-services .modal-footer button {
    margin-bottom: 10px;
  }
  .ml-2017 #modal__terms-of-services .modal-footer a {
    position: relative;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.ml-2017 .row--offset {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 767px) {
  .ml-2017 .row--offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .row--offset > [class*='col-']:not(.product-info) {
    padding: 0;
  }
}

.ml-2017 .row.equal-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .row.equal-height:before, .ml-2017 .row.equal-height:after {
  display: block;
}

.ml-2017 .row.equal-height > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ml-2017 .row.equal-height > [class*='col-'] >  {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ml-2017 .row.equal-height > [class*='col-'] > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ml-2017 .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.ml-2017 .row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .ml-2017 [class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.ml-2017 .row.is-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .row.is-flex > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ml-2017 .user .user__name {
  font-weight: 600;
  color: #37454e;
}

.ml-2017 .user span {
  display: inline-block;
}

.ml-2017 .list-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ml-2017 .list-links .list-links__item {
  margin-bottom: 5px;
}

.ml-2017 .list-links .list-links__item:last-child {
  margin: 0;
}

.ml-2017 .list-links .list-links__item a {
  display: block;
}

.ml-2017 .list-links .list-links__item img {
  display: block;
  max-height: 35px;
}

.ml-2017 .list-links--horizontal .list-links__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
}

.ml-2017 .social-links {
  padding: 0;
  list-style: none;
}

.ml-2017 .social-links .social-links__item a {
  display: block;
  padding: 8px 0;
}

.ml-2017 .social-links .social-links__item .icon {
  font-size: 1.125rem;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017.alert ~ .content-wrapper .product-cart.is-scrolling {
    top: 0;
  }
}

.ml-2017 .product-cart {
  display: none;
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  z-index: 800;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.ml-2017 .product-cart.is-scrolling {
  position: fixed;
  left: 70px;
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .product-cart.is-scrolling {
    left: 260px;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .product-cart {
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1400px;
    padding-top: 0;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .product-cart {
    left: 260px;
  }
}

.ml-2017 .product-cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #ffffff;
  border: 1px solid #d8dde6;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-top: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 7px 7px 7px 15px;
    border-radius: 0 0 0.75em 0.75em;
    min-height: 45px;
  }
  .ml-2017 .product-cart__item:not(:last-child) {
    margin-right: 10px;
  }
}

.ml-2017 .product-cart__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2e3237;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ml-2017 .product-cart__icon {
  -ms-flex-order: 2;
  order: 2;
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__icon {
    font-size: 16px;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 9px;
    margin-left: -5px;
  }
}

.ml-2017 .product-cart__title {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(35, 35, 35, 0.5);
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__title {
    margin-right: 15px;
    font-size: 16px;
    text-transform: none;
    color: inherit;
  }
}

.ml-2017 .product-cart__meta {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__meta {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__meta {
    margin-right: 10px;
    min-width: 60px;
    text-align: right;
  }
}

.ml-2017 .product-cart__notification {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 22px;
}

.ml-2017 a.product-cart__item:hover, .ml-2017 a.product-cart__item:focus {
  background-color: #f5f8fa;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .product-cart__item--theme-green {
    background: #4CAF50;
    border-color: #4CAF50;
    color: #4CAF50;
    /* inheritance for notification */
  }
  .ml-2017 .product-cart__item--theme-green .product-cart__content {
    color: #ffffff;
  }
  .ml-2017 .product-cart__item--theme-green .product-cart__title {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-cart__item--theme-green .product-cart__notification {
    background-color: #4CAF50;
    color: #ffffff;
  }
  .ml-2017 .product-cart__item--theme-green .product-cart__icon {
    color: #4CAF50;
  }
}

@media only screen and (max-width: 1419px) {
  .ml-2017 a.product-cart__item--theme-green:hover, .ml-2017 a.product-cart__item--theme-green:focus {
    background-color: #68c56b;
    color: #68c56b;
  }
}

.ml-2017 .product-cart__item--theme-blue {
  background: #0078c0;
  border-color: #0078c0;
  color: #0078c0;
  /* inheritance for notification */
}

.ml-2017 .product-cart__item--theme-blue .product-cart__content {
  color: #ffffff;
}

.ml-2017 .product-cart__item--theme-blue .product-cart__title {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .product-cart__item--theme-blue .product-cart__title {
    color: #ffffff;
  }
}

.ml-2017 a.product-cart__item--theme-blue:hover, .ml-2017 a.product-cart__item--theme-blue:focus {
  background-color: #5bc6e8;
  border-color: #5bc6e8;
  color: #5bc6e8;
}

.ml-2017 .cart__item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee1e8;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ml-2017 .cart__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .cart__item-content--baseline {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ml-2017 .cart__item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .cart__item-container:first-child {
  margin-bottom: 10px;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-container {
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .ml-2017 .cart__item-container:first-child {
    margin-bottom: 0;
  }
}

.ml-2017 .cart__item-image {
  -ms-flex-order: 2;
  order: 2;
  min-width: 60px;
  max-width: 90px;
}

.ml-2017 .cart__item-image img {
  display: block;
  padding-right: 10px;
}

.ml-2017 .cart__item-image.cart__item-image--w-border {
  border: 1px solid #dee1e8;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-image.cart__item-image--w-border {
    width: 120px;
    margin-right: 10px;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ml-2017 .cart__item-image.cart__item-image--w-border img {
  padding-right: 0;
}

.ml-2017 .cart__item-info {
  margin-right: auto;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-info {
    -ms-flex-order: 2;
    order: 2;
    margin: 0 10px;
  }
}

.ml-2017 .cart__item-title {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.ml-2017 .cart__item-title.h5 {
  margin-bottom: 10px;
}

.ml-2017 .cart__item-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-quantity {
    -ms-flex-order: 3;
    order: 3;
  }
}

.ml-2017 .cart__item-quantity button[disabled] {
  opacity: 0.6;
}

.ml-2017 .cart__item-quantity-value {
  position: relative;
}

.ml-2017 .cart__item-input {
  width: 52px;
  height: 40px;
  padding: 10px 24px 10px 6px;
  border: 1px solid #d8dde6;
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-input {
    width: 47px;
    height: 45px;
    padding-right: 22px;
    padding-left: 4px;
  }
}

.ml-2017 .cart__item-input:focus {
  outline: 0;
}

.ml-2017 .cart__item-input-text {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #6f91a7;
  line-height: 40px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Target mozilla to align the value correctly in the browser */
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-input-text {
    right: 8px;
    line-height: 45px;
  }
}

@-moz-document url-prefix() {
  .ml-2017 .cart__item-input-text {
    top: 0;
    transform: translateY(0);
  }
}

.ml-2017 .cart__item-btn {
  width: 40px;
  padding: 10px;
  font-size: 16px;
  color: #0078c0;
  border: 1px solid #d8dde6;
  background: #ffffff;
  transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .cart__item-btn:first-child {
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
  border-right: 0;
}

.ml-2017 .cart__item-btn:last-child {
  border-top-right-radius: .3em;
  border-bottom-right-radius: .3em;
  border-left: 0;
}

.ml-2017 .cart__item-btn:active, .ml-2017 .cart__item-btn:hover, .ml-2017 .cart__item-btn:focus {
  background-color: #f2f5f7;
}

.ml-2017 .cart__item-btn:focus {
  outline: 0;
}

.ml-2017 .cart__item-manage {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-order: 2;
  order: 2;
}

.ml-2017 .cart__item-price {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-order: 5;
  order: 5;
  margin: 5px 0 5px 10px;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-price {
    margin: 5px 10px;
    -ms-flex-order: 3;
    order: 3;
  }
}

.ml-2017 .cart__item-remove {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #f04c60;
  -ms-flex-order: 4;
  order: 4;
  transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .cart__item-remove {
    width: 40px;
    height: 40px;
    -ms-flex-order: 5;
    order: 5;
  }
}

.ml-2017 .cart__item-remove:hover {
  color: #2e3237;
}

.ml-2017 .cart__item-total {
  margin-top: 10px;
}

.ml-2017 .cart__item-sum {
  float: right;
  margin-left: 10px;
}

.ml-2017 .profile {
  margin-bottom: 20px;
}

.ml-2017 .profile__header {
  background-color: #d6eeff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000;
  border: 1px solid #a2c3ff;
}

.ml-2017 .profile__row {
  border: 1px solid #d8dde6;
  border-top: 0;
  padding: 16px 15px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__row {
    padding: 20px;
  }
}

.ml-2017 .profile__row:nth-of-type(odd) {
  background-color: #f5f8fa;
}

.ml-2017 .profile__row:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ml-2017 .profile__row.form-group {
  margin: 0;
}

.ml-2017 .profile__row .profile__submit {
  display: none;
}

.ml-2017 .profile__label {
  display: block;
  width: 130px;
  font-weight: 600;
  color: #000000;
  vertical-align: top;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__label {
    display: inline-block;
  }
}

.ml-2017 .profile__input {
  display: inline-block;
  color: #546785;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__input {
    margin: -10px 0;
  }
}

.ml-2017 .profile__input .help-block {
  margin: 0;
}

.ml-2017 .profile__input .help-block ul {
  margin: 5px 0 0;
}

.ml-2017 .profile__input label {
  display: none;
  margin-bottom: 5px;
  font-weight: 600;
}

.ml-2017 .profile__input input:not([type=radio]) {
  color: #546785;
  display: inline-block;
  border: 1px solid #dee1e8;
  border-radius: 5px;
  background-color: white;
  width: 220px;
  padding: 9px 10px;
  outline: none;
}

.ml-2017 .profile__input input:not([type=radio]):disabled {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #546785;
  -webkit-text-fill-color: #546785;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__input input:not([type=radio]):disabled {
    padding: 9px 0;
  }
}

.ml-2017 .profile__input input:not([type=radio]).input-areacode {
  width: 55px;
}

.ml-2017 .profile__input .checkbox {
  display: block;
  overflow: hidden;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__input .checkbox {
    overflow: initial;
    display: inline-block;
    vertical-align: middle;
  }
}

.ml-2017 .profile__input .checkbox input {
  display: none;
  margin: 0;
  outline: none;
}

.ml-2017 .profile__input .checkbox input:checked + label {
  display: inline-block;
  vertical-align: middle;
}

.ml-2017 .profile__input .checkbox label {
  margin: 0;
  padding: 0;
}

.ml-2017 .profile__placeholder {
  display: inline-block;
}

.ml-2017 .profile__input.profile__input--phone input {
  display: none;
}

.ml-2017 .profile__input.profile__input--account .profile__multiple-input {
  margin-right: 20px;
  display: inline-block;
}

.ml-2017 .profile__input.profile__input--account .profile__multiple-input:nth-of-type(2) {
  display: inline-block;
}

.ml-2017 .profile__input.profile__input--account .profile__multiple-input .input-clearing {
  width: 50px;
}

.ml-2017 .profile__input.profile__input--account .profile__multiple-input .input-account {
  width: auto;
}

.ml-2017 .profile__multiple-input {
  margin-right: 20px;
}

.ml-2017 .profile__multiple-input:nth-of-type(2), .ml-2017 .profile__multiple-input:nth-of-type(3) {
  display: none;
}

.ml-2017 .profile__actions {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__actions {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 20px;
    top: 0;
    right: 0;
    height: auto;
  }
}

.ml-2017 .profile__actions .btn-link {
  padding: 0;
  color: #546785;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 24px;
}

.ml-2017 .profile__actions .profile__submit {
  color: #1670f6;
}

.ml-2017 .profile__row--active .profile__placeholder {
  display: none;
}

.ml-2017 .profile__row--active .profile__input.profile__input--phone input {
  display: inline-block;
}

.ml-2017 .profile__row--active.has-error input:not([type=radio]) {
  border-color: rgba(250, 100, 15, 0.3);
}

.ml-2017 .profile__row--active .btn-link {
  display: none;
}

.ml-2017 .profile__row--active .profile__submit {
  display: inline-block;
}

.ml-2017 .profile__row--active .profile__input input::-webkit-input-placeholder {
  color: transparent;
}

.ml-2017 .profile__row--active .profile__input input:-moz-placeholder {
  color: transparent;
}

.ml-2017 .profile__row--active .profile__input input::-moz-placeholder {
  color: transparent;
}

.ml-2017 .profile__row--active .profile__input input:-ms-input-placeholder {
  color: transparent;
}

.ml-2017 .profile__row--active .profile__input .checkbox {
  padding: 10px 0;
  margin: 0;
}

.ml-2017 .profile__row--active .profile__input .checkbox + .checkbox {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__row--active .profile__input .checkbox {
    padding: 0;
    margin: 0 15px 0 0;
  }
}

.ml-2017 .profile__row--active .profile__input .checkbox label {
  display: inline-block;
  vertical-align: sub;
}

.ml-2017 .profile__row--active .profile__input .checkbox input {
  display: block;
  float: left;
  margin-right: 10px;
}

.ml-2017 .profile__row--active .profile__input label {
  display: block;
  vertical-align: super;
}

.ml-2017 .profile__row--active .profile__multiple-input {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__row--active .profile__multiple-input {
    margin-bottom: 0;
    padding: 10px 0;
  }
}

.ml-2017 .profile__row--active .profile__multiple-input:last-of-type {
  margin-bottom: 0;
}

.ml-2017 .profile__row--active .profile__multiple-input:nth-of-type(2), .ml-2017 .profile__row--active .profile__multiple-input:nth-of-type(3) {
  display: inline-block;
}

.ml-2017 .profile__row--active .profile__input.profile__input--account .profile__multiple-input .input-clearing {
  width: 75px;
}

.ml-2017 .profile__row--active .profile__actions {
  top: 16px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .profile__row--active .profile__actions {
    top: 0;
    display: inline-block;
  }
}

.ml-2017 .responsive-table th {
  white-space: nowrap;
}

.ml-2017 .responsive-table td {
  font-weight: 600;
  color: #536785;
}

.ml-2017 .responsive-table td.highlight {
  color: #4CAF50;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .responsive-table,
  .ml-2017 .responsive-table thead,
  .ml-2017 .responsive-table tbody,
  .ml-2017 .responsive-table th,
  .ml-2017 .responsive-table td {
    display: block;
  }
  .ml-2017 .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ml-2017 .responsive-table tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8dde6;
    border-right: 1px solid #d8dde6;
    border-left: 1px solid #d8dde6;
  }
  .ml-2017 .responsive-table tbody tr:nth-of-type(even) {
    background-color: #f5f8fa;
  }
  .ml-2017 .responsive-table tbody tr:last-child {
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
  }
  .ml-2017 .responsive-table td {
    width: 50%;
    padding: 15px;
  }
  .ml-2017 .responsive-table td:nth-child(2n) {
    text-align: right;
  }
  .ml-2017 .responsive-table td:before {
    content: attr(data-header);
    display: block;
    font-weight: 600;
    color: #2e3237;
  }
  .ml-2017 .responsive-table td.table__order-second {
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .ml-2017 .responsive-table td.table__order-last {
    -ms-flex-order: 100;
    order: 100;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .responsive-table {
    width: 100%;
    border-collapse: separate;
    border-bottom-right-radius: .4em;
    border-bottom-left-radius: .4em;
  }
  .ml-2017 .responsive-table th:last-child,
  .ml-2017 .responsive-table td:last-child {
    width: auto;
    text-align: right;
  }
  .ml-2017 .responsive-table thead th {
    padding: 20px;
    border-top: 1px solid #a2c3ff;
    border-bottom: 1px solid #a2c3ff;
    background-color: #d6eeff;
    font-size: 16px;
    font-weight: 600;
  }
  .ml-2017 .responsive-table thead th:first-child {
    border-top-left-radius: .4em;
    border-left: 1px solid #a2c3ff;
  }
  .ml-2017 .responsive-table thead th:last-child {
    border-top-right-radius: .4em;
    border-right: 1px solid #a2c3ff;
  }
  .ml-2017 .responsive-table tbody td {
    width: 1px;
    white-space: nowrap;
    padding: 20px;
    border-bottom: 1px solid #d8dde6;
  }
  .ml-2017 .responsive-table tbody td:first-child {
    border-left: 1px solid #d8dde6;
  }
  .ml-2017 .responsive-table tbody td:last-child {
    border-right: 1px solid #d8dde6;
  }
  .ml-2017 .responsive-table tbody tr:nth-of-type(even):not(.invoice-history-dropdown) {
    background-color: #f5f8fa;
  }
  .ml-2017 .responsive-table tbody tr:last-child {
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
  }
  .ml-2017 .responsive-table--auto-td tbody td {
    width: auto;
  }
}

.ml-2017 .responsive-table-filter {
  margin-bottom: 20px;
}

.ml-2017 .responsive-table-filter label {
  color: #536785;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 0;
}

.ml-2017 .responsive-table-filter .form-control {
  display: inline-block;
  float: right;
  max-width: 50%;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .responsive-table-filter .form-control {
    width: auto;
    float: none;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .table-section.js-load-from-right .section__heading,
  .ml-2017 .table-section.js-load-from-right .nav {
    display: none;
  }
  .ml-2017 .table-section.js-load-from-right .tab-content {
    display: block;
    animation: loadFromRight 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .ml-2017 .table-section.js-load-from-right .js-hide-section {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .table-section.js-load-from-left .list-group {
    animation: loadFromLeft 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .ml-2017 .table-section .tab-content {
    display: none;
  }
}

.ml-2017 .table-section .js-hide-section {
  display: none;
  margin-bottom: 20px;
  font-family: "UniNeueHeavy";
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
}

.ml-2017 .table-section .js-hide-section .icon {
  font-size: 15px;
  color: #536785;
}

.ml-2017 .table-section .js-hide-section:hover, .ml-2017 .table-section .js-hide-section:focus {
  color: inherit;
}

.ml-2017 .table-pane {
  display: none;
}

.ml-2017 .table-pane--active {
  display: block;
}

.ml-2017 .table__title-block {
  margin-bottom: 0;
  padding: 15px;
  border: 1px solid #a2c3ff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #d6eeff;
  font-size: 16px;
  font-weight: 600;
  color: #2e3237;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .table__title-block {
    display: none;
  }
}

.ml-2017 .table__text {
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #536785;
}

.ml-2017 .table__label {
  font-weight: 600;
}

.ml-2017 .table-select {
  display: none !important;
  /* Always hide to avoid FOUC */
}

.ml-2017 .table-select + .select2 {
  min-width: 200px;
  font-family: "Proxima Nova";
}

.ml-2017 .table-select + .select2.select2-container--open .select2-selection__arrow:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ml-2017 .table-select + .select2 .select2-selection__arrow {
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .table-select + .select2 .select2-selection__arrow:before {
  font-family: "ml-icons";
  content: "\e906";
  display: block;
  font-size: 20px;
  color: #0078c0;
}

.ml-2017 .table-select + .select2 .select2-selection__arrow b {
  height: 0;
  border: none;
}

.ml-2017 .table-select + .select2 .select2-selection {
  height: 44px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  line-height: 44px;
  outline: none;
}

.ml-2017 .table-select + .select2 .select2-selection__rendered {
  font-weight: 600;
  vertical-align: middle;
  line-height: 32px;
}

.ml-2017 .table-select + .select2 .select2-selection__rendered span {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .my-tools {
    margin-bottom: 20px;
  }
}

.ml-2017 .my-tools .btn, .ml-2017 .my-tools .btn-primary, .ml-2017 .my-tools .btn-secondary, .ml-2017 .my-tools .btn-success,
.ml-2017 .my-tools .btn-reg-customer, .ml-2017 .my-tools .btn-invert, .ml-2017 .my-tools .btn-bankid {
  width: 100%;
}

.ml-2017 .my-tools__tool {
  text-align: center;
  margin-bottom: 10px;
}

.ml-2017 .my-tools__tool .btn, .ml-2017 .my-tools__tool .btn-primary, .ml-2017 .my-tools__tool .btn-secondary, .ml-2017 .my-tools__tool .btn-success,
.ml-2017 .my-tools__tool .btn-reg-customer, .ml-2017 .my-tools__tool .btn-invert, .ml-2017 .my-tools__tool .btn-bankid {
  margin-bottom: 10px;
}

.ml-2017 .my-tools__tool p {
  display: none;
  font-size: 0.875rem;
  font-weight: 600;
  width: 90%;
  margin: 0 auto 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .my-tools__tool p {
    display: block;
  }
}

.ml-2017 .message-sender {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #df4d9b;
  text-align: center;
  line-height: 32px;
}

.ml-2017 .message-sender__initials {
  color: #fff;
}

.ml-2017 .message-sender--yellow {
  background-color: #FDE78C;
}

.ml-2017 .message-sender--blue {
  background-color: #0078c0;
}

.ml-2017 .message-sender--blue-deep {
  background-color: #004673;
}

.ml-2017 .message-sender--turquoise {
  background-color: #00afba;
}

.ml-2017 .messages-list {
  font-size: 0.875rem;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: opacity 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #536785;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages-list {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
}

.ml-2017 .messages-list__message {
  border: none;
  text-align: left;
  padding: 15px;
  border-top: 1px solid #d8dde6;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
}

.ml-2017 .messages-list__message:first-of-type {
  border-top: 0;
}

.ml-2017 .messages-list__message:hover {
  background-color: #f5f8fa;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .messages-list__message {
    padding: 15px;
    display: none;
  }
  .ml-2017 .messages-list__message:nth-of-type(-n+5) {
    display: block;
  }
  .ml-2017 .messages-list__message:nth-of-type(even) {
    background-color: #f2f5f7;
  }
}

.ml-2017 .messages-list__sender {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.ml-2017 .messages-list__date {
  float: right;
  font-weight: 600;
}

.ml-2017 .messages-list__subject {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  display: block;
  line-height: 20px;
  /* fallback */
  max-height: 20px;
  /* fallback */
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages-list__subject {
    font-weight: 500;
  }
}

.ml-2017 .messages-list__message--unread .messages-list__sender {
  color: #37454e;
  font-weight: 700;
}

.ml-2017 .messages-list__message--unread .messages-list__sender:before {
  content: '';
  border-radius: 100%;
  background-color: #1670f6;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

.ml-2017 .messages-list__message--unread .messages-list__subject {
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages-list__message--active {
    border-left: 3px solid #1670f6;
    background-color: #f5f8fa;
  }
  .ml-2017 .messages-list__message--active .messages-list__sender {
    color: #37454e;
    font-weight: 700;
  }
  .ml-2017 .messages-list__message--active .messages-list__subject {
    color: #37454e;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .messages--message-active .messages-list {
    display: none;
  }
}

.ml-2017 .messages--is-loading .messages-list {
  opacity: 0.6;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages--is-loading .messages-list {
    opacity: 1;
  }
}

.ml-2017 .messages {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages {
    margin-bottom: 50px;
  }
}

.ml-2017 .messages h2 {
  margin: 0;
  transition: font-size 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .messages h2 .icon {
  display: none;
}

.ml-2017 .messages__container {
  border: 1px solid #d8dde6;
  border-radius: 5px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .messages__container {
    animation: activeMessageList 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

.ml-2017 .message {
  padding: 20px;
  font-weight: 600;
  color: #2e3237;
  opacity: 1;
  transition: opacity 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: none;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .message {
    display: block;
    border-left: 1px solid #d8dde6;
    min-height: 600px;
  }
}

.ml-2017 .message img {
  margin-bottom: 20px;
}

.ml-2017 .message p {
  margin-bottom: 20px;
}

.ml-2017 .message strong {
  font-weight: 800;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .message--fixed-height {
    overflow: auto;
    max-height: 600px;
  }
}

.ml-2017 .messages--is-loading .message {
  opacity: 0.6;
}

.ml-2017 .message__header {
  position: relative;
  color: #37454e;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8dde6;
  font-weight: 600;
}

.ml-2017 .message__thumbnail {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .message__thumbnail {
    margin-right: 20px;
  }
}

.ml-2017 .message__sender {
  font-weight: 800;
  margin-bottom: 5px;
  overflow: hidden;
}

.ml-2017 .message__date {
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}

.ml-2017 .message__cta {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .message__cta {
    text-align: left;
  }
}

.ml-2017 .messages__load-more-button {
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .messages__load-more-button {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .messages--message-active .messages__container {
    animation: activeMessage 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .messages--message-active h2 {
    font-size: 1.125rem;
    font-weight: 800;
  }
  .ml-2017 .messages--message-active h2 .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #536785;
  }
}

.ml-2017 .messages--message-active .message {
  display: block;
}

.ml-2017 .messages--message-active .messages__load-more-button {
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

@keyframes activeMessage {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes activeMessageList {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.ml-2017 .data-list {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list {
    text-align: left;
  }
}

.ml-2017 .data-list ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.ml-2017 .data-list ul > li {
  border-bottom: 1px solid #d8dde6;
  border-right: 1px solid #d8dde6;
  border-left: 1px solid #d8dde6;
  padding: 20px 20px 10px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list ul > li {
    padding: 20px;
  }
}

.ml-2017 .data-list ul > li:nth-of-type(even) {
  background-color: #f5f8fa;
}

.ml-2017 .data-list ul > li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ml-2017 .data-list__title {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #a2c3ff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #d6eeff;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .data-list__title h3 {
  font-family: "Proxima Nova";
  margin: 0;
}

.ml-2017 .data-list__header {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #a2c3ff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #d6eeff;
  color: #2e3237;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .data-list__header-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  font-size: 16px;
  font-weight: 600;
}

.ml-2017 .data-list__cell {
  font-weight: 600;
  color: #536785;
  float: left;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  margin-bottom: 15px;
  text-align: center;
}

.ml-2017 .data-list__cell:nth-of-type(3n+1) {
  text-align: left;
}

.ml-2017 .data-list__cell:nth-of-type(3n+3) {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list__cell {
    text-align: left;
    width: auto;
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin-bottom: 0;
  }
}

.ml-2017 .data-list__sub-actions {
  display: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list__sub-actions {
    display: -ms-flexbox;
    display: flex;
    transition: opacity 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .data-list__sub-actions {
    margin-right: 40px;
  }
}

.ml-2017 .data-list__sub-actions a, .ml-2017 .data-list__sub-actions button {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list__sub-actions a, .ml-2017 .data-list__sub-actions button {
    margin: 0 10px;
  }
}

.ml-2017 .data-list.data-list--table .data-list__header {
  display: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list.data-list--table .data-list__header {
    display: -ms-flexbox;
    display: flex;
  }
}

.ml-2017 .data-list.data-list--table .data-list__cell {
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}

.ml-2017 .data-list.data-list--table .data-list__cell:before {
  content: attr(data-header);
  display: block;
  font-weight: 600;
  color: #2e3237;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list.data-list--table .data-list__cell:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list.data-list--table .data-list__cell {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }
}

.ml-2017 .data-list.data-list--table .data-list__cell:last-of-type {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ml-2017 .data-list.data-list--table .data-list__dropdown {
  -ms-flex: 100%;
  flex: 100%;
  font-weight: 600;
  border-top: 1px solid transparent;
  color: #536785;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), max-height 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .data-list.data-list--table .data-list__dropdown.data-list__dropdown--active {
  border-color: #eeeeee;
  max-height: 200px;
  padding: 20px 0 0;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list.data-list--table .data-list__dropdown.data-list__dropdown--active {
    margin-top: 20px;
  }
}

.ml-2017 .data-list.data-list--table .data-list__dropdown-cell {
  width: 50%;
  float: left;
}

.ml-2017 .data-list.data-list--table .data-list__dropdown-cell span {
  display: block;
  color: #2e3237;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list.data-list--table .data-list__dropdown-cell span {
    display: inline;
    color: #536785;
  }
}

.ml-2017 .data-list.data-list--table .data-list__dropdown-cell:nth-of-type(1n) {
  text-align: left;
}

.ml-2017 .data-list.data-list--table .data-list__dropdown-cell:nth-of-type(2n) {
  text-align: right;
}

.ml-2017 .data-list__cell.data-list__cell--actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 20%;
  color: #77839e;
}

.ml-2017 .data-list__cell.data-list__cell--actions .btn-data-action {
  text-align: center;
}

.ml-2017 .data-list__cell.data-list__cell--actions.data-list__cell--active {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list__cell.data-list__cell--actions.data-list__cell--active .data-list__sub-actions {
    position: absolute;
    top: 0;
    left: -125px;
    opacity: 1;
    -ms-transform: translatex(0);
    transform: translatex(0);
    visibility: visible;
    height: auto;
  }
}

.ml-2017 .data-list__cell.data-list__cell--actions.data-list__cell--active .btn-data-action {
  color: #1670f6;
}

.ml-2017 .data-list__cell.data-list__cell--mobile-actions {
  width: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .data-list__cell.data-list__cell--mobile-actions {
    display: none;
  }
}

.ml-2017 .data-list__cell.data-list__cell--mobile-actions .data-list__sub-actions {
  text-align: left;
}

.ml-2017 .data-list__cell.data-list__cell--mobile-actions .data-list__sub-actions :last-child {
  margin-bottom: 0;
}

.ml-2017 .data-list__cell.data-list__cell--mobile-actions .btn-data-action {
  text-align: left;
  display: block;
}

.ml-2017 .entity-collection-actions {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .invoices > :last-child {
    margin-bottom: 40px;
  }
}

.ml-2017 .invoice {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dee1e8;
  background-color: #f5f8fa;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .invoice:last-of-type {
    margin-bottom: 40px;
  }
}

.ml-2017 .invoice__header {
  border-bottom: 1px solid #dee1e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .invoice__status h3 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  margin: 0;
}

.ml-2017 .invoice__status p {
  color: #536785;
}

.ml-2017 .invoice__status p:last-of-type {
  margin-bottom: 0;
}

.ml-2017 .invoice__icon {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.ml-2017 .invoice__icon--warning {
  background-color: #f89471;
}

.ml-2017 .invoice__values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ml-2017 .invoice__cell {
  font-weight: 600;
  color: #536785;
  width: 50%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .invoice__cell {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0;
  }
}

.ml-2017 .invoice__cell span {
  display: block;
  color: #2e3237;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .invoice__cell span {
    color: #536785;
    display: inline-block;
    margin-right: 5px;
  }
}

.ml-2017 .bonus-code p {
  font-weight: 600;
  color: #536785;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bonus-code button[type=submit] {
    margin-top: 5px;
  }
}

.ml-2017 .bonus-code__form {
  margin-bottom: 20px;
}

.ml-2017 .bonus-code__message {
  display: none;
}

.ml-2017 .bonus-code__error {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bonus-code__error {
    margin-top: 0;
  }
}

.ml-2017 .order-page .order__payment-block {
  padding: 10px 0;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .order-page .order__payment-block {
    padding: 20px 140px;
  }
}

.ml-2017 .order-page .order__payment-block-label {
  display: inline-block;
}

.ml-2017 .order-page .order__payment-block-value {
  float: right;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .order-page .order__payment-block-value {
    margin-right: 40px;
  }
}

.ml-2017 .order-page .order__shipping {
  border-bottom: 1px solid #d8dde6;
}

.ml-2017 .order-page .order__shipping p {
  margin-bottom: 0;
}

.ml-2017 .order-page .order__price-total {
  font-weight: 600;
}

.ml-2017 .order-page .order__add-more {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.ml-2017 .order-page .order__add-more--open {
  display: block;
}

.ml-2017 .order-page .order__add-more p {
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .order-page .order__add-more p {
    margin-top: 0;
  }
}

.ml-2017 .order-page .order__add-more--btn-wrapper {
  margin: 0 auto;
  max-width: 350px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .order-page .order__add-more--btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
}

.ml-2017 .order-page .order__add-more-btn {
  display: block;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .order-page .order__add-more-btn {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}

.ml-2017 .order-page .order__add-more-btn:last-child {
  margin-right: 0;
}

.ml-2017 .order-page .order__add-more-btn img {
  display: none;
  max-width: 30px;
}

@media screen and (min-width: 359px) {
  .ml-2017 .order-page .order__add-more-btn img {
    display: inline-block;
  }
}

.ml-2017 .order-page .order__add-more-btn--price {
  position: absolute;
  right: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .order-page .order__add-more-btn--price {
    right: 16px;
  }
}

.ml-2017 .order-page .order__add-more-btn .btn, .ml-2017 .order-page .order__add-more-btn .btn-primary, .ml-2017 .order-page .order__add-more-btn .btn-secondary, .ml-2017 .order-page .order__add-more-btn .btn-success,
.ml-2017 .order-page .order__add-more-btn .btn-reg-customer, .ml-2017 .order-page .order__add-more-btn .btn-invert, .ml-2017 .order-page .order__add-more-btn .btn-bankid {
  position: relative;
  width: 100%;
  padding: 9px 80px 9px 16px;
  text-align: left;
}

@media screen and (min-width: 359px) {
  .ml-2017 .order-page .order__add-more-btn .btn, .ml-2017 .order-page .order__add-more-btn .btn-primary, .ml-2017 .order-page .order__add-more-btn .btn-secondary, .ml-2017 .order-page .order__add-more-btn .btn-success,
  .ml-2017 .order-page .order__add-more-btn .btn-reg-customer, .ml-2017 .order-page .order__add-more-btn .btn-invert, .ml-2017 .order-page .order__add-more-btn .btn-bankid {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .order-page .order__add-more-btn .btn, .ml-2017 .order-page .order__add-more-btn .btn-primary, .ml-2017 .order-page .order__add-more-btn .btn-secondary, .ml-2017 .order-page .order__add-more-btn .btn-success,
  .ml-2017 .order-page .order__add-more-btn .btn-reg-customer, .ml-2017 .order-page .order__add-more-btn .btn-invert, .ml-2017 .order-page .order__add-more-btn .btn-bankid {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 360px) {
  .ml-2017 .order-page .order__input-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
}

.ml-2017 .order-page .order__input-wrapper--w-height {
  min-height: 45px;
  margin: 5px 0;
}

@media (min-width: 370px) {
  .ml-2017 .order-page .order__input-wrapper label,
  .ml-2017 .order-page .order__input-wrapper .form-group {
    margin-bottom: 0;
  }
}

.ml-2017 .order-page .order__input-wrapper .custom-radio {
  width: 200px;
}

@media (min-width: 360px) and (max-width: 480px) {
  .ml-2017 .order-page .order__input-wrapper .custom-radio {
    max-width: 90px;
  }
}

.ml-2017 .order-page .order__input-wrapper .form-control {
  width: auto;
  padding-right: 12px;
}

.ml-2017 .order-page .order__input-wrapper .form-control#phone {
  width: 100%;
  max-width: 140px;
}

.ml-2017 .order-page .order__input-wrapper .form-control#email {
  width: 240px;
}

@media only screen and (max-width: 480px) {
  .ml-2017 .order-page .order__input-wrapper .form-control#email {
    width: 100%;
  }
}

.ml-2017 .order-page .order__input-wrapper .help-block {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .order-page .order__input-wrapper .help-block {
    max-width: 240px;
  }
}

.ml-2017 .order-page .delivery {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8dde6;
}

.ml-2017 .order-page .delivery--no-border {
  border-bottom: none;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .order-page .delivery {
    border-bottom: none;
  }
}

.ml-2017 .order-page .delivery__title {
  font-weight: 600;
  display: inline-block;
}

.ml-2017 .order-page .delivery .icon {
  display: inline-block;
  font-size: 20px;
  color: #6f91a7;
  margin: 0 5px;
}

.ml-2017 .order-page .delivery__contact p {
  margin-bottom: 5px;
}

.ml-2017 .order-page .delivery__contact-note {
  font-style: italic;
  font-size: 0.75rem;
  padding-bottom: 5px;
}

.ml-2017 .order-page .delivery__contact-note a {
  color: #2e3237;
  text-decoration: underline;
}

.ml-2017 .order-page .delivery__gift {
  border: 1px solid transparent;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .order-page .delivery__gift {
    margin-right: 0;
  }
}

.ml-2017 .order-page .delivery__gift-form {
  display: none;
}

.ml-2017 .order-page .delivery__gift-form-title {
  font-weight: 600;
  margin: 10px 0;
}

@media only screen and (min-width: 390px) {
  .ml-2017 .order-page .delivery__gift-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    margin: 5px;
  }
}

.ml-2017 .order-page .delivery__gift-form-label {
  min-width: 75px;
  margin-bottom: 0;
}

.ml-2017 .order-page .delivery__gift-form-label--small {
  min-width: 50px;
}

@media only screen and (min-width: 390px) {
  .ml-2017 .order-page .delivery__gift-form-label--small {
    text-align: center;
  }
}

.ml-2017 .order-page .delivery__gift-form-input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ml-2017 .order-page .delivery__gift-form-input--small {
  margin-bottom: 5px;
}

@media only screen and (min-width: 390px) {
  .ml-2017 .order-page .delivery__gift-form-input--small {
    min-width: 80px;
    max-width: 90px;
    margin-bottom: 0;
  }
}

.ml-2017 .order-page .delivery__gift--active {
  padding: 10px;
  padding-top: 20px;
  border-color: #d8dde6;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}

.ml-2017 .order-page .delivery__gift--active .delivery__gift-form {
  display: block;
}

.ml-2017 .order-page .delivery__gift--active .delivery__gift-title {
  position: absolute;
  top: -10px;
}

.ml-2017 .order-page .delivery__gift-title {
  background: white;
  position: relative;
  top: 0;
}

.ml-2017 .order-page .delivery__gift-title label {
  padding-right: 5px;
}

@media only screen and (max-width: 370px) {
  .ml-2017 .order-page .delivery__gift-title label {
    font-size: 0.75rem;
    padding-right: 2px;
    padding-left: 30px;
  }
}

.ml-2017 .order-page__submit {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.ml-2017 .order-page__submit-action-wrapper {
  display: block;
  margin-bottom: 15px;
}

.ml-2017 .order-page__submit-action-wrapper a {
  color: #2e3237;
  text-decoration: underline;
}

.ml-2017 .modal-delivery {
  position: relative;
}

.ml-2017 .modal-delivery__wrapper {
  max-height: 400px;
  overflow-y: auto;
}

.ml-2017 .modal-delivery__zip {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8dde6;
  font-weight: 600;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .modal-delivery__zip p {
  color: #2e3237;
}

.ml-2017 .modal-delivery__zip-title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.ml-2017 .modal-delivery__zip-form {
  width: 100px;
  background: transparent;
}

.ml-2017 .modal-delivery__zip-form.form-control {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.ml-2017 .modal-delivery__place {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d8dde6;
}

.ml-2017 .modal-delivery__place--active .btn, .ml-2017 .modal-delivery__place--active .btn-primary, .ml-2017 .modal-delivery__place--active .btn-secondary, .ml-2017 .modal-delivery__place--active .btn-success,
.ml-2017 .modal-delivery__place--active .btn-reg-customer, .ml-2017 .modal-delivery__place--active .btn-invert, .ml-2017 .modal-delivery__place--active .btn-bankid {
  background: #0078c0;
}

.ml-2017 .modal-delivery__place--active .btn:hover, .ml-2017 .modal-delivery__place--active .btn-primary:hover, .ml-2017 .modal-delivery__place--active .btn-secondary:hover, .ml-2017 .modal-delivery__place--active .btn-success:hover,
.ml-2017 .modal-delivery__place--active .btn-reg-customer:hover, .ml-2017 .modal-delivery__place--active .btn-invert:hover, .ml-2017 .modal-delivery__place--active .btn-bankid:hover {
  background-color: #5bc6e8;
  color: #ffffff;
}

.ml-2017 .modal-delivery__place-info {
  width: 70%;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
}

.ml-2017 .modal-delivery__place-info p {
  margin-bottom: 5px;
  color: #37454e;
}

.ml-2017 .modal-delivery__place-title {
  font-size: 16px;
  font-weight: 600;
}

.ml-2017 .modal-delivery__place .btn, .ml-2017 .modal-delivery__place .btn-primary, .ml-2017 .modal-delivery__place .btn-secondary, .ml-2017 .modal-delivery__place .btn-success,
.ml-2017 .modal-delivery__place .btn-reg-customer, .ml-2017 .modal-delivery__place .btn-invert, .ml-2017 .modal-delivery__place .btn-bankid {
  min-width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.ml-2017 .modal-delivery__fade-out {
  background: linear-gradient(to top, #f9f9f9, rgba(249, 249, 249, 0));
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 20px;
  margin-bottom: -20px;
}

.ml-2017 .frame-box {
  margin-bottom: 20px;
}

.ml-2017 .frame-box__header {
  background-color: #d6eeff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000;
  border: 1px solid #a2c3ff;
}

.ml-2017 .frame-box__row {
  border: 1px solid #d8dde6;
  border-top: 0;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .frame-box__row {
    padding: 0 20px;
  }
}

.ml-2017 .frame-box__row:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ml-2017 .frame-box__row.form-group {
  margin: 0;
}

.ml-2017 .frame-box__row .profile__submit {
  display: none;
}

.ml-2017 .product-info {
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .product-info {
    padding-top: 40px;
    padding-right: 20px;
  }
}

.ml-2017 .product-info__title {
  margin-top: 0;
}

.ml-2017 .product-info__logo {
  float: right;
  max-width: 80px;
  max-height: 80px;
  margin-left: 10px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .product-info__logo {
    max-width: 150px;
    max-height: 150px;
  }
}

.ml-2017 .product-info__meta {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .product-info__meta {
    margin-bottom: 20px;
  }
}

.ml-2017 .product-info__meta-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-style: italic;
}

.ml-2017 .product-info__meta-item:not(:first-child) {
  margin-left: 5px;
}

.ml-2017 .product-info__label {
  padding: 8px 12px;
  font-family: "UniNeueHeavy";
  font-size: 0.75rem;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
}

.ml-2017 .product-info__winning-nr {
  font-style: italic;
  text-transform: uppercase;
}

.ml-2017 .product-info__text-btn {
  padding: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  text-decoration: underline;
  color: #0078c0;
}

.ml-2017 .product-info__text-btn.js-is-active {
  display: none;
}

.ml-2017 .product-info__details:not(.js-is-visible) {
  display: none;
}

.ml-2017 .product-info__details ul {
  padding-left: 1rem;
}

.ml-2017 .product-order {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 370px) and (max-width: 480px) {
  .ml-2017 .product-order {
    text-align: left;
  }
}

@media only screen and (min-width: 480px) {
  .ml-2017 .product-order__item:first-child {
    margin-bottom: 10px;
  }
}

.ml-2017 .product-order__item:last-child {
  margin-top: 10px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .product-order__item:last-child {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .ml-2017 .product-order__item .btn, .ml-2017 .product-order__item .btn-primary, .ml-2017 .product-order__item .btn-secondary, .ml-2017 .product-order__item .btn-success,
  .ml-2017 .product-order__item .btn-reg-customer, .ml-2017 .product-order__item .btn-invert, .ml-2017 .product-order__item .btn-bankid {
    width: 100%;
  }
}

@media (min-width: 370px) and (max-width: 480px) {
  .ml-2017 .product-order__item-small {
    display: inline-block;
    width: 49%;
  }
  .ml-2017 .product-order__item-small:nth-child(2n) {
    text-align: right;
  }
}

.ml-2017 .product-order__label {
  font-size: .75rem;
  text-transform: uppercase;
  color: #6f91a7;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .product-order__label {
    display: block;
  }
}

.ml-2017 .product-order__value {
  font-size: 1.5rem;
  font-weight: 600;
}

.ml-2017 .product-order__status {
  position: relative;
}

.ml-2017 .product-order__status:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #4CAF50;
}

.ml-2017 .product-order__status--few:before {
  background-color: #fa640f;
}

.ml-2017 .product-order__status--none:before {
  background-color: #f04c60;
}

.ml-2017 .product-order__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.ml-2017 .product-order__btn-wrapper--split:first-child > [class*="__btn"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ml-2017 .product-order__btn-wrapper--split:last-child > [class*="__btn"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ml-2017 .product-order__btn {
  padding: 18px 25px;
  line-height: 1;
}

@media only screen and (min-width: 370px) {
  .ml-2017 .product-order__btn {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.ml-2017 .product-order__btn--small {
  padding-right: 25px;
  padding-left: 25px;
}

.ml-2017 .product-dreamlist {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee1e8;
}

.ml-2017 .product-dreamlist__title {
  margin-top: 0;
}

.ml-2017 .product-dreamlist__progress-wrapper {
  position: relative;
  padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .product-dreamlist__progress-wrapper {
    padding-top: 30px;
  }
}

.ml-2017 .product-dreamlist__tooltip {
  position: absolute;
  top: -10px;
  left: 0;
  height: 24px;
  padding: 6px 12px;
  border-radius: 2em;
  background-color: #4CAF50;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .product-dreamlist__tooltip {
    top: 0;
  }
}

.ml-2017 .product-dreamlist__tooltip-arrow {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 5px solid #4CAF50;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .product-dreamlist__tooltip-arrow {
    top: 24px;
  }
}

.ml-2017 .product-dreamlist__progress {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 36px;
  padding: 0;
  border: 0;
  background: #4CAF50 url("../img/background/stripes.png");
  transition: background-color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .product-dreamlist__progress--rounded {
  border-radius: 2em;
}

.ml-2017 .product-dreamlist__progress:focus {
  outline: 0;
}

.ml-2017 .product-dreamlist__progress:hover {
  background-color: #68c56b;
}

.ml-2017 .product-dreamlist__progress:hover .product-dreamlist__current {
  background-color: #68c56b;
}

.ml-2017 .product-dreamlist__progress:hover .product-dreamlist__current:after {
  border-bottom-color: #68c56b;
}

.ml-2017 .product-dreamlist__progress[disabled],
.ml-2017 .product-dreamlist__progress[disabled] .product-dreamlist__current {
  background: #e5e5e5;
}

.ml-2017 .product-dreamlist__progress[disabled] .product-dreamlist__dream-button {
  display: none;
}

.ml-2017 .product-dreamlist__current {
  display: block;
  position: relative;
  height: inherit;
  background: #4CAF50;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .product-dreamlist__current:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-bottom: 36px solid #4CAF50;
  border-right: 10px solid transparent;
  transition: border-color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .product-dreamlist__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  /* Avoid collision with icon */
}

@media (min-width: 1024px) and (max-width: 1420px) {
  .ml-2017 .product-dreamlist__text {
    padding-left: 20px;
  }
}

.ml-2017 .product-dreamlist__dream-button {
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}

.ml-2017 .product-dreamlist__dream-button .icon {
  font-size: 1.125rem;
  color: #ffffff;
}

.ml-2017 .starred .icon {
  color: #ffffff;
}

.ml-2017 .starred .icon:before {
  content: "\e920";
}

@media only screen and (min-width: 768px) {
  .ml-2017 .lightgallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.ml-2017 .lightgallery__item {
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.ml-2017 .lightgallery__item--large {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ml-2017 .lightgallery__item--large > img {
  width: 100%;
}

.ml-2017 .lightgallery__item--small {
  border: 1px solid #f2f5f7;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .lightgallery__item--small {
    display: none;
  }
}

.ml-2017 .lightgallery__item--small > img {
  height: 100px;
}

.ml-2017 .lightgallery__counter {
  display: block;
  position: absolute;
  bottom: 20px;
  background: rgba(21, 32, 54, 0.6);
  padding: 10px 10px 10px 20px;
  font-size: 0.75rem;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .lightgallery__counter {
    display: none;
  }
}

.ml-2017 .lightgallery__counter .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
}

.ml-2017 .delivery-status {
  position: relative;
}

.ml-2017 .delivery-status:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #4CAF50;
}

.ml-2017 .delivery-status--medium:before {
  background-color: #ffb800;
}

.ml-2017 .delivery-status--long:before {
  background-color: #f04c60;
}

.ml-2017 .ordered__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.ml-2017 .ordered__item:not(:first-child) {
  margin-top: 20px;
}

.ml-2017 .ordered__item-title {
  margin-bottom: 5px;
  font-size: 1rem;
}

.ml-2017 .ordered__item-name {
  font-weight: 600;
}

.ml-2017 .ordered__item-icon {
  font-size: 40px;
  color: #6f91a7;
}

.ml-2017 .ordered__item-content:not(:first-child) {
  margin-left: 20px;
}

.ml-2017 .bank-form {
  max-width: 480px;
  display: block;
}

.ml-2017 .bank-form--middle {
  margin: 15px auto;
  text-align: center;
}

.ml-2017 .bank-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ml-2017 .bank-form input {
  border: none;
  font-size: 16px;
}

.ml-2017 .bank-form input:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
}

.ml-2017 .bank-form input::placeholder {
  font-style: italic;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bank-form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .ml-2017 .bank-form input::placeholder {
    font-size: 16px;
  }
}

.ml-2017 .bank-form input[type="text"] {
  color: #2e3237;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 2px solid #4CAF50;
  border-right: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 160px);
  padding: 10px 10px 10px 60px;
  background-image: url("../img/icons/bankid.svg");
  background-repeat: no-repeat;
  background-size: 34px 31px;
  background-position: left 10px center;
}

@media only screen and (max-width: 359px) {
  .ml-2017 .bank-form input[type="text"] {
    padding: 10px 10px 10px 40px;
    background-size: 25px 25px;
  }
}

.ml-2017 .bank-form input[type="submit"] {
  background: #4CAF50;
  border: 2px solid #4CAF50;
  font-weight: bold;
  color: #ffffff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 10px;
  padding-right: 20px;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 120px;
}

.ml-2017 .bank-form input[type="submit"]:hover {
  background: #ffffff;
  color: #4CAF50;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bank-form input[type="submit"] {
    width: 160px;
    font-size: 20px;
    padding: 10px 30px;
  }
}

.ml-2017 .bank-form__text {
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bank-form__text {
    font-size: 20px;
    font-weight: normal;
  }
}

.ml-2017 .bank-form__continue {
  text-align: center;
  display: block;
  text-decoration: underline;
  color: inherit;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .bank-form__continue {
    font-size: 16px;
  }
}

.ml-2017 .bank-form__continue:after {
  content: "»";
  display: inline-block;
  padding-left: 10px;
}

.ml-2017 .bank-form__continue:hover {
  color: inherit;
  text-decoration: underline;
}

.ml-2017 .bank-form .bank-form {
  display: none;
}

.background-color-newturqiose .ml-2017 .bank-form .bank-form {
  display: none;
}

.ml-2017 .filters {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .filters {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .filters {
    display: none;
    background-color: #f2f5f7;
    padding: 10px 10px 5px;
    margin: -10px -10px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filters {
    display: block !important;
  }
}

.ml-2017 .filters .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.ml-2017 .filters label {
  color: #2e3237;
  font-weight: 100;
}

.ml-2017 .filters label i {
  font-size: 0.75rem;
}

.ml-2017 .filters a {
  display: block;
  margin-top: 15px;
  color: #2e3237;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #6f91a7;
  text-decoration-color: #6f91a7;
}

.ml-2017 .filters__item {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filters__item {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filters__item--large .filter-dropdown.open {
    width: 275px;
  }
}

.ml-2017 .filter-dropdown {
  width: 100%;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filter-dropdown.open {
    margin-bottom: 1px;
    width: 200px;
    z-index: 1000;
  }
  .ml-2017 .filter-dropdown.open .filter-dropdown__button {
    width: 100%;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #6f91a7;
  }
  .ml-2017 .filter-dropdown.open .filter-dropdown__button:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.ml-2017 .filter-dropdown.open .dropdown-menu {
  border-color: #6f91a7;
}

.ml-2017 .filter-dropdown.open .filter-dropdown__button:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ml-2017 .filter-dropdown .dropdown-menu {
  margin-top: 0;
  padding: 15px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .filter-dropdown .dropdown-menu {
    position: fixed;
    top: 50%;
    left: 10px;
    right: 10px;
    z-index: 1050;
    width: auto;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filter-dropdown .dropdown-menu:not(.sort__item) {
    padding-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.ml-2017 .filter-dropdown .dropdown-menu .form-group {
  max-height: 313px;
  overflow-y: auto;
  padding-top: 2px;
}

.ml-2017 .filter-dropdown__price {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.ml-2017 .filter-dropdown .row .form-group,
.ml-2017 .filter-dropdown .row + .form-group {
  margin-bottom: 10px;
}

.ml-2017 .filter-dropdown__header {
  margin-bottom: 10px;
  background: none;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filter-dropdown__header {
    display: none;
  }
}

.ml-2017 .filter-dropdown__header:after {
  content: "\e906";
  float: right;
  font-family: "ml-icons";
  color: #0078c0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ml-2017 .filter-dropdown__button {
  position: relative;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border-radius: 4px;
  border: 1px solid #d8dde6;
  background-color: white;
  font-weight: 600;
  text-align: left;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filter-dropdown__button {
    padding-right: 15px;
  }
}

.ml-2017 .filter-dropdown__button:after {
  content: "\e906";
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: "ml-icons";
  color: #0078c0;
}

.ml-2017 .filter-dropdown__button:hover {
  border-color: #6f91a7;
}

.ml-2017 .sort {
  float: right;
  margin-top: -5px;
  text-align: right;
}

@media only screen and (min-width: 370px) {
  .ml-2017 .sort {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sort {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1023px) {
  .ml-2017 .sort {
    position: relative;
    width: 240px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .sort__checked {
    border: none;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .ml-2017 .sort__checked:after {
    right: 0;
  }
}

.ml-2017 .sort__label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6f91a7;
}

.ml-2017 .sort__item {
  top: 0;
}

.ml-2017 .sort__item .filter-dropdown__header {
  display: block;
}

.ml-2017 .sort .filter-dropdown {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}

@media only screen and (min-width: 1023px) {
  .ml-2017 .sort .filter-dropdown {
    width: 160px;
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sort .filter-dropdown.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}

.ml-2017 .sort .form-group {
  margin-bottom: 0;
}

.ml-2017 .filter-no-results {
  margin-bottom: 20px;
  padding-top: 65px;
  padding-bottom: 65px;
  border: 1px solid #dee1e8;
  text-align: center;
}

.ml-2017 .active-filters {
  margin-bottom: 20px;
}

.ml-2017 .active-filters__label {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 40px 3px 10px;
  border-radius: 0;
  border: none;
  background-color: #6f91a7;
  white-space: nowrap;
  color: #ffffff;
}

.ml-2017 .active-filters__label:after {
  content: '\e90b';
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "ml-icons";
  font-size: 8px;
  line-height: 1;
}

.ml-2017 .active-filters__label:hover:after {
  color: #2e3237;
}

.ml-2017 .active-filters__label--primary {
  background-color: #0078c0;
}

.ml-2017 .filters-meta {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .filters-meta {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .filters-meta {
    clear: both;
  }
}

.ml-2017 .filters-meta__count {
  -ms-flex: 2;
  flex: 2;
  padding: 10px;
  background-color: #4a5863;
  color: #ffffff;
  line-height: 1.35;
}

.ml-2017 .filters-meta__button {
  -ms-flex: 1;
  flex: 1;
  width: 30%;
  padding: 10px;
  border: none;
  background: #0078c0;
  outline: 0;
  text-align: left;
  color: #ffffff;
  line-height: 1.35;
}

.ml-2017 .filters-meta__button:after {
  content: "\e906";
  float: right;
  color: #ffffff;
  font-family: "ml-icons";
}

.ml-2017 .block {
  position: relative;
}

.ml-2017 .block.flex-top > a:not(.btn) {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block.flex-top.block-promotion--split > a:not(.btn) {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ml-2017 .block.flex-middle > a:not(.btn) {
  -ms-flex-pack: center;
  justify-content: center;
}

.ml-2017 .block.flex-bottom > a:not(.btn) {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ml-2017 .block--background-color {
  color: #ffffff;
}

.ml-2017 .block--background-color.background-color-yellow {
  color: #2e3237;
}

.ml-2017 .block--background-pattern {
  background-image: url("../img/background/ricepaper3_@2X.jpg");
  background-size: 100% 100%;
  background-repeat: repeat;
  background-position: top left;
  background-blend-mode: multiply;
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block--background-pattern {
    background-size: 500px auto;
  }
}

.ml-2017 .block--background-image {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block--decoration:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block--decoration {
    margin-top: 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dee1e8;
  }
}

.ml-2017 .block-hero {
  min-height: 320px;
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  background-color: #f2f5f7;
  padding-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero {
    display: block;
    padding-bottom: 36%;
  }
}

.ml-2017 .block-hero > .container {
  position: absolute;
  top: 0;
  left: 0;
}

.ml-2017 .block-hero--medium {
  min-height: 150px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero--medium {
    min-height: 220px;
    padding-bottom: 0;
    /* Make sure to override alignment css... */
  }
  .ml-2017 .block-hero--medium[class*="flex-"] .block-hero__content {
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .ml-2017 .block-hero--medium .block-hero__content {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ml-2017 .block-hero.flex-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.ml-2017 .block-hero.flex-middle {
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .block-hero.flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.ml-2017 .block-hero--color-blue {
  color: #004673;
}

.ml-2017 .block-hero--color-blue > a {
  color: inherit;
}

.ml-2017 .block-hero .no-spacing {
  margin: 0;
  transition: font-size 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .block-hero--mini, .ml-2017 .block-hero--old {
  min-height: 0;
  background-color: transparent;
  padding: 0;
  display: block;
  margin: 0 0 10px;
}

.ml-2017 .block-hero--mini > .container, .ml-2017 .block-hero--old > .container {
  position: relative;
}

.ml-2017 .block-hero--mini .block-hero__page-title, .ml-2017 .block-hero--old .block-hero__page-title {
  padding: 20px 0;
  position: relative;
}

.ml-2017 .block-hero--mini .block-hero__title, .ml-2017 .block-hero--old .block-hero__title {
  padding: 0;
  margin: 0 0 10px 0;
  max-width: 800px;
}

.ml-2017 .block-hero--mini p, .ml-2017 .block-hero--old p {
  color: #536785;
  font-weight: 600;
}

.ml-2017 .block-hero--no-margin {
  margin: 0;
}

.ml-2017 .block-hero .block-hero__page-title--absolute {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  padding: 0;
}

.ml-2017 .block-hero__page-title {
  margin: 0;
  padding: 20px 15px 0;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 11px;
  text-shadow: none;
  line-height: 1;
  color: #6f91a7;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero__page-title {
    padding: 20px 15px 0;
  }
}

.ml-2017 .block-hero__title,
.ml-2017 .block-hero__subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.ml-2017 .block-hero__title {
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero__title {
    font-size: 46px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-hero__title {
    font-size: 65px;
    line-height: 65px;
  }
}

.ml-2017 .block-hero__subtitle {
  margin-top: 15px;
  font-size: 18px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero__subtitle {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero__subtitle {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-hero__subtitle {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .flex-top .block-hero__content {
    top: 60px;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .flex-middle .block-hero__content {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .flex-bottom .block-hero__content {
    top: calc(100% - 60px);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.ml-2017 .block-hero__content {
  position: relative;
  top: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 40px 15px;
  width: 80%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero__content {
    padding: 60px 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero__content {
    position: absolute;
    padding: 0 15px;
    width: 75%;
  }
}

.ml-2017 .block-hero__content .btn, .ml-2017 .block-hero__content .btn-primary, .ml-2017 .block-hero__content .btn-secondary, .ml-2017 .block-hero__content .btn-success,
.ml-2017 .block-hero__content .btn-reg-customer, .ml-2017 .block-hero__content .btn-invert, .ml-2017 .block-hero__content .btn-bankid {
  margin-top: 20px;
  text-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero__content .btn, .ml-2017 .block-hero__content .btn-primary, .ml-2017 .block-hero__content .btn-secondary, .ml-2017 .block-hero__content .btn-success,
  .ml-2017 .block-hero__content .btn-reg-customer, .ml-2017 .block-hero__content .btn-invert, .ml-2017 .block-hero__content .btn-bankid {
    margin-top: 30px;
  }
}

.ml-2017 .block-hero-reg {
  background-color: #f2f5f7;
  color: #2e3237;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: left;
  justify-content: left;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.ml-2017 .block-hero-reg__text a {
  color: inherit;
  text-decoration: underline;
}

.ml-2017 .block-hero-reg--blue {
  color: #004673;
}

.ml-2017 .block-hero-reg--white {
  color: #ffffff;
}

.ml-2017 .block-hero-reg--white .block-hero-reg__title,
.ml-2017 .block-hero-reg--white .block-hero-reg__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ml-2017 .block-hero-reg .no-spacing {
  margin: 0;
  transition: font-size 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .block-hero-reg__container {
  position: relative;
  min-height: 320px;
}

.ml-2017 .block-hero-reg__container.flex-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__container.flex-middle {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.ml-2017 .block-hero-reg__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ml-2017 .block-hero-reg__background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center;';
}

.ml-2017 .block-hero-reg__background-desk {
  display: block;
}

.ml-2017 .block-hero-reg__background-mobile {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__background-mobile {
    display: none;
  }
}

.ml-2017 .block-hero-reg__background-mobile + .block-hero-reg__background-desk {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__background-mobile + .block-hero-reg__background-desk {
    display: block;
  }
}

.ml-2017 .block-hero-reg__content {
  width: 100%;
  max-width: 500px;
  padding: 20px 15px;
  position: relative;
  top: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero-reg__content {
    width: 90%;
    max-width: 700px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__content {
    padding: 60px 15px;
    width: 55%;
    max-width: 720px;
  }
}

.ml-2017 .block-hero-reg__content .bank-form {
  margin-top: 50px;
}

@media only screen and (min-width: 1024px) {
  .flex-middle .ml-2017 .block-hero-reg__content {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.ml-2017 .block-hero-reg__title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-hero-reg__title {
    font-size: 40px;
    line-height: 120%;
  }
}

.ml-2017 .block-hero-reg__subtitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.ml-2017 .block-hero-reg__image {
  position: static;
  margin: 15px auto;
  right: 40px;
  bottom: 40px;
  max-width: 280px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__image {
    position: absolute;
    width: 30%;
    max-width: 450px;
  }
}

.ml-2017 .block-hero-reg__image--left {
  left: 40px;
  right: auto;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__image-txt--middle {
    width: 20%;
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.ml-2017 .block-hero-reg__tagline {
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: #004673;
}

.ml-2017 .block-hero-reg__tagline h4 {
  font-size: 18px;
  padding: 10px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-hero-reg__tagline h4 {
    font-size: 24px;
    padding: 15px;
  }
}

.ml-2017 .article-list-blocks .row [class*='col-']:last-of-type .block-article {
  border-bottom: none;
}

.ml-2017 .article-list-blocks a {
  color: #000;
}

.ml-2017 .block-article {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dee1e8;
}

.ml-2017 .block-article__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-article__image {
    padding-bottom: 80%;
  }
}

.ml-2017 .block-article__content {
  padding: 0;
  min-height: 150px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-article__content {
    margin-left: 0;
    padding: 20px 20px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-article__content {
    min-height: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-article__title,
  .ml-2017 .block-article__entry {
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-article__title:after,
  .ml-2017 .block-article__entry:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
  }
}

.ml-2017 .block-article__title {
  margin: 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-article__title {
    font-size: 1.125rem;
    line-height: 24px;
    max-height: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-article__title:after {
    height: 25px;
  }
}

.ml-2017 .block-article__entry {
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-article__entry {
    height: auto;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-article__entry:after {
    height: 20px;
  }
}

.ml-2017 .block-article__button {
  margin-top: auto;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: auto;
  display: inline-block;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-article__button {
    max-width: 200px;
  }
}

.ml-2017 .block-promotion {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 270px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion {
    min-height: 220px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion {
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion.block--background-image.block-promotion--text {
    min-height: 150px;
  }
}

.ml-2017 .block-promotion--color-blue {
  color: #004673;
}

.ml-2017 .block-promotion--color-blue > a {
  color: inherit;
}

.ml-2017 .block-promotion p {
  margin: 10px 0 0 0;
}

.ml-2017 .block-promotion p:first-of-type {
  margin-top: 0;
}

.ml-2017 .block-promotion__header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 80px;
}

.ml-2017 .block-promotion__header.background-color-lightorange {
  border: 1px solid #fab890;
}

.ml-2017 .block-promotion__header.background-color-lightpink {
  border: 1px solid #f7a4d1;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion__header {
    height: 50px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
  }
}

.ml-2017 .block-promotion__header > img {
  display: block;
  position: absolute;
  width: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion__header > img {
    display: none;
  }
}

.ml-2017 .block-promotion__header > img.block-promotion__header-img--right {
  right: 30px;
  left: auto;
}

.ml-2017 .block-promotion__title {
  margin: 0;
}

.ml-2017 [class*=' col- ']:not(.col-sm-6):not(.col-md-12) .block-promotion:not(.block-promotion--image) {
  min-height: 320px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 [class*=' col- ']:not(.col-sm-6):not(.col-md-12) .block-promotion:not(.block-promotion--image) {
    min-height: 440px;
  }
}

.ml-2017 [class*=' col- ']:not(.col-sm-6):not(.col-md-12) .block-promotion__image.block-promotion__image--landscape {
  padding-bottom: 36%;
}

.ml-2017 .block-promotion__content {
  z-index: 2;
  padding: 20px;
}

.ml-2017 .block-promotion__image-wrapper {
  display: block;
}

.ml-2017 .margin {
  margin-top: 68px;
  padding-top: 68px;
}

.ml-2017 .shadow {
  transition: 0.2s;
}

.ml-2017 .shadow:hover {
  box-shadow: 0px 25px 156px -19px rgba(1, 28, 48, 0.59);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 10px;
}

.ml-2017 .favorite-game-list {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ml-2017 .favorite-game-list {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ml-2017 .favorite-game-list__item {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .ml-2017 .favorite-game-list__item {
    padding: 5px 5px 5px 5px;
  }
}

@media screen and (min-width: 768px) {
  .ml-2017 .favorite-game-list__item {
    padding: 10px 10px 30px 10px;
  }
}

.ml-2017 .favorite-game-list__item .favorite-game-list__item--rounded {
  border-radius: 10px;
}

.ml-2017 .block-promotion__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__image:hover {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.ml-2017 .block-promotion__image.block-promotion__image--landscape {
  padding-bottom: 66%;
}

.ml-2017 .block-promotion__image.block-promotion__image--portrait {
  padding-bottom: 150%;
}

.ml-2017 .block-promotion__image.block-promotion__image--square {
  padding-bottom: 100%;
}

.ml-2017 .block-promotion__link {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  z-index: 3;
}

.ml-2017 .block-promotion__link:after {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 30px;
  content: ' \e904 ';
  font-family: "ml-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  opacity: 1;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__link:after {
    bottom: 20px;
    right: 20px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion__link:after {
    display: none;
  }
}

.ml-2017 .block-promotion__link:hover, .ml-2017 .block-promotion__link:focus, .ml-2017 .block-promotion__link:active {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__link:hover:after, .ml-2017 .block-promotion__link:focus:after, .ml-2017 .block-promotion__link:active:after {
    opacity: 1;
  }
}

.ml-2017 .block-promotion--text  .block-promotion__content {
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--text  .block-promotion__content {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-promotion--text .block-promotion__title {
    font-size: 1.25rem;
  }
}

.ml-2017 .block-promotion--text.block-promotion--text-rich .block-promotion__content {
  padding: 0;
}

.ml-2017 .block-promotion--text.block-promotion--text-rich .block-promotion__rich-text p {
  margin: 20px 0;
}

.ml-2017 .block-promotion--text.block-promotion--text-rich .block-promotion__rich-text blockquote {
  margin-bottom: 0;
}

.ml-2017 .block-promotion--text.block-promotion--text-rich .block-promotion__rich-text ul,
.ml-2017 .block-promotion--text.block-promotion--text-rich .block-promotion__rich-text ol {
  margin: 20px 0;
}

.ml-2017 .block-promotion--image {
  min-height: 0;
}

.ml-2017 .block-promotion--image-dynamic {
  /*@include max-screen($screen-md-max) {
		min-height: 440px;
		margin-bottom: 15px;
	}*/
}

.ml-2017 .block-promotion--image-dynamic .block-promotion__image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
}

.ml-2017 .block-promotion--image-dynamic .block-promotion__image-wrapper .block-promotion__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion--image-dynamic {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .block-promotion--split {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .block-promotion--split.flex-top {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ml-2017 .block-promotion--split .block-promotion__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .block-promotion--split .block-promotion__link {
    display: block !important;
  }
}

.ml-2017 .block-promotion__content--split {
  padding-top: calc(50%);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__content--split {
    padding-top: 20px;
    padding-right: 55%;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion__content--split {
    display: block !important;
  }
}

.ml-2017 .block-promotion__image--split {
  -webkit-clip-path: url("#clip-split-mobile");
  clip-path: url("#clip-split-mobile");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 100%;
  height: auto;
  padding-top: calc(45% - 20px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__image--split {
    -webkit-clip-path: url("#clip-split");
    clip-path: url("#clip-split");
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    padding-top: 0;
  }
}

@media only screen and (max-width: 359px) {
  .ml-2017 .block-promotion--split-compact .block-promotion__title {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion--split-compact .block-promotion__title {
    font-family: "Proxima Nova";
    line-height: 1;
  }
}

@media screen and (min-width: 359px) and (max-width: 1023px) {
  .ml-2017 .block-promotion--split-compact .block-promotion__title {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion--split-compact {
    min-height: 1px;
  }
  .ml-2017 .block-promotion--split-compact .block-promotion__image,
  .ml-2017 .block-promotion--split-compact .block-promotion__text {
    display: none;
  }
  .ml-2017 .block-promotion--split-compact .block-promotion__content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ml-2017 .block-promotion--split-compact .block-promotion__link:after {
    font-size: 20px;
    right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion--split-compact .block-promotion__link:after {
    display: block;
    opacity: .5;
    right: 15px;
    bottom: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.ml-2017 .block-promotion--bingo {
  padding: 15px 20px 15px 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .block-promotion--bingo {
    min-height: 0;
  }
}

.ml-2017 .block-promotion--bingo .block-promotion__content {
  padding: 20px;
}

.ml-2017 .block-promotion--bingo p {
  margin-top: 0;
}

.ml-2017 .block-promotion--bingo .block-promotion__title {
  position: relative;
  line-height: 0.85;
  padding-right: 80px;
  font-size: 20px;
  padding-top: 5px;
  font-family: "UniNeueHeavy";
}

.ml-2017 .block-promotion--bingo .block-promotion__title .block-bingo-price {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 16px;
  background-color: #1f64bb;
  padding: 10px;
  border-radius: 20px;
}

.ml-2017 .block-promotion--bingo .block-promotion__title + p {
  margin-top: 10px;
}

.ml-2017 .block-promotion--bingo .row {
  margin-bottom: 15px;
}

.ml-2017 .block-promotion--bingo .row:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

.ml-2017 .block-promotion--bingo .row:last-of-type {
  margin-bottom: 0;
}

.ml-2017 .block-bingo-room p {
  margin-top: 10px;
}

.ml-2017 .block-promotion__bingo-icon {
  max-width: 60px;
  float: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.58);
  border-radius: 4px;
  margin-right: 20px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion__bingo-icon {
    display: inline-block;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-promotion__bingo-icon {
    display: none;
  }
}

.ml-2017 .block-promotion__bingo-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ml-2017 .block-promotion__bingo-column p {
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 1;
}

.ml-2017 .block-promotion__bingo-column .h4 {
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1;
}

.ml-2017 .block-promotion__bingo-column.block-bingo-next > div {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-promotion__bingo-column.block-bingo-next > div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-promotion__bingo-column.block-bingo-next > div {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.ml-2017 .block-promotion__bingo-column.block-bingo-next > div p {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-promotion__bingo-column.block-bingo-player > div {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-promotion__bingo-column.block-bingo-player > div {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.ml-2017 .block-promotion__bingo-column.block-bingo-player > div p {
  display: block;
}

.ml-2017 .block-promotion--wallet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Toggle block */
  /* Animate the block */
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ml-2017 .block-promotion--wallet-toggle {
    margin-bottom: 20px;
  }
}

.ml-2017 .block-promotion--wallet > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ml-2017 .block-promotion--wallet .block-promotion__header {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet .block-promotion__header {
    cursor: pointer;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion__header.js-is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ml-2017 .block-promotion--wallet .block-promotion__header-title {
  margin: 0 20px;
  color: #2e3237;
  line-height: 80px;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet .block-promotion__header-title {
    display: none;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion-minified {
  display: none;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet .block-promotion-minified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
    color: black;
    font-size: 1.125rem;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion-minified--text {
  margin-left: 20px;
}

.ml-2017 .block-promotion--wallet .block-promotion-minified--price {
  margin-right: 20px;
  margin-left: auto;
}

.ml-2017 .block-promotion--wallet .block-promotion-minified--btn {
  padding: 15px;
}

.ml-2017 .block-promotion--wallet .block-promotion-minified--btn.js-is-active {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet .gametitle {
    padding-top: 40px;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion-minifiedmoney {
  float: right;
}

.ml-2017 .block-promotion--wallet .block-promotion__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #dee1e8;
  border-right: 1px solid #dee1e8;
  border-bottom: 1px solid #dee1e8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #536785;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet .block-promotion__content {
    display: none;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion__content.js-is-visible {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
    transition: max-height 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.26s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content.js-is-visible {
    max-height: 600px;
    border-bottom-color: #dee1e8;
  }
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content > :first-child {
    padding-top: 20px;
  }
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content > .wallet-money,
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content > :last-child:not(.hidden-xs) {
    padding-bottom: 20px;
  }
  .ml-2017 .block-promotion--wallet-toggle .block-promotion__content .block-promotion__action-btns {
    margin-top: 0;
  }
}

.ml-2017 .block-promotion--wallet .block-promotion__title {
  color: #2e3237;
  margin-bottom: 10px;
}

.ml-2017 .block-promotion--wallet .block-promotion__text {
  max-width: 450px;
  margin-top: 0;
  font-size: 16px;
  font-family: "Proxima Nova";
  font-weight: 600;
}

.ml-2017 .block-promotion--wallet .block-promotion__action-btns {
  margin-top: 20px;
}

.ml-2017 .block-promotion__action-btns {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ml-2017 .block-promotion__action-btns {
    text-align: center;
  }
}

.ml-2017 .block-promotion__action-btn:not(:last-child) {
  margin-right: 5px;
}

.ml-2017 .wallet-money {
  margin: 20px 0 0;
  padding: 10px 0 0;
  list-style: none;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .ml-2017 .wallet-money {
    margin-top: auto;
  }
}

.ml-2017 .wallet-money hr {
  margin-top: 0;
  margin-bottom: 10px;
  border-top: 1px solid #dee1e8;
}

.ml-2017 .wallet-money__amount {
  font-size: 1.125rem;
  font-family: "Proxima Nova";
  font-weight: 800;
}

.ml-2017 .wallet__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ml-2017 .wallet__list-item:not(:first-child), .ml-2017 .wallet__list-item:first-child:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dee1e8;
}

.ml-2017 .wallet__list-item .wallet__item {
  margin-top: 0;
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content {
    display: block;
  }
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content-text {
  padding: 10px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content-text {
    margin-right: 0;
  }
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content-text .block-promotion__title {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content-text .block-promotion__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content-text p {
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content-text p {
    font-size: 1.125rem;
  }
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content-icon {
  padding: 10px;
  text-align: center;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content-icon {
    padding: 30px 0;
  }
}

.ml-2017 .block-promotion--dreamlist .block-promotion__content-icon .icon {
  font-size: 60px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-promotion--dreamlist .block-promotion__content-icon .icon {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .ml-2017 .col-xs-12:last-child .block-promotion--dreamlist {
    min-height: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .ml-2017 .col-xs-12:last-child .block-promotion--dreamlist .block-promotion__content {
    padding: 0;
  }
}

.ml-2017 .product-list-blocks__title:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 370px) {
  .ml-2017 .product-list-blocks__title--left {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .ml-2017 .product-list-blocks__title--left {
    float: left;
  }
}

.ml-2017 .product-list-blocks--dreamlist .block-product__image {
  border-bottom: 0;
}

.ml-2017 .block-product {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dee1e8;
  margin-bottom: 7.5px;
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-product {
    margin-bottom: 20px;
  }
}

.ml-2017 .block-product--active, .ml-2017 .block-product:hover {
  border-color: #4CAF50;
}

.ml-2017 .block-product:hover .block-product__hover-image {
  opacity: 1;
  visibility: visible;
}

.ml-2017 .block-product__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product__wrapper--row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product__row-item {
    width: 50%;
  }
}

.ml-2017 .block-product__btn--remove {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.ml-2017 .block-product__item {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 100;
}

.ml-2017 .block-product__item--highlight {
  font-weight: 600;
}

.ml-2017 .block-product__discontinued {
  margin-top: auto;
  font-size: 0.813rem;
  color: #fa640f;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product__discontinued {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    background: #fa640f;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
  }
}

.ml-2017 .block-product__link {
  display: block;
  font-weight: 600;
  color: #2e3237;
}

.ml-2017 .block-product__link:hover {
  color: #2e3237;
}

.ml-2017 .block-product__image-wrapper {
  display: block;
}

.ml-2017 .block-product__image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66.66%;
  /* 3:2 Aspect Ratio */
  border-bottom: 1px solid #dee1e8;
  transition: border 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .block-product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .block-product__hover-image {
  opacity: 0;
  visibility: hidden;
}

.ml-2017 .block-product__label {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 20;
  padding: 10px 10px 10px 20px;
  border-radius: 2em 0 0 2em;
  font-family: "UniNeueHeavy";
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product__label {
    padding: 15px 30px;
  }
}

.ml-2017 .block-product__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: auto;
  flex: auto;
  padding: 10px;
  text-align: center;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product__content {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product__content--left {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

.ml-2017 .block-product__title {
  margin-top: 0;
  font-size: 16px;
  text-decoration: underline;
}

.ml-2017 .block-product__title > a {
  color: inherit;
}

.ml-2017 .block-product__subtitle {
  margin-top: 2px;
}

.ml-2017 .block-product__text {
  margin-bottom: 10px;
}

.ml-2017 .block-product__more-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ml-2017 .block-product__dream-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 10px;
  color: #6f91a7;
}

.ml-2017 .block-product__dream-button:hover, .ml-2017 .block-product__dream-button:focus {
  color: #4CAF50;
}

.ml-2017 .block-product__dream-button:focus {
  outline: 0;
}

.ml-2017 .block-product__dream-button .icon {
  color: inherit;
}

.ml-2017 .block-product__dream-button.starred .dreamlist-icon {
  color: #4CAF50;
}

.ml-2017 .block-product__dream-button.starred .dreamlist-icon:before {
  content: "\e920";
}

.ml-2017 .dreamlist-icon {
  color: #6f91a7;
}

.ml-2017 .block-product--dreamlist .product-dreamlist__progress-wrapper {
  margin-top: -20px;
  /* Same as padding-top, only negative - for alignment */
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .block-product--dreamlist .product-dreamlist__progress-wrapper {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product--dreamlist .block-product__item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product--dreamlist .block-product__row-item.flex-middle {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

.ml-2017 .block-product--dreamlist .block-product__price {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .ml-2017 .block-product--dreamlist .block-product__price:first-child:last-child {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }
}

.ml-2017 .block-product--category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product--category {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.ml-2017 .block-product--category[href] {
  color: inherit;
}

.ml-2017 .block-product--category .block-product__image-wrapper {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product--category .block-product__image-wrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

.ml-2017 .block-product--category .block-product__content {
  width: 100%;
  padding: 20px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-product--category .block-product__content {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.ml-2017 .block-slider {
  padding-bottom: 7px;
  margin-bottom: calc(40px + 20px);
  opacity: 0;
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .block-slider.flickity-enabled {
  opacity: 1;
}

.ml-2017 .block-slider .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  display: none;
  opacity: 0.75;
  transition: opacity 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-slider .flickity-prev-next-button {
    display: inline-block;
  }
}

.ml-2017 .block-slider .flickity-prev-next-button:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 30px;
  content: '\e904';
  font-family: "ml-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ml-2017 .block-slider .flickity-prev-next-button:disabled {
  opacity: 0;
}

.ml-2017 .block-slider .flickity-prev-next-button.previous {
  left: 40px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-slider .flickity-prev-next-button.previous {
    left: 80px;
  }
}

.ml-2017 .block-slider .flickity-prev-next-button.previous:after {
  top: 50%;
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.ml-2017 .block-slider .flickity-prev-next-button.previous.disabled {
  opacity: 0;
  visibility: hidden;
}

.ml-2017 .block-slider .flickity-prev-next-button.next {
  right: 40px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-slider .flickity-prev-next-button.next {
    right: 80px;
  }
}

.ml-2017 .block-slider .flickity-prev-next-button:not(:disabled):hover {
  opacity: 1;
}

.ml-2017 .block-slider .flickity-prev-next-button svg {
  display: none;
}

.ml-2017 .block-slider .flickity-page-dots .dot {
  background: #6f91a7;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-slider .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    margin: 0 7px;
  }
}

.ml-2017 .block-slider__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  transition: opacity 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  min-height: 400px;
  width: 86%;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .block-slider__item {
    width: 46%;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-slider__item {
    min-height: 450px;
    width: 36%;
  }
}

.ml-2017 .block-slider__item .block-promotion {
  min-height: inherit;
}

.ml-2017 .block-slider__item.is-third {
  opacity: 0.8;
}

.ml-2017 .block-slider__item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ml-2017 .block-slider__item > div > .block-promotion__image-wrapper,
.ml-2017 .block-slider__item > div > div > .block-promotion__image,
.ml-2017 .block-slider__item > div > a:not(.btn) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ml-2017 .block-content {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-content {
    margin-bottom: 40px;
  }
}

.ml-2017 .block-content__btns {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .ml-2017 .block-content__btns {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ml-2017 .block-content__btns > .btn, .ml-2017 .block-content__btns > .btn-primary, .ml-2017 .block-content__btns > .btn-secondary, .ml-2017 .block-content__btns > .btn-success,
  .ml-2017 .block-content__btns > .btn-reg-customer, .ml-2017 .block-content__btns > .btn-invert, .ml-2017 .block-content__btns > .btn-bankid {
    margin-bottom: 10px;
  }
}

.ml-2017 .block-content__link {
  font-weight: 800;
}

.ml-2017 .block-content__link:not(:first-child) {
  margin-left: 15px;
}

.ml-2017 .block-content__content h2,
.ml-2017 .block-content__content .h2,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h2,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h2 {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-content__content h2,
  .ml-2017 .block-content__content .h2,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text h2,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h2 {
    font-size: 65px;
    line-height: 1em;
  }
}

.ml-2017 .block-content__content h3,
.ml-2017 .block-content__content .h3,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h3,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h3 {
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-content__content h3,
  .ml-2017 .block-content__content .h3,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text h3,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h3 {
    font-size: 36px;
  }
}

.ml-2017 .block-content__content h4,
.ml-2017 .block-content__content .h4,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h4,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h4 {
  font-size: 36px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-content__content h4,
  .ml-2017 .block-content__content .h4,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text h4,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h4 {
    font-size: 48px;
  }
}

.ml-2017 .block-content__content h5,
.ml-2017 .block-content__content .h5,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h5,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h5 {
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-content__content h5,
  .ml-2017 .block-content__content .h5,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text h5,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h5 {
    font-size: 30px;
  }
}

.ml-2017 .block-content__content h6,
.ml-2017 .block-content__content .h6,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h6,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h6 {
  font-size: 20px;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-content__content h6,
  .ml-2017 .block-content__content .h6,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text h6,
  .ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h6 {
    font-size: 24px;
  }
}

.ml-2017 .block-content__content h5,
.ml-2017 .block-content__content .h5,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text h5,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .h5 {
  font-size: 1rem;
}

.ml-2017 .block-content__content p,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text p {
  overflow: visible;
  margin-bottom: 20px;
}

.ml-2017 .block-content__content a:not(.btn),
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text a:not(.btn) {
  position: relative;
  overflow: visible;
}

.ml-2017 .block-content__content a:not(.btn):before,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text a:not(.btn):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #D4E9FE;
  transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ml-2017 .block-content__content a:not(.btn):hover:before,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text a:not(.btn):hover:before {
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ml-2017 .block-content__content blockquote,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text blockquote {
  font-style: italic;
  padding: 10px 0;
  margin: 0 0 20px;
  border-left: none;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 100;
}

.ml-2017 .block-content__content .preamble,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text .preamble {
  font-size: 1.125rem;
  font-weight: 600;
}

.ml-2017 .block-content__content ul li,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text ul li {
  margin-bottom: 5px;
}

.ml-2017 .block-content__content iframe,
.ml-2017 .block-promotion--text-rich .block-promotion__rich-text iframe {
  margin-bottom: 15px;
  max-width: 100%;
}

.ml-2017 .block-footer {
  border-top: 1px solid #dee1e8;
  border-bottom: 1px solid #dee1e8;
  background-color: #f2f5f7;
  padding: 15px 0;
  font-weight: 100;
}

.ml-2017 .block-footer p {
  margin-bottom: 35px;
}

.ml-2017 .block-footer a {
  color: #536785;
  font-weight: 400;
}

.ml-2017 .block-footer a:hover {
  color: #3f4f66;
}

.ml-2017 .block-footer .block-footer__phone-link {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-footer .block-footer__phone-link {
    font-size: 1.125rem;
  }
}

.ml-2017 .block-footer .list-links {
  margin-bottom: 35px;
}

.ml-2017 .block-footer .list-links .list-links__item {
  margin-bottom: 10px;
}

.ml-2017 .block-footer .block-footer__bottom {
  border-top: 1px solid #dee1e8;
  padding: 15px 0 0;
}

.ml-2017 .block-footer .block-footer__bottom .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .block-footer .block-footer__bottom .list-links {
  margin-bottom: 0;
}

.ml-2017 .block-footer .block-footer__bottom .list-links .list-links__item {
  margin-bottom: 0;
  margin-right: 15px;
}

.ml-2017 .block-footer .block-footer__bottom-logos a {
  display: inline-block;
  max-height: 23px;
  margin-left: 15px;
}

.ml-2017 .block-footer .block-footer__bottom-logos a:first-of-type {
  margin-left: 0;
}

.ml-2017 .block-footer .block-footer__bottom-logos img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-footer .block-footer__bottom-logos {
    text-align: right;
  }
}

.ml-2017 .block-bottom-bar {
  padding: 10px 0;
  text-align: center;
}

.ml-2017 .block-bottom-bar p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 16px;
}

.ml-2017 .block-wallet-transfer__title:first-child {
  margin-top: 0;
}

.ml-2017 .block-wallet-transfer__text {
  max-width: 450px;
  margin-top: 0;
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #536785;
}

.ml-2017 .wallet-switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ml-2017 .wallet-switch__item {
  width: 40%;
  margin-bottom: 0;
  color: #ff9148;
  font-weight: 600;
}

.ml-2017 .wallet-switch__item[data-account="Vinstkonto"] {
  color: #df4d9b;
}

@media screen and (min-width: 480px) {
  .ml-2017 .wallet-switch__item {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: .3em;
  }
}

.ml-2017 .wallet-switch__label {
  display: block;
  color: #536785;
}

@media screen and (min-width: 480px) {
  .ml-2017 .wallet-switch__label {
    display: inline-block;
    font-size: 0.75rem;
  }
}

.ml-2017 .wallet-switch__btn {
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  margin-right: 50px;
  border-radius: 50%;
  background-color: #bdd0dc;
  transition: background-color 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.ml-2017 .wallet-switch__btn:hover, .ml-2017 .wallet-switch__btn:focus {
  background-color: #60859d;
}

.ml-2017 .wallet-switch__btn:focus {
  outline: 0;
}

@media screen and (max-width: 348px) {
  .ml-2017 .wallet-switch__btn {
    margin-right: 40px;
  }
}

@media screen and (min-width: 480px) {
  .ml-2017 .wallet-switch__btn {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.ml-2017 .wallet-transfer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .ml-2017 .wallet-transfer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ml-2017 .wallet-transfer:not(:first-child) {
  margin-top: 20px;
}

.ml-2017 .wallet-transfer__form-wrapper {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ml-2017 .wallet-transfer__form-wrapper {
    width: 40%;
    margin-bottom: 0;
  }
}

.ml-2017 .wallet-transfer__amount {
  height: auto;
  padding: 10px;
  font-weight: 600;
}

.ml-2017 .wallet-transfer__btn {
  margin-right: 15px;
  padding: 10px;
  border: 0;
  border-radius: .3em;
  background-color: #bdd0dc;
  transition: background-color 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  color: #ffffff;
  font-weight: 600;
}

.ml-2017 .wallet-transfer__btn--active, .ml-2017 .wallet-transfer__btn:hover, .ml-2017 .wallet-transfer__btn:focus {
  background-color: #6f91a7;
}

.ml-2017 .wallet-transfer__btn:focus {
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .ml-2017 .wallet-transfer__btn {
    -ms-flex: 1;
    flex: 1;
    margin-right: 2%;
  }
  .ml-2017 .wallet-transfer__btn:first-of-type {
    margin-left: 2%;
  }
}

.ml-2017 .wallet-transfer__submit {
  margin-left: auto;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .ml-2017 .wallet-transfer__submit {
    -ms-flex: 2;
    flex: 2;
    margin-left: 0;
  }
}

@media screen and (max-width: 348px) {
  .ml-2017 .wallet-transfer__submit {
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
  }
}

.ml-2017 .container + .shortcut-wrapper {
  margin-top: -20px;
}

.ml-2017 .shortcut-wrapper {
  margin-bottom: 20px;
}

.ml-2017 .shortcut {
  background-color: #4CAF50;
  color: #ffffff;
}

.ml-2017 .shortcut--turquoise {
  background-color: #00afba;
}

.ml-2017 .shortcut--blue {
  background-color: #0078c0;
}

.ml-2017 .shortcut--orange {
  background-color: #fa640f;
}

.ml-2017 .shortcut--pink {
  background-color: #df4d9b;
}

.ml-2017 .shortcut--blue-deep {
  background-color: #004673;
}

.ml-2017 .shortcut__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.ml-2017 .shortcut__link:after {
  content: ' \e908 ';
  position: absolute;
  top: 50%;
  right: 5px;
  opacity: .6;
  font-family: "ml-icons";
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (min-width: 480px) {
  .ml-2017 .shortcut__link:after {
    content: ' \e904';
    right: 10px;
    font-size: 30px;
  }
}

.ml-2017 .shortcut__link, .ml-2017 .shortcut__link:hover, .ml-2017 .shortcut__link:focus {
  color: inherit;
}

.ml-2017 .shortcut__link:hover, .ml-2017 .shortcut__link:focus {
  text-decoration: none;
}

.ml-2017 .shortcut__link:hover [class*="__title"], .ml-2017 .shortcut__link:focus [class*="__title"] {
  text-decoration: underline;
}

.ml-2017 .shortcut__link:hover:after, .ml-2017 .shortcut__link:focus:after {
  opacity: 1;
}

.ml-2017 .shortcut__content {
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px 10px 10px;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .shortcut__content {
    padding-right: 50px;
  }
}

.ml-2017 .shortcut__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .shortcut__title {
    font-size: 1.25rem;
  }
}

.ml-2017 .shortcut__desc {
  display: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .ml-2017 .shortcut__desc {
    display: block;
  }
}

.ml-2017 .registration-banner {
  color: #2e3237;
  margin: 20px 0;
  text-align: center;
  padding: 20px;
}

.ml-2017 .registration-banner.background-color-pink, .ml-2017 .registration-banner.background-color-million {
  color: #ffffff;
}

.ml-2017 .registration-banner .btn, .ml-2017 .registration-banner .btn-primary, .ml-2017 .registration-banner .btn-secondary, .ml-2017 .registration-banner .btn-success,
.ml-2017 .registration-banner .btn-reg-customer, .ml-2017 .registration-banner .btn-invert, .ml-2017 .registration-banner .btn-bankid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ml-2017 .registration-banner .bank-form {
  padding: 0 15px;
}

.ml-2017 .button-block {
  margin: 15px auto;
}

.ml-2017 .block-image-text {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-image-text {
    margin-bottom: 20px;
  }
}

.ml-2017 .block-image-text--align-middle {
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-image-text--align-middle .block-image-text__text > h2 {
    margin-top: 10px;
  }
}

.ml-2017 .block-image-text--align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-image-text--align-top .block-image-text__text > h2 {
    margin-top: 0;
  }
}

.ml-2017 .block-image-text--align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.ml-2017 .block-image-text__image {
  width: 100%;
  position: relative;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-image-text__image {
    width: calc(50%);
  }
}

.ml-2017 .block-image-text__image--mobile-top {
  -ms-flex-order: 1;
  order: 1;
}

.ml-2017 .block-image-text__image--mobile-bottom {
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .block-image-text__image--tablet-top {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .ml-2017 .block-image-text__image--tablet-top + .block-image-text__text {
    padding-top: 10px;
  }
  .ml-2017 .block-image-text__image--tablet-bottom {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .ml-2017 .block-image-text__image--tablet-left {
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding-right: 10px;
    padding-left: 0;
  }
  .ml-2017 .block-image-text__image--tablet-left + .block-image-text__text {
    padding-left: 10px;
  }
  .ml-2017 .block-image-text__image--tablet-right {
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }
  .ml-2017 .block-image-text__image--tablet-right + .block-image-text__text {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 .block-image-text__image {
    width: 50%;
  }
  .ml-2017 .block-image-text__image--desktop-left {
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 10px;
  }
  .ml-2017 .block-image-text__image--desktop-left + .block-image-text__text {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
  }
  .ml-2017 .block-image-text__image--desktop-right {
    -ms-flex-order: 3;
    order: 3;
    padding-left: 10px;
    padding-right: 0;
  }
  .ml-2017 .block-image-text__image--desktop-right + .block-image-text__text {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
  }
}

.ml-2017 .block-image-text__image--size-square .block-image-text__image-container {
  position: relative;
}

.ml-2017 .block-image-text__image--size-square .block-image-text__image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.ml-2017 .block-image-text__image--size-square .block-image-text__image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.ml-2017 .block-image-text__image--size-landscape .block-image-text__image-container {
  position: relative;
}

.ml-2017 .block-image-text__image--size-landscape .block-image-text__image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66%;
}

.ml-2017 .block-image-text__image--size-landscape .block-image-text__image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.ml-2017 .block-image-text__image--size-portrait .block-image-text__image-container {
  position: relative;
}

.ml-2017 .block-image-text__image--size-portrait .block-image-text__image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 150%;
}

.ml-2017 .block-image-text__image--size-portrait .block-image-text__image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.ml-2017 .block-image-text__text {
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ml-2017 .block-image-text__text .btn, .ml-2017 .block-image-text__text .btn-primary, .ml-2017 .block-image-text__text .btn-secondary, .ml-2017 .block-image-text__text .btn-success,
.ml-2017 .block-image-text__text .btn-reg-customer, .ml-2017 .block-image-text__text .btn-invert, .ml-2017 .block-image-text__text .btn-bankid {
  margin-bottom: 10px;
}

.ml-2017 .container {
  /*margin-left: 0;
	margin-right: 0;*/
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ml-2017 .container--center {
  max-width: 940px;
  margin: 0 auto;
}

.ml-2017 .container.container--no-space {
  padding-right: 0;
  padding-left: 0;
}

.ml-2017 .content-wrapper {
  overflow-Y: scroll;
  height: auto;
}

.ml-2017.content-wrapper--spacing-top {
  margin-top: 20px;
}

.ml-2017 .message-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 900;
  transition: transform 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s, right 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
}

@media screen and (max-width: 768px) {
  .ml-2017 .message-container {
    bottom: 0;
    left: 0;
  }
}

.ml-2017 .new-message {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -500px;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  z-index: 900;
  top: 20px;
  border-radius: 10px;
  border: 2px solid #dee1e8;
  background-color: rgba(245, 248, 250, 0.95);
  opacity: 0;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .ml-2017 .new-message {
    position: fixed;
    bottom: 80px;
    width: auto;
    left: 10px;
    right: 10px !important;
    top: auto;
  }
}

.ml-2017 .new-message h6 {
  font-size: 16px;
  line-height: 1;
  color: #37454e;
}

.ml-2017 .new-message__show {
  opacity: 1;
  right: 20px;
  padding-left: 50px;
  transition: opacity 1s , right 0.6s;
}

@media screen and (max-width: 768px) {
  .ml-2017 .new-message__show {
    right: 10px !important;
    transition: opacity 0.5s;
  }
}

@media screen and (min-width: 1440px) {
  .ml-2017 .new-message__show {
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ml-2017 .new-message__remove {
    bottom: 30px;
  }
}

.ml-2017 .new-message__alone {
  opacity: 0;
  right: -500px;
  transition: opacity 0.6s , right 1s;
}

@media screen and (max-width: 768px) {
  .ml-2017 .new-message__alone {
    transition: opacity 0.5s;
    display: none;
  }
}

.ml-2017 .new-message__message-text {
  font-size: 16px;
  color: #536785;
  line-height: 0.5;
  padding: 10px;
  margin-left: 5px;
  padding-right: 0;
}

.ml-2017 .new-message__message-text h6 {
  font-family: "Proxima Nova";
  font-weight: 800;
}

.ml-2017 .new-message__message-text p {
  font-family: "Proxima Nova";
  font-weight: 600;
  line-height: 1.1;
  margin: -5px 0 10px;
}

.ml-2017 .new-message__icon {
  position: absolute;
  top: 21px;
  left: 15px;
}

.ml-2017 .new-message__button {
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 6px;
}

.ml-2017 .new-message__button i {
  font-size: 10px;
  color: #6f91a7;
  font-weight: lighter;
}

.ml-2017 .top-account {
  position: fixed;
  top: 62px;
  z-index: 800;
  width: 100%;
  max-width: 1400px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.26s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .top-account {
    position: relative;
    top: auto;
  }
}

.ml-2017 .top-account.js-top-up {
  transform: translate3d(0, -51px, 0);
}

.ml-2017 .top-account .top-account__user {
  display: block;
  background-color: #f2f5f7;
  padding: 10px 20px 0 20px;
  height: 51px;
}

@media only screen and (min-width: 1420px) {
  .ml-2017 .top-account .top-account__user {
    display: none;
  }
}

.ml-2017 .top-account .top-account__user .user {
  overflow: auto;
  zoom: 1;
  width: 100%;
}

.ml-2017 .top-account .top-account__user .user > * > * {
  vertical-align: middle;
  display: inline-block;
}

.ml-2017 .top-account .top-account__user .user a {
  color: #2e3237;
}

.ml-2017 .top-account .top-account__user .user i {
  margin-right: 10px;
}

.ml-2017 .top-account .top-account__user .user .user__wallet,
.ml-2017 .top-account .top-account__user .user .user__winnings {
  margin: 5px 0;
}

.logged-in .ml-2017 .top-account .top-account__buttons {
  display: none;
}

@media only screen and (min-width: 768px) {
  .logged-in .ml-2017 .top-account .top-account__buttons {
    display: block;
  }
}

.ml-2017 .top-account .top-account__buttons {
  position: absolute;
  right: 0;
  width: 100%;
  height: 45px;
  zoom: 1;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .top-account .top-account__buttons {
    padding: 20px;
    padding-top: 0;
    width: auto;
    height: auto;
  }
}

.ml-2017 .top-account .top-account__buttons .btn, .ml-2017 .top-account .top-account__buttons .btn-primary, .ml-2017 .top-account .top-account__buttons .btn-secondary, .ml-2017 .top-account .top-account__buttons .btn-success,
.ml-2017 .top-account .top-account__buttons .btn-reg-customer, .ml-2017 .top-account .top-account__buttons .btn-invert, .ml-2017 .top-account .top-account__buttons .btn-bankid {
  min-height: 45px;
  margin: 0 3px;
  font-weight: 600;
  border-radius: 0 0 0.75em 0.75em;
  border-top: 0;
  line-height: 95%;
}

@media only screen and (max-width: 767px) {
  .ml-2017 .top-account .top-account__buttons .btn, .ml-2017 .top-account .top-account__buttons .btn-primary, .ml-2017 .top-account .top-account__buttons .btn-secondary, .ml-2017 .top-account .top-account__buttons .btn-success,
  .ml-2017 .top-account .top-account__buttons .btn-reg-customer, .ml-2017 .top-account .top-account__buttons .btn-invert, .ml-2017 .top-account .top-account__buttons .btn-bankid {
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .top-account .top-account__buttons .btn.btn-icon, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-primary, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-secondary, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-success,
  .ml-2017 .top-account .top-account__buttons .btn-icon.btn-reg-customer, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-invert, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-bankid {
    padding: 0;
  }
  .ml-2017 .top-account .top-account__buttons .btn.btn-icon:before, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-primary:before, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-secondary:before, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-success:before,
  .ml-2017 .top-account .top-account__buttons .btn-icon.btn-reg-customer:before, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-invert:before, .ml-2017 .top-account .top-account__buttons .btn-icon.btn-bankid:before {
    height: 0;
    width: 0;
  }
}

.ml-2017 .top-account .top-account__buttons .account-search {
  display: none;
  position: relative;
  overflow: auto;
  min-width: 39px;
  margin-left: 5px;
  z-index: 985;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .top-account .top-account__buttons .account-search {
    display: inline-block;
  }
}

.ml-2017 .top-account .top-account__buttons .account-search .form-control {
  float: left;
  width: 0;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  border: none;
  font-size: 0.75rem;
  border-radius: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 37px;
}

.ml-2017 .top-account .top-account__buttons .account-search .btn, .ml-2017 .top-account .top-account__buttons .account-search .btn-primary, .ml-2017 .top-account .top-account__buttons .account-search .btn-secondary, .ml-2017 .top-account .top-account__buttons .account-search .btn-success,
.ml-2017 .top-account .top-account__buttons .account-search .btn-reg-customer, .ml-2017 .top-account .top-account__buttons .account-search .btn-invert, .ml-2017 .top-account .top-account__buttons .account-search .btn-bankid {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin: 0;
  width: 37px;
  height: 37px;
  padding: 7px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}

.ml-2017 .top-account .top-account__buttons .account-search .btn i, .ml-2017 .top-account .top-account__buttons .account-search .btn-primary i, .ml-2017 .top-account .top-account__buttons .account-search .btn-secondary i, .ml-2017 .top-account .top-account__buttons .account-search .btn-success i, .ml-2017 .top-account .top-account__buttons .account-search .btn-reg-customer i, .ml-2017 .top-account .top-account__buttons .account-search .btn-invert i, .ml-2017 .top-account .top-account__buttons .account-search .btn-bankid i {
  font-size: 16px;
}

.ml-2017 .top-account .top-account__buttons .account-search:not(.js-is-active) .form-control {
  padding: 0;
}

.ml-2017 .top-account .top-account__buttons .account-search.js-is-active .form-control {
  width: 175px;
  border: 1px solid #e5e5e5;
}

.ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn, .ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-primary, .ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-secondary, .ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-success,
.ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-reg-customer, .ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-invert, .ml-2017 .top-account .top-account__buttons .account-search.js-is-active .btn-bankid {
  top: 1px;
  right: 1px;
  border: none;
  width: 35px;
  height: 35px;
}

.ml-2017 #top .navigation {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 85vw;
  min-height: 52px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  z-index: 1006;
  box-shadow: 0 2px 15px -12px #888888;
  overflow-y: hidden;
  will-change: auto;
}

.ml-2017 #top .navigation--slide-out {
  transition: transform .3s ease-in-out;
}

.ml-2017 #top .navigation--left {
  left: 0;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ml-2017 #top .navigation--right {
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.ml-2017 #top .navigation--right ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 59px);
}

.ml-2017 #top .navigation--right .navigation__item a {
  border-right: none !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}

.ml-2017 #top .navigation .top__brand {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  text-align: center;
}

.ml-2017 #top .navigation .top__contact {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
}

.ml-2017 #top .navigation .top__contact .icon {
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}

.ml-2017 #top .navigation .top__contact .text {
  -ms-flex-order: 1;
  order: 1;
}

.ml-2017 #top .navigation--show {
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ml-2017 #top .navigation ul {
  padding: 0;
  margin: 0;
}

.ml-2017 #top .navigation > ul {
  -ms-flex-order: 2;
  order: 2;
}

.ml-2017 #top .navigation .navigation__title {
  padding: 15px 15px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 22px;
}

.ml-2017 #top .navigation .navigation__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 52px;
}

.ml-2017 #top .navigation .navigation__item:after, .ml-2017 #top .navigation .navigation__item:before {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to left, #D8D8D8, #ffffff 80%);
  font-size: 0;
}

.ml-2017 #top .navigation .navigation__item--only-thumb {
  display: -ms-flexbox;
  display: flex;
}

.ml-2017 #top .navigation .navigation__item:after {
  content: '';
  bottom: 0;
}

.ml-2017 #top .navigation .navigation__item:first-child:before {
  content: '';
  top: 0;
}

.ml-2017 #top .navigation .navigation__item-notification {
  position: relative;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: #f04c60;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 22px;
}

.ml-2017 #top .navigation .navigation__item--has-children > a {
  border-right: none;
}

.ml-2017 #top .navigation .navigation__item a {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  border-right: 1px solid #D8D8D8;
  width: calc(100% - 52px);
  min-height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 #top .navigation .navigation__item--active a {
  color: #00588d;
}

.ml-2017 #top .navigation .navigation__item--active .navigation__toggle .icon {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ml-2017 #top .navigation .navigation__item--active:hover a {
  color: #00588d;
}

.ml-2017 #top .navigation .navigation__item--active .navigation__children:before {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ml-2017 #top .navigation .navigation__item--default > a {
  color: #000 !important;
}

.ml-2017 #top .navigation .navigation__item .navigation__item a {
  color: #ffffff;
  font-weight: 400;
  border-right: none;
  text-decoration: none;
}

.ml-2017 #top .navigation .navigation__children {
  display: block;
  transition: max-height .2s ease-in-out;
  max-height: 0;
  height: auto;
  overflow: hidden;
  width: 100%;
  background-color: #004673;
  position: relative;
}

.ml-2017 #top .navigation .navigation__children .navigation__item a {
  font-size: 15px;
}

.ml-2017 #top .navigation .navigation__children .navigation__item:before {
  display: none;
}

.ml-2017 #top .navigation .navigation__children .navigation__item:after {
  display: none;
}

.ml-2017 #top .navigation .navigation__children .navigation__item:first-child {
  padding-top: 10px;
}

.ml-2017 #top .navigation .navigation__children .navigation__item:first-child:before {
  display: none;
}

.ml-2017 #top .navigation .navigation__children .navigation__item:last-child {
  padding-bottom: 15px;
}

.ml-2017 #top .navigation .navigation__children .navigation__item--active a {
  font-weight: 700;
  text-decoration: underline;
}

.ml-2017 #top .navigation .navigation__toggle {
  width: 52px;
  height: 52px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  border: none;
  outline: 0;
}

.ml-2017 #top .navigation .navigation__toggle:after {
  content: '';
  font-size: 0;
  min-height: inherit;
}

.ml-2017 #top .navigation .navigation__toggle .icon {
  transition: transform .2s ease-in-out;
  color: #6f91a7;
}

@media only screen and (min-width: 480px) {
  .ml-2017 #top .navigation {
    max-width: 376px;
  }
  .ml-2017 #top .navigation--show {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 #top .navigation .top__brand {
    margin-top: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
  }
  .ml-2017 #top .navigation .top__brand-logotype {
    width: 148px;
  }
  .ml-2017 #top .navigation .top__brand-logotype img {
    width: 148px;
    height: 46px;
  }
  .ml-2017 #top .navigation--account {
    display: none !important;
  }
  .ml-2017 #top .navigation > ul {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #top .navigation {
    position: static;
    display: -ms-flexbox;
    display: flex;
    transition: none;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    width: 100%;
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
    max-width: 100%;
    min-height: auto;
    overflow: visible;
    background-color: transparent;
  }
  .ml-2017 #top .navigation .top__brand {
    display: none;
  }
  .ml-2017 #top .navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .navigation .top__contact {
    display: none;
  }
  .ml-2017 #top .navigation .navigation__item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: auto;
    position: static;
  }
  .ml-2017 #top .navigation .navigation__item:before, .ml-2017 #top .navigation .navigation__item:after {
    display: none;
  }
  .ml-2017 #top .navigation .navigation__item a {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    font-size: 17px;
    border-right: none;
    padding: 10px 20px;
  }
  .ml-2017 #top .navigation .navigation__item a:after, .ml-2017 #top .navigation .navigation__item a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to top, #D8D8D8, #F5F3F3 80%);
  }
  .ml-2017 #top .navigation .navigation__item a:after {
    right: -1px;
    border-top-color: #F5F3F3;
  }
  .ml-2017 #top .navigation .navigation__item a:before {
    display: none;
    left: -1px;
  }
  .ml-2017 #top .navigation .navigation__item--only-thumb {
    display: none;
  }
  .ml-2017 #top .navigation .navigation__item--default > a {
    color: #000;
  }
  .ml-2017 #top .navigation .navigation__item--default:hover > a {
    color: #000;
  }
  .ml-2017 #top .navigation .navigation__item--active a {
    color: #00588d;
  }
  .ml-2017 #top .navigation .navigation__item--active a:after {
    transition: border-top .1s ease-in-out;
    width: 0;
    height: 6px;
    top: 100%;
    right: 50%;
    margin-right: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F5F3F3;
    z-index: 1000;
  }
  .ml-2017 #top .navigation .navigation__item--active + .navigation__item a:before {
    display: block;
    left: 0px;
  }
  .ml-2017 #top .navigation .navigation__toggle {
    display: none;
  }
  .ml-2017 #top .navigation .navigation__children {
    position: absolute;
    left: 0;
    top: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .ml-2017 #top .navigation .navigation__children:before {
    display: none;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    min-height: 50px;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item:first-child {
    padding-top: 0;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item:last-child {
    padding-bottom: 0;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item a {
    font-size: 16px;
    padding: 0 10px;
    margin-right: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item a:after {
    display: none !important;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item a:before {
    display: none !important;
  }
  .ml-2017 #top .navigation .navigation__children .navigation__item--active a {
    font-weight: 700;
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 #top .navigation .navigation__item--only-thumb {
    -ms-flex-order: 9999;
    order: 9999;
  }
  .ml-2017 #top .navigation .navigation__item:last-child a:before {
    display: block;
    right: -1px;
    left: auto;
  }
  .ml-2017 #top .navigation .navigation__children {
    width: calc(100% + 148px);
    margin-left: -148px;
  }
}

.ml-2017 #top {
  display: none;
}

.ml-2017 #top .top {
  background-image: linear-gradient(#ffffff, #F5F3F3);
  top: 0;
  width: 100%;
}

.ml-2017 #top .top__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  padding-bottom: 0;
  max-width: 1400px;
  margin: 0 auto;
  transition: width .3s ease-in-out;
}

.ml-2017 #top .top--slide-out {
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ml-2017 #top .top__overlay {
  width: 100vw;
  height: 100%;
  position: fixed;
  opacity: 0;
  background: rgba(21, 31, 54, 0.8);
  transition: opacity .3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1005;
}

.ml-2017 #top .top__overlay--closed {
  visibility: hidden;
}

.ml-2017 #top .top__overlay--show {
  opacity: 1;
  visibility: visible;
}

.ml-2017 #top .top__overlay-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1006;
  width: 9vw;
  height: 9vw;
  margin-top: -20px !important;
  top: 50vh;
  transition: transform .3s ease-in-out .3s;
}

.ml-2017 #top .top__overlay-btn--left {
  left: 88vw;
}

.ml-2017 #top .top__overlay-btn--right {
  right: 88vw;
}

.ml-2017 #top .top__overlay-btn--show {
  -ms-transform: scale(1);
  transform: scale(1);
}

.ml-2017 #top .top__overlay-btn--closing {
  transition: transform .3s ease-in-out 0s;
}

.ml-2017 #top .top__menu {
  padding: 0 10px;
}

.ml-2017 #top .top__menu-toggle {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 10px;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  opacity: 1;
}

.ml-2017 #top .top__menu-toggle button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  background-color: transparent;
  color: #0078c0;
  outline: 0;
}

.ml-2017 #top .top__menu-toggle button:hover {
  color: #00588d;
}

.ml-2017 #top .top__menu-toggle .icon {
  font-size: 18px;
  margin-right: 5px;
}

.ml-2017 #top .top__menu-toggle--notify button {
  position: relative;
}

.ml-2017 #top .top__menu-toggle--notify button:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f04c60;
  position: absolute;
  top: 0;
  left: 10px;
}

.ml-2017 #top .top__menu-toggle--account {
  -ms-flex-order: 3;
  order: 3;
}

.ml-2017 #top .top__menu-toggle--account button {
  margin-left: auto;
}

.ml-2017 #top .top__menu-toggle--account button .icon {
  color: #90a9ba;
}

.ml-2017 #top .top__brand {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  -ms-flex-order: 2;
  order: 2;
}

.ml-2017 #top .top__brand-logotype {
  display: inline-block;
}

.ml-2017 #top .top__brand-logotype img {
  width: 88px;
  height: 28px;
}

.ml-2017 #top .top__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.ml-2017 #top .top__contact--hidden {
  visibility: hidden;
}

.ml-2017 #top .top__contact .text p, .ml-2017 #top .top__contact .text a {
  color: #0078c0;
  margin: 0;
}

.ml-2017 #top .top__contact .text p {
  font-size: 12px;
}

.ml-2017 #top .top__contact .text a {
  font-weight: 700;
  text-decoration: underline;
}

.ml-2017 #top .top__actions {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 5;
  order: 5;
}

.ml-2017 #top .top__actions-cart {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  position: relative;
}

.ml-2017 #top .top__actions-account {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.ml-2017 #top .top__actions-account-notification {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: #f04c60;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 22px;
}

.ml-2017 #top .top__actions-account a,
.ml-2017 #top .top__actions-account button {
  width: 50%;
  border-radius: 0;
}

.ml-2017 #top .top__actions-account .dropdown {
  display: none;
}

.ml-2017 #top .top__quick-nav {
  width: 100%;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 20px;
  z-index: 1;
}

.ml-2017 #top .top__quick-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.ml-2017 #top .top__quick-nav-separator {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to top, #D8D8D8, #F5F3F3 80%);
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
}

.ml-2017 #top .top__quick-nav-item {
  padding-bottom: 5px;
  text-align: center;
  color: #0078c0;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}

.ml-2017 #top .top__quick-nav-item--active {
  color: #000;
  position: relative;
}

.ml-2017 #top .top__quick-nav-item--active a {
  text-decoration: underline;
  color: #00588d;
}

.ml-2017 #top .top__quick-nav-item--default > a {
  color: #000 !important;
}

.ml-2017 #top .top__quick-nav-item a {
  font-size: 16px;
  font-weight: 700;
  word-break: break-word;
}

.ml-2017 #top .top__page-nav {
  display: none;
}

.ml-2017 #top .top__register-scratch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding: 0 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-order: 3;
  order: 3;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .logged-in .ml-2017 #top .top__register-scratch {
    display: none;
  }
}

.ml-2017 #top .top--sticky {
  transition: transform .3s ease-in-out;
  position: fixed;
  background-color: #ffffff;
  z-index: 999;
  -ms-transform: translate(0);
  transform: translate(0);
}

.ml-2017 #top .top--hide {
  -ms-transform: translateY(-128px);
  transform: translateY(-128px);
}

.ml-2017 #top .top__mega {
  display: none;
}

@media only screen and (min-width: 480px) {
  .ml-2017 #top .top__overlay-btn {
    width: 40px;
    height: 40px;
  }
  .ml-2017 #top .top__overlay-btn--left {
    left: 386px;
  }
  .ml-2017 #top .top__overlay-btn--right {
    right: 386px;
  }
  .ml-2017 #top .top__mega {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .ml-2017 #top .top__holder {
    padding: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .ml-2017 #top .top__brand {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 20px 0 10px;
  }
  .ml-2017 #top .top__menu-toggle {
    height: 40px;
    -ms-flex-order: 6;
    order: 6;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
  .ml-2017 #top .top__menu-toggle span {
    display: none;
  }
  .ml-2017 #top .top__menu-toggle .icon {
    margin-right: 0;
  }
  .ml-2017 #top .top__menu-toggle button {
    padding: 0 20px;
  }
  .ml-2017 #top .top__menu-toggle--default button {
    color: #000;
  }
  .ml-2017 #top .top__menu-toggle--default button:hover {
    color: #000;
  }
  .ml-2017 #top .top__menu-toggle--active button {
    color: #000;
    position: relative;
  }
  .ml-2017 #top .top__menu-toggle--active button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    bottom: -8px;
    right: 50%;
    margin-right: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    z-index: 1002;
  }
  .ml-2017 #top .top__menu-toggle--account {
    display: none;
  }
  .ml-2017 #top .top__register-scratch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 6;
    order: 6;
    margin-left: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px;
  }
  .ml-2017 #top .top__register-scratch a {
    font-size: 17px;
    font-weight: 700;
  }
  .ml-2017 #top .top__contact {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: auto;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
  .ml-2017 #top .top__contact .icon {
    margin-right: 10px;
  }
  .ml-2017 #top .top__account-info {
    -ms-flex-order: 8;
    order: 8;
    margin-left: auto;
  }
  .ml-2017 #top .top__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(80% - 20px);
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    height: 45px;
  }
  .ml-2017 #top .top__actions-cart {
    width: auto;
    top: 0;
    left: 0;
    z-index: 0;
    margin-right: 10px;
    position: relative;
    padding-right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ml-2017 #top .top__actions-account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    left: 0;
    margin-left: 0;
    position: relative;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  .ml-2017 #top .top__actions-account .dropdown {
    display: block;
  }
  .ml-2017 #top .top__actions-account .dropdown__button {
    background-color: #ffffff;
    border: 2px solid #0078c0;
    border-top: none;
    color: #0078c0;
    padding: 7px 7px 7px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .ml-2017 #top .top__actions-account .dropdown__button .icon {
    margin-left: 20px;
    z-index: 1001;
  }
  .ml-2017 #top .top__actions-account .dropdown__button .top__actions-account-notification {
    z-index: 401;
  }
  .ml-2017 #top .top__actions-account .dropdown__button .top__actions-account-notification + .icon {
    margin-left: 10px;
    margin-right: 6px;
  }
  .ml-2017 #top .top__actions-account .dropdown__button.open .top__actions-account-notification {
    display: none;
  }
  .ml-2017 #top .top__actions-account .dropdown.open .dropdown__button .top__actions-account-notification {
    display: none;
  }
  .ml-2017 #top .top__actions-account .dropdown.open .dropdown__button .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ml-2017 #top .top__actions-account .dropdown-menu {
    top: 0;
    left: auto;
    right: 0;
    margin-top: 0;
    border: 2px solid #0078c0;
    border-top: none;
    border-radius: 0 0 0.75em 0.75em;
    min-width: 234px;
    z-index: 1000;
    box-shadow: none;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul li {
    padding: 10px 10px 10px 15px;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #CBCBCB;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul li:first-child {
    margin-top: 0;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul li a {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 22px);
    padding: 0;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul li .top__actions-account-notification {
    margin-left: auto;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu-title {
    padding: 8px 20px 8px 15px;
    color: #0078c0;
    font-size: 16px;
    display: inline-block;
  }
  .ml-2017 #top .top__actions-account .dropdown-menu a {
    font-size: 17px;
    color: #0078c0;
    text-decoration: underline;
    font-weight: 700;
  }
  .ml-2017 #top .top__actions-account a,
  .ml-2017 #top .top__actions-account button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 30px;
    border-radius: 0 0 0.75em 0.75em;
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
  .ml-2017 #top .top__actions-account a:after,
  .ml-2017 #top .top__actions-account button:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .ml-2017 #top .top__actions-account a + a {
    margin-left: 10px;
  }
  .ml-2017 #top .top__actions-account button + a {
    margin-left: 10px;
  }
  .ml-2017 #top .top__actions-account a + button {
    margin-left: 10px;
  }
  .ml-2017 #top .top__actions-account button + button {
    margin-left: 10px;
  }
  .ml-2017 #top .top__quick-nav {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -ms-flex-order: 6;
    order: 6;
    padding: 0;
    margin-top: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .top__quick-nav:before, .ml-2017 #top .top__quick-nav:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 60%;
    background-image: linear-gradient(to top, #D8D8D8, #F5F3F3 80%);
  }
  .ml-2017 #top .top__quick-nav:after {
    display: none;
  }
  .ml-2017 #top .top__quick-nav ul {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ml-2017 #top .top__quick-nav ul li {
    position: relative;
  }
  .ml-2017 #top .top__quick-nav ul li:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 60%;
    background-image: linear-gradient(to top, #D8D8D8, #F5F3F3 80%);
  }
  .ml-2017 #top .top__quick-nav-separator {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 60%;
  }
  .ml-2017 #top .top__quick-nav-item {
    height: 100%;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .ml-2017 #top .top__quick-nav-item--active a {
    text-decoration: none;
  }
  .ml-2017 #top .top__quick-nav-item--active:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    z-index: 9999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    left: 50%;
    margin-left: -3px;
  }
  .ml-2017 #top .top__quick-nav-item a {
    font-size: 17px;
    padding: 10px 20px;
  }
  .ml-2017 #top .top__page-nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 100%;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    -ms-flex-order: 7;
    order: 7;
    background-color: #0078c0;
    padding: 10px 10px 0;
  }
  .ml-2017 #top .top__page-nav:before {
    content: '';
    width: 100%;
    height: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    margin-top: -4px;
  }
  .ml-2017 #top .top__page-nav-holder {
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .ml-2017 #top .top__page-nav--loaded {
    transition: transform .3s ease-in-out;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .ml-2017 #top .top__page-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ml-2017 #top .top__page-nav ul li {
    margin: 0 15px 10px;
  }
  .ml-2017 #top .top__page-nav ul li a {
    color: #ffffff;
    font-size: 16px;
  }
  .ml-2017 #top .top__mega {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 100%;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    -ms-flex-order: 7;
    order: 7;
    background-color: #004673;
  }
  .ml-2017 #top .top__mega:before {
    content: '';
    width: 100%;
    height: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    margin-top: -4px;
    top: 0;
  }
  .ml-2017 #top .top__mega-holder {
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .ml-2017 #top .top__mega-item {
    width: 100%;
    display: none;
    padding: 10px 20px;
  }
  .ml-2017 #top .top__mega-item--active {
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .top__mega ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ml-2017 #top .top__mega ul .navigation__item {
    margin: 0 30px 0 0;
    min-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
  .ml-2017 #top .top__mega ul .navigation__item a {
    color: #ffffff;
    font-size: 16px;
  }
  .ml-2017 #top .top__mega ul .navigation__item--active a {
    text-decoration: underline;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #top .top {
    position: relative;
    z-index: 999;
  }
  .ml-2017 #top .top__holder {
    position: relative;
  }
  .ml-2017 #top .top__brand {
    margin-bottom: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 100%;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
  }
  .ml-2017 #top .top__brand a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .ml-2017 #top .top__menu-toggle {
    display: none;
  }
  .ml-2017 #top .top__overlay {
    display: none;
  }
  .ml-2017 #top .top__overlay-btn {
    display: none;
  }
  .ml-2017 #top .top__actions {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
  }
  .ml-2017 #top .top__register-scratch {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
    -ms-flex-order: 7;
    order: 7;
    margin-top: 10px;
    width: 20%;
  }
  .ml-2017 #top .top__register-scratch a {
    padding: 10px 0;
  }
  .ml-2017 #top .top__quick-nav {
    display: none;
  }
  .ml-2017 #top .top__main-nav {
    -ms-flex-order: 6;
    order: 6;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    width: 80%;
  }
  .ml-2017 #top .top__contact {
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .top--sticky {
    position: fixed;
  }
  .ml-2017 #top .top--animate {
    transition: transform .2s ease;
  }
  .ml-2017 #top .top--show {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1420px) {
  .ml-2017 #top .top__holder {
    padding-bottom: 81px;
    height: 91px;
    padding: 0;
    height: auto;
  }
  .ml-2017 #top .top__brand {
    position: absolute;
    width: 156px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: auto;
    top: 35px;
  }
  .ml-2017 #top .top__brand-logotype {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .ml-2017 #top .top__brand-logotype img {
    width: 126px;
    height: 40px;
  }
  .ml-2017 #top .top__main-nav {
    padding-left: 148px;
    width: calc(80% - 148px);
    position: relative;
    -ms-flex-order: 5;
    order: 5;
  }
  .ml-2017 #top .top__main-nav:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to top, #D8D8D8, #F5F3F3 80%);
  }
}

@media only screen and (min-width: 1053px) {
  .ml-2017 #top .top__account-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    width: auto;
    margin-left: 0;
    margin-right: 10px;
    -ms-flex-order: 2;
    order: 2;
  }
  .ml-2017 #top .top__account-info-wallet, .ml-2017 #top .top__account-info-winnings {
    display: block;
    width: 100% !important;
  }
  .ml-2017 #top .top__account-info-wallet a, .ml-2017 #top .top__account-info-winnings a {
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .top__account-info-wallet span, .ml-2017 #top .top__account-info-winnings span {
    font-size: 12px;
  }
  .ml-2017 #top .top__account-info-wallet span:first-child, .ml-2017 #top .top__account-info-winnings span:first-child {
    margin-right: 30px;
    text-decoration: underline;
  }
  .ml-2017 #top .top__account-info-wallet span + span, .ml-2017 #top .top__account-info-winnings span + span {
    margin-left: auto;
  }
  .ml-2017 #top .top__account-info-winnings span {
    color: #0078c0;
  }
  .ml-2017 #top .top__account-info-wallet span {
    color: #4CAF50;
  }
}

@media only screen and (max-width: 1052px) {
  .ml-2017 #top .top__account-info {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f2f5f7;
    width: 100%;
    -ms-flex-order: 8;
    order: 8;
  }
  .ml-2017 #top .top__account-info div {
    width: 50%;
  }
  .ml-2017 #top .top__account-info-wallet, .ml-2017 #top .top__account-info-winnings {
    display: -ms-flexbox;
    display: flex;
  }
  .ml-2017 #top .top__account-info-wallet a, .ml-2017 #top .top__account-info-winnings a {
    font-size: .813rem;
    color: #2e3237;
  }
  .ml-2017 #top .top__account-info-wallet a span, .ml-2017 #top .top__account-info-winnings a span {
    color: #2e3237;
    font-size: .813rem;
    margin-right: 0 !important;
  }
  .ml-2017 #top .top__account-info-wallet a span:last-child, .ml-2017 #top .top__account-info-winnings a span:last-child {
    font-weight: 600;
  }
  .ml-2017 #top .top__account-info-winnings {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ml-2017#sidebar {
  transform: translate3d(-260px, 0, 0);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 260px;
  margin-left: -260px;
  width: 260px;
  height: 100%;
  background: #ffffff;
  transition: transform 0.26s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .ml-2017#sidebar {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017#sidebar {
    width: 70px;
    left: 70px;
    margin-left: -70px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017#sidebar.js-is-active {
    width: 70px;
    left: 70px;
    margin-left: -70px;
  }
}

.ml-2017 .sidebar-navigation-wrapper {
  position: relative;
  height: 100%;
}

.ml-2017 .sidebar-account {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), white);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sidebar-account {
    background: transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-account {
    padding: 0 0 20px;
  }
}

.ml-2017 .sidebar-account .btn, .ml-2017 .sidebar-account .btn-primary, .ml-2017 .sidebar-account .btn-secondary, .ml-2017 .sidebar-account .btn-success,
.ml-2017 .sidebar-account .btn-reg-customer, .ml-2017 .sidebar-account .btn-invert, .ml-2017 .sidebar-account .btn-bankid {
  position: static;
  width: 100%;
  white-space: normal;
}

.ml-2017 .sidebar-account .btn:not(:first-child), .ml-2017 .sidebar-account .btn-primary:not(:first-child), .ml-2017 .sidebar-account .btn-secondary:not(:first-child), .ml-2017 .sidebar-account .btn-success:not(:first-child),
.ml-2017 .sidebar-account .btn-reg-customer:not(:first-child), .ml-2017 .sidebar-account .btn-invert:not(:first-child), .ml-2017 .sidebar-account .btn-bankid:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-account .btn, .ml-2017 .sidebar-account .btn-primary, .ml-2017 .sidebar-account .btn-secondary, .ml-2017 .sidebar-account .btn-success,
  .ml-2017 .sidebar-account .btn-reg-customer, .ml-2017 .sidebar-account .btn-invert, .ml-2017 .sidebar-account .btn-bankid {
    color: #37454e;
    background-color: transparent;
    font-size: 10px;
    border: none;
    padding: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-account .btn-icon {
    padding: 0 2px;
  }
}

.ml-2017 .sidebar-account .btn-icon i {
  display: none;
  position: relative;
  top: 0;
  margin-bottom: 2px;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-account .btn-icon i {
    display: block;
  }
}

.ml-2017 .sidebar-account .btn-primary i {
  font-size: 32px;
  color: #0078c0;
}

.ml-2017.js-is-small .sidebar-account {
  position: relative;
  top: 0;
  bottom: auto;
}

@media only screen and (max-width: 768px) {
  .ml-2017.js-is-active > .sidebar-account {
    display: none;
  }
}

.ml-2017 .sidebar-navigation {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.ml-2017 .sidebar-navigation.js-active-sidebar {
  overflow: visible;
}

@media (max-height: 580px) and (max-width: 1023px) {
  .ml-2017 .sidebar-navigation {
    padding-bottom: 120px;
  }
}

.ml-2017 .sidebar-navigation__item {
  display: block;
}

.ml-2017 .sidebar-navigation__item:first-child {
  text-align: center;
}

.ml-2017 .sidebar-navigation__item:not(:first-child) {
  border-top: 1px solid #dee1e8;
}

.ml-2017 .sidebar-navigation__item.has-content {
  padding: 15px 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sidebar-navigation__item.has-content {
    padding: 22px 5px;
  }
}

@media only screen and (min-width: 1419px) {
  .ml-2017 .sidebar-navigation__item.has-content {
    padding: 15px 20px;
  }
}

.ml-2017 .sidebar-navigation__item.has-content:last-child {
  display: none;
}

@media only screen and (min-width: 1419px) {
  .ml-2017 .sidebar-navigation__item.has-content:last-child {
    display: block;
    height: auto;
  }
}

.ml-2017 .js-active-sidebar .sidebar-navigation__item.has-content {
  padding: 22px 5px;
}

@media only screen and (min-width: 1419px) {
  .ml-2017 .js-active-sidebar .sidebar-navigation__item.has-content {
    padding: 15px 20px;
  }
}

.ml-2017 .sidebar-navigation__link {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 1;
  color: #37454e;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .sidebar-navigation__link:hover, .ml-2017 .sidebar-navigation__link:focus, .ml-2017 .sidebar-navigation__link.js-is-active {
  text-decoration: none;
  color: #37454e;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sidebar-navigation__link:hover, .ml-2017 .sidebar-navigation__link:focus, .ml-2017 .sidebar-navigation__link.js-is-active {
    color: #0078c0;
  }
}

.ml-2017 .sidebar-navigation__link:hover .sidebar-navigation__icon, .ml-2017 .sidebar-navigation__link:focus .sidebar-navigation__icon, .ml-2017 .sidebar-navigation__link.js-is-active .sidebar-navigation__icon {
  color: #0078c0;
}

.ml-2017 .sidebar-navigation__link:before {
  content: '';
  height: 100%;
  width: 5px;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  margin: auto;
  transform: translate3d(-5px, 0, 0);
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .sidebar-navigation__link.js-is-active:before {
  transform: translate3d(0, 0, 0);
  background-color: #0078c0;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-navigation__link {
    padding: 10px 0;
    font-size: 0.75rem;
    line-height: 16px;
    text-align: center;
  }
  .ml-2017 .sidebar-navigation__link .sidebar-navigation__name {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .sidebar-navigation__link {
    padding: 10px 0;
    font-size: 0.75rem;
    line-height: 16px;
    text-align: center;
  }
}

.ml-2017 .has-sub-menu .sidebar-navigation__link:after {
  content: '\e902';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: auto;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ml-icons";
  font-size: 0.75rem;
  color: #dee1e8;
  transform: translate3d(-5px, -50%, 0);
  transition: color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .has-sub-menu .sidebar-navigation__link.js-is-active:after {
  color: #6f91a7;
}

.ml-2017 .sidebar-navigation__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
  text-align: center;
  color: #6f91a7;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-navigation__icon {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center;
  }
}

.ml-2017 .sidebar-navigation__icon .notification {
  position: absolute;
  left: -6px;
  top: -6px;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-navigation__icon .notification {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-left: -13px;
    top: -3px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .sidebar-navigation__icon {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .sidebar-navigation__icon .notification {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-left: -13px;
    top: -3px;
  }
}

.ml-2017 .sidebar-navigation__name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1;
}

.ml-2017 .sidebar-navigation__desc {
  display: block;
  font-size: 0.813rem;
  font-weight: 400;
  color: #536785;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .sidebar-navigation__desc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .sidebar-navigation__desc {
    display: none;
  }
}

.ml-2017 .logotype {
  display: inline-block;
  width: 100%;
}

.ml-2017 .logotype > img {
  width: 100%;
  max-width: 110px;
}

.ml-2017 .navigation-search {
  display: none;
  /* Hide for now */
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}

.ml-2017 .navigation-search.js-is-active {
  background-color: #ffffff;
}

.ml-2017 .navigation-search.js-is-active form {
  background-color: #ffffff;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .navigation-search.js-is-active input {
  display: block;
}

.ml-2017 .navigation-search form {
  position: relative;
  height: 100%;
  background-color: transparent;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .navigation-search input {
  display: none;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  border-radius: 0;
  height: 100%;
}

.ml-2017 .navigation-search i {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .navigation-search {
    display: none;
  }
}

.ml-2017 .user i,
.ml-2017 .user div {
  vertical-align: top;
}

.ml-2017 .user span {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1419px) {
  .ml-2017 .user span {
    display: none;
  }
}

.ml-2017 .user a {
  padding: 0;
  display: block;
}

.ml-2017 .user a span {
  display: inline;
}

.ml-2017 .user .user__wallet,
.ml-2017 .user .user__wallet a,
.ml-2017 .user .user__winnings,
.ml-2017 .user .user__winnings a {
  font-weight: 400;
  font-size: 0.813rem;
  color: #536785;
}

.ml-2017 .user .user__wallet span,
.ml-2017 .user .user__wallet a span,
.ml-2017 .user .user__winnings span,
.ml-2017 .user .user__winnings a span {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .ml-2017 .js-active-sidebar .user span {
    display: none;
  }
}

.ml-2017 .sub-navigation {
  padding: 0;
  list-style: none;
  background-color: #e4e8eb;
}

.ml-2017 .sub-navigation--first {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 70px;
  width: 190px;
  height: 100%;
  background-color: #f2f5f7;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0.26s;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sub-navigation--first {
    width: 260px;
  }
}

@media only screen and (min-width: 1419px) {
  .ml-2017 .sub-navigation--first {
    left: 260px;
  }
}

.ml-2017 .js-is-active .sub-navigation--first {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .sub-navigation__item {
  border-bottom: 1px solid #dee1e8;
}

.ml-2017 .sub-navigation:not(.sub-navigation--first) .sub-navigation__item {
  border-color: #bac1ce;
}

.ml-2017 .sub-navigation:not(.sub-navigation--first) .sub-navigation__item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.ml-2017 .sub-navigation:not(.sub-navigation--first) .sub-navigation__item:last-child {
  margin-bottom: -1px;
}

.ml-2017 .sub-navigation:not(.sub-navigation--first) .sub-navigation__link {
  padding-left: 30px;
}

.ml-2017 .sub-navigation__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 65px;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 1;
  color: #37454e;
  transition: background 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .sub-navigation__link:hover, .ml-2017 .sub-navigation__link:focus, .ml-2017 .sub-navigation__link.js-is-active {
  text-decoration: none;
  color: #37454e;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .sub-navigation__link:hover, .ml-2017 .sub-navigation__link:focus, .ml-2017 .sub-navigation__link.js-is-active {
    color: #0078c0;
  }
}

.ml-2017 .sub-navigation__name {
  width: 100%;
  font-weight: 700;
  line-height: 1;
}

.ml-2017 .sub-navigation__name .notification {
  margin-left: 2px;
}

.ml-2017 .sub-navigation__desc {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #536785;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ml-2017 .sub-navigation__item--has-children > a:after {
  content: '\e906';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: auto;
  margin: auto;
  font-family: "ml-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #dee1e8;
  transform: translate3d(-15px, -50%, 0) rotate(0deg);
  transition: color 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ml-2017 .sub-navigation__item--has-children > a:not(.collapsed):after {
  transform: translate3d(-15px, -50%, 0) rotate(180deg);
}

.ml-2017 .sub-navigation__item--has-children > a:not(.collapsed), .ml-2017 .sub-navigation__item--has-children > a:hover {
  color: #0078c0;
}

.ml-2017 .sub-navigation__item--has-children > a:not(.collapsed):after, .ml-2017 .sub-navigation__item--has-children > a:hover:after {
  color: #6f91a7;
}

.ml-2017#footer {
  width: 100%;
  color: #2e3237;
}

.ml-2017 .section__heading {
  margin: 10px 0 20px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .section__heading {
    margin: 10px 0 30px;
  }
}

.ml-2017 #stodhjulet-react {
  background-color: black;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  overflow: auto;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100 - 63px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 #stodhjulet-react {
    min-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: hidden;
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 #stodhjulet-react {
    min-height: calc(var(--vh, 1vh) * 100 - 114px);
    overflow: hidden;
  }
}

.ml-2017 .lottery-spins-summary-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .lottery-spins-summary-container {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 710px;
  }
}

.ml-2017 .stodhjulet-button-disabled {
  color: gray;
}

.ml-2017 *:focus {
  outline: none;
}

.ml-2017 .stodhjulet-top {
  top: 63px !important;
}

@media only screen and (min-width: 768px) {
  .ml-2017 .stodhjulet-top {
    top: 110px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 .stodhjulet-top {
    top: 114px !important;
  }
}

.ml-2017 .stodhjulet-min-full-height {
  min-height: calc(var(--vh, 1vh) * 100 - 63px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .stodhjulet-min-full-height {
    min-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 .stodhjulet-min-full-height {
    min-height: calc(var(--vh, 1vh) * 100 - 114px);
  }
}

.ml-2017 .stodhjulet-full-width--max {
  max-width: 100vw !important;
}

.ml-2017 .stodhjulet-full-width-height {
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100 - 63px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .stodhjulet-full-width-height {
    min-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 .stodhjulet-full-width-height {
    min-height: calc(var(--vh, 1vh) * 100 - 114px);
  }
}

.ml-2017 .stodhjulet-full-width {
  width: 100vw;
}

.ml-2017 .stodhjulet-full-width-height--max {
  max-width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100 - 63px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .stodhjulet-full-width-height--max {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 .stodhjulet-full-width-height--max {
    max-height: calc(var(--vh, 1vh) * 100 - 114px);
  }
}

.ml-2017 .stodhjulet-full-height--max {
  max-height: calc(var(--vh, 1vh) * 100 - 63px);
}

@media only screen and (min-width: 768px) {
  .ml-2017 .stodhjulet-full-height--max {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 .stodhjulet-full-height--max {
    max-height: calc(var(--vh, 1vh) * 100 - 114px);
  }
}

.ml-2017 .card-layout-cart-banner {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .card-layout-cart-banner {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ml-2017 .transition-group {
  position: relative;
}

.ml-2017 .stodhjulet-bg-img {
  transition: opacity 0.25s ease-in-out;
}

.ml-2017 .stodhjulet-bg-img img {
  position: fixed;
  top: 0;
  right: 0;
  object-fit: cover;
  background-position: center;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 600px) {
  .ml-2017 .stodhjulet-bg-img img {
    height: 100vh !important;
    min-height: unset !important;
  }
}

@media only screen and (max-width: 600px) {
  .ml-2017 .stodhjulet-bg-img-wheel img {
    height: calc( 100vh - 63px + 170px) !important;
  }
}

.ml-2017 .stodhjulet-bg-img-transparent {
  opacity: 0;
}

.ml-2017 .stodhjulet-bg-img-active {
  opacity: 1;
}

@keyframes moveIn {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}

.ml-2017 .modal-open-container {
  overflow: hidden;
  position: fixed;
}

.ml-2017 .route-section {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

.ml-2017 .stodhjulet-button-outlined-hover:hover {
  background-color: #4caf50 !important;
}

.ml-2017 .stodhjulet-credit-card-size {
  width: 89px;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .stodhjulet-credit-card-size {
    width: 100px;
  }
}

.ml-2017 .stodhjulet-receipt-size {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .stodhjulet-receipt-size {
    width: 320px;
  }
}

.ml-2017 #top {
  height: 63px;
}

@media only screen and (min-width: 768px) {
  .ml-2017 #top {
    height: 110px;
  }
}

@media only screen and (min-width: 1400px) {
  .ml-2017 #top {
    height: 114px;
  }
}

.ml-2017 .center-if-desktop {
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .center-if-desktop {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.ml-2017 .center {
  display: -ms-grid;
  display: grid;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ml-2017 #stodhjulet-logo {
  width: 200px;
}

@media only screen and (min-width: 900px) {
  .ml-2017 #stodhjulet-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
  }
}

.ml-2017 .home-no-rows-header-container {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.ml-2017 .home-no-rows-header-container h3.h3 {
  text-align: left;
}

@media only screen and (max-height: 570px) and (max-width: 400px) {
  .ml-2017 .home-no-rows-header-container {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
    padding: 0 10px 0 10px;
  }
  .ml-2017 .home-no-rows-header-container #stodhjulet-logo {
    width: 40vw;
  }
  .ml-2017 .home-no-rows-header-container > div h3.h3 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 900px) {
  .ml-2017 .home-no-rows-header-container {
    width: 100%;
    height: 209px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ml-2017 .pie-color-0 {
  background-image: url("data:image/jpeg;base64,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");
  background-size: auto;
}

.ml-2017 .pie-color-1 {
  background-image: url("data:image/jpeg;base64,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");
}

.ml-2017 .pie-color-2 {
  background-image: url("data:image/jpeg;base64,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");
}

.ml-2017 .pie-color-3 {
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAgMDAwMDBAcFBAQEBAkGBwUHCgkLCwoJCgoMDREODAwQDAoKDhQPEBESExMTCw4UFhQSFhESExL/2wBDAQMDAwQEBAgFBQgSDAoMEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhL/wAARCACiAKIDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAQIDAAQI/8QAORAAAgEDAwMDAgMHAwMFAAAAAQIRABIhAzFBIlFhEzJxgZFCobEEI1LB0eHwM3LxBRRiRFOCkrL/xAAYAQEBAQEBAAAAAAAAAAAAAAAAAQIDB//EACgRAQACAgMAAgIBAwUAAAAAAAABAhIiETJCMWIDUiFBUXJDgZGhwf/aAAwDAQACEQMRAD8A8VFg0TaBuYxHbFeqvJ2lwwK7ruC0jP8AWpsuqipD3ESLsDcnxVc+SWSIOSeedqNcnyNKdIZAye3j4oz62OrKgYPk6kYHcfNbZ2sxQnr/AIRxvWDLykwUgsMAm7wJo3sRSpUhAsg5n8jRvY50v9MfiIPYyJ2FEy7Cn7MQhkyZxGcnafpTFm12ymntlYHt3Pah2sCOhdBErzPfn7ULRbFnILqS0L+Jf1oR8GsKQNE3TmD23kd6Jzl2BoGq8FbTzxiix8EL+mQbpJ3I/wA4ouOSoyS3TIxB5JG9ET1HFvRhiYLHaaWWtTIPwKckfxcg4olp9GOokm5BPMrmts8JOgGkx0bjEGbe1YbrbbY7KfRhSpCzLDnkg/FE52YalgAfHqDJJmI/nRcWPu1Fiy+J+KJ+qakhbfcB7Ttnz9KkN2htQnqADSTFozSUqoGYoBKhiDI/oKrONciswMIgkQAMbUPsVwE1nU5gT85z9qkt1jKosRqIcTBx8EVWetlEQXe6xsYH6mjM2FmRxtAEwRweaJsn6dgu3uHUR45q4t5ZB+IE7kCBwah5Ua0Qh31MkbxxRn7Iq0wdipgznMdqOsqRBDlVGLj2Mf3ox9RYggWjMGYacneDzRCEEIO2d+RG1Gj6QLhitowTAwcGd6MyUhCSTeSdzJM0FEctqSnuC4I7ijM11KNRdQNJ6QYKhc45o1japX1VK26YUBcT+IiixBvxCwySCBG3zmiM4Wce4b9pOxPehXIiOLzqPwd/mi2r5ZpdyOm3hjvRep9P937jvAI2IP8APxRm2xWW+GW0FiQBRazxqWxk1rSIO4+dqLlXETjPMyScSJ/Sgy6QLG09JE55M89qnBNjn93pfhkvHpjMnue9VO1iOC4vDQVHt7CdxRqv9lPZoC88Fo+aeXP5snrIYGF2kC0EzRqthzYo36RPaaJPybqaEYLIMzsD9aH8diXsU1PaDJGd6LxtUiExm6WE/ejdllZAoiYipwzsGjqQ+OoWELfwTVql4DUm65bYYSDdxzNCE0ZbxZgxk+KNyoUPpab6TSqfTejGW1q2Mixqbt3z43FEmdQ1OgQnSrcHc+aEG0rRl+DIhePFCw3h1F4YtsO6HeiccFIJeQ6zg3c/Wii3GoR1HA+eIolf1BxkxxIM8k70WCJm4Rt/LmjVjlCpGZtEsOO4I/SictA1IHLCfd9xNE6pvsV0jDl7e4Hg9qkt1j9lFPuBGU2+Ox8TVYlnuJY8EDvM9qEEUj4DQROceKLaDhiiHDFHO2+I3miY5HAVWMNhUiM/l96Ys5WQOixJIYgHgxIqcOmUf2UAB/aAnTkcLkCPzqs+eQCnUJKjkqO2MTFFtqGkqvpXTDhvZ3+tC2VbYlfUCIVj3AGON5qWs1WOTKrTarbCfpHNVnX5Ai9VPaSBbkDzRfg46v8AV/FgRtHz80Z/xEwGlx+7MXBfG8GhB3C6hj0l05yRdJjsKM1yj1yXTDBHJwT0xyAOKVWyTlhrXPaVTj4o3Xqf1FUdAaewwaM4sEZXiODE75oZfwGkChRRhWxPahOwdJYaZ3O4ov2M92khI3U7FeN5FErtYQX05A2MQW2aiayDqjgqgW5JifFFrlEkUsgDDETjc9qkL8qtbZ/EZGQfyqsV7FLOST/3BHgrmjWNf1T1GJdrDtgQuY5qS3WD+zTRjjTBPSOBPeqz2sZGBBO4PuJWQJzAozKYuSeQPaNyOKkOgs9rgrsZj9IqsxUzkFpF0x/DBokEBYoIH4TIPafyo16VmUCvbdEQ24J70Y9FRDCxcCm3BieKLNlDcnrQLyX54oxrbFO+SQ+Q2QCMztvRvhtYxY6mGgfI+lLFP1ZCXhp6REHxQt+ouo9ZgDAMkMf1olbas+NUBNzmD3oV6g8FpR5cbHIyaLUruDqkuJ4JuxO8UWtdWvLEz7Qs+3kmhwZAxBMgEnqPEzj5ok8C+x6pIOZXfmiQqlhUH90ZG53omNnO4IQHSOze4f5tRuPsUBtowcZbHf7UUPV9Mop6hkdpHFTlceTWBSbjhxgmRsePmqZGdw6E9QWSI3Ijb4ozFcREJAHVdBJ3IPY0T5KgYAElRElT8mIosn1FsAC5TIJO8HfajNbcgg9VRAkc9W0fPenZbam1nZTMtBxAzg+aM1rUhVShAtNpwTtngUaT1QzhcWl0PgUdK6n0tP00X2gn+VStWLWysf1RqaNj2kg72/5tVyTHG2Q6WczDiM+O1GbJWG4QFAbqB8d6N8mD8qnSYWTRMW9QlGK7kmZxNDjYNJpiwMsYPGSKLarXOiLhmUE5PA8/pReKyZyS7GxtzWuUrXWG1XuA9wB4xgzsIrKRUrIwcECFfZfip6XXEEjWGo3UQMD4nBqrbXFlb9zHHE5yDGKHGwpaQYOT/D8R+dEtkKJc6p7D+I/TelUtIo6IBYupPBtFFtW1hdljbG4ho/zNEjIotEgYaM5kTM5obG1ipQsntJyORSxQuk8PnaM8bCCCKkNXrqMlTEe8RB7nIg1WcTacEWxxn6c5ozIysj0jkkgMR3EbUNvRWkwFwYJk8f8AFFggYvqS5ZsAk/H8qN46nnTNh0xbiDO0z/SjGNgNq5JUERm3Hei7JqSqqU6WzPI74o3bZQQZWOopIPbMkCjBLtX8NhHBk/0o1jRlUgfvc4J+MwKJP1C+CslieOqYocKaKABiTAD57nHEbVIqXkqabMJlYyfdVLTUF0yhklSqyZ2xtQyyMEkem2Ji0juTIoc+iIwLkx4z2otvhTcBiFwCW+KM/UipZJjLDHfPf6UatblRC+ksdIjHt7/zozONiSNYpNzYM888UXqFx6lJXBBU+RRV0RW0g+2faee+a25TbbFLVaGOnCspMHjHiuct0/YQQ5Puj/dBIHeqfBFYC8C7sO0fFG8WOoSGPtB/8eRmjPB3celcd1G+5z4ola7EzLkLGwMbA0aHTAdQym2RufNKpbVh+zyAZUeLtqnC5hA0zIyEGx7nt4qp2BFs1gXMryRvtRbfAz0gqeYFBkWwmThBaoneRRZtk2WE7G3HaiMzfudFt5c55gUTjawohdtt5MjntQtZQwEEmRbM/HFGS6YNhuFyJ7iN8nYTRZ+WudH6N+5WQF/rQ4riyuFkwo3gZ3H8qE1LpsE9u8CDxH/NFlbpOlItKyYBxOdwKOfolosIU9KZLc+KNckTUZXBiVIgg7EcwaNzWrIpJD+muN/kUS0+cmcF4YGGDQCd/tQrqJWxbSMnI+niiR/JFMNY+ATCt5qct2r6FveykYuELVZgvp6nCGPrU2XKqivKGbrt8cAn86qTUzKrAkL1DIPBXzRE7LIuyDN08UayyZQ6dJDE7f2oa2F1ay3sLhHaia8kdGTSFo720Ws1tY1pUw3QpyoHH3ouS1/7l+i5QYJ7E80c8dguOqYYqMYY4BYDE0MeEtSdMEDbYgrmfNGq/wAijkHpttIHyDQtU6obAdMe7MHaJzRJttsdtInVFiW5mR1CDjNWWYtqUKdNiIUKwmdo+ai9iKQE6gp2j75optG4vJMrggXYx3pUvqL6pUlfcR+Lsa2xWqYdggA3ki7vWHTiuSmmAnpoTKTcAYMN80qlp9JP7P8Ac8yd6LDqGsyiI0mjEnc1cnNyTbcYkkCfI8VHb5UBbpZvxAKQNjHajGrdILjVEEsII2geeN6H+JXQ23TDjYd6FZ8qBRcsHpOJ52/OgDDUcBgVJBIBDRt4omsJkwpH4VEsx7eKN1ZXcJvBEiOO/wBanKTWuQ3XhTvmf7VU4xEyBe3UBuA20Dmi/UbI9+Vjq8x2NEyNqal6QjdRfa3IHelkrXEXQEFj7WAiMbCftQiTaTldIILSyjB8E4oxau2SOlpGGuEHIBuyMz8VIdbWHUciDDYe2fHmkpWraqsGcuPbAJHnn4q2KJr0m8ZXgUaVkdABkOMc0ZBD6nVqYtcTyTA4qcpOvUSVk9VVNi6ql0Ci0OAccH7UbrOxUMAhz7YAJmD8UJg7++VN6ztztiR4onltXTd4PSJzN0yBjPahWanSLQPYZ/5oxYHYXE7tdEcxxFGohJxkkjJhW4mjUWEJeJJ+AcDz4omRkAIW3BIMd8bfWhKl6nRAXoiMbzjn5ozxsQKLIcMCIBjzzRr0IW3KPJHPijPI66nWW7Ra8oFvU4EHefiltl/HrOxZ0tHE3IIFvbvFDax9GXed1y0jwOaJfVFHFxUhWUSRO8UbmpSwML1BMjeSDHejUDYSzrK3HqUjbFDJQIL5e0B4PwaMc6t6v70R0jaN/jFEx1I+rqK7CFwT2q5N1rXiE2hoCjPM7zUPhZZcDtd0xuhoyGNTVLQwTZcQR8xRetW6rwwOJmTgRRPOJ/8AUcWbNOBvFGeo6q3oepQ4MGceJoV7Mp030jJwIMHEHYfei7cmuBS1wtwJ6eNq2z6R0yNMi3Owk4kmsVbtsXUcJqlW24BxI3G3ajVY5qwUt7myZuO0HeiTY8MNOCVCtFxOZ7miemVQNE6fVyF6okjaacanO2SbLfM5ABniDFTs3GqgnR0iIiR1G7B+BTyxbaxCqxAyAQCT+lVYO8MttsXdSjme9EjmEna1LoyO2ImpLdYWgMJiP61XMMZKiR+XmgI1YACnHFDGxFgv0CFXajVup1X0w0HIQQSuARRmbZE0VexptJHU00q1bHIbAzFTjAn/AHeKKCAab3EzJAPyMCiW2UCFmu1MnjkE+aMZIEgaMm2bvrU8unpUv7H2u6fpzVZivkGYWsYkDjxwaEQb1UJW8KDZDG3ncUOJDW1ACbRYMD7bUsVgSvRMZUQwbgnmhymHHHcCO55+KLwdQRJPVmCe3FEkvpHSVJEg4A796dTLIxS7JGWTI8jH6UMg1A2j7StymF8f4KkrXYwHUA46Ii4/zqoRNiUtEdM855iiyD6t+sbehTxxFOditdQMSZvnwuKnKszNiArSSZG9VYxUdTpKe4kE8j4oxXYS51NNcyxEHgyaHGNkLyjSLdzE5GKOnDqSxxe3SAYA7/2o4Wy6oaklivTeWKwKkukNZciKXhFaV/5pLWR3ZWuk5JnP2mqxWBUsmoG6TPu7R9KJxGJdVjYDLEHusYPH071JbrGwvpkkN4tMZgASarNbE/Z/dqoCyXREd42+KkN382OAc6TZWP4pgcRVqxM+hRFOlMSANtjHI+TRJtsCEvkqsDY+Bt96Lb+CMbAvIAgRsDzReALtMzLxH9KNYlVLbyDsDg8iizYwNiED2xiFzJonyx6EAA3X+Ln+9D0rhcTtRy5HReEu6gA3SdoHP3FKreqb/tLDV3wfyJ4payx+KuIN+7cD8f8Atzmi9mtiZ5wvxMzQ5UsZBIyNyLuaJlWzWWzGbmkRmY/pQyIgGndNpxBDNv2os7NeR1EwNyT3ocKPKPOrj1OD3oxXbqGqoL3l5jJj9BRqs+SIGE+4mck+aLax1Q2BwygEb+fNEm22J0tQax089MGjFspxTYyDYNhEbmjcKPpBP2MCet+oqGnHn608sRPP5Cs1zzK27gbeYFGoDAkBFwM/egYWrogdMkYO+PH1oekl/wBSBm/tt2FGrdWXSCeopPZZLYj/ADai5ZNaPxFp5ozyZTNqdIEzM4jj86H2ZmxadGWUmenvQiPWRNQ+qJlbs9XmPyqS1XUz6zkAbTgHyN6qVrUCQxshug5/z5ofYLmgFmYuZk7b8UXirEhXBHVI6vrQYW2Ag77HMiPmibZKm10A7YQ+IoztknkMMM3MXZziRRTlgblVGE4bjFAmkOoXbLmOwos2dSx6Z1XMLDGQv2rbjPbFDUJNhGNTUzIbcCsWdKx/wCq+k3UVCkQ3aN5outmaLAsx056ckeaH9SWFFlmyRhuZ2/Ki5cydIbSBFoG0W7DeRRLfKcwIJUMdzRobh6tvSQcMp880TyzayBiLzg8jNZyTCf1ZrZAQzZnuN600cFiCRaTMnz5oyiAQwxjb5B2o6nBOop9K7EiPEc0Y69lkt0k6XW4AbglSeKMTzaS+kthuuLl4AGAD9aHKeowXB9vtM5+KlrNVYCDuoxABz5qktov0htoOxqQXqf1I6Sdj0sV78VUxZJKf+RgZ7c/WhPyMzrQh6TMHfYb4oeS+93YmUMSu2YxQ+Kq6qojqEPRY0MeQO4ozXK1SBTqofWOD+gotrY21TCkEtF3onBOJo1l/2xYtLRAJgk7CeTUla1bT029JJtgYWd/mrUtbYHTZgWJnKlciMUWJZHHRjaZ6aJaGLLJ6n/8ArNE4N6XpLPtUr9/FDLIS/SsBBAw3JzzQ4IAwkcN/kUXVRgEZINkgYOcD+tGVHCDTZjbDGF8c0YrlkkkmRLRnO/gUbkY9VHES1q4odSMsKfduAM/efvRou0I+x3Hf70Ps2qCxCxEDJO5G1SVqZOqATkEdXYVWZXGmqpGiN5b3dQ+1GMv2JnR1J00XMEKci2M06r2ghSJ6onIXsp2o1yydSEE8zPO1Et8jm4K4Yg4i7EnIzRfsGwLDKz8TwaK2iwNnfj7/AM6kM3M+pDtxGWjI3qkVTVLog4i40aE6igkHTaRv1UZ4dCknS0wTj1D+lWGPTn0wAUgfiP61mHX8hXx+yKRgwf1qeVjsro7t/wDD9K1Vj8hH6gs5wu9SVr8mGNP9pIwQBBqpPzVv/WRxZP1qej/TT1iTEntVt1WgahLftJDEkDaantqnQXJ9cZ4Wr6SvUzk+hMmTrwfiKnlmvb/ZRPcPg/8A5p6SRJI09eCdwPpXRmO1W1gPSOPwCsLXsG66hO8j9aK2rjUx/wC4f0osf+Ifs+dNp42+9Zo1+Tspt6UfxNWmZ+ZHcJPKGfvRYN/04BtBiwkjUAE9oqUT8/ZNwL2wN6rtXrD/2Q==");
}

.ml-2017 .pie-color-end {
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCACiAKIDAREAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAQIDAAQJ/8QAOBAAAgEDAgUDAgQGAAYDAAAAAQIRAAMhEjEEEyJBUWFxgTKRFCNCsQVSocHR4SQzYnKC8DRDU//EABoBAAMBAQEBAAAAAAAAAAAAAAABAgMEBgj/xAAqEQEAAgICAwACAQMEAwAAAAAAAQIREiIxITJCUmJBAxNxYXKBoYKRwf/aAAwDAQACEQMRAD8A9K7loLZB+lmfLd5/tXuHzXNa6p2bxuWSuqdRgDsPXyaqya24ui4y3rOoMup+/bEjYd57VLS3mrlVVtsLIaDhSoJmY/tQx/VX8S7KqiMLuASYH7k0NNreq3EXhpjSokb68ADOPJPehV7EXhxetsZVGIUgMMnuPb1oRWmWXl2bd17o1tsADhjsRIo7VxjbZz8z8VgHDYO2B/ntVasu3Ss2eKYDpkAKFH6gNh4BG9S06sR4vQComSwI/QO4Amgu0bermFF/MW4NQO07wcbVdkRttq6uZd4hrZZU0iBMjB2PqKhrtaU7JRuIfEhZkT+keT+9CY12VW8t7U306wYJwNMwMeaOl5qX8PpUsSHEKpUHPrt4pZgtW4hRb1ZfTJmQB4g/bzTE+CcOgKsxhihhvEdo70JpGC2rYLSQxujczBMmNqCq6OItrxd5ltjSJI1MYmO5xvQ0nW9nOP4kiCCVkYOKrwxVbSzFiFQaPBgg9xUtC3OFa2wVSq6CA3ggjb4qti0xxMnLsqyOPoyQMiTtH2qVV1jiRulQQWt6zgnJQEfv2oI1rhWZl0tDIQhZsCRsMelBxQvFcOlnNsdJDL1HJPePQ048pvSvyW3eF6z1YX6jJ6SRiaepbKYVXQq2kQQADJMdv3ipUlytPLVDAkAEYOfegNxDXF4hrhkRABBnbsDT+U2222HiFXSXAVQekATsdseaRz0PD8LFxyWYs5iIxgQM1WxRAWzb5LATqUgFiP6ipHRuHuNydDFekGC3gnuO9VZVbW11BmFu4w35gaQcaIG9Smy1xkttoKMvMnA/UT6jbFDS3jiXiFFziIPWLjrnvgTFCL1CzbXmG04Xlj6m7Bjk+9KelVr82a5bayyuhlwSDO0ds70xaMch1cm2oZNYbBYdiciPNBZw54Bybig9xjFDNZr2ltAdmUgBmYETnv8Aehra2rWb1y1b5jMCi4RoHXBj5qtSjaOQXOL5bJobptsARg4OZnvRqJv+I22P5ROkAIQew38fFSM4azqvWbhW2xBI1f8AT6gY3ot4KnmpbdwcRb0sk6NWZMknE+tHRV88Q4fgjc4e4GEErMEQxbsfGPFPbkK1zXk3JdmsqHIOkDE7jEmfSnsNbeFOI4V7YXActGkSD7fFKPK7UsDLp/iH5a9Bn2xiI2o+U/XERZNz82VYSYESDHaBT2Vr9JrcXSoIMMS0DIiDt7etSjY3GRZfYaSs6QYgnHyaDvXDLcVZDaTcUxIE4iaDTVrlu4Gc7wgBHmtE+V2uM+u43TvExkTArM+U8g0tyA5KkAqGJ8xGfU0H8m/DtcvW9K4nDH2296WYPGbcVNQuWxbAhgZjbzI9pprnzxS4hTeskEa0L6iRjHn77UItHE44K1GblwH/ALaC1qkyjh2VbjEMekt4kzqo7LXHsNxQqOFZmbmSARifJ9IoVNUbdtVFvmKVwFIGOo5EmhFdfpdVFxnUtJB0kkTGP70KG5eW3pcBkDbEZBGxB70Ha2OQNeX8LdUo6vbMSnbwTRjkNq62qZWjg3YOjIRpGAB4xPc0p6OPUnOGlhLfkrIHbMAgd6Zbf9MrGzqbcxEd4OJJ+KB0ezs+pEChQjGZyMmI89qU9Kr/APE2cqyhWbTBg4J2xO3imzzyTvKbrE6tJWATmQCJAgdpoKeTNw4varbBtStrQDaYzJoEx82a43JskqoI0wqjYMDvVVE247BcZl+kEFg0Bpnf9zUpWuKbcv0qCoVhuI3x96F2qnbZ105krJg/SYE6vigvKtl2t8OmsqE6dZB39fihcWCzcX8cerOk6cYuSZz8UY4lE8x5KtcZdThV6AIiCcg0DWonhmJlbtvSdp3ihX9uqZb8RcGtlIUnBMAE7T53p7apzlZbzaQr5uHLQgmexmpxCq3LdVkskga8gklhmMCZplbYbLBeI1gKFO4jvGZ9CKU9KrblsncuFVYDrS4dILT0rvt6GmzzBW4U8RcKh3ZromDhisGSPMVWx6Zsp+GXlw7IFaQQDgsNvaanOTrSv0W3Nu8dORoDCYnJ7fNBV8W4jeZMKdRZhqK+3bbFB21gG4pm0KyIbhkuANI+Kev0nf5Fg6q6jSHAKhSJMfzR2NIctU2c22YatxAO4kZGPftQbMGvcQ2WlsgD9ceKE68h1I1s92Q6CP8A9Jk6j6iq1VtVFbDXLGsXCrWyJJ7Aj709ka8dnTeuLctgnXoK/o2x2HxUNJsRbgZlYQwYmCdwvehNbJ9LcxW8iABt2MVVUd7Ht3Bw9t2IACOARpyfHrUqzqvcuHlqrsUJkoTB9INLENLdcixYXBF0EYMXsU06VJb4fSrSCqsGI1bBh5oKtRtsF4V2YTCggeoo+jr6p2eqyLRLEQ2obY8z3ihNfXUeHTpuDUoVCsCdm/2KBU9u8eK1IFZTkx2j+3pQvbYeCvorSesqgV49DRao/p2qPGW2uWVVtDXBkn9Jk4GP3pR0L+vJNeMFu5aUIWtp0kkQQNpB96qap29Vb1krxRmZK4O+iT5/pSVeLRbkgzW7cPqdzcGnfG+dqETrHJS0oRolS6gb4HpmhSVz/iHukFQVbBGTMT/Sn0zmdj2bIVkYmVJIHcTH9Key61O15VY6benpAJg9ed49qlW9fmA4rRZ4qezEax2yImKUbaptrFg4fiEtuelUVDgA5ggxB/ersKWrBeHYaojX1QQMADefnNFiqpxVoLpZBAVp9gZ3/uald6F4dXbiLmh7S7Q/bV2E/wBKdvVMebWU5+lhbKksDGls9UYM9ppK3wIXhgAGuLqG/wCXP9aC1qDy2rpVlJIWDJjEjHeg7Fs3NPBkEFVBaD+oLO8Up6TFuKf4XSqxqAZgFz3iInx3q9irQb1t7OnplEwTO6g74qRMGs22s8VyyrQUhj5jIP3oXFcWLbtixxFxbbYugQzfbTAqtkVjFuKrrp4coCGk6gQIP2qVW9XNbhbxkwGQBjPbv/WKAe5cNuywZiIIwN1nGPNCbW4nWzct8KowU0nUSn6gdvmhWtoqbhbIuXGJwt4HpWNuzUp6OkZTVOXckoxIkYwM7yaZMtsrcUaWCqpYR42/ahOpVstxHEKk9aQInJBnJ/1T+RFc21W4dwl5xKs5wXVsAjAicyKVqri2LEsqWuC79KLb2IkEg+KCr+SOg3uYyjSGUEjJgDb/AFV7M8ZXW463gWeGAAicbAZn0qF1sc2bi25ACEkECIBjJ+KWYVrbBbtzmK1y3EkwwJxjJifWiOha31V1WUd7KHlXcqDg4pk5LdsWWtpaaFUF5jOTGB6U9ti1xrWppNyyXLOQu4xAO0+1JXzsLKy2VZ7jbdJidQyfigYtFS3GS4qwGI0aSwxJBBMjsIpR0VvIqrW2ZIm4hUydjOMHsBTOPCTWU4ViLbvrRpE7iTmfvQnWtPU7XbdpoQ/XMk+Y/saDnX5SVVZua4bUApA/ljBn5FP9WddfazWWNxtKk9bSQRITH+c0lVUvRbZVJbUSZOv7f7qtVW8KsyW5KoyhhoEYGcQI9ak81+UuIb8l7b5aIDiDJERPiJoKZ/ItzRbidYkSWA3YGD770+wNu234gvpUkDXqO/qJG2KRRHItu2OHl2ETJx65B/xQX7KtKsIbIJUjuTuNsUKBeKazb5avvAPfcdv2oLfFdRuEakJVxJgXBj4IoE9G4xnt2yQ8hiCIOCp232or5aXzAWWHMzDqssMeu00M46KbVxiSLRYHvzAJ+KBmBWbLXo6jbG/md49qDjxs1nTZVJE3C8gn6TII3pT0ceHS9m2bJk6AQCBtAOI77VPTXFZq5LnBtwlwnU4P0ErkFSN/etdmGlos1xhydAz0AGP81InpPhrRWepy24EEsCR6/enNiqsLenUzBgwzBEwDGQfApLiqNvSyMDpWNy5xG2fY1Vmcdr/hxw9u4rFXUiA+4ntMUbNMYqm3Ve04lzCMDjGSpnEA96lE+wqwZtJaDsTERGTiYoUfiG0qvQQCTidIg/3oF07dlVU62hEbAPc7gg/NVsWIPZVrN65bYKFKhiRjfYk1Kory1a59QdRJhQgG0zAkeKCHh7aqrgFwiiQYySPHtSzBxWqenVzNOpAoDLp/X7T4ppnpS9F5gyF2CwRiYz39aFT5FtF5i51MxlR41DwBnNAnWeSV62PxiC5qKkAGOxHaBVVRf25EUW3UHLSJnUc09U7VW4pgtwIwJthSzMojWQd4FZx0u7abAt6lUsxiAcxOZ9ZpztsOGpLi3WZSrhl+pVj6BAzI2p8SxZe5xTLZcAjSpAYL4Bz+9TiGk34ka8rPBKpPSFjtOZ8RTTuFmF4e4w6YGZJIkbUHHraxravb4lLbDLCCTvk7exFKehG22qd9VbigoOnWDhowI2PxtT+RNeWq1luXcJGm2rRJOxjbHtQuvizM1visodLLv4MHb2qeizWfUlvXrVmKyRuN4PjzVJ5bGs27tm2QpXSMkMJGr+vkUp6Ou0Ea9ps2Sbe6NJBOD2JjwaZbDzGt25IBJGogEac+KCJcuLzGRtRYksCD4GKCtZbmcv8AMKgggiDtpGJ+KF7Y5IWbLsysDoM6iCYHr996GeLHs3GtkKF8t4J8kk96FROGddVwHXBOUBMH1n/dA+hW2FsgIurlmABggGZme9BxHE63rSqALvDQBGbef3oP/wBJLps3ioZbpEKANvJA9IoLqw8uOIVgNIYYPifT+lAxy2UZkZotM4EjAIXJ8YzEUH/tT4jrt6SJGIPckeaCt+JFa4skIAisdQIy6kffehHlVLY4VToBLMMhTP8A5f5pT00rXCFu5zmuaSDcbEnMDyfbeaaInZe5rstrDCFXqO5cjB+/mhVvHJma01xCp6CoJB7Zx9j2pR0Lao8OvLm2ILMBK+BO58CmiqnOW4pnWA5wAcpGxijWytqyYN+DXSC5V2DZ2O8wPeg58cQtTbuXG1FZgY7juvvQPoDo4e9eQA8tcgeCfHuc0C1axawWmHMT9WmWAO/g/FCa2G4oDAIVCOxCicbQc0HP6jYucq2pBQB4JJ70HFiQOcXZ9SJsY7f+4oL6PxmnSDqhgVIHkHz96FX1FW02GtsSzC4VjfWu4jyPJoL51cUn+Xhx6EmRV7OZfh+HPOMiEsySQc1DoivL/C6st5gyMzS+iTmfIPgeKU9K8TyqC3tFwqFUMWmZhRGIHvTGeTn1cviCpRWW4NmEmJ/9ihnW3J1XIW2l1S2tdkbfbcEe9DTjrtVG7/zgJkkjDYJneT5qqs59jLbNxgqtDkEkQB2gk/tUqitpbhWXiLJDn6A0AHJg4ig6efYOKbl2QvTKpmI6yD29jQVvUt5WVnRtKgqCXBgg76TQm3jim9snlXSdIByTkfI9KvZOPp0KTcVRoXThXk9jmKhrHkeMU27isFdupYc4z4PmKUdD+rAMxZmYjUJg6sE9xTTaydu4VuBDpJLzB3iNgfFArb5dVy4lyyoIVdbQjHMg77bVONW+2agvDrxDarIAct9JkCR+2M08wmtM+qFvh2l3IYiSI3DT2PvvRmEaW9iXmCtBPMhdMdz2/amif2Vsto60EMwE7/TtMeoFC48cqlfhy7ki5gmdqCx+xtS2+IYWlbICy36wM47UHty4nbgRzmUtpV9TyP5o8eKmtuJ2oVrYtWwWadIzjPaCPvVROydalVVuMLqhjctv1dp80Dj7VKtwLxCtaDKpbcTlR6ZoOtuXFTirhvcsPqZWnHfT2j42iitRe2ddktA4eyphgFBaDtPue9Ba1gLbFWdoUOwgDYjEQKE1M7BbIQkMSciN17j70HniPHW11QDrgDVP8sd5pR0d45Eu8QbLaXjpGsOcAz2q9UzOOJ25aqrZtF407nG8mpVxbl3bWhULMHtAKxWdjOY809qnyFSecuvpDjSs5lhsRSLknoZtIYElHkEbAUB0qyXlVUGkr+Yf+kRQ079SPdFlTcXU6lg+NxBz/ugtvoy3Pw/GMDjWJAOwO5HyDijGR1JF4Pkvc040iQD6mTB7HtQjRrIa61zTpkHSoODO5Hz2oOu0pHh7c5tXZ9CYoRqteVdV/RqZCw3xtvBoXNQRp13Ou2imIHYkCRBoP9icU/Mv9KmWPLHmInPvNCL2ypq5N4wjKygAERMevtQrbFkuWy3Bq6JhST2JmMevmglYCMiINQV4j9VB/qzIWa7bILIGDECD0kY+1LMCa52qkts2ebyxqZpZR6djnO2avZH+09xeXp6mBInI8ZH3NSdque5efiLKlt/1EDAB2FXqi1j3rZ0qLcvpwBHYZIE4NKqp/VWzcbiNTFtbAA6SNsYipXHlVeIPLBJ0vplQTGfjaKnU63T5htqCV5jt9Ckwc5kD3p4hJV4oLka8FQYz1ePY1eo3wLW/w966F1lSAImIBwAPepO0YXW2zWxpVS6mCBgQNs1M8V68UdJa4xZFY6tSMO8efTtVFiw8u5evNqLFSq4G3nft60J5TZNvy5JudQxI89z8UFbwuODUASLM+t8A0sw0/t/6pL03OWGh2WRA3AxP+abPHLVmVbakAm5BEgfrBHeaDsFy4FRVObhzA/VmfiBQVtSlV/Kun1ALYMbRjsZ70F+xuJHL4gqbakiRjGhY2oVNuXQO7W7OpRpciAG3k4B8zQjYzW+XcZQQp0yT3HYe9B64snZW63EcwMqLp6idiBiT6inbXUo22Xazy+I0Ay14EAE7TkH2mlWzXFdv8ub8OxYA2z4YDbH+81WzLT5dDKtlQhbWYINwgwCDuY81LTjVZrI4e4WJ0sQCEY9QntU7KxrySW4VsuAcsSQx/XPY/GKpG3FNZ50zbRlBAESNRIEiO1CY6Les3OYqu6q0EFvUZg+tPapWi3HZVS7SGX6iCpByQB9RIx3pL/8AE1xmt6nbXoIAxsv280HbxyZb2u3cQAALLKCDMnJn3pYg9tiW2DXAX0BSuo9pnPrtTTX9k1snmAK2VK6QY6+5gUIiHNc4VLtxn5l0aiTGgUFmXV+F1RlQXOoNtBiSPmheMmXTbZiuGYHI2HYb96Di1YSuXAtwMCwGkE4MTOSfOaETJ1Jt3GDfSzfUBkk7Y8UH0qq6rd1QJKnBUycevztQdfpzrZNtdFwHlOJMHue807TlONVbllrdu47SwKAKsTpOw2pHav0k1nqukN9BjpHVHx2qtjU5g6QSZX6TO8e3vUlmC8Qym4CMhwWYbTnyKBex9RW3ACqBBGo7eCT4zQad+bKhGDde/wCnTG+28UJnx7Fa29q446FkR0+nf2I80+xMMrC5ZNxVbTOoD0Pf2EUh+yvJe5bdArguZJ7BTvjz6VWx1rmuqi8PqZgqEuoEzvnJJFZ7NNPxI1tLM20DEP8AzScE5H3qk4rHFuYotkaZFuDB2nyTQNhuXgq3bh0q2oQDtEQY+aBnjsjbuLxF5Qy/ksRqCb59T8GhFZzb/RR7N225UohKmCSDNTur+3cpmzoadJA0kHKrOAaouj/h/wAqXYtcBh9PcHY/4NCsfl2DLpXSGBIWC/ZGgxighsqq3AQsFdMkzmBg/ego6MyA8UpDAISFYAyJ7n/NHyqa8kNL2+cqdenOnfeMihFq+2p7dscnmBngiCAYyTIPr8UHWp1vNcXU4FtypBXbP370K2zy/kFs6W8kEkTv6bUJrVum3ZFuVaGZSB5P7UfQ+dUrw1csuCrEgEHdxuAaCt5wqzHU9x+pVEe57FR6UH+zks2X4ddTaSpYiT3B2+1V4ZxW0LLpa5AlIwxJ79qlqpYZTcLAuVDEQGPfPz2oFfyW/h9xlbGG1CD4IzqJO9TMNP6U2IoW3cNsjm2t1mZM5nzHrVfJcfobM22ZQ2WgEEAwBn2+aExZLiGH4dnUAOSAScZGCfmhN9dUm6lhgeoGW/lI8/5qrIV/DcVc6hefqz9X+qletiXOHK8zXceFCgajsZzVbFNe9i2eJXir1wsSDb6juJEgRinbiM7LrZNy3cOUVukjfqGZEeKhcV42JzGXjA5O4CYxiIEUFtaLAyvbuGBLyAfvGaE+YSt3n4fiGGnLIVBB3b+var7LbFnQrJ+He8BJRl1oMR8eKj9VfM2bh2FzUzmZxq04BGwxQdfya2rc4AlRJ1KN5PdQKCr7EtuWuKhIMuSSe3oaCj2DirTNxDligMwJbEk4IinFheM2PxTabwdSH0DqC7Zx8yRRFTnxZtJbSDMg6h4U9j/akabWxftmRLKGWNhBxg+lAUvRZZEPTtkrIyMHHmivkOjlcu4oEyhClBBEEHM1NmhPwbLeYzFsEQW/t6g0bFFORWLNxhjXGkqY/Y1SZ9icsNbusDMwdPbJwCfihOvGU+KudJJGsASQMbmPeQaETPE/4q9b6RoAXEaoiheLfizaNV29+kHUwJyQRifWg+Psne4M2+aqHF0BgCM+dM1WyZpq6ReLLoTGmIBxtuCalcWzxa2urhr0xuCG/k7Z8UfQiua2QuM9u4xXpeAvv61dUeYT2UAso1EwzD+tQkysralUtpOCu0j+9APwbHh1dQ7paC795GCI3mKc2X/S8K3LijhwULagREjMDt6UlWtGvEnQt0FtWhnBPZdoyaE8dh/iFktqOghjGkA9jgGfPilHSv6sG4xls2DbD6nQFRAwCYOZ3ojoX8cU1CM2oyBsMnBGTg7gxTTXWSN08QptvK2m1QB5oK3t/gXUMtwksJbSTmZ3MT5oE/y67VtVBloWRGQSZHzFTZtWpr3EG80q3MKEAIYBkHYzRqJu5rn0hxc0PlfXG5JqkfsRrxVjpP5aSQCJ1kDB+5oRsNm2Ws6mPWWYLOJjtVWOK8XR+L4ZOk27sjGIj96z8rzVK9emZwFMCcG4CNifeqRNuLcwcy0oGm51I4mfY0Db1bil/wDsI0alJYAdxHnyaUdC/nkhbucjhSQQGYGRuGkyZ9aadsVXvcQLa3NSKxtkE5gwcGKGk2Kt7majCHqBDDcDyJ3oRsDMvC6VASGyxWYfxHig+ma2WVbgVyiGCTmARBM0DH0y/mNyiWC24IHkbiT4oER8jc5dyQbjMJKW5zBIx/qg7ahxCk21Dv1mQpaew7+JoKem5aW7biZKwY37RnuYqqjWurfw+yt20FmWAgkmSZH7VNrFSM1M3ChVBIKi6BHuP8Cq2Xp/2zWxcY2wddzVIiDqjcA1I1+V+DY8ReuoogmGPwI2+Kmy6cnPxlleHDF5gKABurz4rSrK9S3l6mkqVgGCAZB2zUlYbPArctPbNyCGgTJMjvinNuR0pWajaufkgEI+lgGjaJyB5pDPFNrzoxAcADEEZoNe3+Y/V1flLvnvQErYHMTGzmPTahn9KXvoX3X96Fz053APAp/3H9xVfyy+FLnVatk5JZAT3IK5qWlliAf4YznLiYbuIihdvWEONMG9/wCJ+SaEWCwSbXEjtpOPtQVfWQdibNokkmN++9P5Oyj45kY6A3zjPvTqI/kGAa/kTKOfnFSVvaT8MJFljliVk9zQqvstfUJwjAAAFyDHsan+V/w5V/8AhD0u49K0sn5FQF4hyBBVTHpUsq+xiSn8PvFcEXCQRvOamzePX/llGq25OSBie3TP7046RPSdkduxspPyc00fx/wThGI4g5OSZ9cGqsunstAFxoxpyPQ1KEWUFjgb0Jv7S//Z");
}

.ml-2017 #wheel-selector {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid green;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 15px;
  z-index: 1;
}

.ml-2017 .wheel-img-pie {
  position: relative;
  width: auto;
  height: 130px;
  top: -40px;
}

@media only screen and (max-width: 660px) {
  .ml-2017 .wheel-img-pie {
    height: 110px;
    top: -35px;
  }
}

@media only screen and (max-width: 550px) {
  .ml-2017 .wheel-img-pie {
    height: 100px;
    top: -20px;
  }
}

@media only screen and (max-width: 400px) {
  .ml-2017 .wheel-img-pie {
    height: 80px;
    top: -15px;
  }
}

@media only screen and (max-width: 600px) {
  .ml-2017 h3 {
    line-height: 27px !important;
  }
}

.ml-2017 #standard-layout-wheel-container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.ml-2017 #standard-layout-wheel-container > div div {
  z-index: 101;
}

.ml-2017 #standard-layout-logo-container {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #standard-layout-logo-container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px !important;
  }
}

@media only screen and (min-width: 1130px) {
  .ml-2017 #standard-layout-logo-container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px !important;
  }
}

.ml-2017 #standard-layout-top {
  display: -ms-flexbox;
  display: flex;
  background-color: #004673;
  border-radius: 50%;
  width: 1000px;
  height: 250px;
  margin-top: -186px;
  padding-top: 186px;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #standard-layout-top {
    margin-top: -75px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -ms-transform: unset;
    transform: unset;
    top: -826px;
    width: 100%;
    height: 1000px;
    padding-top: 901px;
  }
}

.ml-2017 #standard-layout-bottom {
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-bottom: 0;
  padding-top: 18px;
}

.ml-2017 #standard-layout-bottom div div div div div p {
  text-align: center !important;
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #standard-layout-bottom {
    padding-top: 29px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .ml-2017 #standard-layout-bottom {
    border-radius: 50%;
    bottom: -826px;
    width: 100%;
    height: 1000px !important;
    padding-bottom: 800px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .ml-2017 .possible-smaller-text {
    font-size: 15px !important;
  }
}

.ml-2017 .wheel-container-animation {
  animation-name: moveInWheel;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-name: moveInWheel;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
}

.ml-2017 .wheel-container-animation-out {
  animation-name: moveOutWheel;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-name: moveOutWheel;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes moveInWheel {
  0% {
    transform: translateY(400px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveOutWheel {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(400px);
  }
}

.ml-2017 .standard-layout-desktop-container {
  display: none;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .standard-layout-desktop-container {
    display: block;
  }
}

.ml-2017 .padding-for-top-if-desktop {
  padding-top: 0;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .padding-for-top-if-desktop {
    padding-top: 90px;
  }
}

.ml-2017 .cart-banner {
  height: 50px;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .cart-banner {
    width: 300px !important;
    right: 0 !important;
  }
}

@media only screen and (min-width: 600px) {
  .ml-2017 .hidden-if-desktop {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .ml-2017 .hidden-if-mobile {
    display: none;
  }
}

.ml-2017 .stodhjulet-modal {
  overflow: hidden;
  max-width: 100vw;
  width: 100vw;
}

@media only screen and (max-width: 600px) {
  .ml-2017 .stodhjulet-modal {
    min-height: calc(100vh - 63px) !important;
  }
}

@media only screen and (min-width: 600px) {
  .ml-2017 .stodhjulet-modal {
    position: fixed;
    width: 640px;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.ml-2017 .stodhjulet-modal-title > div {
  width: 100vw;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .stodhjulet-modal-title > div {
    width: 100%;
  }
}

.ml-2017 .stodhjulet-modal-title {
  display: -ms-flexbox;
  display: flex;
  background-color: #004673;
  border-radius: 50%;
  width: 1000px;
  height: 250px;
  margin-top: -186px;
  padding-top: 186px;
  padding-left: 341px;
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .ml-2017 .stodhjulet-modal-title {
    border-radius: 0;
    height: 48px;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 0 !important;
  }
}

.ml-2017 .stodhjulet-modal-animation {
  animation-name: moveIn;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-name: moveIn;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
}

.ml-2017 .stodhjulet-modal-animation-out {
  animation-name: moveOut;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-name: moveOut;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
}

/* Page wrapper and template styles */
/* Fix for contain cursors inside input field on iOS */
@media only screen and (max-width: 767px) {
  html,
  body {
    -webkit-overflow-scrolling: touch !important;
    height: 100% !important;
  }
}

html {
  -ms-overflow-style: scrollbar;
}

body.js-overlay-is-active {
  overflow: hidden !important;
  position: fixed;
}

.modal-backdrop {
  background: #151f36;
}

.modal-backdrop.in {
  opacity: 0.8;
}

@media only screen and (max-width: 1023px) {
  #page-wrapper.page--content-only {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #page-wrapper.page--content-only {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page--content-only #sidebar {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .page--content-only .block-hero {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .page--content-only #top {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .page--content-only .page-nav {
    display: none;
  }
}

@media only screen and (min-width: 1023px) {
  .page--content-only #registerBackButton {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page--content-only .right-input-group {
    margin-top: 10px;
  }
}

#page-wrapper.shop {
  overflow: hidden;
}

#page-wrapper.shop.logged-in {
  /* Hide elements if logged in */
}

#page-wrapper.shop.logged-in .message-container,
#page-wrapper.shop.logged-in .top-account,
#page-wrapper.shop.logged-in .alert-info {
  display: none;
}

#page-wrapper.shop.logged-in .product-cart {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1419px) {
  #page-wrapper.shop.logged-in .product-cart + .block {
    margin-top: 42px;
  }
}

.page-register {
  padding-bottom: 50px;
}

.checkbox label {
  line-height: 30px;
  vertical-align: middle;
}

.register-content.modal-content {
  max-height: 75%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

a.navlink:visited,
a.navlink:link {
  color: #2e3237;
}

a.navlink:hover {
  color: #747c86;
}

.register-content {
  background-color: #f8f9fb;
}

.register-content h2 {
  font-size: 20px;
}

.register-content label {
  margin-bottom: 4px;
  color: #2e3237;
  font-weight: 100;
}

.register-content .light-label {
  color: darkgray;
}

.register-content .input-group {
  width: 100%;
}

.register-content #registerBackButtonIcon {
  font-size: 30px;
  margin-top: 20px;
  width: 40px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.register-content .icon {
  color: #0078c0;
  font-size: 20px;
}

.register-content .icon-chevron-up {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.register-content #spinnerPersonalNumber {
  margin-top: 3px;
  margin-right: 3px;
}

.register-content .popover {
  width: 100%;
  max-width: 624px;
}

.register-content .modal-body p {
  font-weight: 300;
  font-size: 0.813rem;
  text-align: justify;
  padding: 10px;
}

.register-content .modal-footer .btn:before, .register-content .modal-footer .ml-2017 .btn-primary:before, .ml-2017 .register-content .modal-footer .btn-primary:before, .register-content .modal-footer .ml-2017 .btn-secondary:before, .ml-2017 .register-content .modal-footer .btn-secondary:before, .register-content .modal-footer .ml-2017 .btn-success:before, .ml-2017 .register-content .modal-footer .btn-success:before,
.register-content .modal-footer .ml-2017 .btn-reg-customer:before, .ml-2017 .register-content .modal-footer .btn-reg-customer:before, .register-content .modal-footer .ml-2017 .btn-invert:before, .ml-2017 .register-content .modal-footer .btn-invert:before, .register-content .modal-footer .ml-2017 .btn-bankid:before, .ml-2017 .register-content .modal-footer .btn-bankid:before {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px;
  background-color: transparent;
}

.register-content .modal-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.register-content .content {
  margin: 30px;
}

.register-content #chooseLoginWay {
  width: 100%;
}

.register-content #choosePayWay {
  width: 100%;
}

.register-content #chooseDelivery {
  width: 100%;
}

.register-content #chooseAssociation {
  width: 100%;
}

.register-content .chooseAssociationLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.register-content .chooseAssociationLabel .icon {
  margin-left: 5px;
}

.register-content .input-icon {
  padding-top: 10px;
  color: #a9db9b;
}

.register-content .select2-selection__arrow:before {
  content: "\e906";
  display: block;
  font-size: 16px;
  font-family: "ml-icons";
  color: #0078c0;
}

.register-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  height: 0;
}

.register-content .select2-container .select2-selection--single, .register-content .select2-container .select2-selection--multiple {
  background-color: #ffffff;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.register-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  right: 20px;
}

.register-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.register-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: bold;
  vertical-align: middle;
  line-height: 32px;
}

.register-content .select2-container--default .select2-selection--single .select2-selection__rendered span {
  padding-top: 10px;
}

.register-content .btn, .register-content .ml-2017 .btn-primary, .ml-2017 .register-content .btn-primary, .register-content .ml-2017 .btn-secondary, .ml-2017 .register-content .btn-secondary, .register-content .ml-2017 .btn-success, .ml-2017 .register-content .btn-success,
.register-content .ml-2017 .btn-reg-customer, .ml-2017 .register-content .btn-reg-customer, .register-content .ml-2017 .btn-invert, .ml-2017 .register-content .btn-invert, .register-content .ml-2017 .btn-bankid, .ml-2017 .register-content .btn-bankid {
  transition: background-color 1s ease;
}

.register-content .btn.disabled, .register-content .ml-2017 .disabled.btn-primary, .ml-2017 .register-content .disabled.btn-primary, .register-content .ml-2017 .disabled.btn-secondary, .ml-2017 .register-content .disabled.btn-secondary, .register-content .ml-2017 .disabled.btn-success, .ml-2017 .register-content .disabled.btn-success,
.register-content .ml-2017 .disabled.btn-reg-customer, .ml-2017 .register-content .disabled.btn-reg-customer, .register-content .ml-2017 .disabled.btn-invert, .ml-2017 .register-content .disabled.btn-invert, .register-content .ml-2017 .disabled.btn-bankid, .ml-2017 .register-content .disabled.btn-bankid {
  background-color: #90bdd9;
}

.register-content .btn.disabled:hover, .register-content .ml-2017 .disabled.btn-primary:hover, .ml-2017 .register-content .disabled.btn-primary:hover, .register-content .ml-2017 .disabled.btn-secondary:hover, .ml-2017 .register-content .disabled.btn-secondary:hover, .register-content .ml-2017 .disabled.btn-success:hover, .ml-2017 .register-content .disabled.btn-success:hover,
.register-content .ml-2017 .disabled.btn-reg-customer:hover, .ml-2017 .register-content .disabled.btn-reg-customer:hover, .register-content .ml-2017 .disabled.btn-invert:hover, .ml-2017 .register-content .disabled.btn-invert:hover, .register-content .ml-2017 .disabled.btn-bankid:hover, .ml-2017 .register-content .disabled.btn-bankid:hover {
  background-color: #90bdd9;
}

.right-input-group {
  margin-top: 61px;
}

.select2-dropdown {
  border: 1px solid #e5e5e5;
  overflow-y: hidden;
  font-family: sans-serif;
  font-weight: 300;
}

.select2-results__option {
  font-size: 16px;
  padding: 15px;
  vertical-align: middle;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
}

.choice-icon {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}

/* Extension styles */
/* Adjust old content styles */
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

#bg-wrapper {
  background: none;
}

#bg-wrapper-menu {
  background: none;
}

/* Adjust new wrapper styles with old content */
.content-wrapper:not(.ml-2017) {
  overflow: auto;
}

#scPageExtendersForm iframe {
  position: relative;
  z-index: 1100;
}

#__bs_notify__ {
  top: 95% !important;
  right: 10px !important;
  border-radius: 10px !important;
}

/*# sourceMappingURL=app.css.map */
