.footer-text {
  text-align: center;
  background-color: #eeeeee;
  padding: 2px !important;        
  line-height: normal !important;
  font-size: 14px !important;
  font-family: sans-serif !important;
  color: rgba(0,0,0,0.5) !important;
  text-decoration: none !important;
}
.footer-text a {
  color: #285eb8 !important;
    line-height: normal !important;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    text-decoration: none !important; 
}
.node_dt text         { font: 14px/16px "Roboto", sans-serif; }
.decision_tree .link  { fill: none; stroke: #ccc; stroke-width: 2px; }
div.tableRow          { background-color:white; }
.sankey .node rect    { cursor: move; fill-opacity: .9; shape-rendering: crispEdges; }
.sankey .node text    { pointer-events: none; text-shadow: 0 1px 0 #fff; }
.sankey .link         { fill: none; stroke: #000; stroke-opacity: .2; }
.sankey .link:hover   { stroke-opacity: .5; }
div.treeIcons         { padding: 5px 20px }  
.top-panel-imit {
  height: 66px;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  background-color: #fff;
}
.top-panel-imit .mz_logo {
  float: left;
  padding: 10px 15px 15px 65px;
  width: 200px;
}

.footer-panel-imit {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.footer-panel-imit .eu-footer {
  display: block;
  margin: 20px 0 0;
}
.footer-panel-imit .eu-footer .logos {
  display: block;
  margin: 20px auto;
  max-width: 990px;
  overflow: auto;
}
.footer-panel-imit .eu-footer .logos li {
  float: left;
  text-align: center;
  width: 33.33%;
}
.footer-panel-imit .eu-footer .logos li a {
  display: block;
  line-height: 58px;
}
.footer-panel-imit .eu-footer .logos li img {
  vertical-align: middle;
  max-width: 100%;
}
.footer-panel-imit .eu-footer .logos li:first-child {
  text-align: left;
}
.footer-panel-imit .eu-footer ol, .footer-panel-imit .eu-footer ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}
.footer-panel-imit .eu-footer .eu-text {
  background-color: #00aeef;
  color: #fff;
  display: block;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}      
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  background: #56CCF2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2F80ED, #56CCF2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-progress .text {
  font-size: 1rem !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-family: sans-serif !important;
  line-height: 1.5 !important;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 42%;
  height: 42%;
  margin: 4%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

