#field-_lp_content_drip_drip_type {
	.description {
		span {
			display: block;
		}
	}
}

#learn-press-content-drip {
	.item-delay {
		.delay-type {
			display: inline-block;
		}
		.delay-interval, .delay-specific {
			display: none;
		}
		&.interval {
			.delay-interval {
				display: inline-block;
				input {
					width: 80px;
					margin: 0 -2px 0 10px;
				}
				input, select {
					vertical-align: middle;
				}
			}
		}
		&.specific {
			.delay-specific {
				display: inline-block;
			}
		}
	}

	.manage-column {
		&.column-type {
			width: 150px;
		}
		&.column-delay {
			width: 300px;
		}
		&.column-prerequisite {
			width: 320px;
		}
	}

	.tablenav {
		text-align: right;
		.bulkactions {
			display: none;
		}
	}

	thead, tfoot {
		> tr {
			> th {
				font-weight: 500;
			}
		}
		.column-delay {
			.quick-settings {
				display: inline-block;
				position: relative;
				> a {
					margin-left: 5px;
					&:before {
						font-family: FontAwesome;
						content: "\f013";
						font-size: 18px;
						vertical-align: middle;
						color: #AAA;
					}
				}
				.quick-settings-form {
					position: absolute;
					right: 0;
					top: 100%;
					background: #FFF;
					min-width: 300px;
					border: 1px solid #DDD;
					padding: 10px 20px;
					display: none;
					z-index: 9;
					p {
						label {
							font-weight: bold;
							display: inline-block;
							width: 200px;
						}
						input, select {
							margin: 0;
						}
					}
				}
				&:hover {
					.quick-settings-form {
						_display: block;
					}
				}
			}
		}
	}

	tbody {
		.column-prerequisite {
			.select2-container {
				width: 100% !important;
			}
			.select2-selection__choice {
				border-radius: 0 !important;
				padding: 2px 6px !important;
			}
		}
	}

	tfoot {
		.column-delay {
			.quick-settings {
				.quick-settings-form {
					bottom: 100%;
					top: auto;
				}
			}
		}
	}
}
