*
{
  margin-top: 0px;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', 'Tahoma', sans-serif;
   
}
body::-webkit-scrollbar {
 display: none;
}

.topbar
{
  padding-top: 10px;
  padding-bottom: 10px;
background-color: #545751;
}
#sjr
{
  margin-left: 30px;
  font-size: 30px;
 color: #ffffff;
}
#logout
{
    position: absolute;
  top: 14px;
  right: 2%; 
  font-size: 20px;

}
.topbar ul,p
{
  display: inline;
}

.topbar p
{
 
  text-decoration: none;
  
 
}

.topbar ul ul li :hover a
{
   background: #34495e;
   display: block;
   opacity: 0;
}
.textbox i
   {
    width:26px;
    float:left;
    text-align: center;
   }
nav ul { list-style-type: none; }
a{
  font-size: 12px;
  text-transform: uppercase;
}
.nav-area{
  background: #262626;
  padding-bottom: 0px;
 position: relative;
 margin-left: -40px;

}
.nav-area:after{
  content: '';
  clear: both;
  display: block;
}
.nav-area ul{
  list-style: none;
  margin: 0;
}
.nav-area > ul > li{
  float: left;
  position: relative;
}
.nav-area ul li a{
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 15px;
  padding: 15px 20px;
  display: block;
  z-index:100;

}
.nav-area ul li:hover a{
  background: #34495e;
}

.nav-area ul ul{
  position: absolute;
  padding: 0;
  min-width: 160px;
  display: none;
  top: 100%;
  left: 0;
}
.nav-area ul li:hover > ul{
  display: block;
}
.nav-area ul ul li:hover a{
  background: #262626;
}
.nav-area ul ul li{
  position: relative;
}
.nav-area ul ul ul{
  top: 0;
  left: 100%;
}
.nav-area ul ul ul li:hover a{
  background: #34495e;
}


/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:4px;
  border-radius:10px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
#uname
{
  position: absolute;
  color: #ffffff;
  right:7%;
  top:17px;
  font-size: 20px;

}
#tops
{
background: white;
font-family: 'PT Sans', 'Tahoma', sans-serif;
}
