@import url("fleague.css");
@import url("league_theme_hfb5c.css");

.error {
  color: red;
}

/* follow us sns */
body .fbIcon,
body .twIcon, 
body .igIcon, 
body .ytIcon {
  display: inline-block;
  color: white;
  
  border-radius: 100%;
  font-size: 20px;
  vertical-align: text-bottom; 
}

body .fbIcon {
  background: #3966FF;
  padding: 5px 14px;
}

body .twIcon {
  background: #00ACED;
  padding: 5px 11px;
}

body .igIcon {
  background: #517FA4;
  padding: 5px 12px;
}

body .ytIcon {
  background: #D02D2E;
  padding: 5px 9px;
}

body .fa-facebook {
  color: #3966FF !important; 
}

/* lp teams */


div.PublicTeamListContainer img {
  height: 30px;
}

div.PublicTeamListContainer div.TeamName {
  vertical-align: middle;
  font-size: 18pt;
  margin: 15px;
  margin-left: 0px;
  color: #000000;
  line-height: 30px;
  
  
}

div.TeamName a {
  text-decoration: none;
}


.score_board_table table tr:first-child {
	background: url("../images/s_t2.png") repeat-x #3F7F00;
	color: #FFF;
}
.score_board_table table td {
	padding: 7px 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.schedule_table {
	width: 100%;
}
.schedule_title {
	background: url("../images/s_t2.png") repeat-x #3F7F00;
}

.mfp-content {
  background: #fff;
}

body table.schedule_table th {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 3px;
	text-align: center;
}
.schedule_table td {
	text-align: center;
	background: #FFF;
	padding: 7px 5px;
	font-size: 11px;
	/*border: 1px solid #000;*/
}
.schedule_data {
	border-bottom: 1px dotted #CCCCCC;
}
td.schedule_date {
	text-align: left;
	font-size: 11px;
	color: #606060;
	padding: 5px;
	background: #EFEEEF;
}
.f_1 {
	width: 50px;
}
.f_2 {
	width: 82px;
}
.f_3 {
	width: 90px;
}
.f_4 {
	width: 120px;
}
.f_5 {
	width: 140px;
}
.f_6 {
	width: 70px;
}
.f_7 {
	width: 80px;
}
.f_8 {
	width: 40px;
}
.f_9 {
  width: 40px;
}

a.closeSidebar {
  display: none;
  position: absolute;
  top: 0px;
  left: -40px;
  /* border: 1px solid red; */
  width: 40px;
  height: 40px;
  /* border-radius: 100%; */
  z-index: 3px;
  background: white;
  border: 2px solid #ffffff;
}

a.closeSidebar::before,
a.closeSidebar::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 8px;
  width: 20px;
  height: 0;
  border-bottom: 3px solid #555555;
}

a.closeSidebar::before {
  transform: rotate(45deg);
}

a.closeSidebar::after {
  transform: rotate(-45deg);
}

a.closeSidebar:hover {
  transform: rotate(180deg);
}

body.toggle #wrapper #sidebar a.closeSidebar {
  display: inline-block;
}



.tableHead {
  /* color: #000000;
  background: #E0BD73; */
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75rem;
  text-align: center;
}

.tableBody.row {
  border-bottom: 1px solid #dee2e6;
  background: #ffffff;
}

.tableBody.row:nth-child(2n-1) {
  background: #f9f9f9;
}

.tableBody {
  font-size: 14px;
}

.tableBody a {
  color: #000000;
}

#pageContent .nav a.nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  background-color: #666;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

/* 
#pageContent .nav a.nav-link:hover {
  background-color: #ECD7AB;
  color: #333333;
} */

#pageContent .gameDetailsView .gameInfo .point {
  font-size: 40px;
}

#pageContent .gamePlayScroll .borderleft {
  border-left: 2px solid #EAEAEA;
}

#pageContent .gamePlayScroll .borderbottom {
  border-bottom: 2px solid #EAEAEA;
}