.home {
	position: relative;
}

#c-add-post-btn {
	position: absolute;
	top: 19px;
	right: 0px;
	width: 100px;
}
#c-add-post-btn .btn {
	height: 32px;
}

#c-add-post-btn a {
	margin: 0px;
}
#c-add-post-btn button {
	margin: 0px;
}
.home .c-list {
	margin-top: 14px;
}

.home .header {
	width: 100%;
	top: 0px;
	width: 100%;
	height: 55px;
	text-align: left;
}

.home .bar{
	position: absolute;
	top: 72px;
	left: 17px;
	list-style-type: none;
	padding: 0;
}

.home .bar:before, .home .bar:after{
	content: "";
	display: table;
}
.home .bar:after{
	clear: both;
}
.home .bar ul {
	border: 2px solid #1B5E20;
	height: 34px;
	border-radius: 17px;
	-moz-border-image: border-radius: 17px;
	-webkit-border-image: border-radius: 17px;
	box-shadow:0px 0px 3px #cccccc;
}
.home .bar li {
	width: 85px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.home .bar li a{
	border-right: 2px solid #1B5E20;
	font-weight: 600;
	display: block;
	height: 30px;
	line-height: 30px;;
	background: #ffffff;
	color: #1B5E20;
	font-size: 13px;
	text-decoration: none;
}
.home .bar li:first-child a {
	border-radius: 15px 0px 0px 15px;
	-moz-border-image: border-radius: 10px 0px 0px 10px;
	-webkit-border-image: border-radius: 10px 0px 0px 10px;
}
.home .bar li:last-child a {
	border: none;
	border-radius: 0px 15px 15px 0px;
	-moz-border-image: border-radius: 0px 15px 15px 0px;
	-webkit-border-image: border-radius: 0px 15px 15px 0px;
}
.home .bar li:hover > a{
	background: #cee9da;
}

.home .bar a.router-link-exact-active {
	background: #cee9da !important;
}

.home .header .find {
	position: absolute;
	top: 20px;
	left: 280px;
	width: calc(100% - 400px);
}
.home .header .find input {
	width: 100%;
	height: 31px;
	border: 1px solid #1B5E20;
	border-radius: 3px;
	-moz-border-image: border-radius: 3px;
	-webkit-border-image: border-radius: 3px;
   background-image: url("/imgs/icons/find.png");
   background-repeat: no-repeat;
   background-position: left 5px bottom 5px;
   padding-left: 30px;
   padding-right: 5px;
   font-size: 16px;
}

.home .c-list {
	box-shadow:0px 0px 4px #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*.home .c-list div:first-child {
	border:none;
}
*/
.home .todo {
	position: relative;
	width: 100%;
	height: 110px;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
	font-size: 12px;
}
.home .done {
	background-color: #eeeeee !important;
}
.home .todo:hover {
	background-color: #cee9da !important;
}

.home .todo .icon {
	position: absolute;
	left: 14px;
	top: 10px;
	width: 28px;
	height: 28px;
	background-size:36px 36px;
	border: none;
	filter:alpha(opacity=70); /* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity:0.7;
	zoom:1; /*IE*/
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
}
.home .todo .icon:not(:target){
	filter: none\9;
	-ms-filter: none\9;
}

.home .todo .news .icon {
	background-image: url("/imgs/icons-m/news.png");
}
.home .todo .file .icon {
	background-image: url("/imgs/icons-m/file.png");
}
.home .todo .life .icon {
	background-image: url("/imgs/icons-m/life.png");
}
.home .todo .schedule .icon {
	background-image: url("/imgs/icons-m/schedule.png");
}
.home .todo .enquete .icon {
	background-image: url("/imgs/icons-m/enquete.png");
}
.home .todo .attendance .icon {
	background-image: url("/imgs/icons-m/attendance.png");
}
.home .todo .verify .icon {
	background-image: url("/imgs/icons-m/verify.png");
}

.home .todo .i {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.home .todo .i:not(:target) {
	filter: none\9;
	-ms-filter: none\9;
}
.home .todo .to {
	filter:alpha(opacity=40); /* IE 6,7*/
	-ms-filter: "alpha(opacity=40)"; /* IE 8,9 */
	-moz-opacity:0.4; /* FF , Netscape */
	-khtml-opacity: 0.4; /* Safari 1.x */
	opacity:0.4;
	zoom:1; /*IE*/
}

.home .todo .to:not(:target) {
	filter: none\9;
	-ms-filter: none\9;
}


.home .todo .title {
	position: absolute;
	left: 55px;
	top: 10px;
	font-size: 18px;
	font-weight: 600;
	width: calc(100% - 48px - 140px - 10px);
}

.home .todo .entry-time .i, .home .todo .time-limit .i {
	position: absolute;
	left: -20px;
	top: 4px;
	width: 16px;
	height: 16px;
	background-size:16px 16px;
	border: none;
}

.home .todo .checked .i,.home .todo .comment .i {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 16px;
	height: 16px;
	background-size:16px 16px;
	border: none;
}

.home .todo .entry-time {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
.home .todo .entry-time .i {
	background-image: url("/imgs/icons/pen.png");
}
.home .todo .time-limit {
	position: absolute;
	right: 10px;
	top: 32px;
	text-align: right;
}
.home .todo .time-limit .i {
	background-image: url("/imgs/icons/timer.png");
}

.home .todo .checked {
	position: absolute;
	left: 59px;
	top: 78px;
	width: 80px;
	text-align: left;
	padding-left: 20px;
}
.home .todo .checked .i {
	background-image: url("/imgs/icons/checked.png");

}
.home .todo .checked p {
	text-align: left;

}


.home .todo .comment {
	position: absolute;
	left: 140px;
	top: 78px;
	width: 80px;
	text-align: left;
	padding-left: 20px;
}
.home .todo .comment .i {
	background-image: url("/imgs/icons/comment.png");
}

.home .todo p {
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.home .todo .creator {
	position: absolute;
	left: 55px;
	top: 52px;
	width: 25px;
}

.home .todo .to {
	position: absolute;
	left: 79px;
	top: 52px;
	width: 16px;
	height: 16px;
	background-size:16px 16px;
	border: none;
	background-image: url("/imgs/icons/to.png");
}

.home .todo .target {
	position: absolute;
    left: 96px;
	top: 52px;
	padding-left: 30px;
	width: calc(100% - 96px - 140px - 10px);
}
.home .todo .target p {
	line-height: 18px;
}

.home .todo .creator img, .home .todo .community img,.home .todo .target img {
	position: absolute;
	vertical-align: -5px;
	left: 0px;
	top: -3px;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	box-shadow:0px 0px 3px #333333;
}
