.list-items {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	/*border-collapse: collapse;*/
	width: 100%;
	/*border-radius: 10px 10px 0 0;
	box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);*/
	border-collapse: collapse;
}

.list-items tr {
	border-bottom: 1px solid #9efaf1; /*80CBC4 963254*/
}

.list-items td, .list-items  th {
	/*border: 1px solid #ccc;*/
	padding: 2px;
}

.list-items tr:nth-child(odd) {
	background-color: #f1fef2 /*E8F5E9 F1F8E9 #E0F2F1 #F9FBE7 A7FF53 92FFCA 96E54B b2cc99 659933 E8F5E9*/;
}
.list-items tr:nth-child(even) {
	background-color: #F6FFFB /*F6FFFB A2CEE7 bababa E0F2F1 E3F2FD E0F7FA #E1F5FE*/;
}

.list-items tr:hover {
	background-color: #C8E6C9 /*A7FF53 ddd*/;
}
.list-items td {
	font-weight: normal;
	color: #334D1A /*4B192A 1D6086*/;
}
.list-items th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #729EBF;
	background-image: -webkit-linear-gradient(top, #C8E6C9 0%, #1B5E20 100%); /*5DFF9F C8E6C9 00C851 1B5E20 A5D6A7 A7FF53 334D1A 4B192A FF538D 334D1A  729EBF 333A40*/
	background-image: linear-gradient(to bottom, #C8E6C9 0%, #1B5E20 100%); /*729EBF 333A40*/
}
.list-items a {
	color: #334D1A /*4B192A 1D6086*/;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	cursor: pointer;
}

.list-items .inactive-item-img {
	filter: grayscale(100%); /* Standard */
	-webkit-filter: grayscale(100%); /* Webkit */
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
	filter: #d62828;/* gray;  IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit */
}

.list-items .inactive-item-text {
	color: #808080/*d62828*/;
}

.list-items .deleted-item-img {
	-webkit-filter:hue-rotate(-250deg);
	filter:hue-rotate(-250deg);
}

.list-items .deleted-item-text {
	color: #d62828;
}

.list-items button {
	background-color: #E1F5FE/*eef6fb*/;
	border: 1px solid #E1F5FE/*eef6fb*/;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 3px;
}
.list-items button img {
	width: 23px;
	height: 23px;
}
.list-items button:hover {
	background-color: #4FC3F7/*1572c5*/;
	border: 1px solid #4FC3F7/*1572c5*/;
}
.list-items button:hover img { 
	filter: drop-shadow(0px 1000px 0 white);
	transform: translateY(-1000px);
}