.clearfix {
	clear: both;
}
/*  Edited by wippo: 25.05.2016  */
.task_notify_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999999;
	background-color: #e51400;
	color: white;
	padding: 10px;
	width: 380px;
	margin-left: -100px;
	margin-top: -47px;
	display: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.task_notify_popup .notify_text {
	line-height: 18px;
	min-height: 36px;
	margin-bottom: 10px;
	text-align: center;
}

.task_notify_popup .close {
	display: inline-block;
	background-color: #b21000;
	opacity: 1;
	font-size: 16px;
	padding: 5px 10px;
	font-weight: normal;
	color: white;	
}

.toggle_handler {
	cursor: pointer;
}

.refresher {
	display: inline-block;
    float: right;
    position: relative;
    top: -4px;
}

.refresher .action_btn {
	display: inline-block;
    vertical-align: middle;
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 28px;
	cursor: pointer;
}

.refresher .action_btn i {}

.refresher input {
	width: 40px;
    text-align: center;
    margin: 0px;
    vertical-align: middle;
}