/*
 * Slideshows Area
 *
 */
.sz_slider thead th,
.sz_slider tfoot th {
	font-weight:bold;
}
.sz_slider tbody tr td.column-slider_id,
.sz_slider thead tr th.column-slider_id,
.sz_slider tfoot tr th.column-slider_id{
	padding-left:24px;
}
.sz_slider tbody tr.active td,
.sz_slider tbody tr.active th {
	background:#f7fcfe;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
.sz_slider tbody tr:last-child td,
.sz_slider tbody tr:last-child th {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.sz_slider tbody tr.active td:first-child {
	border-left:4px solid #2ea2cc;
	padding-left:20px;
}
.sz_slider tbody tr.active td.column-active {
	font-weight:bold;
}
.sz_slider tbody tr.inactive td {
	color:#ccc;
	font-style:italic;
}
.sz_slider tbody tr td.column-thumbnail a {
	float:left;
}
.sz_slider tbody tr td.column-thumbnail img {
	width:75px;
	height:75px;
}
.sz_slider tbody tr.thumbnail td,
.sz_slider tbody tr.thumbnail th {
	background:none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
/*
 * Slideshow edit page
 *
 */
.sz_slider.sz_slider_edit tbody th,
.sz_slider.sz_slider_edit tbody td {
	cursor:move;
}
.hidden {
	display:none;
}
.form-modal label {
	display:inline-block;
	width:100px;
}
.form-sidebar label {
	display:inline-block;
	width:90px;
	word-wrap: break-word;
}
.form-sidebar select {
	width:159px;
}
.form-sidebar input.full-text {
	width:159px;
}
#engine_options {
	display:none;
}
/*
 * Custom buttons
 *
 */
.button-red#doaction {
	color: #fff;
	border-color: #cc0000;
	background: #de0000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
	text-shadow: 0px -1px 0px rgba(0,0,0,.4);
}
.button-red#doaction:hover {
	color: #fff;
	border-color: #bb0000;
	background: #cc0000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
}
a.button .dashicons {
	position:relative;
	top:3px;
}
/*
 * Custom media uploader box
 *
 */
.media-frame-title,
.media-frame-router,
.media-frame-content,
.media-frame-toolbar,
.media-frame-uploader {
	left:0px !important;
}
.media-modal {
	left:200px;
	right:200px;
	top:100px;
	bottom:100px;
}
.uploader-inline-content {
	top:0px;
}
/*
 * Clearfix hack
 *
 * @url http://css-tricks.com/snippets/css/clear-fix/
 *
 */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */