/*
	Basics
------------------------------*/
.cj_form_wrapper { position: relative; color: #777; }
.cj_form_wrapper .cj_form_group { position: relative; display: block; width: 100%; height: auto; }
.cj_form_wrapper .cj_form_row { display: block; width: 100%; height: auto; }
.cj_form_wrapper .cj_form_row_options { display: block; width: 100%; height: auto; }
.cj_form_wrapper .cj_form_row_options .cj_form_padder { padding: 2px 0; margin: 0 0 10px 0; }
.cj_form_errors form ul { margin: 0; padding: 0; list-style-type: none; width: 100%; }
.cj_form_errors form li { display: block; margin: 0; padding: 0; clear: both; }
/*
	Fields & Inputs
------------------------------*/
.cj_form_wrapper .cj_form_cell { position: relative; display: block; height: auto; }
.cj_form_wrapper .cj_form_cell .input_field { width: 100%; }
.cj_form_wrapper .cj_form_cell .input_file { width: 100%; }
.cj_form_wrapper .cj_form_cell .input_text { width: 100%; }
.cj_form_wrapper .cj_form_cell .input_textarea { width: 100%; max-width: 100%; min-width: 100%; height: auto; margin-bottom: 4px; }
.cj_form_wrapper .cj_form_cell .input_select { width: 100%; }
.cj_form_wrapper .cj_form_cell .input_date { width: 120px; }
.cj_form_wrapper .cj_form_cell .input_small { width: 32% !important; }
.cj_form_wrapper .cj_form_cell .input_medium { width: 48% !important; }
/*
	Labels
------------------------------*/
.cj_form_wrapper .cj_form_group .cj_form_row .required { font-weight: bold; color: #777; }
.cj_form_wrapper .cj_form_group .cj_form_row label.cj_form_row_title { display: block; width: 100%; height: auto; color: #000; font-weight: normal; margin-bottom: 2px; }
.cj_form_wrapper .cj_form_group .cj_form_row label.required { color: #222; font-weight: bold; }
.cj_form_wrapper .cj_form_group .cj_form_row label.required:after { content: " *"; }
.cj_form_wrapper .cj_form_group label.cj_form_cell_desc small { color: #777; font-size: 60%; }
/*
	file upload styling
------------------------------*/
.cj_form_wrapper .cj_form_cell .input_checkbox,
.cj_form_wrapper .cj_form_cell .input_radio { }
.cj_form_wrapper .cj_form_cell .input_file_wrapper { position: relative; }
.cj_form_wrapper .cj_form_cell .input_file { width: 100%; }
.cj_form_wrapper .cj_form_cell .input_file_div { position: absolute; top: 0px; left: 0px; }
.cj_form_wrapper .cj_form_cell .input_file_fake { float: left; height: 22px; margin: 2px 0 0; padding: 0; z-index: 1; }
.cj_form_wrapper .cj_input_file { position: relative; }
.cj_form_wrapper .cj_input_file .formUploadField { position: relative; display: block; width: 100%; height: auto; margin: 5px 0; }
.cj_form_wrapper .cj_input_file .formUploadField .input_file { position: relative; text-align: right; width: 329px; z-index: 10; border: 0; padding: 2px 0; margin: 0; cursor: pointer; }
.cj_form_wrapper .cj_input_file .formUploadButtons { text-align: right; }
.cj_form_wrapper .cj_input_file .fakefile { position: absolute; top: 0px; left: 0px; z-index: 1; }
.cj_form_wrapper .cj_input_file .fields img { position: absolute; top: 0px; left: 0px; z-index: 1; }
.cj_form_wrapper .cj_input_file #uploadFakeFile { position: absolute; top: 3px; left: 0px; width: 237px; height: auto; z-index: 3; margin: 0; border-top: 1px solid #fff; padding: 1px 0; }
.cj_form_wrapper .cj_input_file #inputfile { position: relative; text-align: right; width: 329px; z-index: 10; border: 0; padding: 2px 0; margin: 0; cursor: pointer; }
/*
	Special field & input types
------------------------------*/
.cj_form_wrapper .cj_form_cell .input_hour { width: 17%; }
.cj_form_wrapper .cj_form_cell .input_minute { width: 17%; }
.cj_form_wrapper .cj_form_cell .input_zone { width: 19%; }
.cj_form_wrapper .cj_form_cell .input_color { width: 90%; }
.cj_form_wrapper .cj_form_cell .btn_color_wheel { border: 0; margin: 0; padding: 0; width: 22px; white-space: nowrap; background: none; cursor: pointer; float: right; }
.cj_form_wrapper .cj_form_cell .btn_color_wheel span.icon { display: block; width: 16px; height: 22px; background: url(../images/btn_color_wheel.png) no-repeat right center; }
.cj_form_wrapper .cj_form_cell .btn_color_wheel span.icon span.text { display: none; }
.cj_form_wrapper .cj_form_cell #FarbtasticColorPicker { position: absolute; bottom: 0; right: 0; display: block; }
.cj_form_wrapper .cj_form_group_special { position: relative; display: block; width: 100%; height: auto; }
.cj_form_wrapper .cj_form_group_special .cj_form_cell { position: relative; display: block; width: 100%; height: auto; }
.cj_form_wrapper .cj_form_group_special .cj_form_row label.cj_form_cell_desc { width: auto; }
/*
	Row styles
------------------------------*/
.cj_form_wrapper .cj_form_group .half { display: block; width: 47%; height: auto; float: left; clear: none; }
.cj_form_wrapper .cj_form_group .third { display: block; width: 29%; height: auto; float: left; clear: none; }
.cj_form_wrapper .cj_form_group .small { display: block; width: 17%; height: auto; float: left; clear: none; }
.cj_form_wrapper .cj_row_gutter { margin-right: 6% !important; }
/*
	Animated timer
------------------------------*/
.cj_form_wrapper .timer input { float: left; margin-right: 5px; }
.cj_form_wrapper .timer .aniWrapper { display: none; width: 22px; height: 22px; float: left; text-align: right; }
.cj_form_wrapper .timer .aniWrapper img { margin-top: 2px; }
/*	
	Errors
------------------------------*/
.cj_form_wrapper .cj_form_group .error .cj_form_padder { }
.cj_form_wrapper .cj_form_group .error label.cj_form_row_title { color: #c60707; }
.cj_form_wrapper .cj_form_group .error label.cj_form_cell_desc,
.cj_form_wrapper .cj_form_group .error label.cj_form_cell_desc small { color: #df7d7d; }
.cj_form_wrapper .cj_form_group .error span.required { color: #c60707; }
.cj_form_wrapper .cj_form_group .error input,
.cj_form_wrapper .cj_form_group .error select,
.cj_form_wrapper .cj_form_group .error textarea { background: #ffebeb; border-color: #df7d7d; }