.notice {
  color: #333;
  padding: 15px;
  background-color: #fcf8e3;
  margin: 0 0 30px;
  border-radius: 4px; }
  .notice.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .notice.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .notice.identity {
    color: #979FA8;
    background-color: #F8F9FB;
    padding: 1.5rem;
    border: 0; }
    .notice.identity i {
      color: #E61E0B;
      font-size: 1.3rem; }
    .notice.identity hr {
      border-color: #DDE3EB; }
    .notice.identity .title {
      font-size: 1.3rem;
      color: #414952; }

.status-0 {
  color: #A9A9A9; }

.status-6 {
  color: #F6C25D; }

.status-7 {
  color: #E84D60; }

.status-5 {
  color: #474B48; }

.status-2 {
  color: #65C279; }

.status-3 {
  color: #65A1E4; }

.status-4 {
  color: #BACDD8; }

.status-1 {
  color: #9686E5; }

.status-0-label {
  background-color: #A9A9A9;
  color: #FFF; }

.status-6-label {
  background-color: #F6C25D;
  color: #FFF; }

.status-7-label {
  background-color: #E84D60;
  color: #FFF; }

.status-5-label {
  background-color: #474B48;
  color: #FFF; }

.status-2-label {
  background-color: #65C279;
  color: #FFF; }

.status-3-label {
  background-color: #65A1E4;
  color: #FFF; }

.status-4-label {
  background-color: #BACDD8;
  color: #FFF; }

.status-1-label {
  color: darkgray;
  background-color: floralwhite; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.no-item {
  color: #9c9c9c;
  text-align: center;
  margin-top: 30px; }

.layout-table {
  display: table;
  table-layout: fixed; }

.layout-row {
  display: table-row;
  table-layout: fixed; }

.layout-cell {
  display: table-cell;
  table-layout: fixed; }

.full {
  width: 100%;
  height: 100%; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.vertical-mid {
  vertical-align: middle; }

.pointer {
  cursor: pointer; }

/*--------------------------------- userinfo -------------------------------------*/
#mart-skills.form input.form-input,
#mart-skills.form .selectize-input {
  background-color: #EDF1F5;
  border: 1px solid #CAD3DE; }
