body {
  padding: 0 0 0 auto; 
  margin: 0 0 0 auto; 
}

h1 { 
  display:inline; 

  font-size:22px;
  margin-right:10px; 
  font-weight:bold; 
}
h2 {
  display:inline;
  font-size:13px;

  font-weight:normal;
}
#sargelSearch td{
  color:#656565;
  background-color:#F6F6F6;
  font-weight:bold;
}
#sargelSearch2 td{
  color:black;
  background-color:#C9E2FC;
  font-weight:bold;
}
.resultTop { 
  border-top:1px gray dotted;
}
.hidSp { 
  overflow:hidden;
  height:16px;
  width:100%; 
}
#sargelInputs select{
  font-size:12px;
}
#sargelInputs input{
  font-size:12px;
  width:50px;
}
#sargelInputs .kolHaarez {
  font-weigth:bold;
}
#resultsTable td {
  border-bottom: 1px solid #e8e8e8;
}
.focusButton {
  color:red; 
}
#selectEzor optgroup { 
  background-color:#dddddd; 
}
.bigEzor { 
  background-color:#dddddd;
}
.showModaaTd td {
  cursor:default; 
}
.force_wrap {
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap; 
  white-space: -o-pre-wrap; 
  word-wrap: break-word !important; 
}

.overflow_hidden { 
  overflow:hidden; 
}
.topAjaxBar           {
  display:block;
  overflow:hidden; 
  box-sizing: border-box; 
  width:100%; height:50px; 
  padding-top:5px; 
  background-color: #5794D7;
}
.topAjaxBarLeftDiv    {
  display:inline-block; 
  overflow:hidden; 
  box-sizing: border-box; 
  width:auto; 
  height:40px; 
  padding: 8px 10px; 
  text-align:left; 
  float:left; 
}
.topAjaxBarTitleDiv   {
  display:inline-block; 
  overflow:hidden; 
  box-sizing: border-box; 
  width:auto;
  height:40px;
  padding: 11px 0px;
  text-align:right; 
  float:right;
}
.topAjaxBarCloseDiv   { 
  display:inline-block;
  overflow:hidden; 
  box-sizing: border-box;
  width:auto;
  height:40px;
  padding: 8px 10px;
  text-align:right;
  cursor:pointer;
  float:right; 
}
.topAjaxBarTitleText  {
  color:white; 
  font-size:18px;
  line-height:18px; 
}
.topAjaxBarCloseImage {
  width:24; 
  height:24px; 
}
.topAjaxBar.showOnMobile {
  position:fixed; 
  bottom:0; 
  width:100%; 
  z-index:99; 
  box-shadow: 0px -2px 2px #cecece;
}

/*.AjaxWaitingIcon { */
/*  display: none;*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: 5px;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  z-index: 999;*/
/*  overflow: hidden; */
/*  background: url('../../../media/images/ajax-loader2.gif') no-repeat;*/
/*  background-size: 32px 32px;*/
/*}*/

.AjaxWaitingIcon {
  display: none;
  position: absolute;
  left: 5px;
  top: 13px;
  width: 32px;
  height: 32px;
  z-index: 999;
  overflow: hidden; 
  color: #0000ff;
  font-size: 18px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
.AjaxWaitingIcon { 
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  z-index: 999;
  overflow: hidden; 
  background: url('../../../media/images/ajax-loader2.gif') no-repeat;
  background-size: 32px 32px;
*/

.AjaxWaitingIcon.IconForTop {
    left: 65px;
  }

@media only screen and (max-width:700px){
  .AjaxWaitingIcon.IconForStrip {
    position: fixed;
    left: 25px;
    /* test */
    color: #ffffff;
    left: 0px;
    top:auto;
    bottom:16px;
    z-index:9999;
  }
}

#carDetails { 
  font-size:14px;
}

.box{
  COLOR: Black;
  background-color: #F4FCFF;
  BORDER-BOTTOM: 1px solid;
  BORDER-LEFT: 1px solid;
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
}

.pre {
  BORDER-RIGHT: #5e5e5e 1px dotted;
  BORDER-TOP: #5e5e5e 1px dotted;
  BORDER-LEFT: #5e5e5e 1px dotted;
  BORDER-BOTTOM: #5e5e5e 1px dotted;
  TEXT-ALIGN: justify;
}

.borderBox {
  box-sizing:border-box; 
}
.pres {
  background-color:white; 
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-TOP: #5794D7 1px solid; 
  BORDER-LEFT: #5794D7 1px solid; 
  BORDER-BOTTOM: #5794D7 1px solid;
}
.presBlack {
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: black 1px solid; 
  BORDER-LEFT: black 1px solid;
  BORDER-BOTTOM: black 1px solid;
}

.presup {
  background-color:white;
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-BOTTOM:#5794D7 1px solid;
}
.presDown, .presdown {
  background-color:white;
  BORDER-RIGHT:#5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-TOP: #5794D7 1px solid;
}
.presmid {
  background-color:white;
  BORDER-RIGHT: #5794D7 1px solid; 
  BORDER-LEFT: #5794D7 1px solid;
}

.presGray, .presgray {
  background-color:white;
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-TOP: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid; 
  BORDER-BOTTOM: #5794D7 1px solid;
}
.presupGray, .presupgray {
  background-color:white; 
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid; 
  BORDER-BOTTOM: #5794D7 1px solid;
}

.presSargel, pressargel{
  BACKGROUND-COLOR:#E3E5E7;
  BORDER-RIGHT: #B8B8B8 1px solid;
  BORDER-TOP: #B8B8B8 1px solid;
  BORDER-LEFT: #B8B8B8 1px solid; 
  BORDER-BOTTOM: #B8B8B8 1px solid;
}

.lineGray2, .linegray {
  BORDER-BOTTOM: #B8B8B8 1px solid;
}

.title {
  font-size:14px;
}
.titleline {
  font-size:14px;
  BORDER-BOTTOM: #B8B8B8 1px solid;
  FONT-WEIGHT: bold;
}
.error {

  font-size:18px;
}
.line {
  BORDER-BOTTOM: black 1px solid;
}
.linegray {
  BORDER-BOTTOM: #B8B8B8 1px dotted;
}

A {
  color:#265F9D;
  font-size: 13px;
}
A.black {
  TEXT-DECORATION: none;
  color:black;
  font-size: 13px;
  FONT-WEIGHT: bold;
}
A:active {
  TEXT-DECORATION: underline;
}
A:hover {
  TEXT-DECORATION: underline;
  color:Red;
}
.cn-body,body,textarea,table,button{
  
  font-family: "Heebo", "Font Awesome 6 Pro", sans-serif;
  /*font-family:arial;*/
  font-size:12px;
}
input,select{
  font-family: "Heebo", sans-serif;
  font-size:13px;
}

.overLink { 
  text-decoration:none; 
}
.overLink:hover { 
  text-decoration:underline;
}

.but1 {
  display:block;height: 1px;
  overflow: hidden; 
  background: #5794D7;
  margin:0 2px;
  width:100%;
}
.but2 {
  display:block;
  height: 1px;
  overflow: hidden;
  margin:0 1px;
  border-left:1px #5794D7 solid;
  border-right:1px #5794D7 solid;
  width:100%;
}
.but3 {
  border-left:1px gray solid;
  border-right:1px gray solid;
  width:100%;
}

.tabOnRed{
  BORDER-TOP: #DE0032 3px solid;
  BORDER-right: #5794D7 1px solid;
  BORDER-left: #5794D7 1px solid;
  background-color:#5794D7;
  cursor:auto;
  padding-top:8px;
}
.tabOffRed{
  BORDER-BOTTOM: #5794D7 1px solid;
  border-top:10px solid white;
  background-color:white;
}
.tabOffRed2{
  BORDER-BOTTOM: #5794D7 1px solid;
  border-top:10px solid white;
}

.tabOnRedDiv{
  width:100%;
  height:100%;
}
.tabOffRedDiv{
  width:100%;
  height:100%;
  BORDER-TOP: #5794D7 1px solid;
}

.textBetween {
  border:0;
  padding:2px;
  margin:10px; 
  text-align:right;
}
.searchOpen {
  background:url('../../../media/images/searchOpen.png') -12px -33px; 
  cursor:pointer;
}
.searchClose{
  background:url('../../../media/images/searchOpen.png') 0px -33px;
  cursor:pointer;
}

.shadow {
  -webkit-box-shadow: 0 8px 6px -6px gray
}

.but            {
  text-align:center;
  color:black;
  cursor:pointer;
  height:24px;
  BORDER: #B8B8B8 1px solid;
  display:inline-table;
  padding-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF) );
  background: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF)";
  line-height:12px
}
.butMarked      {
  text-align:center;
  color:black;
  cursor:pointer;
  height:24px;
  BORDER: #585858 1px solid;
  display:inline-table;
  padding-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8C8C8) );
  background: -moz-linear-gradient(top, #FFFFFF, #C8C8C8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C8C8C8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C8C8C8)";
  line-height:12px
}
.butDown        {
  text-align:center;
  color:black;
  cursor:pointer;
  height:24px;
  BORDER: #B8B8B8 1px solid;
  display:inline-table;
  padding-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#FFFFFF) );
  background: -moz-linear-gradient(top, #C8C8C8, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8C8C8, endColorstr=#FFFFFF)";
  line-height:12px
}
.butDownPress   {
  text-align:center;
  color:white;
  cursor:pointer;
  height:24px;
  BORDER: #989898 1px solid;display:inline-table;padding-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C4C4C4), to(#989898) );
  background: -moz-linear-gradient(top, #C4C4C4, #989898);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C4C4C4, endColorstr=#989898);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C4C4C4, endColorstr=#989898)";
  line-height:12px
}
.butEmpty       {
  text-align:center;
  color:black;
  cursor:pointer;
  height:24px;
  BORDER: transparent 1px solid;
  display:inline-table;
  padding-left: 0px;
  background-color:transparent;
  line-height:12px
}

.HardBreakBox{
  width: 130px;
  white-space: normal; /* css-3 */
  white-space: -moz-normal; /* Mozilla, since 1999 */
  white-space: -normal; /* Opera 4-6 */
  white-space: -o-normal; /* Opera 7 */
  word-wrap: normal; /* Internet Explorer 5.5+ */
  text-align:right;
  float:left;
  margin:0;
  padding: 0;
}

.tabWhite {
  position:absolute;
  margin-top:1px;
}
.tabWhite .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px 0px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px 0px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite .tabCenter{
  background:white;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabWhiteGlow {
  position:absolute;
  margin-top:1px;
}
.tabWhiteGlow .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px 0px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhiteGlow .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px 0px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhiteGlow .tabCenter{
  background:white;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}
.tabWhiteGlow .tabTableBorder{
  border-bottom:1px solid white;
}

.tabGray {
  position:absolute;
  margin-top:1px;
}
.tabGray .tab_border_l {
  background: url('../../../media/images/tabs.png') -30px 0px;
  width:15px;
  height:24px;
  display:block;
}
.tabGray .tab_border_r {
  background: url('../../../media/images/tabs.png') -45px 0px;
  width:15px;
  height:24px;
  display:block;
}
.tabGray .tabCenter{
  background:#EEEEEE;
  border-top:1px solid #B8B8B8;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabGrayGlow {
  position:absolute;
  margin-top:1px;
}
.tabGrayGlow .tab_border_l {
  background: url('../../../media/images/tabs.png') -60px 0px;
  width:15px;
  height:24px;
  display:block;
}
.tabGrayGlow .tab_border_r {
  background: url('../../../media/images/tabs.png') -75px 0px;
  width:15px;
  height:24px;
  display:block;
}
.tabGrayGlow .tabCenter{
  background:#E3E2E2;
  border-top:1px solid #B8B8B8;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabRed {
  position:absolute;
  margin-top:1px;
}
.tabRed .tab_border_l {
  background: url('../../../media/images/tabs.png') -30px -50px;
  width:15px;
  height:24px;
  display:block;
}
.tabRed .tab_border_r {
  background: url('../../../media/images/tabs.png') -45px -50px;
  width:15px;
  height:24px;
  display:block;
}
.tabRed .tabCenter{
  background:#CD080F;
  border-top:1px solid #B51117;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabRedGlow {
  position:absolute;
  margin-top:1px;
}
.tabRedGlow .tab_border_l {
  background: url('../../../media/images/tabs.png') -60px -50px;
  width:15px;
  height:24px;
  display:block;
}
.tabRedGlow .tab_border_r {
  background: url('../../../media/images/tabs.png') -75px -50px;
  width:15px;
  height:24px;
  display:block;
}
.tabRedGlow .tabCenter{
  background:#FF0009;
  border-top:1px solid #B51117;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabBlue {
  position:absolute;
  margin-top:1px;
}
.tabBlue .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlue .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlue .tabCenter{
  background:#C9E2FC;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}
.tabBlue .tabTableBorder{
  border-bottom:1px solid #C9E2FC
}

.tabBlueGlow {
  position:absolute;
  margin-top:1px;
}
.tabBlueGlow .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueGlow .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueGlow .tabCenter{
  background:#C9E2FC;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}
.tabBlueGlow .tabTableBorder{
  border-bottom:1px solid #C9E2FC
}

.tabBlueDark {
  position:absolute;
  margin-top:1px;
}
.tabBlueDark .tab_border_l {
  background: url('../../../media/images/tabs.png') -60px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueDark .tab_border_r {
  background: url('../../../media/images/tabs.png') -75px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueDark .tabCenter{
  background-color:#5794D7;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
  color:white
}

.tabBlueDarkGlow {
  position:absolute;
  margin-top:1px;
}
.tabBlueDarkGlow .tab_border_l {
  background: url('../../../media/images/tabs.png') -30px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueDarkGlow .tab_border_r {background: url('../../../media/images/tabs.png') -45px -25px;
  width:15px;
  height:25px;
  display:block;
}
.tabBlueDarkGlow .tabCenter{
  background:#63A6EF;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
  color:white;
}

.tabBlue2 {
  position:absolute;
  margin-top:1px;
}
.tabBlue2 .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -25px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue2 .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -25px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue2 .tabCenter{
  background:#C9E2FC;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabBlue2Glow {
  position:absolute;
  margin-top:1px;
}
.tabBlue2Glow .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -25px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue2Glow .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -25px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue2Glow .tabCenter{
  background:#C9E2FC;
  border-top:1px solid #5794D7;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabWhite3 {
  position:absolute;
  margin-top:1px;
}
.tabWhite3 .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -75px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite3 .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -75px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite3 .tabCenter{
  background:white;
  border-top:1px solid #092f59;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabWhite3Glow {
  position:absolute;
  margin-top:1px;
}
.tabWhite3Glow .tab_border_l {
  background: url('../../../media/images/tabs.png') -0px -75px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite3Glow .tab_border_r {
  background: url('../../../media/images/tabs.png') -15px -75px;
  width:15px;
  height:25px;
  display:block;
}
.tabWhite3Glow .tabCenter{
  background:white;
  border-top:1px solid #092f59;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.tabBlue3 {
  position:absolute;
  margin-top:1px;
}
.tabBlue3 .tab_border_l {
  background: url('../../../media/images/tabs.png') -30px -75px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue3 .tab_border_r {
  background: url('../../../media/images/tabs.png') -45px -75px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue3 .tabCenter{
  background:#3178C6;
  border-top:1px solid #092f59;
  vertical-align:middle;
  text-align:center;
  cursor:pointer; 
  color:white;
}

.tabBlue3Glow {
  position:absolute;
  margin-top:1px;
}
.tabBlue3Glow .tab_border_l {
  background: url('../../../media/images/tabs.png') -60px -75px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue3Glow .tab_border_r {
  background: url('../../../media/images/tabs.png') -75px -75px;
  width:15px;
  height:24px;
  display:block;
}
.tabBlue3Glow .tabCenter{
  background:#00ADEF;
  border-top:1px solid #092f59;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}

.presRound {
  BORDER-RIGHT: #5794D7 1px solid; 
  BORDER-TOP: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-BOTTOM: #5794D7 1px solid;
  background-color:white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.presRoundTop {
  BORDER-RIGHT: #5794D7 1px solid; 
  BORDER-TOP: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-BOTTOM: #5794D7 1px solid;
  background-color:white;
  -moz-border-left-radius: 1px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 10px 0px 0px;
}
.presRoundMid {
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-TOP: #5794D7 0px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-BOTTOM: #5794D7 1px solid;
  background-color:white;
}
.presRoundMid2 {
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-TOP: #5794D7 1px solid; 
  BORDER-LEFT: #5794D7 1px solid; 
  BORDER-BOTTOM: #5794D7 1px solid;
  background-color:white;
  -moz-border-left-radius: 1px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.presRoundDown {
  BORDER-RIGHT: #5794D7 1px solid;
  BORDER-LEFT: #5794D7 1px solid;
  BORDER-BOTTOM: #5794D7 1px solid;
  background-color:white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0px 0px 10px 10px;
  }

.presRoundDashed {
  BORDER-RIGHT: #5794D7 1px dashed;
  BORDER-TOP: #5794D7 1px dashed;
  BORDER-LEFT: #5794D7 1px dashed;
  BORDER-BOTTOM: #5794D7 1px dashed;
  background-color:white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  }

.arrow { background:url('../../../media/images/mobile/arrow.png') no-repeat 0px 0px; }

 .round2 {-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
 .round3 {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
 .round4 {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
 .round5 {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
 .round6 {-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}
 .round8 {-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;}



.btnSubmit { 
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#A8C8EA) );              /*sargelFromColor sargelToColor */
  background: -moz-linear-gradient(top, white, #A8C8EA);                                             /*sargelFromColor sargelToColor */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#A8C8EA);         /*sargelToColor*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#A8C8EA)";    /*sargelFromColor sargelToColor */
}

.gradiantGray { 
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(sargelToColor) );                  /*sargelFromColor sargelToColor */
  background: -moz-linear-gradient(top, white, sargelToColor);                                                  /*sargelFromColor sargelToColor */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=sargelToColor);          /*sargelFromColor sargelToColor */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=sargelToColor)";           /*sargelFromColor sargelToColor */
}

  
.tabLeftOn       {
  border-bottom:1px solid #C9E2FC;    /* sargelColor2 */
  color:black;
  position:relative;
  padding-right:10px;
  font-size:18px;
  cursor:pointer;
  white-space: nowrap;
  position:relative;
  text-decoration:none;
  display:block;
  padding-top:8px;   /*  tabPadding  */
  padding-bottom:8px; /*  tabPadding */
  font-weight:bold;
}
.tabLeftOn:hover {
  background-color:yellow;
  text-decoration:none;
}




.tabLeftOff       {
  border-bottom:1px solid #C9E2FC;   /* sargelColor2 */
  color:black;
  position:relative;
  text-align:right;
  padding-right:10px;
  font-size:18px;
  cursor:pointer;
  white-space: nowrap;
  position:relative;
  text-decoration:none;
  display:block;
  padding-top:8px;   /*  tabPadding  */
  padding-bottom:8px;   /*  tabPadding  */
}
.tabLeftOff:hover {
  background-color:yellow;
  text-decoration:none;
}
.tabLeftOff i {
  filter:alpha(opacity=40); 
  opacity: 0.4; 
  -moz-opacity:0.4; 
}

.round6>a:last-child    {
  -moz-border-radius: 0px 0px 6px 6px !important;
  -webkit-border-radius: 0px 0px 6px 6px !important;
  border-radius: 0px 0px 6px 6px !important;
  border-bottom:0px !important; 
}
.round6>a:first-of-type {
  -moz-border-radius: 6px 6px 0px 0px !important;
  -webkit-border-radius: 6px 6px 0px 0px !important;
  border-radius: 6px 6px 0px 0px !important; 
}
.round6>a:only-child    {
  -moz-border-radius: 6px 6px 6px 6px !important;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
}
.round6>span:first-child
{
  -moz-border-radius: 6px 6px 0px 0px !important;
  -webkit-border-radius: 6px 6px 0px 0px !important;
  border-radius: 6px 6px 0px 0px !important;
  cursor:default;
  border-bottom:1px solid #eeeeee;
  color:#808080;
  position:relative;
  padding-right:10px;
  font-size:14px;
  white-space: nowrap;
  position:relative;
  text-decoration:none;
  display:block;
  background-color:#F7F7F7;
  padding-top:7px;             /* tabPaddingTitle */
  padding-bottom:7px;          /* tabPaddingTitle */
}

.imgMap {
  background-image: url(../../../media/images/imap.png);
  background-repeat: no-repeat;
  list-style-type: none;
  padding:0px;
  unicode-bidi: normal;
  outline-style: none;
  outline-width: 0px;
  float: right;

  margin:0px;
  display: block;
  width:15px;
  height:15px;
}

.arrowTab  {
  background-position: -40px -80px;
  position:absolute;left:10px;
  top:10px;    /* tabArrowTop */
  border:0px solid white;
}
.redNotif {
  position: absolute;
  left:30px;
  top:6px;
  height: 16px; 
  background-color: red;
  border: 1px solid black; 
  color: white; 
  text-align: center; 
  padding: 1px 3px 1px 3px ; 
  font-size: 11px; 
  font-weight: bold; 
  display: block;
  min-width:14px;
}
.arrowTabCount  {
  position:absolute;
  left:30px;
  border:0px solid white;
  color:gray;
  font-size:14px;
}


 

.tabOn    {
  BORDER-TOP: #5794D7 3px solid; /* sargelColor */
  BORDER-right: #5794D7 1px solid; /* sargelColor */
  BORDER-left: #5794D7 1px solid; /* sargelColor */
  background-color:white;
  cursor:auto;
}
.tabOnGray{
  BORDER-TOP: #5794D7 1px solid;    /* sargelColor */
  BORDER-right: #5794D7 1px solid; /* sargelColor */
  BORDER-left: #5794D7 1px solid; /* sargelColor */
  background-color:white;
}

.tabOnGrayNew{
  BORDER-TOP: #5794D7 1px solid; /* sargelColor */
  BORDER-right: #5794D7 1px solid; /* sargelColor */
  BORDER-left: #5794D7 1px solid; /* sargelColor */
  background-color:#eeeeee;
}
.tabOff{
  BORDER-BOTTOM: #5794D7 1px solid; /* sargelColor */
  background-color:#C9E2FC; /* sargelColor2 */
  BORDER-TOP: #5794D7 1px solid; /* sargelColor */
  BORDER-right: #5794D7 1px solid; /* sargelColor */
  BORDER-left: #5794D7 1px solid; /* sargelColor */
  background-color:#C9E2FC; /* sargelColor2 */
}
.tabOffEmpty{
  BORDER-BOTTOM: #5794D7 1px solid; /* sargelColor */
}

.tabOnRed{
  BORDER-TOP: #2C4EA9 3px solid;
  BORDER-right: #5794D7 1px solid; /* sargelColor */
  BORDER-left: #5794D7 1px solid; /* sargelColor */
  background-color:#C9E2FC; /* sargelColor2 */
  cursor:auto; 
  padding-top:8px;
}
.tabOffRed{
  BORDER-BOTTOM: #5794D7 1px solid; /* sargelColor */
  border-top:10px solid white;
  background-color:white;
}
.tabOffRed2{
  BORDER-BOTTOM: #5794D7 1px solid; /* sargelColor */
  border-top:10px solid white;
  background-color:white;
}

.tabOnRedDiv{
  width:100%;height:100%;
}
.tabOffRedDiv{
  width:100%;
  height:100%;
  BORDER-TOP: #5794D7  1px solid;  /* sargelColor */
}

.idxCatTitle  {
  font-size:18px;
  color:black;
}
.idxCatTitle2 {
  font-size:14px;
  color:gray;
} 
.imgTitle { 
  position:relative;
  margin-top:-14px;
  margin-left:2px;
}
.focusText {
  border:2px #73A6FF solid;
  height:25px;
}
.idxCatTitle A { 
  font-size:14px;
  color:white; 
}

.tabRibuaOff{
  width:120px;
  float:left;
  float:left;
  text-align:center;
  vertical-align:middle;
  line-height:28px;
  font-size:14px;
}



.tabRibuaOn{
  border-top:5px solid #5794D7; /* sargelColor */
  margin-top:-14px;
  background-color:white;
  line-height:40px;
  font-size:14px;
}

.rightmove_background {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(238, 238, 238) 1%, rgb(241, 241, 241) 100%); 
  background-origin: padding-box;
  background-size: auto; 
}
.rightmove_ul { 
  color: rgb(0, 0, 0); 
  display: block;

  font-size: 12px; 
  font-style: normal; 
  font-variant: normal;
  font-weight: normal;
  height: 24px; 
  line-height: 24px;
  list-style-type: disc;
  margin-bottom: 0px; 
  margin-left: 0px;
  margin-right: 0px; 
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; 
  width: 175px; 
  zoom: 1; 
}
.rightmove_li_right {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(255, 255, 255, 0.498039) -3px 3px 3px -2px inset;
  background-attachment: scroll; 
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0); 
  background-image: linear-gradient(rgb(241, 241, 241) 0px, rgb(233, 233, 233) 100%); 
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-left-radius: 0px; 
  border-bottom-right-radius: 4px;
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1; 
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid; 
  border-left-width: 1px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid; 
  border-right-width: 1px; 
  border-top-color: rgb(204, 204, 204);
  border-top-left-radius: 0px;
  border-top-right-radius: 4px; 
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(255, 255, 255, 0.498039) -3px 3px 3px -2px inset;
  color: rgb(0, 0, 0); 
  display: list-item;
  float: right; 
  font-size: 12px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  height: 24px; 
  line-height: 24px; 
  list-style-type: none; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  padding-right: 0px;
  padding-top: 0px; 
  text-align: right;
  width: 95px; 
  zoom: 1; 
}
.rightmove_li_right_selected {
  -webkit-background-clip: border-box; 
  -webkit-background-origin: padding-box; 
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 3px 3px -3px inset; 
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0); 
  background-image: linear-gradient(rgb(217, 217, 217) 0px, rgb(228, 228, 228) 100%); 
  background-origin: padding-box; 
  background-size: auto;
  border-bottom-color: rgb(170, 170, 170); 
  border-bottom-left-radius: 0px; 
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(170, 170, 170);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(170, 170, 170);
  border-right-style: solid;
  border-right-width: 1px; 
  border-top-color: rgb(170, 170, 170); 
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-top-style: solid; 
  border-top-width: 1px; 
  box-shadow: rgba(0, 0, 0, 0.2) -3px 3px 3px -3px inset;
  color: rgb(0, 0, 0); 
  display: list-item; 
  float: right; 
  font-size: 12px; 
  font-style: normal; 
  font-variant: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px; 
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: right; 
  width: 95px; 
  zoom: 1; 
}
.rightmove_li_left { 
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(255, 255, 255, 0.498039) -3px 3px 3px -2px inset;
  background-attachment: scroll; 
  background-clip: border-box; 
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(241, 241, 241) 0px, rgb(233, 233, 233) 100%);
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(204, 204, 204); 
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
  border-image-outset: 0px; 
  border-image-repeat: stretch; 
  border-image-slice: 100%; 
  border-image-source: none; 
  border-image-width: 1; 
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 1px; 
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid; 
  border-right-width: 1px; 
  border-top-color: rgb(204, 204, 204); 
  border-top-left-radius: 4px; 
  border-top-right-radius: 0px;
  border-top-style: solid; 
  border-top-width: 1px;
  box-shadow: rgba(255, 255, 255, 0.498039) -3px 3px 3px -2px inset;
  color: rgb(0, 0, 0);
  display: list-item; 
  float: right;
 
  font-size: 12px; 
  font-style: normal; 
  font-variant: normal;
  font-weight: normal;
  height: 24px; 
  line-height: 24px; 
  list-style-type: none; 
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; 
  margin-top: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top: 0px; 
  text-align: right; 
  width: 75px;
  zoom: 1; 
  }
.rightmove_li_left_selected { 
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 3px 3px -3px inset; 
  background-attachment: scroll; 
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0); 
  background-image: linear-gradient(rgb(217, 217, 217) 0px, rgb(228, 228, 228) 100%);
  background-origin: padding-box; 
  background-size: auto;
  border-bottom-color: rgb(170, 170, 170);
  border-bottom-left-radius: 4px; 
  border-bottom-right-radius: 0px;
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
  border-image-outset: 0px; 
  border-image-repeat: stretch;
  border-image-slice: 100%; 
  border-image-source: none;
  border-image-width: 1; 
  border-left-color: rgb(170, 170, 170);
  border-left-style: solid; 
  border-left-width: 1px; 
  border-right-color: rgb(170, 170, 170); 
  border-right-style: solid;
  border-right-width: 1px; 
  border-top-color: rgb(170, 170, 170); 
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 3px 3px -3px inset;
  color: rgb(0, 0, 0); display: list-item;
  float: right;

  font-size: 12px; 
  font-style: normal; 
  font-variant: normal;
  font-weight: normal; 
  height: 24px; 
  line-height: 14px;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px; 
  padding-top: 0px; 
  text-align: right; 
  width: 75px; 
  zoom: 1; 
}
.rightmove_a_right {
  color: rgb(64, 64, 64); 
  cursor: auto;
  display: block;

  font-size: 13px;
  font-style: normal;
  font-variant: normal; 
  font-weight: normal;
  height: 17px; 
  line-height: 17px;
  list-style-type: none;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  text-align: right;
  text-decoration: none;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  width: 100px; 
  zoom: 1; 
}
.rightmove_a_left { 
  color: rgb(64, 64, 64); 
  cursor: auto; 
  display: block;
  font-size: 13px;
  font-style: normal;
  font-variant: normal; 
  font-weight: normal; 
  height: 17px; 
  line-height: 17px;
  list-style-type: none; 
  padding-bottom: 2px; 
  padding-left: 15px;
  padding-right: 15px; 
  padding-top: 3px; 
  text-align: right; 
  text-decoration: none; 
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  width: 85px; 
  zoom: 1; 
}
.rightmove_icon_list {
  background-image: url(../../../media/images/icons-rightmove.png);
  background-position: 0px 1px;
  background-repeat: no-repeat; 
  color: rgb(64, 64, 64);
  cursor: auto; 
  display: inline-block; 
  font-size: 13px; 
  font-style: italic; 
  font-variant: normal; 
  font-weight: normal;
  height: 15px; 
  line-height: 17px; 
  list-style-type: none;
  margin-bottom: -4px;
  margin-left: 7px;
  margin-right: 0px;
  margin-top: 0px; 
  text-align: left;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px; 
  width: 19px; 
  zoom: 1;
}
.rightmove_icon_map {
  background-image: url(../../../media/images/icons-rightmove.png);
  background-position: 0px -100px;
  background-repeat: no-repeat; 
  color: rgb(64, 64, 64);
  cursor: auto;
  display: inline-block;
  font-size: 13px; 
  font-style: italic; 
  font-variant: normal; 
  font-weight: normal; 
  height: 15px; 
  line-height: 17px; 
  list-style-type: none;
  margin-bottom: -4px; 
  margin-left: 7px;
  margin-right: 0px; 
  margin-top: 0px; 
  text-align: left; 
  text-shadow: rgb(255, 255, 255) 0px 1px 0px; 
  width: 12px;
  zoom: 1;
}

.alpha40 { filter:alpha(opacity=40); opacity: 0.4; -moz-opacity:0.4; }
.alpha50 { filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5; }
.alpha60 { filter:alpha(opacity=60); opacity: 0.6; -moz-opacity:0.6; }
.alpha70 { filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7; }
.alpha80 { filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8; }
.alpha90 { filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9; }

.OldBrowserSupportPlaceHolder {
  position: fixed;
  bottom: 0px;
  background: #272727;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  z-index: 100;
  text-align: center;
  padding:30px 0px 40px 0;
}

@media only screen and (max-width:700px){
  
  body{    
    overflow-x: hidden;
  }
  
  .hideOnMobile {
    display: none !important;
  }
  #divOk {
    bottom: 40px;
  }
  .socialBtnLogin{
    border-width:1px !important;
  }
  .btn_accessibility {
    display:none !important;
  }
}

@media only screen and (max-width:1270px){
  .hideAdOnMobile {
    display: none;
  }
}

@media only screen and (min-width:700px){
  .showOnMobile {
    display: none;
  }
  
}


@media only screen and (max-width:610px){
  .hideOnMobileAfter { display:none; }
  .marginMobile {  margin: 0 auto; margin-bottom:10px; }
}

.marginMobile { 
  margin-left:10px; 
}

#divOk {
  position: fixed;
  text-align: center;
  font-size: 12px;
  z-index: 999;
  left: 0px;
  width: 100%;
}

.socialBtnLogin{
  border-width:2px !important;
}

#categorySearch {
  
  margin-bottom: 10px;
}

#lastSearchesWrap .lastSearchesTopTitle{
  
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 10px;
  margin-top: 20px;
}

.miniCoteretWrap{

  height:65px;
}
.miniCoteret{
  
  color:grey;
  padding:33px 4px 0 4px;

}

.luchotContainerW{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (min-width:701px){
  #divOk {
    top: 30px;
  }
}

.divOkInner {
  background: #FFFDE7;
  text-align: center;
  height: 24px;
  font-size: 14px;
  border: 1px solid #CDDC39;
  border-radius: 5px;
  line-height: 24px;
  display: inline-block;
  padding: 0px 10px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottomLinks a {
  display:inline-block;
  margin: 0 5px;
}

#searchLoading {
  height: 4px;
  position: fixed;
  overflow: hidden;
  background-color: #ddd;
  z-index: 1000;
  width: 100%;
  right: 0;
  top:0;
}
#searchLoading:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #1565c0;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}
.historyIcon{
  background: url(https://media.komo.co.il/media/images/iconsMenu/icon_history2.png) no-repeat ;
  background-size:cover;
}
.aLinkBtn{
  text-decoration: none;
  color:#333;
}
.CardRow:hover .aLinkBtn{
  text-decoration:underline;
  color:#333;
}
.btnClear{
  background:#ffffff;
  height:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 2px 5px;
  margin-top:33px;
  cursor:pointer;
  border-radius:2px;
}
.btnClear:hover{
  background:#ccc;
}

.aLuachLink{
  color:#767b81;
  padding: 0 5px;
  font-size:12px;
}

.linkFarm{
  padding:2px 0;
}
#footer{
  background: #fff;
  padding-top:10px;
  padding-bottom:20px;
  text-align:center;
  border-top:1px solid #d0d8db;  
}
#footer+br , #footer+br+br,
#footer+script+br,#footer+script+br+br{
  display: none;
}

