:root {
  
  --color1 : #fff;
  --color2 : #ed1f25;
  --color3 : #5f5b5b;
  --color4 : #4D90fe;
  --color5 : #E0E0E0;
  --color6 : #333333;
  --color7 : #E4E2E0;
  --color8 : #808080;
  --color9 : #faf9f8;
  --color10: #faf9f8;
  --color11: #e7e7e7;
  --color12: #A7BED9;
  
  --black: #000000;
  --blackTranslucent50: rgba(0,0,0,0.5);
  --blackTranslucent40: rgba(0,0,0,0.4);
  --blackTranslucent20: rgba(0,0,0,0.2);
  --blackTranslucent10: rgba(0,0,0,0.1);
  --white: #ffffff;
  --whiteTranslucent40: rgba(255,255,255,0.4);
  --whiteTranslucent90: rgba(255,255,255,0.9);
  --neutralDark: #201f1e;
  --neutralPrimary: #323130;
  --neutralPrimaryAlt: #3b3a39;
  --neutralPrimarySurface: #FFFFFF;
  --neutralSecondary: #605e5c;
  --neutralSecondarySurface: #FAFAFA;
  --neutralTertiary: #a19f9d;
  --neutralTertiaryAlt: #c8c6c4;
  --neutralTertiarySurface: #F0F0F0;
  --neutralQuaternary: #d2d0ce;
  --neutralQuaternaryAlt: #e1dfdd;
  --neutralLight: #edebe9;
  --neutralLighter: #f3f2f1;
  --neutralLighterAlt: #faf9f8;
  --redDark: #a4262c;
  --green20: #0b6a0b;
  --purple: #5c2d91;
  --flaggedMessage: #fffdd9;
  --richUserContentBackground: #fff;
  --composeNeutralBackground: #fff;
  --composeNeutralLighterBackground: #f4f4f4;
  --readingPaneCardBorder: #edebe9;
  --readingPaneCardFocusBorder: #d0d0d0;
  --oobeWhite: #ffffff;
  --oobePrimary: #0078d4;
  --oobeDarkAlt: #106EBE;
  --oobeThemeLighter: #DEECF9;
  --cardStyleWhite: #ffffff;
  --messageWebWarning: #fff4ce;
  --messageMobileWarningPrimary: #ffd335;
  --messageMobileWarningShade30: #8f761e;
  --communicationBlueWebPrimary: #0078d4;
  --messageMobileDangerPrimary: #d92c2c;
  --messageMobileSuccessPrimary: #13a10e;
  --addisonComponentButtonGradientStart: #f7f0ff;
  --addisonComponentButtonGradientEnd: #e9dfff;
  --themeDarker: #004578;
  --themeDark: #005A9E;
  --themeDarkAlt: #106EBE;
  --themePrimary: #0078d4;
  --themeSecondary: #2B88D8;
  --themeSecondarySurfaceSelected: #CFE4FA;
  --themeTertiary: #71AFE5;
  --themeLight: #C7E0F4;
  --themeLighter: #DEECF9;
  --themeLighterAlt: #EFF6FC;
  --headerBackground: #0078d4;
  --headerBackgroundSearch: #005A9E;
  --headerBrandText: #FFFFFF;
  --headerTextIcons: #FFFFFF;
  --headerSearchBoxBackground: rgba(255,255,255,0.7);
  --headerSearchBoxIcon: #004578;
  --headerSearchPlaceholderText: #004578;
  --headerSearchButtonBackground: #0078d4;
  --headerSearchButtonBackgroundHover: #004578;
  --headerSearchButtonIcon: #FFFFFF;
  --headerSearchFilters: #0078d4;
  --headerSearchFiltersHover: #004578;
  --headerButtonsBackground: #0078d4;
  --headerButtonsBackgroundHover: #005A9E;
  --headerButtonsBackgroundSearch: #005A9E;
  --headerButtonsBackgroundSearchHover: #004578;
  --headerBadgeBackground: #004578;
  --headerBadgeText: #FFFFFF;
  --headerSearchIcon: #FFFFFF;
  --searchBoxBackground: rgba(255,255,255,0.7);
  --fallback-black: #000000;
  --fallback-blackTranslucent50: rgba(0,0,0,0.5);
  --fallback-blackTranslucent40: rgba(0,0,0,0.4);
  --fallback-blackTranslucent20: rgba(0,0,0,0.2);
  --fallback-blackTranslucent10: rgba(0,0,0,0.1);
  --fallback-white: #ffffff;
  --fallback-whiteTranslucent40: rgba(255,255,255,0.4);
  --fallback-whiteTranslucent90: rgba(255,255,255,0.9);
  --fallback-neutralDark: #201f1e;
  --fallback-neutralPrimary: #323130;
  --fallback-neutralPrimaryAlt: #3b3a39;
  --fallback-neutralPrimarySurface: #FFFFFF;
  --fallback-neutralSecondary: #605e5c;
  --fallback-neutralSecondarySurface: #FAFAFA;
  --fallback-neutralTertiary: #a19f9d;
  --fallback-neutralTertiaryAlt: #c8c6c4;
  --fallback-neutralTertiarySurface: #F0F0F0;
  --fallback-neutralQuaternary: #d2d0ce;
  --fallback-neutralQuaternaryAlt: #e1dfdd;
  --fallback-neutralLight: #edebe9;
  --fallback-neutralLighter: #f3f2f1;
  --fallback-neutralLighterAlt: #faf9f8;
  --fallback-redDark: #a4262c;
  --fallback-green20: #0b6a0b;
  --fallback-purple: #5c2d91;
  --fallback-flaggedMessage: #fffdd9;
  --fallback-richUserContentBackground: #fff;
  --fallback-composeNeutralBackground: #fff;
  --fallback-composeNeutralLighterBackground: #f4f4f4;
  --fallback-readingPaneCardBorder: #edebe9;
  --fallback-readingPaneCardFocusBorder: #d0d0d0;
  --fallback-oobeWhite: #ffffff;
  --fallback-oobePrimary: #0078d4;
  --fallback-oobeDarkAlt: #106EBE;
  --fallback-oobeThemeLighter: #DEECF9;
  --fallback-cardStyleWhite: #ffffff;
  --fallback-messageWebWarning: #fff4ce;
  --fallback-messageMobileWarningPrimary: #ffd335;
  --fallback-messageMobileWarningShade30: #8f761e;
  --fallback-communicationBlueWebPrimary: #0078d4;
  --fallback-messageMobileDangerPrimary: #d92c2c;
  --fallback-messageMobileSuccessPrimary: #13a10e;
  --fallback-addisonComponentButtonGradientStart: #f7f0ff;
  --fallback-addisonComponentButtonGradientEnd: #e9dfff;
  --fallback-themeDarker: #004578;
  --fallback-themeDark: #005A9E;
  --fallback-themeDarkAlt: #106EBE;
  --fallback-themePrimary: #0078d4;
  --fallback-themeSecondary: #2B88D8;
  --fallback-themeSecondarySurfaceSelected: #CFE4FA;
  --fallback-themeTertiary: #71AFE5;
  --fallback-themeLight: #C7E0F4;
  --fallback-themeLighter: #DEECF9;
  --fallback-themeLighterAlt: #EFF6FC;
  --fallback-headerBackground: #0078d4;
  --fallback-headerBackgroundSearch: #005A9E;
  --fallback-headerBrandText: #FFFFFF;
  --fallback-headerTextIcons: #FFFFFF;
  --fallback-headerSearchBoxBackground: rgba(255,255,255,0.7);
  --fallback-headerSearchBoxIcon: #004578;
  --fallback-headerSearchPlaceholderText: #004578;
  --fallback-headerSearchButtonBackground: #0078d4;
  --fallback-headerSearchButtonBackgroundHover: #004578;
  --fallback-headerSearchButtonIcon: #FFFFFF;
  --fallback-headerSearchFilters: #0078d4;
  --fallback-headerSearchFiltersHover: #004578;
  --fallback-headerButtonsBackground: #0078d4;
  --fallback-headerButtonsBackgroundHover: #005A9E;
  --fallback-headerButtonsBackgroundSearch: #005A9E;
  --fallback-headerButtonsBackgroundSearchHover: #004578;
  --fallback-headerBadgeBackground: #004578;
  --fallback-headerBadgeText: #FFFFFF;
  --fallback-headerSearchIcon: #FFFFFF;
  --fallback-searchBoxBackground: rgba(255,255,255,0.7);

  
  --colorWhite: var(--color1);
  --colorBlack: var(--color6);
  --colorGray: var(--color7);
  --colorGrayBG: var(--color9);
  --colorGraySargelHover: var(--color10);
  --colorDarkGray: var(--color8);
  --colorBorder: var(--color5);
  --colorLigthBlue : #EBF9FF;
  --colorInputBorder: var(--color12);
}

.hidden {
  
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip; rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; 
}

.hide {
  
  display: none!important;
}

.aisparkleyellow {
  
  color: #ffd43b;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

input[type="time"]::-webkit-calendar-picker-indicator ,
input[type="date"]::-webkit-calendar-picker-indicator {
  
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}


body {
  overflow: clip;
  overflow-y: scroll;
  text-wrap: balance;
  width: 100%;
  margin: 0px;
  background:#f7f7f7;
  color:#333333;
  background-attachment: fixed;
}

html,
body,
textarea,
table,
button,
input,
select {
  font-family:"Arial" ,"Helvetica", sans-serif, "Font Awesome 6 Pro";
}

body,
textarea,
table,
button {
  font-size:12px;
}

input,
select {
  font-size:13px;
}

main {
  
  min-height: calc(100dvh - 90px );
}

td,
div,
span {
  text-align: start;
}

p {
  margin:0px;
}

img {
  color: transparent;
}

a {
  
  color: inherit;
}

strong {
  
  font: inherit;
  font-weight: bold;
}


#MyAccountProfile {
  
  position: relative;
  display: flex;
  justify-content: center;
  width: 85px;
  height: 45px;
  z-index: 99;
}

#MyAccountProfile > .account-profile {
  
  width: 30px;
}

#MyAccountProfile > .account-profile > img{
  
  width: 30px;
}



.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.Big {
  width: 58px;
  height: 58px;
}

.TopSargelPlaceHolder.Min .CvMasterUserMainImage:not(.Big) {
  width: 18px;
  height: 18px;
}


.TopSargelFixPlaceHolder {
  position: sticky;
  top: 0;
  right: 0;
  left:0;
  width:100%;
  z-index:200;
}

.TopSargelPlaceHolder {
  
  text-align:center;
  width:100%;
  min-height:45px;
  background:#ffffff;
}

.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;
}


.TopSargelLogo {

  position:relative;
  z-index:1;
}

.TopSargelLogo img {
 
  max-height: 34px;
  border: none;
  margin-top: 5px;
}

.TopSargelUserDetails {
  
  height:44px;
  color:#333333;
  position:relative;
}

.TopSargelUserPopUp {
  position: absolute;
  width: 100%;
  background: white;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  padding: 0px;
  list-style-type: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0px;
}

.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;
  background-size: 100%;
  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;
  top: 50%;
  transform: translateY(-50%);
}

.TopSargelUserDetailsTextPlaceHolder {
  display:inline-block;
  vertical-align: super;
}

.TopSargelUserDetailsText {
  font-size:14px;
  display:block;
  color:#333333;
}

.TopSargelUserDetailsText.CenterText {
  text-align:center;
}

.TopSargelUserDetailsText.Bold {
  font-weight:bold;
}

.FloatLeft.TopIconRecruitmentSolutions {
  background: #5f5b5b;
}

.TopSargelGrayItem,
.TopSargelRedItem {
  
  height: 45px;
  min-width: 55px;
  flex:1;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.2;
}



.TopSargelRedItem {
  
  color: var(--color1);
  background:  var(--color2);
}

.TopSargelGrayItem {
  
  background: var(--color3);
  color: var(--color1);
  transition: 250ms; 
}

.Hire {
  line-height: 10px;
  white-space: normal;
}

.TopSargelGrayItem.MobileMore {
  
  display: none;
}

.TopSargelRedItem:not(.NoHover):hover {
  color:#EF1921;
  background:#ffffff;
  cursor: pointer;
}

.TopSargelGrayItem:not(.NoHover):hover {
  color: #5f5b5b;
  background: #ffffff;
}

.TopSargelGrayItem:after {
  
  background:#9e9e9e;
  transition: 250ms;
}

.TopSargelGrayItem:hover:after {
  background:#ffffff;
}

.TopSargelRedItem:after {
  background:#ef8085;
}

.TopSargelRedItem:not(.img):hover:after {
  background:#ffffff;
}


@-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);
  }
}








.goToMisrotList:before {
	
	content: none !important;
}

.goToMisrotList > img {
	
	max-width: 20px;
	margin-bottom: 5px;
}

.goToMisrotList > img[src*="white"] {
  
  display: none;
}

.goToMisrotList > img[src*="black"] {
	
	display: block;
}

.goToMisrotList:is(:hover) > img[src*="black"] {
	
	display: none;
}

.goToMisrotList:is(:hover) > img[src*="white"] {
	 
	 display: block;
}

.years img {
    max-height: 38px;
    padding: 0 5px;
}

.years:after {
    top: calc(50% + 2.5px);
	  background: #483132;
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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: 6px;
  min-width: 6px;
  height: 10px;
  left: 13px;
}

.misrotNumNew:empty,
.misrotNum2:empty {
  display: none;
}

.MyWall:hover .misrotNum2 {
  background: #ffffff;
  color:#5f5b5b;
}

.TopSargelFaderPlaceHolder {
  display:none;
}

.TopSargelRedItem:hover .misrotNumNew {
  color: #ffffff;
  background: #ef1921;
}

.MobileExtraNavigate.Red {
  background: #EF1921;
}

.MobileExtraNavigate.Gray {
  background: #5f5b5b;
}

.MobileExtraNavigate.Open {
  max-height:300px;
}

.MobileExtraNavigate.Short.Open {
  height:45px;
}

.MobileExtraNavigate > * {
  width:100%;
}

.MobileMore{
  cursor:pointer;
}

.TopSargelPlaceHolder {
  overflow:visible;
  height: auto;
  min-height: 8px;
}

img.ImgLogoMOBILE {
    
  display: none;
}

.maxContent > .cn-cards {
  
  width: 100%;
}

.cn-body .cn-cards .cn-card {
  
  background: var(--colorWhite);
  border-radius: 4px;
  box-shadow: none;
  overflow: clip;
  padding: 20px;
  border: 1px solid var(--color5);
}

.cn-body .cn-cards .cn-card header {
  
  padding: 10px 20px; 
  border-bottom: 1px solid var(--color5);
}

.cn-paddingContent {
  
  padding: 20px;
}

.cn-alert  {
  
  display: inline-flex;
  position: relative;
  padding: 10px 20px;
  color: inherit;
  background: transparent;
  border: 1px solid;
  border-radius: 100vh;
}

.cn-alert-danger {
  
  color: #58151c;
  background: #f8d7da;
  border-color: #f1aeb5;
}
  

@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;
  }
  
  .SargelSlider {
    display:block;
  }
}

@media only screen and (max-width: 700px) {
  


  .MainSargel:not(.CvMasterSubSargel) {
    width: calc(100% - 45px);
  }
 
  .MobileExtraNavigate{
    width:100%;
  }
  
  img.ImgLogo{
    display: none;
    height: 40px;
    top: 3px;
    transform: scale(1.6);
  	content:url("/images/logos/logo_icon_mobile.svg");
 
  }
  
  img.ImgLogoMOBILE {
    
    display: block;
  }
  
  .years {
        display: none;
  }
  
  .TopSargelPlaceHolder.SubSargel {
    width: 100%;
    overflow: auto;
  }
  

  
  .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;
  }
  

  .TopSargelPadder {
    padding-top: 0px;
  }

  
  .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);
  }
  
 
  .TopSargelRedItem.Recruiting {
    display:none;
  }
  
 
  .Hire {
    white-space: nowrap;
  }
  
  .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: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;
  }
  

  .SubSargel .TopIconRecruitmentSolutions {
    display: none;
  }
  
  #TopSargelPremium {
    display: none;
  }
}