.singleLineText {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.green {
  color: #8DA331;
}
.orange {
  color: #EC8B2A;
}
.white {
  color: #FFFFFF;
}
.underlined {
  text-decoration: underline;
}
.not-underlined {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
a.green:hover {
  color: #8DA331;
}
a.orange:hover {
  color: #EC8B2A;
}
a.white:hover {
  color: #FFFFFF;
}
.btn {
  border: 2px solid #fff;
  -moz-box-shadow: 2px 2px 3px 1px #c9c9c9;
  -webkit-box-shadow: 2px 2px 3px 1px #c9c9c9;
  box-shadow: 2px 2px 3px 1px #c9c9c9;
  font-weight: bold;
  text-decoration: none;
}
.btn-close {
  border: 0;
  border-right: 1px solid #7D7D7D;
  color: #7D7D7D;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}
.btn-close:focus,
.btn-close:hover {
  color: #000;
  background: none;
  text-decoration: underline;
}
.btn-delete {
  background-color: #EEEEEE;
  color: #848484;
}
.btn-delete:focus,
.btn-delete:hover {
  color: #626262;
}
.btn-add {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
}
.btn-add:focus,
.btn-add:hover {
  background-color: #bdbcbc;
  color: #fff;
}
.btn-add span.glyphicon {
  margin-right: 7px;
}
.btn-grey {
  background-color: #9D9D9D;
  color: #FFFFFF;
}
.btn-grey:focus,
.btn-grey:hover {
  background-color: #888888;
  color: #FFFFFF;
}
.button-footer {
  text-align: right;
}
.button-footer .btn {
  margin-left: 10px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-content {
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
}
.modal-header {
  background: #666;
  color: #fff;
  border: 0;
}
.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-body {
  padding: 20px 20px 0px 20px;
}
.modal-footer {
  border: 0;
}
/* will make window.scroll not work anymore
html {
    overflow:hidden;
    height:100%;
} */
body {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* So iOS Safari gets the inertia & rubber-band effect */
}
a.grayLink {
  color: #626262;
  text-decoration: underline;
}
.orangeLink {
  color: #ff831f;
  text-decoration: underline;
}
a.becomePremiumUserLink {
  color: #ff831f;
  text-decoration: underline;
}
.homeRelevantHeadhuntersBox {
  margin-top: 20px;
  border: 1px solid #c9c9c9;
  min-height: 275px;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
}
.homeHeadhuntersBox {
  margin-top: 10px;
  border: 1px solid #c9c9c9;
  min-height: 430px;
  width: 100%;
}
.homeHeadhuntersBox #profileForHeadhunterForm {
  border-right: 1px solid #eeeeee;
  min-height: 428px;
}
.homeHeadhuntersBox #profileForHeadhuntersUploads {
  border-top: 1px solid #eeeeee;
  padding: 5px 0 0 15px;
  height: 113px;
}
.homePremiumBannerBox {
  margin-top: 10px;
  min-height: 430px;
  border: 1px solid #ccc;
}
.progressbarInnerText {
  position: relative;
  top: 3px;
  right: 3px;
  font-weight: bold;
}
.membershipStatus {
  background: #ccc;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 0 5px 18px;
  margin-top: 12px;
}
.headhunterProfileHeader {
  width: 240px;
  float: left;
}
.es .headhunterProfileHeader {
  width: 260px;
}
.br .headhunterProfileHeader {
  width: 270px;
}
.pt .headhunterProfileHeader {
  width: 265px;
}
.alertContainer {
  margin: 0;
  padding: 0;
}
.alertContainer div.alert {
  display: none;
}
input {
  color: #626262;
}
.systemWarningOrange {
  font-weight: bold;
  color: #ff831f;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}
.savedSearchFormContainer {
  margin-top: 10px;
  min-height: 275px;
}
.customStyleFormElements .editSavedSearchTitle {
  display: none;
}
.customStyleFormElements label {
  float: left;
  clear: left;
}
.customStyleFormElements input[type="text"],
.customStyleFormElements input[type="password"],
.customStyleFormElements .customSelectBox,
.customStyleFormElements .customMultipleSelectBox,
.customStyleFormElements textarea {
  clear: both;
  width: 100%;
  border: 1px solid #c9c9c9;
  height: 22px;
  padding: 2px 5px;
}
.customStyleFormElements input[type="text"],
.customStyleFormElements input[type="password"],
.customStyleFormElements textarea {
  margin-bottom: 8px;
}
.customStyleFormElements textarea {
  resize: vertical;
}
.customStyleFormElements .customSelectBox,
.customStyleFormElements .customMultipleSelectBox {
  background: #fff;
}
.customStyleFormElements .inputWrapper {
  clear: both;
  width: 100%;
  margin-bottom: 8px;
}
.customStyleFormElements .inputWrapper .sbHolderDisabled {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
.customStyleFormElements .channels-children .filter-title .filter-toggle {
  height: 18px;
  margin: 0;
}
.customStyleFormElements #channel-filter-group .filters .filters {
  padding-left: 10px;
}
.customStyleFormElements .customChannelFilters {
  font-size: 13px;
  padding-top: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 20px;
  z-index: 1;
  background: #fff;
  width: 320px;
  height: 200px;
  overflow-y: scroll;
}
#channelList_headhunterSearchChannel, #channelList_filterChannel{
  width: auto;
  margin-left: -1px;
  margin-right: -1px;
}
.customStyleFormElements .customChannelFilters .filter-group {
  width: 100%;
}
.customStyleFormElements .customChannelFilters ul.filters {
  font-size: 13px;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 7px;
}
.customStyleFormElements .customChannelFilters ul.filters ul.filters {
  width: 300%;
}
.customStyleFormElements .customChannelFilters input.level2Filter {
  margin: 0;
  padding: 0;
}
.customStyleFormElements .customChannelFilters ul.filters ul.filters li {
  height: 17px;
}
.customStyleFormElements .customChannelFilters li li {
  font-size: 12px;
}
.customStyleFormElements .customChannelFilters label,
.customStyleFormElements .customChannelFilters input {
  font-weight: normal;
  float: none;
  clear: none;
}
.customStyleFormElements .customChannelFilters img {
  vertical-align: top;
}
.customStyleFormElements .customChannelFilters label {
  margin-top: 0px;
}
.customStyleFormElements .customChannelFilters input {
  margin-top: 1px;
}
.customStyleFormElements .channels-children ul label {
  position: relative;
  top: -1px;
  left: 3px;
}
.customStyleFormElements .customChannelFilters input {
  width: 12px;
  margin: 0 4px 0 0;
}
.customStyleFormElements .channels-children .filter-title .filter-toggle {
  margin: 1px 5px 0 0;
}
.customStyleFormElements .hiddenChannelList {
  display: none;
}
.customStyleFormElements header {
  min-height: 45px;
  float: left;
  clear: both;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.customStyleFormElements header h1 {
  float: left;
  max-width: 500px;
  margin-right: 10px;
  margin-top: 10px;
}
.customStyleFormElements header p.systemSearchWarning {
  margin-bottom: 0;
}
.customStyleFormElements header input.editSavedSearchTitle {
  margin-top: 7px;
  margin-bottom: 5px;
  width: 490px;
  float: left;
  margin-right: 10px;
}
.customStyleFormElements header a.savedSearchTitleEditButton,
.customStyleFormElements header a.editSavedSearchTitle {
  margin-top: 10px;
  float: left;
}
.customStyleFormElements header a.displaySavedSearchTitle {
  float: left;
  margin-top: 10px;
}
.customStyleFormElements .systemWarningOrange {
  margin: 0 0 13px 0;
  float: left;
  clear: left;
}
.customStyleFormElements .systemWarningOrange span {
  color: #626262;
  font-size: 15px;
  margin-right: 5px;
}
.customStyleFormElements .searchResultsSummaryContainer .searchResultsSummary {
  padding: 20px 0 0 0;
  text-align: right;
}
.customStyleFormElements .searchResultsSummaryContainer .searchResultsSummary .btn {
  -moz-box-shadow: 2px 2px 3px 1px #969696;
  -webkit-box-shadow: 2px 2px 3px 1px #969696;
  box-shadow: 2px 2px 3px 1px #969696;
  min-width: 80%;
}
.customStyleFormElements .searchResultsSummaryContainer .searchResultsSummary .searchResultButton {
  margin-top: 3px;
}
.standardSavedSearch header {
  margin-top: 5px;
  min-height: 55px;
  max-height: 72px;
}
.standardSavedSearch h1 {
  margin-bottom: 4px;
  margin-top: 0;
}
.savedSearchWasDeleted {
  margin-top: 10px;
  display: none;
}
.inputWatermark {
  color: #9C9C9C;
}
#profileForHeadhunterStatus {
  margin: 10px 0 0 0;
  padding-left: 15px;
  height: 33px;
}
#profileForHeadhunterStatus #profileForHeadhunterStatusInputWrapper {
  width: 200px;
  clear: none;
  float: left;
  margin-left: 20px;
}
#profileForHeadhunterStatus #headhunterViewInfoIcon {
  margin-left: 10px;
  cursor: pointer;
}
#profileForHeadhunterStatus #headhunterViewInfoContent {
  display: none;
}
#headhunterViewInfoContent h4 {
  color: #879e27;
}
#headhuntersOnProfile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#headhuntersOnProfile ul li {
  position: relative;
  padding: 0 0 0 23px;
  margin-top: 20px;
}
#headhuntersOnProfile ul li::before {
  content: "\e013";
  font-size: 16px;
  color: #879e27;
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#headhuntersOnProfile .headhunterListRow {
  line-height: 1.3em;
  margin-top: 12px;
}
#headhuntersOnProfile .headhunterVisitPicture {
  height: 90px;
  margin-bottom: 8px;
  background-size: cover;
  border-color: #C9C8C3;
  border-style: solid;
  border-width: 1px;
}
#headhuntersOnProfile .headhunterVisitName {
  margin: 0 0 8px 0;
  color: #2d2d2d;
}
#headhuntersOnProfile .premiumUser .headhunterVisitName {
  font-weight: bold;
  text-decoration: underline;
}
#headhuntersOnProfile .premiumUser .headhunterListRow {
  cursor: pointer;
}
#headhuntersOnProfile .singleLine {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#headhuntersOnProfile .headhunterVisitDate {
  font-size: 0.9em;
  margin-top: 8px;
  margin-bottom: 0;
}
#headhuntersOnProfile #headhuntersOnProfileScrollUp {
  top: 145px;
}
#headhuntersOnProfile #headhuntersOnProfileScrollDown {
  top: 215px;
}
#headhuntersOnProfile #headhuntersOnProfileScrollUp,
#headhuntersOnProfile #headhuntersOnProfileScrollDown {
  background: #ccc;
  position: absolute;
  left: 87%;
  padding: 15px 20px 15px 8px;
  width: 15px;
  cursor: pointer;
}
#headhuntersOnProfile #headhuntersOnProfileScrollUp a,
#headhuntersOnProfile #headhuntersOnProfileScrollDown a {
  color: #fff;
}
#headhuntersOnProfileCount {
  background-color: #f1f1f1;
  height: 31px;
  color: #969696;
}
#headhuntersOnProfileCount p {
  padding: 8px 0 0 15px;
}
.no-touch #headhuntersOnProfileScrollUp,
.no-touch #headhuntersOnProfileScrollDown,
.no-touch #matchingHeadhuntersScrollUp,
.no-touch #matchingHeadhuntersScrollDown {
  display: none;
}
#matchingHeadhunters #matchingHeadhuntersTitle {
  padding-left: 10px;
}
#matchingHeadhunters #matchingHeadhuntersList {
  overflow: hidden;
}
#matchingHeadhunters .matchingHeadhuntersListRow_odd,
#matchingHeadhunters .matchingHeadhuntersListRow_even {
  padding: 10px 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
#matchingHeadhunters .matchingHeadhuntersListRow_odd.matchingHeadhuntersBasicLook {
  background: url(/resources/user/home/lockedFeature.png) 14px 11px no-repeat #f8f8f8;
}
#matchingHeadhunters .matchingHeadhuntersListRow_even.matchingHeadhuntersBasicLook {
  background: url(/resources/user/home/lockedFeature.png) 14px 11px no-repeat #fff;
}
#matchingHeadhunters .matchingHeadhuntersListRow_odd.matchingHeadhuntersPremiumLook div,
#matchingHeadhunters .matchingHeadhuntersListRow_even.matchingHeadhuntersPremiumLook div {
  margin-left: 10px;
}
#matchingHeadhunters .matchingHeadhuntersListRow_odd a,
#matchingHeadhunters .matchingHeadhuntersListRow_even a {
  font-size: 11px;
  text-decoration: underline;
}
#matchingHeadhunters .matchingHeadhuntersListRow_odd {
  background-color: #f8f8f8;
}
#matchingHeadhunters .matchingHeadhuntersListRow_even {
  background-color: #fff;
}
#matchingHeadhunters #matchingHeadhuntersScrollUp {
  top: 120px;
}
#matchingHeadhunters #matchingHeadhuntersScrollDown {
  top: 190px;
}
#matchingHeadhunters #matchingHeadhuntersScrollUp,
#matchingHeadhunters #matchingHeadhuntersScrollDown {
  background: #ccc;
  position: absolute;
  left: 84%;
  padding: 15px 20px 15px 8px;
  width: 15px;
  cursor: pointer;
}
#matchingHeadhunters #matchingHeadhuntersScrollUp a,
#matchingHeadhunters #matchingHeadhuntersScrollDown a {
  color: #fff;
}
.no-touch #headhuntersOnProfileScrollUp,
.no-touch #headhuntersOnProfileScrollDown {
  display: none;
}
.clear {
  clear: both;
}
#coreCompetencesModal .modal-dialog {
  padding-top: 100px;
}
#coreCompetencesModal .modal-body {
  padding: 20px 20px 0 20px;
}
#coreCompetencesModal input.competenceName {
  width: 210px;
}
a.noUnderline:link,
a.noUnderline:focus,
a.noUnderline:hover {
  text-decoration: none;
}
#infolayer {
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  box-shadow: 1px 1px 0 #666;
  font-size: 12px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 12px 12px 17px 13px;
  text-align: left;
  width: 288px;
}
.navbar-nav a:focus {
  outline: none;
}
.fr #profilePhotoUpload {
  padding-left: 1px;
  padding-right: 1px;
}