html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans" !important;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F6F9 !important;
}

h1 {
  font-family: "Open Sans" !important;
  font-size: 24px;
}

h2 {
  font-family: "Open Sans" !important;
  font-size: 21px;
}

h3 {
  font-family: "Open Sans" !important;
  font-size: 19px;
}

h4 {
  font-family: "Open Sans" !important;
  font-size: 19px;
}

p {
  font-family: "Open Sans" !important;
  font-size: 16px;
}
.md-toolbar {
  z-index: 4 !important;
}
.primary-button {
  font-weight: bold;
  border-radius: 5px;
  min-width: 150px;
  min-height: 40px;
  background: #1C313A;
}
.primary-button:disabled {
  background: #B0BEC5;
  color: #FFFFFF;
}
.primary-button .md-button-content {
  color: #FFFFFF;
}
.cluster-primary-button {
  font-weight: bold;
  border-radius: 5px;
  min-height: 40px;
  background: #1C313A;
  color: #FFFFFF;
}
.cluster-primary-button:disabled {
  background: #B0BEC5 !important;
  color: #FFFFFF !important;
}
