.warper .pageBody .classTypeBox {
  width: auto;
  margin-right: 15px; }
.warper .pageBody .mainPanel {
  min-height: 100%;
  margin-left: 0px;
  position: relative;
  top: 0px;
  padding-bottom: 30px; }
  .warper .pageBody .mainPanel .scoreRounds .selectName {
    background: #7f7f7f;
    border: 1px solid #7f7f7f;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    color: #fff; }
  .warper .pageBody .mainPanel .scoreRounds .btn:hover, .warper .pageBody .mainPanel .scoreRounds .btn:focus, .warper .pageBody .mainPanel .scoreRounds .btn.focus.btn:hover, .warper .pageBody .mainPanel .scoreRounds .btn:focus, .warper .pageBody .mainPanel .scoreRounds .btn.focus {
    color: #fff; }
  .warper .pageBody .mainPanel .scoreRounds button.exportItem {
    background: #42b0d3;
    color: #fff;
    border: 1px solid #42b0d3;
    border-radius: 4px;
    line-height: 23px; }
    .warper .pageBody .mainPanel .scoreRounds button.exportItem:focus {
      border: none;
      outline: none; }
    .warper .pageBody .mainPanel .scoreRounds button.exportItem.scoreBtn {
      display: none; }
  .warper .pageBody .mainPanel .scoreRounds select.exportItem {
    border-radius: 0 4px 4px 0;
    border-left: none; }
  .warper .pageBody .mainPanel .scoreRounds .exportItem {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
    position: relative;
    left: -5px; }
  .warper .pageBody .mainPanel .score {
    margin: 10px 15px;
    overflow-x: auto;
    position: relative; }
    .warper .pageBody .mainPanel .score .tipBox {
      position: absolute;
      top: 0;
      background: #fff;
      border: 1px solid #dfdfdf;
      z-index: 99999;
      display: none; }
      .warper .pageBody .mainPanel .score .tipBox .tipHeader {
        background: #f4f4f4; }
      .warper .pageBody .mainPanel .score .tipBox ul {
        margin-bottom: 0; }
        .warper .pageBody .mainPanel .score .tipBox ul li {
          height: 30px;
          font-weight: bold;
          line-height: 30px;
          text-align: left;
          padding-left: 5px;
          box-sizing: border-box; }
          .warper .pageBody .mainPanel .score .tipBox ul li:nth-child(even) {
            background: #eee; }
    .warper .pageBody .mainPanel .score .subjectName {
      height: 30px;
      line-height: 30px;
      font-size: 15px; }
    .warper .pageBody .mainPanel .score table {
      border: 1px solid #ccc;
      margin-bottom: 15px; }
      .warper .pageBody .mainPanel .score table thead tr th {
        border-right: 1px solid #dfdfdf;
        text-align: center;
        background: #f4f4f4;
        font-weight: bold;
        min-width: 100px; }
      .warper .pageBody .mainPanel .score table thead tr:nth-child(2) th {
        border-right: none; }
        .warper .pageBody .mainPanel .score table thead tr:nth-child(2) th:nth-child(even) {
          border-right: 1px solid #dfdfdf; }
      .warper .pageBody .mainPanel .score table tbody tr td {
        border-right: 1px solid #dfdfdf;
        white-space: nowrap;
        vertical-align: middle; }
        .warper .pageBody .mainPanel .score table tbody tr td:first-child {
          font-weight: bold;
          text-align: left; }
        .warper .pageBody .mainPanel .score table tbody tr td .itemState {
          border: 1px solid #ccc;
          border-right: 0;
          padding: 10px 8px;
          /* .itemStateName{
             background:#0b97c3;
             color: #fff;
             padding: 0 5px;
           }*/ }
          .warper .pageBody .mainPanel .score table tbody tr td .itemState input {
            display: none; }
          .warper .pageBody .mainPanel .score table tbody tr td .itemState.select {
            background: #0b97c3;
            color: #fff; }
          .warper .pageBody .mainPanel .score table tbody tr td .itemState:hover {
            cursor: pointer; }
          .warper .pageBody .mainPanel .score table tbody tr td .itemState:last-child {
            border-right: 1px solid #ccc; }
      .warper .pageBody .mainPanel .score table tbody tr:nth-child(even) {
        background: #eee; }
      .warper .pageBody .mainPanel .score table .scoreName {
        width: 200px;
        vertical-align: middle; }
      .warper .pageBody .mainPanel .score table .scoreVal {
        border: 1px solid #ccc;
        padding: 0;
        margin: 0; }
        .warper .pageBody .mainPanel .score table .scoreVal.Agreement li {
          background: #d9d9d9; }
          .warper .pageBody .mainPanel .score table .scoreVal.Agreement li:last-child {
            width: 60px;
            background: #fff; }
        .warper .pageBody .mainPanel .score table .scoreVal.differ li {
          background: #7f7f7f; }
          .warper .pageBody .mainPanel .score table .scoreVal.differ li:last-child {
            width: 60px;
            background: #fff; }
        .warper .pageBody .mainPanel .score table .scoreVal ul {
          padding: 0;
          margin: 0; }
          .warper .pageBody .mainPanel .score table .scoreVal ul li {
            float: left;
            width: 30px;
            height: 30px; }

/*# sourceMappingURL=scoreUser.css.map */
