.brand
{
  background: url(../img/logo.png) no-repeat left center;
  height: 20px;
  width: 100px;
}
.navbar{
    margin-bottom:28px;
}
.subTitle {
    font-size: 21px;
    line-height: 40px;
    display: block;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.subList {
    padding-top: 3px;
    padding-bottom: 11px;
 }

div.iteminfo {
    padding-left:8px;
    padding-right:8px;
    clear: both;
    overflow: hidden;
}
div.iteminfo:hover {
    clear: both;
    cursor:pointer;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.iteminfo.active{
    background-color:#d8dfea;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.itemname {
    float: left;
    padding-left:2px;
}
div.itemdata {
    float: right;
}

/* icons */
.nav-list > .active > a > .icon-org,
.icon-org {
    background-image: url("../img/mon/organization.png");
    background-position: center center;
    background-size: 14px;
    vertical-align: baseline;
    margin-right: 2px;
}
.nav-list > .active > a > .icon-loc,
.icon-loc {
    background-image: url("../img/mon/building.png");
    background-position: center center;
    background-size: 14px;
}
.nav-list > .active > a > .icon-mtr,
.icon-mtr {
    background-image: url("../img/mon/counter.png");
    background-position: center center;
    background-size: 14px;
}
.nav-list > .active > a > .icon-repcat,
.icon-repcat {
    background-image: url("../img/reports/reports.png");
    background-position: center center;
    background-size: 14px;
    vertical-align: baseline;
    margin-right: 2px;
}
.nav-list > .active > a > .icon-report,
.icon-report {
    background-image: url("../img/reports/report.png");
    background-position: center center;
    background-size: 14px;
}

.itemTabs {
    display:none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tab-content {
    min-height: 250px;
}

.loading {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -110px; /* -1 * image width / 2 */
    margin-top: 50px;  /* -1 * image height / 2 */
    display: block;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    color: inherit;
    background-color:#d8dfea;
    text-shadow: none;
    border:1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}