﻿.admin-form {
	width: auto;
}

div.field, div.buttons {
	width: 100%;
	clear: both;
	float: left;
}
	div.field label {
		float: left;
		clear: left;
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	div.field label span {
		color: red;
	}
	div.field.choose-link input {
		width: 70%;
	}
	div.field.choose-link a {
		float: left;
		font-size: 0.8em;
		margin-left: 15px;
		line-height: 22px;
		text-decoration: none;
		color: #428BDF;
	}
		div.field.choose-link a:hover {
			text-decoration: underline;
			color: #228;
		}
	div.field input.input,
	div.field textarea,
	div.field .media-list-container {
		float: left;
		clear: left;
		width: 99%;
		padding: 4px;
	}
	div.field textarea.fck-field {
		padding: 0;
		margin: -1px 0;
	}
	div.field select {
		float: left;
		clear: left;
		width: auto;
		padding: 0;
	}
	div.field.multi-level p {
		clear: left;
		margin: 0.4em 0;
		font-weight: bold;
	}
	p.error {
		float: right;
		font-size: 0.9em;
		color: #E24948;
		margin-top: 3px;
	}
	div.field input.calendar {
		width: 150px;
	}
	div.field input.check_box {
		border: 0 !important;
		background: none !important;
	}
	div.field span.calendar {
		float: left;
	}
	div.location div,
	div.location div input,
	div.location p {
/*		clear: left;*/
/*		float: left;*/
	}
	div.location p {
		width: 100%;
		margin: 10px 0;
	}
		div.location input {
			margin-right: 7px;
		}
    div.field div.repeater-content {
        clear: both;
        display: block;
    }
    div.field div.repeater-content div.repeater-content-item-container {
        margin-bottom: 5px;
    }
    div.field div.repeater-content div.repeater-content-item input,
    div.field div.repeater-content div.repeater-content-item select,
    div.field div.repeater-content div.repeater-content-item textarea {
        clear: none;
    }
	div.date-select select,
	div.card-select select {
		clear: none;
		margin-right: 5px;
	}
	div.date-select label,
	div.card-select label {
		display: block;
		float: none;
	}
	div.field .option_cols {
		clear: left;
	}
	div.field .select_option_col {
		float: left;
		list-style: none;
		margin: 0;
	}
	
.cp-content div.field {
	background-color: #F1F2F9;
}
.cp-content div.field.field-alt {
	background-color: #FFF;
}

.cp-content div.buttons {
/*	width: 40%;
	clear: both;
	float: right;*/
	width: 96%;
	padding: 15px 2%;
/*	border: 1px solid red;*/
}
.cp-content div.field {
	width: 96%;
	padding: 15px 2%;
	
}

	.cp-content div.field input, .cp-content div.field textarea {
		background: #FFF url(/images/form-field_bg.gif) repeat-x 0 0;
		border: none;
		border: 1px solid #999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
	.cp-content .admin-table div.field {
		padding: 0;
	} 
		
div.field iframe {
	float: left;
	clear: left;
	width: 100%;
}


/* media library */
#media-list-container {
	clear: left;
	float: left;
}
	.media-select-link {
	    padding-left: 20px;
		margin-top :10px;
		float: left;
	    background: transparent url(../images/application_view_gallery.gif) left center no-repeat;
	}
	#media-list-container img {
		-webkit-box-shadow: RGBA(25,25,25,0.6) 1px 1px 3px;
		margin: 2px;
		
	}




/* file inputs  old style */

.admin-form .file-input {
	float: left;
	position: relative;
	text-align: right;
	width:  300px;
	height: 25px;
}

.admin-form .file-input .input {
	float: left;
	width:  160px;
}

.admin-form .file-input input.file {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	width: default;
	
}

.admin-form .file-input .file-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 300px;
}

.admin-form .file-input .button {
	float: left;
	display: block;
}


/* file and image upload old style */

.admin-form  p.file-name {
	color: #666;
	clear: both;
}


.admin-form  .file-name img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px 0 6px 0;
}

.admin-form  .file-name img.icon {
	vertical-align: bottom;
	margin: 5px 0 4px 0;
	padding: 0;
	border: 0;
}

.admin-form  .file-name a.delete {
	clear: left;
	margin-top: 10px;
}

.model-repeater {
	
}
	.model-repeater .nodes {
		width: 70%;
		margin-top: 10px;
		border: 1px solid #999;
		padding: 10px 10px 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background:#F1F2F9;
	}
	.field-alt.model-repeater .nodes {
		background:#F1F2F9;
	}
		.model-repeater .nodes .node {
			background:#FFFFFF url(../images/form-field_bg.gif) repeat-x scroll 0 0;
			
			border: 1px solid #999;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: 12px 10px;
			margin-bottom: 10px;
		}
			.model-repeater .nodes .node div.field {
				
			}

	.model-repeater .remove {
		float: right;
	}

.flagmap {
	position: relative;
	background-position: 0 0;
}
	.flagmap .mappoint {
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 0;
	}
		.flagmap .mappoint .pointmarker {
			display: block;
			position: absolute;
			width: 10px;
			height: 10px;
			left: -5px;
			top: -5px;
			background: red;
			overflow: hidden;
		}
		.flagmap .dirty .pointmarker{
			background: green;
		}
		.flagmap .dragging .pointmarker{
			background: blue;
		}
		.flagmap .mappoint .pointcontent {
			position: absolute;
			display: none;
			width: 400px;
			background: #FFF;
			padding: 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-box-shadow: 3px 3px 10px RGBA(0,0,0,0.3);
			-moz-box-shadow: 3px 3px 10px RGBA(0,0,0,0.3);
		}
		.flagmap .se .pointcontent {
			top: 0;
			left: 0;
		}
		.flagmap .sw .pointcontent {
			top: 0;
			right: 0;
		}
		.flagmap .nw .pointcontent {
			bottom: 0;
			right: 0;
		}
		.flagmap .ne .pointcontent {
			bottom: 0;
			left: 0;
		}
			.flagmap .mappoint .pointcontent img {
				float: left;
				margin-right: 10px;
			}
			.flagmap .hover {
				z-index: 10;
			}
			.flagmap .hover .pointcontent {
				display: block;
			}
.field .flagmap {
	margin-bottom: 20px;
}
.flagmap-field p.link {
	clear: both;
}

div.field small.form_note {
	display: none;
}
div.field .cleverlabel {
	color: #888;
}
