body, th, td, .forms input, .forms select, .forms textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 11px;
	color: black;
}

.forms {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	position: relative;
	outline: none;
}

.forms .cleaner {
	clear: both;
	
}

.forms .form-section-select-wrapper {
	width: 100%;
	height: 65px;
	overflow: hidden;
	
}

.forms .form-section-select { 
	height: 65px;
	box-sizing: border-box;
	position: relative;
	background: #ddd;
	background-image: linear-gradient(to bottom, #f0f0f0, #d0d0d0);  
	padding-left: 10px;
	padding-right: 10px;
	width: 130px;
	padding-top: 8px;
	float: left;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	cursor: pointer;
	text-align: center;
}


.forms .form-section-select img {
	margin: auto;
	margin-bottom: 3px;
}

.forms .form-section-select:hover {
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);  
}


.forms .form-section-select.selected {
	background-image: linear-gradient(to bottom, #fefefe, #ffffff);  
	z-index: 3;
}


.form-sections-wrapper {

    padding: 1em;
	position: relative;
	z-index: 2;	
    
    -moz-border-radius: 0 5px 0px 0px;
    -webkit-border-radius: 0 5px 0px 0px;
    border-radius: 0 5px 0px 0px;

    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    background-color: white;
}

.form-section-select:last-child:after {
	clear: both;
	content: '';	
}


.form-group-table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	
}


.form-group-table th {
	background-image: linear-gradient(to bottom, #f0f0f0, #d0d0d0); 
	height: 25px;
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #333333;
}

.form-group-table td {
	border: 1px solid #c0c0c0;
	padding: 0;
	margin: 0;

}


.form-group-table tr td:first-child, .form-group-table tr td.form-table-duplicator {
	text-align: center;
}

.form-group-table tr td.form-table-duplicator {
	width: 30px;
}

.form-group-table table input[type="text"] {
	width: 100%;
	outline: none;
	border: none;
	padding-left: 4px;
	box-sizing: border-box;
}


.form-group-table table td > div {
	width: 100%;
	height: 100%;
}

.form-group-table table td > div > div {
	outline: none;	
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}



.form-duplicator {
	cursor: pointer;
	font-size: 1.2em;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
}


.form-group-list label {
	float: left;
	width: 120px;
	height: 25px;
	line-height: 25px;
}

.forms .form-field-list-elements {
	margin-left: 120px;
}


.form-field-list-elements > div {
	margin-bottom: 5px;
}

.form-field-list-elements > div > div {
	height: 25px;
	line-height: 18px;
	border: 1px solid #c0c0c0;
	padding: 3px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	display: inline-block; /* Somebody explains me the use of this */
	/* Norman 30 Nov 2013 : Used in the combo element for duplicating elements */
	/* We have to find another idea to solve the height issue */
}


.forms .form-field-list-text input, .forms .form-field-list-float input {
	width: 100%;
	border: 1px solid #c0c0c0;
	padding: 3px;
	outline: none;
	height: 25px;
	box-sizing: border-box;
}

.forms .form-field-error input {
	border: 1px solid #a10f0f;
	background-color: #fe9f9f;
	color: #a10f0f;
}

.forms .form-field-error-message {
	color: #a10f0f;
}

.forms .form-field-valid input {
	border: 1px solid #08881d;
	background-color: #c6f3a9;
	color: #08881d;
}

.forms .form-field-valid-message {
	color: #08881d;
}

.forms .form-field-list-wysiwyg .form-field-list-elements > div > div {
	height: auto;
}


.forms .form-field-list-checkbox .form-field-list-elements > div > div {
	height: auto;
}


div.selected {
	background-color: #eeeeee;
}


.forms .form-field-list-text input.selected {
	background-color: #eeeeee;
}



.forms .form-field-list-textarea textarea {
	width: 100%;
	height: 100px;
}


.forms .form-field-list-slider .field-list {
	border: none;
	height: auto;
}

.forms .forms-field-slider-value {
	margin-top: 8px;
	height: 25px;
}

h2 .form-duplicator-wrapper {
	float: right;
	font-size: 10px;
	padding-top: 3px;
}

.forms .form-field-list-elements .form-duplicator-wrapper {
	
	display: inline-block;
	position: absolute;
	margin-left: -30px;
	width: 30px;
	border: 1px solid #c0c0c0;
	padding: 0px;

	box-sizing: border-box;
	height: 25px;
	line-height: 23px;
	text-align: center;
	background-color: #eeeeee;
	/*display: block;*/
}


.form-expander {
	position: absolute;
	z-index: 4;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	background-color: #eeeeee;
	border-top: none;
	padding: 10px;
}


.form-expander .dynatree-container {
	margin: 0px;
	padding: 0px;
}


 
.form-button {
	
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	display: block;
	float: left;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	cursor: pointer;
	
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #dce1e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#dce1e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#dce1e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#dce1e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#dce1e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#dce1e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#dce1e5',GradientType=0 ); /* IE6-9 */


	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	margin-right: 10px;
}


.form-button {
	
	
	height: 30px;

}

.form-button span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}




.form-button span:nth-child(2) {
	line-height: 30px;
    white-space: pre;
}


.form-button span:nth-child(1) {
	padding-top: -10px;
	line-height: 10px;
	/*line-height: 20px;*/
}



.form-button img {
	height: 17px;
	margin-right: 5px;
}

.form-button a {
	text-decoration: none;
	color: black;
}

.form-button:hover {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.form-button:active, .form-button.bi-active {

	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

	color: white;
}

.form-button.blue {
	background: #5a68e8;
	background: -moz-linear-gradient(top, #5a68e8 0%, #3152c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a68e8), color-stop(100%,#3152c6));
	background: -webkit-linear-gradient(top, #5a68e8 0%,#3152c6 100%);
	background: -o-linear-gradient(top, #5a68e8 0%,#3152c6 100%);
	background: -ms-linear-gradient(top, #5a68e8 0%,#3152c6 100%);
	background: linear-gradient(top, #5a68e8 0%,#3152c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a68e8', endColorstr='#3152c6',GradientType=0 );
	color: white;
	border: 1px solid rgba(49,82,198,1);
}

.form-button.blue a {
	color: white;
}


.form-button.blue:hover {
	border: 1px solid rgba(43,36,145,0.9);
}

.form-button.blue:active, .form-button.blue.bi-active {
	background: #1b2d6f; /* Old browsers */
	background: -moz-linear-gradient(top, #1b2d6f 0%, #16249e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b2d6f), color-stop(100%,#16249e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b2d6f 0%,#16249e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b2d6f 0%,#16249e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1b2d6f 0%,#16249e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1b2d6f 0%,#16249e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2d6f', endColorstr='#16249e',GradientType=0 ); /* IE6-9 */
}


.form-button.red {
	
	background: #ec422c; /* Old browsers */
	background: -moz-linear-gradient(top, #ec422c 0%, #bb1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec422c), color-stop(100%,#bb1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec422c 0%,#bb1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec422c 0%,#bb1d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec422c 0%,#bb1d1d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ec422c 0%,#bb1d1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec422c', endColorstr='#bb1d1d',GradientType=0 ); /* IE6-9 */
	color: white;
	border: 1px solid rgba(198, 49, 49, 1);
}

.form-button.red a {
	color: white;
}

.form-button.red:hover {
	border: 1px solid rgba(198, 49, 49, 0.9);
}


.form-button.red:active, .form-button.red.bi-active {
	background: #851515; /* Old browsers */
	background: -moz-linear-gradient(top, #851515 0%, #b62410 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#851515), color-stop(100%,#b62410)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #851515 0%,#b62410 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #851515 0%,#b62410 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #851515 0%,#b62410 100%); /* IE10+ */
	background: linear-gradient(to bottom, #851515 0%,#b62410 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#851515', endColorstr='#b62410',GradientType=0 ); /* IE6-9 */	
	border: 1px solid rgba(198, 49, 49, 0.9);
}


.form-button.green {
	background: #11d151; /* Old browsers */
	background: -moz-linear-gradient(top, #11d151 0%, #159932 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11d151), color-stop(80%,#159932)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11d151 0%,#159932 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11d151 0%,#159932 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11d151 0%,#159932 80%); /* IE10+ */
	background: linear-gradient(to bottom, #11d151 0%,#159932 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11d151', endColorstr='#159932',GradientType=0 ); /* IE6-9 */
	color: white;
	border: 1px solid rgba(15,140, 57, 1);
}

.form-button.green a {
	color: white;
}
.form-button.green:hover {
	border: 1px solid rgba(15,140, 57, 9);	
}



.form-button.disabled, .form-button.disabled:hover {
	
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	color: #666666;
	border: 1px solid rgba(150, 150, 150, 1);
}


.form-buttonzone {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #c0c0c0;
	text-align: right;
}



.form-groupelement-title, .forms h2 {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #fcfcfc;
	
	padding-top: 4px;
	padding-bottom: 2px;

	width: -webkit-calc(100% + 22px);
	box-sizing: border-box;
	/*border-left: 1px solid #f0f0f0;*/
}

.form-autocomplete {
	z-index: 10001;
	border-top: 0px solid;
	margin-top: 0px;
	box-shadow: 0px 3px 3px rgba(100, 100, 100, 0.3);
}


 .form-groupelement-title {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -11px;
	padding-left: 15px;
}

.forms h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 7px;
	margin-left: -11px;
	padding-left: 8px;
	padding-right: 20px;
}



ul.form-textstyle-ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}


ul.form-textstyle-ul li {
	
	float: left;
	
}



ul.form-textstyle-ul li.btn, ul.form-textstyle-ul li.form-textstyle-colorli, ul.form-textstyle-ul li.form-textstyle-bgcolorli {
	
	float: left;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	width: 20px;
	height: 16px;
	margin-top: 2px;
	text-align: center;
	line-height: 16px;
	margin-right: 2px;
	cursor: pointer;
}

ul.form-textstyle-ul li.selected {
	
	border-color: #4c81ea;
	border-bottom-color: #0056e7;
	color: white;

	background: #558af4; /* Old browsers */
	background: -moz-linear-gradient(top, #558af4 0%, #0064f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#558af4), color-stop(100%,#0064f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #558af4 0%,#0064f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #558af4 0%,#0064f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #558af4 0%,#0064f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #558af4 0%,#0064f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#558af4', endColorstr='#0064f2',GradientType=0 ); /* IE6-9 */
}


li.form-textstyle-bgcolorli span {
	display: inline-block;
	width: 15px;
	height: 10px;
	margin-top: 2px;
	border: 1px solid black;
}


.forms .form-textstyle-color {
	display: none;
	position: absolute;
	background: white;
	height: auto;
	width: auto;
}









