.dashboard_workspace{
	background-color:#efefef;
	padding-bottom:80px;
}

.dashboard_workspace .wrapper {
	padding-top:40px;

}
.dashboard.workspace{
	
}
.dashboard_wrapper{
	padding:10px;
}

.dashboard.board{
	background-color:#fff;
	overflow:hidden;
	
}
.dashboard_header{
	font-size:24px;
	line-height:70px;
	border-bottom:1px solid #ccc;
	padding:0px 20px;	
	color:#df6340;
		
}

.dashboard_subheader{
	font-size:14px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	padding:0px 20px;
	padding-top:10px;	
	color:#000;
	background-color:#fff;
		
}
.dashboard_header i{
	position:absolute;
	width:70px;
	line-height:70px;
	text-align:center;
	right:0px;
	top:0px;
		
}

.dashboard_scroll_wrapper{
	overflow:hidden;
}
.dashboard_bottom {
	padding:0 20px 20px;
	border-top:1px solid #c6c6c6;
	border-bottom:4px solid #c6c6c6;
	text-align:right;
}
.dashboard_bottom .block_counter{
	display:inline-block;
	text-align:center;
	color:#fff;
	border:0px solid #ccc;
	border-top:0px;

}

.block_counter_blocks{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#df6340;
	cursor:pointer;
}
.block_counter_blocks.active{
	background-color:#eaeaea;
	color:#333;
}

.dashboard_item{
	overflow:hidden;
	width:100%;
	overflow:hidden;
	padding:10px 20px;
	border-bottom:1px solid #eee;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	 min-height:30px;
		
}

.dashboard_item.urgent{
	border-left:5px solid #df6340;	
}

.dashboard_item .user_image, .dashboard_header .user_image{
	width:40px;
	height:40px;
	background-color:#ccc;
	border-radius:100px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	overflow:hidden;	
	
}
.dashboard_header .user_image{
	position:absolute;
	top:15px;
	right:15px;
	
		
}
.board_date{
	width:100px;
}
.board_date_day{
	font-size:40px;	
}
.board_date_month{
	position:absolute;
	left:50px;
	top:10px;
	font-size:12px;	
	color:#999;	
}
.board_date_year{
	position:absolute;
	left:50px;
	top:24px;
	font-size:12px;	
	color:#999;	
}

.edit_icon{
	position:absolute;
	bottom:0;
	left:10px;
	width:15px;
	height:3px;
	background-color:#ccc;
	z-index:100;
	display:none;
}

.dashboard_item .li{
	float:left;
	width:100%;	
}

.dashboard_item .li i{
	padding-top:7px;	
}
.dashboard_item .li input, .dashboard_item .li  .no_input_wrapper{
	border:1px solid transparent;
	padding:10px;
	font-size:16px;
	width:100%;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.dashboard_item  textarea{
	font-family: Roboto; 
	border:1px solid transparent;
	padding:10px;
	font-size:16px;
	width:100%;
	height:120px;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.dashboard_item .li input:hover{
	background-color:#eee;
		
}
input.input_saved{
	color:#65AF02;	
}

.dashboard.actions .li_1{
	width:82%;	
}
.dashboard.actions .li_2{
	text-align:center;
	width:12%;	
}
.dashboard.actions .li_3{
	text-align:right;
	width:6%;
	color:#999;
}

.dashboard.meetings .li_1, .dashboard.meetings .li_2{
	width:45%;	
}
.dashboard.meetings .li_3{
	width:10%;		
}

.check_edit{
	cursor:pointer;
	display:none;
}
.check_edit.active{
	display:block;
}
