/* Item Edit form */
.itemeditform .formtext {
	font-size: 0.8em;
	line-height: 1.5em;
}

.formtext-small {
	font-size: 0.7em;
	line-height: 1.5em;
}

.itemeditform textarea {
	min-height: 100px;
}

.itemeditform legend {
	color: #AAAAAA;
}

#autoPopKW {
	margin-top: 15px;
}

/* Add / Edit typeahead */
.itemeditform ul.as-selections li.as-original input {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    font-size: 13px;
    height: 15px;
		padding: 0px;
    line-height: normal;
    margin: 2px;
    outline: medium none;
    width: 99%;
}

.itemeditform table {
	border: none;
}

.collapsibleFieldset {
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 1em;
}

.itemeditform .label-subtext {
	color: #888888;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 1.4em;
	border: 1px dotted #DDDDDD;
	padding: 0.2em;
	margin-bottom: 1.4em;
}

.itemeditform .nolabel-subtext {
	color: #888888;
	font-size: 0.7em;
	line-height: 1.2em;
	border: 1px dotted #DDDDDD;
	padding: 0.5em;
	margin-bottom: 1.4em;
}

.itemeditform .midalign-subtext {
	color: #888888;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: -1.4em;
	margin-bottom: 1.4em;
	border: 1px dotted #DDDDDD;
	padding: 0.5em;
}


ul.as-selections {
	cursor: text;
	width: 100%;
}

/* .itemeditform select {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em;
		line-height: 1em;
    padding: 0.5em;
    transition: all 0.15s linear 0s;
} */

.itemeditform .section-container section .content > *:first-child, 
	.itemeditform .section-container .section .content > *:first-child {
	padding-top: 1.25em;
}

.itemeditform .section-container .section .content {
	padding-top: 0px;
} 

.itemeditform label.error {
	margin: -10px 0 15px 0;
	font-size: 0.7em;
}

.mastheadlogin label.error {
	margin: -10px 0 0px 0;
	font-size: 0.7em;
}

.ui-datepicker { z-index: 20000000 !important; }

