/*-----------------------------------
	background
-----------------------------------*/
.gamepad-background
{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	transform-origin: left top;
}
.gamepad-disconnected
{
	background-image: url("../layout/preset/disconnected.png");
	background-color: #fff;
/*	background-size: 100% 100%;*/
	opacity: 1;
	transition-property: visibility, opacity;
	transition-duration: 0.4s;
	transition-timing-function: linear;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 40;
	visibility: visible;
}
.gamepad-disconnected.gamepad-connected
{
	opacity: 0;
	visibility: hidden;
}

.gamepad-area-background
{
	background-image: url("../layout/preset/background.png");
	background-size: 100% 100%;
	width: 500px;
	height: 250px;
	left: 0;
	top: 0;
	position: static;
}

/*-----------------------------------
	buttons
-----------------------------------*/
.button
{
	width: 60px;
	height: 60px;
}
.button-released
{
	background-image: url("../layout/preset/button-released.png");
}
.button-pressed
{
	background-image: url("../layout/preset/button-pressed.png");
}
.button-setup
{
	animation: keyframes-animation 1s linear infinite;
	-webkit-animation: webkit-keyframes-animation 1s linear infinite;
/*	background: url("pic/button-setup.png");
	width: 60px;
	height: 60px;*/
}
.button0
{
	left: 250px;
	top: 115px;
}
.button1
{
	left: 310px;
	top: 85px;
}
.button2
{
	left: 375px;
	top: 85px;
}
.button3
{
	left: 440px;
	top: 85px;
}
.button4
{
	left: 240px;
	top: 185px;
}
.button5
{
	left: 300px;
	top: 155px;
}
.button6
{
	left: 365px;
	top: 155px;
}
.button7
{
	left: 430px;
	top: 155px;
}
.button8
{
	left: 390px;
	top: 30px;
	width: 40px;
	height: 40px;
}
.button9
{
	left: 440px;
	top: 30px;
	width: 40px;
	height: 40px;
}

.button
{
	transform: translate(-50%,-50%);
	background-size: 100% 100%;
	position: absolute;
}

/*-----------------------------------
	stick
-----------------------------------*/
.stick-area /* Stick Part Area */
{
	background-image: url("../layout/preset/stick-back.png");
	background-size: 100% 100%;
	width: 250px;
	height: 250px;
	left: 110px;
	top: 125px;

	background-size: 150px 150px;
	position: absolute;
	transform: translate(-50%, -50%);
}
[class="stick"]{
	background-image: url("../layout/preset/stick-center.png");
	background-size: 100% 100%;
	width: 150px;
	height: 150px;
	left: calc(50% - (150px / 2));
	top: calc(50% - (150px / 2));
}
.stick:not([class="stick"])
{
	background-image: url("../layout/preset/stick-up.png");
	background-size: 100% 100%;
	width: 150px;
	height: 150px;
	left: calc(50% - (150px / 2));
	top: calc(50% - (150px / 2));
}
.stick.stick-up
{
	transform: rotate(0deg);
}
.stick.stick-down
{
	transform: rotate(180deg);
}
.stick.stick-left
{
	transform: rotate(270deg);
}
.stick.stick-right
{
	transform: rotate(90deg);
}
.stick.stick-up.stick-left
{
	transform: rotate(315deg);
}
.stick.stick-up.stick-right
{
	transform: rotate(45deg);
}
.stick.stick-down.stick-left
{
	transform: rotate(225deg);
}
.stick.stick-down.stick-right
{
	transform: rotate(135deg);
}
.stick
{
	background-size: 100% 100%;
	position: absolute;
}

/*-----------------------------------
	stick setup sign
-----------------------------------*/
.stick-setup
{
	background-image: url("../layout/preset/stick-setup.png");
	background-size: 100% 100%;
	animation: keyframes-animation 1s linear infinite;
	-webkit-animation: webkit-keyframes-animation 1s linear infinite;
}
.stick-block
{
	width: 60px;
	height: 60px;
	left: calc(50% - (60px / 2));
	top: calc(50% - (60px / 2));

	background-size: 100%;
	position: absolute;
}
.stick-block.stick-up
{
	transform: rotate(0deg) translateY(-60px);
}
.stick-block.stick-down
{
	transform: rotate(180deg) translateY(-60px);
}
.stick-block.stick-left
{
	transform: rotate(270deg) translateY(-60px);
}
.stick-block.stick-right
{
	transform: rotate(90deg) translateY(-60px);
}

/*-----------------------------------
	input list
-----------------------------------*/

.inputlist
{
	position: relative;
	margin-top: -14px;
}
.inputlistchild
{
	height: 30px;
}
.inputlistchildalign
{
	position: absolute;
	margin-left: 30px;
}
.inputlistelement
{
	width: 30px;
	height: 30px;
	background-image: url("../layout/inputhistory/input-select.png");
	background-size: 100% 100%;
	float: left;
}
.inputlistelement.inputarrow
{
	background-image: url("../layout/inputhistory/btn-up.png");
	float: none;
	margin-left: -30px;
}
.inputlistelement.inputlistelement1
{
	background-image: url("../layout/inputhistory/btn-1.png");
}
.inputlistelement.inputlistelement2
{
	background-image: url("../layout/inputhistory/btn-2.png");
}
.inputlistelement.inputlistelement3
{
	background-image: url("../layout/inputhistory/btn-3.png");
}
.inputlistelement.inputlistelement4
{
	background-image: url("../layout/inputhistory/btn-4.png");
}
.inputlistelement.inputlistelement5
{
	background-image: url("../layout/inputhistory/btn-5.png");
}
.inputlistelement.inputlistelement6
{
	background-image: url("../layout/inputhistory/btn-6.png");
}
.inputlistelement.inputlistelement7
{
	background-image: url("../layout/inputhistory/btn-7.png");
}
.inputlistelement.inputlistelement8
{
	background-image: url("../layout/inputhistory/btn-8.png");
}
.inputlistelement.inputlistelement9
{
	background-image: url("../layout/inputhistory/btn-9.png");
}
.inputlistelement.inputlistelement10
{
	background-image: url("../layout/inputhistory/btn-10.png");
}
.inputlistelement.inputlistelement11
{
	background-image: url("../layout/inputhistory/btn-11.png");
}
.inputlistelement.inputlistelement12
{
	background-image: url("../layout/inputhistory/btn-12.png");
}
.inputlistelement.inputlistelement13
{
	background-image: url("../layout/inputhistory/btn-13.png");
}
.inputlistelement.inputlistelement14
{
	background-image: url("../layout/inputhistory/btn-14.png");
}
.inputlistelement.inputlistelement15
{
	background-image: url("../layout/inputhistory/btn-15.png");
}
.inputlistelement.inputlistelement16
{
	background-image: url("../layout/inputhistory/btn-16.png");
}
.inputlistelement.inputlistelement17
{
	background-image: url("../layout/inputhistory/btn-17.png");
}
.inputlistelement.inputlistelement18
{
	background-image: url("../layout/inputhistory/btn-18.png");
}
.inputlistelement.inputlistelement19
{
	background-image: url("../layout/inputhistory/btn-19.png");
}
.inputlistelement.inputlistelement20
{
	background-image: url("../layout/inputhistory/btn-20.png");
}

.inputlistchild.tekken .inputlistelement.inputarrow
{
	background-image: url("../layout/inputhistorytekken/btn-up.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1
{
	background-image: url("../layout/inputhistorytekken/btn-1.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement2
{
	background-image: url("../layout/inputhistorytekken/btn-2.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement3
{
	background-image: url("../layout/inputhistorytekken/btn-3.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement4
{
	background-image: url("../layout/inputhistorytekken/btn-4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-2
{
	background-image: url("../layout/inputhistorytekken/btn-1+2.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-2-3
{
	background-image: url("../layout/inputhistorytekken/btn-1+2+3.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-2-3-4
{
	background-image: url("../layout/inputhistorytekken/btn-1+2+3+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-2-4
{
	background-image: url("../layout/inputhistorytekken/btn-1+2+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-3
{
	background-image: url("../layout/inputhistorytekken/btn-1+3.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-3-4
{
	background-image: url("../layout/inputhistorytekken/btn-1+3+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement1-4
{
	background-image: url("../layout/inputhistorytekken/btn-1+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement2-3
{
	background-image: url("../layout/inputhistorytekken/btn-2+3.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement2-3-4
{
	background-image: url("../layout/inputhistorytekken/btn-2+3+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement2-4
{
	background-image: url("../layout/inputhistorytekken/btn-2+4.png");
}
.inputlistchild.tekken .inputlistelement.inputlistelement3-4
{
	background-image: url("../layout/inputhistorytekken/btn-3+4.png");
}

.inputlistelement.inputlistelement1001
{
}
.inputlistelement.inputlistelement1002
{
	transform: rotate(180deg);
}
.inputlistelement.inputlistelement1003
{
	transform: rotate(270deg);
}
.inputlistelement.inputlistelement1004
{
	transform: rotate(90deg);
}
.inputlistelement.inputlistelement1005
{
	transform: rotate(315deg);
}
.inputlistelement.inputlistelement1006
{
	transform: rotate(225deg);
}
.inputlistelement.inputlistelement1007
{
	transform: rotate(45deg);
}
.inputlistelement.inputlistelement1008
{
	transform: rotate(135deg);
}

.inputlist.horizontal
{
	height: calc(30px * 10);
	white-space: nowrap;
	display: inline-block;
	margin-top: 0;
}

.inputlist.horizontal.hide
{
	display: none;
}

.horizontal .inputlistchild
{
	height: 100%;
	width: 30px;
	display: inline-flex;
	position: relative;
	float: right;
}
.horizontal .inputlistchildalign
{
	bottom: 0px;
	margin-left: initial;
	margin-bottom: 30px;
}
.horizontal .inputlistelement
{
	float: none;
}
.horizontal .inputlistelement.inputarrow
{
	margin-left: initial;
	margin-bottom: -30px;
}

.horizontal.up .inputlistchildalign
{
	top: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.horizontal.up .inputlistelement.inputarrow
{
	position: absolute;
	top: -30px;
}

/*-----------------------------------
	z order
-----------------------------------*/
.gamepad-background
{
	z-index: 0;
}
.gamepad-area-background
{
	z-index: 1;
}
.stick-area
{
	z-index: 2;
}
.stick
{
	z-index: 20;
}
.stick-block
{
	z-index: 30;
}
.button
{
	z-index: 10;
}

/*-----------------------------------
	general
-----------------------------------*/
body
{
	background-color: rgba(0,0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #258;
}

.hide
{
	display: none;
}
.show
{
	display: block;
}

#gamepad0, #gamepad0 *
{
	background-repeat: no-repeat;
	background-position: center;
}

#inputarea *
{
	margin: 2px;
	padding: 2px;
	vertical-align: middle;
}
input[type=text], input[type=number], select
{
	border: 2px solid #bdf;
	border-radius: 10px;
	box-shadow: inset 0px 3px 2px -1px rgba(0, 0, 0, .2);
	color: #258;
	background: #def;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;

	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
input[type=number]
{
	text-align: center;
	padding-right: 5px !important;
}
input[type=text]:disabled, input[type=number]:disabled, button:disabled,
.inputfilenamepath.disabled, fieldset:disabled .inputfilenamepath, select:disabled
{
	color: #789;
	background: #bcd;
}
textarea:focus, input:focus, button:focus, select:focus
{
    outline: none;
}
button
{
	border: 1px outset rgba(150, 200, 255, .5);
	border-radius: 9px;
	background-color: #def;
	color: #36c;
	cursor: pointer;
	margin: 2px !important;
	padding: 4px !important;
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, .3);
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
button:hover:not(:disabled)
{
	background-color: #adf;
}
button:active
{
	border: 1px inset rgba(100,150,250,.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .3) inset;
	transform: translate(1px,1px);
}
button:disabled
{
	cursor:default;
}
select
{
	height: auto;
}

.radiobutton:disabled + label, .checkboxbutton:disabled + label
{
	cursor: default;
}
.radiolabel, .checkboxlabel
{
	cursor: pointer;
	position: relative;
	padding-left: 20px !important;
	margin: 2px 5px 2px 8px !important;
	font-size: 12px;
	line-height: 20px;
}
.radiobutton
{
	display: none;
}
.radiolabel:before, .checkboxlabel:before
{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	text-align: center;
	color: #def;
	background-color: #def;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 0px 0px 1px #bdf;

	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.radiolabel:before
{
	border-radius: 8px;
	content: "\2022";
	font-size: 30px;
	line-height: 18px;
}
.radiobutton:checked + label:before
{
	color: #58a;
}
.radiobutton:disabled + label:before, .checkboxbutton:disabled + label:before
{
	color: #bcd;
	background: #bcd;
}
.radiobutton:disabled:checked + label:before, .checkboxbutton:disabled:checked + label:before
{
	color: #789;
}

.checkboxbutton
{
	display: none;
}
.checkboxlabel:before
{
	border-radius: 3px;
	content: "\2713";
	font-size: 15px;
	line-height: 15px;
}
.checkboxbutton:checked + label:before
{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	color: #58a;
}

fieldset
{
	border: 1px solid #cde;
	border-radius: 20px;
	border-width: 4px 1px;
}

form
{
	margin: 0 !important;
	padding: 0 !important;
}
::-webkit-input-placeholder
{
	color: #9be;
}
::-moz-placeholder
{
    color: #9be;
}
.inputfilenamepath
{
	float: left;
	height: 15px;
	line-height: 16px;
	border: 2px solid #bdf !important;
	border-right-width: 0px !important;
	border-radius: 10px 0 0 10px !important;
	box-shadow: inset 0px 3px 2px -1px rgba(0, 0, 0, .2);
	margin-right: 0 !important;
	padding-right: 0 !important;
	background-color: #def;

	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.inputfilename
{
	float: left;
	width: 255px;
	border-left-width: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: 0 !important;
	padding-left: 2px !important;
}
.inputnumber, .inputnumberbutton, .inputnumberbuttonvalue
{
	width: 70px;
}
.inputnumbervalue
{
	width: 60px;
}
.userspecificname
{
	width: 80px;
	float: left;
	line-height: 21px;
}
.checkboxbutton
{
	vertical-align: middle;
	margin: 6px !important;
}
.custombuttonsizelabel
{
	padding: 0 !important;
    margin: 0 !important;
}
.customlayoutfilenamelabel
{
	width: 90px !important;
	float: left;
	line-height: 21px;
}
.buttonimagelabel
{
	width: 45px !important;
	float: left;
	line-height: 19px;
}

.border1
{
	border: 1px solid #c0c0c0;
	padding: 3px !important;
}

legend
{
	margin: 2px 2px 2px 10px !important;
}

.titletext
{
	font-size: 18px;
	font-weight: bold;
	margin: 15px !important;
	padding: 0 !important;
}

.invisiblefieldset
{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#inputhistorytekkenbtn.pressing
{
	background-color: #5ff;
}

a:link, a:visited
{
	color: #28e;
	text-decoration: none;
}
a:hover, a:active
{
	color: #4af;
	text-decoration: underline;
}

/*-----------------------------------
	tooltip
-----------------------------------*/

.tooltip
{
    position: relative;
    display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}
.tooltip .tooltiptext
{
	background-color: #ffc !important;
	color: #852 !important;
	font: normal 12px Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	border-radius: 6px !important;
	padding: 5px 5px !important;
	border: 1px solid #dc7 !important;
	position: absolute;
	z-index: 100;

	visibility: hidden;
	opacity: 0;
	transition-property: visibility, opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.tooltip:hover .tooltiptext:not(.tooltiptextassignbutton), .tooltip .tooltiptext.active
{
	visibility: visible;
	opacity: 0.8;
}
.tooltip:hover .tooltiptext:hover
{
	visibility: hidden;
	opacity: 0;
}
.tooltip .tooltiptext.tooltiptextuserspecific
{
	width: 260px;
	bottom: 100%;
	left: 50%;
	margin-left: -130px !important;
}
.tooltip .tooltiptext.tooltiptextsavefile
{
	width: 260px;
	bottom: 100%;
	left: 50%;
	margin-left: -130px !important;
}
.tooltip .tooltiptext.tooltiptextimagefile
{
	width: 300px;
	bottom: 100%;
	left: 50%;
	margin-left: -150px !important;
}
.tooltip .tooltiptext.tooltiptextlink
{
	width: 500px;
	bottom: 100%;
	left: 50%;
	margin-left: -250px !important;
}
.tooltip .tooltiptext.tooltiptextassignbutton
{
	width: 150px;
	top: 0%;
	left: 50%;
	margin-left: -75px !important;
}
.tooltiptextholdaxis:after
{
	content: '(Hold axis for 1 sec)';
	display: inline-block;
}
.tooltip .tooltiptext.tooltiptexttitle
{
	width: 500px;
	bottom: 100%;
	left: 145%;
	margin-left: -250px !important;
}

/*-----------------------------------
	dropdown
-----------------------------------*/

.dropdown
{
	opacity: 0;
	max-height : 0px;
	visibility: hidden;
	transition-property: visibility, max-height, opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}
.dropdown.dropdownopen
{
	opacity: 1;
	max-height: 100px;
	visibility: inherit;
}

/*-----------------------------------
	tabs
-----------------------------------*/

.tabs>li>input[type="radio"]
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabs
{
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 75px auto;
}
.tab-topline
{
	border-top: 1px solid #9cf;
	top: 39px;
	width: 100%;
	z-index: 2;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
}
.tabs>li
{
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.tabs>li>label
{
	z-index: 3;
	float: left;
	padding: 10px 20px !important;
	margin: 0 0 0 -1px !important;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-radius: 10px 10px 0 0;
	border-color: #9cf;
	background-color: #fff;
	color: #adf;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	position: relative;
	top: 1px;
	left: 1px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[id^="tab"]:not(:checked) + label:hover
{
	background: #fff;
	color: #09c;
	top: 0;
	left: 0;
	z-index: 5;
	box-shadow: 4px 0px 2px -1px rgba(0, 0, 0, .2);
}
[id^="tab"]:checked + label
{
	background: #fff;
	border-color: #9cf;
	color: #09c;
	top: 0;
	left: 0;
	z-index: 4;
	box-shadow: 4px 0px 2px -1px rgba(0, 0, 0, .2);
}
[id^="tab"]:checked ~ [id^="tab-content"]
{
	visibility: visible;
	opacity: 1;
}
.tab-content
{
	visibility: hidden;
	opacity: 0;
	text-align: left;
	width: 100%;
	font-size: 12px;
	position: absolute;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	top: 39px;
	left: 0;
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
}

/*-----------------------------------
	onmousedown
-----------------------------------*/

.mousemove
{
	animation: keyframes-mousemove 1s linear infinite;
	-webkit-animation: webkit-keyframes-mousemove 1s linear infinite;
}
.mousemovestick
{
	animation: keyframes-mousemovestick 1s linear infinite;
	-webkit-animation: webkit-keyframes-mousemovestick 1s linear infinite;
	background-color: #cc0;
}

.setbuttonvalue:not(.mousemove):not(.button-setup)
{
	animation: keyframes-setbuttonvalue 2s linear 1;
	-webkit-animation: webkit-keyframes-setbuttonvalue 2s linear 1;
}

#container.customlayout .no-img>.button-setup.no-img,
#container.customlayout .no-img>.mousemove.no-img {
	background-color: rgba(200,200,0,.5);
}

/*-----------------------------------
	animation
-----------------------------------*/

@keyframes keyframes-setbuttonvalue
{
	0%	{box-shadow: 0 0 20px 0 #ff0, 0 0 20px 0 #ff0 inset;}
	17%	{box-shadow: 0 0 10px 0 #0f0, 0 0 10px 0 #0f0 inset;}
	33%	{box-shadow: 0 0 20px 0 #0ff, 0 0 20px 0 #0ff inset;}
	50%	{box-shadow: 0 0 10px 0 #00f, 0 0 10px 0 #00f inset;}
	67%	{box-shadow: 0 0 20px 0 #f0f, 0 0 20px 0 #f0f inset;}
	83%	{box-shadow: 0 0 10px 0 #f00, 0 0 10px 0 #f00 inset;}
	100%{box-shadow: 0 0 20px 0 rgba(255,255,0,0), 0 0 20px 0 rgba(255,255,0,0) inset;}
}
@keyframes webkit-keyframes-setbuttonvalue
{
	0%	{box-shadow: 0 0 20px 0 #ff0, 0 0 20px 0 #ff0 inset;}
	17%	{box-shadow: 0 0 10px 0 #0f0, 0 0 10px 0 #0f0 inset;}
	33%	{box-shadow: 0 0 20px 0 #0ff, 0 0 20px 0 #0ff inset;}
	50%	{box-shadow: 0 0 10px 0 #00f, 0 0 10px 0 #00f inset;}
	67%	{box-shadow: 0 0 20px 0 #f0f, 0 0 20px 0 #f0f inset;}
	83%	{box-shadow: 0 0 10px 0 #f00, 0 0 10px 0 #f00 inset;}
	100%{box-shadow: 0 0 20px 0 rgba(255,255,0,0), 0 0 20px 0 rgba(255,255,0,0) inset;}
}

@keyframes keyframes-mousemove
{
	0%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(0deg);}
	25%	{filter: drop-shadow(0px 0px 10px #050) hue-rotate(90deg) brightness(2) sepia(.5);}
	50%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(180deg);}
	75%	{filter: drop-shadow(0px 0px 10px #050) hue-rotate(270deg) brightness(2) sepia(.5);}
	100%{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(359deg);}
}
@-webkit-keyframes webkit-keyframes-mousemove
{
	0%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(0deg);}
	25%	{-webkit-filter: drop-shadow(0px 0px 10px #050) hue-rotate(90deg) brightness(2) sepia(.5);}
	50%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(180deg);}
	75%	{-webkit-filter: drop-shadow(0px 0px 10px #050) hue-rotate(270deg) brightness(2) sepia(.5);}
	100%{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(359deg);}
}

@keyframes keyframes-mousemovestick
{
	0%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(0deg) opacity(0.5);}
	25%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(90deg) opacity(0.5);}
	50%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(180deg) opacity(0.5);}
	75%	{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(270deg) opacity(0.5);}
	100%{filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(359deg) opacity(0.5);}
}
@-webkit-keyframes webkit-keyframes-mousemovestick
{
	0%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(0deg) opacity(0.5);}
	25%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(90deg) opacity(0.8);}
	50%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(180deg) opacity(0.5);}
	75%	{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(270deg) opacity(0.8);}
	100%{-webkit-filter: drop-shadow(0px 0px 10px #cc0) hue-rotate(359deg) opacity(0.5);}
}

@keyframes keyframes-animation
{
	0%	{filter: drop-shadow(0px 0px 10px red) hue-rotate(0deg);}
	25%	{filter: drop-shadow(0px 0px 10px red) hue-rotate(90deg) brightness(1.5) sepia(.5);}
	50%	{filter: drop-shadow(0px 0px 10px red) hue-rotate(180deg);}
	75%	{filter: drop-shadow(0px 0px 10px red) hue-rotate(270deg) brightness(1.5) sepia(.5);}
	100%{filter: drop-shadow(0px 0px 10px red) hue-rotate(359deg);}
}
@-webkit-keyframes webkit-keyframes-animation
{
	0%	{-webkit-filter: drop-shadow(0px 0px 10px red) hue-rotate(0deg);}
	25%	{-webkit-filter: drop-shadow(0px 0px 10px red) hue-rotate(90deg) brightness(1.5) sepia(.5);}
	50%	{-webkit-filter: drop-shadow(0px 0px 10px red) hue-rotate(180deg);}
	75%	{-webkit-filter: drop-shadow(0px 0px 10px red) hue-rotate(270deg) brightness(1.5) sepia(.5);}
	100%{-webkit-filter: drop-shadow(0px 0px 10px red) hue-rotate(359deg);}
}