@media (min-width: 768px) {
	.float-md-right {
		float: right !important;
	}
	.float-md-left {
		float: left !important;
	}
}

/**/

.toshav-center-container {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.icons > ul > li {
	display: inline-block;
	padding: 1rem;
}


@media (max-width: 768px) {
	.icons > ul > li {
		display: inline-block;
		padding: .5rem;
	}
}

/*
@media (min-width: 992px) {
	.icons > ul > li {
		float: right;
		width: 33.33%;
	}
}
*/

.icons > ul > li > a {
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	position: relative;
	background: #111;
	width: 100%;
	/*padding-bottom: 75%;*/
	color: #fff;
	
	width: 300px;
	height: 250px;
	border-radius: .25rem;
}

.icons > ul > li:nth-child(8n+1) > a {
	background: #10688a;
}
.icons > ul > li:nth-child(8n+2) > a {
	background: #118a5d;
}
.icons > ul > li:nth-child(8n+3) > a {
	background: #b17a00;
}
.icons > ul > li:nth-child(8n+4) > a {
	background: #bb3030;
}
.icons > ul > li:nth-child(8n+5) > a {
	background: #bb3077;
}
.icons > ul > li:nth-child(8n+6) > a {
	background: #7c41a0;
}
.icons > ul > li:nth-child(8n+7) > a {
	background: #39959e;
}
.icons > ul > li:nth-child(8n+8) > a {
	background: #333;
}

.icons > ul > li > a > div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.icons > ul > li > a > div > .icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: -40px;
}

.icons > ul > li > a > div > .icon > img {
	height: 100px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.icons > ul > li > a > div > .text {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: 60px;
	width: 100%;
	padding: 1rem;
}

.icons > ul > li > a > div > .text > h3 {
	color: inherit;
	margin: 0;
	background: none;
	padding: 0;
	font-weight: bold;
}

.icons > ul > li > a:hover {
	transform: scale(1.05);
}
.icons > ul > li > a:hover > div > .icon > img {
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.icons > ul > li > a {
		width: 150px;
		height: 150px;
	}
	
	.icons > ul > li > a > div > .icon {
		margin-top: -30px;
	}
	
	.icons > ul > li > a > div > .icon > img {
		height: 50px;
	}
	
	.icons > ul > li > a > div > .text {
		padding: .5rem;
		font-size: .85rem;
		line-height: .85rem;
		margin-top: 38px;
	}
	
	.icons > ul > li > a > div > .text > h3 {
		font-size: 1rem;
	}
}



/**/

.ticket {
	
	position: relative;
}
.ticket .card-body {
	cursor: pointer;
}
/*
.ticket:hover:after {
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	content: 'הצג מידע מורחב';
	background: #007bff;
	color: #fff;
	padding: .25rem .75rem;
}
.ticket.active:hover:after {
	content: 'סגור מידע מורחב';
}*/
.ticket:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	border: 1px solid #007bff;
}
.ticket .full-info {
	display: none;
}
.ticket.active .short-info {
	display: none;
}
.ticket.active .full-info {
	display: block;
}
.ticket .short-description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticket.ticket-process-1 {
	border-right: 5px solid #8071f2;
}
.ticket.ticket-process-2 {
	border-right: 5px solid #e4a55a;
}
.ticket.ticket-process-3 {
	border-right: 5px solid #2fa152;
}

.ticket .history {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.ticket .history:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #007bff;
    position: absolute;
    top: 0;
    right: 11px;
}
.ticket .history > li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-right: 30px;
}
.ticket .history > li:before {
    content: '\f111';
	font-family: 'FontAwesome';
	position: absolute;
    right: 5px;
	margin-top: -2px;
	color: #007bff;
}
.ticket .date-time {
	color: #007bff;
}

/**/

.subjects-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	
}
.subjects-list > ul  {
	column-count: 2;
}

.subjects-list ul li {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.subjects-list > ul > li > div {

}
.subjects-list > ul > li {
	margin-bottom: 1.5rem;
	
	
}
.subjects-list > ul > li > ul {
	
}

/**/

details.msg {
	display: block;
    background: #ebf2f3;
    padding: 1rem;
    border: 1px solid #0cb3c6;
	border-radius: .25rem;
	margin-bottom: 1.5rem;
}
details.msg summary {
	font-size: 1.3rem;
}
details.msg.read-0 summary {
	font-weight: bold;
}
details.msg summary .date {
	float: left;
}
details.msg summary .subject {
	display: inline;
}
details.msg .msg-body {
	display: block;
	background: #fff;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ddd;
}

/**/

details.idx-msg {
	display: block;
}
details.idx-msg summary {
	font-size: 1rem;
}
details.idx-msg summary .date {
	float: left;
}
details.idx-msg summary .subject {
	display: inline;
}
details.idx-msg .msg-body {
	display: block;
	margin-top: 1rem;
}

/**/

.toshav-center-news h2 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem;
	font-weight: bold;
	color: #1e99d9;
}
.toshav-center-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	padding-right: 220px;
}
.toshav-center-news .buttons {
	position: absolute;
    top: 0;
    left: 0;
    padding: .4rem .75rem;
}
.toshav-center-news .buttons button {
	background: none;
	padding: 0;
    margin: 0;
	border: 0;
	font-size: 24px;
	color: #1e99d9;
}
.toshav-center-news a {
	color: inherit;
}

@media (max-width: 991px) {
	.toshav-center-news .content {
		margin-top: 50px;
	}
	.toshav-center-news ul {
		padding: 0;
	}
}


@media (max-width: 991px) {
	.tohshav-center-user-bar .btn {
		display: block;
		width: 100%;
		margin-top: .5rem;
		position: relative;
	}
}

.tohshav-center-user-bar .btn {
	position: relative;
}

.tohshav-center-user-bar .badge {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.desktop-element .h1 {
		font-size: 6rem;
	}
}

/**/

.subjects-list label {
	display: inline;
}

/**/

.more-forms-btn {
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}

@media (max-width: 991px) {
	.more-forms-btn {
		font-size: 1.4rem;
		text-align: right;
	}
	
	.more-forms-btn span {
		display: block;
	}
	
	.more-forms-btn span em {
		font-size: 2rem;
		position: absolute;
		top: 50%;
		left: .5rem;
		margin-top: -1rem;
	}
}

.attr-item-inner-type2-obj {
    background: #ebf2f3;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-right: 2px solid #197cb0;
}



/**/

.street-info .table {
	background: #fff;
}

.street-info .table th {
	background: #cfcfcf;
	color: #000;
}

.street-info .table-bordered td, .street-info .table-bordered th {
    border: 1px solid #ababab;
}

@media (max-width: 991px) {
	.street-info .table th {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.street-info .table tr > td:nth-child(1) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	/*.street-info table,
	.street-info thead,
	.street-info tbody,
	.street-info caption,
	.street-info tr,
	.street-info th,
	.street-info td	{
		display: block;
		width: 100%;
	}*/
}

/**/

.custom-icons a {
	display: block;
}

.custom-icons a:hover, .custom-icons a:focus {
	transform: scale(1.1);
}

/**/

.toshav-center-login-options {
	padding-top: 100px;
	width: fit-content;
		margin: 0 auto;
}

@media (min-width: 1200px) {
	.toshav-center-login-options {
		display: flex;
		
		gap: 60px;
	}
	
	.toshav-center-login-options > div {
		width: 300px;
	}
}

@media (max-width: 1199px) {
	.toshav-center-login-options > div {
		margin-bottom: 100px;
		width: 300px;
	}
}

.toshav-center-login-options a {
	width: 300px;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
}

.toshav-center-login-options a:hover, .toshav-center-login-options a:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.toshav-center-login-options a .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.toshav-center-login-options a .icon svg {
	transition: .5s;
}
.toshav-center-login-options a:hover .icon svg {
	transform: translateY(-10px);
}

.toshav-center-new-login input {
	font-size: 2rem;
    border-radius: 50px;
    padding: 1rem;
    border: 1px solid #707070;
    width: 500px;
    text-align: center;
	direction: ltr;
}

@media (max-width: 991px) {
	.toshav-center-new-login input {
		font-size: 1.2rem;
		border-radius: 50px;
		width: 90%;
	}
}

.toshav-center-new-login input[name='mobilePhone'] {
	letter-spacing: 26px;
}

.toshav-center-new-login button {
	font-size: 1.3rem;
	border-radius: 50px;
	padding: .75rem 3rem;
	background: #618EF4;
	font-weight: bold;
	border: 0;
}

.toshav-center-new-login-email button {
	background: #EAA14E;
}

/**/

body {
	background-color: #e8e8e7;
}
.toshav-center-header-bg {
	background-color: #F1F1F1;
	height: 300px;
}

@media (min-width: 1200px) {
	.toshav-center-grid {
		display: flex;
		width: 100%;
	}
	.toshav-center-grid > div {
		flex-grow: 1;
	}

	.toshav-center-grid > div.toshav-center-side {
		width: 250px;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.toshav-center-container {
	background-color: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	width: 90%;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: -80px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.toshav-center-container {
		width: 100%;
	}
}

.toshav-center-header-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.5rem 1rem 0.9rem 1rem;
    color: #648ff1;
    position: relative;
}
.toshav-center-header-title a {
    color: inherit;
}
.toshav-center-body {
	padding: 2rem;
}

@media (max-width: 991px) {
	.toshav-center-body {
		padding: 1rem;
	}
	.toshav-center-header-title {
		font-size: 1.5rem;
	}
}

/**/

@media (min-width: 1200px) {
	.toshav-center-content-with-side {
		background-color: #F8F8F8;
		border-radius: 30px;
		padding: 30px;
		margin: 0 -15px;
		margin-top: -100px;
		border: 1px solid #e9e9e9;
		position: relative;
		min-height: 900px;
	}
}

/**/

.toshav-center-nav-toggle {
	display: none;
}

.toshav-center-side nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 1199px) {
	.toshav-center-nav-toggle {
		display: block;
		border-radius: 30px 30px 30px 0;
		border: 0;
		background-color: #648ff1;
		color: #fff;
		padding: .5rem 1rem;
		position: absolute;
		top: 17px;
		left: 17px;
		font-size: 1.2rem;
	}

	.toshav-center-side nav {
		display: none;
	}
}

.toshav-center-side a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 30px;
	color: #000;
}

.toshav-center-side a.selected {
	font-weight: bold;
}

.toshav-center-side a .icon {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-side a .icon svg {
	max-height: 20px;
	max-width: 20px;
}
.toshav-center-side a .icon img {
	max-height: 20px;
	max-width: 20px;
}

.toshav-center-side nav ul ul {
	padding: 0 20px;
    border-radius: 1rem 0 1rem 1rem;
}

.toshav-center-side nav ul ul .icon {
	display: none;
}

.toshav-center-side nav ul ul a {
	padding: 10px !important;
}

/**/

.toshav-center-card {
	background-color: #fff;
	border-radius: 30px 0 30px 30px;
	box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
	padding: 1.5rem;
	border-right: 3px solid #0F4CB5;
	display: block;
	color: inherit;
}

a.toshav-center-card:hover {
	color: inherit;
	transform: scale(1.05);
	text-decoration: none;
}

.toshav-center-card .number {
	font-size: 2rem;
	font-weight: bold;
}

/**/

.waiting-for-you [class*='col-']:nth-child(3n+1) .toshav-center-card {
	border-right: 3px solid #BA0606;
}
.waiting-for-you [class*='col-']:nth-child(3n+1) .toshav-center-card .number {
	color: #BA0606;
}

.waiting-for-you [class*='col-']:nth-child(3n+2) .toshav-center-card {
	border-right: 3px solid #0F4CB5;
}
.waiting-for-you [class*='col-']:nth-child(3n+2) .toshav-center-card .number {
	color: #0F4CB5;
}

.waiting-for-you [class*='col-']:nth-child(3n+3) .toshav-center-card {
	border-right: 3px solid #08872A;
}
.waiting-for-you [class*='col-']:nth-child(3n+3) .toshav-center-card .number {
	color: #08872A;
}

/**/

.toshav-center-main-page-grid-primary {
	padding: 15px;
}

@media (min-width: 992px) {
	.toshav-center-main-page-grid {
		margin: -30px;
		overflow: hidden;
		border-radius: 30px;
	}

	.toshav-center-main-page-grid > .row > [class*='col-'] {
		min-height: 700px;
	}

	.toshav-center-main-page-grid-primary {
		padding: 30px;
	}

}

.main-pic {
	border-radius: 30px 0 0 30px;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

/**/

.toshav-center-main-mobile-nav {
	display: none;
}

@media (max-width: 1199px) {
	.toshav-center-main-mobile-nav {
		display: block;
		padding: 30px;
	}
}

.toshav-center-main-mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toshav-center-main-mobile-nav ul ul {
	padding-right: 1rem;
}

.toshav-center-main-mobile-nav a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 45px;
	color: #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 30px 0 30px 30px;
	margin-bottom: 15px;
}

.toshav-center-main-mobile-nav a .icon {
	position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-main-mobile-nav a .icon img {
	max-height: 18px;
}

.toshav-center-main-mobile-nav a .icon svg {
	max-height: 18px;
    max-width: 24px;
}

/**/

.toshav-center-page-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    padding: 1rem;
    position: relative;
    margin: -30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.toshav-center-page-title {
		margin: -15px;
		margin-bottom: 30px;
	}
}

.toshav-center-page-title h1 {
    font-size: 1.8rem;
    font-weight: bold;
	margin: 0;
}

/**/

.toshav-center-container .btn {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.toshav-center-container .btn-secondary {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}
.toshav-center-container .btn-secondary:hover,
.toshav-center-container .btn-secondary:focus {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #000;
}

.toshav-center-container .btn-primary {
	background-color: #6690ef;
	border: 1px solid #6690ef;
}
.toshav-center-container .btn-primary:hover,
.toshav-center-container .btn-primary:focus {
	background-color: #4772d6;
	border: 1px solid #4772d6;
}

/**/

.toshav-center-container .card {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #fff;
}
.toshav-center-container .card-header {
	background-color: #6690ef;
}

.toshav-center-container .card-body {
	background-color: #fff;
}

/**/

.select-info-to-update .grid {
	display: flex;
}

.select-info-to-update .grid > div {
	flex-grow: 1;
    flex-basis: 0;
}

.select-info-to-update .info-card {
	width: 300px;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
}

@media (max-width: 991px) {
	.select-info-to-update .info-card {
		margin: 0 auto;
		margin-bottom: 100px;
	}
}

.select-info-to-update .info-card:hover, .select-info-to-update .info-card:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.select-info-to-update .info-card .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.select-info-to-update .info-card .icon img {
	transition: .5s;
	max-width: 140px;
}
.select-info-to-update .info-card .icon svg {
	transition: .5s;
}
.select-info-to-update .ininfo-cardfo:hover .icon svg {
	transform: translateY(-10px);
}
.select-info-to-update .info-card:hover .icon img {
	transform: translateY(-10px);
}

/**/

.flex-grid {
	display: flex;
}