@import '../../../theme/styles/default.less';
@import './variable.less';

@{card-emp-prefix} {
  display: inline-block;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 400px;
  i{

    margin: 0 5px 0 0;
  }
  .cardemp {
    width: 100%;
    height: 100%;

    /*padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: #323232;
    */
    .emp-body {
      display: flex;
      height: 90px;
      padding: 14px 0 0 15px;
      cursor: pointer;

      .photo {
        width: 62px;
        height: 62px;
        margin: 0 20px 0 0;
      }

      .column1,
      .column2 {
        text-align: left;
        flex: 1;
        font-size: 12px;
        color: #9b9b9b;
        height: 62px;

        label {
          display: inline-block;
          width: 100%;
          padding: 5px 0 10px 0;
  
        }
      }

      .column1 {
        label:nth-child(1) {

          font-size: 18px;
          color: #323232;
          padding: 8px 0 0 0;
        }
      }
    }

    .emp-footer {
      width: 100%;
      height: 30px;
      line-height: 30px;
      background-color: rgba(0.1, 0.1, 0.1, 0.1);
      display: flex;
      font-size: 12px;
      color: #9b9b9b;

      label {
        flex: 1;
        text-align: center;
      }

      label:nth-child(1)::after {
        content: "|";
        float: right;
        color: #9b9b9b;
      }
    }
  }

  .cardemp:hover {
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff
  }
}
