@charset "utf-8";

section {
	position: relative;
}

#graph #tap,
#graph #long,
#graph #slide,
#graph #flick {
	border-left: 1px dashed #999;
}

#graph {
	display: flex;
	padding-right: 1px;
	height: 512px;
	background-color: #eee;
	overflow: hidden;
}

#graph div {
	flex: 1;
	transform: rotateX(180deg);
}

#graph div .close{
	margin-top: 4px;
	color: #f1be03;
	font-weight: bold;
	text-align: center;
	transform: rotateX(180deg);
}

#graph div:last-child {
	border-right: 1px dashed #999;
}

#graph #tap .duration {
	background-color: #ea7d9a;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: 1px solid #ea7d9a;
}

#graph #long .duration {
	background-color: #ac82d6;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: 1px solid #ac82d6;
}

#graph #slide .duration {
	background-color: #77b1d7;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: 1px solid #77b1d7;
}

#graph #flick .duration {
	background-color: #97cacb;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: 1px solid #97cacb;
}

.graduated-scale {
	height: 512px;
}

.graduated-scale div {
	position: relative;
}

.graduated-scale span {
	position: absolute;
	top: -6px;
	right: 0;
	color: #999;
	font-size: 10px;
}

.graduated-scale div:first-child span {
	top: 0;
}

.select {
	height: 512px;
}

.recommended-combo-title {
	display: block;
	margin-bottom: 15px; 
	padding: 5px 15px;
	color: #673d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

[id^="default-"] {
	padding: 5px;
	margin-bottom: 20px;
	background-color: #f1be03;
	border-radius: 4px;
	cursor: pointer;
	overflow: auto;
	box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	user-select:none;
}

[id^="default-"]:hover {
	margin-top: -5px;
	margin-bottom: 25px;
	box-shadow: 0 7px 12px rgba(0,0,0,0.4);
}

.select #title {
	padding-top: 5px;
	text-align: center;
	background-color: #f1be03;
}

[id^="default-"] div {
	float: left;
	width: 25%;
}

[id^="default-"] div p:nth-child(1) {
	position: relative;
	height: 64px;
	background-size: cover;
	box-shadow: 0 0 2px 1px #000 inset;
}

[id^="default-"] div p:nth-child(1) span{
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 3px #000;
}

[id^="default-"] div p:nth-child(2) {
	text-align: center;
	font-weight: bold;
}

.attribute-type {
	display: flex;
}

.attribute-type div {
	flex: 1;
	position: relative;
	height: 60px;
	background-color: #999;
	box-shadow: 0 0 2px 1px #000 inset;
	cursor: pointer;
	overflow: hidden;
}

.attribute-type div:hover {
	background-color: #f1be03;
}

.attribute-type div span {
	position: absolute;
	padding: 2px 0 2px 10px;
	left: -10px;
	bottom: 4px;
	width: 140%;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	background-color: rgba(50, 50, 50, 0.9);
	transform: rotate(20deg);
}

.attribute-type div .star-icon {
	position: absolute;
	width: 100%;
	background-size: cover;
}

.attribute-type div .star-name {
	position: absolute;
	padding: 2px;
	bottom: 0;
	width: 100%;
	height: 18px;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	color: #FFF;
	background-color: rgba(0, 0, 0, .5);
}

.attribute-type .tap:before {
	position: absolute;
	content: "";
	top: 4px;
	right: -6px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/tst/Public/images/icon_tap_black.png");
	transform: rotateZ(10deg);
}

.attribute-type .long:before {
	position: absolute;
	content: "";
	top: 4px;
	right: -6px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/tst/Public/images/icon_long_black.png");
	transform: rotateZ(10deg);
}

.attribute-type .slide:before {
	position: absolute;
	content: "";
	top: 4px;
	right: -6px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/tst/Public/images/icon_slide_black.png");
	transform: rotateZ(10deg);
}

.attribute-type .flick:before {
	position: absolute;
	content: "";
	top: 4px;
	right: -6px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/tst/Public/images/icon_flick_black.png");
	transform: rotateZ(10deg);
}

#skill_setting {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

#skill_setting p span {
	padding: 2px;
}

#skill_setting img {
	margin-right: 5px;
	height: 25px;
}

#skill_setting .cooldown {
	margin-right: 5px;
}

#skill_setting .tap,
#skill_setting .long,
#skill_setting .slide,
#skill_setting .flick {
	display: flex;
	position: relative;
	padding: 5px;
	line-height: 25px;
}

#skill_setting .tap {
}

#btn-reset {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

#btn-reset:active {
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-panel-mask {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

#select-star-panel {
	position: absolute;
	display: none;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 455px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 6px 0px #000;
}

#select-star-panel h3 {
	margin: 0 5px;
	color: #f1be03;
	letter-spacing: 5px;
}

#select-star-panel h3 span {
	float: right;
	font-size: larger;
	cursor: pointer;
}

#select-star-panel h3 span:hover {
	text-shadow: 0 0 5px #FFF;
}

#select-star-panel #select-btn-area {
	margin-right: 20px;
}

#select-star-panel #select-btn-area ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 130px;
}

#select-star-panel #select-btn-area #star-filte {
	margin: 5px;
}

#select-star-panel #select-btn-area #star-filte input {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

#select-star-panel #select-btn-vocal {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #337ab7;
	border-bottom: solid 2px #284a67;
}

#select-star-panel #select-btn-vocal:active {
	border-bottom: solid 2px #337ab7;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-star-panel #select-btn-dancer {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #d9534f;
	border-bottom: solid 2px #9a322f;
}

#select-star-panel #select-btn-dancer:active {
	border-bottom: solid 2px #d9534f;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-star-panel #select-btn-session {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #5cb85c;
	border-bottom: solid 2px #264e26;
}

#select-star-panel #select-btn-session:active {
	border-bottom: solid 2px #5cb85c;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-star-panel #select-btn-area .star-class {
	margin: 0 5px 5px 0;
	padding: 2px 10px;
	color: #2f2402;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

#select-star-panel #select-btn-area .star-class:nth-child(3n) {
	margin-right: 0;
}

#select-star-panel #select-btn-area .star-class:active {
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-star-panel #select-btn-area #select-btn-leader {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

#select-star-panel #select-btn-area #select-btn-leader:active {
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-star-panel .star-list {
	padding: 5px 6px 0 5px;
	width: 100%;
	height: 400px;
	overflow-y: auto;
}

#select-star-panel .star-list::-webkit-scrollbar {
	width: 10px;
}

#select-star-panel .star-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(241, 190, 3, 0.3);
}

#select-star-panel .star-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(241, 190, 3, 0.8);
}

#select-star-panel .star-list .star-panel {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	width: calc((100% - 50px) / 6);
	height: calc((100% - 20px) / 3);
	border: 1px solid;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #2f2f2f;
	border-radius: 5px;
	cursor: pointer;
}

#select-star-panel .star-list .star-panel:hover {
	background-color: rgba(255, 255, 255, .4);
	box-shadow: 0 0 5px #fff;
}

#select-star-panel .star-list .star-panel:nth-child(6n) {
	margin: 0;
}

#select-star-panel .star-panel .star-info {
	position: absolute;
	padding: 4px 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

#select-star-panel .star-panel .star-info .star-class {
	height: 16px;
}

#select-star-panel .star-attribute {
	margin-top: 5px;
	margin-left: 6px;
	height: 25px;
}

.song-setting-panel {
	position: relative;
	margin: 0 0 0 30px;
	height: 110px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	cursor: pointer;
}

.song-setting-panel .song-cover {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 80px;
	transform: translateY(-50%);	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.8);
}

.song-setting-panel .song-info {
	padding: 10px 15px 10px 60px;
	font-size: 12px;
}

.song-setting-panel .song-info .title {
	margin-bottom: 8px;
	font-weight: bold;
}

.song-setting-panel .song-info .sub_title {
	display: none;
}

.song-setting-panel .song-info .composer {
	margin-bottom: 8px;
	font-weight: bold;
	color: #666;
}

.song-setting-panel .song-info .other {
	margin-bottom: 8px;
	color: #999;
}

.song-setting-panel .song-info .composer font,
.song-setting-panel .song-info .other font {
	float: right;
	font-weight: initial;
}

.song-setting-panel .song-info .composer font {
}

.skill-setting-panel {
	position: relative;
	margin: 24px 0 0 0;
	height: 90px;
	user-select:none;
}

.skill-setting-panel .skill-icon {
	float: left;
	width: 70px;
}

.skill-setting-panel .skill-icon img {
	width: 100%;
}

.skill-setting-panel .skill-info {
	float: right;
	width: calc(100% - 80px);
}

.skill-setting-panel .skill-info .name {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #673d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
	cursor: unset;
}

.skill-setting-panel .skill-info .setting-level {
	display: flex;
	justify-content: space-between;
}

.skill-setting-panel .skill-info .setting-level .level {
	display: inline-block;
	padding: 5px 10px;
	width: 110px;
	color: #673d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
	cursor: unset;
}

.skill-setting-panel .skill-info .setting-level .minus {
	padding: 5px 10px;
	color: #d27d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

.skill-setting-panel .skill-info .setting-level .minus:active {
	color: #6b4610;
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.skill-setting-panel .skill-info .setting-level .minus i,
.skill-setting-panel .skill-info .setting-level .minus svg {
	transform: rotate(180deg);
}

.skill-setting-panel .skill-info .setting-level .plus {
	padding: 5px 10px;
	color: #d27d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

.skill-setting-panel .skill-info .setting-level .plus:active {
	color: #6b4610;
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-song-panel {
	position: absolute;
	display: none;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 455px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 6px 0px #000;
}

#select-song-panel h3 {
	margin: 0 5px;
	color: #f1be03;
	letter-spacing: 5px;
}

#select-song-panel h3 span {
	float: right;
	font-size: larger;
	cursor: pointer;
}

#select-song-panel h3 span:hover {
	text-shadow: 0 0 5px #FFF;
}

#select-song-panel #select-btn-area {
	margin-right: 20px;
}

#select-song-panel #select-btn-area ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 130px;
}

#select-song-panel #select-btn-area #song-filter {
	margin: 5px;
	margin-bottom: 10px;
	width: 95%;
	text-align: center;
}

#select-song-panel #select-btn-vocal {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #337ab7;
	border-bottom: solid 2px #284a67;
}

#select-song-panel #select-btn-vocal:active {
	border-bottom: solid 2px #337ab7;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-song-panel #select-btn-dancer {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #d9534f;
	border-bottom: solid 2px #9a322f;
}

#select-song-panel #select-btn-dancer:active {
	border-bottom: solid 2px #d9534f;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-song-panel #select-btn-session {
	display: block;
	margin: 5px;
	padding: 5px 15px;
	color: #FFF;
	text-align: center;
	background-color: #5cb85c;
	border-bottom: solid 2px #264e26;
}

#select-song-panel #select-btn-session:active {
	border-bottom: solid 2px #5cb85c;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#select-song-panel .song-list {
	padding: 5px 6px 0 5px;
	width: 100%;
	height: 400px;
	overflow-y: auto;
}

#select-song-panel .song-list::-webkit-scrollbar {
	width: 10px;
}

#select-song-panel .song-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(241, 190, 3, 0.3);
}

#select-song-panel .song-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(241, 190, 3, 0.8);
}

#select-song-panel .song-list .song-panel:hover {
	background-color: rgba(255, 255, 255, .4);
	box-shadow: 0 0 5px #fff;
}

#select-song-panel .song-list .song-panel:nth-child(6n) {
	margin: 0;
}

#select-song-panel .adventure-song-cover {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: calc((100% - 50px) / 6);
	height: 95px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
	background-size: cover;
	border: 1px solid #404040;
	border-radius: 4px;
	cursor: pointer;
}

.pointer-events {
	-webkit-filter: grayscale(.95);
	pointer-events: none;
}