/* 
    Created on : 11 May, 2016, 12:26:00 PM
*/


.easy-post {
	padding-top:30px;
}

.easy-post .form-item{
	padding:6px 0;
	margin-bottom:4px;
}
.easy-post .form-item span.title{
	font-weight:bold;
	width:200px;
	display:inline-block;
}
.easy-post .form-item.title-tab label{
	width:auto;
	margin-right:20px;
}



.easy-post .form-item input[type=checkbox] {
	width: 44px;
	height: 24px;
	background-color: #BEBEBE;
	border-radius: 14px;
	cursor: pointer;
	position:relative;
}
.easy-post .form-item input[type=checkbox]:before {
	content: " ";
	color: #1e8cbe;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #FFF;
	position: absolute;
	top: 2px;
	margin:0;
	left: 2px;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -o-transition: all .2s ease;
 -ms-transition: all .2s ease;
 transition: all .2s ease;
}
.easy-post .form-item input[type=checkbox]:checked:before {
	content: " ";
	left: 22px;
	margin:0;
}
.easy-post .form-item input[type=checkbox]:checked {
	background:#2cace2;
}

.show-message{
	padding-top:50px;
}
.show-message #shortcode{
	background:#2cace2;
	color:#fff;
	padding:20px;
	font-size:16px;
	display:inline-block;
	cursor:pointer;
}
