@charset "utf-8";

.content-area .content-contentPart .list-area .list-areaTop .list-number {margin-left: 10px;}

.content-area .content-contentPart .search-btn .btn-type01 {margin-top: 9px;}
.content-area .content-contentPart .search-area .memberStatus {width: 14px;height: 14px;cursor: pointer;}
.content-area .content-contentPart .search-area tbody tr td input[type=checkbox] {margin-right: 5px; width: 15px; height: 15px;}
.record-schedule {}

.game-text {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  width: 40%;
  text-align: center;
  padding: 0;
}

.game-text.team-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #555;
}

.game-text.team-result { width: 20px; font-size: 13px; font-weight: bold; padding:0 5px; }

.game-text.team-result.label-area {
  width: 65px;
}

.result-label { padding: 0 5px; line-height: 16px; height: 20px; border-radius: 3px; border: 1px solid #E75A40; font-family: 'Malgun Gothic'; letter-spacing: -1px; font-size: 11px; color: #fff; background: #FF6C51; color: #fff; display: inline-block; font-weight: 100; }
.game-text.team-result.winner { color: #FF3838; }
.game-text.team-result.loser { color: #1564D8; }
.game-text.vesus-area {
  width: 30px;
  height: 100%;
}

.game-text.vesus-area>span.vesus { font-size: 10px; background: #B5B5B5; color: #fff; border-radius: 3px; padding: 5px; margin: 0 3px; letter-spacing: 0; font-family: 'Arial'; }

.game-text>img {
  width: 35px;
  height: 100%;
  margin: 0 3px;
  border:1px solid #e7e7e7;
}

.game-text>img.left-image {float:left;}
.game-text>img.right-image {float:right;}

.content-area .content-contentPart .search-btn .btn-type01 {
  margin-top: 9px;
}

.list-status {
	height:25px;
	display: inline-block;
	line-height: 25px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    background: #f1f1f1;
    color: #989898;
    cursor: pointer;
	margin:5px 0;
}

.list-status.red {
  background-color: #df8c8c;
  border: none;
  color: #f7f7f7;
}

.list-status.blue {
  background-color: #7189ad;
  border: none;
  color: #f7f7f7;
}

.list-status.green {
  background-color: #79ff79;
  border: none;
  color: #f7f7f7;
}

select.search-record-select { font-size: 12px; color: #989899;}

.text-bold {font-weight:bold;}
.text-yellow {color:#e7a824;}
.text-red {color:#dc4f4f;}
.text-sea {color:#5c6b99;}
.text-black {color:#595959;}
.text-green {color:#79ff79;}
.text-sky {color:#5e9bdf;}

/* 탭영역 및 컨텐츠 영역*/
.tab-area {position:relative;z-index:1; margin-top:10px; border-bottom: 1px solid #2D4FD7; }
.tab-area ul { display:flex; }
.tab-area ul li {border-top:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2; display:inline-block; padding:8px 18px; color:#d2d2d2; cursor:pointer; font-weight:600;}
.tab-area ul li:hover { border-color: #4265ed; background:#4265ed; }
.tab-area ul li:hover a { color: #fff; }
.tab-area ul li.tab-active {background:#4265ed; border-color: #4265ed; }
.tab-area ul li.tab-active a {color: #fff;}



.list-record-img {
	
	height:25px;
	display: inline-block;
	line-height: 25px;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
	margin-bottom:5px;
	
    color: #fff;
    background: #7088ac;
	
}

