@CHARSET "UTF-8";
/*
over-ride "Weak" message, show font in dark grey
*/
/* CSS Document */
*{
    margin:0 auto;
    padding:0;  
}
header{
    background: rgba(125, 140, 147, 6);
    height: 100px;
    position: relative;
    border-bottom:5px solid rgba(27, 172, 219, 1);  
}
body{
    background-color: #ffg;
}
nav{
    position: absolute;
height: 53px;
background: rgba(212, 232, 245, 1);
top: 25px;
left: 268px;
border-radius: 12px;
overflow: hidden;
box-shadow: 3px 15px 4px -12px #335;
}
nav ul{
    list-style:none;    
}

nav ul li{
    outline:none;
    float:left;
    display:inline-block;   
}
nav ul li a{
    outline:none;
    text-decoration:none;
    color:#333;
    display: inline-block;
    line-height:50px;
    padding:0px 30px;
    transition: all 500ms;
}
nav ul li .active, nav ul li a:hover{
    background:rgba(27, 172, 219, 0.5);
    color: #fff;
    text-shadow: -4px 4px 5px #222;
}
#content{
    padding-left:16px;
    padding-top: 25px;  
}
.bs-example{
        margin: 30px;
    }
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(110, 137, 153, 2);
    height: 70px;
    border-top:5px solid rgba(27, 172, 219, 1); 
}
.logout{
    position: absolute;
    right: 50px;
    top:25px;
    border-radius:0 10px 10px 0;
    overflow: hidden;
}
.logout a{
    text-decoration: none;
    color: #fff;
    line-height:50px;
    display:block;
    padding:0 20px;
    transition: all 500ms;
}
.logout a:hover{
    color:#333;
    font-weight:bold;
}
.first_row{
    background-color: rgba(212, 232, 245, 1);
}
.progress-bar {
    color: #333;
} 

.nav navbar-nav a{
background-color: #b1a896;
color: white;
display: block;
font-size: 15px;
margin: 0 6px 6px 0;
padding: 7px 9px;
text-align: center;
}
.nav navbar-na{
    margin: 7.5px -15px;
background-color: #b1a896;
color: white;
display: block;
font-size: 15;
margin: 0 6px 6px 0;
padding: 7px 9px;
}
br {
   display: block;
   margin: 5px 0;
   line-height: 5px;
}
.opbody {
    margin: 0;
    min-width: 320px;
    background-color: rgb(254, 245, 248);;
    min-height: 100%;
    -webkit-text-size-adjust: none;
}