.lineaTarea:hover, .lineaProyecto:hover, .subtasksRow:hover, .lineaUsuario:hover, .lineaAgenda:hover, .lineaEmpresa:hover, .lineaFactura:hover
, .lineaProveedor:hover, .lineaCliente:hover, .projectsRow:hover {
	cursor: pointer !important;
}
.commentsRowTable, .commentsRowTable tr, .commentsRowTable td, .subtasksRowTable, .subtasksRowTable tr, .subtasksRowTable td{
	border-collapse: collapse;
	border: 1px solid black;
}
.commentsRowTable tr:nth-child(even){
	background: #e4e1cd;
} 
.subtasksRowTable tr:nth-child(even){
	background: #bee9f7;
}
.commentsRowTable tr:nth-child(odd){
	background: #F5F1DE;
}
.subtasksRowTable tr:nth-child(odd){
	background: #add8e6;
}
.commentsRowTable tr:hover, .subtasksRowTable tr:hover{
	background: #CCC;
}
.cogBlock{
	width: 15em;
	float: right;
	position: relative;
}
.cogButton{
	color: #1f9bc9;
	font-size: 15px;
	width: 25px;
	padding: 0;
	height: 25px;
	text-align: center;
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
}
.cogButton + .cogButton{
	margin-right: 0;
}
.cogButton:hover{
	color: #1e8ab8;
}
.cogBlock .cogList{
	list-style: none;
	padding: 0 !important;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 9999;
	border: 2px solid white;
	border-radius: 5px;
	display: none;
}
.cogBlock .cogList li{
	padding: 5px !important;
	background: #1f9bc9;
	border-bottom: 2px solid white;
	color: white;
	border-left: 2px solid #1f9bc9;
	border-right: 2px solid #1f9bc9;
}
.cogBlock .cogList li:hover, .selectorColumnas:hover{
	cursor: pointer;
	background: white;
	color: #1f9bc9;
}
.cogTitle:hover{
	border-color: white !important;
}
.cogBlock .cogList li:hover{
	border-bottom-color: #1f9bc9;;
}
.cogBlock .cogList input{
	margin-right: 10px !important;
}
.cogTitle{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center !important;
}
.cogBlock .cogList li.cogTitle:hover{
	cursor: initial;
	background: #1f9bc9;
	color: white;
	border-left-color: #1f9bc9 !important;
	border-right-color: #1f9bc9 !important;
}
.cogList li{
	text-align: left;
}
.cogTitle{
	width:11.438em!important;
	cursor:pointer!important;
}

.cogBlock .cogListMenu{
	list-style: none;
	padding: 0 !important;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 9999;
	border: 2px solid white;
	border-radius: 5px;
	display: none;
}
.cogBlock .cogListMenu li{
	padding: 5px !important;
	background: #1f9bc9;
	border-bottom: 2px solid white;
	color: white;
	border-left: 2px solid #1f9bc9;
	border-right: 2px solid #1f9bc9;
}
.cogBlock .cogListMenu li:hover{
	border-bottom-color: #1f9bc9;;
}
.cogBlock .cogListMenu input{
	margin-right: 10px !important;
}
.cogBlock .cogListMenu li.cogTitle:hover{
	cursor: initial;
	background: #1f9bc9;
	color: white;
	border-left-color: #1f9bc9 !important;
	border-right-color: #1f9bc9 !important;
}
.cogListMenu li{
	text-align: left;
}



/*Edit*/
.commentsRowTable, .commentsRowTable tr, .commentsRowTable td, .subtasksRowTable, .subtasksRowTable tr, .subtasksRowTable td{
	border:none;
}
/*Proyecto*/
.projectsRowTable tr:nth-child(even):hover{
  background: #DADADA;
}
.projectsRowTable .projectsRowTitle th(odd){
	background:#d8f1fa;
}
.projectsRowTable .projectsRowTitle th(odd):hover{
	background:#abd1de;
}
.projectsRowTable .projectsRowTitle th, .projectsRowTable tr:nth-child(1):hover {
	background-color:#FF4A8F;
	color: #FFF;
}
td.proyectos_finalizado,td.proyectos_activo,td.proyectos_nombre,td.proyectos_creacion,td.proyectos_inicio,td.proyectos_fin,td.proyectos_foto,
td.proyectos_responsable,td.proyectos_estimado,td.proyectos_trabajado{
	border-right: 2px solid #ddd;
}
/*Tareas*/
.tasksRowTable tr:nth-child(odd){
	background:#f1e9cf;
}
.tasksRowTable .lineaTareaTitle th, .billLinesRowTable tr:nth-child(1):hover {
	background-color:#357ebd;
	color: #FFF;
}
.tasksRowTable tr:nth-child(even):hover{
  background: #DADADA;
}
.tasksRowTable tr:nth-child(odd):hover{
	background:#d8d1ba;
}
td.tarea_finalizado,td.tarea_asignado,td.tarea_nombre,td.tarea_fecha,td.tarea_estimado,td.tarea_trabajado,
td.tarea_descripcion,td.tarea_comentarios{
	border-right: 2px solid #ddd;
}
/*Comentarios*/
.commentsRowTable tr:nth-child(odd){
	background:#FFD8A1;
}
.commentsRowTable tr:nth-child(1) th{
  color: #FFF!important;
}
.commentsRowTable tr:nth-child(even){
  background: #F5F5F5;
}
.commentsRowTable tr:nth-child(even):hover{
  background: #DADADA;
}
.commentsRowTable tr:nth-child(odd):hover{
	background:#e5c290;
}
.commentsRowTable tr:nth-child(1), .commentsRowTable tr:nth-child(1):hover{
  background: #1f9bc9;
}
td.comentarios_creador,td.comentarios_fecha{
	border-right: 2px solid #ddd;
}
/*Subtareas*/
.subtasksRowTable tr:nth-child(odd){
	background:#d8f1fa;
}
.subtasksRowTable tr:nth-child(even){
	background:#FFF;
}
.subtasksRowTable tr:nth-child(even):hover{
  background: #DADADA;
}
.subtasksRowTable tr:nth-child(odd):hover{
	background:#abd1de;
}
.subtasksRowTable tr:nth-child(1), .subtasksRowTable tr:nth-child(1):hover {
	background-color:#a7cb00;
}
.subtasksRowTable tr:nth-child(1) th{
	color:#FFF;
}
td.subtarea_finalizado,td.subtarea_tarea,td.subtarea_asignado{
	border-right: 2px solid #ddd;
}
/*Facturas*/
td.lineas_factura_descripcion,td.lineas_factura_cantidad,td.lineas_factura_precio{
	border-right: 2px solid #ddd;
}
.billLinesRowTable tr:nth-child(odd){
	background:#f1e9cf;
}
.billLinesRowTable tr:nth-child(even):hover{
  background: #DADADA;
}
.billLinesRowTable tr:nth-child(odd):hover{
	background:#d8d1ba;
}
.billLinesRowTable tr:nth-child(1) th, .billLinesRowTable tr:nth-child(1):hover {
	background-color:#ed9c28;
	color: #FFF;
}
#calBorder{
	position: absolute; 
	z-index:2100 !important;
}
.modificar-fichada{
	color: white;
}
.modificarFichadaLabel{
	color: #1f9cb9;
	font-size: 1.1em;
	line-height: 120%;
}
.modificarFichadaSelect, .modificarFichadaInput{
	font-size: 1.1em;
	font-weight: 500;
	line-height: 120%;
	margin-top: 0.5em;
	margin-left: 1em;
}
#modalModificarFichadaEliminar{
	float:left;
	color: white;
	background: #d9534f;
}

#borrarImputacionesModificar{
	float:left;
	color: white;
	background: #d9534f;
}