/* Copyright (C) JOOlanders SL, http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */


/*
 * specific
 */
 
#yoo-zoo .submission ul,
#mysubmissions ul.submissions {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mysubmissions ul.submissions > li {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}

#mysubmissions ul.submissions > li > div.header > h3 {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	cursor: pointer;
}

#mysubmissions ul.submissions > li > div.header > a.edit-item:hover {
	background: url(../../../../../../assets/images/edit.png) no-repeat scroll 0 0 transparent;
}

#mysubmissions ul.submissions > li > div.header > a.delete-item:hover {
	background: url(../../../../../../assets/images/delete.png) no-repeat scroll 0 0 transparent;
}

#yoo-zoo .creation-form .element .zl-btn:hover {
	background: url(../../../../../../assets/images/add.png) no-repeat 5px 50% #F3F3F3;
	color: #000000;
}

#yoo-zoo .repeat-elements li.repeatable-element { margin-bottom: 15px; }


/*
 * mysubmissions + submission
 */

#yoo-zoo .mysubmissions > h1.headline,
#yoo-zoo .submission > h1.headline {
	margin: 0px;
	font-weight: bold;
	color: #505050;
	font-size: 21px;
	line-height: 32px;
}

/*
 * submission
 */

#yoo-zoo div.submission fieldset {
	margin: 25px 0 0 0;
	padding: 20px;
	border-color: #c8cbcd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#yoo-zoo div.submission fieldset:first-child { margin-top: 10px; }

#yoo-zoo div.submission fieldset legend {
	margin-left: -5px;
	padding: 0 5px 0 5px;
	font-size: 18px;
	color: #505050;
}

.ui-widget .finderpro ul li a:active, 
.ui-widget .finderpro ul div.btns:active a, 
.ui-widget .finderpro ul .selected > a:active,
.ui-widget .finderpro ul li a:focus, 
.ui-widget .finderpro ul div.btns:focus a, 
.ui-widget .finderpro ul .selected > a:focus {
    background: none repeat scroll 0 0 #EDEDED;
}

.ui-widget .finderpro ul li a:hover, 
.ui-widget .finderpro ul div.btns:hover a, 
.ui-widget .finderpro ul .selected > a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
}

#ui-datepicker-div { font-size: 13px; }

.ui-datepicker tr, .ui-datepicker td { border: none; }

