body{
    width: 100%; height: 100%; margin: 0 auto; background-color: #f5f5f5;
    font-family: tahoma;
}
.floatLeft{float: left;}
.floatRight{float: right;}
.clearBoth{clear: both;}
.container-all{
/*    background-color: #f5f5f5;*/
    padding-top: 3%;
    background-color: #444;
    width: 100%;
    height: 100%;
}
.top-menu{
    background-color: #333;
    opacity: 0.85;
    width: 100%;
    height: 45px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    font-family: raleway;
}
.dropdown{
    padding: 0px 50px 0px 50px;
}
button.dropdown-toggle{
    margin-top: 15px;
    color:#ccc;
    background-color: transparent;
    border-style: none;
}
ul.dropdown-menu{
    margin-left: 15px;
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
button#profile{
    margin-left: 4%;
    color:#cccccc;
    background-color: transparent;
    border-style: none;
}
div.dropdown{
    padding: 0px 50px 0px 50px;
}

/**/
.project-title-2{
    border-left: 7px solid #C9E9F4;
    text-align: left !important;
}
.project-title-2 div p{
    color:#b8b8b8;
}
.task-list h5{
    color: #117ac3;
}
.th-img{
    width: 90%;
    border: 12px solid #EDF2F4;
}




div.container-div{
    padding: 0px 50px 40px 50px;
}
.img-container{
    padding: 30px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    margin:40px auto;
    text-align: center;
    width:60%;
}
.img-img {
    width: 100%;
    text-align: center;
}