/* -------------------------------- Sargel -------------------------------- */

.LeftSargelIcons .icon {
  min-width: auto;
}

.MenuArrow {
  width: 300px;
  height: 300px;
  background: url(/images/menu_arrow.png)center no-repeat;
  background-size: 100%;
  opacity: 0.3;
  display: table;
  margin: auto;
  margin-top: 50px;
}

.MenuArrow.rtl {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";  
}

.MenuText {
  font-size: 32px;
  width: 100%;
  text-align: center;
  color: #333333;
  margin-top: 40px;
  line-height: 32px;
}


a.account-menu__middelMenuF {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 15px 10px;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: bold;
}

.account-menu__middelMenuF__redi.account-menu__middelMenuF__rediAcc:not(.wtf) {
  margin: 0;
}

.account-menu__middelMenuF__redi {
  display: flex;
  margin: 15px 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none !important;

}

.account-menu__middelMenuF__row {
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
}


img.account-menu__middelMenuF__redi--profile {
    height: 22px;
}

.account-menu__middelMenuF__redi--link {
    margin: 0 10px;
    color: black;
    line-height: 1.5;
    font-weight: bold;
}

img.account-menu__middelMenuF__redi--arrow {
    height: 15px;
}

body.directionLTR .account-menu__middelMenuF__redi--arrow{
    transform:rotateY(180deg); 
} 

a.account-menu__middelMenuF:hover {
    text-decoration: none;
}

.noBorder { border: 0; }

/* -------------------------------- Right Sargel -------------------------------- */

.MainSub .MainGroup {
  cursor: default;
  color: gray;
  padding: 6px 0px 0px 0px;
  border: none;
  border-bottom: 1px dashed #cacaca;
}

.MainSub .MainGroup:first-child {
  padding: 0px;
}

.MainSub .MainGroup:hover {
  background: transparent !important;
}


/* -------------------------------- Premium -------------------------------- */

.PremiumPlaceHolder {
  width: 100%;
  padding:30px 0px;
  text-align:center;
}

.PremiumText {
  font-size:30px;
  color:#7d7d7d;
}

.demoText {
  margin-top: 22px;  
}

/* -------------------------------- Custom CheckBox -------------------------------- */

/* checkbox aspect */
.CustomCheck [type="checkbox"]:not(:checked) + label:before,
.CustomCheck [type="checkbox"]:checked + label:before {
  width: 12px;
  height: 12px;
}

/* checked mark aspect */
.CustomCheck [type="checkbox"]:not(:checked) + label:after,
.CustomCheck [type="checkbox"]:checked + label:after {
  top: calc(50% - 6px);
  inset-inline-start: 4px;
  font-size: 15px;
}

/* -------------------------------- Custom Radio -------------------------------- */

/* checkbox aspect */
.CustomCheck [type="radio"]:not(:checked) + label:before,
.CustomCheck [type="radio"]:checked + label:before{
  width: 12px;
  height: 12px;
}

/* checked mark aspect */
.CustomCheck [type="radio"]:not(:checked) + label:after,
.CustomCheck [type="radio"]:checked + label:after {
  top: calc(50% - 4px);
  inset-inline-start: 6px;
  width: 6px;
  height: 6px;
}

/* --------------------- Groups search --------------------- */
.GroupPickerPlaceHolder {
  max-height:150px;
}

.scrollY {
  overflow-y:scroll;
}

.GroupItem {
  height: 30px;
  line-height: 30px;
  position:relative;
  padding: 0px 5px;
}

.frmGroups .GroupItem:hover {
  background: #ececec;
}

.GroupListAction {
  cursor: pointer;
  font-weight:bold;
}

.GroupItem label {
  width: calc(100% - 25px);
}

.CheckBoxPadder {
  padding-inline-start:25px;
}

.SearchGroups {
  width: calc(100% - 8px);
  padding: 2px;
  margin: 0px;
}

/* --------------------- Basic --------------------- */


a {
  color: #236690;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.counter {
  
  color:gray;
  font-size:12px;
  display:inline-block;
  margin: 0;
  margin-inline-start: 5px;
  font-weight: normal;
}

.MainPanelHeader {
  
  font-weight:bold;
}

.bttn {
  vertical-align:top;
}

.MenuWidth,
.MainSub {
  width: 200px;
}

ul.MainSub {
  list-style-type: none;
  padding: 0px 10px;
  margin: auto;
  text-align:start;
}

.MainSub li {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  border-inline-start: 5px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.MainSub li:not(.Selected):hover {
  background: #ebebeb;
}

.MainSub li.Selected {
  font-weight: bold;
  cursor:default;
  border-inline-start: 5px solid #ed1c25;
  background: #e7e7e7;
}


.MainSub li:before {
  content:'';
  display: inline-flex;
  margin-inline-end: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('/images/topSargelIcons/tag_black.png') center no-repeat;
  background-size: contain !important;
}

.MainSub li.NoIcon {
  border-bottom:1px solid #eeeeee;
  padding-bottom:5px;
  padding-top:20px;
}

.MainSub li.NoIcon:before {
  display:none;
}

.MainLeftPanel {
  width: calc(100% - 230px);
  padding-inline-start: 0px;
}

.MainSub a {
  text-decoration:none;
  color:#333333;
  font-size:14px;
}

table.CustomCheck {
  border-spacing: 0px;
  padding: 5px;
}

table.CustomCheck th {
  font-size: 12px;
  text-align: start;
}

table.CustomCheck tr {
  height: 50px;
  border-bottom: 1px solid #ececec;
}

table.CustomCheck tr:first-child {
  height: 30px;
}

table.CustomCheck a {
  vertical-align: text-bottom;
  margin-inline-start: 2px;
  font-size: 14px;
}

table.CustomCheck a:hover {
  color: #333333;
}

table.CustomCheck .CustomCheck [type="checkbox"]:not(:checked) + label,
table.CustomCheck .CustomCheck [type="checkbox"]:checked + label {
  padding-inline-start: 30px;
}

table.CustomCheck tr.NotesTR {
  height: 20px;
}

.InTableTag {
  border: 1px solid #d9d9d9;
  font-size: 11px;
  background-color: #f5f5f5;
  margin-inline-end: 5px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}

.InTableTag span {
  padding: 0px 5px;
}

.removeGroup {
  border-inline-end: 1px solid #d9d9d9;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}

.removeGroup:hover {
  background: #ee1c25;
  color: #ffffff;
}

.Loading {
  margin:20px auto;
  display:table;
  border:none;
}

.Loading.Big {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.Loading.Small {
  width: 20px;
  height: 20px;
  margin: auto;
}

.SpanAsLink {
  text-decoration:underline;
  cursor:pointer;
}

.UpdateGroupLink {
  width: 40px;
  min-width: auto !important;
}

textarea.InputFix {
  display:inline-block;
}

.UpdateGroup .UpdateElement label.LabelLong {
  height: 106px;
  vertical-align: top;
}

.maxCandidatesContentTipBold {
  font-weight: bold;
}

.OverflowEllipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#deleteProgressBar {
  margin: 20px auto;
}

.AdvancedSearchPlaceHolder {
  background: #eeeeee;
  top: -1px;
  inset-inline-start: auto;
  bottom: auto;
  inset-inline-end: 0px;
  -webkit-transform: none;
  transform: none;
  padding: 5px;
}

.AdvancedSearchPlaceHolder label {
  color: gray;
  display: block;
  font-size:12px;
}

.AdvancedSearchPlaceHolder input[type="submit"] {
  margin-top: 20px;
  width: auto;
}

.AdvancedSearchInputPlaceHolder {
  padding: 5px 0px;
}

.AdvancedSearchInput {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px 2%;
  width: calc(96% - 4px);
  height: 22px;
  line-height: 22px;
}

select.AdvancedSearchInput {
  width: calc(98% - 24px);
  box-sizing: content-box;
  height: 24px;
  line-height: 24px;
}

.AdvancedSearchInput:not(select):disabled {
  border: 1px solid darkgrey;
  visibility: hidden;
}

.MockAdvancedSearchInput {
  font-size: 13px;
  color:gray;
  padding: 0px 4px;
  padding-inline-end: 20px;
  border: 1px solid #D9D9D9;
  width: 150px;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-inline-end: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 2px 2px;
}

.MockAdvancedSearchInput.rtl {
  background-position: calc(100% - 2px) 3px;
}

@media only screen and (max-width:700px) {
  .AdvancedSearchSearch {
    width: 100px;
  }
  
  .MockAdvancedSearchInput {
    width: calc(100% - 131px);
  }
}


/* -------------------------------- Sargel -------------------------------- */

#cvMasterSubToolbar .mdl-button {
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}

#cvMasterSubToolbar .mdl-button.pressed {
  background: rgba(158, 158, 158, 0.4);
}

#viewExpand,
#viewList,
#btnMultiUser,
#btnOneUser {
  min-width: auto;
  padding: 0px 8px;
}

.SargelOptions .material-icons {
  vertical-align: middle;
}

/* -------------------------------- Events -------------------------------- */

.EventActionLink {
  padding: 0px 5px;
  color: #236690;
  font-weight: bold;
  cursor: pointer;
}

.EventActionLink:hover {
  text-decoration: underline;
}


.CvMasterMainSargelPlaceHolder .mdl-button--colored { background-color: #ed1f25; }

#cvMasterSignUp { 
  display: flex; 
  box-shadow: none;
  background: transparent; 
  flex-direction: row-reverse;
}

#cvMasterSignUp #wrap-buttons { 
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
}

#cvMasterSignUp .UpdateGroupPlaceHolder {
  width: 40% !important;
  background: transparent !important; 
}


#cvMasterSignUp .cvMasterTextWrap {
  width: 55%;
  text-align: center;
}

#cvMasterSignUp .cvMasterTextWrap span {
  font-size: 100px;
  display: block;
  text-align: center;
  margin-top: 3px;
  
	background:-moz-linear-gradient(top, rgba(111,207,151,1) 0%, rgba(102,210,234,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(111,207,151,1) 0%,rgba(102,210,234,1) 100%); 
  background: linear-gradient(to bottom, rgba(111,207,151,1) 0%,rgba(102,210,234,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
 -webkit-text-fill-color:transparent;  
}

#cvMasterSignUp .lblContainer--outline-error span:after {
  background: red !important;
}

.disabledElement {
  color: rgba(0,0,0, 0.26) !important;
  cursor: default !important;
  background-color: transparent !important;
}


#cvMasterSignUp.status {
  font-size: 30px;
  color: black;
  display: flex;
  margin: 50px auto;
  justify-content: center;
}

#cvMasterSignUp .UpdateGroupPlaceHolder.fullWidth {
  width: 99% !important;
}

#modal_title .cvMasterSignUp-h4 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

#cvMasterSignUp h5 {
  margin: 15px 0;
}

#cvMasterSignUp .cvMasterSignUp-icon {
  margin: 20px auto 10px;
  display: block;
  width: 78px;
  height: 78px;
  background-size: cover;
}

#cvMasterSignUp .cvMasterSignUp-icon.hunter {
  background-image: url('/images/topSargelIcons/hunter_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.calendar {
  background-image: url('/images/topSargelIcons/agenda_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.tags {
  background-image: url('/images/topSargelIcons/tag_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.sources {
  background-image: url('/images/topSargelIcons/supplier_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.reports {
  background-image: url('/images/topSargelIcons/reports_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.customers {
  background-image: url('/images/topSargelIcons/customers_black.png');
}

#cvMasterSignUp .cvMasterSignUp-icon.reports {
  background-image: url('/images/topSargelIcons/reports_black.png');
}

#cvMasterSignUp.frmContainer .lblContainer--outline-error input {
  box-shadow: none !important;
  border: 0 !important;
}

#cvMasterSignUp .frmContainer--helperText, #cvMasterSignUp .frmContainer--errorText {
  display: none;
}

.basicLockIcon {
  background-image: url('/images/topSargelIcons/lock_white.png');
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
  bottom: 16px;
  inset-inline-end: 21px;
}

.TopSargelGrayItem:hover .basicLockIcon {
  background-image: url('/images/topSargelIcons/lock_black.png');
} 

a.TopSargelGrayItem[data-lock="true"]:before, div.IconsMenu[data-lock="true"]:before {
  opacity: 0.3;
}

a.TopSargelGrayItem[data-lock="true"] {
  color: rgba(255,255,255,0.3);
}

div.IconsMenu[data-lock="true"]{
  color: rgba(0,0,0,0.3);
}

.IconsMenu .basicLockIcon {
  background-image: url('/images/topSargelIcons/lock_black.png');
  inset-inline-start: 20px;
  bottom: 10px;
}

#modal_window {
    border-radius: 5px;
}

#cvMasterSignUp .SaveButton.WithCancel, #cvMasterSignUp .CancelButton { 
  margin-top: 5px; 
  margin-bottom: 5px; 
  margin-inline-start: 5px; 
  width: auto; 
  margin-inline-end: 0;
}

#cvMasterSignUp .SaveButton.WithCancel {  background-color: #4D90fe !important; }

#cvMasterSignUp .CancelButton { background-color: transparent; box-shadow: none; }

.MaxCandidate {
  
  width: 215px !important;
  background: #F44336;
  padding: 10px;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  position: fixed;
  box-sizing: border-box;
  bottom: 60px;
  inset-inline-start: 5px;
  
  & a {
  
    color: inherit;  
  }
}


.EmployeePlaceWrap {
  color: #333;
  display: block;
  width: 160px;
  border-inline-start: 1px solid #ddd;
  padding: 0 10px;
  line-height: 1.2;
  box-sizing: border-box;
  visibility: hidden;
}

.EmployeePlaceWrap  > span {
  
  text-align: end;
}

.visible {
  visibility: visible !important;
}


.CvMasterUserPopUp {
  font-size: 12px;
}

.EmployeePlaceWrap > span {
  
  display: block;
  text-align: end;
  line-height: inherit;
}

.CvMasterTopSargel .EmployeePlaceDown {
  font-size: 18px !important;
  color: #7b8185;
  display: flex !important;
  align-items: center; 
  cursor: pointer;
  outline: none;
}

.CvMasterUserLink { text-align: center; line-height: 50px; border-bottom: 1px solid #E8E8E8; }

.CvMasterUserCompany { margin: 0; height: 50px; box-sizing: border-box; border: 0;  }

.CvMasterUserCompany:hover { background: #ececec; }

.CvMasterUserCompany img { width: 100%; }

.CvMasterUserMainContent { display: flex; align-items: center; margin: 0; cursor: pointer; }

.CvMasterUserCompany .CvMasterUserMainImage { width: 30px; height: 30px; background-image: none; margin-top: 0; }

.CvMasterUserCompany .CvMasterUserMainImage img { border-radius: 20px; }

.CvMasterUserCompany .CvMasterUserTextCompany { color: #333333 !important; }


#modal_window .frmContainer { margin-top:0; }


.elementCard {
  padding: 20px !important;
  box-sizing: border-box;
  width: 100% !important;
}

.elementTitle {
  color: #9e9e9e;
  display: block;  
  font-size: 14px !important;
}

.elementCard .MissingDataText, .elementDescription {
  font-size: 15px;
  color: rgba(0,0,0, 0.87);
  white-space: break-spaces;
}

.elementCard .elementDescription .link {
  font-size: 15px;
  color: black;
  text-decoration: underline;
  padding-inline-end: 10px;
}


.dialogPopUp .dialogGroupPlaceHolder {
  margin: auto;
  display: table;
  width: 99%;
  padding: 10px 5px;  
  line-height: 20px;
  font-size: 13px;
  background-color: transparent;
  box-sizing: border-box;
  color rgba(0, 0, 0, 0.87);
}

.dialogPopUp .dialogCancelButton, .dialogPopUp .dialogSaveButton {
  float: none;
  display: block;
  margin: 5px auto;
  width: 85%;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: bold;
}

.dialogPopUp .dialogCancelButton {
  color: #666;
  border: 1px solid #999;
  background-color: rgba(158, 158, 158, 0.1);
  box-shadow: none;
}

.dialogPopUp .dialogCancelButton:hover {
  background-color: rgba(158,158,158, 0.2);
}

.dialogPopUp .dialogSaveButton {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #3C78D8 !important;
  background-color: #3C78D8 !important;
}

.CvMasterUserTextContent .LoaderCss {
	position: absolute;
	top: 15px;
	inset-inline-end: 15px;
	margin: 0px auto;
	font-size: 14px;
}



@media only screen and (max-width:700px) {
  
  .EmployeePlaceWrap { 
    
    width: 110px; 
  }
  
  #modal_window {
    border-radius: unset;
  }

  #cvMasterSignUp {
    display: block;
    height: 100% !important;
  }
  
  #cvMasterSignUp .UpdateGroupPlaceHolder, #cvMasterSignUp .cvMasterTextWrap {
    width: 99% !important;
    float: none;
  }

  .bttn {
    padding: 0px 8px;
  }
  
  .MainSub {
    display: block !important;
    width: calc(100% - 20px);
    overflow: hidden;
    max-height: 0px;
  }
  
  .MainSub.Show {
    max-height: 180px;
  }
  .MainLeftPanel {
    padding: 0px;
    display: block;
  }
  
  .MenuArrow {
    display: none;
  }
  
  .MaxCandidate {
    width: 270px !important;
    max-width: 704px;
    background: #F44336;
    padding: 10px 40px;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    position: static;
    margin-bottom: 10px;
  }
  
  .cvMasterSignUp-h4 { font-size: 14px !important; line-height: 26px; }
}

.MaxCandidate.Hide {
  max-height: 0px;
  padding: 0px;
}

.CloseMaxCandidateMessage {
  cursor: pointer;
  border: 1px solid #ffffff;
  padding: 2px 5px;
  position: absolute;
  top: 5px;
}







