/**
 * ownCloud Workflow
 *
 * @author Joas Schilling <nickvergessen@owncloud.com>
 * @copyright 2015 ownCloud, Inc.
 *
 * This code is covered by the ownCloud Commercial License.
 *
 * You should have received a copy of the ownCloud Commercial License
 * along with this program. If not, see <https://owncloud.com/licenses/owncloud-commercial/>.
 *
 */

.workflow-anchor {
	margin-bottom: -12px;
	padding-bottom: 0;
}

.workflow-anchor h2 {
	font-size: 25px;
}

.workflow input.retention_period {
	width: 50px;
	text-align: right;
}

.workflow table.retention td.tag_name {
	min-width: 300px;
}

.workflow .non-existing-tag,
.workflow .workflow-error {
	color: #CE3702;
}

.workflow .select2-container, #tagmanager_name {
	min-width: 240px;
}

.workflow .icon-add,
.workflow .icon-checkmark,
.workflow .icon-delete,
.workflow .icon-rename {
	display: inline-block;
	vertical-align: bottom;
	padding: 10px;
	opacity: .5;
}

.workflows .flow {
	padding-bottom: 20px;
}

.workflows .flow:last-child {
	padding-bottom: 50px;
}

#workflow_form > div {
	padding-top: 10px;
}

#workflow_form > div:last-of-type {
	padding-bottom: 10px;
}

.workflow .workflows .icon-add,
.workflow .workflows .icon-checkmark,
.workflow .workflows .icon-delete,
.workflow .workflows .icon-rename {
	padding: 2px 10px;
}

.retention table, td, th{
	vertical-align: initial !important;
}