
#workstations-holder #quads-holder {
	background:white;
	margin:0 0 0 1px;
}

#workstations-holder #quads-holder tr:hover {
	background:#ccc;
}

#schedule-holder #tasks-holder {
	background:white;
}


.space_holder li .edit {
	background:url("../images/iconos/pencil.png") repeat scroll 0 0 #e4e4e4;
	height:16px;
	width:16px;
	/* display:none; */
	float:right;
	top:3px;
	right:30px;
	z-index:200;
}
.space_holder li:hover .edit {
	display: block;
}

#presence-selector * {float: left;}

#enabled_actions_holder ul li {height: auto;}
#enabled_actions_holder ul li span.title {float: none; color: #000;}
#enabled_actions_holder ul li ul {border: none; width: auto;}
#enabled_actions_holder ul li ul li {width: auto;}


#presences .show-presence {display: inline-block; width: 25px; height: 16px; margin:12px 0 0 8px;}
#presences .no-concurre {border: 1px solid #999;}
#presences .concurre {background: url("../images/iconos/user.png") no-repeat scroll 0 0 transparent; opacity:0.5;}
#presences .show-presence.presente {background: url("../images/iconos/tick.png") no-repeat scroll 0 0 transparent;}
#employees-list .status.presente {background: url("../images/iconos/tick.png") no-repeat scroll 5px 9px transparent;}
#presences .show-presence.licencia {background:url("../images/iconos/user-down.png") no-repeat scroll 0 0 transparent;}
#employees-list .status.licencia {background:url("../images/iconos/user-down.png") no-repeat scroll 5px 9px transparent;}
#presences .show-presence.vacaciones, #employees-list .status.vacaciones {background:url("../images/iconos/smiley-cool.png") no-repeat scroll 0 0 transparent;}
#presences .show-presence.Libranza {background:url("../images/iconos/user-silhouette.png") no-repeat scroll 0 0 transparent;}
#presences .show-presence.ausente, #employees-list .status.ausente {background: url("../images/iconos/slash.png") no-repeat scroll 0 0 transparent;}
#presences .show-presence.llegada-tarde, #employees-list .status.llegada-tarde {background:url("../images/iconos/late.png") no-repeat scroll 0 0 transparent;}
#presences .show-presence.trabajara, #employees-list .status.trabajara {background: url("../images/iconos/arrow-skip.png") no-repeat scroll 0 0 transparent;}
#presences .Libranza .trabajara {background: url("../images/iconos/home.png") no-repeat scroll 0 0 transparent;}
#presences .show-presence.enfermedad, #employees-list .status.enfermedad {background: url("../images/iconos/bandaid--minus.png") no-repeat scroll 0 0 transparent;}
#presences .Libranza .enfermedad {background: url("../images/iconos/bandaid--minus.png") no-repeat scroll 0 0 transparent;}

#presences .resume span {display: inline-block; width: 32px; padding: 0px 0px; text-align: center; font-weight: bold;}
#presences .resume span.presentes {color: #2AC74E;}
#presences .resume span.tardes {color: #FFEE00;}
#presences .resume span.ausentes {color: #FF0000;}
