/* CSS Document */

@font-face {
    font-family: 'futurebold';
    src: url('fonts/future_bold-webfont.woff2') format('woff2'),
         url('fonts/future_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body			{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;	
}
a				{
	color:#020107;
}
img, a			{
	text-decoration:none;
	border:none;
	max-width: 100%;
	height: auto;
}
.textField		{
	width:85%;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
}
.selectField		{
	width:94%;
	padding:10px 15px;
	margin-bottom:15px;	
	border: 1px solid #cad7dc;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(images/bottom-icon.png) no-repeat right 8px top 50% #fff;
}
.textAreaField	{
	width:90%;
	padding:10px 15px;
	margin-bottom:15px;
	height:200px;
	border: 1px solid #cad7dc;
	background: #fff;
	box-shadow: inset 0 1px 2px 0 hsla(0,0%,75%,.5);
	border-radius: 4px;
	animation: shadowFadeIn .125s ease-in-out;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.textAreaField.smallTextArea	{
	height:70px;	
}
.buttonField		{
	background:#020107;
	padding:10px 35px;
	cursor:pointer;
	border:1px solid #fff;	
	color:#fff;	
}
.buttonFieldDataTable	{
	background:#020107;
	padding:5px 15px;
	cursor:pointer;
	border:1px solid #fff;	
	color:#fff;	
	font-size: 12px;
}
a.buttonField		{
	background:#020107;
	padding:13px 35px 10px;
	cursor:pointer;
	border:1px solid #fff;	
	color:#fff;	
	font-size: 12px;
	display:inline-block;
	margin-bottom:15px;
}
.buttonField:hover	{
	background:#fff;
	padding:10px 35px;
	cursor:pointer;
	color:#020107;
	transition: all 0.5s ease;
	border:1px solid #020107;	
}
.buttonField.replyButton	{
	padding:5px 15px;	
}
.header_outer	{
	width:100%;	
	overflow: hidden;
	background: url(images/dowork-banner-2.png) no-repeat top / cover;
}
.header_top		{
	width:100%;
	position:fixed;
	background:rgba(255, 255, 255, 0.6);	
	z-index: 999;
}
.header_top_inner_pages		{
	width:100%;
	overflow:hidden;
	background:rgb(255, 255, 255);	
	border-bottom: 1px solid #cfcfcf;
}
.header_top_inner	{
	width:1013px;
	margin:0 auto;
	overflow:hidden;
}
.header_logo	{
	width:300px;
	float:left;	
}
.header_links	{
	float:left;
	margin-top: 36px;
}
.header_links ul	{
	margin:0;
	padding:0;	
}
.header_links ul li	{
	list-style:none;
	float:left;
	margin-right:10px;
}
.header_links ul li a		{
	text-decoration:none;
	font-weight: bold;
	color:#020107;
	padding:5px 12px;	
}
.header_links ul li a:hover	{
	color:#fff;
	background:#020107;
	transition: all 0.5s ease;
	border-radius:3px;
}
.header_links ul li a.post_work_selected	{
	color:#fff;
	background:#020107;
	transition: all 0.5s ease;
	border-radius:3px;
}
.header_user_links			{
	float:right;
	margin-top: 37px;
}
.header_user_links ul		{
	margin:0;
	padding:0;	
}
.header_user_links ul li	{
	list-style:none;
	float:left;
	margin-left:10px;
}
.header_user_links ul li a	{
	text-decoration:none;
	font-size:14px;
	padding: 5px 12px;
	color:#020107;
	transition: all 0.5s ease;
	border-radius:3px;
	font-weight: bold;
}
.header_user_links ul li a:hover	{
	background:#020107;
	color:#fff;
}
.header_banner		{
	width:100%;	
	margin-top: 110px;
	overflow: hidden;
}
.header_banner_inner{
	width:1013px;
	margin:65px auto 100px;
	overflow:hidden;
}
.header_banner_inner h1		{
	text-decoration:none;
	font-size:72px;
	color:#fff;
	line-height: 100px;
	padding-left: 5px;
	margin: 10px 0;
	text-shadow:0 0 5px #000;
	font-family: 'futurebold';
}
.header_banner_inner h2		{
	text-decoration:none;
	font-size:28px;
	color:#000;
	font-weight: normal;
	line-height: 38px;
	font-family: 'robotolight';
	margin-top: 20px;
}
.header_banner_inner .get_started_button	{
	text-decoration:none;
	font-size:26px;
	color:#fff;
	background:#020107;
	border-radius:25px;
	padding:5px 20px;
	display: inline-block;
	margin-top: 15px;
	font-weight:normal;
	font-family: 'robotolight';
	border:5px solid #020107;
}
.header_banner_inner .get_started_button:hover	{	
	background:#fff;
	color:#000;
	transition: all 0.5s ease;
}
.content_page_inner			{
	width:1013px;
	margin:30px auto;
	overflow:hidden;		
}
.home_categories_block_outer		{
	width:100%;
	padding:20px 0 70px;
	background:#fff;
	overflow:hidden;
}
.home_categories_block_inner		{
	width:1013px;
	margin:0 auto;
	overflow:hidden;		
}
.home_categories_block_inner h3		{
	font-weight:bold;
	text-align:center;
	font-size:36px;
	color:#000;	
}
.home_category_cell					{
	width:225px;
	height:200px;
	margin-right:15px;
	float:left;
	position:relative;
	margin-bottom:15px;
	border: 1px solid #efefef;
	border-radius: 6px;
	margin-left: 10px;
	margin-top: 10px;
	box-shadow: 0 0 10px #d8d6d6;
	transition: all .4s cubic-bezier(.49, -.015, .27, 1);
}
.home_category_cell.lastCell		{
	margin-right:0;
}
.home_category_cell img				{
	max-width:100%;
	height:auto;
	overflow:hidden;
	border-radius: 6px;
}
.home_category_cell .category_text	{
	position: absolute;
	background-image: linear-gradient(-180deg,hsla(0,0%,100%,.76),#fff);
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 14px 20px;		
}
.home_category_cell .category_text h4	{
	margin:0;	
	color: #000;
	font-size:14px;
	font-weight: normal;
}
.home_category_cell .category_text p	{
	margin:3px 0;
	color:#839094;
	font-size:14px;
	font-weight: normal;
}
.client_logos_outer		{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	background:#ececec;
}
.client_logos_inner		{
	width:1013px;
	margin:0 auto;
	overflow:hidden;			
}
.client_logos_inner ul	{
	margin:0;
	padding:0;
}
.client_logos_inner ul li	{
	float:left;
	list-style:none;
	margin-right:40px;
}
.client_logos_inner ul li.lastLogo	{
	margin-right:0;
}
.home_category_links_outer	{
	width:100%;
	padding:30px 0 45px;
	overflow:hidden;
}
.home_category_links_inner 	{
	width:1013px;
	margin:0 auto;
	overflow:hidden;
}
.home_category_links_inner h3	{
	font-weight:bold;
	text-align:center;
	font-size:36px;
	color:#000;		
}
.home_category_links_inner ul	{
	margin:0;
	padding:0;
}
.home_category_links_inner ul li{
	list-style:none;
	width:15%;
	margin-right:1%;
	float:left;
	margin-bottom: 10px;
}
.home_category_links_inner ul li a	{
	font-size:14px;
	color:#000;
	text-decoration:none;	
}
.home_get_started_block_outer		{
	width:100%;
	padding:80px 0;
	overflow:hidden;
	background:#8bcb1f;	
}
.home_get_started_block_inner		{
	width:1013px;
	margin:0 auto;
	overflow:hidden;
}
.home_get_started_block_inner p		{
	font-size:36px;
	color:#fff;
	text-decoration:none;	
	margin: 0;	
	font-weight: 600;
	font-family: 'robotolight';
}
.home_get_started_block_inner .get_started_now_button	{
	float:right;
	text-decoration:none;
	font-size:24px;
	color:#8bcb1f;
	background:#fff;
	border-radius:25px;
	padding:10px 20px;
	display: inline-block;
	margin-top: 30px;
	font-weight:bold;
}
.home_our_work_outer		{
	width:100%;
	padding:20px 0 40px;
	overflow:hidden;
	background:#ececec;	
}
.home_our_work_inner		{
	width:1020px;
	margin:0 auto;
	overflow:hidden;
}
.home_our_work_inner h3		{
	font-weight:bold;
	text-align:center;
	font-size:36px;
	color:#000;	
}	
.home_our_work_inner .our_work_cell	{
	width:266px;
	padding:25px 15px;
	margin-right:60px;
	background:#fff;
	box-shadow:0 0 5px #fff;
	display:inline-block;
	margin-bottom: 60px;
	height: 150px;
	transition: all .4s cubic-bezier(.49, -.015, .27, 1);
}
.home_our_work_inner .our_work_cell.workLast	{
	margin-right:0;	
}
.home_our_work_inner .work_title	{
	float:left;
	color:#000;
	font-size:16px;
	margin-top: 10px;
	font-weight:bold;
}
.home_our_work_inner .work_category_image	{
	float:right;
}	
.our_work_center_area		{
	margin-top:15px;
	overflow:hidden;
	clear:both;
	height: 80px;
}
.our_work_center_area img	{
	float:left;
	margin-right: 15px;
	margin-top: 30px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
}
.our_work_center_area h5	{
	float:left;
	color:#5f5f5f;
	font-size:16px;
	font-family: 'robotolight';
	width: 155px;
	font-weight: normal;
}
.our_work_center_area p		{
	float:right;
	color:#000;
	font-size:24px;
	font-weight:bold;
	width: 60px;
	text-align: right;
}

.home_how_it_works_outer	{
	width:100%;
	padding:20px 0 40px;
	overflow:hidden;
	background:#fff;	
}
.how_it_works_inner			{
	width:935px;
	margin:0 auto;
	overflow:hidden;
}
.how_it_works_inner h3		{
	font-weight:bold;
	text-align:center;
	font-size:36px;
	color:#000;	
}
.how_it_works_inner p		{
	text-align:center;
	font-size:26px;
	color:#282727;	
	font-family: 'robotomedium';
}
.hiw_number				{
	float:left;
	padding:5px;
	color:#fff;
	width:22px;
	height:22px;
	background:#8bcb1f;
	border-radius:100%;
	text-align:center;
	margin-right: 25px;
}
.hiw_text				{
	width:250px;
	float:left;
}
.hiw_text h4			{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top: 5px;
}
.hiw_text p				{
	font-size:16px;
	color:#606060;
	text-align: left;
}
.border_dashed			{
	border:2px dashed #a9a9a9;
	width:100%;	
	clear:both;
}
.get_started_row		{
	text-align: left !important;
	font-weight: bold;	
}
.get_started_row .get_started_now_button	{
	float: right;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	background: #8bcb1f;
	border-radius: 25px;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	font-weight: normal;
	font-family: 'robotolight';
}
.footer_outer			{
	width:100%;
	padding:60px 0;
	background:#67727e;
}
.footer_inner			{
	width:1013px;
	margin:0 auto;
	overflow:hidden;
}
.footer_inner_column 	{
	width:32%;
	margin-right:1%;
	float:left;
}
.footer_inner_column h3	{
	font-size:18px;
	color:#b1b9c3;
	text-decoration:none;	
}
.footer_inner_column ul	{
	margin:0;
	padding:0;	
}
.footer_inner_column ul li		{
	list-style:none;
	margin-bottom:10px;
}
.footer_inner_column ul li a	{
	text-decoration:none;
	color:#fff;
	font-size: 14px;
	font-family: 'robotolight';
}
.popup 								{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 1000;
}
.popup-inner-signup					{
	max-width:320px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}
.close_icon_signup					{
	position: absolute;
	right: 10px;
	top: 13px;
	cursor:pointer;
}
.popup h1							{
	margin-top:0;
	border-bottom: 3px solid;
}
.signup_fields 						{
    width: 90%;
    padding: 10px 5%;
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
}
.signup_button 						{
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px 0;
    border: none;
    cursor: pointer;
}
#response_signup					{
	width:100%;
	display:none;
	margin-top:10px;
	color: #F00;
}
.response_signup_success			{
	color:#092701;
	background:#9ffe86;
	display:block;
	padding:12px 3%;
	font-size: 14px;
	border-radius: 4px;
}
.response_signup_error				{
	color:#4d261d;
	background:#fcc5b7;
	padding:12px 3%;
	font-size: 14px;
	border-radius: 4px;
	display:block;
}
.loadingBar							{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	background:rgba(255, 255, 255, 0.5) url(images/contact-ajax-loader.gif) no-repeat center center;	
}
.content_outer						{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	background:#fff;	
}
.content_inner						{
	width:1013px;
	margin:0 auto;
	overflow:hidden;
}
.dashboard_sidebar					{
	width:300px;
	float:left;
	margin-right:30px;
	background: #ececec;
}
.dashboard_content					{
	width: 680px;
	float:left;
	overflow:hidden;
}
.dashboard_sidebar img				{
	max-width:100%;
	height:auto;		
}
.dashboard_sidebar h1				{
	font-weight:normal;
	font-size:24px;
	margin-left: 15px;
	margin-right: 15px;	
}
.dashboard_content h1				{
	font-size:24px;
	margin-top:0;
	margin-bottom:25px;
	border-bottom:1px solid;
	color:#020107;
}
.dashboard_sidebar ul				{
	margin:0;
	padding:0;	
}
.dashboard_sidebar ul li 			{
	list-style:none;
}
.dashboard_sidebar ul li a			{
	width:90%;
	padding:12px 5%;
	display:block;
	text-decoration:none;
	color:#020107;
	font-size: 14px;
	font-weight: normal;
}
.dashboard_sidebar ul li a img 		{
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}
.active_page_dashboard				{
	background:#fff;
}
.dashboard_sidebar ul li a:hover	{
	background:#fff;
	transition: all 0.5s ease;	
}
.dashboard_content .textField		{
	width:300px;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
}
.dashboard_content .textAreaField	{
	width:90%;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
	height:200px;
	font-size:14px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;	
}
.dashboard_content .buttonField		{
	background:#020107;
	padding:10px 25px;
	cursor:pointer;
	border:none;
	color:#fff;	
}
.inner_pages_container_full			{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	background:#fff;			
}
.inner_pagees_container_full_inner	{
	width:1013px;
	margin:0 auto;
	overflow:hidden;	
}
.inner_pagees_container_full_inner h1	{
	font-size:24px;
	margin-top:0;
	margin-bottom:25px;
	border-bottom:1px solid;
	color:#020107;	
}
.post_a_work_form .textField		{
	width:85%;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
}
.post_a_work_form .selectField		{
	width:94%;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
}
.post_a_work_form .textAreaField	{
	width:90%;
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
	height:200px;
}
.post_a_work_form .buttonField		{
	background:#020107;
	padding:10px 35px;
	cursor:pointer;
	border:none;
	color:#fff;	
}
.tasks_all_sidebar					{
	width:360px;
	float:left;	
	overflow-x: hidden;
	overflow-y: auto;
	max-height:500px;
}
.tasks_map_details					{
	width:650px;
	float:right;
	max-height:500px;
}
.task_cell_outer					{
	width:93%;
	background-color: #f5f9fb;
	padding:15px 3%;
	border-left:3px solid #9fc104;
	overflow: hidden;
	border-radius: 4px;
	border-bottom: 1px solid #e7eef1;
	margin-bottom:10px;
}
.task_cell_block_left				{
	width:70%;
	float:left;
}
.task_cell_block_right				{
	width:25%;
	float:right;
	text-align:right;
}
.task_cell_block_left h2			{
	color:#020107;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}
.task_cell_block_left p				{
	color:#020107;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
}
.task_cell_block_right .task_price	{
	font-size:24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 7px;
	color: #020107;
}
.task_cell_block_right img			{
	border-radius:100%;
	width:30px;
	height:30px;
}
.task_cell_footer					{
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	box-sizing: border-box;
	border-top: 1px solid #e7eef1;	
	clear: both;
}
.task_cell_footer p					{
	margin-top: 7px;
	margin-bottom: 0;	
	font-size: 14px;
	color: #020107;
}
.task_details_inner					{
	overflow-x: hidden;
	overflow-y: auto;
	max-height:500px;	
	padding-left:25px;	
	padding-right: 15px;
}
.current_task_class					{
	border-left:3px solid #020107;		
}
.clear								{
	width:100%;
	clear:both;
}
.task_details_inner h2 span			{
	font-size:14px;
	font-weight:normal;
	margin-top: 6px;
	display: inline-block;	
}
.tasks_comments_listing_block		{
	width:100%;
	margin-bottom:25px;
	clear: both;
}
.tasks_comments_listing_block h2 small	{
	font-size:12px;	
}
.tasks_comments_listing_block_child	{
	width:80%;
	float:right;
	margin-bottom:25px;
	background: rgb(245, 249, 251) none repeat scroll 0% 0%;
	border-radius: 4px;
	padding: 8px;
	clear: both;
	margin-right: 5%;
}
.tasks_comments_listing_block_child h2 small	{
	font-size:12px;	
}
.task_budget_price					{
	float: right;
	font-weight: bold;
	margin-right: 50px;
	font-size: 48px;	
	font-family: 'futurebold';
}
.popup_post_a_work					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_edit_a_work					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_copy_a_work					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_cancel_a_work					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.exit_post_work_form					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_upload_attachments				{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_report_task						{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.4);
	z-index: 1000;
}
.popup_inner_post_a_work			{
	max-width:500px;
	width:100%;
	padding:20px 0;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);				
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:5px;
	background:#fff;
	z-index: 989898;
}
.close_icon_signup					{
	position: absolute;
	right: 10px;
	top: 13px;
	cursor:pointer;
}
.popup_post_a_work h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
}
.popup_edit_a_work h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.popup_copy_a_work h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.popup_cancel_a_work h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.exit_post_work_form h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.popup_upload_attachments h1		{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.popup_report_task h1				{
	margin-top:0;
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0px;
}
.paw_steps							{
	width:70%;
	border-bottom: 1px solid #f5f9fb;
	margin: 0 auto;
}
.popup_inner_post_a_work .task_title	{
	width: calc(100% - 25px);
	width: 95%;
	padding: 0 12px;
	border: 1px solid #cad7dc;
	background: #fff;
	box-shadow: inset 0 1px 2px 0 hsla(0,0%,75%,.5);
	border-radius: 4px;
	min-height: 40px;
	box-sizing: border-box;	
	margin-bottom: 15px;
}
.step-bar {
    max-width: 70%;
    margin: 0 auto;
}
.step-bar .step {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
	width: 32%;
	cursor:pointer;
}
.step-bar .step:first-child::before {
    border-radius: 10px 0 0 10px;
}
.step-bar .step::before {
    display: block;
    height: 5px;
    margin-bottom: 8px;
    background: rgba(201,215,219,.35);
    background-color: rgba(201, 215, 219, 0.35);
    box-shadow: inset 0 1px 1px 0 rgba(201,215,219,.29);
    margin-right: 1px;
    transition: all 2s ease;
	content: '';
}
.step-bar .selected::before {
    background-color: #cad7dc;
}
.step-bar .step:last-child::before {
    border-radius: 0 10px 10px 0;
}
.form_pannel_body			{
	padding: 10px 20px;
	overflow-y: auto;
}	
.dialog-panel-nav			{
	border-bottom: 1px solid #f5f9fb;
	padding: 10px 20px;
	margin: 10px 0 15px;	
}
.paw_label					{
	font-size: 14px;
	font-weight: 600;	
	margin: 8px 0;
	line-height: 20px;
}
.task_description			{
	width: 95%;
	width: calc(100% - 25px);	
	padding: 14px 12px;
	min-height: 100px;
	border: 1px solid #cad7dc;
	background: #fff;
	box-shadow: inset 0 1px 2px 0 hsla(0,0%,75%,.5);
	border-radius: 4px;
	min-height: 40px;
	box-sizing: border-box;
	resize: none;
}
.popup_inner_post_a_work input:focus, .popup_inner_post_a_work textarea:focus {
    animation: shadowFadeOut .125s ease-in-out;
    box-shadow: 0 0 3px 2px rgba(1,164,209,.29);
    outline: none;
}
.task_continue_button		{
	display: block;
	margin: 0 auto;
	width: 80%;	
	font-size: 14px;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	line-height: 1.4;
	border-radius: 50px;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: .05em;
	transition: background .5s linear,color .5s linear,box-shadow .5s linear;
	margin-right: 4px;
	text-align: center;
	white-space: nowrap;
	background: #a4be01;
	background: linear-gradient(-180deg,#000,#333);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3),inset 0 1px 0 0 #222;
	text-shadow: 0 1px 1px #333;
	border:none;
}
.dialog-panel-footer		{
	border-top: 1px solid #f5f9fb;
	padding: 15px 20px;
	text-align: center;
}
.physical-container			{
	float: left;
	background-image: url("images/location.svg");
	background-repeat: no-repeat;
	background-position: top 10px right 10px;
	background-size: 25px 25px;	
	width: 42%;
	padding: 3% 3% 0;
	margin-bottom: 20px;
	border-radius: 7px;
}
.online-container			{
	float: right;
	background-image: url("images/remotely.svg");
	background-repeat: no-repeat;
	background-position: top 10px right 10px;
	background-size: 25px 25px;	
	width: 42%;
	padding: 3% 3% 0;
	margin-bottom: 10px;
	border-radius: 7px;
}
.hr							{
	display: block;
	height: 1px;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 1px solid #f1f1f1;
	margin: 10px 0;
	padding: 0;
}
.task_budget_price_block	{
	width:60px;	
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #cfcfcf;
	border-radius:4px;
}
.extimated_budget			{
	color: #839094;
	font-size: 24px;
	background-color: #f5f9fb;
	padding: 20px;
	margin:15px 0;	
}
.step-bar .completed::before {
    background-color: #cee974;
}
.physical-or-online .option_selected			{
	background-color: #f5f9fb;	
}
.physical-or-online			{
	overflow:hidden;
	clear:both;
}
.info_tooltip				{
	cursor:pointer;
	margin-left:8px;	
}
.info_tooltip_block			{
	margin: 0;
	padding: 9px 13px;
	background: #839094;
	-ms-transform: translateX(15%);
	transform: translateX(15%);
	border: 1px solid rgba(85,92,95,.23);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
	border-radius: 4px;
	display: none;
	font-size: 12px;
	position: absolute;
	width: 200px;
	color: #fff;
	text-align: left;
	z-index: 1000;	
}
.task_title_tooltip_block	{
	display:none;
}
.task_title_tootltip:hover .task_title_tooltip_block	{
	display:block;	
}
.task_description_tooltip_block	{
	display:none;
}
.task_description_tootltip:hover .task_description_tooltip_block	{
	display:block;	
}
.task_people_tooltip_block	{
	display:none;
}
.task_people_tootltip:hover .task_people_tooltip_block	{
	display:block;	
}
.task_budget_tooltip_block	{
	display:none;
}
.task_budget_tootltip:hover .task_budget_tooltip_block	{
	display:block;	
}
.task_happens_tooltip_block	{
	display:none;
}
.task_happens_tootltip:hover .task_happens_tooltip_block	{
	display:block;	
}
.extimated_budget small		{
	font-size:12px;
	font-weight:normal;
}
.final_posted_left_block	{
	width:46%;
	padding:2%;
	float:left;	
	margin-top: 30px;	
}
.final_posted_right_block	{
	width:46%;
	padding:2%;
	float:left;	
}
.task_details_button		{
	width:40%;
	float:left;	
	background: rgba(201,215,219,.8);
	border:1px solid #CCC;
	padding:10px 0;
	text-align:center;
	color:#222;
	border-radius: 50px;
	margin-top: 40px;
	font-size:18px;
}
.task_post_button			{
	width:40%;
	float:right;
	background: #92b401;
	padding:10px 0;
	text-align:center;
	color:#fff;
	border-radius: 50px;
	margin-top: 40px;
	font-size:18px;
}
.task_filter_outer			{
	transition: .4s 0ms;
	padding-top: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	min-height: 37px;
	width: 100%;
	white-space: normal;
	margin-bottom:5px;
	padding: 10px 0;
}
.task_filter_inner			{
	width:1013px;
	margin:0 auto;	
}
.filter_button_tasks		{
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	padding: 0 30px 0 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 320px;
	margin-right:20px;
	border: none;
	border-radius:4px;
	background:url(images/bottom-icon.png) no-repeat center right;
}
.filter_button_tasks, .filter_button_tasks:hover, .filter_button_tasks:hover {
    background-color: #f5f9fb;
}
.up_icon_filter_button		{
	background-color: #f5f9fb;
	background:url(images/up-icon.png) no-repeat center right;		
}
.task_filter_inner .menu-flyout	{
	position: absolute;
	left: 0;
	top: calc(100% + 4px);
	background: #fff;
	width: 345px;
	box-shadow: 0 5px 6px rgba(42,44,45,.2);
	box-sizing: border-box;
	animation: fadeInFromBelow .15s ease-out;
	border: 1px solid #cad7dc;
	border-radius: 4px;
	z-index:111;	
	padding: 15px;
	font-size:14px;
}
.task-menu__flyout-anchor	{
	position: relative;
	margin-right: 8px;	
}
.task_filter_inner 			{
	display:flex;
	position: relative;
}	
.menu-flyout::after, .menu-flyout::before {
    bottom: 100%;
    left: 24px;
    border: solid transparent;
	border-top-color: transparent;
	border-top-width: medium;
	border-right-color: transparent;
	border-right-width: medium;
	border-bottom-color: transparent;
	border-bottom-width: medium;
	border-left-color: transparent;
	border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.menu-flyout::before {
    border-color: rgba(231,238,241,0);
    border-bottom-color: rgba(231, 238, 241, 0);
    border-bottom-color: #cad7dc;
    border-width: 9px;
    margin-left: -9px;
}
.menu-flyout::after {
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu-flyout h4		{
	margin-top:0;
	text-transform: uppercase;
	font-size: 12px;
	color: #839094;
	letter-spacing: .8px;
	line-height: 16px;	
}
.filter_form_buttons {
	width:100%;
	overflow:hidden;
	clear:both;	
	border-top: 1px solid #f1f1f1;
	padding-top:12px;
	margin-top:12px;	
}
.menu-flyout__cancel {
	color: #839094;
	font-weight: 700;
	background: transparent;
	border: 0;
	height: 38px;
	opacity: 1;
	transition: opacity .1s ease;
	outline: none;
	font-size: 14px;
	letter-spacing: .4px;
	cursor:pointer;
	height: 38px;
}
.sfat_apply_button	{
	color: #fff;
	font-weight: 700;
	background: transparent;
	border: 0;
	height: 38px;
	opacity: 1;
	transition: opacity .1s ease;
	outline: none;
	font-size: 14px;
	letter-spacing: .4px;
	width: 112px;
	float: right;
	background: linear-gradient(-180deg,#a4be01,#82ac02);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3),inset 0 1px 0 0 #9dd801;
	background: #a4be01;
	text-shadow: 0 1px 1px #5f7900;
	cursor:pointer;
	border-radius: 50px;
}
.ui-state-default, .ui-widget-content .ui-state-default	{
	background-color: #fff;
	border: 2px solid #cad7dc;
	border-radius: 50%;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	height: 24px !important;
	width: 24px !important;
	cursor: pointer !important;	
	top: -10px !important;
}
.ui-slider-horizontal .ui-slider-range	{
	background-color: #008fb4;
	height:6px !important;	
}	
#slider-range-price .ui-state-active		{
	background:#f6f6f6 !important;
}
#slider-range-price		{
	height:6px !important;
	border: none;
	width: 97%;
	margin-bottom: 30px;
	background: #f2f2f2;
}
.switch_task_filter		{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 28px;
	top: 9px;
	left: 10px;
}
.switch_task_filter input {
	display:none;
}
.slider_task_filter {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider_task_filter:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 1.8px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_task_filter {
  background-color: #2196F3;
}

input:focus + .slider_task_filter {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_task_filter:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider_task_filter.round_task_filter {
  border-radius: 34px;
}

.slider_task_filter.round_task_filter:before {
  border-radius: 50%;
}
#task_location_filter_blocks .option-group	{
	margin-bottom:15px;
}
#task_location_filter_blocks .option-group__button			{
	cursor: pointer;
	color: #008fb4;
	fill: #008fb4;
	font-size: 14px;
	font-weight: 700;
	-ms-flex-align: top;
	align-items: top;
	display: inline-block;
	width: 94px;
	min-height: 48px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e7eef1;
	margin-right: 8px;
	outline: none;
	transition: background-color .1s ease,color .1s ease,fill .1s ease,box-shadow .1s ease;
	line-height: 1.38;
}
#task_location_filter_blocks .option-group__button:hover {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
}
#task_location_filter_blocks .option-group__button--selected	{
	background-color: #008fb4;
	color: #fff;
	fill: #fff;	
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
}
#task_location_filter_blocks .option-group__button:last-child {
    margin-right: 0;
}
.filter_task_field_location	{
	border-radius: 4px;
	font-size: 14px;
	height: 24px;
	box-shadow: none;	
	display: inline-block;
	width: 100%;
	color: #3a3d3e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:15px;
	border: 1px solid #cad7dc;
	background: #fff;	
	min-height: 40px;
	padding: 14px 12px;
	animation: shadowFadeIn .125s ease-in-out;
	box-sizing: border-box;
}
#slider-range-min .ui-state-active		{
	background:#f6f6f6 !important;
}
#slider-range-min		{
	height:6px !important;
	border: none;
	width: 97%;
	margin-bottom: 30px;
	background-color: #f1f1f1;
}
#task_location_filter_blocks .option-group__button--selected			{
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
	background-color: #008fb4;
	color: #fff;
	fill: #fff;
}
.suburbsList			{
	position:relative;
}
.suburbsList ul			{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
}
.suburbsList ul li		{
	cursor: pointer;
	list-style: none;
	background: #f1f1f1;
	color: #333;
	width: 90%;
	padding: 5px 5%;
	/*border-bottom: 1px dotted #d0d0d0;*/
}
.toggle {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    pointer-events: all;
    cursor: pointer;
    background-color: #cad7dc;
    transition: background-color .1 ease-out;
}
.toggle {
    pointer-events: all;
    cursor: pointer;
}
.toggle__input {
    display: none;
}
.toggle__thumb {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: #fff;
    box-sizing: border-box;
    top: 2px;
    transition: transform .1s ease-out;
    left: 2px;
    pointer-events: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.toggle--on {
    background-color: #9fc104;
}
.toggle__thumb--on {
    -ms-transform: translate(100%);
    transform: translate(100%);
}
.task_filter_left_block		{
	display:flex;
}
.filter_search_block		{
	width: 37%;
	float: right;
	position: absolute;
	right: 0;
	border:1px solid #cad7dc;
	border-radius: 16px;
}
.filter_search_block .search-input__input		{
	box-shadow: none;
	text-indent: 12px;
	width: 180px;
	height: 32px;
	min-height: 32px;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	margin-left: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;	
	font-weight: 300;
	border: none;
	background: #fff;
	animation: shadowFadeIn .125s ease-in-out;
}
.filter_search_block .filter_search_button		{
	background: url(images/search-icon.png) no-repeat center center;
	position: absolute;
	right: 3px;
	top: 7px;
	border: 0;
	margin: 0;
	padding: 0;
	opacity: .3;
	transition: opacity .1s ease-out,fill .1s ease-out;
	cursor: pointer;
	outline: none;
	width:20px;
	height:20px;
}
.task_details_status_cell	{
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 4px 10px;
	color: #cad7dc;
	margin-right: -4px;
}
.first_step_completed span:first-child 	{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	background-color: #daf196;
	color: #809f24;
}
.second_step_completed span:nth-child(1){
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
	background-color: #daf196;
	color: #809f24;
}
.second_step_completed span:nth-child(2){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	background-color: #daf196;
	color: #809f24;
}
.third_step_completed span:nth-child(1)	{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
	background-color: #daf196;
	color: #809f24;
}
.third_step_completed span:nth-child(2)	{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
	background-color: #daf196;
	color: #809f24;
}
.third_step_completed span:nth-child(3)	{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	background-color: #daf196;
	color: #809f24;
}
.task_details_inner h1		{
	border-bottom:none;
	margin-top:10px;
	font-size: 28px;
	color: #3a3d3e;
	font-weight: normal;
}
.task_details_icon_text_block	{
	width:100%;
	overflow:hidden;
	padding:7px 0;
	margin-bottom:7px;
	border-bottom:1px solid #f3f3f3;
}
.task_details_icon_block		{
	width: 32px;
	float: left;
	margin: 12px 15px 0 0;
}
.task_details_icon_block img	{
	border-radius:100%;
	width: 32px;
	height: 32px;
}
.task_details_text_block		{
	float:left;
	width: 320px;
}
.task_details_text_block p		{
	font-size: 12px;
	letter-spacing: .4px;
	font-weight: 700;
	color: #839094;
	text-transform: uppercase;
}
.task_details_text_block span	{
	text-transform:capitalize;		
	color: #3a3d3e;
	ont-size: 13px;
}
.task_details_text_block a	{
	cursor: pointer;
	color: #008fb4;
}
.task_details_text_block .task_added_ago	{
	font-size: 10px;
	float:right;
	color: #839094;	
	font-weight: normal;
	text-transform:capitalize;	
}
.task_details_left_block	{
	float: left;
	position: relative;
	margin-top: 20px;
	width: 370px;	
}
.task_details_right_block	{
	float: right;
	border-radius: 4px;
	width: 202px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	text-align:center;
}
.task_budget_block			{
	border: 1px solid rgb(202, 215, 220);
	border-radius: 6px;	
}
.task_budget_block h2		{
	line-height: 26px;
	padding: 5px;
	color: rgb(131, 144, 148);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(241, 241, 241);
	margin:0;
}
.task_budget_block h3		{
	padding: 8px 0px;
	line-height: 1;
	border-bottom: 1px solid rgb(241, 241, 241);
	font-size: 30px;
	color: rgb(58, 61, 62);
	font-weight: bold;
	margin: 0;
}
.task_budget_block #make_an_offer_button	{
	font-size: 14px;
	padding: 10px 20px;
	margin: 10px auto;
	color: #fff;
	cursor: pointer;
	line-height: 1.4;
	border-radius: 50px;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: .05em;
	transition: background .5s linear,color .5s linear,box-shadow .5s linear;
	text-align: center;
	white-space: nowrap;
	background: #a4be01;
	background: linear-gradient(-180deg,#a4be01,#82ac02);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3),inset 0 1px 0 0 #9dd801;
	text-shadow: 0 1px 1px #5f7900;
	border: none;
	width: 90%;
}
.task_details_review_comments_block		{
	width:100%;
	overflow:hidden;
}
.task_details_review_comments_block h2	{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	height: 22px;	
	color: #839094;
}
.task_details_review_comments_block p	{
	font-size: 12px;
	color: #839094;
}
.offer_block_task		{
	width:100%;
	overflow:hidden;
}
.comments_block			{
	width:100%;
	overflow:hidden;
}
.task_more_options_block	{
	background-color: hsla(0,0%,100%,.6);
	border: 1px solid #cad7dc;
	box-sizing: border-box;
	border-radius: 4px;
	color: #3a3d3e;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 500;
	height: 30px;
	letter-spacing: .1em;
	transition: background .5s linear,color .5s linear,border .5s linear;
	position: relative;
	width: 100%;
	padding: 6px 10px 7px;
	text-align: left;	
	background:url(images/bottom-icon.png) no-repeat center right;
	margin-top: 10px;
}
.dropdown_more_options		{
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #cad7dc;
	border-radius: 4px;
	z-index: 10;
	margin-top: 5px;
	padding: 5px 0;
	position: relative;	
}
.dropdown_more_options .option:first-child 	{
    border-radius: 4px 4px 0 0;
}
.dropdown_more_options .option				{
	font-weight: 300;
	font-size: 13px;
	padding: 15px 10px 12px;
	fill: currentColor;
	box-sizing: border-box;
	border-bottom: 1px solid #cad7dc;
	cursor: pointer;
	text-align: left;
}
.dropdown_more_options .option:last-child 	{
    border-radius: 0 0 4px 4px;
}
.dropdown_more_options .option:last-of-type {
    border-bottom: none;
}
.dropdown_more_options .option:hover 		{
    background-color: #f5f9fb;
    color: #3a3d3e;
}
.task_details_right_block .dropdown_more_options::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 9px;
	height: 9px;
	background: #fff;
	border-right: 1px solid #cad7dc;
	border-bottom: 1px solid #cad7dc;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.first_step_completed .cancelled_status_cell, .second_step_completed .cancelled_status_cell, .second_step_completed .cancelled_status_cell	{
	display:none;	
}
.fourth_step_completed .task_details_status_cell	{
	display:none;
}
.fourth_step_completed .cancelled_status_cell	{
	display:inline-block;	
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	background-color: #daf196;
	color: #809f24;
}
.buttonFieldAttachments		{
	border-radius: 50px;
	display: inline-block;
	letter-spacing: 0.05em;
	transition: background 0.5s linear 0s, color 0.5s linear 0s, box-shadow 0.2s ease 0s;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	-moz-box-flex: 1;
	flex-grow: 1;
	background-color: white;
	border: 1px solid rgb(202, 215, 220);
	color: rgb(0, 143, 180);
	margin-top: 10px;
}
.popup_inner_post_a_work.popup_upload_attachments_inner	{
	padding-left:20px;
	padding-right:20px;
}
.popup_upload_attachments_inner input[type='file']	{
	padding: 5px 7px;
	border: 1px solid #ddd;
	cursor:pointer;
	margin-top: 10px;
}
.attachments_preview_block img	{
	float:left;
	width:32px;
	margin-right:10px;
}
.attachments_preview_block {
    width: 96%;
    display: block;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
	padding: 5px 2%;
	border: 1px solid #ddd;
}
#add_more_attachments		{
	width: 40%;
	float: left;
	background: rgba(201,215,219,.8);
	border: 1px solid #CCC;
	padding: 10px 0;
	text-align: center;
	color: #222;
	border-radius: 50px;
	margin-top: 40px;
	font-size: 18px;
	cursor:pointer;
	border:none;	
}
#upload_attachments			{
	width: 40%;
	float: right;
	background: #ec514b;
	background-color: rgb(146, 180, 1);
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	margin-top: 40px;
	font-size: 18px;
	cursor:pointer;
	border:none;	
}
.task_attachments_block img		{
	margin-top:15px;
	margin-right:15px;
	border-radius: 4px;	
}
#validate_offer_comment_area	{
	border: 1px solid red;
	padding: 5px 7px;
	width: 92%;
	margin-bottom: 15px;
}
#validate_activity_comment_area	{
	border: 1px solid red;
	padding: 5px 7px;
	width: 92%;
	margin-bottom: 15px;
}
.task_details_right_block .share-container {
    border-radius: 6px;
    border: 1px solid #f5f9fb;
    margin-top: 20px;
}
.task_details_right_block .share-container .share-text {
    background: #fff;
    position: relative;
    top: -7px;
    width: 30%;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .67px;
    text-transform: uppercase;
    margin: 0;
	color: #839094;
}
.task_details_right_block .share-container .buttons {
    position: relative;
    margin-bottom: 5px;
}
.task_details_right_block .flag-content {
    color: #cad7dc;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
}
.task_details_right_block .flag-content img {
    margin-right: 5px;
    position: relative;
    top: 4px;
	width: 16px;
}
.task_details_right_block .flag-content {
    color: #3a3d3e;
    font-size: 12px;
    cursor: pointer;
}
.cancel_report_button		{
	width: 40%;
	float: left;
	background: rgba(201,215,219,.8);
	border: 1px solid #CCC;
	padding: 10px 0;
	text-align: center;
	color: #222;
	border-radius: 50px;
	margin-top: 40px;
	font-size: 18px;
	cursor:pointer;
	border:none;	
}
.submit_report_button		{
	width: 40%;
	float: right;
	background: #ec514b;
	background-color: rgb(146, 180, 1);
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	margin-top: 40px;
	font-size: 18px;
	cursor:pointer;
	border:none;	
}
.selectFieldReport			{
	width: 100%;
	margin: 4px 0px;	
	border: 1px solid #cad7dc;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	height: 36px;
	font-size: 14px;
	padding: 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/bottom-icon.png) no-repeat right 8px top 50% #fff;
}
.textAreaFieldReport		{
	width: 100%;
	height: 60px;
	margin: 8px 0px 0px;
	font-size: 14px;
	border: 1px solid #cad7dc;
	background: #fff;
	box-shadow: inset 0 1px 2px 0 hsla(0,0%,75%,.5);
	border-radius: 4px;
	min-height: 40px;
	padding: 14px 12px;
	animation: shadowFadeIn .125s ease-in-out;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.responceBlock				{
	color:#092701;
	background:#9ffe86;
	display:block;
	padding:12px 3%;
	font-size: 14px;
	border-radius: 4px;
	display:none;		
}
.task_details_status_block	{
	float:left;
}
.follow_task				{
	float:right;
	padding: 3px 10px 3px 30px;
	border-radius: 50px;
	font-size: 12px;
	letter-spacing: .3px;
	line-height: 1.4;
	transition: background .5s linear,color .5s linear,box-shadow .5s linear;
	text-align: center;
	color: #82ac02;
	cursor: pointer;
	border: 1px solid #fff;
	background: url(images/heart-outline-icon.png) no-repeat left 8px top 50% #f5f9fb;
}
.follow_task:hover			{
	border: 1px solid #82ac02;
	transition: background .1s ease-in,color .1s linear,border .1s linear;	
}
.user_following_task		{
	color:#fff;
	background: url(images/heart-outline-filled-icon.png) no-repeat left 8px top 50% #82ac02;	
}
#task_followed_filter input[type='search']	{
	border: 1px solid #ccc;
	padding: 5px 7px;	
}
#task_followed_length, #task_followed_filter	{
	margin-bottom:15px;
}
.dataTable.no-footer.dtr-inline		{
	border: 1px solid #ddd;
}
.dataTable thead tr td {
    background-color: #ececec !important;
    border: 1px solid #ddd;
	font-weight:bold;
}
.dataTable tbody tr td {
    border: 1px solid #ddd;
}
.dataTable tbody tr.odd td		{
	background:#fff;	
	font-size: 12px;
}
.dataTable tbody tr.even td		{
	background:#ececec;
	font-size: 12px;
}
.notifications_table tbody tr td{
	padding: 12px 15px !important;	
}
.notifications_table tbody tr td img{
	position: relative;
	float: left;
	right: 7px;
}
.notifications_table tbody tr td a{
	font-weight:bold;
}
.header_profile_image			{
	border-radius: 100%;
	height: 32px;
	margin-top: -5px;	
	width: 32px;
}
.popup_login					{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 1000;
}
.signin_fields 					{
    width: 90%;
    padding: 12px 5%;
    margin-bottom: 10px;
    border:none;
	background: #f7f7f7;
	font-size: 16px;
	border: 1px solid #b1b9c3;
	border-radius: 4px;
}
.signin_button 					{
    width: 100%;
    text-align: center;
    background: #83be19;
    color: #fff;
    padding: 12px 0;
    border: none;
    cursor: pointer;
	font-size: 18px;
}
.signup_link_popup				{
	text-align:right;
	color: #83be19;
	text-decoration:underline;
	float:right;
}
.popup_login .popup-inner-signup	{
	max-width: 350px;	
	padding: 20px 25px;
}
.popup_logo_image				{
	margin-top: -20px;
	margin-bottom: 15px;	
}
.categories_page_left			{
	width: 260px;
	position: fixed;		
}
.categories_page_left ul		{
	margin:0;
	padding:0;
}
.categories_page_left ul li		{
	list-style:none;
}
.categories_page_left ul li a	{
	text-decoration:none;
	color: rgb(58, 61, 62);
	cursor: pointer;
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px 15px;
	margin: 4px 0px;
	background-color:#f1f1f1;
}
.categories_page_right			{
	width:700px;
	float:right;
}
.categories_page_left ul li a img 	{
    float: left;
    margin-right: 10px;
    width: 24px;
}
.categories_page_left ul li span	{
	margin-top: 1px;
	float: left;
}
.categories_page_right h2			{
	font-weight:normal;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.categories_page_right h2 img		{
	float: left;
    margin-right: 15px;
    width: 28px;
}
.categories_page_right h2 span		{
	margin-top: -1px;
	float: left;
}
.category_banner_image				{
	border-radius: 7px;
	max-width:100%;
	height:auto;	
}
.category_help_button				{
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 4px;	
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: .05em;
	transition: background .5s linear,color .5s linear,box-shadow .5s linear;
	margin-right: 4px;
	text-align: center;
	white-space: nowrap;
	background: #8bcb1f;
	background: linear-gradient(-180deg,#8bcb1f,#8bcb13);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 1px #9a0137;
}
.category_block_archive			{
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.selectFieldSearch		{
	min-width: 60px;
	padding: 8px 30px 8px 8px;
	cursor:pointer;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: right;
	background: url(images/bottom-icon.png) no-repeat right 5px top 52% #fff;
}
.map_marker_block		{ 
	background:#fff;
	overflow:hidden;
	width: 300px;
}
.map_marker_left_image	{
	width:46%;
	float:left;
	padding:2%;
	height: 100px;
}
.map_marker_left_image img	{
	max-width: 100% !important;
	height: auto;
	border-radius: 10px;
}
.map_marker_right_budget{
	width:41%;
	float:right;
	padding:2%;
	background-color: #f3f3f3;
	border: 1px solid #cad7dc;
	height: 80px;
	text-align:center;
	position: relative;
	border-radius: 10px;
	margin: 2%;
}
.map_marker_right_budget span	{
	font-size: 18px;
}
.map_marker_right_budget p	{
	font-size: 14px;
	clear: both;
}
.map_marker_right_budget h1	{
	font-size: 28px;
	border: none;
}
.map_task_link				{
	text-align:center;
	display:block;
	font-size: 14px;
	padding: 9px 18px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	background: linear-gradient(-180deg,#a4be01,#82ac02);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3),inset 0 1px 0 0 #9dd801;
	text-shadow: 0 1px 1px #5f7900;
}
.map_budget_inner			{
	position: absolute;
	top: 20%;	
	left: 29%;
}
.aligncenter				{
	text-align:center;
}
.view_all_categories		{
	text-align:center;
	display:inline-block;
	font-size: 14px;
	padding: 9px 35px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	background: linear-gradient(-180deg,#a4be01,#82ac02);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3),inset 0 1px 0 0 #9dd801;
	text-shadow: 0 1px 1px #5f7900;
}
.category_page_banner		{
	width: 100%;
	overflow: hidden;
	min-height:400px;
	text-align:center;
}
.category_page_banner h1	{
	margin-top: 7%;
	font-size: 48px;
	font-weight: bold;
	font-family: 'futurebold';
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.category_page_banner p		{
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	color: #fff;
	text-shadow: 0 0 10px #000;
	line-height: 40px;
}
.what_is_dowork_outer		{
	width:100%;
	padding:50px 0;
	background:#fff;
	overflow:hidden;
	margin-bottom:50px;	
}
.what_is_dowork_inner		{
	width:1013px;
	margin:0 auto;
	overflow:hidden;	
}
.what_is_dowork_inner h2	{
	color: rgb(58, 61, 62);
	font-size: 28px;
	font-weight: 500;
	text-align:center
}
.category_setps_block		{
	text-align:center;
	padding:1%;
	width:30%;
	float:left;
}
.category_setps_block h3	{
	margin-top:10px;
	margin-bottom:0;
	font-size: 16px;
	font-weight: 700;
	color: rgb(58, 61, 62);
}
.category_setps_block p		{
	margin-top:10px;
	margin-bottom:0;
	font-size: 14px;
	font-weight: 300;
	color: rgb(131, 144, 148);
}
.recent_tasks_outer			{
	background-color: #f5f9fb;
	padding:50px 0;
	width:100%;
	margin-bottom:50px;
}
.recent_tasks_inner			{
	width:1013px;
	margin:0 auto;
	overflow:hidden;			
}
.recent_tasks_inner h2		{
	color: rgb(58, 61, 62);
	font-size: 22px;
	font-weight: bold;
}
.category_tasks_row			{
	width:100%;
	margin-bottom:35px;
	clear:both;
	overflow:hidden;	
}
.category_task_cell			{
	width: 44%;
	float: left;
	margin-right: 1%;
	padding: 2%;
	position: relative;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	background-color: white;
	margin-top: 20px;
	margin-left: 1%;
	min-height: 125px;
}
.category_task_avatar_block	{
	width:60px;
	float:left;	
	margin-right: 20px;
}
.category_task_avatar_block img	{
	max-width:100%;
	height:60px;
	width:60px;
	border-radius: 100%;
}
.category_task_title_block	{
	float:left;	
	width: 295px;
}
.category_task_budget_block	{
	font-size: 18px;
	color: rgb(58, 61, 62);
	float:right;
	width:70px;
	text-align:right;
}
.category_task_description_block	{
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color: rgb(131, 144, 148);
	overflow: hidden;
	width:100%;
	height: 50px;
}
.category_task_cell_no_margin		{
	margin-right:0;
}
.category_task_title_block h3		{
	margin-top:0;
}
.category_task_title_block h3 a		{
	font-size: 15px;
	letter-spacing: 0.4px;
	margin-bottom: 4px;	
	color: rgb(131, 144, 148);
	transition: color 0.125s ease-in-out 0s;
}
.category_location_date				{
	font-size:12px;
	display: flex;
	height: 30px;
}
.category_location_date img			{
	width:auto;
	height:15px;
}
.banner_text_field					{
	padding:7px 15px;
	height:24px;
	background:#fff;
	border:none;
	width:260px;
	color:#000;
	font-size: 16px;
}
.banner_select_field				{
	padding:7px 20px 7px 15px;
	height:38px;
	background:#fff;
	border:none;
	min-width:110px;
	color:#000;
	text-align:right;
	cursor:pointer;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/bottom-icon.png) no-repeat right 1px top 55% #fff;
}
.banner_button_field				{
	padding:7px 30px;
	height:39px;
	background: #3f5f06 url(images/search-icon-header.png) no-repeat center center;
	color:#fff;
	border:none;
	cursor:pointer;	
	font-size: 0;
}
.banner_form_search					{
	display:inline-flex;
}
#login_form p a						{
	text-decoration:none;
}
#login_form p a:hover				{
	text-decoration:underline;
}
.header_dashboard_link				{
	background-color:transparent !important;
}
.header_links ul li:last-child 		{
    margin-right:0;
}
.header_dashboard_link:hover		{
	box-shadow:none !important;
}
.header_user_links ul li a.login_button	{
	background: #8bcb1f url(images/login-button-icon.png) no-repeat;
	color: #000;
	padding-right: 25px;
	background-position: 51px 8px;
	background-size: 14px;
}
.header_search_outer				{
	width:100%;	
	top: 95px;
	position: relative;
}
.header_search_inner				{
	background:#8bcb1f;
	width:993px;
	margin:0 auto;
	padding:10px;	
}
.help_center_link					{
	float:right;
	margin-top:8px;
	color:#000;
	font-weight: bold;
	font-size: 16px;
}
.home_category_cell:hover			{
	-ms-transform: translateY(-1px) scale(1.01);
	transform: translateY(-1px) scale(1.01);
}
.home_category_cell.fifthCell		{
	clear:both;	
}
.our_work_cell:hover				{
	-ms-transform: translateY(-1px) scale(1.01);
	transform: translateY(-1px) scale(1.01);
}
.footer_copyright_block				{
	width:100%;
	clear:both;
	overflow: hidden;
}
.footer_copyright_block p			{
	font-size:12px;
	color:#cfcfcf;	
}
.footer_inner_column p				{
	color:#fff;
}
.textFieldContact 		{
    width: 84%;
    padding: 15px 5%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.textAreaFieldContact 	{
    width: 94%;
    padding: 15px 2%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 120px;
}
.captchaCodeField 		{
    width: auto;
    float: left;
    margin-top: 24px;
    padding: 15px 2%;
}
.buttonFieldContact 	{
    background: #8bcb1f;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 10px 35px;
}
.view_map_task_detail	{
	float:right;	
	text-transform: capitalize;
}
.notification_counter	{
	position: absolute;
	margin-top: -8px;
	margin-left: -12px;
	padding: 3px 7px;
	border-radius: 100%;
	background: #809f24;
	color: #fff;
	font-size: 10px;
}
.my_task_filter_buttons	{
	outline: none;
	cursor: pointer;
	background-color: transparent;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin-right: 0;
	text-transform: uppercase;
	color: #839094;
	box-sizing: border-box;
	transition: color .1s ease;
	border:none;
	margin-top: 8px;
}
.my_task_filter_buttons:hover			{
	color: #9fc104;
}
.my_task_filter_buttons.current_filter	{
	color: #9fc104;
}
.comments_attachment		{
	opacity: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
	z-index: 1;
	position: relative;	
}
.comment_file_attachment	{
	background: url(images/attachment-icon.png) no-repeat;
	width: auto;
	height: 20px;
	position: absolute;
	margin-top: -44px;
	margin-left: 12px;
}