/*Options page estructure*/
.wrap {
	display: none;
}
.campos, .help {
	float: left;
	box-sizing: border-box;
}
.campos {
	width: 60%;
	border-right: 1px solid #EBEBEB;
	padding: 0 20px 0 0;
}
.help {
	width: 40%;
	padding: 0 20px;
}
.clear {
	clear: both;
}

/*Campos*/
.campos * {
	margin-bottom: 20px;
}
.title_things {
	width: 100%;
	font-size: 25px;
	height: 35px;
	line-height: 35px;
}
.things_single {
	background: #7c7676;
	background: -moz-linear-gradient(top,  #7c7676 0%, #545454 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7676), color-stop(100%,#545454));
	background: -webkit-linear-gradient(top,  #7c7676 0%,#545454 100%);
	background: -o-linear-gradient(top,  #7c7676 0%,#545454 100%);
	background: -ms-linear-gradient(top,  #7c7676 0%,#545454 100%);
	background: linear-gradient(to bottom,  #7c7676 0%,#545454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7676', endColorstr='#545454',GradientType=0 );
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: inset 0px 1px 5px -1px #fff;
	border: 1px solid #7c7676 ;
	margin: 20px 0 0;
}
.number {
	margin:0;
	font-size: 32px;
	color: #2A95C5;
	line-height: 1;
	float: left;
}
.name-id {
	margin:0 0 0 10px;
	line-height: 32px;
	height: 32px;
	color: #eee;
	font-size: 16px;
	float: left;
	overflow: hidden;
	max-width: 400px;
}
.new {
	opacity: 0.5;
	cursor: pointer;
}
.open {
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #a2a2a2;
}
.things_choice {
	min-height: 200px;
	border: 1px solid #7c7676;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
	box-shadow: inset 0px 3px 10px -3px #090909;
	padding:10px;
	box-sizing: border-box;
	display: none;
}
.content-choice {
	margin: 0;
	border-left: 1px solid #d2d2d2;
	height: 200px;
	float: left;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.content-choice:first-child {
	border-left: 0 none;
}
.content-choice label {
	display: block;
	margin-bottom: 5px;
}
.content-choice input {
	width: 100%;
}
.content-choice h3 {
	margin-bottom: 5px;
}
.posts-list-menu,
.pages-list-menu {
	float: left;
	cursor: pointer;
	display: block;
	margin: 0;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	background: #d2d2d2;
}
.posts-list-menu:hover,
.pages-list-menu:hover,
.posts-list-menu.list-menu-active,
.pages-list-menu.list-menu-active {
	background: #b2b2b2;
}
.posts-list-menu {
	border-radius: 3px 0 0;
}
.pages-list-menu {
	border-radius: 0 3px 0 0;
}
ul.list-content {
	border:1px solid #d2d2d2;
	overflow-y: scroll;
	height: 110px;
}
ul.list-content li {
	margin-bottom: 0;
	line-height: 20px;
	display: block;
	padding-left: 4px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
ul.list-content li a {
	color: #666;
	text-decoration: none;
}
ul.list-content li:hover {
	background: #f2f2f2;
}
.pages-list {
	display: none;
}
.configure {
	margin:0;
	display: block;
	float: right;
	cursor: pointer;
	padding-left: 12px;
	border-left: 1px solid #A09C9A;
	width: 24px;
	height: 32px;
	background: url( '../img/gear.png' ) no-repeat 12px 5px;
}
.configure:hover  {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
	padding-left: 0;
	border-left: 0 none;
	padding-right: 12px;
	border-right: 1px solid #A09C9A;
	background-position: 1px 4px;
}
.margin0 {
	margin: 0;
}
.front {
	width: 100%;
	height: 270px;
}