/* Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess */
@import url(//fonts.googleapis.com/earlyaccess/notoserifthai.css);
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff) format('woff'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff) format('woff'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype');
}

.xdebug-var-dump {font-size: 13px;}
.systemerrors {white-space: inherit; font-size: 12px; white-space: break-spaces; direction: ltr; margin: 5px;} .systemerrors br {display: none;} .systemerrors b {color: darkred;}
.pr_r {white-space: inherit; font-size: 12px; white-space: break-spaces; direction: ltr; margin: 5px;}
.var_d {white-space: inherit; font-size: 12px; white-space: break-spaces; direction: ltr; margin: 5px;}

* {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: rgb(247, 249, 249);
    /*background: #222;*/
	background: #18222D;
	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: #518EC3;
}
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.4; background: #fff; 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 slide_up {
	from {bottom: -100px;}
	to {bottom: 0;}
}
@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;}
}

*:hover {text-decoration: none; transition: all .3s ease 0s;}

* {box-sizing: border-box;}

.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;
}


/******simple table******/


table.simple_table {width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #f3f3f3; user-select: none;}

table.simple_table td,
table.simple_table th {border-bottom: 1px solid #f3f3f3; background: #fff; font-size: 14px; vertical-align: middle; text-align: right;}
table.simple_table tr:last-child td{border: none;}

table.simple_table th {background: #f3f3f3;}




/*table.simple_table th {background: #f6f7f8; border: 1px solid #f6f7f8;}*/

table.simple_table th,
table.simple_table td { padding: 7px 15px 7px 0;}
table.simple_table td {  padding: 7px 15px 7px 0;}

table.simple_table td img,
table.simple_table th img {vertical-align: middle;}


/************/

/****data table****/

table.data_table {
	line-height: 1.5;
	width: 100%;
	color: #778c9a;
	font-weight: 400;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	font-size: 14px;
}

table.data_table th,
table.data_table td {
	padding: 9px 10px;
	font-weight: 300;
	text-align: right;
	display: table-cell;
}

table.data_table td .limited {
	max-width: 130px;
	/*max-height: 1.5rem;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/*line-height: 1.5;*/
}

table.data_table tbody tr td {
	font-weight: 400;
	font-size: 14px;
	background: #fff;
	color: #1b3445;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	transition: border-color 0.3s;

}

table.data_table tbody tr {transition: box-shadow 0.3s; position: relative; transform: scale(1);}

table.data_table tbody tr td:first-child {
	border-right: 1px solid #eeeeee;
	border-radius: 0 2px 2px 0;
}
table.data_table tbody tr td.last,
table.data_table tbody tr td:last-child {
	border-left: 1px solid #eeeeee;
	border-radius: 2px 0 0 2px;
}
table.data_table tbody tr td.overlay {
	border: none;
	border-radius: 0;
	z-index: 1;
	opacity: 0.6;
	position: absolute; right: 0; width: 100%; height: 100%; display: none;
}

table.data_table tbody tr:hover td {
	border-color: #18c746;
	border-radius: 0;
}


table.data_table tbody tr.group {}
table.data_table tbody tr.group td {padding: 10px 0 20px 0; border: none; background: none;}
table.data_table tbody tr.group td > div {position: relative;}
table.data_table tbody tr.group td > div::before {background: #d4dade; content: ""; display: block;	height: 1px; position: absolute; top: 50%; width: 100%; left: 0;}




/** 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: 0;
}
.spacer {
	display: none;
	width: 1%;
	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; font-size: 22px; color: #1b3445; font-weight: 700; margin-bottom: 10px; display: block; width: 100%;}
.module_wrapper .module_headline i {display: none;}
.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;}
.module_wrapper.no_border > .content {border: none;}



/** errors **/
.msg_notice {overflow: hidden; clear: both; background: none;}
.msg_notice p {text-align: center; color: #555555;}
.msg_notice i {display: none;}

.no_results {overflow: hidden; clear: both; background: none;}
.no_results p {float: right; padding: 6px 0 0 0; font-size: 14px;}
.no_results i {display: none;}

.error_notice {overflow: hidden; clear: both; background: none;}
.error_notice p {float: right; padding: 3px 0 0 0;}
.error_notice i {display: none;}
/** module_load **/
/* .module_load {min-width: 400px;} */

/* .overlay {opacity:0.1; background: #000; z-index: 10;} */
/*.ajaxon {display: none;}*/
.ajaxon {width:100%; height: 200px; background: url(/css/images/israel_flag.gif) scroll 50% 0 no-repeat; margin:auto; display:block; z-index: 11; position: fixed !important; top: 50% !important;}

/* 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 #eeeeee; 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_radio .label_wrapper label {padding: 0;}
form .fieldRow .field_radio {width: auto;}
form .fieldRow .field_radio label {with: auto; float: right;}
form .fieldRow .field_radio input {margin: 2px 0 0 0;}
form .fieldRow .field_radio .label_wrapper {width: auto; padding-right: 1px;}
form .fieldRow .field_radio label {width: auto; padding: 0;}
form .fieldRow .field_radio input {display: none;}
form .fieldRow .field_radio input + .label_wrapper label,
form .fieldRow .field_radio input + label {float: right;}
form .fieldRow .field_radio input + .label_wrapper label:before,
form .fieldRow .field_radio input + label:before {box-sizing: border-box; background: #fff; content: ''; border-radius: 50%; border: 1px solid #ccc; width: 16px; height: 16px; float: right; margin: 5px 0 1px 5px;}
form .fieldRow .field_radio input:checked + .label_wrapper label:before,
form .fieldRow .field_radio input:checked + label:before {border: 5px solid #518EC3;}
form .fieldRow .field_radio input:disabled + .label_wrapper label,
form .fieldRow .field_radio input:disabled + label {opacity: 0.4;}

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.type_dateselect {margin: 0;}
form .fieldRow.type_dateselect > .errField {display: none !important;}
form .fieldRow .field_dateselect {height: auto; border: none; display: flex; justify-content: space-between;}
form .fieldRow .field_dateselect .fieldRow.type_select {width: 32%; }


/*form .fieldRow.type_datemonth .field_wrap {border: none; }*/
form .fieldRow.type_datemonth a.dates_months {display: flex; align-items: center;  border-radius: 5px; height: 100%; width: 100%; text-align: center;}
form .fieldRow.type_datemonth a.dates_months span {width: 100%;}
form .fieldRow.type_datemonth a.dates_months:hover {opacity: 0.8;}


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;}


/* pop_model */

.pop_model {position: fixed; bottom: 0; left: 0; right: 0; top: 0; z-index: 1001; background: rgba(0,0,0,.7); opacity: inherit; overflow: auto;}
.pop_model .close {width: 34px; height:34px; font-size: 20px; color:#000; text-align: center; background: #fff; border-radius: 50%; position: absolute; left: 30px; top: 30px; cursor: pointer; z-index: 200;}
.pop_model .close:hover {color: red;}
.pop_model .contentModel {border-radius: 5px; padding: 15px; margin: 50px auto; display: flex; background: #fff; min-height: 100px; max-width: 1200px;}

.pop_model.small .contentModel {width: 350px;}
.pop_model.medium .contentModel {width: 500px;}


/* 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;}


/*** modal image ***/
/* Basic styles for the modal */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.9); /* Optional: semi-transparent background for overlay */
}

/* Prevent scrolling of the body when the modal is open */
.modal-open {
	overflow: hidden; /* Hide overflow to disable scrolling */
}


/* Modal content box */
.modal .modal-content {
	position: absolute; /* Position absolute to center it */
	top: 50%; /* Center vertically */
	left: 50%; /* Center horizontally */
	transform: translate(-50%, -50%); /* Adjust position to be perfectly centered */
	margin: 0; /* No margin */
	padding: 0; /* No padding */
	border: none; /* Remove border */
	width: 95%; /* Allow full width */
	height: auto; /* Allow full height */
	display: flex;
	justify-content: center;;
}

/*@media screen and (max-width: 1000px) {*/
/*	.modal-content {width: 90%;}*/
/*}*/

/* Close button (X) */
.modal .close {
	color: #aaa;
	font-size: 30px; /* Increase the size */
	font-weight: bold;
	cursor: pointer; /* Pointer cursor on hover */
	position: absolute; /* Position the close button */
	top: 20px; /* Adjust position above the modal */
	right: 20px; /* Adjust position to the right of the modal */
	z-index: 1001; /* Sit on top of the modal content */
}

.modal .close:hover,
.modal .close:focus {
	/*color: black; !* Change color on hover *!*/
	text-decoration: none; /* No underline */
	cursor: pointer; /* Pointer cursor */
}

/* Style for the image in the modal */
.modal .modal-image {
	display: block; /* Ensure the image is a block element */
	width: auto; /* Maintain the aspect ratio */
	height: auto; /* Fill the height of the modal */
	object-fit: contain; /* Maintain aspect ratio, fit within the container */
}


/***shareButton***/
.shareit {display: flex}
.shareit .shareButton {width: 20px; height: 20px; background: url(/css/icons/share-64.png) center/cover no-repeat; display: inline-block; margin: 5px 15px;}
.shareit .link {width: 20px; height: 20px; background: url(/css/icons/link-50.png) center/cover no-repeat; display: inline-block; margin: 5px 15px;}
.shareit .shareButton, .copyLinkButton {
	/*padding: 10px 20px;*/
	/*font-size: 16px;*/
	cursor: pointer;
}

.shareit .sharePopup {
	display: none;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.shareit .popup-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
	text-align: center;
}


.shareit .popup-content a,
.shareit .copyLinkButton {
	display: block;
	margin: 10px 0;
	padding: 10px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	width: 100%;
	font-size: 16px;
}
.shareit .popup-content input {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
}

.shareit .popup-content a:hover,
.shareit .copyLinkButton:hover {
	background-color: #0056b3;
}

.shareit .copyMessage {
	color: #0e0e0e;;
}


/* Close button (X) */
.shareit .close {
	color: #aaa;
	font-size: 30px; /* Increase the size */
	font-weight: bold;
	cursor: pointer; /* Pointer cursor on hover */
	position: absolute; /* Position the close button */
	top: 20px; /* Adjust position above the modal */
	right: 20px; /* Adjust position to the right of the modal */
	z-index: 1001; /* Sit on top of the modal content */
}
.shareit .close:hover,
.shareit .close:focus {
	/*color: black; !* Change color on hover *!*/
	text-decoration: none; /* No underline */
	cursor: pointer; /* Pointer cursor */
}

