/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* 正式デザインに id=content があったので、こちらで作成したものからは抑制 */
/* #header , #content, #foot {
#header, #foot {
    opacity: 0.4;
}
*/

#loading{
    position:absolute;
    left:50%;
    top:40%; 
    margin-left:-75px;
    z-index:10;
    width:150px;
    height:150px;
}

.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*400,700*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,900);
/*---------------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'BebasNeue';
  src: url(/assets/bebasneue-webfont-9221083672eaf532270905bbfec6b33d739a7f3de9a464803d88ecd570c32839.eot);
  src: url(/assets/bebasneue-webfont-9221083672eaf532270905bbfec6b33d739a7f3de9a464803d88ecd570c32839.eot?#iefix) format("embedded-opentype"), url(/assets/bebasneue-webfont-1ca2c7b450fa72d1d8c1736ec108ab6f309a25d7350da68495903c1bf6c5cd42.ttf) format("truetype"), url(/assets/bebasneue-webfont-e19db162574521a5dbd45b2b5764bacc719c436e28722bc2f9bda448bbfdf56d.woff) format("woff"), url(/assets/bebasneue-webfont-cc0a72e1d0e49cbdb2224e2451bde40403056fa8642ed8c37e11b6cceb61f5df.svg#webfont) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: 'iconFont';
  src: url(/assets/icon-e5a82e87e95c0c9b5ccb3417ef435aeb0d0abda178e55469089fb844e8d13233.eot?e38nqr);
  src: url(/assets/icon-e5a82e87e95c0c9b5ccb3417ef435aeb0d0abda178e55469089fb844e8d13233.eot?e38nqr#iefix) format("embedded-opentype"), url(/assets/icon-d647adee93c771d2d9573d4845429ba6af8e1f2f3c45372b1ed3fe7fcf526acd.ttf?e38nqr) format("truetype"), url(/assets/icon-35200ea154f2a81f009ec4013e49efc75f3ead8e9fa82fc8998556ff77aa5cb7.woff?e38nqr) format("woff"), url(/assets/icon-460ee2d30688c2521a9ef5cd5b45bc5d33815f5a4d4eb684982e8b6ce502264a.svg?e38nqr#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 20, app/assets/stylesheets/xing/play/style.css.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'iconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, app/assets/stylesheets/xing/play/style.css.scss */
.icon-close:before {
  content: "\e90b";
}

/* line 35, app/assets/stylesheets/xing/play/style.css.scss */
.icon-menu:before {
  content: "\e90a";
}

/* line 38, app/assets/stylesheets/xing/play/style.css.scss */
.icon-musicalnote:before {
  content: "\e909";
}

/* line 41, app/assets/stylesheets/xing/play/style.css.scss */
.icon-backtime:before {
  content: "\e904";
}

/* line 44, app/assets/stylesheets/xing/play/style.css.scss */
.icon-cog:before {
  content: "\e905";
}

/* line 47, app/assets/stylesheets/xing/play/style.css.scss */
.icon-guitar:before {
  content: "\e906";
}

/* line 50, app/assets/stylesheets/xing/play/style.css.scss */
.icon-music:before {
  content: "\e907";
}

/* line 53, app/assets/stylesheets/xing/play/style.css.scss */
.icon-user:before {
  content: "\e908";
}

/* line 56, app/assets/stylesheets/xing/play/style.css.scss */
.icon-glass:before {
  content: "\e901";
}

/* line 59, app/assets/stylesheets/xing/play/style.css.scss */
.icon-help:before {
  content: "\e900";
}

/* line 62, app/assets/stylesheets/xing/play/style.css.scss */
.icon-checkmark:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/xing/play/style.css.scss */
.icon-facebook:before {
  content: "\e902";
}

/* line 68, app/assets/stylesheets/xing/play/style.css.scss */
.icon-twitter:before {
  content: "\e903";
}

/*400,700*/
/*---------------------------------------------------------------
	reset
-------------------------------------------------------------- */
/* line 75, app/assets/stylesheets/xing/play/style.css.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, figure, figcaption, a, abbr, address, cite, code, del, dfn, em, font, img, video, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
}

/*---------------------------------------------------------------
	Common
-------------------------------------------------------------- */
/* line 89, app/assets/stylesheets/xing/play/style.css.scss */
html {
  overflow-y: scroll;
}

/* line 92, app/assets/stylesheets/xing/play/style.css.scss */
body {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.42857;
  background: #dbdbdb;
  min-width: 1280px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 102, app/assets/stylesheets/xing/play/style.css.scss */
:hover, :focus, :active {
  outline: 0;
}

/* line 105, app/assets/stylesheets/xing/play/style.css.scss */
a {
  color: #000;
}

/* line 108, app/assets/stylesheets/xing/play/style.css.scss */
em {
  font-style: italic;
}

/* line 111, app/assets/stylesheets/xing/play/style.css.scss */
img {
  vertical-align: top;
}

/* line 114, app/assets/stylesheets/xing/play/style.css.scss */
strong {
  font-weight: bold;
}

/* line 117, app/assets/stylesheets/xing/play/style.css.scss */
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 125, app/assets/stylesheets/xing/play/style.css.scss */
input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

/* line 131, app/assets/stylesheets/xing/play/style.css.scss */
input[type='text'],
input[type='search'],
input[type='url'],
input[type='email'],
input[type='telephone'],
input[type='password'],
input,
button,
select,
textarea {
  display: inline-block;
  box-shadow: 0 0 0 0 transparent;
  box-sizing: border-box;
  background: transparent;
}

/*---------------------------------------------------------------
	Header & Footer
-------------------------------------------------------------- */
/* line 149, app/assets/stylesheets/xing/play/style.css.scss */
header,
footer {
  position: fixed;
  width: 100%;
  z-index: 1;
}

/* line 154, app/assets/stylesheets/xing/play/style.css.scss */
header ul,
footer ul {
  list-style: none;
}

/* line 158, app/assets/stylesheets/xing/play/style.css.scss */
header {
  background: #fff;
  top: 0;
}

/* line 161, app/assets/stylesheets/xing/play/style.css.scss */
header .wrapper {
  min-width: 1280px;
}

/* line 163, app/assets/stylesheets/xing/play/style.css.scss */
header .brand {
  margin: 15px -98px 0 15px;
  float: left;
}

/* line 166, app/assets/stylesheets/xing/play/style.css.scss */
header .util {
  margin: 3px 0 3px 0;
  float: right;
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
}

/* line 172, app/assets/stylesheets/xing/play/style.css.scss */
header .util > .btn {
  display: table-cell;
  vertical-align: middle;
}

/* line 175, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns {
  white-space: nowrap;
  padding: 0 40px;
  border-radius: 2px;
  font-size: 168.75%;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
}

/* line 182, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.nvy {
  background: #35516e;
}

/* line 184, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.beg {
  background: #d4b17f;
}

/* line 186, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.current {
  position: relative;
}

/* line 188, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.current:before {
  content: '\e90c';
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  font-size: 15px;
  font-family: 'iconFont';
}

/* line 196, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.none {
  background: #dfe0e0;
}

/* line 198, app/assets/stylesheets/xing/play/style.css.scss */
header .util .btn.btns.none.current:before {
  content: '';
}

/* line 200, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li {
  margin-left: 10px;
  display: inline-block;
}

/* line 203, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li:first-child {
  margin-left: 5px;
}

/* line 205, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li a {
  color: #959595;
  font-size: 14px;
  font-weight: 700;
}

/* line 209, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li a .circle {
  padding: 5px 0;
  border: 3px solid #959595;
  display: inline-block;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
}

/* line 216, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li a .circle:before {
  position: relative;
  top: -1px;
  font-size: 16px;
  font-weight: 900;
}

/* line 221, app/assets/stylesheets/xing/play/style.css.scss */
header .util .primary_nav ul li a span {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  display: block;
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/xing/play/style.css.scss */
footer {
  color: #fff;
  padding: 15px 0;
  bottom: 0;
  background: rgba(57, 57, 57, 0.9);
}

/* line 233, app/assets/stylesheets/xing/play/style.css.scss */
footer .wrapper {
  min-width: 1280px;
  padding: 0 25px;
}

/* line 236, app/assets/stylesheets/xing/play/style.css.scss */
footer .ui-elements div.col {
  margin-left: 15px;
  float: left;
  height: 50px;
  vertical-align: middle;
}

/* line 241, app/assets/stylesheets/xing/play/style.css.scss */
footer .ui-elements div.col:last-of-type {
  float: right;
}

/* line 243, app/assets/stylesheets/xing/play/style.css.scss */
footer .ui-elements div.col:first-child {
  margin-left: 0;
}

/* line 245, app/assets/stylesheets/xing/play/style.css.scss */
footer .ui-elements div.col.line {
  margin-right: 15px;
  padding-right: 30px;
  border-right: 2px solid #707070;
}

/* line 249, app/assets/stylesheets/xing/play/style.css.scss */
footer #play-slider {
  width: 555px;
}

/* line 251, app/assets/stylesheets/xing/play/style.css.scss */
footer #play-slider .ui-slider-handle {
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
}

/* line 256, app/assets/stylesheets/xing/play/style.css.scss */
footer #play-slider .ui-slider-handle:after {
  content: '';
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background: #4eb9b9;
}

/* line 269, app/assets/stylesheets/xing/play/style.css.scss */
footer #play-slider .ui-slider-handle .ui-state-active {
  margin-top: -17px;
  margin-left: -17px;
  width: 34px;
  height: 34px;
}

/* line 275, app/assets/stylesheets/xing/play/style.css.scss */
.logo img {
  width: 65%;
  height: 65%;
  margin-top: -10px;
  margin-left: 0px;
}

/* line 282, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel {
  padding: 30px 0;
  border-radius: 10px;
  color: #fff;
  background: #525252;
  overflow: visible;
}

/* line 288, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel hr {
  margin: 0 20px;
  border: 0;
  height: 1px;
  background: #7d7d7d;
}

/* line 293, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .row {
  margin: 30px 0;
}

/* line 295, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .row:last-child {
  margin-bottom: 0;
}

/* line 297, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .row .col:first-child {
  margin-left: 0;
}

/* line 299, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .row .grid_4 {
  width: 220px;
  margin-left: 22px;
}

/* line 302, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .row .grid_3 {
  width: 316px;
  margin-left: 0;
}

/* line 305, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .titles {
  padding: 0 200px;
}

/* line 307, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .titles .row:first-of-type {
  margin-top: 0;
}

/* line 309, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .titles .row:last-child {
  margin-bottom: 30px;
}

/* line 311, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .sliders {
  padding: 0 75px;
}

/* line 313, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .submit {
  border-radius: 3px;
  border: 0 none;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  background: #c9c9c9;
  cursor: pointer;
}

/* line 324, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 326, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format label {
  border: 0;
  border-radius: 3px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #6c6c6c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #bfbfbf;
}

/* line 336, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format label .ui-button-text {
  padding: 0;
  text-indent: 0;
  line-height: 40px;
}

/* line 340, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format label.ui-state-active {
  color: #fff;
  background: #448985;
}

/* line 343, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .row {
  margin: 20px 0 0 0;
}

/* line 345, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .row:first-of-type {
  margin-top: 0;
}

/* line 347, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .ui-selectmenu-menu,
#config-panel .format .ui-selectmenu-text {
  text-align: center;
  font-weight: 500;
}

/* line 351, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .ui-selectmenu-button {
  margin: 0;
  width: 220px !important;
}

/* line 354, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .change-button .label {
  display: inline-block;
  margin-top: 2px;
  color: #fff;
  font-weight: 500;
}

/* line 360, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .change-button .ui-button {
  margin-left: 10px;
  border-radius: 10px;
  width: 90px;
  font-size: 22px;
  font-family: "BebasNeue", sans-serif;
}

/* line 366, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .change-button .ui-button:first-child {
  margin-left: 0;
}

/* line 368, app/assets/stylesheets/xing/play/style.css.scss */
#config-panel .format .change-button .ui-button-text {
  background: -webkit-linear-gradient(#4bb1b1, #54c6c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------------------
	Main
-------------------------------------------------------------- */
/* line 376, app/assets/stylesheets/xing/play/style.css.scss */
#main {
  margin: 40px 0;
  padding: 10px 0;
  /* Contents Container ----------------------------------------*/
}

/* line 380, app/assets/stylesheets/xing/play/style.css.scss */
#main #contents_container {
  /* Content ----------------------------------------*/
}

/*---------------------------------------------------------------
	Classes
-------------------------------------------------------------- */
/* Layout ----------------------------------*/
/* line 387, app/assets/stylesheets/xing/play/style.css.scss */
.left {
  float: left;
}

/* line 390, app/assets/stylesheets/xing/play/style.css.scss */
.right {
  float: right;
}

/* line 393, app/assets/stylesheets/xing/play/style.css.scss */
.center {
  margin: 0 auto;
}

/* line 396, app/assets/stylesheets/xing/play/style.css.scss */
.clear {
  clear: both;
}

/* line 399, app/assets/stylesheets/xing/play/style.css.scss */
.hide {
  display: none;
}

/* Text ----------------------------------------*/
/* line 403, app/assets/stylesheets/xing/play/style.css.scss */
.text_left {
  text-align: left !important;
}

/* line 406, app/assets/stylesheets/xing/play/style.css.scss */
.text_right {
  text-align: right !important;
}

/* line 409, app/assets/stylesheets/xing/play/style.css.scss */
.text_center {
  text-align: center !important;
}

/* line 412, app/assets/stylesheets/xing/play/style.css.scss */
.text_bold {
  font-weight: 700 !important;
}

/* line 415, app/assets/stylesheets/xing/play/style.css.scss */
.text_normal {
  font-weight: 400 !important;
}

/* line 418, app/assets/stylesheets/xing/play/style.css.scss */
.text_xsmall {
  font-size: 75% !important;
}

/* line 421, app/assets/stylesheets/xing/play/style.css.scss */
.text_small {
  font-size: 87.5% !important;
}

/* line 424, app/assets/stylesheets/xing/play/style.css.scss */
.text_medium {
  font-size: 112.5% !important;
}

/* line 427, app/assets/stylesheets/xing/play/style.css.scss */
.text_large {
  font-size: 150% !important;
}

/* line 430, app/assets/stylesheets/xing/play/style.css.scss */
.font_bebas {
  font-family: "BebasNeue", sans-serif;
}

/* line 433, app/assets/stylesheets/xing/play/style.css.scss */
.font_roboto {
  font-family: "Roboto", sans-serif;
}

/* line 436, app/assets/stylesheets/xing/play/style.css.scss */
.circle {
  border-radius: 50%;
}

/* Button ----------------------------------------*/
/* line 440, app/assets/stylesheets/xing/play/style.css.scss */
.btn {
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 451, app/assets/stylesheets/xing/play/style.css.scss */
.btn.blu {
  background: #009ba9;
}

/* line 453, app/assets/stylesheets/xing/play/style.css.scss */
.btn.beg {
  background: #d4b17f;
}

/* line 455, app/assets/stylesheets/xing/play/style.css.scss */
.btn.nvy {
  background: #35516e;
}

/* line 457, app/assets/stylesheets/xing/play/style.css.scss */
.btn.cgy {
  background: #333333;
}

/* line 459, app/assets/stylesheets/xing/play/style.css.scss */
.btn.gblu {
  background: #448985;
}

/* line 461, app/assets/stylesheets/xing/play/style.css.scss */
.btn.gry {
  background: #7e7e7e;
}

/* line 463, app/assets/stylesheets/xing/play/style.css.scss */
.btn.blk {
  background: #000;
}

/* line 465, app/assets/stylesheets/xing/play/style.css.scss */
.btn.chevron-right {
  position: relative;
}

/* line 467, app/assets/stylesheets/xing/play/style.css.scss */
.btn.chevron-right:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

/* Elements ----------------------------------------*/
/* line 481, app/assets/stylesheets/xing/play/style.css.scss */
.buttonset {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

/* line 484, app/assets/stylesheets/xing/play/style.css.scss */
.buttonset label {
  margin-left: 15px !important;
  border: 0;
  border-radius: 3px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #6c6c6c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #bfbfbf;
}

/* line 495, app/assets/stylesheets/xing/play/style.css.scss */
.buttonset label:first-of-type {
  margin-left: 0 !important;
}

/* line 497, app/assets/stylesheets/xing/play/style.css.scss */
.buttonset label .ui-button-text {
  padding: 0;
  text-indent: 0;
  line-height: 40px;
}

/* line 501, app/assets/stylesheets/xing/play/style.css.scss */
.buttonset label.ui-state-active {
  color: #fff;
  background: #448985;
}

/* line 505, app/assets/stylesheets/xing/play/style.css.scss */
.ttl .music_title {
  margin: 0 auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  display: table;
  width: calc(100% - 150px);
  box-sizing: border-box;
}

/* line 513, app/assets/stylesheets/xing/play/style.css.scss */
.ttl .music_title:after {
  content: '';
  border-bottom: 1px solid #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 100px;
  display: block;
  width: 100%;
}

/* line 521, app/assets/stylesheets/xing/play/style.css.scss */
.ttl .music_title dl.colon {
  display: table-cell;
}

/* line 524, app/assets/stylesheets/xing/play/style.css.scss */
.title {
  float: left;
  width: calc(61% - 150px);
  padding: 0px;
  margin: 0;
}

/* List ----------------------------------------*/
/* line 535, app/assets/stylesheets/xing/play/style.css.scss */
dl.colon {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

/* line 538, app/assets/stylesheets/xing/play/style.css.scss */
dl.colon dt,
dl.colon dd {
  display: inline-block;
}

/* line 541, app/assets/stylesheets/xing/play/style.css.scss */
dl.colon dt {
  min-width: 4.2em;
  letter-spacing: 0.2em;
  font-weight: 300;
}

/* line 545, app/assets/stylesheets/xing/play/style.css.scss */
dl.colon dt:after {
  content: ':';
}

/* line 547, app/assets/stylesheets/xing/play/style.css.scss */
dl.colon dd {
  font-weight: 500;
}

/* jQuery UI ----------------------------------------*/
/* line 552, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 554, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements input[type=text],
.ui-elements select,
.ui-elements button[type=submit] {
  margin: 0;
  border: 0;
  line-height: 1;
  font-family: "BebasNeue", sans-serif;
  box-shadow: 0 0 0 transparent;
}

/* line 562, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #448985;
}

/* line 568, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label:after {
  content: '';
  margin-top: -8px;
  margin-left: -5px;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
}

/* line 581, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label.ui-state-hover {
  background: #7cadaa;
}

/* line 583, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label.ui-state-active:before, .ui-elements #play-btn + label.ui-state-active:after {
  content: '';
  margin-top: -8px;
  border: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 7px;
  height: 20px;
  background: #fff;
}

/* line 593, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label.ui-state-active:before {
  left: 15px;
}

/* line 595, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-btn + label.ui-state-active:after {
  right: 15px;
  left: auto;
}

/* line 598, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-time,
.ui-elements #play-slider {
  display: inline-block;
  vertical-align: middle;
}

/* line 602, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #play-time {
  border: 0;
  width: 100px;
  color: #fff;
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.03em;
}

/* line 609, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-slider {
  margin: 24px 0;
  border: 0;
  width: 270px;
  height: 5px;
  background: #bfbfbf;
}

/* line 615, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-slider .ui-widget-header {
  background: #4eb9b9;
}

/* line 617, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-slider .ui-slider-handle {
  border-radius: 50%;
  border: 0;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: white;
  box-shadow: 1px 2px 6px -2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/* line 629, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-slider .ui-state-active {
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
}

/* line 634, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-slider-label {
  margin-right: 30px;
}

/* line 636, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #volume-num,
.ui-elements #size-num {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 2.5em;
}

/* line 642, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #volume-slider,
.ui-elements #size-slider {
  display: inline-block;
  vertical-align: middle;
}

/* line 646, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change {
  padding: 0;
  background: transparent;
}

/* line 649, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change ul.ui-tabs-nav {
  margin: 0 auto;
  padding: 0;
  width: 66.3636364%;
  background: transparent;
}

/* line 654, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change ul.ui-tabs-nav li {
  margin: 0;
  border-radius: 10px 10px 0 0;
  width: 49.315068493%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #a2a0a0;
}

/* line 662, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change ul.ui-tabs-nav li:last-of-type {
  float: right;
}

/* line 664, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change ul.ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  background: #3c3c3c;
}

/* line 667, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change ul.ui-tabs-nav li a.ui-tabs-anchor {
  padding: 14px 0;
  display: block;
  float: none;
}

/* line 671, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tab-change .ui-tabs-panel {
  padding: 35px 75px;
  color: #fff;
  background: #3c3c3c;
}

/* line 675, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-selectmenu-button {
  margin-top: 6px;
  border: 0;
  width: 150px !important;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

/* line 682, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0 30px 0 20px;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

/* line 687, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-selectmenu-button .ui-icon {
  background: transparent none;
}

/* line 689, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-selectmenu-button .ui-icon:after {
  content: '';
  position: relative;
  top: 2px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7px 0 7px;
  border-color: #448985 transparent transparent transparent;
}

/* line 699, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tempo-label,
.ui-elements #capo-view-label,
.ui-elements .spinner-control {
  margin-top: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* line 705, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #tempo-label,
.ui-elements #capo-view-label {
  margin-left: 15px;
  margin-right: 10px;
}

/* line 709, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements #capo-view {
  border-radius: 4px;
  position: relative;
  width: 80px;
  height: 40px;
  text-align: center;
  color: #333333;
  background: #f6f6f6;
  margin-top: 6px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

/* line 722, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .spinner-control {
  border-radius: 4px;
  position: relative;
  width: 200px;
  text-align: center;
  background: #f6f6f6;
}

/* line 728, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .spinner-control:before {
  content: "\e909";
  position: absolute;
  left: 65px;
  color: #000;
  line-height: 40px;
  font-size: 25px;
  font-family: 'iconFont';
  z-index: 1;
}

/* line 737, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner {
  position: relative;
  width: 200px;
  height: auto;
  background: transparent;
}

/* line 742, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner #tempo,
.ui-elements .ui-spinner .ui-spinner-up,
.ui-elements .ui-spinner .ui-spinner-down {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

/* line 750, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner #tempo {
  margin-left: 50px;
  width: auto;
  max-width: 3em;
}

/* line 754, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner .ui-spinner-up,
.ui-elements .ui-spinner .ui-spinner-down {
  position: absolute;
  width: 40px;
  color: #4eb9b9;
  font-size: 20px;
  font-weight: 700;
  background: #bfbfbf;
  cursor: pointer;
}

/* line 763, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner .ui-spinner-up .ui-button-text,
.ui-elements .ui-spinner .ui-spinner-down .ui-button-text {
  padding: 0;
}

/* line 766, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner .ui-spinner-up .ui-icon,
.ui-elements .ui-spinner .ui-spinner-down .ui-icon {
  margin-top: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: transparent none;
}

/* line 773, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner .ui-spinner-up {
  border-radius: 0 3px 3px 0;
  right: 0;
}

/* line 776, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements .ui-spinner .ui-spinner-down {
  border-radius: 3px 0 0 3px;
  left: 0;
}

/* line 779, app/assets/stylesheets/xing/play/style.css.scss */
.ui-elements [class^="ui-corner"],
.ui-elements [class*="ui-corne"] {
  border: 0;
}

/* line 783, app/assets/stylesheets/xing/play/style.css.scss */
.ui-button,
.ui-buttonset {
  margin-right: 0;
}

/* line 787, app/assets/stylesheets/xing/play/style.css.scss */
.ui-selectmenu-menu.ui-selectmenu-open {
  z-index: 10001 !important;
}

/* line 790, app/assets/stylesheets/xing/play/style.css.scss */
.ui-selectmenu-menu .ui-menu-item {
  padding: 9px 30px 9px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

/* line 794, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog {
  padding: 0;
  padding-top: 95px;
  border: 0;
  background: transparent;
  overflow: visible;
  z-index: 10000 !important;
}

/* line 801, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-titlebar {
  display: none;
}

/* line 803, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 25px;
  right: 3px;
  background: transparent;
  text-align: center;
}

/* line 812, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  position: relative;
  float: none;
}

/* line 815, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset:before {
  content: '';
  padding: 5px 0;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  display: inline-block;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
}

/* line 828, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset:after {
  content: '\e90b';
  font-family: 'iconFont';
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -7px;
  color: #fff;
  z-index: -1;
}

/* line 837, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-button {
  margin: 0;
  border: 0;
  height: 60px;
  background: transparent;
}

/* line 842, app/assets/stylesheets/xing/play/style.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-button .ui-button-text {
  padding: 0;
  position: relative;
  bottom: -15px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

/* line 849, app/assets/stylesheets/xing/play/style.css.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

/* line 853, app/assets/stylesheets/xing/play/style.css.scss */
.fakewindowcontain .ui-widget-overlay {
  position: absolute;
}

/*---------------------------------------------------------------
	Grid
-------------------------------------------------------------- */
/* line 859, app/assets/stylesheets/xing/play/style.css.scss */
.wrapper {
  margin: 0 auto;
  width: 1100px;
  box-sizing: border-box;
}

/* line 864, app/assets/stylesheets/xing/play/style.css.scss */
.wrapper:after,
.row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 870, app/assets/stylesheets/xing/play/style.css.scss */
.row .col {
  float: left;
  margin-left: 2%;
  display: block;
}

/* line 874, app/assets/stylesheets/xing/play/style.css.scss */
.row .col:first-child {
  margin-left: 0;
}

/* line 876, app/assets/stylesheets/xing/play/style.css.scss */
.row .col img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
	 Modernizr
-------------------------------------------------------------- */
/* line 884, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents a:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
}

/* line 889, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents .btn.mono:hover {
  color: #fff;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1;
}

/* line 896, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents .btn.blk:hover {
  background: #333;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1;
}

/* line 902, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents .btn.blu:hover {
  background: #80cdd4;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 1;
}

/* line 908, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents .btn.favorite:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
}

/* line 913, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents #config-panel .submit:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #838383;
}

/* line 918, app/assets/stylesheets/xing/play/style.css.scss */
.no-touchevents .ui-dialog-buttonpane:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@charset "UTF-8";
/*





 */
/* line 10, app/assets/stylesheets/play.scss */
html, body {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

/* line 17, app/assets/stylesheets/play.scss */
#stavescroll {
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 23, app/assets/stylesheets/play.scss */
#tempo-score-view {
  position: absolute;
  top: 0;
  left: 0px;
  color: #000;
  width: 140px;
  margin: 0 0 0 50px;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #f6f6f6;
  z-index: 1;
}

/* line 37, app/assets/stylesheets/play.scss */
#tempo-score-view:before {
  content: "\e909";
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  color: #000;
  line-height: 40px;
  font-size: 25px;
  font-family: 'iconFont';
  z-index: 1;
}

/* line 49, app/assets/stylesheets/play.scss */
#tempo-chord-view {
  position: absolute;
  top: 0;
  left: 0px;
  color: #000;
  width: 110px;
  margin: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #f6f6f6;
  z-index: 1;
}

/*
footer #play-progress {
  position: inline-block;
  width: 555px;
}
footer #play-slider {
  position: absolute;
}
footer #play-progressbar {
  position: absolute;
  width: 555px;
  height: 16px;
}
*/
/* line 79, app/assets/stylesheets/play.scss */
.modalwin {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 11521;
  display: none;
}

/* line 88, app/assets/stylesheets/play.scss */
.modalwin > .modalwin_mask {
  background-color: #333;
  height: 100%;
  margin: 0;
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  z-index: 11522;
}

/* line 98, app/assets/stylesheets/play.scss */
.modalwin > .modalwin_content {
  background-color: #fff;
  box-shadow: 0 0 30px #000;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 50px;
  width: 900px;
  z-index: 11523;
}

/* line 108, app/assets/stylesheets/play.scss */
.modalwin > .modalsubwin_mask {
  background-color: #333;
  height: 100%;
  margin: 0;
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  z-index: 11524;
}

/* line 118, app/assets/stylesheets/play.scss */
.modalwin > .modalsubwin_content {
  background-color: #fff;
  box-shadow: 0 0 30px #000;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 100px;
  width: 500px;
  z-index: 11525;
}

/* line 128, app/assets/stylesheets/play.scss */
.btn-disabled {
  color: #ffffff;
  background-color: #bbbbbb;
  border-color: #b0b0b0;
}

/* line 133, app/assets/stylesheets/play.scss */
.modalwin.dialog .message {
  position: relation;
  width: 100%;
  margin-top: 1em;
  text-align: center;
}

/* line 139, app/assets/stylesheets/play.scss */
.modalwin.dialog .buttons {
  position: relation;
  margin-top: 10em;
  text-align: right;
}

/* line 145, app/assets/stylesheets/play.scss */
.modalwin.dialog button {
  padding: 10px 30px;
  color: #ffffff;
  background-color: #595959;
  border-style: none;
  margin: 0 3px;
}

/* line 153, app/assets/stylesheets/play.scss */
.modalwin.dialog button:hover {
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/play.scss */
#config-panel {
  overflow-y: auto;
}

/* line 163, app/assets/stylesheets/play.scss */
#config-panel .preferences {
  margin: 0 auto;
  padding: 10px 55px;
  background: #3c3c3c;
}

/* line 168, app/assets/stylesheets/play.scss */
#config-panel .preferences .submit {
  padding: 0;
}

/* line 171, app/assets/stylesheets/play.scss */
#config-panel .settings {
  margin: 0 auto;
  padding: 20px 55px;
}

/* line 176, app/assets/stylesheets/play.scss */
#config-panel .score-tuning-format {
  padding: 0 75px;
  text-align: center;
}

/* line 180, app/assets/stylesheets/play.scss */
#config-panel .score-tuning-format .tuning-info {
  text-align: left;
  padding: 0 200px;
}

/* line 184, app/assets/stylesheets/play.scss */
#config-panel .score-tuning-format .tuning-mode {
  width: 400px;
  padding: 0 20px;
}

/* line 190, app/assets/stylesheets/play.scss */
#fretboard-frame {
  display: none;
  position: fixed;
  width: 800px;
  height: 100px;
  bottom: 80px;
  right: 0px;
  background-color: #eee;
  opacity: 0.9;
}

/* progress bar */
/* line 202, app/assets/stylesheets/play.scss */
#loading-progress-bar-wrapper {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}

/* line 209, app/assets/stylesheets/play.scss */
#loading-progress-bar-wrapper.animation-ie11,
#loading-progress-bar-wrapper.animation-edge,
#loading-progress-bar-wrapper.animation-safari {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}

/* line 218, app/assets/stylesheets/play.scss */
#loading-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 223, app/assets/stylesheets/play.scss */
.loading-progress {
  width: 100%;
  height: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #424242, #424242 10px, #616161 10px, #616161 20px) rgba(0, 0, 0, 0.1) 0 center/0% auto no-repeat;
  background: -o-repeating-linear-gradient(45deg, #424242, #424242 10px, #616161 10px, #616161 20px) rgba(0, 0, 0, 0.1) 0 center/0% auto no-repeat;
  background: repeating-linear-gradient(45deg, #424242, #424242 10px, #616161 10px, #616161 20px) rgba(0, 0, 0, 0.1) 0 center/0% auto no-repeat;
  background-size: 0% 100%;
}

@-webkit-keyframes progress1_1 {
  100% {
    background-size: 22.5% 100%;
  }
}

@keyframes progress1_1 {
  100% {
    background-size: 22.5% 100%;
  }
}

@-webkit-keyframes progress1_2 {
  100% {
    background-size: 25% 100%;
  }
}

@keyframes progress1_2 {
  100% {
    background-size: 25% 100%;
  }
}

@-webkit-keyframes progress2_1 {
  100% {
    background-size: 47.5% 100%;
  }
}

@keyframes progress2_1 {
  100% {
    background-size: 47.5% 100%;
  }
}

@-webkit-keyframes progress2_2 {
  100% {
    background-size: 50% 100%;
  }
}

@keyframes progress2_2 {
  100% {
    background-size: 50% 100%;
  }
}

@-webkit-keyframes progress3_1 {
  100% {
    background-size: 72.5% 100%;
  }
}

@keyframes progress3_1 {
  100% {
    background-size: 72.5% 100%;
  }
}

@-webkit-keyframes progress3_2 {
  100% {
    background-size: 75% 100%;
  }
}

@keyframes progress3_2 {
  100% {
    background-size: 75% 100%;
  }
}

@-webkit-keyframes progress4_1 {
  100% {
    background-size: 97.5% 100%;
  }
}

@keyframes progress4_1 {
  100% {
    background-size: 97.5% 100%;
  }
}

@-webkit-keyframes progress4_2 {
  100% {
    background-size: 100% 100%;
  }
}

@keyframes progress4_2 {
  100% {
    background-size: 100% 100%;
  }
}

/* line 285, app/assets/stylesheets/play.scss */
.animation.progress1_1 {
  -webkit-animation: progress1_1 15s linear 1 forwards;
  animation: progress1_1 15s linear 1 forwards;
}

/* line 289, app/assets/stylesheets/play.scss */
.animation.progress1_2 {
  -webkit-animation: progress1_2 1s linear 1 forwards;
  animation: progress1_2 1s linear 1 forwards;
}

/* line 293, app/assets/stylesheets/play.scss */
.animation.progress2_1 {
  -webkit-animation: progress2_1 15s linear 1 forwards;
  animation: progress2_1 15s linear 1 forwards;
}

/* line 297, app/assets/stylesheets/play.scss */
.animation.progress2_2 {
  -webkit-animation: progress2_2 1s linear 1 forwards;
  animation: progress2_2 1s linear 1 forwards;
}

/* line 301, app/assets/stylesheets/play.scss */
.animation.progress3_1 {
  -webkit-animation: progress3_1 15s linear 1 forwards;
  animation: progress3_1 15s linear 1 forwards;
}

/* line 305, app/assets/stylesheets/play.scss */
.animation.progress3_2 {
  -webkit-animation: progress3_2 1s linear 1 forwards;
  animation: progress3_2 1s linear 1 forwards;
}

/* line 309, app/assets/stylesheets/play.scss */
.animation.progress4_1 {
  -webkit-animation: progress4_1 15s linear 1 forwards;
  animation: progress4_1 15s linear 1 forwards;
}

/* line 313, app/assets/stylesheets/play.scss */
.animation.progress4_2 {
  -webkit-animation: progress4_2 1s linear 1 forwards;
  animation: progress4_2 1s linear 1 forwards;
}

/*
 * IE11では、background-sizeに対するアニメーションが動作しない。
 * transitionではなく、animation + @keyframes でも、background-size でなければ
 * 動作すると思われるが、動作確認できているほうで。
 */
/* line 322, app/assets/stylesheets/play.scss */
.animation-ie11 {
  -webkit-transition: width 15000ms linear 200ms;
  -o-transition: width 15000ms linear 200ms;
  transition: width 15000ms linear 200ms;
  width: 0%;
  background-size: 100% 100%;
}

/* line 329, app/assets/stylesheets/play.scss */
.animation-ie11.progress1_1 {
  -webkit-transition: width 15000ms linear 200ms;
  -o-transition: width 15000ms linear 200ms;
  transition: width 15000ms linear 200ms;
  width: 22.5%;
}

/* line 335, app/assets/stylesheets/play.scss */
.animation-ie11.progress1_2 {
  -webkit-transition: width 1000ms linear 200ms;
  -o-transition: width 1000ms linear 200ms;
  transition: width 1000ms linear 200ms;
  width: 25%;
}

/* line 341, app/assets/stylesheets/play.scss */
.animation-ie11.progress2_1 {
  -webkit-transition: width 15000ms linear 200ms;
  -o-transition: width 15000ms linear 200ms;
  transition: width 15000ms linear 200ms;
  width: 47.5%;
}

/* line 347, app/assets/stylesheets/play.scss */
.animation-ie11.progress2_2 {
  -webkit-transition: width 1000ms linear 200ms;
  -o-transition: width 1000ms linear 200ms;
  transition: width 1000ms linear 200ms;
  width: 50%;
}

/* line 353, app/assets/stylesheets/play.scss */
.animation-ie11.progress3_1 {
  -webkit-transition: width 15000ms linear 200ms;
  -o-transition: width 15000ms linear 200ms;
  transition: width 15000ms linear 200ms;
  width: 72.5%;
}

/* line 359, app/assets/stylesheets/play.scss */
.animation-ie11.progress3_2 {
  -webkit-transition: width 1000ms linear 200ms;
  -o-transition: width 1000ms linear 200ms;
  transition: width 1000ms linear 200ms;
  width: 75%;
}

/* line 365, app/assets/stylesheets/play.scss */
.animation-ie11.progress4_1 {
  -webkit-transition: width 15000ms linear 200ms;
  -o-transition: width 15000ms linear 200ms;
  transition: width 15000ms linear 200ms;
  width: 97.5%;
}

/* line 371, app/assets/stylesheets/play.scss */
.animation-ie11.progress4_2 {
  -webkit-transition: width 1000ms linear 200ms;
  -o-transition: width 1000ms linear 200ms;
  transition: width 1000ms linear 200ms;
  width: 100%;
}

/* line 378, app/assets/stylesheets/play.scss */
#loading-progress-bar-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 398, app/assets/stylesheets/play.scss */
#loading-progress-bar-text.animation-ie11,
#loading-progress-bar-text.animation-edge,
#loading-progress-bar-text.animation-safari {
  background-image: none;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

/* line 406, app/assets/stylesheets/play.scss */
#loading-progress-bar-text:not(.animation-ie11):not(.animation-edge):not(.animation-safari) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-color: #000;
  background-position: 0 center;
  background-size: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

/*
 2019/10/03
 Safariのバージョンアップで、要素が幅広く表示されるようになり、横一列に収まらなくなった。
 高さが変わってしまい、フレットボードの表示に影響するため、修正。
 「テンポ」のラベルの左マージンを削ると、横一列に収まり、他の要素の位置にも影響がないようなので、
 ここを調整することにした。
 念のため、views/layouts/play.html.erb でUA判定により、Safariの場合に safariクラスを
 付けるようにし、他の問題が出ていないブラウザでは、調整が反映されないようにした。
 */
/* line 429, app/assets/stylesheets/play.scss */
footer .row.safari #tempo-label {
  margin-left: 0;
}

/*# sourceMappingURL=play.css-660df7365e4128fcc81e84d3b17c250295ecd7789b27d0dc8645e971f33ba765.map */
