/* CSS Document */

.ftcs_nav_buttons{
	position:relative;
	margin-top:50px;
	width:100%;	
	height:40px;
}

.ftcs_nav_buttons .ftcs_nav_prev{
	position:absolute;
	left:0px;	
}
.ftcs_nav_buttons .ftcs_nav_next{
	position:absolute;
	right:0px;	
}
.ftcs_nav_buttons .ftcs_nav_next_r{
	z-index:100;
}
.ftcs_nav_buttons .ftcs_nav_save{
	position:absolute;
	left:50%;
	margin-left:-50px;
}

.ftcs_star{
	cursor:pointer;
}

.module_single_choice .prettyradio{
	float:none;	
}

.w2dc-content .w2dc-listings-block-content .w2dc-row{
	height:350px !important;	
}

.ftcs_admin_create .ftcs_module .panel-heading .panel-title{
	width:auto;	
	float:none;
}

.checkbox, .radio{
	margin-top:0px;
	margin-bottom:0px;	
}

.ftcs_admin_create .ftcs_module .panel-heading .panel-title{
	float:none;	
}

#ftcs_close_button{
	position:absolute;
	right:10px;
	top:10px;
	font-size:20px;
	font-weight:bold;	
}