.tasks_body{
	width:660px;
	margin-left:20px;
}

.tasks_header{
	width: 634px;
    padding: 10px 12px 6px 12px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 20px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#tasks_list_container{
	width:calc(100% - 2px);
	background-color:#111;
	border:solid 1px #000;
	border-top:0;
	position:relative;
}

#tasks_list_showmore{
	width:100%;
	height:250px;
	position:absolute;
	left:0;
	bottom:0;
	background: linear-gradient(0deg, rgba(16,16,16,1) 0%, rgba(16,16,16,1) 20%, rgba(16,16,16,0) 100%);
	pointer-events:none;
	z-index:3;
}

#tasks_list_showmore_inner{
	width:100%;
	height:100%;
	position:relative;
}

#tasks_list_showmore_button{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:20px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.08) 100%);
	color:#ccc;
	font-size:18px;
	cursor:pointer;
	user-select:none;
	pointer-events:auto;
}

#tasks_options{
	width:calc(100% - 40px);
	margin-left:20px;
	padding-top:20px;
}

#tasks_search_box{
	width:200px;
	height:21px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}
#tasks_search_box input{
	width:100%;
	background:0;
	box-shadow:none;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
}

#tasks_order{
	height:21px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
	cursor:pointer;
	user-select:none;
}

#tasks_order_icon{
	width:16px;
	height:16px;
	float:left;
	margin-top:2px;
	transition: 0.5s;
}

#tasks_order_text{
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
	margin-top:3px;
}

#tasks_method_box{
	height:21px;
	box-sizing:content-box;
	margin-right:10px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
}
#tasks_method{
	width:100px;
	background:0;
	box-sizing:content-box;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
	box-shadow:none;
	cursor:pointer;
}

#tasks_list{
	width:calc(100% - 40px);
	height:350px;
	padding:20px;
	overflow:hidden;
}

.tasks_load{
	width:100%;
	height:80px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.task_row{
	width:100%;
	height: 210px;
	margin-bottom:25px;
}

.task_container{
	width:188px;
	padding:10px 0;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border:solid 1px #000;
	border-bottom: solid 3px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}

.task_container_name{
	width:100%;
	height:36px;
	text-align:center;
	color:#ccc;
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.task_container_main{
	width:100%;
	height:84px;
	padding:10px 0;
	background:rgba(0,0,0,0.1);
	background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%);
	border-top:solid 1px #111;
	border-bottom:solid 1px #111;
}

.task_container_img{
	width:64px;
	height:64px;
	margin:10px auto;
	background-size:64px 64px;
}

.task_container_info{
	width:100%;
	margin-top:10px;
}

.task_container_info_section_header{
	width:100%;
	color:#999;
	font-size:16px;
	text-align:center;
}

.task_container_info_section_data{
	width:100%;
	color:#ccc;
	font-size:20px;
	text-align:center;
}

.task_extra_container{
	width:calc(100% - 210px);
	height:210px;
	margin-left:20px;
	position:relative;
	float:left;
}

.task_row_inner{
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
}

.task_creatures_row{
	width:100%;
	height:48px;
	margin-bottom:10px;
}

.task_creature_icon{
	width:48px;
	height:48px;
	float:right;
	position:relative;
	margin-left:10px;
	background-size:48px 48px;
}

.task_creature_icon:hover .task_creature_tooltip{
	display:block;
}

.task_tier_row{
	width:calc(100% - 2px);
	height:40px;
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	border:solid 1px #000;
	border-bottom-width:3px;
	margin-bottom:10px;
	position:relative;
}
.task_tier_name{
	height:20px;
	left:10px;
	top:10px;
	position:absolute;
	opacity:0.3;
	color:#ccc;
	font-size:24px;
}

.task_extra_gradient{
	width:200px;
	height:230px;
	margin-top:-10px;
	margin-left:-10px;
	background: linear-gradient(90deg, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.task_tier_emblem{
	width:36px;
	height:36px;
	float:right;
	margin-right:-18px;
	margin-left:10px;
	margin-top:3px;
	background-size:36px 36px;
}

.task_tier_section{
	width:50px;
	height:40px;
	float:right;
	margin-left:15px;
}

.task_tier_icon{
	width:16px;
	height:16px;
	margin-left:15px;
	margin-top:-7px;
	background-size:16px 16px;
}

.task_tier_value{
	width:50px;
	height:16px;
	margin-top:5px;
	color: #ccc;
    font-size: 20px;
	text-align:center;
}

.task_tier_item{
	width:32px;
	height:32px;
	position:relative;
	margin-right:2px;
	margin-left:15px;
	margin-top:4px;
	float:right;
	cursor:help;
}

.task_tier_item_amount{
	position:absolute;
	bottom:-3px;
	right:-2px;
	color:#ccc;
	font-size:16px;
}

.task_tooltip{
	width:max-content;
	padding:8px 5px 6px 8px;
	position:absolute;
	transform:translateY(-50%);
	top:50%;
	right:calc(100% + 10px);
	background-color:#161616;
	border:solid 1px #000;
	border-radius:3px;
	color:#ccc;
	font-size:16px;
	text-transform:capitalize;
	pointer-events:none;
	display:none;
	text-align:center;
	opacity:1;
	z-index:24;
}
.task_tier_item:hover .task_tier_item_tooltip{
	display:block;
}

/* GRIZZLY */

.tasks_grizzly_containers{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:20px 0;
	justify-content:space-around;
}

.tasks_grizzly_container{
	width:300px;
	margin-bottom:20px;
	position:relative;
}

.tasks_grizzly_img{
	width:300px;
	height:300px;
	background-size:300px 300px;
}

.tasks_grizzly_city{
    padding: 10px 12px 0px 10px;
	position:absolute;
	line-height:16px;
	left:1px;
	bottom:31px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 24px;
    background: rgba(0,0,0,0.8);
	backdrop-filter: blur(1px);
}

.tasks_grizzly_info{
	width: 248px;
    padding: 8px 12px 4px 10px;
	position:absolute;
	left:1px;
	bottom:1px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 18px;
    background: rgba(0,0,0,0.8);
	backdrop-filter: blur(1px);
}