/*
	actividades.css
*/

.activ_fila { display: block; position: relative; height: auto;
	margin: 0px; padding: 0px;
	border-bottom: solid 1px LightGray; background-color: White;
}
/*.activ_fila:last-child { border-bottom: none; }*/

.activ_fila > div { display: inline-block; position: relative; min-height: 40px; padding: 0px; }

.activ_fila > div:nth-child(1) { width: 40px; height:100%; text-align: center; padding-top: 8px; }
.activ_fila > div:nth-child(2) { width: 50%; min-width: 240px; }

.activ_fila > div:nth-child(3) { position: absolute; /*right: 50px;*/ bottom: 0;
	width: 48px; height: 40px; padding: 0px; 
}
.activ_fila > div:nth-child(4) { position: absolute; right:0px; bottom: 0;
	width: 48px; height: 40px; padding: 8px 8px; 
	background-color: White !important; cursor: grab; }

/* botón more_vert del menú */
.activ_fila > div:nth-child(3) > div:nth-child(1) { width: 40px; height: 40px; padding: 8px 8px; 
	text-align: center; background-color: WhiteSmoke; cursor: pointer; }
.activ_fila > div:nth-child(3):hover { color: red; background-color: DarkGray !important; }
.activ_fila > div:nth-child(3) > div:nth-child(1):hover { color: red; background-color: DarkGray !important; }

/* dropdown-content */
.activ_fila > div:nth-child(3) > div:nth-child(2) { width: auto; position: relative; 
	top: -58px; left: -160px; }

.activ_fila > div:nth-child(3):hover { background-color: WhiteSmoke !important; }
.activ_fila > div:nth-child(4):hover { background-color: WhiteSmoke !important; }

.activ_fila > div:nth-child(1) input { top: +12px; }
.activ_fila > div:nth-child(2) input { width:100%; border: none; padding: 12px 8px 6px; }

/* prioridad */
.activ_fila > div:nth-child(5) { position: absolute; right: 48px; bottom: 0;
	width: 344px; padding: 8px 0 0; 
}



@media screen and (max-width: 720px)
{
	.activ_fila { height: 80px; 
		margin-top: 8px; margin-bottom: 4px; 
		box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	}
	/*.activ_fila > div:nth-child(5) { right: 88px; }*/
}


