* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}

html,
body {
    background-color: #F2F2F2;
    /*background-image: linear-gradient(160deg, rgba(1, 112, 193, 0.3), #F2F2F2);*/
    /*background-image: linear-gradient(160deg, #D8D8D8, #F2F2F2);*/
    height: 100% !important;
    width: 100%;
}

h1 {
    font-weight: 300;
}

nav {
    width: 100%;
    height: 40px;
    background-color: white;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

nav div {
    height: 40px;
    min-height: 100%;
    background-color: grey;
    width: 100%;
    float: left;
}

nav p {
    /*display: inline-block;*/
    line-height: 40px;
    /*width: 100px;*/
    vertical-align: middle;
    position: relative;
    text-align: center;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 14pt;
}

nav img {
    height: 100%;
    float: left;
}

nav button {
    height: 40px;
    margin: 0px 0px 0px 0;
    width: 160px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-style: solid;
    border-color: rgb(1, 112, 193);
    border-width: 0 0px 0 2px;
}

nav button:focus {
    outline: none;
}

nav button.toggle {
    background-color: rgb(1, 112, 193);
    color: white;
}

nav button.toggle:hover {
    background-color: white;
    color: black;
}

nav button.untoggled {
    background-color: white;
    color: black;
}

nav button.untoggled:hover {
    background-color: rgb(1, 112, 193);
    color: white;
}

.wrapper {
    width: 100%;
    height: calc(100% - 41px);
    position: relative;
}

.box {
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: calc(33.33% - 18px);
    height: calc(100% - 26px);
    float: left;
    margin: 12px 0px 12px 12px;
    box-shadow: 0px 5px 2px 2px rgba(0, 0, 0, 0.1);
}

.one {
    width: calc(80%);
    margin: 12px calc(10% - 1px) 12px calc(10% - 1px);
}

.two {
    width: calc(50% - 20px);
}

.three {
    width: calc(33.33% - 18px);
}

.two-third{
  width: calc(80% - 20px);
}
.one-third{
  width: calc(20% - 20px);
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.head {
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.head h1 {
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14pt;
}

.chart-wrapper {
    height: calc(100% - 30px);
    width: 100%;
}

.chart-element {
    height: calc(50% - 20.5px);
    width: calc(100% - 20px);
    float: left;
    margin: 10px;
}

.sub-element {
    width: 50%;
    height: 100%;
    float: left;
}

.filler-element {
    width: 25%;
    height: 100%;
    float: left;
}

.three .filler-element {
    width: 18%;
    height: 100%;
    float: left;
}

.chart {
    height: 100%;
    width: 100%;
    float: left;
}

.FrequencyLabel {
    color: black;
    float: right;
    font-size: 10pt;
    margin-right: 5px;
}

.horizontal-line {
    height: 1px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 5% 0 5%;
    display: block;
    float: left;
}

.vertical-line {
    height: 90%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 5% 0 5%;
    display: block;
    float: left;
}

div.NPSvalues {
    width: calc(50% - 1px);
    float: left;
    height: 46px;
}

div.NPSvalues p {
    font-size: 14pt;
    text-align: center;
    height: 46px;
}

.sliderWrapper {
    height: 50px;
    width: calc(100% - 30px);
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
}

input[type=number]:not(.kihagyni) {
    float: right;
    width: 40px;
    height: 16px;
}



button {
    float: right;
    width: 40px;
    margin-right: 10px;
    height: 20px;
}
.swal2-actions button{
    float: none;
    width: auto;
    margin-right: 10px;
    height: auto; 
}


p.sliderName {
    display: inline;
    padding-left: 10px;
}
/*Changed 2019.03.08*/
 p.isfocus{
	 font-weight: default;
 }

.outer {
    float: left;
    top: 0;
    bottom: 0;
    /*position: absolute;*/
    width: 100%;
    height: calc(50% - 30px);
    top: 128px;
}

.inner {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    margin-right: 2%;
    float: left;
}

.inner::-webkit-scrollbar {
    width: 5px;
}

.inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inner::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

i.fa-info {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 10pt;
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

i.fa-info:hover ~ .popup {
    display: inline;
}

.popup {
    position: relative;
    display: none;
    z-index: 1;
}

.popup_wrapper {
    border: 1px solid black;
    background-color: white;
    position: relative;
    z-index: 1;
    right: 5px;
}

.popup_header {
    margin: 5px 15px 2px 15px;
    position: relative;
    z-index: 1;
    font-size: 14pt;
    line-height: 14pt;
}

.popup_text {
    margin: 5px 15px 15px 15px;
    position: relative;
    z-index: 1;
    font-size: 10pt;
    line-height: 13pt;
}


/* Style The Dropdown Button */

nav div.dropdown {
    width: 160px;
    background-color: rgb(199, 199, 199);
}

div.dropdown .dropbtn--model {
    background-color: inherit;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}


/* The container <div> - needed to position the dropdown content */

div.dropdown {
    position: relative;
    display: inline;
}

div.dropdown.right {
    float: right;
    width: auto;
}

/* Dropdown Content (Hidden by Default) */

div.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 120;
    top: 40px;
}


/* Links inside the dropdown */

div.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: inherit;
    cursor: pointer;
}

div.dropdown-content a.active {
    background-color: #D6EAF8;
}


/* Change color of dropdown links on hover */

div.dropdown-content a:hover {
    background-color: #f1f1f1;
    font-weight: bold;
}

div.dropdown-content a.active:hover {
    /*background-color: #85C1E9;*/
    background-color: #D6EAF8;
    font-weight: bold;
}


/* Show the dropdown menu on hover */

div.dropdown:hover div.dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

div.dropdown:hover .dropbtn--model {
    background-color: rgb(199, 199, 199);
}

@media screen and (max-width: 1000px) {
    /* What to do when the screen is less or equal to 800px */
    .hr {
        display: none;
    }
    .box {
        width: calc(100% - 32px);
    }
}

.chart-wrapper--hidden {
    display: none;
}

.navBtn.hidden {
    display: none;
}

.navBtn.navBtn--icon {
    border: none;
    margin: 0 4px;

    width: 40px;
    height: 40px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*box-shadow: 2px 2px 10px 0px rgba(68,68,68,0.85);*/
}

.navBtn.navBtn--icon.toggle {
    background-color: white;
    color: white;
    box-shadow: none;
}

.navBtn.navBtn--icon.untoggled {
    background-color: white;
}

.navBtn.navBtn--icon.untoggled:hover {
    background-color: white;
}

.navBtn.navBtn--icon:hover {
    box-shadow: none;
    transform: scale(0.9);
}

.navBtn.navBtn--icon:hover::after,
.navBtn.navBtn--icon.toggle::after {
    content: "";
    background-color: transparent;
    background-image: url("../img/i-bg4.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999;
}

/*
.navBtn.navBtn--icon::after {
    content: "";
    background: rgb(1, 112, 193);
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999;
}

.navBtn.navBtn--icon:hover::after {
    opacity: 0.4;
}

.navBtn.navBtn--icon.toggle::after {
    opacity: 0.5;
}
*/
#navBtn-maximize {
    background-image: url("../img/i-maximize.png");
}

#navBtn-maximize.maximized {
    background-image: url("../img/i-restore.png");
}

#navBtn-contact {
    background-image: url("../img/noun_contact_2618212.png");
}

#navBtn-predict {
    background-image: url("../img/i-sliders.png");
}

#navBtn-causal {
    background-image: url("../img/i-split.png");
}

#navBtn-explain-variation {
    background-image: url("../img/i-vertical-waterfall.png");
}

#navBtn-key-drivers {
    background-image: url("../img/i-bubble.png");
}

#navBtn-management-summary {
    background-image: url("../img/noun_bank-statement.png");
}
.tooltip {
    position: absolute;
    /*background: #ffc64a;*/
    /*background: rgba(1, 112, 193, 0.9);*/
    background: rgba(141, 145, 148, 0.9);
    border-radius:4px;
    padding: 6px 12px;
    font-family: arial;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    color: #ffffff;
    z-index: 999;
}
/*
.tooltip::before {
    content : " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #646464;
    position:absolute;
    bottom:-5px;
    left:5px;
}
*/

.target-freq {
    top: 3px;
    width: 20px;
    height: 23px;
    background-color: transparent;
    background-image: url("../img/i-target.svg");
    background-size: 20px 23px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%);
}
/*
.target-freq:hover {
    transform-origin: center 90% 0;
    transform: translate(-50%) scale(1.1);
}
*/
.slider-container {
    position: relative;
    margin: 0 5%;
    padding: 0;
}

.slider-container::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

input[type=range].input-slider {
    width: 100%;
    height: 5px;
    margin: 20px 0;
}

/* i9+ */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    input[type=range].input-slider {
        height: 26px;
        margin: 10px 0;
    }
}
/* edge */
@supports (-ms-ime-align:auto) {
    input[type=range].input-slider {
        height: 25px;
        margin: 10px 0;
    }
}

.verbatims-container {
    max-height: 70vh;
    overflow-y: auto;
}

.verbatims-container p {
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    padding: 0 1em;
}

.verbatims-container ul {
    list-style: disc inside none;
}

.verbatims-container li {
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    padding: 0 1em;
}

.verbatims-container-- p::first-letter {
    font-size: 200%;
    font-weight: bold;
    color: rgb(1, 112, 193);
}
#management-summary{
  overflow-y: auto;
  /*overflow-x: hidden;*/

}
#story-telling{
  padding: 10px;
  margin-right: 16px;
  /*;*/
  font-size: 12pt;
  /*font-size: 16px;*/
  /*font-size: 75%;*/
}

#story-telling>p,#story-telling>ul{
  margin-bottom: 10px;
}
#story-telling ul{
  list-style-type: circle;
}
#story-telling ul li{
  color: black;
  margin-left: 20px;
  overflow-wrap: break-word;
}

#touch-seg-replace{
  color: black;
  font-weight: bold;
}

#sampleSize{
  float: right;
  margin-right: 1%;
}

#LangDropdown{
  position:absolute;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  /*background-color: white;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  border-color: transparent;
  padding: 10px;
}
#LangDropdown:hover{
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
}
#LangDropdown>option{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  text-align-last: center;
text-align: center;
-ms-text-align-last: center;
-moz-text-align-last: center;
}

#LangDropdown:focus{
   outline: none;
  -webkit-border-top-right-radius: 0%;
  -webkit-border-top-left-radius: 0%;
  -moz-border-radius-topright: 0%;
  -moz-border-radius-topleft: 0%;
  border-top-right-radius: 0%;
  border-top-left-radius: 0%;

  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.isReadonly{
  pointer-events: none;
}

#tooltipDiv:after, #tooltipDiv:before {
	right: 100%;
	top: 50%;
	border: solid grey;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#tooltipDiv:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: white;
	border-width: 20px;
	margin-top: -20px;
}
#tooltipDiv:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: grey;
	border-width: 21px;
	margin-top: -21px;
}

/*#summaryCloseButton{
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  background: rgb(255, 153, 1);
}*/
#summaryCloseButton{
  position: relative;
  display: inline-block;
  float: right;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right:2px;
  margin-top:2px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  color:white;
  font-weight: bolder;
  }
  #summaryCloseButton:hover{
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.6);
  }

  #navBtn-video3, #navBtn-video4, #navBtn-video5, #navBtn-video6, #navBtn-video7, #navBtn-video8, #closeVideo3, #closeVideo4, #closeVideo5, #closeVideo6, #closeVideo7, #closeVideo8{
      width: 30px;
      height: 30px;
      cursor:pointer;
  }

  .videoContainer{
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: calc(100% - 26px);
    margin: 12px 0px 12px 12px;
    text-align: center;
    box-shadow: 0px 5px 2px 2px rgba(0, 0, 0, 0.1);
    width: calc(50% - 20px);
    position: absolute;
    z-index: 110;
  }

  .minVideo{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #video3Container{
    right: 12px;
  }

  #video5Container{
    width: calc(80% - 20px);
  }

  .fa-video{
      color: green;
  }

  .twinkle {
    -webkit-animation: blink-animation 3s infinite;
    animation: blink-animation 3s infinite;
  }
  
  @-webkit-keyframes blink-animation {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes blink-animation {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

.vp-controls{
      bottom: -5em !important;
  }

#body{
      height: 100% !important;
  }

#download {
    background-image: url("../img/download.png");
}

@media screen and (max-width:1850px) {
    #tooltipDiv{
        width: 170px !important;
    }
}

.tmp-canvas {
    width: 100vw;
    height: 100vh;
    position: fixed !important;
    top: 200vh;
    left: 200vw;
/*    background: rgba(172, 206, 230, 1); */
    background: #ffffff;
    z-index: 999999;
/*    display: none;*/
}

.tmp-clipboard {
    width: 100vw;
    /* height: 100vh; */
    max-width: 100%;
    /* max-height: 100%; */
    background: #ffffff;
}

.tmp-clipboard img {
    max-width: 90%;
}


#fiscalWrapper{
    height: 80%;
    position: relative;
}
#fiscalWrapper>span{
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-40%, -50%);
}
#fiscalImpactValue{
    font-size: 30px;
    font-weight: 400;
}
#impactWrapper{
    display: flex;
    justify-content:center;
}
#fiscalImpact{
    flex: 1;
    display: flex;
    justify-content: center;
    transform: translateX(10px);
    font-size: 20px;
    font-Weight: 300;
    line-height: 15px;
}
#gearBtn>svg{
    cursor:pointer
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #3085d6;
  }
  
  input:focus + .slider {
    /*box-shadow: 0 0 1px #2196F3;*/
    box-shadow: 0 0 1px #3085d6;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  #optionsTable tr{
      line-height: 50px;
  }
  #optionsTable input[type='text']{
    padding: 2%;
    font-size: 1.125em;
}
#optionsTable input[type='number']{
    padding: 2%;
    /*font-size: 1.125em;*/
    font-size: 20px;
}
#optionsTable tr td:nth-child(2){
    text-align: left;
}
#optionsTable tr:nth-child(3) td:nth-child(2) input{
    padding-left: 5px;
}
#impactInp{
    width: 60%;
}
#impactInp + label{
    padding-left: 5px;
    /*font-size: 1.125em;*/
    font-size: 20px;
}
#fiscalImpactCurrency{
    font-size: 20px;
    font-Weight: 300; 
}