.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 13px; /* Specified height */
    background: transparent; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    position: relative;
    top: -10px;
    margin: 0 !important;
    padding: 0;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 0.7; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 13px; /* Set a specific slider handle width */
    height: 13px; /* Slider handle height */
    background: #005691; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    z-index: 100; position: relative;
}

.slider::-moz-range-thumb {
    width: 13px; /* Set a specific slider handle width */
    height: 13px; /* Slider handle height */
    background: #005691; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    z-index: 100; position: relative;
}

input[type=range]::-webkit-slider-runnable-track {
  /* chrome */
  width: 100%;
  height: 13px;
  cursor: pointer;
  background: url('/system/landing-akumulatory/images/track-bg.png') repeat-x left center;
  z-index: 100; position: relative;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range]::-moz-range-track {
  /* FF */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #e6e6e6;
  border: 0;
}

input[type=range]::-ms-track {
  /* edge */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}


input[type=range]::-ms-fill-upper {
  background: #e6e6e6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #e6e6e6;
}

.slidecontainer {
  position: relative;
}
.slidecontainer #slideactiveline {
  content: "";
  background-color: #005691;
  width: 64%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 99;
}

.slidecontainer #slideactiveline.i1 {
  width: 12%;
}
.slidecontainer #slideactiveline.i2 {
  width: 37%;
}
.slidecontainer #slideactiveline.i4 {
  width: 88%;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.d-flex {
    display: flex;
}

.d-flex.dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.d-flex.dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-flex.dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.d-flex.jc-fs { justify-content: flex-start; }
.d-flex.jc-fe { justify-content: flex-end; }
.d-flex.jc-center { justify-content: center; }
.d-flex.jc-sa { justify-content: space-around; }
.d-flex.jc-fs { justify-content: space-between; }

.d-flex.ai-fs { align-items: flex-start; }
.d-flex.ai-fe { align-items: flex-end; }
.d-flex.ai-center { align-items: center; }
.d-flex.ai-bl { align-items: baseline ; }

#cookieSettingsPopup {
    display: none;
    right: 0;
    bottom: 0;
    z-index: 11;
    overflow: auto;
    font-size: 14px;
}

#cookieSettingsPopup * {
    box-sizing: border-box;
}

#cookieSettingsPopup h2,
#cookieSettingsPopup h3 { text-align: center; line-height: 1em;}

#cookieSettingsPopup p {  margin: 0.5em; }
#cookieSettingsPopup h2 { font-size: 24px; margin: 0.5em; }
#cookieSettingsPopup h3 { font-size: 19px; margin: 0.5em; }
#cookieSettingsPopup h4 { font-size: 16px; }
#cookieSettingsPopup a { font-size: 14px; text-decoration: underline;}

#cookieSettingsPopup ul,
#cookieSettingsPopup li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
}

#cookieSettingsPopup .popup-overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    -webkit-animation: ngdialog-fadein cubic-bezier(.38,.04,.35,.96) 600ms;
    animation: ngdialog-fadein cubic-bezier(.38,.04,.35,.96) 600ms;
}

#cookieSettingsPopup .popup-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 720px;
    padding: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #fff;
}

#cookieSettingsPopup .popup-close {
    cursor: pointer;
}

#cookieSettingsPopup .option-item {
    flex: 0 1 25%;
    padding: 2rem 0 1rem;
    background-color: #fff;
    cursor: pointer;
    transition: all 400ms cubic-bezier(.25,.8,.25,1);
}

#cookieSettingsPopup .option-item.active {
    background-color: #f7f7f7;
}

#cookieSettingsPopup .option-item .icon {
    width: 50px;
    height: 50px;
    fill: #e6e6e6;
}

#cookieSettingsPopup .option-item p {
    color: #e6e6e6;
}

#cookieSettingsPopup .option-item.active .icon {
    width: 50px;
    height: 50px;
    fill: #000;
}

#cookieSettingsPopup .option-item.active p {
    color: #000;
}

#cookieSettingsPopup .cookie-options-description .column {
    -ms-flex: 0 1 42%;
    -moz-box-flex: 0 1 42%;
    -webkit-box-flex: 0 1 42%;
    flex: 0 1 42%;
    margin: 0 20px;
}

#cookieSettingsPopup .cookie-options-description .column > div { display: none; }
#cookieSettingsPopup .cookie-options-description .column > div.active { display: block; }

#cookieSettingsPopup .button {
  background-color:  #003c6d;
  color: #eff4f9;
  display: inline-block;
  margin: 0 0 0 15px;
  height: 30px;
  line-height: 30px;
  width: auto;
  padding: 0 10px;
}

#cookieSettingsPopup .button:hover {
  background-color: #eff4f9;
  color: #003c6d;
  border: 1px solid #003c6d;
}
.cookie-options-description { padding: 15px 0; }

.cookie-bar {
  margin: 0 auto 20px auto;
  max-width: 1766px;
  background: #003c6d;
  color: #fff;
}
.cookie-bar-inner {
  width: 720px;
  margin: 0 auto;
  padding: 10px 5px;
  box-sizing: border-box;
}
.cookie-bar-inner p { margin: 0;}
.cookie-bar-inner .col-1 {
  float: left;
  width: 77%;
}
.cookie-bar-inner .col-2 {
  float: right;
  margin-left: 3%;
  width: 20%;
}
.cookie-bar-inner .button {
  background-color: #eff4f9;
  color: #003c6d;
  display: inline-block;
  margin: 0 0 0 15px;
  height: 30px;
  line-height: 30px;
  width: 108px;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
}
.cookie-bar-inner #cookieButton {
    margin-bottom: 12px;
}
.cookie-bar-inner::after {
    display: table;
    clear: both;
    content: "";
}
.main-footer {
    width: 720px;
    margin: 9px auto 0 auto;
    height: 60px;
}
.main-footer p {
    color: #555;
    margin: 0;
    padding: 15px 0 15px 5px;
    font-size: 14px;
    line-height: 1.5em;
}
.main-footer p.left {
    float: left;
}
.main-footer p.right {
    float: right;
    margin-right: 10px;
}
.main-footer .bottom {
    width: 100%;
    float: left;
}
.main-footer p .logo-onlio {
    width: 65px;
    height: 27px;
    background: url('/system/img/logo-onlio.png') no-repeat left -30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 10px;
}
.main-footer .bottom a {
    margin-right: 15px;
}
.main-footer .bottom a { text-decoration: underline; }
.main-footer a {
    color: #003c6d;
}

@media only screen and (max-width: 1300px) {
  #cookieSettingsPopup .popup-content {
    width: 70%;
  }
}

@media only screen and (max-width: 1000px) {

  .cookie-bar-inner .button {
    margin: 10px 0 0;
  }

  #cookieSettingsPopup .popup-content {
    width: 85%;
    padding: 1.5rem 3rem;
  }
  #cookieSettingsPopup .option-item {
    flex: 0 1 25%;
    padding: 1.25rem 0 .5rem;
  }
  #cookieSettingsPopup .cookie-options-description {
    flex-direction: column;
  }
}

@media only screen and (max-width: 750px) {
  #cookieSettingsPopup .popup-content {
    width: 90%;
    padding: 1.25rem 1rem;
  }
  #cookieSettingsPopup .option-item {
    padding: .75rem 0 .25rem;
  }

  .cookie-bar-inner .col-1 {
    float: none;
    width: 100%;
  }
  .cookie-bar-inner .col-2 {
    float: none;
    margin: 15px 0 0 0;
    width: 100%;
  }

}

@media only screen and (max-width: 550px) {
  #cookieSettingsPopup .popup-content {
    width: 100%;
  }
  #cookieSettingsPopup .option-item {
    padding: .75rem 0 .25rem;
  }
}
