@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);

.keyColor{
  color:#9fd317;
}

.alertColor{
  color:rgb(230, 2, 2);
}

.darkgreen{
  color:darkgreen;
}

hr{
  color:#9fd317;
}

.fontXsmall{
  font-size:x-small;
}

.fontSmall{
  font-size:small;
}

.fontLarge{
  font-size:large;
}

.fontXXLarge{
  font-size:xx-large;
}

.fontBold{
  font-weight: bold;
  
}

.fontLitteSmall{
  font-size: 1.0rem;
}

.font06Rem{
  font-size: 0.6rem;
}

.font07Rem{
  font-size: 0.7rem;
}

.font09Rem{
  font-size: 0.9rem;
}

.font1Rem{
  font-size:1rem;
}

.font11Rem{
  font-size: 1.1rem;
  width:auto;
}

.font12Rem{
  font-size: 1.2rem;
  width:auto;
}

.font14Rem{
  font-size:1.4rem;
  width:auto;
  overflow: auto;
  white-space: pre;
}


.font15Rem{
  font-size:1.5rem;
}

.font17Rem{
  font-size:1.7rem;
}

.font20Rem{
  font-size:2.0rem;
}

.font30Rem{
  font-size:3.0rem;
}

.ellipsis{
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}

.w10{
  width:10px;
}

.w20{
  width:20px;
}

.w30{
  width:30px;
}

.w100p{
  width: 100%;
}

.topPadding10{
  padding-top:10px;
}

.topPadding20{
  padding-top:20px;
}

.topPadding30{
  padding-top:30px;
}

.leftPadding10{
  padding-left:10px;
}

.rightPadding20{
  padding-right:20px;
}



.topMargin10{
  margin-top: 10px;

}

.topMargin20{
  margin-top: 20px;

}

.topMargin30{
  margin-top: 30px;

}


.topMargin60{
  margin-top: 60px;

}

.bottomMargin10{
  margin-bottom: 10px;
  
}

.bottomMargin03{
  margin-bottom: 3px;
  
}

.bottomMargin20{
  margin-bottom: 20px;
  
}

.bottomMargin30{
  margin-bottom: 30px;
  
}

.bottomMargin60{
  margin-bottom: 60px;
  
}

.leftMargin03{
  margin-left: 3px;
}

.leftMargin05{
  margin-left: 5px;
}


.leftMargin10{
  margin-left: 10px;
}

.leftMargin20{
  margin-left: 20px;
}

.rightMargin05{
  margin-right: 5px;
}

.rightMargin10{
  margin-right: 10px;
}

.rightMargin20{
  margin-right: 20px;
}

.alignLeft{
  text-align:left;
}

.alignCenter{
  text-align:center;
}

.noWrap{
  white-space: nowrap;
}

.alignRight{
  text-align:right;
}

.box {
	display: inline-block;
}

.wordWrap{
    word-wrap: break-word;
}


.alert{
  color:red;
  font-weight: bold;
  padding: 0px!important

}

input.customBtnGray {
  padding: 15px 40px;
  font-size: 1.2em;
  background-color: #aaa;
  color: #fff;
  border-style: none;
  border-radius:10px;

}

input .htmlPageField{
  width: 240px;
  padding-top:5px;
  padding-bottom:5px;
  
}

.etcComment{
  color:#999999;
  font-weight: bold;
  font-size:small;
}


.yellowCard {
	display: inline-block;
	width: 12px;
  height: 16px;
  text-align: center;
  border: solid 1px #333333;
  margin-left: 2px;
  margin-right: 2px;
	background: rgb(251, 255, 10);
}

.redCard {
	display: inline-block;
	width: 12px;
	height: 16px;
  text-align: center;
  border: solid 1px #333333;
  margin-left: 2px;
  margin-right: 2px;
  background: rgb(223, 5, 5);
}

.positionMark {
  color:#333333;
  display: inline-block;
  width:28px;
  border: solid 1px #333333;
  border-radius: 2px; 
  text-align: center;
  margin: 3px 5px;
}

.uniNoMark {
  color:#333333;
  display: inline-block;
  width:12px;
  border-radius: 8px; 
  margin:3px 1px;
}


.infoLeft{
  text-align: left;
  float: left;
}

.infoRight{
  text-align: right;
}


.resetBtn {
  color:#333333;
  display: inline-block;
  border-radius: 2px; 
  border: solid 1px #333333;
  text-align: center;
  padding-left:4px;
  padding-right:4px;
  margin-left: 1px;
  margin-right: 1px;
}

.scoreLineTop{
  border-top: #e7e40f 2px solid;
}


.scoreLine{
  border-bottom: #e7e40f 2px solid;
}

.scoreLabel{
  color:#333333;
  font-weight: bold;
  margin-left:10px;

}

.momLabel{
  color:#333333;
  font-weight: bold;
  margin-left:10px;
  
}

.autoMargin{
  margin:auto;
}

.detailFrame {
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  border-radius: 2px; 
  text-align: center;
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom:5px
}

.teamName {
  color: #333333;
  display: inline-block;
  border: solid 1px #333333;
  width: 90px;
  border-radius: 2px;
  text-align: center;
  font-size: 1.2rem;  
}

a{
  color:#333333;
}

a:hover{
  color:#9FD317;
}

.teamNameLink{
  color:#333333;
}

.teamNameLink:hover{
  color:#9FD317;
}

.teamPageLink{
  color:#333333; 
}

.teamPageLink:hover{
  color:#9FD317;
}

.contactLink{
  color:#3e4d15;
  text-decoration: underline;
}

a.contactLink:hover{
  color:#9FD317;
}

.contactTable{
  vertical-align:top;
}

.contactColumnName {
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  width:150px;
  border-radius: 2px; 
  text-align: center;
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom:5px
}

.contactTextArea{
  min-width: 80%!important;
}

.topCategoryFrame {
  color:#333333;
  display: inline-block;
  padding:3px;
  border: solid 1px #333333;
  border-radius: 2px; 
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:10px;
  font-size:1.5em;
}

.topSubCategoryFrame {
  color:#333333;
  display: inline-block;
  padding:3px;
  border-bottom: solid 1px #333333;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:10px;
}

.teamNameOnSchedule {
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  width:59px;
  border-radius: 4px; 
  font-weight: bold;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom:5px
}

.teamNameOnSchedule:hover{
  color:#9FD317;
}

.scoreTeamLink{
  color:#333333;
}

.scoreTeamLink:hover{
  color:#9FD317;
}


.scheduleFrame {
  color: #333333;
  display: inline-block;
  width:100%;
  /* max-width: 100%; */
  padding:8px 8px 8px 8px;
  margin-top:8px;
  margin-left: 0%;
  margin-right: 0%;
  border: solid 2px #9fd317;
  border-radius: 8px;
  text-align: center;
  /* margin-bottom: 10px; */
  background: #ffffff;
}

.padding0{
  padding-left: 2px !important;
  padding-right: 2px !important;
  
}

.competitionList{
  color:#333333;
  font-weight: bold;
  display: inline-block;
  padding:3px;
  border: solid 1px #333333;
  border-radius: 2px; 
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom:10px;
}

.competitionList > a:hover{
  color:#9FD317;
}

.teamList{
  cursor: pointer;
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  width:58px;
  border-radius: 4px; 
  font-weight: bold;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom:5px
}

.teamList > a:hover{
  color:#9FD317;
}

.playerRecord{
  cursor: pointer;
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  /*width:56px; */
  min-width:25px;
  border-radius: 4px; 
  font-weight: bold;
  text-align: center;
  padding:3px;
  margin-left: 1px;
  margin-right: 1px;
  /* margin-bottom:5px */
}

.playerRecordMini{
  cursor: pointer;
  color:#333333;
  display: inline-block;
  border: solid 1px #333333;
  /*width:56px; */
  min-width:16px;
  border-radius: 2px; 
  font-weight: bold;
  text-align: center;
  padding:3px 1px 0px 1px;
  margin-left: 3px;
  margin-right: 3px;
  /* margin-bottom:5px */
}

.yellow{
  color: rgb(251, 255, 10);
  background: rgb(251, 255, 10);
}

.yellowDark{
  background: rgb(200, 200, 4);
  border: solid 0px !important;
}

.hidden{
  display: none;
}

.red{
  color: rgb(230, 2, 2);
  background: rgb(230, 2, 2);
}

.redDark{
  color:lightgray;
  background: rgb(140, 2, 2);
  border: solid 0px !important;
}



.blogpartsArea{
  width:90%;
  margin-left:auto;
  margin-right: auto;
  text-align: left;
  font-size: 8px;
  
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

.flagIcon{
  width:32px;/*48px;*/
}


.floatLeft{
  float: left;
}


.floatRight{
  float: right;
}

.clear{
  clear: both;
}

.order-table {
  text-align: center;

}

.iconImg{
  width: 48px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.notSelected{
  background-color:#cccccc;
  border:0px !important;
}

.selectedItem{
  color:#ffffff !important;
  background-color:#9FD317;
}

#input_all_tool{
  display: none;
  
}

.scoreSelect{
  height: 32px;
}

.displayNone{
  display: none;
}


.leagueList{
  font-size: 1.1rem;
  list-style: none;
}

.leagueList > li{
  margin-top:8px;
  font-weight: bold;
}


@media (max-width: 500px) {
  .dropdown-menu{
        max-height:400px;
        overflow-y:auto;
     }
  }

.footerLogo{
  width:320px;
  height:50px;
  margin:auto;
  font-size:1.2em;
  font-weight:bold;
  line-height:1.8em;
  text-align:center;
    font-size:48px;
}


.footerLogo > span{
  font-weight:100;
}


.cookieBubble {
  width: 320px!important;
}

.cookieBubble.bottom-right {
  bottom: 10px;
  right: 10px!important; 
}

.cookie-policy-btn{
  font-size:10px!important;
}


.glider-next, .glider-prev {
  font-size: 32px!important;
  top: 44%!important;
}

.glider-next{
  color:rgba(255,255,255,0.7)!important;
  margin-right:35px;
}

.glider-prev{
  color:rgba(255,255,255,0.7)!important;
  margin-left:35px;
}

.glider-slide{
  margin-left: 3px;
  margin-right: 3px;
}

.blurImg {
  -webkit-filter: blur(3px);
  filter: blur(3px);

}

.scoreSlide{
  position: relative;
}

.scoreSlide h4{
  width:100%;
  height:25%;
  position: absolute;
  font-weight:700;
  font-size:1em;
  top: 20%;
  left: 0;
  color:white;
  padding:3%;
  background-color:rgba(0,0,0,0.3);
  position: absolute;
  text-align: center;
}

.scoreSlide h2{
  width:100%;
  height:60%;
  position: absolute;
  font-weight:700;
  font-size:1.5em;
  top: 20%;
  left: 0;
  color:white;
  padding:13.5%;
  background-color:rgba(0,0,0,0.3);
  position: absolute;
  text-align: center;
}

.scoreSlide p{
  width:100%;
  height:35%;
  position: absolute;
  font-weight:300;
  font-size:0.75em;
  top: 45%;
  left: 0;
  color:white;
  padding:3%;
  background-color:rgba(0,0,0,0.3);
  position: absolute;
  text-align: center;
}



.navbar-dark .navbar-nav .nav-link {
  color: #166328;
}


.resultCard{
  cursor:pointer;
}


.scoredH1{
  font-size: 1.75rem;
}

.scoredTitle{
  margin:5px;

}

.scoreBoard{
  font-size: 1.75rem;
  font-weight: 600;
  margin-top:10px;
  margin-bottom:10px;
  
}


.footerbar{
  color:white;
  background-color: #9fd317!important;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  font-size:40px;
  height:60px;
  text-align:center;
}

.footerbar > a{
  color:white;
}

.footerbar > a:hover{
  color:white;
}




body{
  padding-bottom: 4.0rem;
}

.searchSubCategory{
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.searchSubCategory > i{
  margin-right:0.3rem;
}

.matchedWord{
  font-size:1.4rem;
  margin-bottom: 1.2rem;

}


.playerDetail > tbody > tr > td{
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  vertical-align : middle;
}


.lineHeight18{
  line-height: 1.8;
}

.relatedMark{
  font-size: 0.8rem;
  font-weight: bold;
  color: #3d3b4a;
  display: inline-block;
  padding: 3px;
  border: solid 1px #3d3b4a;
  border-radius: 2px;
  text-align: center;
  margin:3px;
}

.relatedMidium{
  color: #8d8d8d;
  border: solid 1px #8d8d8d;

}

.relatedLow{
  color: #adadad;
  border: solid 1px #adadad;
  
}

#keywords::placeholder {
  color: #cccccc;
}

.deepGreen{
  color: #166328;
}

.tweetPromoteTitle{
  color: #166328;
  display: inline-block;
  border: solid 1px #166328;
  border-radius: 2px;
  text-align: center;
  padding:10px;
  font-size: 1.4rem;  
}

.tweetPromoteExplain{
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: 600;
}

.howToImgFrame{
  border:3px solid #cae6d0;
  padding:10px;
  border-radius: 10px;
}


.howtoTitleFrame {
  color:#166328;
  display: inline-block;
  padding:3px;
  border-bottom: solid 1px #166328;
  text-align: center;
  margin: 20px 5px 10px 5px;
}

.notSelectedImg{
  filter: brightness(0.4);
}

.searchFilter {
  color:#166328;
  display: inline-block;
  border: solid 1px #166328;
  border-radius: 4px; 
  font-weight: bold;
  padding:4px;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom:5px
}


.summaryLinkBlock{
  width:80px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.summaryLinkBlock::-webkit-scrollbar {
  display:none;
}

.summaryCategoryFrame {
  color:#333333;
  display: inline-block;
  padding:3px;
  border: solid 1px #333333;
  border-radius: 2px; 
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:10px;
}

.summarySubCategoryFrame {
  color:#333333;
  display: inline-block;
  padding:3px;
  border-bottom: solid 3px #333333;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:10px;
}


.summaryListTitle{
  font-size: 1.2rem !important;


.redTransparent{
  background-color:rgba(250, 15, 15, 0.2);
}


.pageNation{
  color:#166328;
}

.pagenation > a:hover{
  color:#9fd317;
}

.pagenation > a:link{
  color:#9fd317;
}

.displayInline{
  display: inline;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
