/*GENERAL*/
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
/*.chosen-container {
	.chosen-single {
		span {
			display: none;
		}
	}
}
*/
#box-logo-wts {
  display: block;
  font-size: 13px;
  width: 45px;
  overflow: hidden;
  border-radius: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 13px;
  transition: width 1s ease-in-out;
  background-color: #25d366;
}
#box-logo-wts div {
  width: 155px;
  display: inline-block;
}
#box-logo-wts div span {
  color: white;
  font-size: 15px;
  height: 20px;
}
#box-logo-wts div img {
  height: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media (max-width: 700px) {
  #box-logo-wts {
    display: none !important;
  }
}
#box-logo-wts:hover {
  width: 180px;
}
.vertical-align-cf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-btn {
  margin-top: 12px;
  margin-left: 20px;
  padding: 12px 15px 10px;
  float: none;
  clear: none;
  color: #FFF;
  font-size: 14px;
  border: 1.5px solid #FFF;
  background-color: #0777A4;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.login-btn:hover {
  color: #0777A4;
  border-color: #0777A4;
  background-color: #FFF;
  text-decoration: none;
}
.inputs-readonly {
  background-color: #e9ecef;
}
.view-attachment-link i {
  vertical-align: bottom;
}
a.disabled-a {
  pointer-events: none;
  color: gray !important;
}
a.anchorMargin {
  display: block;
  position: relative;
  top: -85px;
  visibility: hidden;
}
.modal-closer {
  display: inline-block;
  width: 30px;
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
  z-index: 99999999;
}
.cf-menu-container {
  overflow-x: auto;
  overflow-x: hidden;
  padding-right: 2px;
}
.hidden-option-select {
  display: none!important;
}
.select-level-down .bmd-form-group .bmd-label-floating {
  top: 2.1875rem;
  font-size: 1rem;
}
.select-level-down .bmd-form-group.is-focused .bmd-label-floating {
  font-size: 0.75rem;
}
.chosen-container-active .chosen-single span {
  display: block;
}
body {
  font-family: 'Roboto', sans-serif;
}
.dashboard-cf {
  background-color: #F2F2F2;
  min-height: 950px;
  padding-bottom: 35px;
}
footer {
  background-color: #FFF;
  padding: 4% 5%;
  color: #999;
  font-size: 16px;
}
footer ul {
  padding-left: 0;
}
footer a {
  color: #64a4be;
  cursor: pointer;
  font-size: 14px;
}
footer p {
  color: #b4b4b4;
  margin-top: 0;
  margin-bottom: 5px;
}
footer h3 {
  font-family: 'Roboto Slab', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hide-cf {
  display: none;
}
.brand-cf {
  padding-top: 0;
  margin-right: 2.975rem;
}
.brand-cf img {
  width: 236px;
}
.vertical-line {
  border-left: 1px solid #ddd;
  min-height: 950px;
}
.favourite-icon {
  cursor: pointer;
}
.icon-star {
  background-image: url(../img/icon-star.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.icon-star-line {
  background-image: url(../img/icon-star-line.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.icon-star-line-profile {
  background-image: url(../img/icon-star-line-profile.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.alert-empty {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #ddd;
  color: #666;
}
.page-item.active .page-link {
  background-color: #c5cfd6;
}
/*header*/
.header-cf {
  background-color: #0777A4;
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.header-cf nav {
  box-shadow: none!important;
}
.header-cf .navbar-light .navbar-toggler {
  border-color: rgba(250, 250, 250, 0.7);
  border: 0;
  transition: all 0.2s;
}
.header-cf .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/icon-nav.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-cf .navbar-light .navbar-toggler:hover {
  background-color: rgba(7, 75, 120, 0.5);
}
.header-cf .mr-auto {
  margin-left: auto!important;
  margin-right: 10px!important;
}
.box-success-profile .alert {
  margin-top: 20px;
  margin-bottom: 0;
}
.box-success-profile .alert .icon-confirm {
  background-image: url(../img/icon-confirm.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.box-success-profile .alert p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.bmd-form-input-cf.no-label {
  padding-top: 0;
}
/*sign in-sign up*/
.login .title,
.signup .title,
.recover .title,
.recover_return .title {
  margin-top: 70px;
  text-align: center;
}
.box-cf-form {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 450px;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: center;
}
.box-cf-form label {
  display: block;
  text-align: left;
}
.box-cf-form .box-cf-submit {
  margin-top: 20px;
}
.box-cf-form .box-cf-submit .btn-cf {
  border: 0;
  padding: 0.7rem 0.75rem;
  width: 100%;
}
/*FORM MATERIAL*/
label {
  color: #B4B4B4;
  font-size: 14px;
}
.form-control {
  padding: 0.7rem 0.75rem;
}
.form-control:focus {
  background-image: linear-gradient(0deg, #074b78 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
  box-shadow: none !important;
}
textarea {
  resize: none;
}
.select-height select.form-control:not([size]):not([multiple]) {
  height: calc(2.5987rem);
}
.box-card-form {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}
.checkbox-accept {
  position: relative;
  text-align: left;
}
.checkbox-accept input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
  opacity: 0;
  vertical-align: middle;
}
.checkbox-accept input[type=checkbox] + label {
  vertical-align: middle;
  border: 2px solid #ccc;
  background-color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 6px;
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.checkbox-accept input[type=checkbox]:checked + label {
  background-color: #4da1e8;
  border: 2px solid #288fe8;
}
.checkbox-accept input[type=checkbox]:checked + label:after {
  content: '';
  background-image: url(../img/icon-checked.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 0;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.js .box {
  padding-top: 2.625rem;
}
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 80%;
  font-size: 1.15rem;
  /* 20px */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  /* 10px 20px */
}
.no-js .inputfile + label {
  display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
/* style 3 */
span.fileName {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 14px;
  margin-left: -5px;
  height: 18px;
  white-space: nowrap;
  cursor: default !important;
}
.inputfile-3 + label {
  color: #004a78 !important;
}
.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #722040;
}
/*sign in head*/
.sign-in-cf {
  margin-left: 10px;
}
.sign-in-cf .btn-dropdown {
  background-color: transparent;
  border: 0;
  border-color: inherit;
  outline: 0 none;
}
.sign-in-cf .rounded-circle {
  height: 45px;
  width: 45px;
  box-shadow: 0 2px 4px 0 rgba(35, 35, 35, 0.5);
}
.sign-in-cf .cf-name {
  color: #dee8f7;
  font-size: 0.938em;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 118px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sign-in-cf .bi_interface-bottom {
  background-image: url(../img/icon-arrow.svg);
  width: 15px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto 5px;
}
.sign-in-cf .dropdown .arrow-before {
  position: absolute;
  top: -20px;
  left: 130px;
  display: block;
  width: 0px;
  height: 0px;
  margin-left: -11px;
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 10px;
}
.sign-in-cf .dropdown .arrow-before::after {
  content: "";
  position: absolute;
  top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  margin-left: -10px;
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 10px;
}
.sign-in-cf .dropdown-menu-left {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item {
  padding-left: 0;
  margin-bottom: 0;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li {
  list-style: none;
  font-size: 0.938em;
  padding: 8px;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li a,
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li a:hover {
  background-color: transparent;
  color: #7b7d7c;
  text-decoration: none;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li a {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding: 6px 0px 6px 15px;
  text-decoration: none;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li:hover {
  background-color: #eee;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item li:hover a {
  color: #2196f3;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil,
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil:hover {
  background-color: #0f608c;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil .name,
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil:hover .name {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil .email,
.sign-in-cf .dropdown-menu-left .dropdown-menu-item .info-perfil:hover .email {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*search*/
.search-cf {
  width: 70%;
}
.search-cf .form-control-search {
  color: #B4B4B4;
  min-width: 600px;
  height: 55px;
  border-radius: 3px;
  background-image: url(../img/icon-search.svg) !important;
  background-repeat: no-repeat;
  background-size: auto!important;
  background-position: 20px center;
  padding-left: 55px!important;
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.box-cf-bell {
  position: relative;
}
.icon-cf-notification {
  background-image: url(../img/notification.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.bullet-cf-red {
  position: absolute;
  top: -10px;
  right: 0;
  width: 22px;
  background-color: #FF4444;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
}
.bullet-cf-red-tab {
  height: 22px;
  line-height: 22px;
  top: 0;
  right: -10px;
}
/*PANEL*/
.panel-cf {
  margin-top: 70px;
}
/*column description*/
.box-cf-new-looking-for {
  margin-top: 35px;
  margin-bottom: 2em;
  color: white;
}
.box-cf-new-looking-for .btn-cf {
  width: 100%;
  height: 50px;
  padding-top: 15px;
}
#box-match-specialty-label {
  margin-bottom: 30px;
}
#match-specialty-notification-label {
  font-family: Roboto;
  color: #339D2A;
}
.box-cf-active-looking-for .title {
  color: #B4B4B4;
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.box-cf-selected-looking-for {
  border-radius: 3px;
  background-color: #0777A4;
  box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5);
}
.box-cf-selected-looking-for ul {
  padding-left: 0;
}
.box-cf-selected-looking-for ul li {
  cursor: pointer;
  list-style: none;
  padding: 15px 0;
}
.box-cf-selected-looking-for ul li:first-child {
  box-shadow: 0 2px 2px 0 rgba(78, 78, 78, 0.5);
}
.box-cf-selected-looking-for ul li:first-child:hover {
  background-color: #0777A4;
}
.box-cf-selected-looking-for ul .list-cf {
  position: relative;
}
.box-cf-selected-looking-for ul .list-cf a {
  text-decoration: none;
}
.box-cf-selected-looking-for ul .list-cf:hover {
  background-color: rgba(0, 74, 120, 0.5);
}
.box-cf-selected-looking-for .bullet-cf {
  display: none;
  position: absolute;
  right: 20px;
  height: 22px;
  width: 22px;
  background-color: #FF4444;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  text-align: center;
}
.box-cf-selected-looking-for .title-list {
  color: #F5F5F5;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  line-height: 21px;
  padding-left: 20px;
}
.box-cf-selected-looking-for .description-list {
  color: #B4B4B4;
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
.box-cf-selected-looking-for .header-list-cf .bullet-cf {
  background-color: #fff;
  color: #000;
}
.header-selected {
  background-color: rgba(0, 74, 120, 0.5);
}
.box-cf-messenger {
  display: none;
  border-radius: 15px;
  background-color: #FF4444;
  padding: 5px 8px;
  margin-left: 20px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.box-cf-messenger-candidate-crossmove {
  display: none;
  border-radius: 15px;
  background-color: green;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.inline-block {
  display: inline-block;
}
.box-cf-messenger-green {
  background-color: green;
}
.box-cf-other-looking-for {
  margin-top: 18px;
}
.box-cf-jobs {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(201, 201, 201, 0.5);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  position: relative;
}
.box-cf-jobs ul {
  padding: 16px 25px;
}
.box-cf-jobs ul li {
  list-style: none;
}
.box-cf-jobs .bullet-cf {
  display: none;
  position: absolute;
  right: 20px;
  background-color: #FF4444;
  border-radius: 10px;
  font-size: 15px;
  height: 22px;
  width: 22px;
  color: white;
  text-align: center;
}
.box-cf-jobs .bullet-cf-green {
  background-color: green;
}
.box-cf-jobs .title-list {
  color: #0777A4;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6px;
  max-width: 210px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-cf-jobs .other-link {
  color: #333;
  margin-bottom: 0;
}
.box-cf-jobs .description-list {
  color: #B4B4B4;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-cf-jobs a:hover {
  text-decoration: none;
}
.box-cf-jobs:hover {
  box-shadow: none;
}
.cpt {
  background-color: #0777A4;
}
.cpt h4 {
  color: white !important;
}
@media (min-width: 1150px) {
  .no-ellipsis {
    text-overflow: initial !important;
    overflow: initial !important;
  }
}
.box-cf-jobs-waiting-approval {
  background-color: rgba(255, 0, 255, 0.05);
}
.box-cf-jobs-private {
  background-color: #e6e6e6;
}
/*general panel*/
/*header panel*/
.header-panel-cf-description {
  margin-top: 35px;
  margin-bottom: 50px;
  position: relative;
}
.header-panel-cf-description .box-draft {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.header-panel-cf-description .box-draft a {
  text-decoration: none;
}
.header-panel-cf-description .box-draft #drafts {
  display: none;
  margin-top: 10px;
  background-color: white;
  padding: 1em;
}
.header-panel-cf-description .box-draft #drafts a {
  margin-bottom: 15px;
  display: block;
  color: black;
}
.header-panel-cf-description .title {
  color: #34383A;
  font-size: 32px;
  font-family: 'Roboto Slab', serif;
  line-height: 43px;
}
.header-panel-cf-description .description {
  color: #B4B4B4;
  font-size: 16px;
  line-height: 19px;
}
.header-panel-cf-description .description::first-letter {
  text-transform: capitalize;
}
.btn-cf {
  border-radius: 3px;
  background-color: #004A78;
  box-shadow: 0 2px 4px 0 rgba(81, 81, 81, 0.5);
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.8s;
  /* Safari */
  transition: all 0.8s;
}
.btn-cf:hover {
  box-shadow: none;
  background-color: rgba(0, 74, 120, 0.7) !important;
  color: #fff;
}
/*list tab*/
.list-tab-cf {
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  padding: 0!important;
}
.list-tab-cf .filter-cf {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.list-tab-cf .filter-cf .link-filter {
  color: #0777A4;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.list-tab-cf .filter-cf .link-filter .icon-arrow-down {
  background-image: url(../img/icon-arrow-down.svg);
  background-size: 14px 22px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 10px;
}
.list-tab-cf .list-group-item {
  display: inline-block;
  text-transform: uppercase;
}
.list-tab-cf .list-group-item-action {
  width: auto;
}
.list-tab-cf .list-group-item.active {
  color: #0777A4;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid #0777A4;
  box-sizing: border-box;
}
.list-tab-cf .list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 0.75rem 2.25rem;
}
/*tab content*/
.tab-content-cf {
  margin-top: 30px;
}
.tab-content-cf .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border-bottom: 0;
}
.tab-content-cf .card-header:first-child {
  border-radius: 0;
  border-bottom: 0;
}
.tab-content-cf .collapse.show {
  display: block;
  background-color: #fff;
  box-shadow: rgba(233, 233, 233, 0.5) 0px 2px 2px 2px;
}
.tab-content-cf .card-body {
  padding: 0;
}
/*CARD*/
.card-not-viewed {
  background-color: #EFF9FD !important;
}
.card-cf {
  border-radius: 3px;
  border-bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 2px rgba(233, 233, 233, 0.5);
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.card-cf .col-photo {
  padding-top: 30px;
  -ms-flex: 0 0 13.666667%;
  flex: 0 0 13.666667%;
  max-width: 13.666667%;
}
.card-cf .col-name-info {
  padding-top: 30px;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
.card-cf .box-cf-photo {
  position: relative;
}
.card-cf .box-cf-photo .box-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #EFF9FD;
}
.card-cf .box-cf-photo .box-photo .letter-name {
  color: #63A0B9;
  font-family: "Roboto Slab";
  font-size: 20px;
  line-height: 2.9;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
}
.card-cf .box-cf-photo .box-photo:hover {
  text-decoration: none;
}
.card-cf .box-cf-info ul {
  padding-left: 0;
}
.card-cf .box-cf-info ul li {
  list-style: none;
}
.card-cf .box-cf-info ul .name-cf {
  margin-bottom: 15px;
  display: inline-block;
}
.card-cf .box-cf-info ul .name-cf a {
  color: #0777A4;
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  line-height: 29px;
  text-decoration: none;
  transition: all 0.5s;
}
.card-cf .box-cf-info ul .name-cf a:hover {
  opacity: 0.7;
}
.card-cf .box-cf-info ul .select-cf {
  display: inline-block;
  max-width: 120px;
}
.card-cf .box-cf-info ul .select-cf .custom-select {
  background-image: url(../img/icon-arrow-grey.svg);
  background-size: 18px 21px;
  font-size: 14px;
  margin-bottom: 6px;
}
.card-cf .box-cf-info ul .present-cf {
  color: #666666;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}
.card-cf .box-cf-info ul .present-cf a {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  text-decoration: none;
}
.card-cf .box-cf-info ul .present-cf strong {
  color: #000;
}
.card-cf .box-cf-info ul .box-cf-messenger {
  border-radius: 15px;
  background-color: #FF4444;
  padding: 5px 8px;
  margin: -10px 0 10px 0 !important;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: none;
}
.card-cf .box-cf-info ul .date-cf {
  margin-top: 5px;
  color: #B4B4B4;
  font-size: 18px;
  font-style: italic;
  line-height: 21px;
}
.card-cf .box-messenger {
  margin: 15px 30px;
  padding: 20px;
}
.card-cf .box-messenger .alert {
  background-color: #EFF9FD;
  border-color: transparent;
}
.card-cf .box-messenger .alert p {
  position: relative;
  color: #34383A;
  margin-bottom: 0;
}
.card-cf .box-messenger .alert p .btn-share {
  position: absolute;
  right: 10px;
  color: #63A0B9;
  text-transform: uppercase;
  text-decoration: none;
}
.candidate-interview-answers {
  padding-left: 1rem;
}
.reject-candidate-items {
  list-style: none;
  padding-left: 0;
  padding-top: 1rem;
}
.reject-candidate-initials {
  color: #63A0B9;
  font-family: "Roboto Slab";
  font-size: 20px;
  line-height: 2.9;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 2px 2px rgba(233, 233, 233, 0.5);
  display: inline-block;
  height: 60px;
  width: 60px;
}
.modal-listed-elements {
  list-style: none;
}
.box-edit .bmd-form-group {
  padding-top: 0;
  display: inline-block;
  width: 100%;
}
.box-edit .bmd-form-group textarea {
  top: -16px;
}
/*point list select*/
.txt-option {
  position: absolute;
  top: 7px;
  right: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
ul.zg-ul-select li.active .txt-option {
  top: 7px;
}
.txt-yellow {
  color: #ffeb3b;
}
.bg-yellow {
  background-color: #ffeb3b;
}
.txt-grey {
  color: #666;
}
.bg-grey {
  background-color: #666;
}
.txt-black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.txt-orange {
  color: #fb8b44;
}
.bg-orange {
  background-color: #fb8b44;
}
.txt-green {
  color: #349d2b;
}
.bg-green {
  background-color: #349d2b;
}
.txt-light-green {
  color: #68db68;
}
.bg-light-green {
  background-color: #68db68;
}
.txt-green-dark {
  color: #0a6102;
}
.bg-green-dark {
  background-color: #0a6102;
}
.txt-red {
  color: #f94444;
}
.bg-red {
  background-color: #f94444;
}
.point {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.ul-arrow {
  position: absolute;
  top: 9px;
  right: 3px;
  pointer-events: none;
}
#selected--zg-ul-select.active-cf .ul-arrow {
  display: none;
}
/*pop over desvincular recruiter*/
.bs-popover-bottom,
.bs-popover-top {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #FFFFFF;
  webkit-box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.43);
  box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.43);
  min-width: 320px;
}
.bs-popover-bottom .popover-body,
.bs-popover-top .popover-body {
  padding: 0;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt,
.bs-popover-top .popover-body .head-cf-photo-txt {
  background-color: #EFF3F5;
  padding: 9px 14px;
  padding-bottom: 10%;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt .box-photo,
.bs-popover-top .popover-body .head-cf-photo-txt .box-photo {
  border-radius: 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  vertical-align: middle;
  overflow: hidden;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt .box-photo img,
.bs-popover-top .popover-body .head-cf-photo-txt .box-photo img {
  width: 61px;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt ul,
.bs-popover-top .popover-body .head-cf-photo-txt ul {
  width: 70%;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  margin-bottom: 25px;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt ul li,
.bs-popover-top .popover-body .head-cf-photo-txt ul li {
  list-style: none;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt ul .name,
.bs-popover-top .popover-body .head-cf-photo-txt ul .name {
  color: #0777A4;
  font-size: 18px;
  line-height: 24px;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt ul .name .icon-star,
.bs-popover-top .popover-body .head-cf-photo-txt ul .name .icon-star {
  background-image: url(../img/icon-start.svg);
  display: inline-block;
  background-size: 18px 27px;
  width: 20px;
  height: 22px;
  vertical-align: top;
  margin-left: 5px;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt ul .business-name,
.bs-popover-top .popover-body .head-cf-photo-txt ul .business-name {
  color: #666666;
  font-size: 16px;
  line-height: 19px;
}
.bs-popover-bottom .popover-body .head-cf-photo-txt .btn-cf,
.bs-popover-top .popover-body .head-cf-photo-txt .btn-cf {
  border-radius: 3px;
  background-color: #004A78;
  box-shadow: 0 2px 4px 0 rgba(81, 81, 81, 0.5);
  color: #fff;
  height: 45px;
  display: block;
  padding: 10px 12px;
  position: absolute;
  top: 34%;
  left: 10px;
  right: 10px;
  text-transform: uppercase;
}
.bs-popover-bottom .popover-body .body-cf-info,
.bs-popover-top .popover-body .body-cf-info {
  margin-top: 25px;
  padding: 9px 14px;
  text-align: center;
}
.bs-popover-bottom .popover-body .body-cf-info ul,
.bs-popover-top .popover-body .body-cf-info ul {
  padding-left: 0;
}
.bs-popover-bottom .popover-body .body-cf-info ul li,
.bs-popover-top .popover-body .body-cf-info ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 5px 10px;
}
.bs-popover-bottom .popover-body .body-cf-info ul li .detail,
.bs-popover-top .popover-body .body-cf-info ul li .detail {
  color: #094B74;
  display: block;
  font-size: 22px;
}
.bs-popover-bottom .popover-body .body-cf-info ul li .title,
.bs-popover-top .popover-body .body-cf-info ul li .title {
  color: #BABABA;
  display: block;
}
/*INNER CARD*/
.card-inner-cf {
  border-top: 1px solid #eee;
  box-shadow: none;
  padding-left: 115px;
  margin-top: 0;
  min-height: 130px;
  padding-top: 25px;
  padding-bottom: 10px;
}
.card-inner-cf .card-header .box-cf-info .name-cf {
  color: #34383A;
  font-size: 19px;
  line-height: 25px;
}
.card-inner-cf .card-header .box-cf-info .date-cf {
  color: #B4B4B4;
  font-size: 18px;
  font-style: italic;
  line-height: 21px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.card-inner-cf .card-header .box-cf-info .resent-cf {
  color: #666666;
  font-size: 18px;
  line-height: 25px;
}
.box-cf-input-messenger {
  border-top: 0;
}
.box-cf-input-messenger .box-cf-info {
  margin-top: 33px;
}
.box-cf-input-messenger .box-cf-info .box-edit {
  position: relative;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 56px;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.box-cf-input-messenger .box-cf-info textarea {
  border: 0;
  height: 55px;
  position: absolute;
  padding-top: 18px;
  left: 0;
  right: 0;
  width: 100%;
  resize: none;
}
.box-cf-input-messenger .box-cf-info .editor {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
}
.box-cf-input-messenger .box-cf-info .editor ul {
  margin: 0;
  padding: 5px;
  text-align: right;
}
.box-cf-input-messenger .box-cf-info .editor ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox {
  line-height: 16px;
  width: 70%;
  display: none;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept {
  position: relative;
  text-align: left;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
  opacity: 0;
  vertical-align: middle;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept input[type=checkbox] + label {
  vertical-align: middle;
  border: 2px solid #ccc;
  background-color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 6px;
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept input[type=checkbox]:checked + label {
  background-color: #4da1e8;
  border: 2px solid #288fe8;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept input[type=checkbox]:checked + label:after {
  content: '';
  background-image: url(../img/icon-checked.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 0;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-checkbox .checkbox-accept .text-acept {
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 14px;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-file {
  display: none;
}
.box-cf-input-messenger .box-cf-info .editor ul .list-emoji {
  display: none;
}
.box-cf-input-messenger .box-cf-info .editor ul .icon-file {
  background-image: url(../img/icon-file.svg);
  background-size: 18px 21px;
  width: 20px;
  height: 21px;
  display: block;
}
.box-cf-input-messenger .box-cf-info .editor ul .icon-emoji {
  background-image: url(../img/icon-smile.svg);
  background-size: 18px 21px;
  width: 18px;
  height: 21px;
  display: block;
}
.box-cf-input-messenger:hover {
  background-color: #fff !important;
}
.action-inner-cf {
  position: relative;
}
.action-inner-cf .box-action {
  position: absolute;
  right: 35px;
  bottom: 10px;
}
.action-inner-cf .box-action ul {
  padding: 10px;
  margin-bottom: 0;
  text-align: right;
}
.action-inner-cf .box-action ul li {
  list-style: none;
  display: inline-block;
}
.card-inner-cf:hover .action-inner-cf .icon-turn-not {
  opacity: 1;
}
.icon-nav-horiz {
  background-image: url(../img/icon-nav-horiz.svg);
  display: inline-block;
  background-size: 20px 17px;
  width: 20px;
  height: 17px;
  vertical-align: top;
}
.icon-turn-not {
  background-image: url(../img/icon-turn-not.svg);
  display: inline-block;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  opacity: 0.5;
  transition: all 0.5s;
}
.icon-turn-not:hover {
  opacity: 1;
}
.icon-turn-in {
  background-image: url(../img/icon-turn-in.svg);
  display: inline-block;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: all 0.5s;
}
.icon-turn-in:hover {
  opacity: 1;
}
.btn-action-inner {
  border: 0;
  border-radius: 3px;
  background-color: #34383A;
  color: #FFF6F6;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  text-align: center;
}
.card-inner-cf:hover {
  background-color: #EFF9FD;
  cursor: pointer;
}
.bg-new-messenger {
  color: #FFF6F6;
  border-radius: 33px;
  background-color: #FF4444;
  font-size: 11px;
  line-height: 13px;
  padding: 7px 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.bg-private-messenger {
  color: #FFF6F6;
  font-size: 11px;
  line-height: 13px;
  border-radius: 17px;
  background-color: #666666;
  font-family: 'Roboto', sans-serif;
  padding: 7px 14px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.link-check {
  color: #B3B3B3;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px;
}
.link-uncheck {
  color: #63A0B9;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px;
}
.link-check:hover,
.link-uncheck:hover {
  text-decoration: none;
}
/* Textarea messenger
======== */
.hidden-up-messenger {
  display: none;
}
/*NEW LOOKING FOR INPUT STYLE*/
.box-bg-group {
  background-color: #fafafa;
  padding: 20px;
  min-height: 150px;
}
.box-question-filter {
  overflow: hidden;
}
.title-form-position {
  height: 24px;
  color: #B4B4B4;
  font-family: Roboto;
  font-size: 1em;
  line-height: 24px;
}
.box-center-checkbox {
  position: relative;
}
.box-absolute-checkbox {
  position: absolute;
  top: 40%;
}
.box-inline {
  display: inline-block;
  padding-top: 0;
}
input.disabled {
  cursor: not-allowed !important;
}
.input-disabled {
  display: inline-block;
  border: 0;
  margin-top: -5px;
  width: 70%;
}
.box-modalidad {
  margin-top: 35px;
}
.txt-span-fixed {
  padding-top: 1.75rem;
  padding-right: 1rem;
}
.question-form {
  width: 78%;
}
.question-form input {
  width: 100%!important;
}
.box-space-input {
  margin-top: 40px;
}
.box-save-looking-for {
  margin-top: 10px;
}
.box-save-looking-for .btn {
  padding: 15px;
}
.box-switch {
  margin-top: 40px;
}
#expected-response {
  margin-bottom: 10px;
}
#box-save-question button {
  padding: 1em;
  margin-top: 10px;
}
/*color input*/
.btn-primary {
  color: #004a78 !important;
}
.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
  background-image: linear-gradient(0deg, #004a78 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
}
.is-focused .form-control {
  background-image: linear-gradient(0deg, #004a78 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
}
.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
  color: #004a78 !important;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: #004a78 !important;
  border-color: #004a78 !important;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  color: #004a78 !important;
}
.radio label input[type="radio"]:checked ~ .bmd-radio::before,
label.radio-inline input[type="radio"]:checked ~ .bmd-radio::before,
.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
  background-color: #004a78 !important;
}
.radio label input[type=radio]:checked ~ .bmd-radio:after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio:after {
  border-color: #004a78 !important;
}
/* new position form
======== */
.error {
  color: red;
}
.layer-disabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: not-allowed;
}
#container-industry2 .layer-disabled {
  background-color: #fafafa;
  /*tiene que ser el mismo color que el contenedor para que oculte el chosen sin deformarlo y lo tape*/
  z-index: 1000;
}
.alert-info-cf p {
  margin-bottom: 0;
}
.alert-info-cf p .icon-info-outline {
  background-image: url(../img/info_outline.svg);
  background-size: 18px 21px;
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.radio a[data-toggle="popover"] {
  vertical-align: middle;
}
/* to align it to right and positon it over the input
  .right-label{
    width: 120%;
    position: absolute;
    top: 0;
    right: -120%;
    padding-top: 2em;
  }
*/
.bordered {
  border-bottom: 1px solid black;
}
.hidden {
  display: none;
}
.background-dark {
  background-color: #f5f5f5;
  /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
}
#container-questions-added {
  background-color: #EFF9FD;
  overflow: hidden;
}
#container-questions-added .question-added {
  background-color: inherit;
}
.question-added {
  padding: 0 0.5em 0 1em;
}
#button-add-locations {
  margin-top: 1.7em;
}
.margin-top {
  margin-top: 1em;
}
.margin-top-medium {
  margin-top: 1.5em;
}
.fix-vertical-align-checkbox {
  padding-top: 30px;
}
.input-separation-text-container {
  position: relative;
  width: 20px;
}
.input-separation-text {
  position: absolute;
  top: 40%;
}
/* INPUT STYLE SEBA
===================================================== */
.chosen-container .chosen-drop {
  margin-top: -35px;
}
/*NEW STYLE IN INPUT*/
.bmd-form-group .input-cf::placeholder {
  /*font-size: 19px;*/
}
.bmd-form-group .input-cf::-webkit-input-placeholder {
  /*font-size: 19px;*/
}
.bmd-form-group .input-cf::-moz-placeholder {
  /*font-size: 19px;*/
}
.bmd-form-group .textarea-cf::placeholder {
  /*font-size: 19px;*/
  line-height: 1.2;
}
.bmd-form-input-cf .chosen-default span {
  color: #858e96;
}
.box-space-input {
  margin-bottom: 40px;
}
.box-bg-group {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: -1px 3px 7px -3px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: -1px 3px 7px -3px rgba(0, 0, 0, 0.64);
  box-shadow: -1px 3px 7px -3px rgba(0, 0, 0, 0.64);
}
.search-cf .bmd-form-group {
  border: 0;
}
.bmd-form-group .checkbox-position label {
  font-size: 0.95rem;
}
#hasPositionBox .chosen-container {
  width: 100%!important;
}
.form-check {
  margin-top: 16px;
}
.bmd-form-input-cf,
.bmd-form-select-cf {
  border: 1px solid rgba(216, 216, 216, 0.6);
  border-radius: 5px;
  padding-top: 2.45rem;
}
.bmd-form-input-cf {
  border-bottom: 0;
  position: relative;
}
.bmd-form-input-cf .control {
  float: right;
  position: initial;
  margin-top: 0.5em;
}
#minAge,
#maxAge {
  padding-top: 2em;
  padding-bottom: 1em;
}
.select-level-down .bmd-form-input-cf,
.bmd-form-select-cf {
  border-bottom: 2px solid #d8d8d8;
}
.bmd-form-group .bmd-label-static {
  color: #666;
  left: 0.7rem;
  font-size: 15px;
  line-height: 18px;
}
.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
  color: #6da2b7 !important;
}
.input-cf {
  border-radius: 5px;
  overflow: hidden;
  background-image: linear-gradient(0deg, #d8d8d8 3px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, #d8d8d8 3px, transparent 0) !important;
}
.input-cf:focus {
  background-image: linear-gradient(0deg, #6da2b7 3px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.16) 3px, transparent 0) !important;
}
.box-textarea-cf-border .error {
  padding-left: 20px;
}
.box-textarea-cf-border .is-focused {
  border-color: #0c759f !important;
}
.box-textarea-cf-border .is-focused [class*=" bmd-label"],
.box-textarea-cf-border .is-focused [class^=bmd-label] {
  color: #0c759f !important;
}
.box-textarea-cf-border .bmd-form-input-cf {
  border: 2px solid rgba(216, 216, 216, 0.6);
  margin-bottom: 0;
}
.box-textarea-cf-border .bmd-form-input-cf .textarea-cf {
  background-image: none!important;
}
.cf-bmd-help {
  color: #b5b5b4;
  position: absolute;
  height: 28px;
  bottom: -30px;
  left: 0;
  font-size: 12px;
}
/*popover*/
a[data-toggle="popover"] {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
}
/*materializeTags*/
.box-materialtags {
  margin-bottom: 0px;
}
.box-materialtags .materialize-tags {
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  padding: 20px 10px;
  min-height: 120px;
}
.box-materialtags .materialize-tags .form-control,
.box-materialtags .materialize-tags .form-control:focus {
  background-image: none !important;
}
.box-materialtags .materialize-tags .n-tag {
  display: inline-block;
  width: 100%;
}
.box-materialtags .materialize-tags .chip {
  background-color: #f5f5f5;
  border-radius: 25px;
  color: #3d3f3e;
  padding: 10px;
  position: relative;
  right: auto;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.box-materialtags .materialize-tags .chip .material-icons {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
}
.help-visible {
  padding-left: 20px;
  color: #b5b5b4;
  font-size: 12px;
}
.box-materialtags .error-border {
  border-color: red;
}
.box-materialtags .cf-bmd-help {
  margin-left: 15px;
}
/*rango salarial*/
.box-label-down .form-group {
  padding-top: 24px;
}
.box-label-down label {
  bottom: 0;
  font-size: 1.3rem !important;
}
.box-label-down input {
  padding-left: 30px;
  padding-bottom: 16px;
}
/*container details benefits*/
#container-details-benefits {
  margin-top: 20px;
}
.help-honorarios {
  margin-top: 25px;
  padding-left: 16px;
}
/*Rango de Edad*/
.box-years-from-to .bmd-form-input-cf {
  padding-top: 1rem;
}
.box-years-from-to .bmd-form-input-cf .input-cf {
  padding-bottom: 1.8rem;
}
/*Eduacion e Idioma*/
.box-education-language .btn {
  margin-top: 5px;
  color: #67a1b3 !important;
  font-size: 17px;
  padding: 20px;
}
/*.input-to {
    margin-left: 30px;
  }*/
#compensation-container .title-label {
  color: #656769;
  font-size: 18px;
  font-weight: 600;
}
#compensation-container {
  border-bottom: 1px solid #d7d8da;
}
#compensation-container label {
  color: #656769;
  font-size: 15px;
  font-weight: 400!important;
}
/*checkbox*/
.checkbox label .checkbox-decorator .check:before,
label.checkbox-inline .checkbox-decorator .check:before {
  margin-top: -5px;
  margin-left: 5px;
}
.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
  width: 1.08rem;
  height: 1.1rem;
}
.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
  padding: 0.83em;
}
/*switch*/
.bmd-form-group .switch label {
  font-size: 1.2rem;
}
.switch label .bmd-switch-track {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 50%, #62a1ba 0, #62a1ba);
}
.switch label input:checked + .bmd-switch-track:after {
  background-color: #2278a4;
}
#compensation-container {
  margin-top: 20px;
  padding-top: 2em;
  padding-left: 1.2em;
  padding-bottom: 2rem;
}
#compensation-container,
#container-questions {
  margin-left: -20px;
  margin-right: -20px;
}
#compensation-container .box-space-input,
#container-questions .box-space-input {
  margin-top: 20px;
  margin-bottom: 20px;
}
#container-questions-added {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -20px;
}
/*question-form*/
#container-questions {
  padding: 20px;
  padding-top: 0;
  margin-bottom: -20px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.question-form,
.question-added {
  background-color: #fff;
  width: auto;
}
.question-added .form-control {
  border-radius: 5px;
  overflow: hidden;
  background-image: linear-gradient(0deg, #d8d8d8 3px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, #d8d8d8 3px, transparent 0) !important;
}
.question-added .form-control:focus {
  background-image: linear-gradient(0deg, #6da2b7 3px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.16) 3px, transparent 0) !important;
}
#save-question {
  background-color: #b5b5b4;
  color: #fff;
}
#not-save-question {
  color: #23779e;
}
.radio-answer .radio-inline {
  margin-right: 15px;
}
.box-save-question {
  text-align: right;
}
.btn-save {
  padding: 20px;
}
.info-legal .txt-info {
  color: #b5b5b4;
  font-size: 11px;
}
.box-view-link {
  background-color: #f6fbfe;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  border-radius: 0 0 4px 4px;
  padding: 20px;
}
.box-view-link a {
  color: #6a9eb4;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
}
.box-view-headhunter,
.box-view-manager {
  display: inline-block;
}
.box-view-manager {
  margin-left: 15px;
}
.icon-eye-grey {
  background-image: url(../img/icon-eye-grey.svg);
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon-mail-outline-grey {
  background-image: url(../img/icon-mail-outline-grey.svg);
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.box-btn-save-cancel .btn {
  padding: 20px;
}
/*error validate*/
.error {
  color: #ff0000;
}
.select-level-down .error-border {
  border-bottom: 3px solid #ff0000;
}
.box-textarea-cf-border .error-border {
  border: 2px solid #ff0000;
}
.box-textarea-cf-border .help {
  padding-left: 20px;
}
.error-border .input-cf {
  background-image: linear-gradient(0deg, #ff0202 3px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, #ff0202 3px, transparent 0) !important;
}
.error-border label {
  color: #ff0000;
}
/* END STYLE INPUT SEBA
===================================================== */
/* MEDIA QUERIES
==================	*/
.registrationSupport {
  width: 100%;
  text-align: right;
  color: white;
}
.sign-in-mobile {
  display: none;
}
.sign-in-desktop {
  min-width: 208px;
}
.accordion-looking-for #headingLookingFor {
  background-color: inherit;
}
.accordion-looking-for #headingLookingFor .link-looking-for-collpase {
  display: block;
  cursor: pointer;
}
.accordion-looking-for #collapseLookingFor {
  padding: 0;
}
.accordion-looking-for #collapseLookingFor .card-body {
  padding: 0;
}
.accordion-looking-for #collapseLookingFor .card-body .list-cf {
  box-shadow: none;
}
.accordion-looking-for #collapseLookingFor .card-body .list-cf a {
  text-decoration: none;
}
.accordion-looking-for #collapseLookingFor .card-body .header-selected:hover {
  background-color: rgba(0, 74, 120, 0.5);
}
@media (min-width: 992px) {
  .hidden-cf-desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .choselkmlkmn-container.chosen-container-single .chosen-single {
    background-color: red;
    padding-top: 35px;
  }
  #poll3 {
    height: 70px;
    padding-top: 40px;
  }
  footer h3 {
    margin-top: 25px;
  }
  .profileController .box-cf-form {
    max-width: 100% !important;
    padding: 60px 5px 1px 5px !important;
  }
  ul.steps .next,
  ul.steps .past,
  ul.steps .divider {
    display: none;
  }
  span.cf-bmd-help.help {
    display: none;
  }
  .hidden-cf-mobile {
    display: none!important;
  }
  .sign-in-desktop {
    display: none;
  }
  .sign-in-mobile {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 70px;
  }
  .pop-over-cf {
    position: absolute !important;
    left: 80px !important;
    top: 30px !important;
  }
  .sign-in-mobile .box-cf-bell {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -45px;
  }
  .navbar-collapse .box-cf-bell {
    display: none;
  }
  .header-cf .collapse.show {
    overflow: hidden;
  }
  .search-cf {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
  }
  .search-cf .form-control-search {
    width: 100%;
    margin-right: 0!important;
  }
  .box-cf-jobs {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 741px) {
  .candidate-container .card-cf .statusCrossmove {
    display: block;
    width: 100% !important;
    position: initial;
  }
  .candidate-container .card-cf .statusCrossmove .point {
    bottom: 15px;
    top: initial;
  }
  .card-inner-cf {
    padding-left: 25px;
  }
  /* card*/
  .candidates .card-cf .box-messenger {
    margin: 0;
  }
  .candidates .card-cf .box-messenger .alert p .btn-share {
    position: initial;
    margin-left: 5px;
  }
  .candidates .card-cf .card-header {
    padding-bottom: 15px;
  }
  .candidates .card-cf .select-cf {
    display: block !important;
    margin: auto;
  }
  .candidates .card-cf .col-photo {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    min-height: 100px;
  }
  .candidates .card-cf .col-photo .box-cf-photo a {
    border-radius: 40px;
    top: 0;
    margin: 0 auto;
    height: 80px;
    width: 80px;
  }
  .candidates .card-cf .col-photo .box-cf-photo a .letter-name {
    line-height: 3.9;
    width: 80px;
    height: 80px;
  }
  .candidates .card-cf .col-name-info {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    min-height: 100px;
    text-align: center;
  }
  .candidates .card-cf .col-be-select-cf {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    margin: 0px 30px;
  }
}
.logo-desktop {
  display: block;
}
.logo-mobile {
  width: 50px!important;
  display: none;
}
@media (max-width: 539px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
}
/*AUTOSUGGESTER*/
span.twitter-typeahead {
  display: block !important;
}
.see-more-suggester {
  font-size: 1.8em;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 90%;
  height: 2em;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
  position: absolute;
}
.tt-menu .card {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
}
#the-basics .suggester-box .card:hover .suggester-link {
  text-decoration: none;
}
#the-basics .suggester-box .card:hover .description-section .description,
#the-basics .suggester-box .card:hover .description-section .title {
  color: #FFF;
}
.tt-menu {
  width: 100%;
  margin: 12px 0;
  margin-left: -16px;
  margin-top: -5px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.tt-menu .empty-message {
  padding: 5px 20px;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
#the-basics .suggester-box i.material-icons.vertical-center {
  left: 28px;
  top: 26px;
  color: #FFF;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
#the-basics .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
#autosuggesterInput {
  font-size: 18px;
  min-height: 50px;
}
.typeahead.tt-hint {
  font-size: 18px;
  margin-top: 7px;
}
.titleSuggestionSection {
  color: grey;
  font-weight: 400;
  font-family: roboto;
}
#the-basics .suggester-box {
  position: relative;
  background-color: white;
  border-radius: 5px;
  padding: 0.1em 1em 0.1em 1em;
}
#the-basics .suggester-box i {
  position: absolute;
  left: 20px;
  top: 0.65em;
  z-index: 2;
}
#the-basics .suggester-box input[type=text] {
  padding-left: 2em;
  border: none;
}
#the-basics .suggester-box input[type=text]::placeholder {
  font-family: Roboto;
  font-weight: normal;
  color: #B4B4B4;
  font-size: 0.8em;
}
#the-basics .suggester-box .gif-loader {
  background-image: url(../img/loader.gif);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: blue;
  width: 20%;
  height: 100%;
  display: none;
}
#the-basics .suggester-box .tt-menu,
.autoSuggestContainer .tt-menu {
  max-height: 80vh;
  overflow: auto;
  width: 100%;
}
#the-basics .suggester-box .tt-menu .tt-dataset,
.autoSuggestContainer .tt-menu .tt-dataset {
  margin-bottom: 1em;
}
#the-basics .suggester-box .tt-menu .tt-dataset .header-name,
.autoSuggestContainer .tt-menu .tt-dataset .header-name {
  font-size: 18px;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}
#the-basics .suggester-box .tt-menu .tt-dataset .header-name a,
.autoSuggestContainer .tt-menu .tt-dataset .header-name a {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.5em;
}
#the-basics .suggester-box .tt-menu .tt-dataset:last-child,
.autoSuggestContainer .tt-menu .tt-dataset:last-child {
  margin-bottom: 0em;
}
#the-basics .suggester-box .card,
.autoSuggestContainer .card {
  padding: 20px;
  margin-bottom: 1em;
}
#the-basics .suggester-box .card .suggester-oval,
.autoSuggestContainer .card .suggester-oval {
  background: grey;
  width: 4em;
  height: 4em;
  border-radius: 30px;
}
#the-basics .suggester-box .card .suggester-oval .first-letter,
.autoSuggestContainer .card .suggester-oval .first-letter {
  color: white;
  font-size: 1.5em;
}
#the-basics .suggester-box .card .suggester-oval img,
.autoSuggestContainer .card .suggester-oval img {
  width: 4em;
  height: 4em;
  border-radius: 30px;
}
#the-basics .suggester-box .card .suggester-oval i,
.autoSuggestContainer .card .suggester-oval i {
  left: 28px;
  top: 26px;
}
#the-basics .suggester-box .card .description-section,
.autoSuggestContainer .card .description-section {
  text-align: left;
}
#the-basics .suggester-box .card .description-section .title,
.autoSuggestContainer .card .description-section .title {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}
#the-basics .suggester-box .card .description-section .description,
.autoSuggestContainer .card .description-section .description {
  text-transform: initial;
  color: grey;
}
/*BellNotificaciones*/
.pop-over-cf {
  width: 30vw;
  min-width: 350px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background-color: white;
  display: none;
  transform: translate(-50%, 0%);
  z-index: 40000;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/*end BellNotificaciones*/
/*Show border-botton red on focus effect input*/
.is-focused .focus-effect-to-red {
  background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
}
/*end show border-botton red on focus effect input*/
/*FIX message box on candidate wall*/
.box-edit {
  min-height: 130px;
  border: 2px solid #004A78;
}
.box-edit .list-checkbox,
.box-edit .list-file,
.box-edit .list-emoji {
  display: inline-block;
}
.disabled-link {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
}
.disabled-layer {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loading-text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #666;
}
.box-cf-messenger-candidate {
  color: white !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-listed-elements {
    padding-left: 0;
  }
  .modal-content .modal-footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-top: 10px;
  }
  .modal-content .modal-footer .btn {
    width: 100%;
  }
  .position-modal-footer {
    height: inherit !important;
  }
  .position-modal-footer .container-footer button,
  .position-modal-footer .container-footer a {
    width: 100%;
    text-align: center !important;
  }
  .dropdown-marketplace .dropdown-toggle-white {
    width: 100%;
  }
  .market-place .box-mark-place {
    margin-top: -10px !important;
    padding-bottom: 5px !important;
  }
  .dropdown-menu.show {
    top: 0px !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .box-cf-new-looking-for .btn-cf {
    padding-top: 10px;
    white-space: pre-wrap;
    height: initial;
  }
}
.reports-link-container {
  background-color: #0777A4;
}
.reports-link-container h4 {
  color: white !important;
}
.mc-chip {
  background-color: #35383b;
  color: white;
  height: max-content;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 9px;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn-q-supuestamente-no-c-iba-a-romper {
  background-color: transparent;
  border-color: #ccc;
  color: #004a78 !important;
  position: relative;
  margin-bottom: 0.3125rem !important;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  padding: 7.5px 15px;
  font-weight: 500;
}
.rejected-interviewed {
  font-size: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
}
.postulationController div[id^='sendConfirmedHiredModal'] {
  margin-top: 100px;
}
.postulationController div[id^='sendConfirmedHiredModal'] .modal-dialog {
  padding-top: 150px;
}
