
body
{
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}
.MyApprovedClass
{
    color: Red !important;
}
.style1
{
    width: 44px;
}
.level1
{
    color: White;
    padding-left: 20px;
}
a {
    outline:0;
}
/*.menuclient
{
    height: 50px;
    float: left;
    padding: 0px;
    margin: 0px;
    display: block;
}
.menuclient li
{
    width: 100px;
    height: 50px;
    list-style: none;
    text-align: center;
    padding: 15px 0px;
    float: left;
}    
.menuclient li a
{
    font-size: 15px !important;
    color: #fff;
    height: 50px;
    text-decoration: none;
    display: block;
      outline:0;
}*/
.menuclient li:hover {
        background-color:#53bff9 !important;
    }
#footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #343434;
    font-size: 10px;
    color: #fff;
}
#footer p
{
    float: right;
    padding: 10px 15px;
}
#footer a
{
    color: #fff;
    text-decoration: none;
    padding-bottom: 15px;
}
#footer a img
{
    float: left;
    padding: 10px 15px;
    outline: none;
    border: none;
}
.header-container
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    background-color: #48a6d9;
    border-bottom: 1px solid #48a6d9;
    height: 50px;
    color: #fff;
}
.header-left
{
    float: left;
}
.header-left .logo
{
    float: left;
}
.header-right
{
    float: right;
    width: 380px;
}
.welcomuser p
{
    float: right;
    font-size: 12px;
    padding-top: 9px;
    margin-right: 10px;
    vertical-align:bottom !important;
    margin-bottom:0px !important;
    margin-top:10px;
}
.exit
{
    float: right;
}
#topNav {
  float: left;
  height:46px;
  background-color:#48A6D9;
}
