body {
    margin-top: 60px;
}

.navbrand, .nav2 { 
    background-color: #222222;  
}

.navbrand { 
    padding-left: 20px;
    padding-bottom: 5px;
    color: #999999;
    line-height: 50px; !important
}
.navbar-brand {
    color: #999999;
}

.navbar-brand-img { 
    vertical-align: top; 
    float: left;
    margin-top: -5px;
}

.navbar-brand2 { 
    color: #37abc8; 
    font-size: 24px;
}

.navbrand {
   height: 40px; !important;
}

.nav2 {
   top: 45px; !important
}

.navbar .navbar-text {
   font-weight: bold; !important;
   color: #E6E6E6; !important;
   margin-top: 2px;
}

.home {
   padding-left:30px;
   padding-top: 20px;
}

.progress {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: none;
    z-index: 1099;
    text-align: center;
}



#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1100;
}

#loading-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align:center;
    padding-top: 30px;
    color: #15406b;
    font-size: 14px;
    font-weight: bold;
    z-index: 1100;
}
