/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* FORMS ----------------------------------------------------------------------- */
input,
select,
textarea {
	outline: none;
	font: normal 12px/15px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 3px 2px;
	border: 1px solid #999;
	transition: border 0.2s, color 0.2s;
}
input.button,
input.submit,
input.mailform-submit {
	border: 1px solid #545454;
	color: #545454;
	background: #eee;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.2px;
	padding: 4px 6px;
	overflow: visible;
	font-weight: normal !important;
	cursor: pointer;
}
input.mailform-submit {
	margin-top: 10px;
}
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
	border-color: #000;
	color: #333;
}
input.button:hover,
input.button:active,
input.button:focus,
input.submit:hover,
input.submit:active,
input.submit:focus,
input.mailform-submit:hover,
input.mailform-submit:active,
input.mailform-submit:focus {
	border: 1px solid #000;
	color: #000;
	background: #545454;
	cursor: pointer;
	font-weight: normal;
}
div.mailform_error label,
font.required {
	color: #e70000 !important;
}
div.captcha_protection {
	margin: 20px 0 10px;
}

/* --- select2 --- */
 
span.select2.select2-container {
	width: 251px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #999;
	border-radius: 0;
	background: #fff;	
}
.select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid #000;
	border-bottom: 1px solid transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #CC1C00;
	color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: #eee;
	color: #666;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option {
	padding: 3px 6px;
	text-align: left;
}
.select2-container .select2-dropdown {
	border: 1px solid #000;
	margin-top: -1px;
	border-top: none;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
}

/* elements -------------------------------------------------------------------- */
label {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 140px;
}
div.portlet label.empty {
	display: none !important;
}


/* portlet specials ------------------------------------------------------------ */
div.portlet label {
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
div.portlet input {
	width: 160px;
}
div.portlet .submit,
div.portlet .send-button {
	margin: 5px 0;
	width: auto !important;
	cursor: pointer;
}