/* DEFAULT - navbar-custom    */
.navbar-custom {
    ;background-color: #0075c8;
    background-color: #0075c8;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #0075c8;
}

/* footer */
.footer {
        float: left;
        width: 100%;
        *background: url(http://template3.world-net.net/images/footer-bg.png) no-repeat center top;
        background: #0075c8;
        padding-bottom: 2px;
        padding-top: 10px;
        margin-top: 40px;        
        font-size: 12px;
}


/* Used in various .css files manually loaded across many directories for our tables */ 
#myTable thead tr th{
        background-color: #1183d4;
        color: #fff;
}


/* Links & Hover Colors */
a {     
        color: #1889c1;
        text-decoration: none;
}
        
a:hover {
        text-decoration: none;
        color: #ff0000;
}
        
/* unvisited link */
a:link {
        color: #1889c1;
}
        
/* visited link */
a:visited {     
        color: #1889c1;
        text-decoration: none;
}  
        
/* selected link */                                                          
a:active {
        color: #1889c1;
        text-decoration: none;
}       

