/**
Style classes for the innovapptive links is done here
**/

.center.navbar .nav,
.center.navbar .nav > li {

    padding-top: 5px;
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: middle;
}
.center .navbar-inner {
    text-align:center;
}

.navbar-default{
    background: rgb(0,136,204);
    color:white;
}
body{
    font-family: 'Lato', sans-serif;
}

/** Directory listing starts here **/
.directoryTile{
    background-color: rgb(0,136,204);
    height: 120px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px;
}
.directoryHeader{
    padding-top: 5px;
    font-size: x-large;
}
.buildCount{
    font-size: large;
}
.list-group-item{
    padding-bottom: 40px;
}
.padded-right{
    margin-right: 20px;
}
.customerTile{
    background: #16A085;
}
.customerTile2{
    background: #f2a10e;
}
.experimentTile{
  background: #AB2346;
}
