/******************************************************************************************
	RESET
******************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
}


/******************************************************************************************
	GLOBAL
******************************************************************************************/
  @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap');

/****************************  Main Elements ***************************/
*						{margin:0px; padding:0px;}
HTML					{height:100%; overflow-y:scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
BODY					{height:100%; text-align:center; font-size:23px; line-height:135%; color:#4D4D4D; font-family:'Assistant', Helvetica, sans-serif; background:url('../images/city-bg.jpg') no-repeat center center fixed; background-size:cover;}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
	BODY	{font-size:22px;}
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
	BODY	{font-size:21px;}
}
@media screen and (max-width: 900px) and (min-width: 601px) {
	BODY	{font-size:20px;}
}
@media screen and (max-width: 600px) and (min-width: 361px) {
	BODY	{font-size:19px;}
}
@media screen and (max-width: 360px) {
	BODY	{font-size:18px;}
}

H1	{display:inline; font-size:30px; line-height:115%;}
H2	{display:inline; font-size:22px; line-height:115%;}
H3	{display:inline; font-size:19px; line-height:115%;}
H4	{display:inline; font-size:17px; line-height:115%;}
H5	{display:inline; font-size:17px; line-height:115%;}
H6	{display:inline; font-size:17px; line-height:115%;}

P						{margin-bottom:10px; font-size:inherit;}
SMALL					{font-size:75%;}
UL, OL					{font-size:inherit; padding-right:13px; padding-left:13px;}
LI						{margin:0; padding:0; font-size:inherit;}
UL LI					{list-style:disc;}
OL LI					{padding:0 4px;}
TABLE					{font-size:inherit; line-height:inherit;}
TD						{font-size:inherit;}
HR						{border:0; border-bottom:1px solid #ddd; height:1px; width:100%; background-color:transparent;}
IMG						{border:0; padding:0; margin:0; -ms-interpolation-mode:bicubic;}

A						{text-decoration:underline; color:#005175; -webkit-tap-highlight-color:rgba(103,199,245,0.4);}
A:hover					{text-decoration:none; color:#005175;}
A:active, A:focus		{}


.clearfix:before, .clearfix:after	{content:""; display:table;}
.clearfix:after		{content:"."; display:block; clear:both; height:0; font-size:0; line-height:0; visibility:hidden;} 
.clearfix			{zoom:1;}


/****************************** Form stuff ***********************************/
FORM						{display:inline;}
FIELDSET					{border:1px solid #cccccc; padding:.35rem .625rem .75rem; margin-bottom:20px; background-color:rgba(0,0,0,0.05);}
LEGEND						{border:1px solid #ddd; margin-bottom:10px; padding:5px 30px; font-weight:bold; white-space:normal; background-color:rgba(0,0,0,0.1);}
TEXTAREA					{height:90px; line-height:18px; background-color:#f4f6f8; color:#4D4D4D; border:0; vertical-align:top; font-size:19px; padding:4px 10px 4px 10px; border-radius:5px; margin:0; font-family:'Assistant', Arial, helvetica, sans-serif; box-sizing:border-box;}
SELECT						{height:38px; line-height:19px; background-color:#f4f6f8; color:#4D4D4D; border:0; vertical-align:top; font-size:19px; padding:2px 10px 2px 10px; border-radius:5px; font-family:'Assistant', Arial, helvetica, sans-serif; box-sizing:border-box;}

INPUT						{line-height:normal; vertical-align:top; font-size:19px; font-family:'Assistant', Arial, helvetica, sans-serif;}
INPUT::-moz-focus-inner		{border:0; padding:0}

INPUT.text1, INPUT.captchaVal	{height:38px; font-size:19px; line-height:36px; padding:0px 10px 0px 10px; background-color:#f4f6f8; color:#4D4D4D; border-radius:5px; border:0; box-sizing:border-box;}
/*.text1
.text2*/

INPUT:-webkit-autofill		{-webkit-box-shadow:inset 0 0 0px 1000px #f4f6f8; -webkit-text-fill-color:#4D4D4D; padding:0px 10px 0px 10px; box-sizing:border-box;}
::-ms-clear					{display:none !important;}

INPUT[type="text"]			{vertical-align:top;}
INPUT[type="password"]		{vertical-align:top;}
INPUT[type="reset"]			{cursor:pointer; -webkit-appearance:button;}
INPUT[type="submit"]		{cursor:pointer; -webkit-appearance:button;}
INPUT[type="checkbox"]		{margin:0px 4px 0px 4px; vertical-align:middle; padding:0; width:15px; height:15px;}
INPUT[type="radio"]			{margin:0px 4px 0px 4px; vertical-align:middle;  padding:0; width:15px; height:15px;}
INPUT[type="search"]									{-webkit-appearance:textfield; box-sizing:content-box;}
INPUT[type="search"]::-webkit-search-decoration			{-webkit-appearance:none}
INPUT[type="search"]::-webkit-search-cancel-button		{-webkit-appearance:none;}
INPUT[type="image"]			{display:block;}
INPUT[type="button"]		{cursor:pointer; -webkit-appearance:button;}
BUTTON						{line-height:normal; font-size:100%; margin:0; vertical-align:top; cursor:pointer; -webkit-appearance:button; font-family:'Assistant', Arial, Helvetica, sans-serif;}
BUTTON::-moz-focus-inner	{border:0; padding:0}

INPUT.button		{background:#005175; color:#fff; height:38px; line-height:100%; font-weight:600; border:0; padding:0px 20px 0px 20px; border-radius:5px; vertical-align:top; text-align:center; cursor:pointer; font-family:'Assistant', Arial, Helvetica, sans-serif; box-sizing:border-box;}
INPUT.button.inv-button	{background:#fff; color:#005175; border:#005175 1px solid;}
INPUT.button, button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
INPUT.button:hover,
INPUT.button:focus		{background:#009dc4; color:#fff;}
INPUT.inv-button:hover,
INPUT.inv-button:focus		{background:#009dc4; color:#fff;}
#casualPayment:hover, #casualPayment:focus		{background:#005175; color:#fff;}

INPUT:focus, SELECT:focus, TEXTAREA:focus	{box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2); outline:none;}

/** placeholder **/
*::-webkit-input-placeholder		{color:#4D4D4D;}
*:-moz-placeholder					{color:#4D4D4D;} /* FF 4-18 */
*::-moz-placeholder					{color:#4D4D4D;} /* FF 19+ */
*:-ms-input-placeholder				{color:#4D4D4D;} /* IE 10+ */
*:focus::-webkit-input-placeholder	{opacity:0;}
*:focus*:-moz-placeholder			{opacity:0;} /* FF 4-18 */
*:focus*::-moz-placeholder			{opacity:0;} /* FF 19+ */
*:focus*:-ms-input-placeholder		{opacity:0;} /* IE 10+ */
*::-webkit-input-placeholder		{text-align:right;}
*:-moz-placeholder 					{text-align:right;} /* FF 4-18 */
*::-moz-placeholder					{text-align:right;} /* FF 19+ */
*:-ms-input-placeholder				{text-align:right;} /* IE 10+ */

/*******************************************************************/

.page-title		{margin-bottom:7px;}
.page-title H1	{color:#005175; font-size:23px; line-height:115%; font-weight:600;}

.content_title {
	font-size:30px;
	font-weight:normal;
	color:#407eb6;
	padding-bottom:20px;
}
.title { /*sidebar title*/
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
}
.readmore {
	color:#407eb6;
	font-size:13px;
	float:left;
	text-decoration:underline;
}

/******************************************************************************************
	STRUCTURE
******************************************************************************************/
#site-wrap {
	width:100%;
	max-width:1920px;
	min-height:100%;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	direction:rtl;
	text-align:right;
	box-sizing:border-box;
}
@media screen and (min-width: 1041px) {
	#site-wrap	{padding:0px 320px 66px 50px;}
	#home-page #site-wrap	{padding:40px 2.6% 66px 2.6%;}
	#site-wrap.no-login		{padding:0px 2.6% 66px 2.6%;}
	/*#Login #site-wrap,
	#Register #site-wrap	{padding:0px 2.6% 60px 2.6%;}*/
}
@media screen and (max-width: 1040px) {
	#site-wrap	{padding:0px 2.6% 60px 2.6%;}
}
@media screen and (max-width: 540px) {
	#site-wrap	{padding-bottom:110px;}
}


#header {
	width:100%;
	display:table;
}

#middle {
	width:100%;
}

#footer {
	width:100%;
	position:absolute;
	left:0px; right:0px; bottom:0px;
	background-color:#fff;
	border-top: #ddd 1px solid;
	max-width:1920px;
	margin:0 auto;
	padding:0px 2.5% 0px 2.5%;
	vertical-align:middle;
	box-sizing:border-box;
}

#footer.fixed {
	position:fixed;
}

.center-wrap {
	margin:0 auto;
}

#wrappercontainer {
	margin: auto;
	width: 100%;
}

#wrapper {
	margin: auto;
	width: 100%;
}
#Login #wrapper {
	max-width:1535px;
}

/******************************************************************************************
	HEADER
******************************************************************************************/
.logo {
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.logo:hover, .logo:active, .logo:focus {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	background-color:transparent !important;
}
.logo img {
	display:block;
	width: 100%;
	height: auto;
}
#billy_logo {
	display:table;
	width:147px;
	margin:75px auto -40px auto;
}
#billy_logo.default-logo {
	margin:18px 0px 0px 0px !important;
}
#prioricity_logo {
	float:left;
	width:124px;
}
#hareshut_logo {
	display: table;
    position: fixed;
    top: 70px;
    right: 52px;
    z-index: 999;
}
@media screen and (min-width: 1041px) {
	#hareshut_logo	{width:165px; display:flex; justify-content:center;}
}

#hareshut_logo img {
	/* max-width: 165px in aspx */
	display:block;
}

.logout {
	height:50px;
	display: table;
    margin: 65px auto -55px 0px;
	position:relative;
	color:#707070;
	font-size:20px;
	line-height:115%;
	padding-right:35px;
	background:url('../images/logout-icon.png') no-repeat right top;
}
@media screen and (min-width: 1200px) {
	.logout	{margin-left:40px;}
}

.logout span {
	display:block;
	cursor:pointer;
	font-size:20px;
	line-height:115%;
	font-weight:600;
	color:#4d4d4d;
	padding-left:18px;
	background:url('../images/logout-v.png') no-repeat left center;
}
a.CloseBut {
	opacity:0;
	position: absolute;
    bottom: -10px;
    right: 35px;
	background:#fff;
	color:#005175;
	font-weight:500;
	border:#005175 1px solid;
	border-radius:5px;
	font-size:19px;
	line-height:26px;
	padding:1px 20px 2px 20px;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logout:hover a.CloseBut, .logout:focus a.CloseBut, .logout.focus a {
	opacity:1;
}
a.CloseBut:hover, a.CloseBut:focus {
	opacity:1;
	background-color:#009dc4;
	color:#fff;
	text-decoration:none;
}

@media screen and (max-width: 1040px) {
	#header .center-wrap	{padding:0 45px 0 60px;}
	.logout			{height:auto; padding-bottom:40px; margin:40px auto -90px 0;}
	a.CloseBut		{top:auto; bottom:0; line-height:26px; padding:0 20px 3px 20px;}
	.logout span	{font-size:inherit;}
	#hareshut_logo	{position:static; margin:0 0 30px auto;}
}

@media screen and (max-width: 700px) {
	.logout			{margin:15px auto 0 auto;}
	#hareshut_logo	{margin:20px auto 20px auto;}
}


/******************************************************************************************
	MIDDLE
******************************************************************************************/
#content_side {
    width:100%;
}
.center-left {
}
.no-side .center-left {
	float:none;
	margin:0px auto 40px auto;
	width:100%;
}
.center-left .page-title {
}
.no-side .center-left .page-title {
	/*text-align:center;
	margin-top:0px;*/
}

.content-box {
	box-sizing:border-box;
}

/** content buttons **/
.button-property	{float:left; margin-right:10px;}
.buttons			{text-align:left; font-size:0; display:table; width:100%;}
.right-buttons		{float:right; display:table;}
input.button-home		{width:150px; background:#fff; color:#009dc4; border:#009dc4 1px solid;}
input.button-home:hover, input.button-home:focus	{background:#005175; color:#fff;}
input.button.button-print		{width:150px; background:#fff; color:#005175; border:#005175 1px solid;}
input.button-print:hover, input.button-print:focus	{background:#009dc4; color:#fff;}
input.button-pay		{}
input.button-pay:hover, input.button-pay:focus		{}
input.button-back		{}
input.button-back:hover, input.button-back:focus		{}
input.button-all		{}
input.button-all:hover, input.button-all:focus		{}

@media screen and (max-width: 650px) {
	/* water popup */
	#water .buttons				{text-align:center;}
	#water .right-buttons		{float:none; display:table; margin:auto;}
	#water .right-buttons		{float:none; display:table; margin:auto;}
	#water .buttons input.button		{float:none; margin:0px auto 20px auto;}
	#water .buttons .right-buttons input.button		{margin:0px 5px 10px 5px;}
	
	/* payment */
	/*#page1 .buttons				{text-align:center;}
	#page1 .right-buttons		{float:none; display:table; margin:auto;}
	#page1 .right-buttons		{float:none; display:table; margin:auto;}
	#page1 .buttons input.button		{float:none; margin:0px auto 20px auto;}
	#page1 .buttons .right-buttons input.button		{margin:0px 5px 10px 5px;}*/
}

/**************************** side bar ********************************/
@media screen and (min-width: 1041px) {
	.sidebar {
		width: 270px;
		background: #fff;
		padding:250px 0 71px 0; /* 5 + 66 is footer height */
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		overflow-y:auto;
		box-sizing:border-box;
	}
}

.sidebar .title {
	display:none;
}
#news.sidebar .title {
}

/*** 1st level ***/
.sidebar ul {
	list-style:none;
	padding:0;
}
#nav ul > li {
	border-bottom:1px solid #fff;
	background-color:#fff;
	list-style:none;
}
#nav ul > li > a {
	color:#999;
	font-size:20px;
	line-height:115%;
	padding:15px 30px 12px 15px;
	display:flex;
	justify-content:flex-start;
	border-right:#fff 5px solid;
	/*background-repeat:no-repeat;
	background-position:right top;
	background-size:16px;*/
	text-decoration:none;
	-webkit-transition: all 0.5s ease, color 0.2s ease;
	-moz-transition: all 0.5s ease, color 0.2s ease;
	-o-transition: all 0.5s ease, color 0.2s ease;
	-ms-transition: all 0.5s ease, color 0.2s ease;
	transition: all 0.5s ease, color 0.2s ease;
}
/*#nav #pay > a		{background-image:url('../images/icon-pay.svg');}
#nav #data > a		{background-image:url('../images/icon-data.svg');}
#nav #arnona > a	{background-image:url('../images/icon-arnona.svg');}
#nav #bill > a		{background-image:url('../images/icon-bill.svg');}
#nav #graph > a		{background-image:url('../images/icon-graph.svg');}
#nav #client > a	{background-image:url('../images/icon-client.svg');}
#nav #folder > a	{background-image:url('../images/icon-folder.svg');}
#nav #pencil > a	{background-image:url('../images/icon-pencil.svg');}
#nav #password > a	{background-image:url('../images/icon-password.svg');}
#nav #form > a		{background-image:url('../images/icon-form.svg');}
#nav #forms > a		{background-image:url('../images/icon-forms.svg');}*/

#nav ul > li > a img	{display:block; width:16px; opacity:0.5; margin-left:10px;}

#nav ul > li > a:hover,
#nav ul > li > a:active,
#nav ul > li > a:focus {
	background-color:#F2F8FF;
	color:#4d4d4d;
	border-right-color:#005175;
}
#nav ul > li > a:hover img,
#nav ul > li > a:active img,
#nav ul > li > a:focus img {
	opacity:1;
}
#nav ul > li.active > a {
	background-color:#F2F8FF;
	color:#4d4d4d;
	border-right-color:#005175;
}
#nav ul > li.active > a img {
	opacity:1;
}

#menu-button {
	display:none;
	width:46px;
	height:39px;
	margin:0px auto 20px auto;
	border:#005175 1px solid;
	background-color:#005175;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
}
#menu-button:hover, #menu-button:focus	{background-color:#009dc4;}

#menu-button .fa-bars {
	font-size:32px; font-weight:normal; color:#fff; margin-top:4px;
}

@media screen and (max-width: 1040px) {
	#header			{margin-bottom:20px;}
	.center-left	{float:none; margin:auto; width:100%;}
	#menu-button	{display:table;}
	.sidebar		{float:none; display:table; width:90%; max-width:540px; margin:0px auto;}
	#nav ul			{display:none; margin-bottom:40px; background:#fff; border-radius:10px; overflow:hidden;}
	#nav ul > li	{float:right; width:50%; box-sizing:border-box;}
	.center-left .page-title	{/*text-align:center;*/}
}
@media screen and (max-width: 1040px) {
	#menu-button	{position:fixed; top:10px; left:10px; z-index:999;}
}
@media screen and (max-width: 599px) {
	.sidebar		{max-width:400px;}
	#nav ul > li	{float:none; width:100%; border-left:0;}
}


/*** 2nd level ***/
#nav ul ul {
	display:none;
}
#nav ul li:hover > ul,
#nav ul li:hover > ul ul
{
	display:block;
	position:absolute;
	right:185px;
	top:0px;
	background:#eee;
}
#nav ul li:hover > ul li:hover a {
	color:#659f17;
}
#nav ul li:hover > ul li a
{
	color:#094e67;
}
#news ul li
{
	margin-bottom:20px;
}


/******************************************************************************************
	SLIDER
******************************************************************************************/
#slider {
	float:left;
	margin-top:40px;
	width:540px;
}


/******************************************************************************************
	FOOTER
******************************************************************************************/
#footer .center-wrap {
}
ul.nav_bottom {
	display:table;
	list-style:none;
	float:right;
	margin:5px 0px 0px 0px;
	padding:0;
}
.nav_bottom li {
	display:table-cell;
	vertical-align:bottom;
	/*float:right;
	display:inline;
	background:url('../images/bottom_nav_sep.png') left 2px no-repeat;*/
	padding-left:10px;
	margin-left:10px;
}
.nav_bottom li:last-child {
	padding-right:7px;
	padding-bottom:10px;
	background:none;
	padding-left:0;
	margin-left:0;
}
.nav_bottom li a {
	color:#000;
	font-size:17px;
	line-height:19px;
	display: block;
	text-decoration:none; 
}
.nav_bottom li a:hover {
	color:#000;
	text-decoration:underline; 
}

span#siteseal {
	display: table;
    margin-bottom: 5px;
}

.daronet {
	width:200px; height:20px;
	display:table;
	float:left;
	margin:32px 0px 10px 0px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAUCAYAAAA3BlcoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MTAwRDlBODc4MTExRURBRDlBOTkzMTI4OENGRDRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MTAwRDlCODc4MTExRURBRDlBOTkzMTI4OENGRDRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkxMDBEOTg4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxMDBEOTk4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70XGSfAAAIFElEQVR42uya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') !important;
	background-repeat:no-repeat;
	background-position:center top;
}
.s_tag {position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; clip:rect(0,0,0,0);}

.daronet:focus {
	background-color:#fff;
}

 @media screen and (max-width: 540px) {
	ul.nav_bottom	{float:none; margin:0px auto 15px auto;}
	.daronet		{float:none; margin:0px auto 15px auto;}
}



