@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*{
	font-family: 'Open Sans', sans-serif;
}
html, body{
	min-width: 950px;
}

h1 {
	font-size: 1.8em;
}
td, th {
	background: white;
}
::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
#wrap_body {
	max-width: 1200px;
	margin: auto;
}
span.not-show {
	display: none;
}


.lamp_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	height: 150px;
	min-width: 800px;
	/*background: #1c6afb;*/
	color: #ffffff;
	padding-left: 10px;
	overflow: hidden;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.lamp_header h1, h2{
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.lamp_header.lamp_header-shrink {
	height: 50px;
}
.lamp_header-shrink h1{
	font-size: 1.5em;
}
.lamp_header-shrink h2{
	font-size: 1.3em;
}
.chartdiv {
	margin-top: 150px;
	width: 100%;
	height: 800px;
	margin-bottom: 0px;
}
.urldiv {
	display: inline-block;
	float:left;
	clear: left;
}
.ha-header-front h1{
	display: inline-block;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
}
.ha-header-front h2{
	display: inline-block;
	float: right;
	margin-right: 20px;
}
.ha-header-front h2 a{
	color: white;
}
.ha-header-front form{
	display: inline-block;
	float: left;
	clear:left;
	width: 100%;
}

.ha-header-front form input, select{
	background: transparent;
	color: white;
	border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: 2px solid white;
    font-size: 20px;
    width: 160px;
}
/*
.ha-header-front form select option{
	background: #1c6afb;
}*/
.ha-header-front select{
	width: 200px;
}

#lr2ID {
	width: 60px;
}

#table_url{
	width: calc(100% - 460px);
	min-width: 240px;
}

#formbutton {
	display: block;
	float: right;
	width: 160px;
	height:50px;
	background: transparent;
	border: 3px solid white;
	color: white;
	font-size: 20px;
	-webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    margin-right: 20px;
}

#formbutton:hover{
	background: white;
}
.canvasjs-chart-tooltip div {
	max-height: 700px;
	max-width: 800px;
	overflow-y:auto;
	overflow-x:hidden;
}
.canvasjs-chart-tooltip ul {
	margin: 0 0 0 0;
}
.canvasjs-chart-tooltip div ul {
	font-family: 'Open Sans', sans-serif;
	font-style:normal !important;
	font-size: 13px !important;
	color: black !important;
}
.canvasjs-chart-tooltip div ul li a{
	font-family: 'Open Sans', sans-serif;
	font-style:normal !important;
	font-size: 13px !important;
	color: black !important;
}

.tooltip_h {
	font-family: 'Open Sans', sans-serif !important;
	font-style:normal !important;
	font-size: 20px !important;
}

button[title] {
	background: transparent;
	border: 1px solid black !important
	
}
button[title]{
	cursor: pointer !important;
	box-shadow: rgb(136, 136, 136) 2px 2px 10px;
}
.canvasjs-chart-toolbar {
	top: 4px !important;
}

.song_list {
	padding-left: 20px;
	padding-right: 15px;
}

.count_table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}
.count_table th, .count_table td{
	border: 1px solid black;
	text-align: center;
	width: 100px;
	margin: 0px;
}
#tableContainer{
	width: calc(100% - 155px);
	position: absolute;
	left: 150px;
	display: block;
	float: left;
	min-width: 800px;
}
#twitbuttondiv{
	float: right;
}
td.FC{
	background: #FFC000;
	color: white;
}
td.HARD{
	background: #D9534F;
	color:white;
}
td.GROOVE{
	background: #FF8C00;
	color:white;
}
td.EASY{
	background: #40C000;
	color:white;
}
td.FAIL{
	background: #606060;
	color:white;
}
td.NOPLAY{
	background: #F0F0F0;
}

td.MAX{
	background: #CC0000;
	color: white;
}
td.AAA{
	background: #ffd040;
	color: white;
}
td.AA{
	background: #BFC1C2;
	color: white;
}
td.A{
	background: #CD7F32;
	color: white;
}
td.B{
	background: #B0E57C;
	color: white;
}
td.CF{
	background: #ACD1E9;
	color: white;
}

#modeselect {
	float: right;
	margin-right: 40px;
}
#modeselect input {
	position: absolute;
}
#modeselect label {
	font-size: 1.3em;
	text-align: center;
	width: 130px;
	border: 1px solid white;
	display: inline-block;
	cursor:pointer;
	background:inherit;
	-webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
#modeselect input {
	display: none;
}


#modeselect label:nth-child(2) {
	border-radius: 10px 0px 0px 10px;
	margin-right: -3px;
}
#modeselect label:last-child {
	border-radius: 0px 10px 10px 0px;
	margin-left: 0px;
}

#imageexport {
	float: right;
	border: 2px solid white;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
}
#imageexport a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	width: 120px;
	height:35px;
	padding-top: 10px;
	-webkit-transition: background 300ms, color 300ms;
    -moz-transition: background 300ms, color 300ms;
    -o-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
#imageexport a:hover{
	background: white;
}

.shrinkbutton-shrink {
	padding-top: 4px !important;
	height: 24px !important;
	font-size: 1.0em !important;
}


#ScoreTable {
	border-collapse: seperate;
	border-spacing: 0 1px;
	width: 100%;
	text-align: center;
}
#ScoreTable thead {
	background-color: #303030;
	color: white;
	cursor: pointer;
}
#ScoreTable tbody tr td{
	border-bottom: 1px solid black;

}
#ScoreTable tbody tr:hover td {
	border-bottom: 3px solid black;
}
#ScoreTable td {
	border: 1px solid black;
}
#ScoreTable td:nth-child(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid black;
}
td.td-clear {
	background-repeat: no-repeat;
	background-size: 111px 18px;
	background-position: center center
}

td.NOT-PLAYED {
	background-image: url("image/NOT-PLAYED.gif");
}
td.FAILED {
	background-image: url("image/FAILED.gif");
}
td.EASY-CLEAR {
	background-image: url("image/EASY-CLEAR.gif");
}
td.CLEAR {
	background-image: url("image/clear.png");
}
td.HARD-CLEAR {
	background-image: url("image/HARD-CLEAR.gif");
}
td.FULL-COMBO {
	background-image: url("image/FULL-COMBO.gif");
}

.score-table-header-tr th {
	background: #303030;
}

td.td-title a{
	color: white;
	text-decoration: none;
} 

td.td-title-FAILED {
	background: #606060; /* Old browsers */
	background: -moz-linear-gradient(top, #606060 0%, #282828 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #606060 0%,#282828 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #606060 0%,#282828 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}
td.td-title-EASY-CLEAR {
	background: #40c000; /* Old browsers */
	background: -moz-linear-gradient(top, #40c000 0%, #519624 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #40c000 0%,#519624 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #40c000 0%,#519624 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}
td.td-title-CLEAR {
	background: #ff6f02; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6f02 0%, #A55426 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6f02 0%,#A55426 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6f02 0%,#A55426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
td.td-title-HARD-CLEAR {
	background: #f20000; /* Old browsers */
	background: -moz-linear-gradient(top, #f20000 0%, #b70101 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f20000 0%,#b70101 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f20000 0%,#b70101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
td.td-title-FULL-COMBO {
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

td.td-title-FULL-COMBO a {
	color: black;
}
td.td-title-NOT-PLAYED a {
	color: black;
}

td.td-bp0 {
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.graph-bar {
	background: #ff1c1c; /* Old browsers */
	background: -moz-linear-gradient(left, #ff4747 0%, #ff1c1c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff4747 0%,#ff1c1c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff4747 0%,#ff1c1c 100%); 
	color:white;
	text-align: left;
}
th.header {
	background-image: url(image/bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

th.headerSortUp {
	background-image: url(image/asc.png);
}
th.headerSortDown {
	background-image: url(image/desc.png);
}

th.th-lamp {
	width: 10px;
}
th.th-LV {
	width: 4.5%;
}

th.th-score {
	width: 5%;
}
th.th-rank {
	width: 5%;
}
th.th-bp {
	width: 4.5%;
}
th.th-clear {
	width: 15%;
}
th.th-rate {
	width: 15%;
}
td.td-rank{
	background-repeat: no-repeat;
	background-position: center center;
}
td.td-MAX{
	background-image: url("image/MAX.gif");
	background-size: 45px 27px;
}
td.td-AAA{
	background-image: url("image/AAA.gif");
	background-size: 45px 27px;
}
td.td-AA{
	background-image: url("image/AA.gif");
	background-size: 30px 27px;
}
td.td-A{
	background-image: url("image/A.gif");
	background-size: 24px 27px;
}
td.td-B{
	background-image: url("image/B.gif");
	background-size: 22px 27px;
}
td.td-C{
	background-image: url("image/C.gif");
	background-size: 22px 27px;
}
td.td-D{
	background-image: url("image/D.gif");
	background-size: 22px 27px;
}
td.td-E{
	background-image: url("image/E.gif");
	background-size: 22px 27px;
}
td.td-F{
	background-image: url("image/F.gif");
	background-size: 22px 27px;
}

.td-lamp-HARD-CLEAR {
	animation: hard 0.1s infinite;
	
}
.td-lamp-FULL-COMBO {
	animation: fullcombo 0.1s infinite;
}
.td-lamp-FAILED {
	animation: failed 0.1s ease-in-out infinite alternate;
}
.td-lamp-EASY-CLEAR {
	animation: easy 0.1s ease-in-out infinite alternate;
}
.td-lamp-CLEAR {
	animation: clear 0.1s ease-in-out infinite alternate;
}
.td-lamp-NOT-PLAYED {
	background-color:#262626;
}
@keyframes hard {
	from {
		background-color: white;
	}
	to {
		background-color: #EEE;
	}
}

@keyframes clear {
	from {
		background-color: #ffad33;
	}
	to {
		background-color: #cc7a00;
	}
}
@keyframes easy {
	from {
		background-color: #00cc00;
	}
	to {
		background-color: #008000;
	}
}

@keyframes failed {
	from {
		background-color: #ea2626;
	}
	to {
		background-color: #8b0e0e;
	}
}

@keyframes fullcombo {
	from {
		background-color: hotpink;
	}
	30% {
		background-color: white;
	}
	60% {
		background-color: aqua;
	}
}

#sidebar {
	width: 150px;
	float: left;
}
#sidebar h3 {
	margin-bottom: 3px;
}
.filter-div {
	float: left;
	margin-top: 10px;
}
#range-show {
	text-align: center;
}
.ck-button {
	float: left;
	overflow: auto;
	margin-top: 2px;
}
.ck-button label {
	float: left;
	width: 130px;
}
.ck-button label span {
	text-align: center;
	display: block;
	border-radius: 3px;
	border: 1px solid black;
	cursor: pointer;
}
.ck-button label input {
	display: none;
}
.ck-button span:hover {
	background-color: #f07575;
}
.ck-button input:checked + span {
	background-color: #911;
	color: white;
}
.ck-button input:checked:hover + span {
	background-color: #c11;
	color: #fff;
}

/* two handle input range*/
.range {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.range:after {
    content : ' ';
    vertical-align: middle;
    display: inline-block;
    height : 4px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e9e9;
    border: 1px solid #d9d9d9;
    margin-top: -4px;
}
.range > .slider,
.range > .slider:before,
.range > .slider:after {
    border: 1px solid #aaa;
    background-color: #eee;
}
.range > .slider {
    height: 12px;
    border-bottom: none;
    position: absolute;
    /*top: 1px;*/
    width: 9px;
}
.range > .slider:before,
.range > .slider:after {
    height: 0;
    width:0;
    display:block;
    content : '';
    top: 12px;
}
.range > .slider:before {
    background-color:transparent;
    border-top: 6px solid #aaa;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    position: absolute;
    left: -1px;
}
.range > .slider:after {
    background-color:transparent;
    border-top: 4px solid #eee;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 0px;
}
.range > .slider:hover {
    border-color: #9bd;
    background-color: #e9f3fc;
}
.range > .slider:hover:before {
    border-top-color: #9bd;
}
.range > .slider:hover:after {
    border-top-color: #e9f3fc;
}

#min {
    width: 50px;
    margin: 0;
    padding: 0;
}
#max {
    margin: 0;
    padding: 0;
    width: 50px;
}
