/**
 * @copyright Animations Webdesign 2016-2018
 * http://webdesign.animations.com.pl
 */
.form-wrapper .buttons {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.form-field {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	position: relative;
}

.form-field.invisible {
	display: none;
}

.form-field.required {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: top right;
}

.form-field.required .description {
	padding-left: 15px;
}

.form-field.required:after {
	background-image: url('../images/icons/asterisk-red.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	top: 2px;
	left: -1px;
	opacity: 0.5;
}

.form-field.invalid {
	border-color: #f00 !important;
}

.form-field.invalid .select2-selection {
	border-color: #f00;
	background-color: rgba(255, 0, 0, 0.1);
}

.form.field.invalid .select2-selection__rendered {
	color: #f00 !important;
}

.form-field.invalid .description {
	color: #f00 !important;
}

.form-field.invalid .fakeBox {
	color: #f00 !important;
}

.form-field.invalid .textBox,
.form-field.invalid .textArea {
	background-color: rgba(255, 0, 0, 0.1);
	border-color: #f00;
}

.form-field.invalid .textBox::placeholder,
.form-field.invalid .textArea::placeholder {
	color: rgba(255, 0, 0, 0.5);
}

.form-field.focus {
	border-color: #000;
}

.form-field.focus .description {
	border-color: #3e925b;
	color: #000;
}

.form-field .description {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	color: #555;
	border-bottom: 0px solid #aaa;
}

.form-field input,
.form-field textarea,
.form-field .fakeBox {
	width: 100%;
	font-size: 1em;
	border: 1px solid #ccc;
	background: #fff;
}

.form-field .fakeBox {
	padding: 7px 10px;
	border-radius: 10px;
}

.form-field .select2-container {
	width: 100% !important;
}

.form-field .select2-container .select2-choice {
	border: 0 !important;
	background: #fff;
}

.form-field .select2-container .select2-choice .select2-arrow {
	background: #fff;
	border: 0;
}

.form-field-wrapper.total .form-field {
	border: 0;
	text-align: right;
	border-top: 2px #aaa solid;
	padding-top: 5px;
}

.form-submit {
	text-align: right;
	margin-bottom: 15px;
	margin-right: 0px;
}

.form-wrapper {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.form-field-wrapper.hidden {
	display: none;
}

.popup-contents .form-field-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}


.form-wrapper .records {
	margin-left: 0px;
	margin-right: 0px;
}

.form-field-wrapper .records {
	margin-left: 0px !important;
}

.filter-panel .form-field .description,
.export-panel .form-field .description {
	background-color: transparent;
	
}

.filter-panel .selectBox {
	width: 100% !important;
}

.select2-search__field {
	width: 100% !important;
}

.filter-panel .select2-search__field {
	height: 20px;
}

.filter-panel .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 7px;
}

.form-field .option {
	margin-top: 0px;
	margin-bottom: 8px;
}

.site-box .form-field-wrapper .textBox {
	margin-bottom: 0px;
	padding-left: 6px;
}

.textBox, .fileBox {
	background: #f1f1f3;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	color: #000;
	padding: 8px 10px;
	margin: 0;
	-webkit-appearance: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 10px;
}

.textBox:focus, .textArea:focus {
	border-color: #555;
	background-color: #fff;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.textBox.select2 {
	margin: 0;
	padding: 0;
	border: 0;
}

.textBox.inline {
	background: #fff;
	border: 0;
	margin-left: 0px;
	margin-bottom: 0px;
}

.selectBox {
	background: #f3f4f4;
	border: 0;
	color: #000;
	margin-left: 0px;
	width: 100%;
}

.selectBox.border {
	border: 1px solid #aaa;
	padding: 5px;
}

.textArea {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	color: #000;
	padding: 8px;
	margin: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	height: 75px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 10px;
	width: 100%;
}

.textArea.big {
	height: 200px;
}

.textArea.large {
	height: 700px;
}

.vex-content .form-submit {
	margin-bottom: 0px;
	background-color: #fafafa;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}

.vex-content .form-submit .button {
	margin-top: 0px;
}
