@import url(https://fonts.googleapis.com/css?family=Lato);
.tw-bs input[type=checkbox] {
	width:15px !important;
	height:15px !important;
}
.tw-bs input[type=radio]{
    width: 15px !important;
    height: 15px !important;
    border-radius: 10px !important;
}
.image_preview{
		
	overflow: hidden;
}
.image_preview img{
	width:150px;
	float:left;
	margin-right:10px;
}
.global_loader{
	z-index:1000000;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:rgba( 255,255,255, 0.5 );
	background-image:url(../images/bars.svg);
	background-position:50% 50%;
	background-repeat: no-repeat;
}
.classic_title_check{
	    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.badge_item{
	 width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
    padding: 2px 5px;
background-color: #FD7378;
    text-align: center; 
	
}
.edit-post-header__settings .btn-custom-green{
	height:33px;
}
button.verify_title{
	padding: 3px 10px !important;
}