/**
 * Shortcodes Pro Sort CSS
 *
 * @package Shortcodes Pro
 * @author Matt Varone
 */
li.sortitem {
	display: inline;
	overflow: hidden;
	float: left;
	clear: none;
	margin-right: 15px;
	background: white;
	padding: 5px 10px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: 27px;
	border: 1px solid #eee;
	width: 100px;
	border-radius: 7px;
	font-size: 11px;
}

.sortbutton {
	display: block;
	width: 20px;
	height: 20px;
	cursor: default;
	padding: 1px 2px;
	margin: 1px;
	background-color: #e9e8e8;
	border: 1px solid #b2b2b2;
	background-image: url(../img/butt2.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}

h3 {
	clear: both;
	line-height: 16px;
	overflow: hidden;
}

h3 span {
	float: left;
	margin-right: 5px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

h3.update span {
	color: #21759b;
	text-shadow: 0 1px 0 white;
}

.note {
	font-size: 11px;
}

li.sortitem:hover {
	border: 1px solid #bbb;
	background: #f5f5f5;
	cursor: move;
}

.loading {
	display: none;
	position: absolute;
}

.ui-state-highlight {
	border: 1px dashed #bbb;
	background: #eee;
	overflow: hidden;
	float: left;
	clear: none;
	width: 120px;
	height: 37px;
	margin-right: 15px;
	border-radius: 3px;
}

.target-row {
	overflow: hidden;
	padding: 15px 0 10px 15px;
	width: 690px;
	background: white;
	border: 1px dashed #bbb;
	border-radius: 7px;
}

.sep {
	text-align: center;
	font-size: 10px;
	width: 50px;
	border-color: #bababa;
	background-color: #eee;
	color: #999;
	text-shadow: 0 1px 0 white;
}

#shortcodes-separator {
	overflow: hidden;
	margin-bottom: 5px;
}

#separator {
	text-align: center;
	background: white url(../img/sort.gif) no-repeat 15px center;
}
