/* COLORS */
/* FONT WEIGHTS */
/* LESS Document */
#lonsamhet button {
  width: 19%;
}
button#lonsamhet-1:after,
button#lonsamhet-2:after,
button#lonsamhet-3:after {
  content: url(../../img/plus.png);
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -25px;
}
button#lonsamhet-4:after {
  content: url(../../img/likamed.png);
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -35px;
}
#atgard .result {
  color: #59595c;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 900;
  width: 19%;
  vertical-align: top;
  margin-top: 50px;
}
#driftnetto-minus .drag-elem {
  background: url(../../img/arrow-down-small.png) no-repeat center center;
  background-color: black;
  top: 0;
}
#driftnetto-minus .slider-fill,
#driftnetto-slider .slider-fill-minus {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  background-color: #FF584B;
}
#driftnetto-plus .slider-fill,
#driftnetto-slider .slider-fill-plus {
  width: 100%;
  height: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: #9FD2C1;
}
#driftnetto-slider {
  width: 90%;
  margin: 40px auto 0;
}
#driftnetto-slider .output-container {
  width: 20px;
  border-radius: 10px;
  display: block;
  height: 200px;
  background-color: #cfd8dc;
  margin: 0 auto;
}
#driftnetto-slider .output-container .pos-elem {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 90px;
  z-index: 99;
}
#driftnetto-slider .output-container .slider-fill-plus {
  width: 20px;
  bottom: 165px;
}
#driftnetto-slider .output-container .slider-fill-minus {
  width: 20px;
  top: 95px;
}
#driftnetto-slider .plus-symbol,
#driftnetto-slider .minus-symbol {
  font-size: 1.125em;
  color: #312E38;
  font-weight: 700;
  margin: 20px 0;
  color: #FFF;
  background-color: #9FD2C1;
  border-radius: 10px;
  width: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
}
#driftnetto-slider .plus-symbol::before {
  content: "intäkter";
  position: absolute;
  top: -25px;
  font-size: 70%;
  color: black;
  left: -2px;
}
#driftnetto-slider .minus-symbol {
  background-color: #FF584B;
  top: 120px;
}
#driftnetto-slider .minus-symbol::after {
  content: "utgifter";
  font-size: 70%;
  color: black;
  position: absolute;
  top: 30px;
  left: 0;
}
#driftnetto-plus .plus-symbol,
#driftnetto-plus .minus-symbol {
  left: 20px;
}
#driftnetto-plus p:after {
  content: url(../../img/plus-black.png);
  position: absolute;
  right: -5px;
  top: 100%;
  margin-top: -40px;
}
#driftnetto-minus p:after {
  content: url(../../img/likamed-black.png);
  position: absolute;
  right: -5px;
  top: 100%;
  margin-top: -40px;
}
#driftnetto-plus .slider-extension,
#driftnetto-minus .drag-container {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ranta-slider-wrapper {
  margin-bottom: 20px;
  display: block;
  position: relative;
  width: 100%;
}
#ranta-slider-wrapper .bar {
  width: 18.5%;
  display: inline-block;
  text-align: center;
  position: relative;
}
#ranta-slider-wrapper .bar img {
  width: 100%;
  height: auto;
  opacity: 0.2;
}
#ranta-slider-wrapper .bar .graph-label {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 80%;
}
#ranta-slider-wrapper .bar.active img {
  opacity: 1;
}
#ranta-slider-wrapper .bar.current .graph-label {
  display: block;
  width: 150%;
  margin-left: -25%;
}
#ranta-slider-wrapper .slider-wrapper {
  width: 90%;
  margin: 40px 3% 0 3%;
}
#ranta-slider-wrapper .slider-wrapper .drag-elem {
  width: 20%;
  background: url(../../img/slider-arrow.png) no-repeat center center;
  background-color: #59595c;
}
/*--FORM OPTIONS--*/
.select-studie {
  width: 300px;
  height: 150px;
  border: 10px solid #FFF;
  border-radius: 12px;
  text-align: center;
  padding: 15px 10px 0;
  overflow-y: scroll;
  background-color: #FFF;
  margin: 0 auto;
  font-size: 80%;
}
.select-studie .label {
  color: #FFF;
  background-color: #59595c;
  display: inline-block;
  padding: 5px;
  width: 150px;
  border-radius: 15px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 120%;
}
.select-studie .option {
  margin-bottom: 10px;
  cursor: pointer;
}
.select-studie .option span {
  font-weight: 700;
  display: block;
}
.select-studie .option:hover,
.select-studie .option.selected {
  color: #FF584B;
}
.select-studie::-webkit-scrollbar {
  width: 15px;
}
.select-studie::-webkit-scrollbar-track {
  border-radius: 15px;
  background: #d3d3d3;
}
.select-studie::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #59595c;
}
.studie-img-holder {
  width: 90%;
  margin: 40px auto 20px;
  border-bottom: 3px solid #CCCCCC;
  position: relative;
  white-space: nowrap;
}
.studie-img-holder img {
  display: inline-blocK;
  height: 70px;
  width: auto;
  margin: 0 5px -3px;
}
.studie-img-holder .label {
  color: #FFF;
  background-color: #333333;
  border-radius: 10px;
  font-size: 80%;
  position: absolute;
  padding: 3px 10px;
  top: -20px;
  left: 50px;
  display: none;
}
#begrepp-2-content .likamed:after {
  content: url(../../img/likamed-black.png);
  position: absolute;
  right: -12px;
  top: 0;
}
#begrepp-2-content .plusminus:after {
  content: url(../../img/plus-minus-black.png);
  position: absolute;
  right: -12px;
  top: 0;
}
.text-box-light {
  bottom: 0;
  right: 0;
  min-height: 182px;
  position: absolute;
}
.text-box-light,
.text-box-dark {
  background-color: #Eaeaea;
  padding: 5px 0 0;
}
.text-box-light .row,
.text-box-dark .row {
  margin-top: 6px;
}
.text-box-light .row.line,
.text-box-dark .row.line {
  border-bottom: 1px solid #59595c;
}
.text-box-light p.h4,
.text-box-dark p.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #59595c;
}
.text-box-dark {
  background-color: #59595c;
}
.text-box-dark p {
  color: #FFF;
}
.text-box-dark .less {
  padding-left: 30px;
}
.text-box-dark .less:before {
  content: url(../../img/less.png);
  position: absolute;
  left: 0;
  top: 0;
}
.slider {
  position: absolute;
  white-space: nowrap;
  width: 40%;
  top: 300px;
  z-index: 2;
}
.slider .nr-1,
.slider .nr-2,
.slider .nr-3,
.slider .nr-4 {
  text-align: center;
  display: inline-block;
}
#metod-1-content .nr-1,
#metod-4-content .nr-1 {
  width: 17%;
}
#metod-1-content .nr-2,
#metod-4-content .nr-2 {
  width: 64%;
}
#metod-1-content .nr-3,
#metod-4-content .nr-3 {
  width: 15%;
}
#metod-3-content .nr-1,
#metod-2-content .nr-1 {
  width: 17%;
}
#metod-3-content .nr-2,
#metod-2-content .nr-2 {
  width: 10%;
  margin-left: 13%;
}
#metod-3-content .nr-3,
#metod-2-content .nr-3 {
  width: 10%;
  margin-left: 17%;
}
#metod-3-content .nr-4,
#metod-2-content .nr-4 {
  width: 13%;
  margin-left: 15%;
}
#metod-1-content .slider {
  top: 320px;
}
#metod-3-content .slider {
  top: 350px;
}
#metod-4-content .slider {
  top: 350px;
}
@media screen and (max-width: 975px) {
  .col-xs-11.col-xs-offset-1.m-t-20 p.col-xs-3.small {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) {
  .slider {
    top: 280px;
  }
}
@media screen and (min-width: 890px) {
  #metod-1-content .slider {
    top: 300px;
  }
  #metod-3-content .slider {
    top: 310px;
  }
  #metod-4-content .slider {
    top: 320px;
  }
}
@media screen and (min-width: 975px) {
  #metod-1-content .slider {
    top: 300px;
  }
  #metod-3-content .slider {
    top: 360px;
  }
  #metod-2-content .slider {
    top: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .slider {
    top: 260px;
  }
  #metod-1-content .slider {
    top: 260px;
  }
  #metod-2-content .slider {
    top: 280px;
  }
  #metod-3-content .slider {
    top: 310px;
  }
}
.section-begrepp {
  margin-bottom: 0;
}
#kan_p3 .col-sm-6 .italic {
  font-style: normal;
}
