@charset "utf-8";

a{text-decoration:none;selector-dummy : expression(this.hideFocus=true);}
a:link,
a:visited{}
a:hover,
a:active{}

@font-face{font-family:'NotoSans-Regular';src:url('NotoSans-Regular.woff2');src:url('NotoSans-Regular.woff');src:url('NotoSans-Regular.otf');}
@font-face{font-family:'NotoSans-DemiLight';src:url('NotoSans-DemiLight.woff2');src:url('NotoSans-DemiLight.woff');src:url('NotoSans-DemiLight.otf');}
@font-face{font-family:'NotoSans-Bold';src:url('NotoSans-Bold.woff2');src:url('NotoSans-Bold.woff');src:url('NotoSans-Bold.otf');}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #E2E2E2;
}
::-webkit-scrollbar{
	width: 1px;
	height: 0px;
	background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #005440;
}

table, table td{
	border-collapse: collapse;
}

.pointer{
	cursor:pointer;
	}

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}

.close {
	color: #FFFFFF;
	float: right;
	font-size: 32px;
	cursor:pointer;
	margin-right:10px;
}

.button_default{
	font-size:22px;
	width:100%;
	height:50px;
	line-height:50px;
	outline:none;
	background:#fdd157;
	color:#000000;
	border:0px;
	border-radius:5px;
}
.button_blue{
	padding:0px 10px;
	height:50px;
	line-height:50px;
	background:#4C84FF;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
	border-radius:5px;
	border:0px;
}
.text_default{
	font-size:18px;
	width:100%;
	height:50px;
	line-height:50px;
	border:0px #7a7a7a solid;
	outline:none;
	color:#FFFFFF;
	background:#2d2d2d;
	padding:10px;
}

.div_main{
	width:100%;
	background:#282828;
}
.div_menu{
	width:300px;
	vertical-align:top;
}

	
.handicap{
	color: #edff00;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
    -webkit-animation: tsmaller 0.6s infinite alternate ease-in-out;
    -moz-animation: tsmaller 0.6s infinite alternate ease-in-out;
    -o-animation: tsmaller 0.6s infinite alternate ease-in-out;
    -ms-transition: tsmaller 0.6s infinite alternate ease-in-out;
    animation: tsmaller 0.6s infinite alternate ease-in-out;
}
@keyframes tsmaller {
    0% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.page a{
	display:inline-block;
	margin:2px;
	border-radius:50%;
	border:3px solid #242424;
	text-align:center;
	text-decoration:none;
	padding:3px 9px;
	text-align:center;
}
.active{
	display:inline-block;
	margin:2px;
	border-radius:50%;
	border:3px solid #28ffbb;
	text-align:center;
	text-decoration:none;
	padding:3px 9px;
	text-align:center;
}

.btn-group button {
	background-color: #126E51; /* Green background */
	border: 1px solid green; /* Green border */
	padding: 5px 10px; /* Some padding */
	font-size:14px;
	float:left;
	outline: 0px solid #ccc;
}
.btn-group .btn-select {
	background:#FFD300;
	color:#272938;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
}

.dot_active{
  background-color: #005440;
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
}