@charset "utf-8";
/* CSS Document */

/* ===================================       header.asp         ============================ */

/*_header.asp*/

.loginbox {
	width: 100%;
	height: 72px;
	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-color: #000;
}


.loginbox .title {
	font: bold 18px 'Open Sans Hebrew';
	color: #fff;
	/*line-height: 75px;*/
	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: #000;
	text-decoration: none;
	margin-left: 16px;
	border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}
.loginbox a.active{
	background: #d51743;
   /* background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #f82072 0%, #f11a45 50%, #ed1627 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
	color: #fff;
}
.top-status-items a img.white {
    display: none;
}
.top-status-items a img.black {
    display: initial;
}

.top-status-items a.active img.white {
    display: initial;
}
.top-status-items a.active img.black {
    display: none;
}
.right.mob_r_sec a {
    background-color: transparent;
    color: #fff;
}
.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);
	/*border:1px solid lightgray;*/
	width: 110px;
	height: 36px;
}

/* **************/

.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: 1025px){

	.loginbox a.active{
	background: rgb(246 30 99);
    background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #f82072 0%, #f11a45 50%, #ed1627 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
	color: #fff;
}

}

@media only screen and (max-width: 767px){
	.loginbox a.active {
    background: rgb(246 30 99);
    background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #fdbad6 0%, #fb74ab 26%, rgb(247 21 56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
    color
}



