﻿.CardStyle{
  display: inline-table;
}


.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.CardStyle {
  /*background:none;*/
}
.tblModaa:hover .actIcons {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.tblActions {
  margin-top: -5px;
}
.tblActions td {
    text-align: center;
    padding-top: 5px;
    /*white-space: nowrap;*/
    vertical-align:top;
}
.tblActions td img {
    width: 30px;
    /*opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;*/
    padding: 2px 10px;
    margin: 3px 0;
    border-bottom:1px solid #aaa;
}
td.actBottomLine {
  /*border-bottom: 1px solid #ccc;*/
  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);
}

.SubMenuList{
  display: block;
  height: 150px;
  margin: 0px;
}

.MainSub {
  width: 220px;
}

.MainSub ul{
  display: inline-block;
  height: 151px;
  overflow: auto;
  padding: 0px;
  width: 100%;
  margin: 0px;
  padding-top: 3px;
}
.SubMenuList li {
  line-height: 25px;
  height: 25px;
  text-align:right;
}
@media only screen and (max-width:700px){


  .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;
  }
}

.SubMenuheader {
  padding:5px;
  text-align:right;
}

.SubMenuheader:first-child{
  margin-top:0px;
}

.MainSub a{
  display: inline-block;
}

.SearchResultsPlaceHolder{
  width:calc(100% - 250px);
  display:inline-block;
  vertical-align:top;
}

a.ClearSelected,
a.SortLink {
  font-size: 11px;
  /*line-height: 16px;*/
  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{
  /*line-height: 22px;*/
  text-align:center;
  /*padding-left:7px;*/
}

a.ClearSelected:not(.All){
  width: 22px;
  height:22px;
}

a.ClearSelected.All {
    padding-left: 5px;
}

.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 {
  color: gray;
  font-size:10px;
  line-height: 29px;
}

.Line39 {
  line-height: 29px;
}

@media only screen and (max-width:700px){ 
  .Counter {
     margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
  }
  .Line39 {
    line-height: 39px;
  }
}

.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;
}

.SubMenuheader{
  margin-top:20px;
}

.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;
}

.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{
  /* background:#ffffff; */
  border-bottom: 1px solid #dddddd;
}

.SubMenuList .big{
  color: #4e4e4e;
  text-decoration: none;
  width: calc(100% - 10px);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.SubMenuList .big:not(.Selected):hover {
  background: #a5a9ad;
}

.SubMenuList .big:not(.Selected):hover,
.SubMenuList .big:not(.Selected):hover span{
  color:#ffffff !important;
}

.SubMenuList{
  display: inline-table;
  width: 100%;
  padding: 0px;
  margin: 5px 0px;
  list-style-type: none;
  line-height:20px;
  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,
.SubMenuheader{
  width: calc(100% - 10px);
  color: #5F5F5F;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0px 2px 1px white;
}

.PageMainHeader {
  font-size:18px;
}

.SubMenuheader,
.MainSub .big{
  /*padding: 0px 5px;*/
}

.SubMenuheader {
  margin-top: 10px;
}

.SubMenuheader:first-child {
  margin-top: 5px;
}

.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: calc(100% - 16px);
}

.SubMenuListRowHalf {
    height: 30px;
    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;
}

/********************/

/*
.EzorUl {
  margin: 0px calc(1.5% - 2px);
  list-style-type: none;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 20px;
  border-radius: 4px;
}

ul.EzorUl li:first-child {
  font-weight:bold;
}

.AutoCompletePlaceHolder {
  width: calc(100% - 101px);
  position: absolute;
  z-index: 2;
  text-align: right;
  left: 0px;
}

.EzorUl{
    width:100%;
    max-height: 45px;
    overflow: hidden;
    border:none;
    margin:auto;
    border-radius:0px;
    position:relative;
  }
  
  .EzorUl.Open{
    max-height: 500px;
  }
  
  .EzorUl:after {
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    content: '';
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEX///8AAABlam9kam9kaHBlam5ka29kam9jam9qampkaW5jam9ka3Blam9kam9ja3Bkam8AAABaaY/SAAAAEHRSTlMAAY7lQp11nMMMm5qZmJdi3/zQnwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsICwgx9JRdAAAATElEQVQoz53SOQ4AIAhEUdx35f6ntdWEMUHK9xNoILrHWOdJGBOYo+SJORfBq9Kb0jvwofQpOy3gOMBV8PizdFjaR6kfJcECnuF4nw0iNQU7gMpOVQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxMTowOCswMjowMFE4h5EAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTE6MDgrMDI6MDAgZT8tAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
    width: 20px;
    height: 45px;
    display: table;
    left: 10px;
    top: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .EzorUl.Open:after {
    -webkit-transform: rotate(-90deg) rotateY(180deg);
    -moz-transform:    rotate(-90deg) rotateY(180deg);
    -ms-transform:     rotate(-90deg) rotateY(180deg);
    -o-transform:      rotate(-90deg) rotateY(180deg);
    transform:         rotate(-90deg) rotateY(180deg);
  }
  
  .UpdateGrouplaceHolder .EzorUl li {
    padding: 5px 0px;
  }
  
  .UpdateGrouplaceHolder .EzorUl li:not(:first-child){
    background: #f7f7f7;
  }
  
  .UpdateGrouplaceHolder .EzorUl:first-child{
    border-radius:4px 4px 0px 0px;
  }
  
  .UpdateGrouplaceHolder .EzorUl:last-child{
    border-radius:0px 0px 4px 4px;
  }


  .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;
  }
  
  @media only screen and (max-width:700px){
    .EzorUl{
      width:100%;
      margin:auto;
      background:#ffffff;
      max-height: initial;
    }
    
    .EzorUl:after{
      display:none;
    }
    
    .UpdateElement label{
      display:block;
    }
    
    .EzorUl li:first-child label {
      background:#ffffff;
    }
    
    .EzorUl li:not(:first-child) label {
      background: #f7f7f7;
    }
    
    input[type="checkbox"] {
      width: 35px;
      height: 35px;
      margin: 0px;
      margin-right: 5px;
    }
    
    .UpdateElement.EzorUl li {
      padding: 5px 0px;
      width:100% !important;
      border-left:none;
    }
  }

*/
/********************/

.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;
}

.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;
    /*float: 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;
    /* float: right; */
    line-height: 20px;
    /* border: 1px solid red; */
    /* margin-right: 11px; */
    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;
  }
  .optBtn {
    width:calc(33% - 2px) !important;
  }
  .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;
  }
  #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;
}

#recommended {

}

.EditModaaRow1 {
  background-color:#fff; padding:10px;
  width:calc(100% - 40px);
  margin:0 auto;
  margin-top:10px;
  height:97px;
}

.EditModaaRow2 {
  background-color:#fff; padding:10px;
  width:calc(100% - 40px);
  margin:0 auto;
  margin-top:10px;
}

.EditPad {
  margin-top:10px;
}

@media only screen and (min-width:700px){
  .EditModaaRow1 {
    display:inline-block;
    float:right;
    width:calc(50% - 30px);
    vetical-align:top;
    margin-left:5px;
    height:177px;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:5px;
    overflow-y:visible;
  }
  
  .EditModaaRow2 {
    display:inline-block;
    float:right;
    width:calc(50% - 30px);
    vetical-align:top;
    margin-right:5px;
    height:177px;
    margin-top:5px;
    margin-bottom:5px;
    overflow-y:visible;
  }
  
  .EditPad {
    margin-top:94px;
  }
}

.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);
  /*white-space: nowrap;*/
  height: 20px;
  /*overflow:hidden;*/
  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 {
  display:inline-block;
  width:22px;
  height:22px;
  margin:0; padding:0;
  margin-top:1px;
  background-image:url('../../media/images/icons/x.png');
  background-size: contain;
  background-repeat:no-repeat;
}

.tblModaa {
  padding-top:7px;
  padding-bottom:7px;
  margin:10px 0; 
  background-color: white;
  width:100%;
  border:0;
}

.tblModaa.promoted {
  background-color: #FFFBE8;
}

.tblModaa td {
  padding: 5px;
}

.tblModaa .tdGallery {
  width:100px;
  text-align:center;
  vertical-align:top;
  color:#656565;
  font-size:11px
}

.tblModaa .tdGallery .tdGalleryInner {
  position:relative;
  width:90px;
  height:90px;
  border:3px double #CFCFCF;
}

.tdGalleryInner img {
  width:90px;
  height:90px;
}

.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%;
}

.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:#666;
}

.tdKotarotInner .tdPrice {
  vertical-align:top;
  color:#CE5300;
  font-size:15px;
  font-weight:bold;
}

.tdKotarotInner .tdMoreDetails {
  vertical-align:top;
  color:#656565;
}

.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; 
}

/* xBatel fix by Natan */

.xBatel {
display: inline-block;
width: 14px;
height: 14px;
margin: auto;
padding: 0;
margin-top: 1px;
background-image: url(../../media/images/icons/x1.png);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.7;
margin-top:6px;
}
a.ClearSelected:not(.All) {
width: 26px;
height: 26px;
line-height: 28px;
text-align: center;
}

a.ClearSelected {
line-height: 22px;
}

@media only screen and (max-width:700px){
  .xBatel {
    margin-top:5px;
  }

  a.ClearSelected:not(.All) {
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
  }
}

.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-top: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;
  /*overflow: hidden;*/
}
@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 {
  /*top: 10px;*/
  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;
}
.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 {
  width: calc(100% - 30px);
  max-width: 930px;
  padding: 8px 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
}
.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 {
    width: calc(100% - 30px);
  max-width: 930px;
  padding: 2px 15px 10px 15px;
  text-align: right;
  margin: 0 auto;
  background-color: white;
}
.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;
}
@media only screen and (max-width:700px){
  .modaaWContactArea .modaaWAction {
    display: none;
  }
}
.modaaWPhoneNumberArea {
  display: inline-block;
  padding-right: 12px;
  font-size: 18px;
}
.modaaWPhoneNumberArea {
  display: inline-block;
  padding-right: 14px;
  display: none;
}
.modaaWPhoneNumberArea .ModaaWDetailsTitle {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.modaaWPhoneNumberArea .ModaaWDetailsValue {
  font-size: 20px;
  font-weight: bold;
  color: green;
}
@media only screen and (max-width:700px){
  .modaaWPhoneNumberArea {
    display: none;
  }
}
#phoneAreaWBottom {
  color:green;
  font-size: 18px;
  text-align:center;
  display: inline-block !important;
  padding: 0 !important;
}
span.modaaWComment {
  font-style: italic;
  color:#920116;
  cursor:pointer;
  background-color:#eafcff;
  font-size: 14px;
}
.tblModaaArrow {
  cursor: pointer;
}
.tblModaaArrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:10px;
  width:15px;
  height: 15px;
  /*content: "\232A";*/
  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;
}


#mapCanvasW {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.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;
}
