/**
 * Admin CSS (dev)
 *
 * @package 	CTFramework
 * @author		Sabri Taieb ( codezag )
 * @copyright	Copyright (c) Sabri Taieb
 * @link		http://codetemp.com
 * @since		Version 1.0
 *
 */

/** =Menu **/

/* Options */
.codetemp_tab .ctf_kodda_options {
	overflow: hidden;
	padding: 15px 10px;

	/* color/bg/border */
	background-color:#fbfbfb;
	border-bottom: 1px solid #dddddd;
}
	.ctf_kodda_options span span {
		text-transform: uppercase;
	}
	.ctf_kodda_options .ctf_option_container {
		width: 220px !important;
		float: left;
		margin: 0px 8px 0px 0px !important;
		padding: 4px !important;

		/* color/bg/border */
		background-color: #f1f1f1;
	}
		.ctf_kodda_options .ctf_option_container .ctf_option_title {
			font-size: 13px;
			font-weight: normal;
			float: left;
			margin: 0px !important;
			padding: 0px !important;
		}
		.ctf_kodda_options .ctf_option_container .ctf_option_checkbox_label {
			margin: 0px !important;
		}
		.ctf_kodda_options .ctf_option_container .ctf_option_text_input,
		.ctf_kodda_options .ctf_option_container .ctf_option_select {
			width: 80px !important;
		}

	.ctf_kodda_options button {
		margin-left: 10px;
	}

	.ctf_kodda_options .ctf_option_text_input,
	.ctf_kodda_options .ctf_option_select {
		width: 65px;
		/* color/bg/border */
		background-color: #ffffff !important;
	}

	.ctf_kodda_options .ctf_option_text_input,
	.ctf_kodda_options .ctf_option_select,
	.ctf_kodda_options label {
		margin-left: 20px;
	}


/** =Style Pages **/
.ctf_option_no_border {
	padding: 0px !important;
	margin: 0px 0px 15px 0px !important;
	/* color/bg/border */
	border-bottom: none !important;
}

/* Gradient */
.ctf_container_gradient {
	width: 276px;
	float: left;
	padding: 0px !important;
	margin: 0px !important;

	/* color/bg/border */
	border-bottom: none !important;
}
	.ctf_container_gradient .ctf_option_colorpicker_color{
		margin-left: 5px !important;
	}
	.ctf_option_gradient {
		width: 190px !important;
	}

/* Box shadow */
.ctf_container_box_shadow {
	width: 176px;
	float: left;
	padding: 0px !important;
	margin: 0px !important;

	/* color/bg/border */
	border-bottom: none !important;
}
	.ctf_container_box_shadow .ctf_option_colorpicker_color{
		margin-left: 5px !important;
	}
	.ctf_option_box_shadow {
		width: 115px !important;
	}

/* Border radius */
.ctf_container_border_radius {
	width: 140px;
	float: left;
	padding: 0px !important;
	margin: 0px !important;

	/* color/bg/border */
	border-bottom: none !important;
}
	.ctf_option_border_radius {
		width: 86px !important;
	}

