@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Roboto:500');

body {
    margin: 0;
    font-family: 'open sans', sans-serif;
    background-color: #f1f2f2;
}

p {
	font-family: 'open sans', sans-serif;
}

.tab {
    overflow: hidden;
    background-color: white;
    position: fixed;
    width: 100%;
	z-index: 1000;
}

.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 16px;
    transition: 0.3s;
    font-size: 14px;
    color: #d43333;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
	font-family: 'open sans', sans-serif;
}

.tab button:hover {
    background-color: #fae8e8;
    cursor: pointer;
}

.tab button.active {
    background-color: #fae8e8;
}

.tabcontent {
    display: none;
    border: none;
    position: absolute;
    top: 125px;
    bottom: 30px;
    right: 100px;
    left: 100px;
	font-family: "Source Sans Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.infoTab {
    position: relative;
    padding-top: 30px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 30px;
	top: 95px;
    bottom: auto;
    right: auto;
    left: auto;
}

.userGuideTab {
	top: 95px;
    bottom: auto; 
    right: 0;
    left: 0;
}

.mdi {
    margin-bottom: 8px;
    font-size: 22px;
}

.logo img {
    padding-top: 18px;
    height: 60px;
	margin-left: 100px;
}

.logo::after {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    display: inline-block;
    content: " ";
    border-right: .25em solid #f1f2f2;
    -webkit-transform: skew(-4.5deg);
    -ms-transform: skew(-4.5deg);
    transform: skew(-4.5deg);
}

.tab button.disabled {
    color: lightgray;
}

.tab button.disabled:hover {
    background-color: white;
    cursor: default;
}

.vzb-tool .vzb-tool-dialogs .vzb-cl-outer .vzb-cl-minimap {
    height: 120px;
    margin: 10px 0;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.vzb-placeholder text {
	font-size: 16px;
	font-family: 'Open sans', sans-serif;
}
.textContainer {
	background-color: white;
    padding: 3em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
	border-bottom: 2px solid #d73332;
}

td, th {
  text-align: left;
  padding: 8px;
  font-size: 13px;
  font-family: 'open sans', sans-serif;
}

tr:nth-child(odd) {
    background-color: #fdf5f5;
}

h1 {
	font-size: 1.8em;
    margin-top: 0;
    line-height: 1.22222em;
    margin-bottom: .36111em;
	font-family: 'Roboto';
	font-weight: 500;
}

.vzb-tool .vzb-tool-treemenu .vzb-treemenu-wrap-outer 
.vzb-treemenu-wrap .vzb-treemenu-list-outer.vzb-treemenu-horizontal.active {
	min-width: 270px;
}

a {
    color: #d43333;
    text-decoration: none;
}

a:hover {
    color: #b20e0e;
    text-decoration: underline;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle text, 
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x text, 
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle text, 
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y text {
	font-size: 14px !important;
	font-family: 'Open sans', sans-serif;
}

.vzb-tool .vzb-tool-datanotes .vzb-data-notes-body {
    padding: 0 30px 25px 5px;
	font-family: 'Open sans', sans-serif;
}
.vzb-tool, .vzb-tool-treemenu,
.vzb-tool .vzb-tool-treemenu .vzb-treemenu-wrap-outer .vzb-treemenu-wrap .vzb-treemenu-list-item-label,
.vzb-tool .vzb-tool-treemenu .vzb-treemenu-wrap-outer .vzb-treemenu-wrap .vzb-treemenu-list-outer.vzb-treemenu-horizontal.vzb-treemenu-list-item-leaf .vzb-treemenu-leaf-content .vzb-treemenu-leaf-content-item {
	font-family: 'Open sans', sans-serif !important;
}