/* General Styles for All Dashboards*/
.md-button:hover{
  background: #eee !important;
}
.md-reset-button-small{
  font-size: 10px;
  min-width: 13%!important;
  margin: 0px;
  min-height: 20px!important;
  line-height: 20px!important;
} 
.md-button-float-right{
  float: right;
}
.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px;
}

.d3-tip {
  line-height: 1;
  color: black;
  background: #ffffff;
  border: 1px solid;
  padding: 1px;
  max-width: 300px;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(245, 245, 245, 0.9);
  color: #444;
  border-radius: 5px;
  border: solid 1px #cac5c4;
  z-index: 200;
}
.d3-tip .highlight{
  color:#4499d3;
}

@media (max-width: 959px){
  .toolbar-fixed {
    position: fixed;
  }
  .responsive-kpis {
    position: fixed;
    top: 40px;
    left: 0;
    margin-left: 0px;
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 115px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 59;
    white-space: nowrap;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .responsive-kpis .dc-chart{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: auto;
    min-width: 48px;
    margin: 0 8px 0 0;
    padding-left: 0;
    padding-top: 1px;
    position: relative;
  }
  .kpis-title{
    top:22px;
    margin-right: 19px;
  }
  .dashboard-first-container{
    margin-top: 170px;
  }
}
.table-checkbox{
  width: 10px;
}
.table-checkbox ._md-icon{
  background-color:white!important;
}
.table-checkbox.md-checked ._md-icon{
  background-color:inherit!important;
}