﻿/* custom forms styles */.customForm-hidden {	display: block !important;	position: absolute !important;	right:-9999px !important;}/* custom checkbox styles */.chk-area {	margin: 2px 0 0 9px;	float: right;	overflow: hidden;	height: 24px;	width: 24px;}.chk-area span {	background: #00aadb;	display: block;	width: 24px;	height: 24px;	-webkit-border-radius:50%;	border-radius:50%;}.chk-focus span {	margin-left: 0;}.chk-checked span {	background:#00bff3 url(../images/ico-13.png) no-repeat 50% 50%;}.chk-disabled span {	margin-left: 0;}/* custom select styles */.select-area {	float: none;	width:auto !important;	position: relative;	overflow: hidden;	margin: 0;	height: 27px;	font:0.928em/1.384em 'Open Sans Hebrew', sans-serif;}.select-area .select-opener {	background: url(../images/arrow-05.png) no-repeat 9px 10px;	position: absolute;	z-index: 3;	top: 0;	left: 0;	bottom: 0;	width: 28px;}.select-area .left {	display:none;	background: url(../images/bg-select.gif) no-repeat;	position: absolute;	width: 10px;	height: 31px;	z-index: 1;	top: 0;	left: 0;}.select-area .center {	background:#f1f1f1;	white-space: nowrap;	position: relative;	cursor: default;	display: block;	padding:3px 15px 4px 30px;	z-index: 2;	border:1px solid #6e6f6f;	color:#6e6f6f;	text-overflow:ellipsis;	overflow:hidden;}.select-area .center img {	margin: 5px 5px 0 0;	position: relative;	float: left;}.options-overflow div.drop-list {	overflow: auto;}.options-hidden {	position: absolute !important;	top: -9999px !important;	right: -9999px !important;}.select-options {	z-index: 3000;	background: #f1f1f1;	position: absolute;}.select-options .drop-holder {	border: 1px solid #6e6f6f;	border-width: 1px;	height: 1%;}.select-options-flipped .drop-holder {	border-width: 1px;}.select-options div.drop-list {	width: 100%;}.select-options ul {	overflow: hidden;	list-style: none;	width: 100%;	padding: 0;	margin: 0;	font:0.928em/1.384em 'Open Sans Hebrew', sans-serif;}.select-options ul li {	overflow: hidden;	float: left;	width: 100%;}.select-options ul a {	text-decoration: none;	cursor: default;	color: #6e6f6f;	display: block;	overflow: hidden;	height: 1%;	padding:3px 15px 4px;}.select-options ul a span {	cursor: default;	float: right;}.select-options .item-selected a {	text-decoration: none;	background: #666;	color: #fff;}.select-options ul a:hover {	text-decoration: none;}.select-options ul a:focus {	outline: none;}.select-options .optgroup strong{	cursor: default;	display: block;	width: 100%;}.select-options .optgroup strong em {	display: block;	padding: 5px;	height: 1%;}.select-options .optgroup ul a {	padding-left: 20px;}.select-options img {	margin: 2px 3px 0 0;	float: left;	border: 0;}.select-disabled {background-position: 0 -124px;color: #bbb;}.select-disabled .left {background-position: 0 -93px;}.select-disabled .select-opener {background-position: 100% -155px;}.select-focus {background-position: 0 -217px;}.select-focus .left {background-position: 0 -186px;}/* custom input type file */.file-area {	position: relative;	line-height: 29px;	overflow: hidden;	padding: 0;	float: right;	clear: both;	height: 29px;	margin:-2px 8px 0 0;	direction:ltr;}.file-area .customForm-wrap {	position: relative;	overflow: hidden;	height: 29px;	width: 139px !important;	margin: 0 0 -29px;	z-index: 100;	font-size: 0;	line-height: 0;}.file-area .customForm-input-wrapper {	position: relative;	overflow: hidden;	height: 29px;	float: left;}.file-area .customForm-fake-input {	padding: 6px 2px 7px 9px;	margin: 0;	white-space: nowrap;	float: left;	color:#fff;	background: #00aadb;	-webkit-border-radius:2px 0 0 2px;	border-radius:2px 0 0 2px;}.file-area .customForm-fake-input span {	background: url(../images/bg-upload.gif) no-repeat 100% -62px;	cursor: default;	overflow: hidden;	padding: 0;	float: left;	direction:rtl;}.file-area .customForm-fake-input em {	float: left;	font-style: normal;	padding: 0;	overflow: hidden;	width:97px;}.file-area .customForm-upload-button {	padding: 0;	margin: 0;	color: #fff;	float: left;}.file-area .customForm-upload-button span {	background: #00aadb url(../images/ico-12.png) no-repeat 4px 7px;	padding: 0;	cursor: default;	float: left;	height: 29px;	width:31px;	text-indent:-9999px;	overflow:hidden;	-webkit-border-radius:0 2px 2px 0;	border-radius:0 2px 2px 0;}.file-input-opacity {	z-index: 100;	position: absolute;	height: 31px;	line-height: 31px;}.file-disabled {color: #bbb;}.file-disabled .customForm-fake-input {background-position: 0 -124px;}.file-disabled .customForm-fake-input span{background-position: 100% -186px;}.file-disabled .customForm-upload-button {background-position: 0 -217px;}.file-disabled .customForm-upload-button span{background-position: 100% -217px;}.file-focus .customForm-fake-input {background-position: 0 -248px;}.file-focus .customForm-fake-input span{background-position: 100% -310px;}/* file extension styles */.no-file .customForm-fake-input em{	background: none;}.extension-jpg .customForm-fake-input em,.extension-bmp .customForm-fake-input em,.extension-gif .customForm-fake-input em,.extension-png .customForm-fake-input em{	background-image: url(../images/ext-image.gif);}.extension-odt .customForm-fake-input em,.extension-doc .customForm-fake-input em,.extension-docx .customForm-fake-input em{	background-image: url(../images/ext-doc.gif);}.extension-ods .customForm-fake-input em,.extension-xls .customForm-fake-input em,.extension-xlsx .customForm-fake-input em{	background-image: url(../images/ext-xls.gif);}.extension-swf .customForm-fake-input em,.extension-fla .customForm-fake-input em{	background-image: url(../images/ext-flash.gif);}.extension-db .customForm-fake-input em,.extension-sql .customForm-fake-input em{	background-image: url(../images/ext-db.gif);}.extension-htm .customForm-fake-input em,.extension-html .customForm-fake-input em{	background-image: url(../images/ext-html.gif);}.extension-txt .customForm-fake-input em,.extension-rtf .customForm-fake-input em{	background-image: url(../images/ext-txt.gif);}.extension-zip .customForm-fake-input em,.extension-rar .customForm-fake-input em{	background-image: url(../images/ext-zip.gif);}.extension-pdf .customForm-fake-input em{	background-image: url(../images/ext-pdf.gif);}