#cv-file {
  display: none;
}

.cv-button {
    display: inline-block;
    padding: 5px 10px;
    background: #f55705;
    font-weight: 700;
    color: white;
}

.cv-button:hover {
    color: white;
}

.cv-button--inactive {
    background: #ccc;
    color: #000;
}

.cv-button--inactive:hover {
    color: #000;
}

.container-cv-buttons {
    margin-bottom: 20px;
}

.content-rrhh h3 {
  color: #f55705;
}

.contact-form--input-text {
  background-color: #fff;
  border: 1px solid #ededed;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  padding: 17px 19px;
  margin: 0;
  display: block;
  outline: 0;
  resize: none;
  line-height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

.contact_alert {
  display: none;
}

.sb-dark {
  background-color: #fff;
  border: 1px solid #ededed;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #303030;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 51px;
  line-height: 51px;
  padding: 0 54px;
  margin-top: 5px;
  background-color: #f55705!important;
  border: none!important;
  color: #fff !important;
}

.work-item, .study-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.add-work-item,
.add-study-item {
    margin-bottom: 30px;
    padding-right: 0;
    text-align: right;
    padding-right: 15px;
}

.add-work-item a, .add-study-item a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background: #f0f0f0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
}

.add-work-item a i, .add-study-item a i {
    color: #f55705;
    padding-right: 5px;
}

.label-block {
  display: block;
  margin-bottom: 15px;
}

.contact-form-file {
  margin-bottom: 30px;
}

.contact-form-hr {
  margin-bottom: 20px;
}

.contact-form-delete a {
  border: 1px solid red;
  border-radius: 25px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: bolder;
  text-decoration: none;
  color: red;
  text-transform: uppercase;
  display: inline-block;
}

.contact-form-delete a:hover {
  background: red;
  color: #fff;
}

.page-rrhh-menu {
  margin-left: 10px;
}

.page-rrhh-menu a {
  background: #b84103;
  color: #fff !important;
}
