/*GENERAL*/
.box-headhunters .table-curved {
  border: solid #ccc 1px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: -1px 4px 5px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 4px 5px -4px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 4px 5px -4px rgba(0, 0, 0, 0.25);
}
.box-headhunters .table-curved thead th {
  border-bottom-width: 0;
}
.box-headhunters .table-curved td {
  vertical-align: middle;
}
.box-headhunters .table-curved tr:first-child td {
  border-top: 0;
}
.box-headhunters .table-curved tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.box-headhunters .table-curved tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.box-headhunters .table-curved tbody {
  background-color: #fff;
}
.box-headhunters .table-curved tbody .td-curved {
  padding: 30px;
}
.box-headhunters .table-curved .box-cf-info ul {
  padding-left: 0;
}
.box-headhunters .table-curved .box-cf-info ul li {
  list-style: none;
}
.box-headhunters .table-curved .box-cf-info ul .name-cf {
  color: #1f7bab;
  font-family: "Roboto Slab";
  font-size: 20px;
  display: inline-block;
}
.box-headhunters .table-curved .box-cf-info ul .name-cf span {
  vertical-align: middle;
}
.box-headhunters .table-curved .box-cf-info ul .present-cf {
  color: #666666;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}
.box-headhunters .table-curved .box-cf-info ul .date-cf {
  color: #B4B4B4;
  font-size: 18px;
  font-style: inherit!important;
  line-height: 21px;
}
.box-headhunters .table-curved .cf-num {
  color: #07497b;
  font-size: 28px;
  display: block;
  text-align: center;
}
.box-headhunters .table-curved .cf-description {
  color: #999;
  font-size: 14px;
  display: block;
  text-align: center;
}
.box-headhunters .table-curved .width-cf-col {
  text-align: center;
  width: 100px;
}
.cf-num-match {
  text-transform: uppercase;
}
/*SOLICITUD*/
.card-cf-request {
  padding: 25px;
  padding-bottom: 5px;
}
.card-cf-request .box-cf-info .name-cf {
  color: #333;
  font-family: "Roboto Slab";
  font-size: 20px;
}
.card-cf-request .box-cf-info .name-cf span {
  vertical-align: middle;
}
.card-cf-request .box-cf-info .present-cf {
  color: #666;
}
.card-cf-request .box-cf-info .date-cf {
  font-size: 16px!important;
  font-style: inherit!important;
  margin-bottom: 12px;
}
.card-cf-request .box-cf-info .point-cf {
  color: #07497b;
  font-style: italic;
  font-size: 15px;
}
.card-cf-request .info-request {
  margin-top: 32px;
}
.card-cf-request .info-request ul {
  padding-left: 0;
}
.card-cf-request .info-request ul li {
  margin-right: 20px;
  display: inline-block;
  list-style: none;
  padding: 5px;
  max-width: 86px;
  vertical-align: top;
}
.card-cf-request .info-request ul li .cf-num {
  color: #07497b;
  font-size: 16px;
  display: block;
  text-align: left;
}
.card-cf-request .info-request ul li .cf-description {
  color: #999;
  font-size: 11px;
  display: block;
  text-align: left;
}
.card-cf-request .more-info-collapse {
  height: 50px;
  display: block!important;
  box-shadow: none!important;
  overflow: hidden;
}
.card-cf-request .more-info-collapse p {
  color: #717171;
  font-size: 15px;
}
.card-cf-request .collapse.show {
  height: auto!important;
}
.card-cf-request .box-link-collapse {
  margin-top: 10px;
  margin-right: -50px;
}
.card-cf-request .box-link-collapse a {
  color: #63A0B9;
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto;
  line-height: 12px;
  margin-left: 15px;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s;
}
.card-cf-request .box-link-collapse a:hover {
  opacity: 1;
}
.card-cf-request .box-link-collapse a::first-letter {
  text-transform: capitalize;
}
.card-cf-request .box-btn-cf {
  margin: 10px 35px;
  margin-left: 10px;
}
.card-cf-request .box-btn-cf a {
  margin-left: 10px;
  padding: 12px 18px;
}
.card-cf-request .box-btn-cf .btn-info {
  color: #07497b;
}
.card-cf-request .remove-invitation {
  margin-top: 25%;
  margin-left: 0px;
}
.card-cf-request .box-cf-invite p {
  color: #999;
  margin: 25px;
}
.card-cf-request .box-cf-invite .form-box-invite {
  margin: 25px;
}
.card-cf-request .box-cf-invite .form-box-invite input[type="button"] {
  padding: 12px;
  width: 100%;
}
.card-cf-request .result-label-cf-invite.no-results {
  text-align: center;
}
.card-cf-request .result-label-cf-invite p {
  font-size: 20px;
  margin: 25px;
}
.card-cf-request .box-btn-invite {
  margin: 0;
}
.card-cf-request-invitation-rejected {
  background-color: #FFE4C4;
}
.grey-link {
  color: grey;
}
@media (max-width: 741px) {
  /*table and box-headhunters*/
  .box-headhunters .table-curved {
    border: 0;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    overflow-x: auto!important;
  }
  .box-headhunters .table-curved tr:first-child td:first-child {
    min-width: 330px;
  }
  .box-headhunters .table-curved tr:first-child td:first-child .col-photo {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 90px;
  }
  .box-headhunters .table-curved tr:first-child td:first-child .col-name-info {
    width: 100%;
    padding-left: 40px;
  }
  .box-headhunters .table-curved .box-cf-photo .box-photo {
    top: 12px;
  }
}
.card-cf {
  position: relative;
}
.card-cf.not-readed {
  background-color: #eff9fc;
}
.card-cf .statusCrossmove {
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px black;
  width: 25%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
}
.card-cf .not-readed {
  color: white;
  background-color: red;
}
.card-cf .rejected {
  color: white;
  background-color: black;
}
.card-cf .without-deciding {
  color: black;
  background-color: yellow;
}
.card-cf .other {
  color: white;
  background-color: green;
}
