.required{
	color:red;
}
.select2-container{
	width:100% !important;
}
.addTask{
	margin-top:-40px;margin-left:1416px;
}
.deleteTask{
    margin-left:9px;
}

#task_form{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
}

/*.deleteTask{
margin-bottom:20px;	
}*/

.deleteUser
{
	 margin-left: 1116px;
    position: relative;
    top: 39px;
    z-index: 10;

}
.deleteTitle
{
	 margin-left: 295px;
    position: relative;
    top: 39px;
    z-index: 10;
}
.notification-text{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 260px;
}
.dropdown-menu-media{
   overflow-y: scroll;
   max-height:500px;
   overflow-x:hidden;
}
@media(max-width:1024px){
.deleteUser
{
	 margin-left: 0px !important;
    top: 0px !important;
    z-index: 10;
}
.deleteTitle
{
	 margin-left: 0px !important;
    top: 0px !important;
    z-index: 10;
}

.addTask{
	margin-top:0px !important;margin-left:0px !important;
}
.deleteTask{
    margin-left:0px !important;
}
}.no-sort::after { display: none!important; }
.no-sort::before { display: none!important; }




