
.sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding: 10px;
    padding-left: 20px;
    padding-top: 75px;
    /* margin-left: 10px; */
    /* padding-left: 10px; */
    padding-right: 10px;
    background-color: #ffff;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
    color: rgb(68, 68, 68);
    font-size: 12px;
    padding-left: 25px;
}

.sidenav a:hover {
    color: rgb(68, 68, 68);
    background-color:  #f1f1f1;
}
.sidenav a.selected{
    background-color: #0077d3;
    color: #fff;
}
.reports-section{
   background-color:  #f1f1f1
}
.menu-icon{
    margin-right: 5px;
}
.reports-content {
    margin-left: 230px; 
    margin-top: 0px; 
    padding-top: 15px;
}
.reports-container{
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 50px);
}
.menu-level-1.selected{
    color:#167ac6
}
.report-column{
    display: inline-block;
    margin-right: 15px;
    
}
.report-column p{
    font-size:12px;
}
.report-row{
    display: inline-flex;
}
.status-success{
    color: #5cb85c;
}
.status-danger{
    color: #d9534f;
}
.status-warning{
    color: #f0ad4e;
}
.status-bg-success{
    background-color: #5cb85c;
    color: white;
}
.status-bg-danger{
    background-color: #d9534f;
    color: white;
}
.status-bg-warning{
    background-color: #f0ad4e;
    color: white;
}
.report-column .progress-bar{
    
    line-height: 10px;
    font-size: 8px;
}
.report-column .progress{
    height: 10px;
    margin-bottom: 1px;
    width: 300px;
}
.chart-row{
    height: 35px;
}

.rtable {
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .rtable,
  .rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
  }
  .rtable th,.rtable tfoot {
    font-size: 11px;
    text-transform: uppercase;
    background: #f2f0e6;
  }
  
  .rtable th,.rtable tfoot, 
  .rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
    font-size: 12px;
  }

  .rtable tr {
      height: 35px;
  }

  .bradley-col{
    text-align: center;
    padding-top: 25px;
    margin-top: 4px;
    height: 100%;
  }
  .bradley-row{
    position: absolute;
    width: calc(100% - 30px);
    margin-left: 35px;
    margin-right: 0px;
    height: 370px;
  }
  .col-border{
      
    border-right: 6px solid #2196f396;
  }
  .bradley-row .col-nopading{
    padding: 0px;
    height: 100%;
    width: 25%;
    float: left;
  }
  .raw-data-container .nav-tabs > li > a{
      text-transform: uppercase;
  }
  .bradley-row .first-col{
      width: 25%;
      float: left;
  }