/* Open Sans Hebrew (Hebrew) replacement using Google Fonts Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notoserifthai.css);

* {box-sizing: border-box;}

/*****************************************Basic*********************************/
body {
	letter-spacing: 0.2px;
	font-family: 'Open Sans Hebrew', sans-serif, arial;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #345;
    background: #222;
	font-size: 15px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}

/**********/
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	margin:	0;
	padding: 0;
	font-size: inherit;
}
a {
	outline: 0;
	text-decoration: none;
	color: #3366CC;
}
a:hover {text-decoration: none;}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.none {
	display: none;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.fixed {
	position: fixed !important;
}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}

.overlay{opacity: 0.9; background: transparent; z-index: 9999; height: 100%;}
.no_scroll {height: 100%; overflow: hidden;}
.shadow {box-shadow: 0px 5px 10px #888888;}


.no_background {background: none;}
.no_scroll {height: 100%; overflow: hidden;}
.no_border {border: none;}
.no_margin {margin: 0;}
.no_padding {padding: 0;}
.table {display: table;}
.raw {display: table-row;}
.table-cell {display: table-cell;}
.ltr {direction: ltr;}
.rtl {direction: rtl;}
.align_center {text-align: center;}
.opacity_ef {-webkit-transition: all 0.2s ease; transition: all 0.2s ease; opacity: 0.9}
.opacity_ef:hover {opacity: 1;}

::-webkit-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

@keyframes blink {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes blink{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.blink {
   -webkit-animation: blink 1s infinite;
   -moz-animation: blink 1s infinite;
   -o-animation: blink 1s infinite;
    animation: blink 1s infinite;
}


@keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
	from {background-position:0 0;}
	to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
	from {background-position: 0;}
	to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
}

.stars {
	background:#000 url(/css/assets/stars.png) repeat top center;
	z-index:0;
}

.twinkling{
	background:transparent url(/css/assets/twinkling.png) repeat top center;
	z-index:1;

	-moz-animation:move-twink-back 250s linear infinite;
	-ms-animation:move-twink-back 250s linear infinite;
	-o-animation:move-twink-back 250s linear infinite;
	-webkit-animation:move-twink-back 250s linear infinite;
	animation:move-twink-back 250s linear infinite;
}

.clouds{
	background:transparent url(/css/assets/clouds.png) repeat top center;
	z-index:3;

	-moz-animation:move-clouds-back 500s linear infinite;
	-ms-animation:move-clouds-back 500s linear infinite;
	-o-animation:move-clouds-back 500s linear infinite;
	-webkit-animation:move-clouds-back 500s linear infinite;
	animation:move-clouds-back 500s linear infinite;
}


/** Layout **/
#page {
	clear: both;
    display: block;
    margin: 0 auto;
    /*min-height: 560px;*/
    overflow: hidden;
	overflow-y: visible;
	width: 100%;
}
.container {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	float: none;
	margin: auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

.columns_wrapper {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	margin: auto;
	box-sizing: border-box;
}
.columns_wrapper:after {
	content: "";
	display: block;
	clear: both;
}


.column {
	display: block;
	min-height: 2px;
}
.spacer {
	width: 10px;
	height: 10px;
	float: right;
}

/** pages **/
body.portal #page {padding: 0;}

/**msgs**/
.msg_notice {
	background: #BAE9E8;
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 90%;
	margin: auto;
}
.msg_notice p {
	color: #555555;
}
.no_results {
	overflow: hidden;
	clear: both;
	padding: 5px;
	border-radius: 10px;
}

.msg_notice.no_content {
	margin: 50px auto 30px auto;
}

/**Modules**/
.module_wrapper {width: 100%;margin-bottom: 10px;}
.module_wrapper .module_headline {padding: 0 0 0 0; color: #000; font-size: 25px; margin-bottom: 10px; display: block; width: 100%;}
.module_wrapper > .content {box-sizing: border-box; padding: 10px; min-height: 28px; overflow: hidden; /* background: #fff; */ position: relative;}
.module_wrapper.no_margin {margin: 0;}
.module_wrapper.no_padding > .content {padding: 0;}


/** errors **/
.error_notice {background: #FFF0F5; padding: 10px 10px; border-radius: 10px; border: 1px solid #DD3C10; margin-bottom: 10px;}
.error_notice p {background: url('/css/icons/Error.png') no-repeat scroll right; padding: 0 20px;}

/** module_load **/
/* .module_load {min-width: 400px;} */

/* .overlay {opacity:0.1; background: #000; z-index: 10;} */
.ajaxon {display: none;}

/* datepicker */
.ui-datepicker {z-index: 1001 !important; }

/* tootltip */
.tooltip {margin:auto; position: relative; z-index: 100; width: 25px;}
.tooltip .tooltip_link {background: #CDF3EF; font-weight: bold; color: #555; width: 15px; padding: 5px; border-radius: 100px; font-size: 12px; border: 1px solid #ccc;}
.tooltip .bubble {position: absolute; bottom: -20%; right: 40px; min-width: 150px; border: 1px solid #ccc; border-radius: 15px; padding: 6px; background: #CDF3EF;}
.tooltip .bubble .close {float: right; font-weight: bold; color: #555;}
.tooltip .bubble .tool_wrap {flaot: right; margin: 10px 5px 5px 5px;}
.tooltip .bubble .tool_wrap .module_load {min-width: 0;}
.tooltip .bubble .tool_wrap .module_load div.content {background: #CDF3EF;}


/** media_wrap **/
.media_wrap {background: #000; max-width: 100%;}
.media_wrap .media_clicker {max-width: 100%; position: relative; display: inline-block;}
.media_wrap .media_clicker i {opacity: 0.3; border-radius: 90px; border: 2px solid #fff; background: #fff url('/css/icons/set1/play-circle-6x.png') no-repeat; z-index: 99;  width: 48px; height: 48px; position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px;}
.media_wrap .media_clicker:hover i {opacity: 1;}

/** login_div **/
.login_div {position:relative; margin: auto; width: 450px; top: -1000px; display: table; z-index: -1;}
.login_div .module_load {min-width: 0;}
.login_div .module_wrapper div.content {border-radius: 0 0 6px 6px; overflow: visible;}
.login_div .head {border-radius: 10px 10px 0 0;}
.login_div .foot {border-radius: 0 0 10px 10px;}

/** pagination **/
.pagination {float:right; margin:10px 0; clear: both;}
.pagination span,
.pagination a {padding: 4px;border: 1px solid #AAA;color: #333;text-decoration: none;margin-right: 2px;display: block;float: right;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.pagination .pagination_next,
.pagination .pagination_prev {margin:0 3px;padding:4px 0;background-position: center center;background-repeat: no-repeat;border: 1px solid transparent;overflow: hidden;}
.pagination a:hover {background-color: #DEDEDE;color: #222;}
.pagination .pagination_current,
.pagination .pagination_current:hover {background: #0094D6;border-color: #0094D6;color: #FFF;}
.pagination .pagination_dots {color: #666;margin-right: 2px;display: block;padding: 8px 4px; border:none;}

/** forms **/
form {float: right;}
form .fieldRow.media_wrap {background: inherit; width: auto;}
form .fieldRow {float: right; clear: both; margin-bottom: 10px; position: relative; width: 100%;}
form .fieldRow .label_wrapper{float: right; margin: 0 0 5px 0;}
form .fieldRow label {float: right; }
form .fieldRow .wrapping_field {position: relative; float: right; clear: both;}

form .fieldNotice {float: right; clear: both; margin-top: 2px; color: #00aeeb; font-size: 11px;}
form .type_checkbox .fieldNotice {margin: 10px 0 0 0;}
form .fieldExtra {float: right; clear: both; margin-top: 2px; }

form .fieldRow .field_wrap{float: right; clear: both; width: 100%; border: 1px solid #a2b6c3; border-radius: 4px; overflow:hidden; height: 34px; box-sizing: border-box;}
form .fieldRow .field_submit,
form .fieldRow .field_checkbox,
form .fieldRow .field_radio {border:  none; height: auto; }
form .fieldRow .field_radio {margin-top: 3px; width: auto;}

form .fieldRow.type_checkbox .label_wrapper label {padding: 0;}
form .fieldRow .field_checkbox {width: auto; margin-left: 5px;}
form .fieldRow .field_checkbox label {with: auto; float: right;}
form .fieldRow .field_checkbox.multiple .cehckboxes_wrap {float: right;}
form .fieldRow .field_checkbox.multiple .cehckbox_wrap {float: right; margin: 0 0 8px 10px;}
form .fieldRow .field_checkbox.multiple .cehckbox_wrap label {width: auto; padding: 0; }
form .fieldRow .field_checkbox.single input {margin: 2px 0 0 0;}
form .fieldRow .field_checkbox.single .label_wrapper {width: auto; padding-right: 1px;}
form .fieldRow .field_checkbox.single label {width: auto; padding: 0;}
form .fieldRow .field_checkbox input {display: none;}
form .fieldRow .field_checkbox input + .label_wrapper label,
form .fieldRow .field_checkbox input + label {float: right;}
form .fieldRow .field_checkbox input + .label_wrapper label:before,
form .fieldRow .field_checkbox input + label:before {background: #fff; content: ''; border: 1px solid #a2b6c3; width: 16px; height: 16px; float: right; margin: 2px 0 1px 8px;}
form .fieldRow .field_checkbox input:checked + .label_wrapper label:before,
form .fieldRow .field_checkbox input:checked + label:before {background: url(/css/icons/chekced.png) no-repeat 4px 4px #a2b6c3; border: 1px solid #a2b6c3;}
form .fieldRow .field_checkbox input:disabled + .label_wrapper label,
form .fieldRow .field_checkbox input:disabled + label {opacity: 0.4;}

form .fieldRow .field_custom {height: auto; width: auto; border:none; border-radius: 0;}
form .fieldRow .field_textarea {height: auto; width: 100%;}
form .fieldRow .field_custom_richtext,
form .fieldRow .field_richtext {height: auto; width: 100%; border: none;}

form .fieldRow .field_textarea textarea,
form .fieldRow select,
form .fieldRow input {float: right; border: none;; padding: 0;margin:0; font-size: 16px;}
form .fieldRow .field_textarea textarea {height: 100px; width: 100%; padding: 5px; font-family: arial,sans-serif;}
form .fieldRow .field_richtext textarea {height: 300px;}

form .fieldRow .field_file {height: auto; width: auto; border: none; float: right;}
form .fieldRow .field_file_url input[type="text"]{border: 1px solid #ddd;border-radius: 3px;float: right;height: 27px;overflow: hidden;width: 220px;}
form .field_file_library_media_picker .allowed_file_ext{display: none;}
form .field_file_library_media_picker .actions {padding-top: 1px;}
form .field_file_library_media_picker .img_holder img {width: 100px;}

form .fieldRow input {height: 100%; width: 100%; padding: 0 10px; box-sizing: border-box;}
/* form .fieldRow input[type="password"],
form .fieldRow input[type="text"] {height: 100%; width: 100%; padding: 0 10px; box-sizing: border-box;} */
form .fieldRow input[type="file"] {padding: 0; height: 33px;}

form .fieldRow select {direction: rtl; text-align: right; padding: 5px 6px; width: 100%; height: 100%;background: #fff;border:none;}
form .fieldRow select option {margin: 3px 0; text-align: right;}

form .fieldRow .radio_wrap {float: right; margin-left: 10px; padding-top: 5px;}
form .fieldRow .radio_wrap input,
form .fieldRow .radio_wrap label {float: right; padding:0; width: auto; margin-right: 5px;}
form .fieldRow .radio_wrap input {margin-top: 3px;}


form .fieldRow.file_wrap label {padding: 0;}
form .fieldRow .field_file .file_holder {/* height: 80px; */ height: auto;}
form .fieldRow .field_file .file_holder.media {float: right; margin: 10px 0 0 0; clear: right;}
form .fieldRow .field_file .file_holder.src {float: right; clear: right; margin: 10px 0 0 0;}
form .fieldRow .field_file .file_holder img{float: right; width: 40px;}
form .fieldRow .field_file .file_holder .file_media {float: right; margin: 2px 0 0 0;}
form .fieldRow .field_file .file_holder .file_media img {float: right; width: 12px;}
form .fieldRow .field_file .file_holder .file_media span{float: right; margin: 0 5px 0 0;}
form .fieldRow .field_file .file_holder .remove_wrapper {margin-top: 5px; float: right; clear: both;}
form .fieldRow .field_file .file_holder .remove_wrapper .field_checkbox {float: right; margin: 2px 0;padding-top: 2px;}
form .fieldRow .field_file .file_holder .remove_wrapper label {float: right; width: 100px; padding-top: 0; margin: 2px 1px 0 0; font-size: 12px; }
form .fieldRow .field_file .file_holder .remove_wrapper label:before {width: 12px; height: 12px; margin: 1px 0 1px 8px;}
form .fieldRow .field_file .file_holder .remove_wrapper input:checked + .label_wrapper label:before,
form .fieldRow .field_file .file_holder .remove_wrapper input:checked + label:before {background: url(/css/icons/chekced.png) no-repeat 2px 2px #a2b6c3;}

form .fieldRow .field_file .allowed_file_ext {margin: 3px 0 0 0; float: right; clear: both; font-size: 10px;}

form .fieldRow .form_field_overlay {background: #fff;height: 100%; opacity: 0.7; position: absolute; width: 100%;}
form .fieldRow .form_field_overlay:hover {opacity:0.5;}

form .fieldRow .field_media_picker {border: none; height: auto; width: auto; padding-top: 8px;}
form .fieldRow .field_media_picker .img_holder img {width: 100px;}
form .fieldRow .field_media_picker .actions a {float: right; clear: both;}


form .type_password .field_wrap.change {width: auto; border: none;}
form .type_password .field_wrap.change a{float: right; text-decoration: underline; padding: 10px 0 0 0;}

form .email_wrap .field_wrap.change {width: auto; border: none;}
form .email_wrap .field_wrap.change span{float: right; padding: 12px 0 0 0;}
form .email_wrap .field_wrap.change a{float: right; text-decoration: underline; padding: 10px 0 0 0; margin: 0 10px 0 0;}

form .submit_wrap {margin-top: 10px;}
/* form .submit_wrap .field_wrap {width: auto; float: left;} */
form .submit_wrap input {cursor: pointer; background: #029EB6; border-radius: 5px; opacity: 0.8; font-size: 18px; color: #fff; padding: 10px 16px;}
form.delete_form .submit_wrap .field_wrap input {background: #FF4351; }
form .submit_wrap input:hover{opacity: 1;}

form .field_wrap .default {color: #ccc;}

form .error .field_wrap {border: 1px solid #ffb4b5;}
/* form .error .field_wrap input {background: #ffedee;} */
form .error .field_checkbox {border: none;}
form .error .field_checkbox.single {background: #ffedee;}
form .error.type_checkbox .errField {top: -10px;}
form .error .field_file {background: #ffedee;}
form .errField {display: none; z-index: 9; float: right; clear: both; margin: 5px 0 0 0;}
form .errField .wrap {color: #f74853; font-size: 11px;}
form .errField .wrap span {float: right; border-right: 1px solid #f74853; padding: 0 5px;}
form .errField .wrap span:first-child {border-right: none; padding-right: 0;}
/* form .errField {position: absolute; right: 102%; top: 0px; padding: 0; width: auto;overflow: hidden;} */
/* form .errField .wrap {background: #f74853; padding:0 5px; width: 80px; float: left;height: 100%; border-radius: 3px;min-height: 30px; } */
/* form .errField span {text-align:center; clear: both; color: #fff; font-size: 11px; padding: 1px 0 0 0; display: block;} */
/* form .errField span.mandatory {display: block;} */

form .form_messages {color: #FF0033;}

/** autocomplete **/
form .ac_results {z-index: 1; position: absolute; background: #fff; float: left; display: none; clear: both; overflow: hidden; max-height: 150px; overflow-y: auto; border:1px solid #ccc; box-shadow: 0px 5px 10px #888888;}
form .ac_results .pane_results li {width: auto;}
form .ac_results .pane_results .pane_result {width: 100%; padding: 5px;  cursor: pointer; display: block;}
form .ac_results li {font-size: 14px; color: #757575;}
form .ac_results li.highlight {background: #ddd;}
form .ac_results li b {color: #000;}
form .block_panel {display: none;}

/** preivew_img **/

form .preivew_img {float: right; clear: both; max-width:100px; margin: 10px 0 5px 0;}
form .preview_remove {float: right; clear: both;}

/** custom field file **/
form .custom_file_style .field_file > input {display: none;}
form .custom_file_style .wrapping_field {width: 100%;}
form .custom_file_style .wrapping_field > .label_wrapper {opacity: 0.9; text-align: center; color: #fff; width: 100%; background: #42B72A; padding: 10px 16px; box-sizing: border-box; border-radius: 5px;}
form .custom_file_style .wrapping_field > .label_wrapper:hover {opacity: 1;}
form .custom_file_style .wrapping_field > .label_wrapper label {width: 100%; cursor: pointer;}
form .custom_file_style .wrapping_field > .label_wrapper label:before {content: "\f0ee"; font-family: FontAwesome;  margin-left: 10px; display: inline-block; font-size: 20px;}


/*********************************************************End basic**********************************************************/

/** site_header */


/** site_footer **/


/** dates **/
.posted_by a,
.posted_by span{float: right; margin-right: 5px; font-size: 10px;}
.posted_by a {line-height: 10px;}
.posted_by span {color: #999;}

/** helper_date **/
.helper_date {font-size: 11px; font-style: italic;}

/** dialog **/
.ui-widget {font-family: arial,sans-serif; font-size: inherit;}
.ui-widget-overlay {opacity: 0.6; background: #000;}

.ui-dialog-fixed {max-width: 95%; max-height: 95%; overflow:visible; position: fixed;}
.ui-dialog-absolute {position: absolute; max-height: inherit; max-width: inherit;}
.ui-dialog {border-radius: 6px;}
.ui-dialog .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:none;}
.ui-dialog .ui-dialog-titlebar-close span,
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-widget-header .ui-icon {width: 17px; height: 17px; background: url(/css/icons/set1/circle-x-2x.png) no-repeat 0 0; font-weight:bold; color:#000; border:none; padding: 0px; margin: 0px; top:1px; right:5px;}
.ui-dialog .ui-icon.ui-icon-closethick {width: 17px; height: 17px; background: none; }
.ui-dialog .ui-dialog-titlebar {text-align: center;  font-size: 12px; padding: 0 0 20px 0;}
.ui-dialog .ui-dialog-title {text-decoration: underline;}
.ui-dialog .ui-dialog-content {padding: 0}

.ui-dialog .ui-widget-header {border: none; background: none;}
.ui-dialog .ui-dialog-title {float:none; margin:0; font-size: 15px;}
.ui-dialog .module_load .content {border: none;}
.ui-dialog .module_load .content form {min-width: 350px;}


/* navigation */
.navigation .horizontal {float: right;}
.navigation .horizontal li {float: right; width: 50px; text-align: center; padding: 5px; width: auto;}
.navigation .horizontal li span {float: right;}
.navigation .horizontal li i {float: right; padding: 7px 5px;}
.navigation .horizontal li span {text-decoration: underline;}
.navigation .horizontal li.nohover:hover a,
.navigation .horizontal li.nohover.selected a {font-weight: inherit; text-decoration: inherit; color: inherit;}
.navigation .horizontal li:hover a,
.navigation .horizontal li.selected a{text-decoration: underline; color: #4203F0;}

.navigation .vertical {float: right; width: 100%;}
.navigation .vertical li {float: right; clear: both; width: 100%; border-bottom: 1px solid #dfdfdf; overflow: hidden;}
.navigation .vertical li.last {border: none;}
.navigation .vertical li a {float: right;}
.navigation .vertical li a i {float: right; padding: 7px 5px;}
.navigation .vertical li a span {float: right; padding: 7px 5px; display: block;}
.navigation .vertical li:hover {background: #f1f1f1; border-radius: 5px;}
.navigation .vertical li:hover a,
.navigation .vertical li.nohover:hover a,
.navigation .vertical li.nohover.selected a {}
.navigation .vertical li.selected a{width: 100%; float: right; color: #333; text-decoration: none;}
.navigation .vertical li.selected a {font-weight: bold; }

/** button_normal**/
.button_normal {display: inline-block;}
.button_normal a {display:inline-block; cursor: pointer; background: #029EB6; border-radius: 5px; opacity: 0.8; font-size: 18px; color: #fff; padding: 10px 16px;}











