body {
  background-color: #f3f3f1;
  font-family: 'Open Sans';
}
* {
  box-sizing: border-box;
}
.second-navbar {
  top: 50px;
}
@media (min-width: 768px) {
  .navbar-nav,
  text-align center,
  width 100%,
  .navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    top: 0%;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}
.header-panel {
  background-color: #009587;
  height: 144px;
  position: relative;
  z-index: 3;
}
.header-panel div {
  height: 100%;
  position: relative;
}
.header-panel h1 {
  bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 35px;
  position: absolute;
}
.menu {
  overflow: auto;
  padding: 0;
  position: fixed;
}
.menu,
.menu * {
  user-select: none;
}
.menu ul {
  margin: 7px 0;
  padding: 0;
}
.menu ul li {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  list-style: none;
  padding: 20px 20px 20px 30px;
}
.menu ul li.active {
  background-color: #dedede;
  position: relative;
}
.menu ul li a {
  color: #333;
  text-decoration: none;
}
.pages {
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.pages > div {
  margin-top: 70px;
  padding-top: 64px;
  padding: 0 5px;
}
.pages .header {
  color: #5265a2;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.20000004768372px;
  margin-bottom: 60px;
  margin-top: 5px;
}
.page {
  display: none;
  font-size: 16px;
  opacity: 0;
  transform: translateY(1080px);
  transition: transform 0 linear;
}
.page.active {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-out;
}
#opensource {
  color: rgba(0,0,0,0.62);
  margin-left: 50px;
  margin-top: 50px;
  position: fixed;
  z-index: 100;
}
#source-modal h4 {
  color: #000;
}
.cbwrapper div {
  display: none;
}
.cbwrapper div:nth-child(2) {
  display: block;
}
#carbonads,
#fakecb {
  border: 1px solid #d5d5d5;
  font-size: 11px;
  height: 142px;
  line-height: 15px;
  margin: auto;
  overflow: hidden;
  padding: 20px;
  width: 340px;
  border-radius: 2px;
}
#carbonads .carbon-img {
  display: block;
  float: left;
}
#carbonads .carbon-text,
#carbonads .carbon-poweredby {
  float: left;
  padding: 0 10px 10px 10px;
  width: 150px;
}
#carbonads .carbon-text:hover,
#carbonads .carbon-poweredby:hover {
  text-decoration: none;
}
#carbonads .carbon-poweredby {
  color: #9d9d9d;
}
#checkbox .sample1 label {
  font-weight: bold;
}
#checkbox .hint {
  font-weight: 400;
  padding-left: 45px;
  padding-top: 20px;
}
#checkbox .sample1 {
  padding-bottom: 20px;
}
#checkbox h2 {
  font-size: 18.7199993133545px;
  font-weight: bold;
  margin-bottom: 30px;
}
#checkbox .sample2 {
  clear: both;
  font-weight: 400;
  width: 300px;
}
#checkbox .sample2 {
  padding: 10px 0;
}
#checkbox .sample2 .text {
  display: inline-block;
}
#checkbox .sample2 .checkbox {
  float: right;
  margin: 0;
}
.login {
  margin-top: 70px;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.login .header {
  padding: 10px;
}
.fondo-azurian {
  background-color: #fff;
}
.amarillo-azurian {
  color: #ffe61f;
}
.pie-chart {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.table-chart {
  display: block;
  font-size: 11px;
  width: 250px;
}
.legend-status {
  font-size: 12px;
  text-align: left;
}
.legend-status > label {
  color: #455a64;
}
.circulo-indigo-500 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #3f51b5;
}
.circulo-naranjo-500 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff9800;
}
.circulo-indigo-700 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #303f9f;
}
.circulo-indigo-300 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #7986cb;
}
.circulo-naranjo-700 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #f57c00;
}
.circulo-naranjo-300 {
  margin-bottom: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffb74d;
}
span > .label {
  border: 0;
  border-radius: 50%;
}
.search-btn {
  margin-bottom: 30px;
  margin-right: 30px;
  bottom: 0;
  right: 0;
  position: fixed;
}
.csv-download-btn {
  margin-bottom: 90px;
  margin-right: 30px;
  bottom: 0;
  right: 0;
  position: fixed;
}
.nav-pills > li,
float left,
.nav-pills > li > a {
  color: #424242;
  font-weight: bold;
  font-size: 12px;
}
border-radius 0px,
.nav-pills > li + li,
margin-left 2px,
.nav-pills > li.active {
  color: #fff;
  background-color: #bdbdbd;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #bdbdbd;
}
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #bdbdbd;
}
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #bdbdbd;
}
.header-table {
  background-color: #f1f1f1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: Roboto;
}
.body-table {
  font-size: 11px;
  font-family: Roboto;
}
.btn-material-green {
  background-color: #7fbf10 !important;
}
.btn-material-green:hover {
  background-color: #50780a !important;
}
.btn-material-teal {
  background-color: #50780a !important;
}
.btn-material-teal:hover {
  background-color: #7fbf10 !important;
}
.form-group-material-green {
  color: #7fbf10 !important;
}
.carousel-caption {
  background: rgba(0,0,0,0.75);
  bottom: 0;
  display: block;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
}
.well-login {
  background-color: #ebebeb !important;
  color: #57575b !important;
}
.well-login h4 {
  color: #57575b;
}
.well-login a {
  color: #57575b !important;
}
.link-verde {
  color: #50780a !important;
}
.link-verde a {
  color: #50780a !important;
}
.link-verde:hover {
  color: #7fbf10 !important;
}
.link-verde:focus {
  color: #7fbf10 !important;
}
@media (max-width: 979px) {
  .well-login a {
    font-size: 10px;
  }
  .well-login h2 {
    font-size: 22px;
  }
  .link-verde {
    font-size: 11px;
  }
}
.main {
  padding-top: 20px;
}
.table-hover > tbody > tr:hover {
  background-color: #a8ff0f;
}
