/* GEOLOCALIZZAZIONE */
.form-geomap-map {
	position: relative;
}

.crosshair {
	position: absolute;
	top: 50%;
	height: 19px;
	width: 19px;
	left: 50%;
	margin-left: -8px;
	display: block;
	background: url(crosshair.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/*******************************************************************************
DRAG&DROP
*******************************************************************************/

.filedrag {
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 20px 20px;
	margin: 5px 0;
	color: #555;
	border: 2px dashed #DDD;
	border-radius: 7px;
	cursor: default;
}

.filedrag.has-error {
	border:2px dashed #a94442;
}

.filedrag.hover {
	color: #337ab7;
	border-color: #337ab7;
	/*border-style: solid;*/
	/*box-shadow: inset 0 3px 4px #888;*/
}
/* SOLUTION FOR HTML5 dragleave fired when hovering a child element */
.filedrag.hover:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#filedrag {
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}


/*******************************************************************************
MULTIMEDIA GALLERY
*******************************************************************************/

ul.mm_list_container {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.mm_list_container li {
	display:inline-block;
	float:left;
}

.mm_img_container {
	position:relative;
	padding:0;
	margin:0;
	/*border:1px solid #DDD;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	*/
	width:25%;
	border:2px solid transparent;
}

.mm_img_wrapper {
	padding: 10px;
}

.mm_img_inner {
	position:relative;
}

.mm_icons_container {
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:30px;
	background:rgba(255,255,255,0.8);
	/* border-top:1px solid #DDD; */
}

.mm_title_container {
	/*display:none;*/
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
}



.img_preview {
	display:block;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:100%;
}

.ui-mm-sortable-placeholder {
	border:2px dashed #CCC;
	margin:0px;
}

/*******************************************************************************

*******************************************************************************/

.form_error {
	color:#a94442;
}


.f15 {
	color:#666;
	font-size:15px;
	cursor:pointer;
}

.red_f15 {
	color:#990000;
	font-size:15x;
	cursor:pointer;
}

.f20 {
	color:#666;
	/*font-size:20px;*/
	cursor:pointer;
}

.red_f20 {
	color:#990000;
	/*font-size:20px;*/
	cursor:pointer;
}

.ui-sortable-helper {
	display: table;
	border:2px dashed #CCC;
}
/*******************************************************************************
INLINE EDITOR
*******************************************************************************/
.pseudo-form-control {
	display:block;
	width:100%;
	min-height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	border:0;
	background:rgba(255,255,255,0.8);
}

/* inline edit displayed as form */
.ie_f {
	display:none;
}

/* inline edit as text */
.ie_t {
	
}

/* save button */
.ie_save {
	cursor:hand;
}