@charset "UTF-8";

/********************************************************************************
 * 共通ラベル
 ********************************************************************************/

.profile-label {
  font-size: 12px;
  background: #e3eaef;
  margin: 0px;
  padding: 3px 5px;
  text-align: center;
}

/********************************************************************************
 * ラベル
 ********************************************************************************/

/** 掲載ステータス **/

.label-publish-status-01 {
  background: #e6e6e6;
}

.label-publish-status-02 {
  background: #ffeba0;
}

.label-publish-status-03 {
  background: #cbe0ff;
}

.label-publish-status-04 {
  background: #477ed0;
  color: #FFF;
}

.label-publish-status-09 {
  background: #717171;
  color: #FFF;
}

/** 審査ステータス **/

.label-manuscript-status-01 {
  background: #e3eaef;
}

.label-manuscript-status-02,
.label-manuscript-status-04 {
  background: #f9e697;
}

.label-manuscript-status-03 {
  background: #88b83e;
}

.label-manuscript-status-08,
.label-manuscript-status-09 {
  background: #eac7cd;
}

/** オプション申込ステータス **/

.label-request-status-01 {
  background: #ffeba0;
}

.label-request-status-02 {
  background: #cbe0ff;
}

.label-request-status-09 {
  background: #717171;
  color: #FFF;
}

.label-request-status-private_job-1 {
  background: #b7edb4;
}

.label-request-status-private_job-9 {
  background: #717171;
  color: #FFF;
}

/** スキルマッチ度 **/

.label-skill-match {
  font-size: 12px;
  border: solid 1px #ffa426 !important;
}

/** スキル・資格・カテゴリなど **/

.label-selected {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  border: 0px !important;
  border-radius: 0px;
  margin: 5px 3px !important;
  padding: 3px 8px !important;
}

.selected-items .label-selected {
  margin: 0px 3px 5px !important;
  line-height: 1.5 !important;
}

