/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 13, 2021, 10:11:08 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 13, 2021, 10:25:36 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 31, 2020, 11:43:17 AM
    Author     : mv
*/
#cookie-law {
  z-index: 1000;
}
#cookie-law .alert {
  background: transparent;
}
#cookie-law {
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  position: fixed;
  z-index: 9999;
  padding: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  /*color: ;*/
}
#cookie-law .text {
  margin-bottom: 8px;
}
#cookie-law .text a {
  text-decoration: underline;
}
#cookie-law .btns {
  display: flex;
  gap: 8px;
  flex-direction: column;
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 860px) {
  #cookie-law .btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }
}
#cookie-law .btn {
  width: auto;
  height: auto;
  min-width: 80px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  text-shadow: none;
  opacity: 1;
  color: #4a4a4a;
  border: 1px solid currentColor;
  font-family: inherit;
  margin: 0 4px;
  display: inline-block;
}
#cookie-popup {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
#cookie-popup .popup-body {
  padding: 0;
}
#cookie-popup .cookie-popup-intro {
  padding: 24px;
  background-color: #ebebeb;
}
#cookie-popup .cookie-popup-intro:before,
#cookie-popup .cookie-popup-intro:after {
  content: " ";
  display: table;
}
#cookie-popup .cookie-popup-intro:after {
  clear: both;
}
#cookie-popup .cookie-popup-title {
  margin: 0;
  margin-bottom: 16px;
}
#cookie-popup .cookie-popup-text {
  margin-bottom: 16px;
}
#cookie-popup .f-left {
  float: left;
}
#cookie-popup .f-right {
  float: right;
}
#cookie-popup .ta-right {
  text-align: right;
}
#cookie-popup .form-cookie {
  padding: 24px;
  background-color: #fff;
}
#cookie-popup .form-cookie:before,
#cookie-popup .form-cookie:after {
  content: " ";
  display: table;
}
#cookie-popup .form-cookie:after {
  clear: both;
}
#cookie-popup .pt-24 {
  padding-top: 24px;
}
#cookie-popup .cookie-option {
  font-size: 11px;
  line-height: 18px;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #d8d8d8;
}
#cookie-popup .cookie-option:first-of-type {
  border-top: 1px solid #d8d8d8;
}
#cookie-popup .cookie-option img,
#cookie-popup .cookie-option .checkbox {
  float: left;
  margin-right: 8px;
}
#cookie-popup .cookie-title {
  font-size: 12px;
  font-weight: bold;
}
#cookie-popup .cookie-title,
#cookie-popup .cookie-desc {
  margin-left: 34px;
}
#cookie-popup .btn {
  width: auto;
  padding: 0 20px;
  line-height: 20px;
  min-width: auto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  text-shadow: none;
  opacity: 1;
  background-color: #333333;
  color: #fff;
  border: 0;
  font-family: inherit;
  margin-left: 8px;
  height: 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#cookie-popup .btn.is-outline {
  color: #333;
  border: 2px solid currentColor;
  background: transparent;
}
#cookie-popup .btn.is-trans {
  color: inherit;
  background: transparent;
  border-color: transparent;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 11:38:11 AM
    Author     : mv
*/
.checkbox {
  cursor: pointer;
  display: flex;
  position: relative;
  line-height: 18px;
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
  /* HTML5 Error */
}
.checkbox .checkbox-input {
  opacity: 0;
  position: absolute;
}
.checkbox .checkbox-fake {
  position: relative;
  display: inline-block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: solid 1px #979797;
  background: #fff;
}
.checkbox .checkbox-text,
.checkbox .checkbox-txt {
  padding-left: 8px;
}
.checkbox .checkbox-fake::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.checkbox .checkbox-fake::after {
  height: 5px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 1px;
  top: 3px;
  color: #979797;
}
.checkbox .checkbox-input + .checkbox-fake::after {
  content: none;
}
.checkbox .checkbox-input:checked + .checkbox-fake::after {
  content: "";
}
.checkbox .checkbox-input:focus + .checkbox-fake {
  outline: #979797 auto 1px;
}
.checkbox .checkbox-input:invalid + .checkbox-fake {
  box-shadow: 0 0 3px red;
}
.checkbox .checkbox-input[disabled] + .checkbox-fake {
  border: solid 2px #aaa;
}
.checkbox .checkbox-input[disabled] + .checkbox-fake:after {
  content: "";
  background: #aaa;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 20, 2018, 11:39:29 AM
    Author     : fpereira
*/
body.is-state-open-popup {
  overflow: hidden;
}
.mv-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: auto;
  display: none;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.mv-popup .popup-icon {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -60px;
  width: 120px;
  height: 120px;
  background: #4a4a4a no-repeat center;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 120px;
  font-size: 60px;
}
.mv-popup .popup-icon + .popup-body {
  padding-top: 60px;
}
.mv-popup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.mv-popup .popup-container {
  margin: 0 auto;
  top: 10%;
  width: 90%;
  max-width: 480px;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  /*border: 4px solid #000;*/
}
.mv-popup .popup-header {
  margin-bottom: 1px;
  padding: 36px 32px 16px;
}
.mv-popup .popup-header .popup-close {
  font-weight: bold;
  line-height: 1.64;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.mv-popup .popup-header .popup-close .fa-close {
  font-size: 1.5em;
}
.mv-popup .popup-header .popup-title {
  max-width: 310px;
  font-size: 20px;
  color: #4a4a4a;
}
.mv-popup .popup-body {
  padding: 0 32px 36px;
}
.mv-popup .popup-body .popup-form {
  background: #eeeeee;
  margin-bottom: 1px;
  padding: 12px 15px;
  position: relative;
}
.mv-popup .popup-body .popup-form .fa {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #a8a8a8;
  pointer-events: none;
  font-size: 18px;
}
.mv-popup .popup-body .popup-content {
  font-size: 16px;
  font-weight: 300;
  max-width: 310px;
}
.mv-popup .popup-footer {
  padding: 12px 24px 28px 32px;
}
@media only screen and (min-width: 860px) {
  .mv-popup .popup-footer .popup-btns {
    text-align: right;
  }
  .mv-popup .popup-footer .popup-btns .btn {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 859px) {
  .mv-popup .popup-footer .btn {
    min-width: auto;
    margin-right: 8px;
  }
}
.mv-popup.is-open {
  display: block;
}
.mv-popup.is-visible {
  opacity: 1;
}
.mv-popup.is-editorial .popup-container {
  max-width: 800px;
}
.mv-popup.is-editorial .popup-body {
  max-height: 400px;
  overflow: auto;
}
@media only screen and (max-width: 859px) {
  .mv-popup .popup-header,
  .mv-popup .popup-body,
  .mv-popup .popup-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mv-popup .popup-header {
    padding-top: 16px;
  }
  .mv-popup .popup-body,
  .mv-popup .popup-footer {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 319px) {
  .mv-popup .popup-container {
    width: auto;
    top: 0;
    margin: 8px;
  }
}
