#logobar {
    padding:12px;
    height: 78px;
}


#menubar {
    background-color:#dc002d;
    height: 61px;
    color:white;
    line-height: 61px;
    font-size:18px;
    margin-bottom:40px;
}

#menubar div a span, div a {
    color:white;
}

#menubar a:hover {
  color:white;
}


h2 {
    font-family: 'Open Sans Semi-Bold',sans-serif;
    font-weight: 600;
    line-height: 1.125em;
    color:#404040;
}


h4 {
    display:inline;
    font-family: 'Open Sans Semi-Bold',sans-serif;
    font-weight: 600;
    color:#404040;
}


.header {
    font-family: 'Open Sans Semi-Bold',sans-serif;
    font-weight: 600;
    line-height: 1.125em;
    color:#404040;
    font-size:14px !important;

}

.ui .card .image {
  cursor:pointer;
}

.block-Button input, .block-Button button {
  color:#333333;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: solid 2px white;
}

.block-Button input:hover,  .block-Button button:hover {
  border-bottom: solid 2px #dc002d;
  color:#ccc;
}

.block-Button input:focus ,  .block-Button button:focus {
  border-bottom: solid 2px #dc002d;
  color:#ccc;
}




.spacingbelow {
  padding-bottom:60px;
}



.code {
  width:50px;
  display:inline-block;
  font-weight:bold;
}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  z-index:99999;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: white;
  text-align: left;
  padding: 12px;
  border-radius: 10px;
  opacity:0.97;
  box-shadow: rgba(149, 157, 165, 0.7) 0px 8px 24px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%; 
}

.tooltip .tooltiptext * { 
  color:#333333;

}

.tooltip .tooltiptext p { 
  padding-bottom:20px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tick > text {
  font-size:0.8em;
}

.spacingbelow {
  margin-bottom:50px;
	border-left:solid 1px #dddddd;
}



.block-VbiChartsNavigationEnabler {
  text-align:center;
  width:100%;
}


.zoomOut {
  display:none;
}