

/** Enpira Colors Palette **/

/* Text colors */

.enpira-blue {
  color: #3d5ba9 !important;
}

.enpira-dark-blue {
  color: #283578 !important;
}

.enpira-blue-bg {
  background-color: #3d5ba9 !important;
}

/* Standard styles for dashboard content panes */

.headerPad {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Styles for inputs, buttons, etc. */

.btn:hover:disabled {
  background-color: #eee !important;
}

.btn, button, select, input {
  border-radius: 0 !important;
}

.btn:focus {
  outline: 0 !important;
}

.graphWrapper {
  background-color: white;
  /* margin: 0 0 10px 0; */
  /* padding: 15px; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  /* height: 70vh; */
}

/*
html {
  background: #323232 !important;
} */

body, p {
  font-family: "lato", Times, 'Times New Roman', serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .button {
  font-family: "lato", Times, 'Times New Roman', serif;
  font-style: normal;
  font-weight: 400;
}

body {
    background: #f2f2f2 !important;
    color: #333;
}
