tooltip {
  position: static;
  font-size: 13px;
  display: block; }
  tooltip tip {
    width: 100%; }

.dashboard-page {
  color: white;
  background: #193441;
  background: -moz-linear-gradient(top, #193441 0%, #3e606f 59%, #51798b 72%, #82ddda 100%);
  background: -webkit-linear-gradient(top, #193441 0%, #3e606f 59%, #51798b 72%, #82ddda 100%);
  background: linear-gradient(to bottom, #193441 0%, #3e606f 59%, #51798b 72%, #82ddda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193441', endColorstr='#82ddda',GradientType=0 );
  height: 100%; }
  .dashboard-page menu-button {
    color: white; }
  .dashboard-page .transparent-button {
    border: 1px solid white;
    background-color: transparent;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .4em;
    padding: 5px 15px;
    opacity: .8;
    transition: transform .1s ease-in-out;
    outline: none;
    color: white;
    cursor: pointer; }
    .dashboard-page .transparent-button:hover {
      opacity: 1; }
    .dashboard-page .transparent-button:active {
      transform: scale(0.95); }
  .dashboard-page .bar {
    padding: 20px;
    height: 330px;
    position: relative; }
  .dashboard-page .pie {
    padding: 20px;
    height: 330px;
    position: relative; }
    .dashboard-page .pie canvas {
      max-width: 300px;
      margin: 0 auto; }
  .dashboard-page .indicator {
    padding-top: 30px;
    box-sizing: border-box;
    position: relative; }
    .dashboard-page .indicator span {
      display: block;
      padding-bottom: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 32px; }
    .dashboard-page .indicator i.tooltip {
      position: absolute;
      left: 10px;
      top: 7px;
      font-size: 22px;
      color: white;
      cursor: pointer; }
      .dashboard-page .indicator i.tooltip:hover {
        color: white;
        border-color: white; }
    .dashboard-page .indicator i {
      display: block;
      font-size: 1.1em; }

.card {
  text-align: center;
  opacity: .1;
  transition: opacity .5s linear;
  box-sizing: border-box; }
  .card > div {
    font-size: 2.2em;
    margin: 20px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    min-height: 150px; }

.card.active {
  opacity: 1; }

ng-map {
  height: 260px; }

@media all and (max-width: 1375px) {
  .card > div {
    font-size: 1.8em !important; } }
