.navbar-nav{
display:none;
}
#ptask_notification{
list-style: none;
padding: 0px;
margin: 0px;
}
.icon-notification:before {
content:url('icon_notification_b.png');
cursor:pointer;
}
.dropdown-menu-box{
padding: 10px 7px;
margin: 1px 0 1px 0;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
color: #2f3337;
font-size: 12px;
background-color: #fafdc2;
box-shadow: 0 2px 2px rgba(12,13,14,0.2);
z-index: 999;
position: absolute;
text-align: left;
border-left: 1px solid #e4e6e8;
border-right: 1px solid #e4e6e8;
border-bottom: 1px solid #e4e6e8;
width: 400px;
max-height: 400px;
right: 20px;
overflow-y: auto;
}
.dropdown-menu{
display: none;
display: block;
right: 30px;
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style: none;
}
.dropdown-menu li {
border-bottom: 1px solid #eff0f1;
margin-bottom: 0;
padding-bottom: 0;
list-style: none;
margin-left: 0;
line-height: 1.3;
}
.notifications-count{
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #FF7519;
color: #fefefe;
font: normal 0.85em 'Lato';
width: 20px;
height: 20px;
line-height: 1.75em;
position: absolute;
text-align: center;
top: 1px;
left: 20px;
}
#task_list_table{
width:100%;
table-layout: fixed;
}
#task_title{
text-decoration: none;
cursor: default;
font-weight: bold;
}
#task_list_table td{
text-align:center;
border-bottom:1px solid #555454;
}