div#dvSochenReg {
  display: none;
  margin: 10px 0px;
}

body.uk .jobAlertPlaceholderContentWrap .jobAlertPlaceholderContent,
body.uk .jobAlertPlaceholderContentWrap .jobAlertPlaceholderButton {
  
  display: none;
}

.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: start;
  background-color:#FFFDE7; 
  border:1px solid #cce;
  padding:5px 3px;
  margin-right:10px;
  margin-left:10px;
  width: calc(100% - 28px);
}

body.rtl .SochenRegInp {
  
  direction: rtl;
}

.SochenRegBtn {
  margin-top:10px;
  margin-right:10px;
  margin-left:10px;
  width: 85px;
}
.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: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: 125px;
}
 
.SochenRegExist .SochenRegTitle {
  font-size: 14px;
  line-height: 16px;
}
.SochenRegDoneLine2 a {
  padding: 0;
}

.hideOnMobile {
  display: none;
}
  
@media only screen and (max-width:700px){
  
  .hideOnMobile {
      display: block !important;
      margin-bottom: 10px;
  }  
  
  .SochenRegDoneLine2 a {
  color: #2343f3;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
  }
  
  .SochenRegExist {
    margin-top: 34px;
    height: 100px;
  }
}