@charset "UTF-8";
.criteria_wrapper {
  border: 0px;
}

.hiball-table {
  width: 100%;
  height: 100%;
}

.hiball-table > tbody > tr > td {
  padding: 4px 4px 4px 10px;
}

.hiball-table > tbody > tr > th {
  font-weight: normal;
  padding: 4px 4px 4px 15px;
}

.hiball-table th {
  text-align: left;
}

.hiball-table th.selectbox-th {
  padding: 4px 4px 4px 0px;
}

.hiball-table .compo-inline {
  float: left;
}

.hiball-table .specialword {
  margin: 0px 8px 0px 8px;
  float: left;
}

#gameCriteria .jqx-fill-state-normal,
.gameCriteria .jqx-fill-state-normal {
  background: #fff;
}

#gameList .jqx-checkbox-check-checked {
  float: left;
  background: transparent url(images/check_orange.png) center center no-repeat;
  padding: 0px;
  border: none;
  outline: none;
  margin: 0 0 0 0;
}

#gameList .jqx-checkbox-default {
  border-color: #EC5D1B;
  background: #fff;
  border-radius: 0;
}

#gameList .jqx-fill-state-pressed,
#gameList .jqx-fill-state-hover,
#gameList .jqx-fill-checkbox-hover {
  background-color: #FEF6F1;
}

#gameList .jqx-grid-cell {
  border-right: 0px;
  border-left: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #aaa;
  border-top-color: #aaa;
}

#gameList .jqx-grid-column-header {
  border-right: 0px;
  border-left: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #aaa;
  border-top-color: #aaa;
}

#habitMedia0, #habitMedia1 {
  -o-object-fit: initial;
     object-fit: initial;
}

.hiball-btn {
  width: 93px;
  height: 33px;
  border: 1px solid #bbbbbb;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  margin: 2px 2px 2px 0px;
  outline: none;
}

.hiball-btn:hover {
  background-color: #868686;
  color: white !important;
}

.hiball-change-btn {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fc4e00;
  outline: none;
}

.hiball-change-btn {
  background-color: white;
  color: #fc4e00;
  border: 1px solid #fc4e00;
}

.hiball-change-btn:active {
  color: black;
  background-color: #fc4e00;
}

.hiball-btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-color: #fc4e00;
  color: #fc4e00;
}

.hiball-checkbox {
  display: inline;
}

.hiball-checkbox input[type=checkbox] {
  opacity: 0;
  display: none;
}

.hiball-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  padding-top: 2px;
  margin-right: 10px;
  font-weight: normal;
  width: 80px;
}

.hiball-checkbox label::before,
.hiball-checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.hiball-checkbox label::before {
  top: 3px;
  left: 0px;
  height: 16px;
  width: 16px;
  border: 1px solid #ccbfbf;
}

.hiball-checkbox label::after {
  color: gray;
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.hiball-checkbox input[type=checkbox] + label::after {
  content: none;
}

.hiball-checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.hiball-checkbox input[type=checkbox]:focus + label::after {
  outline: rgb(59, 153, 252) auto 5px;
}

.hiball-checkbox input[type=checkbox]:hover + label::before {
  background-color: #FEF6F1;
  cursor: pointer;
}

.hiball-checkbox input[type=checkbox]:checked + label::before {
  background-color: #fc4e00;
}

.hiball-checkbox input[type=checkbox]:checked + label::after {
  color: #fff;
}

.hiball-checkbox input[type=checkbox]:checked + label {
  color: #fc4e00;
}

.hiball-radio {
  display: inline;
}

.hiball-radio input[type=radio] {
  opacity: 0;
  display: none;
}

.hiball-radio label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  padding-top: 3px;
  margin-right: 10px;
  font-weight: normal;
}

.hiball-radio label::before,
.hiball-radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.hiball-radio label::before {
  top: 3px;
  left: 0px;
  height: 16px;
  width: 16px;
  border: 1px solid #ccbfbf;
  border-radius: 50%;
}

.hiball-radio label::after {
  background-color: white;
  height: 5px;
  width: 9px;
  border: 1px solid white;
  left: 6px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.hiball-radio input[type=radio] + label::after {
  content: none;
}

.hiball-radio input[type=radio]:checked + label::after {
  content: "";
}

.hiball-radio input[type=radio]:checked + label {
  color: #fc4e00;
}

.hiball-radio input[type=radio]:hover + label::before {
  background-color: #FEF6F1;
  cursor: pointer;
}

.hiball-radio input[type=radio]:checked + label::before {
  background-color: #fc4e00;
}

.criteria-full {
  width: 100%;
  float: left;
  position: relative;
}

.criteria-half {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
}

.criteria-left {
  width: 38%;
  float: left;
  position: relative;
  border-top: 1px solid black;
}

.criteria-right {
  width: 60%;
  float: right;
  position: relative;
  border-top: 1px solid black;
}

.bordertop {
  border-top: 1px solid black;
}

.margintop {
  margin-top: 10px;
}

.orange {
  background-color: #fc4e00;
  color: white;
}

/* 표css */
.hiball_grid {
  border-top-color: black;
  border-radius: 0px;
}

.hiball_grid .jqx-grid-column-header {
  background-color: #F4F4F4;
  /* border-color : #F4F4F4; */
}

.hiball_grid .jqx-widget-header {
  background-color: #F4F4F4;
}

.hiball_grid .jqx-grid-cell {
  border-top-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  /* border-right : 0px;
  border-left : 0px;
  border-right-color : transparent;
  border-left-color : transparent; */
}

.hiball_grid .jqx-grid-cell-sort {
  background-color: #F4F4F4;
}

.hiball_grid .jqx-fill-state-pressed,
.hiball_grid .jqx-fill-state-hover {
  background-color: #FEF6F1;
}

/* 표css 끝*/
/* 랭킹 데이터 css*/
.hiball_rank {
  border-top-color: orange;
}

.hiball_rank .jqx-grid-column-header {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}

.hiball_rank .jqx-widget-header {
  background-color: #F4F4F4;
}

.hiball_rank .jqx-grid-cell {
  border-top-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-right: 0px;
  border-left: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
}

.hiball_rank .jqx-grid-cell-sort {
  background-color: #F4F4F4;
}

.hiball_rank .jqx-fill-state-pressed {
  background-color: #FEF6F1;
  cursor: pointer;
}

.hiball_rank .jqx-fill-state-hover {
  background-color: #FEF6F1;
  font-size: 15px;
  cursor: pointer;
}

/*표 grid 끝 */
.ranking-div {
  padding: 5px;
  background-color: #F4F4F4;
}

.ranking-div .inline-compo {
  display: inline-block;
  margin: 0 5px 0 5px;
  vertical-align: middle;
  position: relative;
  float: none;
}

.ranking-div .jqx-fill-state-normal {
  background: #fff;
}

.rankPlayerName {
  font-weight: bold;
}

::cue {
  font-size: 50%;
}

.blank {
  padding: 5px;
}

.horizontal-scroll-wrapper {
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 80px;
  max-height: 500px;
  margin: 0;
  background: #abc;
  overflow-y: auto;
  overflow-x: hidden;
  transform: rotate(-90deg) translateY(-80px);
  transform-origin: right top;
}

.horizontal-scroll-wrapper > div {
  display: block;
  padding: 5px;
  background: #cab;
  transform: rotate(90deg);
  transform-origin: right top;
}

.squares {
  padding: 60px 0 0 0;
}

.squares > div {
  width: 60px;
  height: 60px;
  margin: 10px;
}

.rectangles {
  top: 100px;
  padding: 100px 0 0 0;
}

.rectangles > div {
  width: 140px;
  height: 60px;
  margin: 50px 10px;
  padding: 5px;
  background: #cab;
  transform: rotate(90deg) translateY(80px);
  transform-origin: right top;
}

.jqx-window-header {
  background-color: #000;
  color: #fff;
  height: 30px;
  vertical-align: middle;
  font-size: 20px;
  padding: 15px 10px 3px 20px;
}

.jqx-window-close-button {
  height: 20px;
  width: 20px;
}

.jqx-icon-close {
  cursor: pointer;
  background-image: url(../../assets/images/hanwha_analysis/close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

#movieSaveBtn {
  background-color: #fc4e00;
  color: #fff;
  height: 30px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

#movieSaveBtn:active {
  background-color: #fc4e00;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}

.jqx-dropdownlist-state-normal {
  background-color: #fff;
}

.jqx-rc-all {
  border-radius: 0px;
}

table.hiball-small-table {
  width: 100%;
  border: 1px solid black;
}

.hiball-small-table th {
  font-weight: bold;
  text-align: center;
}

.hiball-small-table td {
  text-align: center;
}

.hiball-small-table td.pitchCnt {
  text-align: center;
}

.hiball-small-table td.avgSpeed {
  text-align: center;
  color: blue;
}

.hiball-small-table td.maxSpeed {
  text-align: center;
  color: red;
}

.hiball-small-table td.ballType {
  text-align: center;
  font-weight: bold;
}

.jqx-dropdownlist-content {
  font-size: 14px;
}

.ui-selectmenu-text {
  font-size: 14px;
}

.cnt-size {
  font-size: 15px;
}

.grid-header {
  font-weight: bold;
  font-size: 13px;
}

textarea.comment_css {
  font-size: 16px;
  font-weight: bold;
}

table.reporting-table {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

table.reporting-table td {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid black;
}

table.reporting-table th {
  font-size: 22px;
  text-align: center;
  padding: 20px;
  border: 1px solid black;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: transparent;
}

div.wEditor {
  padding: 5px;
  height: 220px;
  margin: 10px auto;
  border: 1px solid #DBDBDB;
  font-size: 16px;
  font-weight: bold;
  overflow-y: auto;
}

div.wEditorReporting {
  padding: 5px;
  height: 220px;
  font-size: 16px;
  margin: 0px;
  border: 1px solid black;
  font-weight: bold;
}

.hiball_custom_table {
  text-align: center;
  font-size: 13px;
  width: 100%;
  border-top: 1px solid black;
  border-collapse: collapse;
  font-size: 11px;
  padding: 1px;
}

.hiball_custom_table th {
  padding: 3px;
  background-color: #F4F4F4;
  border-left: 1px solid black;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  box-sizing: border-box;
}

.hiball_custom_table thead {
  background-color: rgb(217, 217, 217);
  font-weight: 600;
}

.hiball_custom_table td {
  padding: 3px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  box-sizing: border-box;
  padding: 1px;
}

.season_tbody tr {
  background-color: rgb(222, 235, 247);
}

.filter-btn {
  margin-top: 15px;
  margin-bottom: 18px;
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #505050;
  border-radius: 5px;
  border: 1px solid #505050;
}

.filter-btn:hover {
  background-color: #888;
}

.init-btn {
  margin-bottom: 15px;
  width: 140px;
  height: 40px;
  font-size: 14px;
}

.init-btn:hover {
  background-color: #fde3d3;
  color: #fc4e00;
}

.detail-btn {
  border: 1px solid #aaa;
  background-color: #454545;
  border-radius: 4px;
  color: #fff !important;
  padding: 3px;
  font-weight: 400;
}

#todayButton {
  border: 1px solid #aaa;
  background-color: #454545;
  border-radius: 4px;
  padding: 5px;
  font-weight: 400;
}
#todayButton a {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #fff;
}

#gameDailyScheduleInner .list_score li {
  border: 1px solid #888;
  border-left: 0;
  border-top: 2px solid #191c21;
}
#gameDailyScheduleInner .tit {
  background: #bdbdbd;
}
#gameDailyScheduleInner .btn_prev,
#gameDailyScheduleInner .btn_next {
  background: #fff;
  border: 1px solid #a9a9a9;
}

.basicTable thead th {
  border-top: 2px solid #ccc !important;
}

.rosterLoadBtn {
  background-color: white;
  cursor: pointer;
  padding: 5px;
  font-size: 13px;
  height: 27px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bbbbbb;
}

#errorImageRefreshBtn {
  margin-top: 10px;
}/*# sourceMappingURL=hiball_extend.css.map */