@font-face {
  font-family: "NotoSansKR";
  src: url(../font/NotoSansKR-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: "NotoSansKR";
  src: url(../font/NotoSansKR-Thin.otf);
  font-weight: 100;
}

body {
  font-family: "NotoSansKR" !important;
}

#content {
  background-color: #ecedf0;
}

#loginBtn {
  background: #323232;
  color: #ffffff;
  height: 45px;
}

.user > .form-group > .form-control {
  height: 50px;
  background: #f0f1f1;
  border: #f0f1f1;
}

#page-top {
  background-image: url("../bg_hiball.jpg");
  background-repeat: no-repeat;
  background-color: #ecedf0;
}

#TopNavigationBar {
  background-image: url(../bg_top.jpg);
  height: 55px;
}

.logout-img {
  content: url(../logout_white.png);
  width: 30px;
  height: 30px;
}

#mainTitleText {
  font-size: 30px;
  padding-left: 15px;
}

.game-list-title > div > table {
  background-color: #dfe0e3;
  border-top: 3px solid #191c21;
}

.title.title-single {
  background-color: #8f8f8f;
  color: #ffffff;
}

.select-detail-criteria.active {
  background-color: #454545;
  color: #fff;
}

.inner-table.select {
  background-color: #f6f6f6;
}

.clip_list.active {
  background-color: #f6f6f6;
}

#videoTitleTable {
  border-top: 3px solid #191c21;
}

#videoTitleTable > tbody > tr > .title {
  font-size: 13px;
  padding: 9px;
  background: #dfe0e3;
}

.winScore {
  color: red;
}

#sidebarToggleTop {
  color: #ffffff;
}

#sidebarToggleTop:hover {
  color: #000;
  background-color: #fff;
}

#sidebarLogoArea {
  background-image: url("../bg_top.jpg");
  height: 55px;
}

.inner-table > tbody > tr > td {
  border-top: none;
  border-bottom: none;
  padding: 7px;
  vertical-align: middle;
}

.title.title-main {
  padding: 10px 0px 10px 0px;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.select-detail-criteria {
  margin-left: 7px;
  border-radius: 6px;
  padding: 3px;
  background-color: "";
}

#recent6G-title, #pickOffs-title {
  background-color: #fff;
  color: #000;
}

.input-group-prepend > .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ball-img {
  content: url(../icon_ball.png);
  margin-left: 15px;
  margin-right: 10px;
}

.btn.btn-default > span {
  width: 15px;
  vertical-align: middle;
}

.btn.btn-default.active > .repeat-img, .btn.btn-default:hover > .repeat-img {
  content: url(../bt_video01_white.png);
}

.btn.btn-default > .repeat-img {
  content: url(../bt_video01_gray.png);
}

.btn.btn-default.active > .sequence-img, .btn.btn-default:hover > .sequence-img {
  content: url(../bt_video02_white.png);
}

.btn.btn-default > .sequence-img {
  content: url(../bt_video02_gray.png);
}

.btn.btn-default.active > .justplay-img, .btn.btn-default:hover > .justplay-img {
  content: url(../bt_video03_white.png);
}

.btn.btn-default > .justplay-img {
  content: url(../bt_video03_gray.png);
}

.form-check-input:checked {
  background-color: #191c21 !important;
  border-color: #191c21 !important;
}
/*# sourceMappingURL=hiball_common_style.css.map */