﻿.ag-fresh .ag-root {
    font-size: 13px !important; 
}
.sidebarBox:first-child {
    margin-bottom: 20px;
}
.sidebarBox {
    position: relative;
    overflow: hidden;
}
#sidebar .columnHeader:first-child {
    border-top: 1px solid #FFF;
    margin-top: -1px;
}
.sidebarBox .columnHeader {
    line-height: 40px;
    position: relative;
}
.sectionBody {
    padding: 4px 10px;
}
.sidebarBox .columnBody .columnSection {
    position: relative;
}
    .sidebarBox .columnBody .columnSection .sectionHeader {
        line-height: 32px;
        height: 32px;
        border-top: 1px solid #D4D4D4;
        border-bottom: 1px solid #D4D4D4;
        background: #EFF0F3;
        -webkit-box-shadow: 0 1px 2px 0px #dddddd;
        -moz-box-shadow: 0 1px 2px 0px #dddddd;
        box-shadow: 0 1px 2px 0px #dddddd;
    }

.sectionHeader .displayToggle {
    color: #2A2A2A;
    font-size: 14px;
    line-height: 32px;
    padding-left: 10px;
}
a, .fauxLink {
    text-decoration: none;
    outline: none;
    color: #1BA2DC;
    cursor: pointer;
}
.sidebarBox .columnBody .columnSection .sectionHeader {
    line-height: 32px;
    height: 32px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    background: #EFF0F3;
    -webkit-box-shadow: 0 1px 2px 0px #dddddd;
    -moz-box-shadow: 0 1px 2px 0px #dddddd;
    box-shadow: 0 1px 2px 0px #dddddd;
}

.sidebarBox .columnHeader h3 {
font-size: 14px;
font-weight: 700;
margin-left: 8px;
}
#search {
    padding: 0 0 5px 8px;
    border-bottom: 1px solid #cacaca;
}
.exp {
    cursor:pointer;
}

.colSys, .centerInfo, .customHeader {
   border-top: 0px solid #ddd !important;
}
.centerInfo {
    font-weight: 300;
    font-size: 2em;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    letter-spacing: -1px;
    width: 100px !important;
}
a > em {
    font-size: 12px;
    display: block;
    padding: 3px;
    position: absolute;
    top: -8px;
    right: -6px;
    text-decoration: none;
    font-style: normal;
    background: #404040;
    color: #fff;
    min-width: 16px;
    border-radius: 50%;
    max-height: 16px;
    line-height: 8px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
}

.dt-toolbar {
    display:none;
}

 




.guage {
  width: 32px;
  height: 16px;
  background: url(/assets/images/catalogSprite.png) -89px -164px no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
.guage.Low {
  background-position: -89px -182px;
}
.guage.Medium {
  background-position: -89px -201px;
}
.guage.High {
  background-position: -89px -220px;
}
.guage.VeryHigh {
  background-position: -89px -239px;
}
.guage.New {
  background-position: -89px -258px;
}


.system-name {
    font-size:15px;
    cursor: pointer;
    color:#1BA2DC;
}

small{
    font-size:75%;
    font-style:italic;
    color:#404040;
}

     .dashboard-name{
            text-align:left !important;
            padding-left:10px !important;
        }
     .dashboard-name .fa-copy{
         
            padding-left:5px !important;
     }