d.ShowMe .IconPremium {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/images/premiumLogo.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 2px;
  inset-inline-start: 21px;
}
.EmployeePlaceHolder {
  color:#333333;
  height: 45px;
  position: relative;
  cursor: pointer;
}

.CvMasterUserPopUp {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  background: #ffffff;
  inset-inline-end: 0;
  bottom: -10px;
  transform: translateY(100%);
  z-index: 10;
}
.account-menu-fa-file-lines {
    font-size: 22px;
    color: black;
}


.CvMasterUserPopUp:before {
  content: '';
  position: absolute;
  top: -10px;
  inset-inline-end: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.CvMasterUserTextContent {
  display: inline-block;
  vertical-align: top;
  margin-inline-start: 10px;
  width: calc(100% - 75px);
}

.CvMasterUserMainContent,
.CvMasterUserSubMainContent {
  padding: 5px 10px;
}

.CvMasterUserMainContent {
  margin-bottom: 20px;
}

.CvMasterUserSubMainContent {
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.CvMasterUserSubMainContent .bttn:hover {
  color: #333333;
  text-decoration: none;
}

.CvMasterUserPopUp.Show {
  opacity: 1;
  visibility: visible;
}

.CvMasterUserTextEmail,
.CvMasterUserTextCompany {
  color: gray;
}

.CvMasterUserMainImage {
  
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url('/api/cvmaster/users/show-picture.api.asp');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-size: 100%;
  margin-inline-end:  5px;
  margin-top: 2px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
}

.CvMasterUserMainImage.Big {
  width: 58px;
  height: 58px;
}

.TopSargelPlaceHolder.Min .CvMasterUserMainImage:not(.Big) {
  width: 18px;
  height: 18px;
}

.CvMasterUserText {
  display: inline-block;
  vertical-align: middle;
  text-align: end;
}


.TopSargelPadder {
    padding-top: 0px;
}

.TopSargelFixPlaceHolder {
  position:sticky;
  inset-inline: 0;
  top:0px;
  width:100%;
  z-index:200;
}

.TopSargelPlaceHolder {
  text-align:center;
  width:100%;
  height:45px;
  background:#ffffff;
}

.TopSargelPlaceHolder.Narrow {
  height: 22px;
  background: #333333;
  text-align: start;
  overflow:hidden;
}

.TopSargelPlaceHolder .OuterLink {
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  padding-block: 0;
  padding-inline-start: 8px;
  padding-inline-end: 22px;
}

.TopSargelPlaceHolder .OuterLink:hover {
  text-decoration:underline;
}

.TopSargelPlaceHolder,
.TopSargelPlaceHolder .OuterLink {
  color: #ffffff;
}

.TopSargelPlaceHolder.Red {
  background:#EF1921;
  position:relative;
  border:none;
}

.TopSargelPlaceHolder.SubSargel {
  z-index:2;
}

.TopSargelPlaceHolder.Gray {
    background: #5f5b5b;
}

.TopSargelPlaceHolder.Red,
.TopSargelPlaceHolder.Gray {
  z-index:3;
}

.TopSargelCenter {
  width:100%;
  margin:auto;
  position:relative;
  max-width:940px;
  display:table;
}

.TopSargelLogo {
  
  height: 44px;
  float: inline-start;
  position: relative;
  z-index: 1;
}

.TopSargelLogo img {
  max-height: 34px;
  border: none;
  margin-top: 5px;
}

.TopSargelUserDetails {
  height:44px;
  float:inline-end;
  text-align:end;
  direction:ltr;
  color:#333333;
  position:relative;
}

body.rtl .TopSargelUserDetails {
 
  direction:rtl;
}

.TopSargelUserPopUp {
 
  position: absolute;
  width: 100%;
  inset-inline-end: 0;
  bottom: 0px;
  background: white;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  direction: ltr;
  text-align: start;
  padding: 0px;
  list-style-type: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0px;
}

body.rtl .TopSargelUserPopUp {
 
  direction:rtl;
}


.TopSargelUserPopUp.Open {
  height:30px;
}

.TopSargelUserPopUp li {
  line-height: 30px;
  height: 30px;
  padding: 0px;
}

.TopSargelUserPopUp li a {
  color: #333333;
  font-size:14px;
  text-decoration:none;
  display: block;
  padding: 0px 5px;
}

.TopSargelUserPopUp li a:hover {
  background: #e5e5e5;
  color: #656565;
}

.TopSargelUserImage {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-inline: 5px 20px;
  background-size: 100% !important;
  margin-top: 2px;
}

.TopSargelUserImage:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #585858 transparent transparent transparent;
  line-height: 0px;
  _border-color: #585858 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: table;
  position: absolute;
  inset-inline-end: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.TopSargelUserDetailsTextPlaceHolder {
  display:inline-block;
  vertical-align: super;
}

.TopSargelUserDetailsText {
  font-size:14px;
  text-align: end;
  display:block;
  color:#333333;
  direction: ltr;
}

body.rtl TopSargelUserDetailsText {
  
  direction: rtl;
}

.TopSargelUserDetailsText.CenterText {
  
  text-align:center;
}

.TopSargelUserDetailsText.Bold {
  font-weight:bold;
}
.FloatLeft.TopIconRecruitmentSolutions {
 
  float: inline-end;
  background: #8b282a;
}

.TopSargelGrayItem,
.TopSargelWhiteItem,
.TopSargelRedItem {
  box-sizing: border-box;
  height: 45px;
  line-height: 9px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  width: 94px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  float: inline-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.secondSargel .TopSargelRedItem{
  
  width: unset;
  flex: 1;
}

.TopSargelWhiteItem {
  background: #ffffff;
  color: #5f5b5b;
}


.TopSargelRedItem {
  color: #ffffff;
  background: #EF1921;
}

.TopSargelGrayItem {
  background: #5f5b5b;
  color: #ffffff;
}

.Hire {
  line-height: 10px;
  white-space: normal;
  float: inline-end;
}

.TopSargelGrayItem:hover,
.TopSargelWhiteItem:hover,
.TopSargelRedItem:hover {
  text-decoration:none;
}

.TopSargelWhiteItem:not(.NoHover):hover,
.TopSargelWhiteItem:not(.NoHover):focus{
  background: #5f5b5b;
  color: #ffffff;
}

.TopSargelRedItem:not(.NoHover):hover,
.TopSargelRedItem:not(.NoHover):focus{
  color:#EF1921;
  background:#ffffff;
  cursor: pointer;
}

.TopSargelGrayItem:not(.NoHover):hover {
  color: #5f5b5b;
  background: #ffffff;
}

.TopSargelGrayItem:focus,
.TopSargelWhiteItem:focus,
.TopSargelRedItem:focus {
  
}
#KoteretPlaceHolder .TopSargelWhiteItem:after,
.TopSargelGrayItem:after,
.TopSargelRedItem:after {
  
  content:'';
  width:1px;
  height:30px;
  position:absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Min .TopSargelRedItem:after,
.Min .TopSargelWhiteItem:after,
.Min .TopSargelGrayItem:after {
  
  height: 14px;
}

#KoteretPlaceHolder .TopSargelWhiteItem:after {
 
  background:#dadada;
}

.TopSargelGrayItem:after {
  background:#9e9e9e;
}

.TopSargelGrayItem:hover:after {
  background:#ffffff;
}

.TopSargelRedItem:after {
  background:#ef8085;
}

.TopSargelRedItem:not(.img):hover:after {
  background:#ffffff;
}

#KoteretPlaceHolder .TopSargelWhiteItem:not(.img):hover:after {
  background:#5f5b5b;
}

.TopSargelGrayItem.Selected:after,
.TopSargelWhiteItem.Selected:after,
.TopSargelRedItem.Selected:after {
  top: calc(50% + 2.5px);
}

.TopSargelGrayItem:last-child:after,
.TopSargelRedItem:last-child:after,
.TopSargelWhiteItem:last-child:after,
.NoAfter:after {
  display:none;
}


.TopSargelWhiteItem:not(.img):before,
.TopSargelGrayItem:not(.img):before,
.TopSargelRedItem:not(.img):before {
  content:'';
  display: table;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  margin: auto;
  margin-top: 4px;
  transition :200ms;
}


.TopSargelWhiteItem:not(.img):before {
  opacity: 0.8;
}

.TopIconMagnify:not(.wtf):before {
  
  content: '\e3af';
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
    
  /*background:url('/images/topSargelIcons/search_white.png');*/
}

.TopIconMagnify:hover:before,
.TopIconMagnify:focus:before{
  color: var(--color2);
  /*background:url('/images/topSargelIcons/search_red.png');*/
}

.TopIconPeople:before {
  background:url('/images/topSargelIcons/people_black.png');
}
.TopIconPeople.Selected:before {
  background:url('/images/topSargelIcons/people_red.png');
}
.TopIconPeople:hover:before,
.TopIconPeople:focus:before{
  background:url('/images/topSargelIcons/people_white.png');
}

.TopIconPeopleGray:before {
  background:url('/images/topSargelIcons/people_white.png');
}

.TopIconPeopleGray:hover:before {
  background:url('/images/topSargelIcons/people_black.png');
}

.TopIconSuitcase:before {
  background:url('/images/topSargelIcons/suitcase_black.png');
}
.TopIconSuitcase.Selected:before {
  background:url('/images/topSargelIcons/suitcase_red.png');
}

.TopIconSuitcase:hover:before,
.TopIconSuitcase:focus:before{
  background:url('/images/topSargelIcons/suitcase_white.png');
}

.TopIconSuitcaseGray:before {
  background:url('/images/topSargelIcons/suitcase_white.png');
}

.TopIconSuitcaseGray:hover:before {
  background:url('/images/topSargelIcons/suitcase_black.png');
}

.TopIconBSolutions:before {
  background:url('/images/topSargelIcons/recruitment_black.png');
}

.TopIconBSolutions:hover:before {
  background:url('/images/topSargelIcons/recruitment_red.png');
}

.TopIconSearch:before {
  background:url('/images/topSargelIcons/search_white.png');
}

.TopIconSearch:hover:before {
  background:url('/images/topSargelIcons/search_red.png');
}

.TopIconCompanies:before {
  background:url('/images/topSargelIcons/companies_black.png');
}

.TopIconCompanies:hover:before {
  background:url('/images/topSargelIcons/companies_red.png');
}

.TopIconMessages:before {
  background:url('/images/topSargelIcons/messages_black.png');
}
.TopIconMessages.Selected:before {
  background:url('/images/topSargelIcons/messages_red.png');
}

.TopIconMessages:hover:before,
.TopIconMessages:focus:before{
  background:url('/images/topSargelIcons/messages_white.png');
}

.TopIconEnvelope:before {
  background:url('/images/topSargelIcons/email_white.png');
}

.TopIconEnvelope:hover:before {
  background:url('/images/topSargelIcons/email_red.png');
}

.TopIconEnvelopeSettingsBlack:before {
  background:url('/images/topSargelIcons/bell_black.png');
}
.TopIconEnvelopeSettingsBlack:hover:before {
  background:url('/images/topSargelIcons/bell_white.png');
}
.TopIconEnvelopeSettings:before {
  background:url('/images/topSargelIcons/bell_white.png');
}

.TopIconEnvelopeSettings.isSubscribe:before {
  background:url('/images/topSargelIcons/bell_disabled_white.png');
}

.TopIconEnvelopeSettings:hover:before {
  background:url('/images/topSargelIcons/bell_red.png');
}

.TopIconEnvelopeSettings.isSubscribe:hover:before,
.TopIconEnvelopeSettings.isSubscribe:focus:before{
  background:url('/images/topSargelIcons/bell_disabled_red.png');
}

.TopIconUpload:before {
  background:url('/images/topSargelIcons/postajob_white.png');
}

.TopIconUpload:hover:before {
  background:url('/images/topSargelIcons/postajob_red.png');
}

.TopIconLayers:before {
  background:url('/images/topSargelIcons/myBoard_white.png');
}

.CardRow.TopIconLayers:before {
  background:url('/images/topSargelIcons/myBoard_black.png');
}

.TopIconLayers:hover:before,
.TopIconLayers:focus:before{
  background:url('/images/topSargelIcons/myBoard_red.png');
}
.CardRow.TopIconLayers:hover:before,
.CardRow.TopIconLayers:focus:before{
  background:url('/images/topSargelIcons/myBoard_white.png');
}

.TopIconMe:before {
  background:url('/images/topSargelIcons/profile_black.png');
}
.TopIconMe.Selected:before {
  background:url('/images/topSargelIcons/profile_red.png');
}
.TopIconMe:hover:before,
.TopIconMe:focus:before{
  background:url('/images/topSargelIcons/profile_white.png');
}
.TopIconMeDoc.TopIconMe:before {
  background:none;
}
.TopIconMeDoc.TopIconMe.Selected:before {
  background:none;
}
.TopIconMeDoc.TopIconMe{
  position: relative;
  
}
.TopIconMeDoc.TopIconMe .TopIconMeDoc-fa-file-lines {
  position: absolute;
  inset-inline-start: 8px;
  font-size: 24px;
  top: 13px;
}
.TopIconMeDoc.TopIconMe:hover:before {
  background:none;
}
.SubIconMe:before {
  background:url('/images/topSargelIcons/profile_white.png');
}

.SubIconMe:hover:before {
  background:url('/images/topSargelIcons/profile_black.png');
}


.TopIconMe.ShowMe img{
  position: absolute;
  top: 14px;
  background: url('//account.jobmaster.co.il//api/cropper/show-picture.api.php');
  background-size: cover !important;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #fff; 
}


.TopIconStar:before {
  background:url('/images/topSargelIcons/start_black.png');
}

.TopIconStar:hover:before {
  background:url('/images/topSargelIcons/start_white.png');
}

.TopIconHeart:before {
  background:url('/images/topSargelIcons/heart_white.png');
}

.TopIconHeart:hover:before,
.TopIconHeart:focus:before{
  background:url('/images/topSargelIcons/heart_red.png');
}

.TopIconHeart.Beat:before {
  -webkit-animation: HeartBeat 0.3s forwards; /* Safari 4+ */
  -moz-animation:    HeartBeat 0.3s forwards; /* Fx 5+ */
  -o-animation:      HeartBeat 0.3s forwards; /* Opera 12+ */
  animation:         HeartBeat 0.3s forwards; /* IE 10+, Fx 29+ */
}

.TopIconContactsSub:before {
  background:url('/images/topSargelIcons/contacts_white.png');
}

.TopIconContactsSub:hover:before,
.TopIconContacts:before {
  background:url('/images/topSargelIcons/contacts_red.png');
}

.TopIconContacts:hover:before {
  background:url('/images/topSargelIcons/contacts_red.png');
}

.TopIconPremium:before {
  background:url('/images/topSargelIcons/premium_black.png');
}
.TopIconPremium.Selected:before {
  background:url('/images/topSargelIcons/premium_red.png');
}

.TopIconPremium:hover:before,
.TopIconPremium:focus:before{
  background:url('/images/topSargelIcons/premium_white.png');
}

.SubIconPremium:before {
  background:url('/images/topSargelIcons/premium_white.png');
}
.SubIconPremium:hover:before {
  background:url('/images/topSargelIcons/premium_red.png');
}

.TopIconSettings:before {
  background:url('/images/topSargelIcons/settings_white.png');
}

.TopIconSettings:hover:before {
  background:url('/images/topSargelIcons/settings_red.png');
}
.CvTopIconSettings:before {
  background:url('/images/topSargelIcons/settings_white.png');
}

.CvTopIconSettings:hover:before {
  background:url('/images/topSargelIcons/settings_black.png');
}

.TopIconDocument:before {
  background:url('/images/topSargelIcons/document_white.png');
}

.TopIconDocument:hover:before {
  background:url('/images/topSargelIcons/document_red.png');
}

.TopIconProfile:before {
  background:url('/images/topSargelIcons/myProfile_white.png');
}

.TopIconProfile:hover:before {
  background:url('/images/topSargelIcons/myProfile_red.png');
}

.TopIconPreferences:before {
  background:url('/images/topSargelIcons/preferences_white.png');
}

.TopIconPreferences:hover:before {
  background:url('/images/topSargelIcons/preferences_red.png');
}

.TopIconContactPlus:before {
  background:url('/images/topSargelIcons/contact_requests_white.png');
}

.TopIconContactPlus:hover:before {
  background:url('/images/topSargelIcons/contact_requests_red.png');
}

.TopIconContactInvite:before {
  background:url('/images/topSargelIcons/contact_invite_white.png');
}

.TopIconContactInvite:hover:before {
  background:url('/images/topSargelIcons/contact_invite_red.png');
}

.TopIconHelp:before {
  background:url('/images/topSargelIcons/help_white.png');
}

.TopIconHelp:hover:before {
  background:url('/images/topSargelIcons/help_black.png');
}
.CvTopIconHelp:before {
  background:url('/images/topSargelIcons/help_white.png');
}

.CvTopIconHelp:hover:before {
  background:url('/images/topSargelIcons/help_black.png');
}


.TopIconRecommendBlack:before{
  background:url('/images/topSargelIcons/like_black.png');
}

.TopIconRecommendBlack.Selected:before{
  background:url('/images/topSargelIcons/like_red.png');
}

.TopIconRecommendBlack:hover:before{
  background:url('/images/topSargelIcons/like_white.png');
}

.TopIconRecommend:before {
  background:url('/images/topSargelIcons/like_white.png');
}

.TopIconRecommend:hover:before {
  background:url('/images/topSargelIcons/like_black.png');
}

.TopIconContactBlack:before{
  background:url('/images/topSargelIcons/contactus_black.png');
}

.TopIconContactBlack.Selected:before{
  background:url('/images/topSargelIcons/contactus_red.png');
}

.TopIconContactBlack:hover:before{
  background:url('/images/topSargelIcons/contactus_white.png');
}

.TopIconContact:before {
  background:url('/images/topSargelIcons/contactus_white.png');
}

.TopIconContact:hover:before {
  background:url('/images/topSargelIcons/contactus_red.png');
}

.TopIconCVDB:before {
  background:url('/images/topSargelIcons/database_white.png');
}

.TopIconCVDB:hover:before {
  background:url('/images/topSargelIcons/database_black.png');
}

.TopIconBuyAds:before {
  background:url('/images/topSargelIcons/buy_white.png');
}

.TopIconBuyAds.Selected:before {
  background:url('/images/topSargelIcons/buy_white.png');
}

.TopIconBuyAds:hover:before {
  background:url('/images/topSargelIcons/buy_black.png');
}

.TopIconCvMaster:before {
  background:url('/images/topSargelIcons/cvmaster_black.png');
}

.TopIconCvMaster.Selected:before {
  background: url(/images/topSargelIcons/cvmaster_red.png);
}

.TopIconCvMaster:hover:before {
  background:url('/images/topSargelIcons/cvmaster_white.png');
}

.TopIconRecruitmentSolutions:before {
  background:url('/images/topSargelIcons/recruitment_white.png');
}

.TopIconRecruitmentSolutions:hover:before {
  background:url('/images/topSargelIcons/recruitment_black.png');
}
.SubSargel.Red .TopIconRecruitmentSolutions:hover:before,
.SubSargel.Red .TopIconRecruitmentSolutions:focus:before{
  background:url('/images/topSargelIcons/recruitment_red.png');
}

.CvMasterTopSargel .TopIconRecruitmentSolutions:before{
  background:url('/images/topSargelIcons/recruitment_black.png');
}

.CvMasterTopSargel .TopIconRecruitmentSolutions.Selected:before{
  background:url('/images/topSargelIcons/recruitment_red.png');
}

.CvMasterTopSargel .TopIconRecruitmentSolutions:hover:before{
  background:url('/images/topSargelIcons/recruitment_white.png');
}

.CvMasterTopSargel .TopIconBuyAds:before {
  background:url('/images/topSargelIcons/buy_black.png');
}

.CvMasterTopSargel .TopIconBuyAds.Selected:before {
  background:url('/images/topSargelIcons/buy_red.png');
}

.CvMasterTopSargel .TopIconBuyAds:hover:before{
  background:url('/images/topSargelIcons/buy_white.png');
}

.TopIconRecruitmentSystem:before {
  background:url('/images/topSargelIcons/cvmaster_black.png');
}

.TopIconRecruitmentSystem:hover:before {
  background:url('/images/topSargelIcons/cvmaster_white.png');
}
.TopIconRecruitmentSystem.Selected:before {
  background:url('/images/topSargelIcons/cvmaster_red.png');
}

.CvMasterTopSargel .TopIconRecruitmentSystem:before,
.CvMasterSubSargel .TopIconRecruitmentSystem:hover:before{
  background:url('/images/topSargelIcons/cvmaster_black.png');
}

.CvMasterTopSargel .TopIconRecruitmentSystem.Selected:before{
  background:url('/images/topSargelIcons/cvmaster_red.png');
}

.CvMasterTopSargel .TopIconRecruitmentSystem:hover:before,
.CvMasterSubSargel .TopIconRecruitmentSystem:before{
  background:url('/images/topSargelIcons/cvmaster_white.png');
}




.TopIconExpressLocation:before {
  background:url('/images/topSargelIcons/map_white.png');
}

.TopIconExpressLocation:hover:before {
  background:url('/images/topSargelIcons/map_red.png');
}

.TopIconCompleteSend:before {
  background:url('/images/topSargelIcons/email_red.png');
}

.TopIconCompleteSend:hover:before {
  background:url('/images/topSargelIcons/email_white.png');
}

.TopIconMore:before {
  background-image: url('/images/topSargelIcons/menu_white.png');
}
.TopIconMore.Selected:before {
  background-image: url('/images/topSargelIcons/menu_red.png');
}

.TopIconMore:hover:before,
.TopIconMore:focus:before{
  background-image: url('/images/topSargelIcons/menu_red.png');
}

.TopIconReports:before {
  background-image: url('/images/topSargelIcons/reports_white.png');
}

.TopSargelRedItem.IconContact:before,
.IconContact:before {
    background: url(/images/topSargelIcons/contactus_white.png);
}
.TopSargelRedItem.IconContact:hover:before,
.TopSargelRedItem.IconContact:hover:before,
.IconContact:hover:before,
.IconContact:focus:before{
  background-image: url('/images/topSargelIcons/contactus_red.png');
}
.TopSargelRedItem.IconHelp:before
,.IconHelp:before {
    background: url('/images/topSargelIcons/help_white.png');
}
.TopSargelRedItem.IconHelp:hover:before,
.TopSargelRedItem.IconHelp:focus:before,
.IconHelp:hover:before,
.IconHelp:focus:before{
  background-image: url('/images/topSargelIcons/help_red.png');
}
.TopSargelRedItem.IconRecommend:before,
.IconRecommend:before {
    background: url('/images/topSargelIcons/like_white.png');
}
.TopSargelRedItem.IconRecommend:hover:before,
.TopSargelRedItem.IconRecommend:hover:before,
.IconRecommend:hover:before,
.IconRecommend:focus:before{
  background-image: url('/images/topSargelIcons/like_red.png');
}



.TopIconReports:hover:before {
  background-image: url('/images/topSargelIcons/reports_black.png');
}

.TopIconTag:before {
  background-image: url('/images/topSargelIcons/tag_white.png');
}

.TopIconTag:hover:before {
  background-image: url('/images/topSargelIcons/tag_black.png');
}

.TopIconDashboard:before {
  background-image: url('/images/topSargelIcons/dashboard_white.png');
}

.TopIconDashboard:hover:before {
  background-image: url('/images/topSargelIcons/dashboard_black.png');
}

.TopIconCustomers:before {
  background-image: url('/images/topSargelIcons/customers_white.png');
}

.TopIconCustomers:hover:before {
  background-image: url('/images/topSargelIcons/customers_black.png');
}

.TopIconSources:before {
  background-image: url('/images/topSargelIcons/supplier_white.png');
}

.TopIconSources:hover:before {
  background-image: url('/images/topSargelIcons/supplier_black.png');
}

.TopIconOrders:before {
  background-image: url('/images/topSargelIcons/orders_white.png');
}

.TopIconOrders:hover:before {
  background-image: url('/images/topSargelIcons/orders_red.png');
}

.TopIconApplied:before {
  background-image: url('/images/topSargelIcons/applied_white.png');
}

.TopIconApplied:hover:before,
.TopIconApplied:focus:before{
  background-image: url('/images/topSargelIcons/applied_red.png');
}

.CardRow.TopIconApplied:before {
  background-image: url('/images/topSargelIcons/applied_black.png');
}

.CardRow.TopIconApplied:hover:before,
.CardRow.TopIconApplied:focus:before{
  background-image: url('/images/topSargelIcons/applied_white.png');
}

.TopIconFindMembers:before {
  background-image: url('/images/topSargelIcons/find_members_white.png');
}

.TopIconFindMembers:hover:before {
  background-image: url('/images/topSargelIcons/find_members_red.png');
}

.TopIconProfileViewd:before {
  background-image: url('/images/topSargelIcons/profileViews_white.png');
}

.TopIconProfileViewd:hover:before {
  background-image: url('/images/topSargelIcons/profileViews_red.png');
}

.TopIconUpdates:before {
  background-image: url('/images/topSargelIcons/update_white.png');
}

.TopIconUpdates:hover:before {
  background-image: url('/images/topSargelIcons/update_red.png');
}

.TopIconProjectsGray:before {
  background-image: url('/images/topSargelIcons/projects_white.png');
}

.TopIconProjectsGray:hover:before {
  background-image: url('/images/topSargelIcons/projects_black.png');
}

.TopIconHunterGray:before {
  background-image: url('/images/topSargelIcons/hunter_white.png');
}

.TopIconHunterGray:hover:before {
  background-image: url('/images/topSargelIcons/hunter_black.png');
}

.TopIconEvents:before {
  background-image: url('/images/topSargelIcons/agenda_white.png');
}

.TopIconEvents:hover:before {
  background-image: url('/images/topSargelIcons/agenda_black.png');
}

.CvTopIconMore:before{
  background-image: url(/images/topSargelIcons/menu_white.png);
}

.CvTopIconMore:hover:before{
  background-image: url(/images/topSargelIcons/menu_black.png);
}

@-webkit-keyframes HeartBeat {
  0%   {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40%   {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% { 
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes HeartBeat {
  0%   {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40%   {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% { 
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes HeartBeat {
  0%   {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40%   {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% { 
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes HeartBeat {
  0%   {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40%   {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% { 
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.TopIconCompleteSend {
  float: inline-end;
}

.MainSargel:not(.CvMasterTopSargel) .TopSargelWhiteItem.Selected:after{
  content: "";
  width: 0;
  bottom: 0;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #EF1921;
  display: block;
  position: absolute;
  margin: 0 auto;
  z-index: 9999;
  background: none;
  right: 0;
  left: 0;
}
.MainSargel:not(.CvMasterTopSargel) .TopSargelWhiteItem.Selected {
    color: #ef1921;
}
.MainSargel:not(.CvMasterTopSargel) .TopSargelWhiteItem.Selected:hover,
.MainSargel:not(.CvMasterTopSargel) .TopSargelWhiteItem.Selected:focus{
    color: #ffffff;
}


.CvMasterTopSargel .TopSargelWhiteItem.Selected:after{
  content: "";
  width: 0;
  bottom: 0;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #5f5b5b;
  display: block;
  position: absolute;
  margin: 0 auto;
  background: none;
  right: 0;
  left: 0;
}
.CvMasterTopSargel .TopSargelWhiteItem.Selected {
    color: #ef1921;
}
.CvMasterTopSargel .TopSargelWhiteItem.Selected:hover {
    color: #ffffff;
}


.TopSargelRedItem.Selected,
.TopSargelGrayItem.Selected {
  padding-bottom: 2px;
  border-bottom:3px solid;
}

#KoteretPlaceHolder .TopSargelWhiteItem.Selected{
  padding-bottom: 0px;
  border-bottom:5px solid #3879D9;
}

.TopSargelGrayItem.Selected {
  border-color: #ffffff;
}

#KoteretPlaceHolder .TopSargelWhiteItem.Selected:hover {
  border-color: #5f5b5b;
}

.TopSargelRedItem.Selected {
  border-color: #ffffff;
}

.TopSargelRedItem.img,
.TopSargelWhiteItem.img,
.TopSargelGrayItem.img {
  width:auto;
}

.TopSargelGrayItem img,
.TopSargelWhiteItem img,
.TopSargelRedItem img {
  
  height: 45px;
  border:none;
  max-height: 100%;
}

a.ImgLogo {
  
  padding: 0;
}

.misrotNum2 {
  position: absolute;
  top: 2px;
  inset-inline-end: 5px;
  background: #9fc54e;
  color:#ffffff;
  border-radius: 100%;
  min-width: 20px;
  min-height: 20px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}

.misrotNumNew.Red {
  
  background: #EF1921;
  color: #ffffff;
  width: 18px;
  height: 18px;
  padding: 0;
  top: 4px;
  left: 8px;
  line-height: 18px;
}

.messagesTotalCount.misrotNumNew.Red {
    background: #EF1921;
    color: #ffffff;
    width: 18px;
    height: 18px;
    padding: 0;
    top: 4px;
    left: 8px;
    line-height: 18px;
}
.misrotNumNew:empty,
.misrotNum2:empty {
  display: none;
}

.MyWall:hover .misrotNum2 {
  background: #ffffff;
  color:#5f5b5b;
}

.TopSargelFaderPlaceHolder {
  display:none;
}

.ChatCounter {
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  background: #ef1921;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: #ffffff;
}

.misrotNumNew {
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  background: #ffffff;
  min-width: 16px;
  padding: 0px 2px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: #ef1921;
}
.TopSargelRedItem:hover .misrotNumNew {
  color: #ffffff;
  background: #ef1921;
}



.MobileExtraNavigate {
  max-height: 0px;
  position: absolute;
  top: 43px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  inset-inline-end: 0;
  z-index: 200;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.MobileExtraNavigate.Red {
  background: #EF1921;
}

.MobileExtraNavigate.Gray {
  background: #5f5b5b;
}

.MobileExtraNavigate.Open {
  max-height:300px;
}

.MobileExtraNavigate.Short.Open {
  height:45px;
}

.MobileExtraNavigate > * {
  width:100%;
}
.MobileMore{
  cursor:pointer;
}
.MainSargel:not(.CvMasterSubSargel) {
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: auto;
  width: auto;
}
.TopSargelCenter .Flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.TopSargelPlaceHolder {
  overflow:visible;
  height: auto;
  min-height: 8px;
}

img.ImgLogoMOBILE {
    
  display: none;
}

@media only screen and (min-width: 700px) {
    
  .TopSargelPlaceHolder.Min .TopSargelLogo img {
    max-height: 18px;
    margin-top: 2px;
  }
  
  .TopSargelPlaceHolder.Narrow.Min {
    height: 0px;
    padding-top:4px;
  }
  
  .TopSargelPlaceHolder.Min {
    height: 28px;
  }
  
  .TopSargelPlaceHolder.Min .TopSargelUserImage {
    height:24px;
    width:24px;
    margin-top: 0px;
  }
  
  .TopSargelPlaceHolder.Min .TopSargelUserDetailsText {
    display: inline-block;
  }
  
  .Min .TopSargelWhiteItem:not(.img):before,
  .Min .TopSargelGrayItem:not(.img):before,
  .Min .TopSargelRedItem:not(.img):before {
    margin-top: 3px;
    margin-bottom: 4px;
  }
  
  .Min .TopSargelWhiteItem:not(.MobileMore),
  .Min .TopSargelGrayItem:not(.MobileMore),
  .Min .TopSargelRedItem:not(.MobileMore) {
    height: 23px;
  }
  
  .Min .TopSargelWhiteItem.Selected,
  .Min .TopSargelGrayItem.Selected,
  .Min .TopSargelRedItem.Selected {
    border-bottom-width: 2px;
    padding-bottom: 3px;
  }
  
  .Min .TopSargelRedItem.img,
  .Min .TopSargelWhiteItem.img,
  .Min .TopSargelGrayItem.img {
    width:80px;
  }
  
  .Min .EmployeePlaceHolder {
    height: 28px;
    line-height: 14px;
  }
  
  .SargelSlider {
    display:block;
  }
  .SargelSlider.secondSargel{
    display:flex;
  }
}
@media only screen and (max-width: 940px){
  
}
@media only screen and (max-width: 850px){
  
}
@media only screen and (max-width: 760px){
 
}

@media only screen and (max-width: 700px) {
  
  
  .TopSargelFixPlaceHolder {
    
    position: relative 
  }
  
  
  .TransitionQuick.notImportant940{
    display: none;
  } 
  .TransitionQuick.notImportant850{
    display: none;
  } 
  .TransitionQuick.notImportant760{
    display: none;
  } 
  .ShowMe .IconPremium {
    inset-inline-end: 11px;
  }
  .TransitionQuick.notImportant{
    display: none;
  }
  
  .TopSargelRedItem.img,
  .TopSargelWhiteItem.img,
  .TopSargelGrayItem.img {
    width:45px;
  }
  .MainSargel:not(.CvMasterSubSargel) {
    width: calc(100% - 45px);
  }
  .MainSargel .TopSargelWhiteItem {
 
    max-width: calc(calc(100%) / 5);
  }
  .MobileExtraNavigate{
    width:100%;
  }

  img.ImgLogo {
    
    display: none;
    top: 3px;
    transform: scale(0.9);
    content:url("/images/logos/JM_logo_transparent.png");
  }
  
  
  img.ImgLogoMOBILE {
    
    display: block;
  }
  
  .years {
        display: none;
  }
  
  .TopSargelPlaceHolder.SubSargel {
    width: 100%;
    overflow: auto;
  }
  
  .TopSargelPlaceHolder.SubSargel .TopSargelCenter {
    max-width: initial;
    display: table;
    margin: 0px;
  }
  
  .SargelSlider {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .TopSargelPlaceHolder.SubSargel .TopSargelWhiteItem {
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  
  .TopSargelPadder {
    padding-top: 0px;
  }
  
  .TopSargelCenter {
    width:100%;
  }
  
  .TopSargelPlaceHolder.Narrow {
    height:0px;
    padding:0px;
  }
  
  .TopSargelUserDetails {
    max-width: calc(100% - 10px);
    padding: 0px 5px;
    float: none;
  }
  
  .TopSargelUserPopUp {
    width: 40%;
  }
  
  .TopSargelUserDetailsTextPlaceHolder {
    max-width: calc(100% - 70px);
  }
  
  .TopSargelCenter.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .TopSargelGrayItem,
  .TopSargelWhiteItem,
  .TopSargelRedItem {
    font-size: 11px;
    font-weight: normal;
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  
  
  .TopSargelRedItem.Help:after{
    content:'';
    width:1px;
    height:30px;
    background:#ef8085;
    position:absolute;
    inset-inline-end: 0px;
    top:10px;
  }
  
  
  
  .TopSargelRedItem.Recruiting {
    display:none;
  }
  
  .TopSargelWhiteItem.Recommend,
  .TopSargelWhiteItem.Contact,
  .TopSargelWhiteItem.Help {
    display:none;
  }
  
  .Hire {
    white-space: nowrap;
  }
  
  .TopSargelFaderPlaceHolder {
    display: table;
    width: 100%;
    height: 45px;
    position: absolute;
    inset-inline-end: 0px;
  }
  
  .TopSargelFader {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0px;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  
  .TopSargelFader.Start {

    inset-inline-start: 0px;
  }
  
  
  .TopSargelFader.End {
    
    inset-inline-end: 0;
  }
  
  .TopSargelFader:before {
    
    content: '';
    position:absolute;
    top:0px;
    width:100%;
    height:45px;
    z-index:-1;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .TopSargelFader.Hide {
    opacity: 0;
    visibility: hidden;
  }
  
  .EmployeePlaceHolder {
    max-width: calc(100% - 180px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .SubSargel .TopIconRecruitmentSolutions {
    
  }
  
  #TopSargelPremium {
    
  }

}