.CardStyle{
  display: inline-table;
}

.questionnaireContainer {
    border: 2px solid #00AECD;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
}    
.carsSellPrice{
  margin-top:16px;
  width:100%;
}
.threeDot {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: -4px;
    background: url('../../media/images/icons/rsz_3dot.png') no-repeat;
}
.actIcons {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    position: absolute;
    top: -5px;
    left: 0px;
    /*width: 150px;*/
    /*background-color:#f1f1f1;*/
    
    z-index: 9;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0px;
}
.tblModaa:hover .actIcons {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.tblActions {
  margin-top: -5px;
}
.tblActions td {
    text-align: center;
    padding-top: 5px;
    vertical-align:top;
}
.tblActions td img {
    width: 30px;
    padding: 2px 10px;
    margin: 3px 0;
    border-bottom:1px solid #aaa;
}
td.actBottomLine {
  padding-bottom:4px;
  padding-top:1px;
}
.tblActions td img:hover {
    cursor:pointer;
    background-color:#ffffdd;
}
img.imgDimmed, span.imgDimmed {
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
}
.tblActions td img.imgDimmed:hover {
  cursor:default;
}
.telNum {
  font-size:18px !important;
}
.tblActionsPop {
  max-width:320px;
  margin: 0 auto;
  margin-right:10px;
}
.tblActionsPop td {
    text-align: center;
    padding-top: 3px;
    padding-bottom:12px;
}
.tblActionsPop td img {
    display:block;
    width:50px;
    max-width: 50px;
    padding: 2px 15px;
    margin: 3px 0;
    border-bottom:1px solid #aaa;
}
.tblActionsPop td img:hover {
    cursor:pointer;
    background-color:#ffffdd;
}
.tblActionsPop td img.imgDimmed:hover {
  cursor:default;
}
span.actText {
  display:block;
  font-size:10px;
  line-height:7px;
  margin-top:-5px;
}
.tblActionsPop span.actText {
  font-size:12px;
  line-height: 10px;
  margin-top:0;
  margin-left:20px;
}
.popIntentText { font-size:14px; }
.TopSargelPadder{
  padding-top: 180px;
}
.CenterContent{
  background:transparent;
}
.SearchPlaceHolder{
  position: fixed;
  width: 100%;
  top: 135px;
  height: 40px;
  left: 0px;
  background: #f7f7f7;
  z-index:1;
}
.SearchPlaceHolder.Min{
  top: 0px;
  z-index:1;
}
.SearchCenterPlaceHolder{
  max-width: 700px;
  margin: auto;
  line-height: 40px;
  display: block;
}
.SearchLinksPlaceHolder{
  margin:0px;
  padding: 5px;
  width: calc(100% - 10px);
}

.MainSub {
  
  width: 220px;
}

.SubMenuList li {
  text-align:right;
}

.SubMenuList > .customUL{
  height:auto;
}

@media only screen and (max-width:700px){
  
  #sinunOpt {
   
    position: fixed;
    z-index: 9;
    inset: 0;
    width: 100%;
    background: #f7f7f7;
    height: 100%;
    overflow: clip;
    overflow-y: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  
  .MainSub ul{
    padding-top:0;
  }
  .SubMenuList li {
    line-height: 40px;
    height: 40px;
  }
}

.ulNadlan {
  height: 101px !important;
}
.ulNadlanNadlan {
  height: 76px !important;
}
@media only screen and (max-width:700px){
  .MainSub ul{
    height: 236px;
  }
  .SubMenuList li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .ulNadlan {
    height: 158px !important;
  }
}


.SearchResultsPlaceHolder{
  width:calc(100% - 250px);
  display:inline-block;
  vertical-align:top;
}
a.ClearSelected,
a.SortLink {
  font-size: 11px;
  float: left;
  display: inline;
  width: auto;
  padding: 0px;
}
a.ClearSelected,
a.SortLink,
.SubMenuList a.SortLink:hover{
  color: #4a8cf6;
}
.SubMenuList a.SortLink:hover{
  color: #4a8cf6;
  text-decoration: underline;
  background: transparent !important;
}
a.ClearSelected{
  text-align:center;
}
a.ClearSelected:not(.All){
  width: 22px;
  height:22px;
}
a.ClearSelected.All {
  
  line-height: initial;
  min-height: auto;
  display: block;
  padding: 10px;
}

.SubMenuList a.SortLink:hover{
  color: #ef1921;
  text-decoration: underline;
  background: transparent !important;
}
.AllEzors{
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
.AllEzors input{
  vertical-align:middle;
}
.SelectedFiltersPlaceHolder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.SelectedFilter{
  margin:5px;
  display:inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 50px);
  text-align:right;
}
h1 {
  margin:auto;
}
.OrderByLink{
  font-size:14px;
}
.Counter {
  
  margin-inline-start: 2px;
}

.Line39 {
  line-height: 29px;
}

.ResultsHeader{
  vertical-align: middle;
  width: calc(100% - 120px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ResultsCounter{
  display:none;
}
#innerBanner{
  margin-top:5px;
}
.ResultsCounter,
.ResultsHeader,
.ResultsHeader h1{
  font-size: 14px;
  color: #5F5F5F;
  font-weight: bold;
  text-shadow: 0px 2px 1px #ffffff;
}

.ResultsSargel{
  height: 26px;
  line-height:26px;
  margin-top:5px;
  padding-bottom:5px;
}
.FilterByHeader{
  padding-top: 0px;
  padding-bottom: 10px;
}
.OrderBySelect{
  float: left;
  background-color:#ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}
.SelectedFilterRow{
  
  width: 100%;
  text-align:right;
}

.BottomBorder{
  
  border-bottom:1px solid #c5c5c5;
  text-align: start;
}
.FreeSearchTextBoxAutoComplete{
  bottom: 5px;
}
.SearchButton{
  width:90px;
}
.MobileFilterByInputsPlaceHolder{
  display:none;
}
.BothGenderText{
  text-align:left;
  line-height:30px;
}
@media only screen and (max-width:940px){
  #innerBanner{
    display:none;
  }
}
@media only screen and (max-width:700px){
  .FreeSearchTextBoxAutoComplete {
    bottom: 0px;
    width: calc(100% - 102px);
    right: auto;
    left: 1px;
  }
  .SearchResultsPlaceHolder{
    width: 100%;
  }
  .SearchPlaceHolder{
    position:static;
    margin-bottom:15px;
  }
  .SearchCenterPlaceHolder{
    display:none;
  }
  .TopSargelPadder {
    padding-top: 0px;
  }
  .TopSargelFixPlaceHolder{
    margin-bottom: 0px;
  }
  .LinksPlaceHolder {
    display:none;
  }
  .MobileFilterByInputsPlaceHolder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .FilterButton{
    width:70px;
  }
  .MobileFilterByInput{
    width: calc(98% - 100px);
    height: 30px;
    padding: 0px 30px 0px 5px;
    border: 1px solid #d0d0d0;
    text-align: right;
    background-position: calc(100% - 5px) center !important;
    background-size: 20px !important;
  }
  .ResultsHeader{
    display:none;
  }
  .ResultsCounter{
    vertical-align: middle;
    width: calc(100% - 107px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .BothGenderText{
    text-align:center;
  }
}
.tabOffRight{
  border-bottom: 1px solid #dddddd;
}

.SubMenuList{
  
  width: 100%;
  padding: 0px;
  list-style-type: none;
  border-radius: 4px;
  overflow: hidden;
  background:#ffffff;
}

.SubMenuList:first-child{
  margin-top:0px;
}
.SubMenuList > li:first-child{
  border-radius: 4px 4px 0px 0px;
}
 .SubMenuList > li:last-child{
  border-radius: 0px 0px 4px 4px;
}
.SubMenuList > li {
  border: none;
  line-height: 40px;
  height:40px;
  position:relative;
  overflow:hidden;
}
.SubMenuList li.tabOffRight:after,
.SubMenuList li.tabOnRight:after{
  content: '';
  width: 15px;
  height: 15px;
  display: table;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEX///8AAABlam9kam9kaHBlam5ka29kam9jam9qampkaW5jam9ka3Blam9kam9ja3Bkam8AAABaaY/SAAAAEHRSTlMAAY7lQp11nMMMm5qZmJdi3/zQnwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsICwgx9JRdAAAATElEQVQoz53SOQ4AIAhEUdx35f6ntdWEMUHK9xNoILrHWOdJGBOYo+SJORfBq9Kb0jvwofQpOy3gOMBV8PizdFjaR6kfJcECnuF4nw0iNQU7gMpOVQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxMTowOCswMjowMFE4h5EAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTE6MDgrMDI6MDAgZT8tAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
  background-size: 100% !important;
  pointer-events: none;
}
.SubMenuList li.tabOffRight:after {
  filter:alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity:0.6;
}
.SubMenuList li.tabOffRight:not(.Selected):hover:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsIERicbn7iAAAAhUlEQVQ4y6WUyxGAIAwFiWershR7sA2v/quxFutYDxwcEIJEuDG7M5A84nDqFkYuuuekhB8ADN8EYQfgpP0iCNsbzwsZPCcIaxpPCwqeEoQlj78FYdbwWCjioSBMJTwU+jKOa1zt+nOl6kcbymponCEahvAZ4q0oSk9rv6hXqoaAV6IxcwODEm/+nlg2aQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxNzoyNCswMjowMNmjmt8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTc6MjQrMDI6MDCo/iJjAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
}
.SubMenuList > li:last-child{
  border:none !important;
}

.PageMainHeader {
  font-size:18px;
}


.MainSub .big.Selected{
  font-weight:bold;
  color: #cd080f;
}
.tabOnRight .big {
  cursor: default;
}
@media only screen and (max-width:700px){
  .SubMenuList > li{
    display:table;
    width:100%;
  }
  .MainSub .big {
    padding: 0 5px !important;
  }
}
.SubMenuListRow {
    height: 30px;
    text-align: right;
    color: gray;
    line-height: 30px;
    padding-right: 16px;
    font-style: italic;
    width: calc(100% - 16px);
}
.SubMenuListRowBig {
    height: 30px;
    text-align: right;
    color: gray;
    line-height: 30px;
    padding-right: 6px;
    padding-left: 6px;
    font-style: italic;
   
    width:100%;
}
.SubMenuListRowHalf {
   
    text-align: right;
    color: gray;
    line-height: 30px;
    padding-right: 5px;
    font-style: italic;
    width: 100%;
}
/********************/
.EzorUl {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4px;
}
.EzorUl li{
  display:inline-block;
}
.EzorUl li:first-child {
  font-weight:bold;
  width:100%;
  border-bottom: 1px solid #ececec;
}
.EzorUl li:not(:first-child) {
  width:calc(50% - 1px);
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.EzorUl li:last-child,
.EzorUl li:last-child(-1){
  border:none !important;
}
#ezorimTd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#ezorimTd ul:first-child {
  width: 100%;
  height: inherit;
  margin-bottom: 20px;
}
  input[type="checkbox"] {
    vertical-align: middle;
  }
.UpdateElement label {
  width: calc(100% - 25px);
  padding-right: 10px;
  cursor:pointer;
  background: #ffffff;
  border-radius:2px;
  border:none;
  text-overflow: ellipsis;
  overflow:hidden;
  display:block;
  white-space: nowrap;
}
/********************/
.sinunText {
  font-size:14px !important; 
  font-weight:bold !important; 
  color: #5F5F5F !important;
  text-shadow: 0px 2px 1px white;
}
.sinunPrequisite { 
  width:calc(100% - 20px); 
  padding:10px; 
  background-color:#efefef;
  font-size:14px; 
}
.sinunDataDropDownSmall {
  font-size:16px !important;
  color:#333 !important;
  width:calc(50% - 3px) !important;
  font-size:14px !important;
  background-color:white;
}
.sinunDataDropDownBig {
  font-size:16px !important;
  color:#333 !important;
  width:calc(100% - 1px) !important;
  font-size:14px !important;
  background-color:white;
}

.sinunInputSmall {

  font-size:16px !important;
  color:#333 !important;
  width:calc(50% - 10px) !important;
  padding-right:4px;
  font-size:14px !important;
  min-width: auto!important;
  max-width: none!important;
  box-sizing: border-box;
  margin: 0;
}



.sinunInput {
  font-size:16px !important;
  color:#333 !important;
  width:calc(100% - 6px) !important;
  padding-right:2px;
  padding-left:2px;
  margin-right:1px;
  margin-left:1px;
  font-size:14px !important;
}
.sinunInputBig {
  font-size:16px !important;
  color:#333 !important;
  width:calc(100% - 6px) !important;
  padding-right:0;
  padding-left:0;
  margin-right:1px;
  margin-left:1px;
  font-size:14px !important;
}
.sinunDataDropDownSmall.dataRight {
  margin-left:1px;
  border-left: #c1c1c1 solid 1px !important;
}
.sinunDataDropDownBig.dataRight {
  margin-left:0px;
  border-left: #c1c1c1 solid 0px !important;
}
.sinunDataDropDownSmall.dataLeft {
  margin-right:1px;
}
.sinunInputSmall.dataRight {
  margin-left:1px;
  border-left: #c1c1c1 solid 1px !important;
}
.sinunInputSmall.dataLeft {
  margin-right:1px;
}
.big.more { color:#4a8cf6; }
.listFloatItem,.listFloatItemMulti{
    width: 180px;
    display: inline-block;
    text-align: right;
    padding: 6px;
    line-height: 20px;
    direction: rtl;
    overflow:hidden;
    text-align:right;
  }
.listFloatItem a,.listFloatItem label{
    font-size:14px;
    overflow-x:ellipsis;
  }
@media only screen and (max-width:700px){
  .listFloatItem,.listFloatItemMulti {
    width: calc(100% - 12px);
    display: inline-block;
    text-align: right;
    padding: 6px;
    direction: rtl;
    line-height: 20px;
    background: white;
    border-bottom: 1px solid #EEEEEE;
    overflow:hidden;
    vertical-align: top;
  }
}
.listDiv{
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: right;
    padding-right: 10px;
    padding-top:4px;
    padding-bottom: 2px;
  }
@media only screen and (max-width:700px){
  .listDiv{
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 0;
  }
}
#searchBar {
  width:calc(100% - 30px); padding:15px; text-align:right;
}
.searchTitle {
  font-size:14px; font-weight:bold;
}
.searchInput {
  display:inline-block;
  margin-top:0px;
  border:1px solid #999; 
  background-color:white;
  font-size:14px;
  padding:2px;
  width:calc(90% - 6px);
  max-width:350px;
}
.LeftGrayBorder{
      border-left: #c1c1c1 solid 1px !important;
}
.UpdateElement {
    min-height: 24px !important;
    line-height: 24px !important;
    padding-top: 8px;
}
.optBtn {
  text-align:center;
  display: inline-block;
  width:auto !important;
  background-color:white;
  cursor:pointer;
  width:calc(33% - 1px) !important;
}
#optButtons { 
  text-align:left;
  display:inline-block;
  float:left;
  width:400px !important;
}
@media only screen and (max-width:700px){
  #optButtons {
    display:block;
    clear:both;
    float:none;
    width:100% !important;
    position:sticky;
    top:0;
    padding:6px 0;
    z-index:100;
    background:#f7f7f7;
  }

  .optBtn {
    width:calc(33% - 2px) !important;
  }
  .hideOnMobile {
    display: none;
  }
  .luchotOptBtn.hideOnMobile{
    display:none;
  } 
  #tblSearchEngine {
    position: fixed;
    z-index: 555;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #f7f7f7;
    height: 100%;
    overflow-y: auto;
  }
}
#dvTofesSearch {
  width:100%;
}
#dvTofesTop {
  width:100%;
  margin-bottom:0;
}
@media only screen and (min-width:700px){
  .showOnMobile {
    display: none;
  }
  .luchotOptBtn.showOnMobile{
    display:none;
  }
  .y2.luchotOptBtn{
    width:calc(50% - 2px) !important;
  }  
  .y2.luchotOptButtons{
    width:300px;
    display:flex;
    padding:3px 0;
    align-items: flex-end;
    z-index: 100;
    background: #fff;
    float:left;
  }
  #dvTofesSearch {
     max-width:250px;
  }
}
#showKamut {
  display:inline-block;
  text-align:right;
  float:right;
  padding-left:5px;
  padding-top:8px;
  padding-bottom:8px;
}
#metavchimLogos {
  width:100%;
  overflow-x: hidden;
}
#metavchimLogos a {
  text-decoration: none;
}
#metavchimLogos a img {
  border:0;
}
@media only screen and (max-width:700px){
  #metavchimLogos {
    display:none;
  }
}
@media only screen and (max-width:950px){
  #metavchimLogo6 {
    display:none;
  }
}
.viCheckList {
  width:20px;
  padding-right:5px;
  padding-left:5px;
  display:inline-block;
}
.embedSearchBtn {
  background-color:#eee; 
  width:25%; 
  position:absolute; 
  top:0; 
  left:0;
  z-index:11;
  cursor:pointer;
  text-align:center;
  font-style:normal;
}
.disableSearch {
  cursor:not-allowed;
  color:#ccc;
}
.shareImg {
  width:30px;
  height:30px;
  margin-left:15px;
  vertical-align: top;
  margin-top:-3px;
  margin-right:5px;
}
.shareText {
  line-height:24px;
}
.noOver {
  overflow-y:hidden !important;  
}
@media only screen and (max-width:700px){
  .noOver .big {
    font-size:14px;
  }
}
.LinkModaaTitle {
  display:inline-block;
  max-width: 450px;
  width:calc(100% - 140px);
  height: 20px;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media only screen and (max-width:700px){
  .LinkModaaTitle {
    max-width: 250px;
    width:calc(100% - 12px);
  }
}
.lastSearchTextMobile {
  display:none;
}
.lastSearchTextDesktop {
  padding-top: 1px;
  display: inline-block;
  vertical-align:top;
}
@media only screen and (max-width:700px){
  .lastSearchTextMobile {
    display:inline-block !important;
    line-height: 8px !important;
    font-size: 10px !important;
    padding-top: 0;
    vertical-align: top;
  }
  .lastSearchTextDesktop {
    display:none;
  }
  .lastSearchTextDv {
    padding-top: 0 !important;
  }
  #navLinksContainer {
    padding-top:0px;
  }
}
.backToSelectLuach {
  display:block;
  width:100%;
  height:40px;
  background-color:#5794D7;
  margin-bottom:10px;
  text-align:right;
  z-index:999;
}
.btnBackToSelectLuach{
  margin-top:8px;
  margin-right: 8px;
  display:inline-block;
  width:24px;
  height:24px;
  background-image: url(../../media/images/icons_topsargel/back_white.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.LoginForm{
  display:inline-block;
  width:280px;
}
.LoginExtra{
  background: #ffffff;
  height: 20px;
  padding: 9px 5px;
  display: table;
  width: calc(100% - 10px);
}
.LoginMain{
  font-size: 14px;
  background-color: #f1f1f1;
  margin-bottom: 10px; 
  display: table;
  width: 100%;
  position:relative;
}
.LoginExtraExplain{
  text-align: center;
  margin: 10px auto;
  display:table;
}
.SignUpBttn{
  margin: 20px auto;
  display:table;
}
.StopDivurExplain,
.LoginReasons{
  display:inline-block;
  vertical-align: top;
  width:calc(100% - 310px);
  margin-right:20px;
}
.LoginReasonsHeader{
  font-size:15px;
  font-weight:bold;
  margin-bottom: 10px;
}
.LoginReasonItem{
  width: 48%;
  margin: 0px 1% 10px 1%;
  float: right;
}
.LoginReasonItem:before{
  content:'';
  float:right;
  width:41px;
  height:80px;
  display:table;
  margin-left: 5px;
  background-size:100% !important;
}
.LoginReasonItem.Million:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-million.gif') top no-repeat;
}
.LoginReasonItem.My:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-my.gif') top no-repeat;
}
.LoginReasonItem.Free:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-free.gif') top no-repeat;
}
.LoginReasonItem.OK:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-ok.gif') top no-repeat;
}
.LoginReasonItem.EmailKorot:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-EmailKorot.gif') top no-repeat;
}
.LoginReasonItem.Sinun:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-Sinun.gif') top no-repeat;
}
.LoginReasonItem.Jobs:before{
  background: url('https://www.jobmaster.co.il/images/icons/icon-Jobs.gif') top no-repeat;
}
.LoginReasonItemHeader{
  font-weight:bold;
  font-size:14px;
  color:#333333;
}
.LoginInput{
  font-size: 13px;
  width:200px;
  border:1px solid #b8b8b8;
  padding:10px 10px 10px 50px;
}
.LoginPlaceHolder{
  margin: 10px auto;
  display: table;
  position: relative;
}
.LoginPlaceHolder.CustomCheck,
.LoginPlaceHolder.ForgotPass {
  padding: 0px 10px;
}
.LoginPlaceHolder.CustomCheck {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.LoginPlaceHolder.ForgotPass {
  display: block;
}
.LoginPlaceHolder:after{
  content: '';
  width: 40px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 1px;
  height: 37px;
}
.LoginPlaceHolder.Mail:after{
  background-image: url('https://www.jobmaster.co.il/images/sprite_login.png');
  background-repeat: no-repeat;
  background-position:0px -32px;
}
.LoginPlaceHolder.Pass:after{
  background-image: url('https://www.jobmaster.co.il/images/sprite_login.png');
  background-repeat: no-repeat;
  background-position:0px -71px;
}
.forgotPassLink{
  margin: 10px 0px;
  display: table;
}
.stopEmail{
  margin: 25px auto;
  display: table;
}
.SignInBttn{
  display:inline;
  width:120px;
}
.WrongLogin{
  color:red;
  font-size: 13px;
  font-weight:bold;
  text-align: center;
}
@media only screen and (max-width: 700px){
  .LoginReasons{
    display:none;
  }
  .LoginForm{
    display:table;
    margin:auto;
    width: 98%;
  }
  .LoginExtra{
    background: #ffffff;
    height: 20px;
    padding: 9px 1%;
    display: table;
    width: 98%;
  }
  .LoginMain{
    width:98%;
    padding:0px 1%;
  }
  .LoginPlaceHolder{
    width:calc(100% - 20px);
  }
  .LoginInput{
    width: calc(100% - 62px);
  }
  .forgotPassLink{
    margin: 10px auto;
  }
  .StopDivurExplain{
    display: table;
    width: 98%;
    margin: auto 1%;
  }
  .RememberMeCheckBox{
    display:none;
  }
  .SignInBttn{
    display:table;
    width:100%;
  }
}
.xBatel:before {
  
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.modaaRow {
  
  margin-block: 20px;
}

.modaaRow.loader {
  
  position: relative;
}

.modaaRow.loader:before {
  
  content: '\e1d4';
  inset: 0;
  z-index: 101;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  animation: fa-spin 2s linear infinite
}

.modaaRow.loader:after {
  
  content: '';
  background: rgba(0,0,0,.1);
  position: absolute;
  inset: 0;
  z-index: 100;
}

.tblModaa {

  padding-bottom:62px;
  background: white;
  width:100%;
  border:0;
  border-spacing: 0;
}

.tblModaa.promoted {
  background-color: #FFFBE8;
}
.tblModaa td {
  padding: 5px;
}
.tblModaa .tdGallery {
  width:110px;
  text-align:center;
  vertical-align:top;
  color:#656565;
  font-size:11px;
  padding:0;
}
.tblModaa .tdGallery .tdGalleryInner {
  position:relative;
  width:90px;
  height:90px;
  /*border:3px double #CFCFCF;*/
}
.tdGalleryInner img {
  
  width:110px;
  height:110px;
  object-fit: cover;
}
.tdGalleryInner .tdGalleryStrip {
  -moz-opacity: 0.85;
  opacity: .85;
  filter: alpha(opacity=85);
  text-align: center;
  width: 100%;
  height: 20px;
  background-color: #C9E2FC;
  position: absolute;
  padding-top: 4px;
  top: 66px;
  left: 0;
}
.tdGalleryStrip span {
  -moz-opacity:1;
  opacity:1;
  filter:alpha(opacity=100);
  color:black;
  font-weight:bold;
}
.tblModaa .tdKotarot {
  vertical-align:top;
  text-align:right;
}
.tdKotarot .tdKotarotInner {
  position:relative;
  width:100%;
  height:100%;
  text-decoration: none;
}
.tdKotarotInner table {
  width:100%;
}
.tdKotarotInner table td {
  padding:1px;
}
.tdKotarotInner .tdKoteretRashit {
  vertical-align:top;
  padding-left:20px;
}
.tdKoteretRashit .LinkModaaTitle {
  font-weight:bold;
  font-size:16px;
  color:#000;
}
.tdKotarotInner .tdPrice {
  vertical-align:top;
  color:#CF601D;
  font-size:16px;
  font-weight:bold;
}
.tdKotarotInner .tdMoreDetails {
  vertical-align:top;
  color:#656565;
  font-size:14px;
  font-weight:400;
}
.tdMoreDetails span {
  color:#a5a5a5;
}
.tblModaa .tdIskiName {
  vertical-align:top;
  color: #656565;
  font-size:12px;
}
.tdIskiName { 
  text-align:center;
}
.tdIskiName img {
  width:80px;
  border:1px solid #656565;
}
.tdIskiName .misradName {
  font-weight:bold;
  text-align:center;
}
.tdIskiName .pratiName {
  border:1px dashed #656565;
  width:80px;
  padding-top:6px;
  height:21px;
  text-align:center;
  margin: 0 auto;
}
.pratiName span {
  margin-top:20px;
  text-align: center;
}
.tblModaa .contactDetails {
  vertical-align: top;
  text-align: right;
}
.contactDetails table {
  width:100%;
}
.contactDetails table td {
  padding:1px;
}
.tblModaa .tdTeurModaa {
  border-top:1px dashed #D2D2D2;
  padding-top:5px;
  border-top:1px dashed #D2D2D2;
  padding-bottom:5px;
}
.tdTeurModaa table {
  width:100%;
}
.tdTeurModaa table td {
  padding:1px;
}
.tdTeurModaa .teurText {
  vertical-align:top;
  font-size:14px;
}
.tdTeurModaa .tosafotText {
  color:#656565;
}
span[id^="modaaBigTitle"] {
  display:none;
}
span[id^="modaaComment"] {
  font-style: italic;
  color:#920116;
  cursor:pointer;
  background-color:#eafcff;
}
div[id^="phoneArea"] {
  display:none; 
  width:94%; 
  height:27px; 
  font-size:13px; 
  margin:0 auto; 
  text-align:center; 
  background-color:#eeeeee; 
  padding:8px; 
  margin-top:2px; 
  border:1px dashed #5794D7;
}
#textBetween1 a { 
  text-decoration:none; 
  font-size:22px; 
  color:#333; 
}

a.ClearSelected:not(.All) {
  
  width: 26px;
  height: 26px;
  min-height: auto;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.ClearSelected {
  line-height: 22px;
}


.sinunText { 
  color:#333; 
  font-size:16px; 
}
.sinunDataDropDown { 
  color:#999999; 
  font-size:16px; 
  width:95%;
  border:none;
  outline:0; 
}
.sinunDataDropDownSmall,.sinunDataDropDownBig { 
  width:46%; 
  color:#999999;
  font-size:16px;
  border:none;
  outline:0; 
}
.sinunInputSmall,.sinunInputBig { 
  width:46%;
  font-size:16px; 
  color:#999999; 
  border:0px solid #5794D7; 
  height:24px; 
  -webkit-appearance:none;
  outline:0; 
}

#advSearchFurniture {
  width:100%;
}
.dvAdvFurniture {
  height:85px;
}
#ulFurniture {
  height:75px;
}
@media only screen and (max-width:700px){
  .dvAdvFurniture {
  height:125px;
  }
  #ulFurniture {
    height:115px;
  }
}
#moreOptionsContainer .selRooms {
  width:100%;
  margin-top:16px;
}
#moreOptionsContainer .selRooms td {
  padding:5px;
}
#moreOptionsContainer .selFloor {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer .selFloor td {
  padding:5px;
}
#moreOptionsContainer #selPrice {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #selPrice td {
  padding:5px;
}
#moreOptionsContainer #selMr {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #selMr td {
  padding:5px;
}
#moreOptionsContainer #selKM {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #selKM td {
  /*padding:5px;*/
}
#moreOptionsContainer #selNefah {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #selNefah td {
  /*padding:5px;*/
}
#moreOptionsContainer #advSearchFlags {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #advSearchFlags td {
  padding:5px;
}
#moreOptionsContainer #sinunFlags {
  width:100%;
  margin-top:10px;
}
#moreOptionsContainer #sinunFlags td {
  /*padding:5px;*/
}
.selRooms #selFromRooms {
  vertical-align:top;
  padding-right:0;
}
.selFloor #selFromFloor {
  vertical-align:top;
  padding-right:0;
}
#selFloor #selFromPrice {
  vertical-align:top;
  padding-right:0;
}
#selFloor #selFromMr {
  vertical-align:top;
  padding-right:0;
}
#advSearchFlags #selAdv {
  vertical-align:top;
  padding:0;
  padding-left:1px;
}
#sinunFlags #selSinun {
  vertical-align:top;
  padding:0;
  padding-left:1px;
}
#selFromPrice .dataRight {
  font-size:16px; 
  color:#333; 
  width:calc(50% - 6px); 
  margin-left:1px;
}
#selFromPrice .dataLeft {
  font-size:16px; 
  color:#333; 
  width:calc(50% - 6px); 
  margin-left:1px;
}
#selFromMr .dataRight {
  font-size:16px; 
  color:#333; 
  width:calc(50% - 6px); 
  margin-left:1px;
}
#selFromMr .dataLeft {
  font-size:16px; 
  color:#333; 
  width:calc(50% - 6px); 
  margin-left:1px;
}
#selAdv .UpdateGroup {
  margin:0 !important;
  width:100%;
  border:0;
}
#selSinun .UpdateGroup {
  margin:0 !important;
  width:100%;
  border:0;
}
#selAdv .BasicLabel {
  background-color:white;
}
#selSinun .BasicLabel {
  background-color:white;
}
#sinunFreeSearch {
  margin-top:10px;
  width:100%;
}
#sinunFreeSearch td {
  padding:5px;
}
#sinunFreeSearch #selFreeSearch {
  vertical-align:top;
  padding:0;
  padding-left:1px;
}
#selFreeSearch .SubMenuList {
  position:relative;
}
#selFreeSearch #freeSearch {
  font-size:16px;
  color:#333;
  width:calc(100% - 3px);
  margin-left:1px;
}
.bottomPaddingSearch {
  margin-bottom:45px;
}
.topSpace {
  margin-top:10px;
}
.tblHidden {
  display:none;
}
.NoVis {
  visibility:hidden;
}
.CatRashi {
  height:100px !important;
}
.CatRashiNadlan {
  height: 75px !important;
}
.sinunText {
  width:70px;
  text-align: right;
}
#sinunFreeSearch td {
  padding:5px;
}
.y2Search {
  position:absolute;
  margin-top:1px !important;
  width:100%;
  z-index:12;
  display:none;
  background-color:white;
}
.recommendedRel {
  width:100%;
  position:relative;
}
a.inlabel {
  display:inline; 
  margin:0;
  padding:0;
  pointer-events: none;
  color: gray !important;
}
a.inlabel:hover {
  color:gray !important;
}
.MainSub a.inlabel:not(.Selected):hover {
    color: gray !important;
}
.MainSub a.inlabel:not(.Selected):hover {
    background: transparent;
}
#bottomPadding {
  display:none;
}
.SochenReg {
  margin-top:32px;
  display: none;
  text-align:right;
  height:130px;
}


.SochenReg.showOnMobile {
  
  margin-block:8px;
}

.SochenReg hr {
  margin-bottom:8px;
}
.SochenRegTitle {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    background: #ECEFF1;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.SochenRegTitle img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.SochenRegInp {
  direction:ltr;
  text-align:left;
  background-color:#FFFDE7;
  border:1px solid #cce;
  padding:5px 3px;
  margin-right:10px;
  margin-left:10px;
  width:calc(100% - 28px);
}
.SochenRegBtn {
  margin-top:10px;
  margin-right:10px;
  margin-left:10px;
  width:130px;
}
.SochenRegBtnDiv{
  text-align:center;
}
.SochenRegDoneLine1 {
  font-size: 18px;
  margin-top: 24px;
  font-weight: bold;
  margin-right:15px;
  margin-left:15px;
  width:calc(100% - 30px);
}
.SochenRegDoneLine2 {
  font-size: 16px;
  margin-top: 20px;
  margin-right:15px;
  margin-left:15px;
  width:calc(100% - 30px);
}
.SochenRegDoneLine2 a {
  color: #2343f3;
  text-decoration: underline;
  font-size: 18px;
  display: block;
  margin-top: 2px;
}
.SochenRegExist {
  margin-top: 34px;
  height: 58px;
  display: none;
}
.SochenRegExist.showOnMobile {
  margin-top:8px;
}
.SochenRegExist .SochenRegTitle {
  font-size: 14px;
  line-height: 16px;
}
.SochenRegDoneLine2 a {
  padding: 0;
}
#barSinun .topAjaxBarCloseDiv {
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 134px);
}
#barSinun .topAjaxBarTitleDiv {
  float: none;
  margin-top: -2px;
}
#barSinun .topAjaxBarTitleText {
  font-size: 24px;
}
#barSinun .bckPopOpenFileImage {
  width: 22px;
  height:22px;
  background-size: 22px 22px;
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
}
div.SubMenuheader i {
  float:left;
  font-style:normal;
  font-size:12px;
  display:inline-block;
}
div.SubMenuheader i a.pushedLinkMulti {
  text-decoration:underline;
  color:#4a8cf6;
  font-size:12px;
  display:inline;
  text-shadow:none;
  padding:0px 1px;
}
@media only screen and (min-width:461px){
  div.listFloatItem,div.listFloatItemMulti {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width:701px){
  div.listFloatItem,div.listFloatItemMulti {
    width: calc(33% - 17px);
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    max-height: 30px;
  }
}
div.listFloatItemMulti label {
  padding-right: 33px !important;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}
@media only screen and (max-width:700px){
  div.listFloatItemMulti label {
    line-height: 41px !important;
  }
}
.MultiButtons {
  position:absolute;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: white;
  left: 0px;
  border-top: 1px solid #9E9E9E;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.24)
}
@media only screen and (max-width:700px){
  .MultiButtons {
    position:fixed;
  }
}
.MultiButtons .WithCancel {
  width: 30%;
  margin-left:40%;
}
.MultiButtons .CancelButton {
  width: 30%;
}
/* ==== modaaW ==== */
.modaaW {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.modaaWTopBarBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #c9e2fc;
}
.modaaWPop .modaaWTopBarBg {
  display:none;
}
.modaaWTopBarSpc {
  width: 100%;
  height: 50px;
}
.modaaWPop .modaaWTopBarSpc {
  height: 10px;
}
.modaaWTopBar {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 50px;
  margin: 0 auto;
  max-width: 960px;
  background-color: #c9e2fc;
  text-align:right;
  overflow: hidden;
  z-index: 2;
}
.modaaWTitleBar {
  position: fixed;
  max-width: 850px;
  z-index: 100;
}
.modaaWAction {
  display: inline-block;
  min-width: 80px;
  max-width: 120px;
  width: 10%;
}
.modaaWTopBar .modaaWAction {
  position:relative;
}
.modaaWTopBar .modaaWAction:after {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -4px;
  width: 1px;
  height: 30px;
  background-color: #aaa;
  content: '';
}
.modaaWTopBar .modaaWAction:last-of-type:after {
  display: none;
}
@media only screen and (min-width:701px){
  .modaaWTopBar .modaaWAction.ModaaWEdit:after {
    display:none;
  }
}
a.modaaWAction {
  text-decoration:none;
  text-align:center;
  padding-top: 3px;
  padding-bottom: 7px;
}
a.modaaWAction:hover {
  background-color: #b9d2ec;
}
.modaaWAction img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.modaaWAction .actText {
  color: #333;
  display: block;
  padding-top: 0px;
  margin-top: 0px;
  text-align:center;
  white-space: nowrap;
}
@media only screen and (max-width:700px){
  .HideOnMobileW {
    display: none !important;
  }
  .modaaWAction {
    min-width: 48px;
    max-width: 120px;
    width: 18%;
  }
}
@media only screen and (min-width:701px){
  .ShowOnMobileW {
    display: none !important;
  }
}
.NotOnExpandW {
  display: none;
}
.modaaWTitleBar .NotOnExpandW {
  display: inline-block;
}
.modaaWTopBarMore {
  position: fixed;
  top: 50px;
  right: 56%;
  z-index: 101;
  background-color:#f3ffff;
  border:1px solid #333;
  display: none;
}
.modaaWPop .modaaWTopBarMore {
  right: calc(73% + 20px);
}
.modaaWTopBarMore .modaaWAction {
  display: block;
  border-bottom: 1px solid #ccc;
}
.modaaWBottomBar {
  position: fixed;
  bottom: 0;
  right: 0;
  width:100%;
  background-color:#265f9d;
  z-index: 100;
  text-align:center;
   padding-bottom:12px; 
}
.modaaWBottomBar .modaaWAction {
  width: calc(50% - 16px);
  max-width: 360px;
  margin: 0 auto;
}
.modaaWBottomBar .actText {
  color: white;
}
.modaaWBottomBar .modaaWAction:hover {
  background-color:#467fbd;
}
.modaaWBreadcrumbs {
  width: calc(100% - 30px);
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: right;
  background-color: white;
}
.modaaWBreadcrumbs a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
}
.modaaWBreadcrumbs a:hover {
  text-decoration: underline;
}
.modaaWBreadcrumbs a:before {
    height: 18px;
    line-height: 25px;
    font-size: 10px;
    color: #aaa;
    content: "\25C0";
    display: inline-block;
    margin: 0 5px 0 7px;
    overflow: hidden;
}
.modaaWBreadcrumbs a:first-child:before {
  content: "";
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width:700px){
  .modaaWBreadcrumbs a {
    font-size: 14px;
  }
}
.modaaWPhotoGallery {
  width: calc(100% - 20px);
  height: 220px;
  max-width: 940px;
  margin: 0 auto;
  padding: 10px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: white;
}
.ModaaWPhoto {
  max-height: 200px;
  cursor: pointer;
}
.NoPic {
  width: 200px;
  height: 200px;
}
.modaaWTitleArea {
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 8px 15px;
  text-align: right;
  margin: 0 auto;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  background-color: white;
}
.modaaWTitleArea h1 {
  display:block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding: 0;
}
.modaaWTitleArea h2 {
  display:block;
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 2px;
}
.modaaWTitleArea h2 li {
  display: inline-block;
  margin-left: 7px;
}
.modaaWTitleArea h2 li:before {
  content: '\2022';
  margin: 0 0 0 10px;
}

.modaaWMoreDetails .modaaWPrice, .modaaWMoreDetails .modaaWEzor, .modaaWMoreDetails .modaaWBaalut {
  display:inline-block;
}
.modaaWMoreDetails .modaaWPrice {
  width: 140px;
}
.modaaWMoreDetails .modaaWEzor {
  width: 150px;
}
.modaaWMoreDetails .modaaWBaalut {
  width: 130px;
}
.modaaWMoreDetails .ModaaWDetailsTitle {
  display: block;
  color: #333;
  font-size: 18px;
  padding-top: 5px;
}
.modaaWMoreDetails .ModaaWDetailsValue {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.modaaWMoreDetails .modaaWPrice .ModaaWDetailsValue {
  color: #870b20;
  font-size: 18px;
  font-weight: bold;
}
.modaaWTosafot {
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 12px 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
}
.modaaWTosafot .ModaaWDetailsTitle {
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
}
.modaaWTosafot .ModaaWDetailsValue {
  font-size: 16px;
  display: inline-block;
}
.modaaWTosafot li {
  display: inline-block;
  margin-left: 14px;
  font-size: 14px;
}
.modaaWTosafot li:before {
  height: 20px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  content: "\2714";
  display: inline-block;
  margin: 0 2px 0 4px;
  overflow: hidden;
}
@media only screen and (max-width:700px){
  .modaaWMoreDetails .modaaWPrice, .modaaWMoreDetails .modaaWEzor, .modaaWMoreDetails .modaaWBaalut {
    display:block;
  }
  .modaaWMoreDetails .modaaWPrice {
    width: 100%;
  }
  .modaaWMoreDetails .modaaWEzor {
    width: 100%;
  }
  .modaaWMoreDetails .modaaWBaalut {
    width: 100%;
  }
  .modaaWMoreDetails .ModaaWDetailsTitle {
    display: inline-block;
    color: black;
    font-size: 18px;
    font-weight: bold;
  }
  .modaaWMoreDetails .ModaaWDetailsTitle:after {
    content: "\003a";
  }
  .modaaWMoreDetails .ModaaWDetailsValue {
    display: inline-block;
    font-size: 18px;
  }
  .modaaWMoreDetails .modaaWPrice .ModaaWDetailsValue {
    color: #870b20;
    font-size: 18px;
    font-weight: bold;
  }
}
.modaaWTeurArea {
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 12px 15px 0 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
}
.modaaWTeurArea .modaaWTeur1 {
  display: block;
  font-size: 16px;
}
.modaaWTeurArea .modaaWTeur2 {
  display: block;
  font-size: 14px;
}
.modaaWCommentArea {
  
  padding: 15px;
  margin-bottom: -15px;
  text-align: start;
}

.modaaWCommentArea .modaaWCommentArea-title {
  
  display: block;
  margin-bottom: 15px;
}

.modaaWContactArea {
  
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 10px 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
}

.modaaWContactArea .ModaaWDetailsTitle {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.modaaWContactArea .ModaaWDetailsValue {
  display: inline-block;
  color: black;
  font-size: 16px;
}
.modaaWContactArea .modaaWAction {
  height: 30px;
  padding: 0;
}
.modaaWContactArea .modaaWAction:hover {
  color:#ffe;
}
.ModaaWContactUser {
  margin-right: 14px;
}

.modaaWCommentArea textarea {
  
  min-height: 100px;
}

@media only screen and (max-width:700px){
  .modaaWContactArea .modaaWAction {
    display: none;
  }
}
.modaaWPhoneNumberArea:not(:empty) {
  
  position: relative;
  background: white;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
  padding: 20px;
}

.modaaWPhoneNumberArea .close_modaaWPhoneNumberArea {
  
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / .08);
  font-size: 15px; 
  display: none;
}

.modaaWPhoneNumberArea .close_modaaWPhoneNumberArea:hover {
  
  background: rgb(0 0 0 / .08);
}

.Finished_Phone_Reveal:has(.fa-loader) .connectBtnImgWrap {
  
  display: none;
}

.modaaWPhoneNumberArea .ModaaWDetailsTitle {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.modaaWPhoneNumberArea .ModaaWDetailsValue {
  font-size: 20px;
  font-weight: bold;
  color: green;
}
}

#phoneAreaWBottom {
  color:green;
  font-size: 18px;
  text-align:center;
  display: inline-block !important;
  padding: 0 !important;
}

span.modaaWComment {
  
  display: flex;
  font-style: italic;
  color:#920116;
  cursor:pointer;
  background-color:#eafcff;
  font-size: 14px;
  padding: 10px;
  white-space: pre-line;
}

.tblModaaArrow {
  cursor: pointer;
}

.tblModaaArrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:10px;
  width:15px;
  height: 15px;
  content: "";
  display: inline-block;
  margin: 0;
  color: #999;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEX///8AAABlam9kam9kaHBlam5ka29kam9jam9qampkaW5jam9ka3Blam9kam9ja3Bkam8AAABaaY/SAAAAEHRSTlMAAY7lQp11nMMMm5qZmJdi3/zQnwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsICwgx9JRdAAAATElEQVQoz53SOQ4AIAhEUdx35f6ntdWEMUHK9xNoILrHWOdJGBOYo+SJORfBq9Kb0jvwofQpOy3gOMBV8PizdFjaR6kfJcECnuF4nw0iNQU7gMpOVQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxMTowOCswMjowMFE4h5EAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTE6MDgrMDI6MDAgZT8tAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
  background-size: 15px;
}
.modaaWBottomBar .modaaWAction {
  position: relative;
}
.modaaWBottomBar .modaaWAction.ModaaWContactUser:after {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  content: '';
}
.modaaWMinisite {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
span.pratiName {
  display: inline-block;
  padding: 12px;
  border: 1px dashed #aaa;
}
span.iskiName {
  display: inline-block;
  padding: 16px;
  border: 1px dashed #aaa;
}
span.iskiName img {
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
.iskiName .misradName {
  font-size: 16px;
}

.modaaWMoreDetails .modaaWNeighborhood, .modaaWMoreDetails .modaaWStreet, .modaaWMoreDetails .modaaWBuildingNum {
  display:inline-block;
}
.modaaWMoreDetails .modaaWNeighborhood {
  width: 140px;
}
.modaaWMoreDetails .modaaWStreet {
  width: 140px;
}
.modaaWMoreDetails .modaaWBuildingNum {
  width: 90px;
}
.modaaWTime {
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 8px 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
  font-size: 14px; 
  color:#999; 
  font-style:italic;
}

.ModaaFavN {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #F5F5F5;
  border-radius: 100%;
  padding: 8px;
  z-index: 10;
  cursor: pointer;
}
.ModaaFavN img {
  width: 20px;
  height: 20px;
}
.ModaaDeleteN {
  position: absolute;
  bottom: 14px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #F5F5F5;
  border-radius: 100%;
  padding: 8px;
  z-index: 10;
  cursor: pointer;
}
.ModaaDeleteN img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width:700px){
  *[tabindex="0"] {
    outline: none;
  }
}
span.LinkModaaTitle {
  cursor:pointer;
}
.fixedImportant {
  position: fixed !important;
}
.afterNonImportant:after {
  display:none !important;
}
/* LUCHOT SINUN */
  .luchotContainerW{
    max-width:500px;
    width:100%;
    margin:0 auto;
    text-align:right;
  }
  .luchotCenterW{
    text-align:center;
  }
  .luchotSpaceW{
    width:100%;
    height:20px;
  }
  .luchotCoteretW{
    text-align:center;
    direction:rtl;
  }
  .luchotSinunInp{
    width:100%;
    position:relative;
  }
  .luchotLinkResult{
    width:calc(100% - 10px);
  }
  .luchotIskaW{
    display:flex;
    justify-content:center;
    align-items:center;
    height:26px;
    box-sizing:border-box;
    border-radius:2px;
    float:right;
    background:white;
    border:1px solid #ccc;
    padding-right:10px;
    border-radius:2px;
    cursor:pointer;
  }
  .luchotIskaClose{
    float:left;
    display:flex;
    padding:2px 10px 2px 5px;
    justify-content:center;
    align-items:center;
    font-size:20px;
  }
  .luchotIskaWrap{
    display:block;
    width:100%;
    height:40px;
  }
.luchotSearch{
width:15px;
height:15px;
padding-left:5px;
}
.luchotListResults { 
    border-top: 1px solid #fffdfd; 
    box-sizing: border-box; 
    overflow-x: hidden; 
    border-bottom-right-radius: 15px; 
    border-bottom-left-radius: 15px; 
} 
#luchotSearchInp {
  /*
    background: url(https://media.komo.co.il/media/images/icons_topsargel/search_black.png) no-repeat ;
    background-size: 15px 15px;
    background-position: calc(100% - 10px) center;
  */  
    padding-right:30px;
    height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    border: 0px solid #9e9e9e;
    outline: none;
    border-top-right-radius: 15px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    border-top-left-radius: 15px;
   /* border-bottom: 3px double #ccc;*/
    background-color: #ffffff;
}
.luchotDeleteIska{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  outline:none;
  cursor:pointer;
}
.luchotDeleteIska:hover{
  background:#d8d8d8;
}
.cityRow , .categoryRow ,.luchotClearBtn ,.aLinkBtn{
  outline:none;
}
.luchotClearBtn{
  position:absolute;
  left:6px;
  top:8px;
  font-size:24px;
  cursor:pointer;
  width:23px;
  height:23px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:23px;
  color:#76818c;
}
.luchotSinunM{
  border-radius:5px;
  background:#2196f3;
  color:#ffffff;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}

.luchotOptHistory{
  border-right:1px solid #ccc;
}

.luchotBtnActive:active{
  background:#a8c8ea;
}
.luchotMiunActive:active{
  background:#0b8df5;
}
.luchotMiunWrap{
  padding:0 3px;
}
.luchoTatzugaWrap{
  border-left:1px solid #ccc;
}
  .phoneFormInc{
    margin-bottom:120px;   
  }
  .phoneFormInc{
    text-align:center;
    font-family:arial;
    margin: 0 auto; 
    padding:20px 40px;
    max-width:320px;
  }
  .phoneCoteret2inc{
    font-size:15px;
    text-align:center;
  }  
  .phoneForm_userDet{
    margin-top:30px;
  }  
  .phoneForm_userDet .lblContainer{
    border:none;
    background:transparent;
  }
  #phoneInpNum{
    direction:ltr;
  }
  #phonePreBox{
    width:150px;
  }
  #phoneInpNum::-webkit-outer-spin-button,
  #phoneInpNum::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  #phoneInpNum[type=number] {
    -moz-appearance: textfield;
  }   
  .phoneFormNameWrap .fnameBox , .phoneFormNameWrap .lnameBox{
    display:inline-block;
    text-align:right;
    padding:25px  5px  25px 40px ;
  }
  .phoneFormNameWrap .nameCoteret{
    color:#9e9e9e;
    font-size:12px;
  }
  .phoneFormNameWrap .nameLname ,.phoneFormNameWrap .nameFname{
    color:rgb(84, 84, 84);
    font-size:14px;
  }
  .phoneFormNameWrap{
    text-align:right;
  }
  .m_in_project{  
    background: #999;
    color: white;
    line-height: 13px;
    height: calc(13px + 8px);
    box-sizing: border-box;
    font-size: 13px;
    padding: 4px 12px;
    z-index: 1;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    margin:0 0 0 5px;
  }
  
  /* banner sohen isihi*/
   
  .banerShWrap{
    width:90%;
    max-width:230px;
    margin:10px auto 25px auto;
    background-image:url("/media/images/sohenBackground.jpg");
    background-color: #f3f3f3;
    background-repeat: no-repeat, repeat;
    background-position: bottom;
    background-size: contain;
    font-size:12px;
    padding:20px 10px;
    box-shadow:1px 1px 7px #a5a4a4;
    border-radius:7px;
    color:#434343;
  }
  .bannerShTitle{
    font-weight:bold;
    font-size: 16px;
  }
  .bannerShDesc{
    font-size:13px;
    margin:10px 0;
  }
  .bannerShAct{
    font-size:11px;
  }
  .banerShTextD{
    font-weight:bold;
    text-decoration:underline;
  }
  .bannerShBtn{
    padding:5px 15px;
    border-radius:5px;
    margin:15px auto 0 auto;
  }
  .bannerShTitleSuccess{
    font-weight: bold;
    text-align: center;
    font-size: 17px;
  }
  .bannerShDescSuccess{
    margin-top: 22px;
    font-size: 17px;
  }
  .banerShSuccess{
    width: 90%;
    margin: 50px auto;
  }
  
  .warningMessage{
    width: 100%;
    height: 30px;
    display: flex;
    background: yellow;
    justify-content: center;
    max-width: 720px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 auto;
    align-items: center;
    color: #333;
    font-weight: bold;
  }
  
  body.lock{
    overflow: hidden;    
  }
  


#navLinksContainer table{
  border-spacing: unset;
} 
.SubMenuList:first-child {
    box-sizing: border-box;
}
.sinunText{
  padding-bottom:10px;
}

.blueLogin{
  height:50px;
  min-width:170px;
  border-radius:30px;
}

.CardStyleLogin{
  padding:20px;
  margin-top:30px;
  max-width:400px;
  line-height: 30px;
  box-sizing: border-box;
}
.loginSlimDetails{
  color:#2196f3 ;
  font-size: 16px;
  font-weight:bold;
}

.npopap{
  line-height:33px;
  border-radius:12px;
  background: #ffffff;
  box-shadow: 0 8px 40px;
  position: relative;
  padding:20px;
  max-width: 310px;
  margin:30px auto;
  height:130px;
}
.nclose{
  position: absolute;
  top:4%;
  right:4%;
}
.ntitle{
  font-size: 16px;
  font-weight:bold;
}
.ncontent{
  font-size: 14px;
}
.naction>button{
  border-radius:10px;
  background: #4D90FE;
  padding: 0 20px;
  margin-top:26px;
}


.divurPopupOrWrap{
  display: flex;
  justify-content: center;
  align-items: center;

  align-self: stretch;
  color:#000000;
  width:100%;
  padding: 5px 0;
}

.divurPopupOr{
  
  display: flex;
  font-size: 14px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #F4F4F4;
}

.divurFormWrap .title{
  display:flex;
  font-size:18px;
  justify-content:center;
  align-items:center;
  text-align: right;
}
.divurFormWrap{
   padding: 20px 1px 20px 2px;
  background:#ffffff;
}

.divurFormWrap .titleWrap{
  display:flex;
}

.mFooter{
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  
  display: flex;
  justify-content: end;
  gap: 10px;
  padding:10px;
}

.mFooterAction{
  
  position: relative;
  display: flex;
  width: auto;
  min-height: 40px;
  padding-inline: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vh;
  border: 1px solid #C2C1C1;
  background: #FFF;  
  cursor:pointer;
}

.mFooterAction:hover{
 
  background:#EEEEEE;
}  

.mFooterAction span:not(.faspan) {
  
  white-space: nowrap;
}

.mFooterAction .faspan{
  
  margin:0;
  font-size:18px;
}

.pnimiModaaInfo{
  align-items: self-end;
  position: absolute;
  left:20px;
  top:20px;
  width: 60px;
  height: 60px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

	.divurFormWrap .reqFooter{
		display: flex;
		flex-direction: row-reverse;
		padding: 26px 12px 12px;
		gap: 10px;
	}

.divurFormWrap .reqFooter .bttn{
  font-size:13px;
  font-weight:400;
  height:30px;
  min-width:80px;
  padding:0 20px;
  gap:10px;
  display:flex;
  justify-content: center;
  align-items: center;

}
.redText{
  color:red;
}

#frmEditModaa,
#frmEditModaa *,
#frmEditModaa *:before,
#frmEditModaa *:after {
  
  box-sizing: border-box;
  font-size: 14px;
}

#frmEditModaa {

  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

#frmEditModaa > div {

  flex: 1;
  background: white;
  padding: 10px;
  flex-basis: 260px;
}

#frmEditModaa > div h2 {

  font-size: 16px;
  border-bottom: 1px solid #bbb;
  display: block;
  padding: 10px;
  margin: -10px -10px 20px;
}

#frmEditModaa > div .content {

  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: calc(100% - 50px);
}

#frmEditModaa > div .content .formRowInputPhoneSend {
  
  display: flex;
  flex-flow: row-reverse nowrap;
  border: 1px solid #bbb;
}

#frmEditModaa > div .content .formRowInputPhoneSend input, 
#frmEditModaa > div .content .formRowInputPhoneSend select {
  
  border: 0;
  padding: 10px;
  min-height: 36px;
}

#frmEditModaa > div .content .formRowInputPhoneSend .formRowInputPhoneSendPrefix {
  
  max-width: 70px;
}

#frmEditModaa > div .content .formRowInputPhoneSend .formRowInputPhoneSendInput {
  
  max-width: 150px;
  border-inline-end: 1px solid #bbb;
}

#frmEditModaa > div .content .formRowInputPhoneSend .formRowInputPhoneSendInput input {
  
  width: 100%;
}

#frmEditModaa #spnEditSend:not(:empty) {
  
  color:red;
  font-size:14px;
  display:block;
}

#frmEditModaa #spnEditLoad:not(:empty) {
  
  font-size:14px;
  display:block;
  margin-bottom:10px;
}

.isIskiSameAdsExists,
.misradName{
  
  display: none!important
}

@media (max-width:700px){
 
  .modaaWPhoneNumberArea:not(:empty) {
    
    position: fixed;
    bottom: 50px;
    z-index: 10;
  }
  
  .modaaWPhoneNumberArea .close_modaaWPhoneNumberArea {
    
    display: flex;
  }

}
  