// admin forms stuff for c5
.c5-list-repeatable li:first-child .c5-item-remove {
}

.c5-list-repeatable li {
    background: #f2f2f2;
	-moz-box-shadow: 0px 0px 3px #bbb;
	-webkit-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 3px #bbb;
    margin: 4px 0;
    display: inline-block;
    width: 97%;
    padding: 9px;
    border-radius: 3px;
}

.c5-item-container {
	display: inline-table;
}

.c5-item-container > * {
	display: table-cell;
	vertical-align: bottom;
}

.c5-field-row {
	width: 100%;
	display: inline-table;
}
.c5-field-col
{
	vertical-align: top;
    display: inline-block;
    width: auto;
    padding: 0 3px;
}
.c5-frame-data-form .c5-field-col {
    width: 48%;
    padding: 5px;
}
.c5-frame-data-form .c5-field-col.c5-field-shortcode {
	width: 98%;
}

.c5-repeatable-add.button {
	display: inline-block;
	font-size: 11px;
	margin: 6px 2px 0px;
}
.c5-list-repeatable .c5-field-col:nth-child(3) {
	max-width: 8%;
	margin-right: 6px;
}
.c5-list-repeatable .c5-field-col:nth-child(4) {
	max-width: 8%;
	margin-right: 8px;
}

.c5-frame-data-form .c5-list-repeatable .c5-field-col > * {
	width: 100%;
}

.c5-list-repeatable .c5-field-col > label {
    display: inline-block;
    width: 100%;
    margin-left: 3px;
	font-size: 11px;
	color: #555;
}
.c5-item-sort, .c5-item-remove {
    display: inline-block;
	width: 18px;
	margin: 0 6px;
	color: #777;
	cursor: move;
}
.c5-item-sort, .c5-item-remove {
	width: 9px;
}

#c5sl_diary_expiry_action_0 .c5-list-repeatable .c5-field-col:nth-child(4) {
		max-width: 40%;
		width: 40%;
		margin-right: 10px;
}
#c5sl_diary_expiry_action_0 .c5-list-repeatable .c5-field-col .sl-expiry-comment {
	width: 100%;
}