//  SLIDER NAME TEXT FIELD
//----------------------------------------------------------------
#post-body-content {
	float: none;
	margin: 0px;
}

#titlediv {
	margin-bottom: 5px !important;
}


.ls-slider-settings {
	margin-top: 10px;

	.header input {
		width: 200px;
		height: 24px;
		padding: 0 10px;
		margin: 7px -3px 0 0;
		border: 1px solid #dedede;
		float: right;
		border-radius: 12px;
		font-weight: normal;
		box-shadow: inset 1px 1px 1px #bbb;

		&:focus {
			border: 1px solid #aaa;
		}
	}

	th {
		height: 20px;
		padding: 0 0 0 30px;
		@include verticalSideShadow(7%, 5%);
		font-size: 12px;
		line-height: 20px;
		color: #666;
	}

	.inner {
		min-height: 420px;
		position: relative;
		padding: 0;
	}
}



.ls-settings-contents {
	padding-left: 200px;
	tbody {
		display: none;

		&.active {
			display: table-row-group;
		}
	}
}

.ls-settings-sidebar {

	width: 200px;
	min-height: 420px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	border-right: 1px solid #e3e3e3;
	margin: 0;
	background: darken(white, 3%);

	li {
		height: 40px;
		position: relative;
		margin: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e3e3e3;
		line-height: 40px;
		cursor: pointer;
		font: {
			family: $fontHelvetica;
			size: 14px;
		}
		@include verticalSideShadow(5%, 3%);

		&:hover {

		}

		&.active {
			border-top: 1px solid darken(white, 45%);
			color: white;
			text-shadow: 1px 1px 2px darken(white, 65%);
			@include alphaGradient(45%, 60%);

			&:after {
				content: ' ';
				display: block;
				width: 29px;
				height: 29px;
				position: absolute;
				top: 5px;
				right: -15px;
				opacity: 1;
				@include alphaGradient(45%, 60%, 135deg);
				@include transform(rotate(45deg));
			}
		}
	}
}

.ls-editor-slider-text {
	font-weight: normal;
	margin: 0 5px 0 15px;
}

.ls-editor-slider-val {
	font-weight: normal;
	margin-left: 10px;
}
