@charset "utf-8";
/* CSS Document */

/* ===================================       header.asp         ============================ */

/*_header.asp*/

.loginbox {
	width: 100%;
	height: 86px;
	filter: alpha(Opacity=80);
	color: #ffffff;
	float: left;
	left: 0px;
	top: 0px;
	z-index: 1000;
	/*background: linear-gradient(90deg, rgba(213, 9, 59, 1) 0%, rgba(208, 10, 70, 1) 22%, rgba(212, 10, 61, 1) 40%, rgba(193, 12, 104, 1) 72%, rgba(190, 12, 111, 1) 92%);*/
	position: relative;
	background: #214a84;
}



.loginbox .title {
	font: bold 18px 'Open Sans Hebrew';
	color: #fff; 
	margin-left: 20px;
	text-align:center;	
}
.loginbox .title small {
	font: bold 12px 'Open Sans Hebrew';
	text-align:center;
}

.loginbox .title small a {
	font: bold 12px 'Open Sans Hebrew';
	text-decoration:underline;
	text-align:center;
	margin: 0px;
}
.loginbox a {
	font: normal 16px 'Open Sans Hebrew';
	color: #fff;
	text-decoration: none;
    margin-left: 4px;
    background: #ce2e2e;
    padding: 8px 8px;
    text-align: center;
    border-radius: 6px;
	background: #d35c86;
}
.mob_loginbox .right {
    float: NONE;
}
a.logoff-item {
    background-color: #fff;
    color: #000;
	border:1px solid black;	
}
.loginbox a img.active {
    display: none;
}
.loginbox a img.default {
    display: inline;
}
.loginbox a.active img.active {
    display: inline;
}
.loginbox a.active img.default {
    display: none;
}
.loginbox a.active {
    background: #fff;
    color: #000;
	border: 1px solid black;
}
.loginbox input[type="text"],
.loginbox input[type="password"] {


	/* לבן  */

	height: 36px;

	border-radius: 7px;

	border: 0;

	padding: 0 10px 0px 0px;

	background: #fff;

	color: #000;

	margin-left: 3px;

	margin-top: 17px;
}

.loginbox input[type="submit"] {
	background: transparent;
	border-radius: 7px;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0;
	margin-top: 0;
	/* padding: 3px 20px 5px 20px; */
	text-decoration: none;
	font-weight: 600;
	margin: 20px 0;
	border: 0;
	background-image: url(/images/login_btn.png);
    width: 160px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* **************/

.loginbox .round-box-on a {
	font: normal 12px Open Sans Hebrew;
	color: #505050;
	/* חום  */
	text-decoration: none;
	line-height: 75px;
}

.loginbox .round-box-on img {
	padding-right: 5px;
}
@media only screen and (max-width: 767px){
	.loginbox input[type="submit"]{
			background-image: url(/images/mob_login_btn.png);
			background-color: #000!important;
	}
	.loginbox {
		background-image:none;
	}
	.loginbox .title {
		width:auto;	
	}
	.loginbox .buttons {
		float: right;
		line-height: 75px;
		width: 100%;
	}
	.loginbox a {
		margin: 10px;
	}	
}