@charset "utf-8";

.windowMask {
	position:absolute; z-index:12; margin:0; padding:0; left:0px; top:0px; background:#000000;
}
.windowBg {
	position:absolute; z-index:13; background:#FFFFFF; border:#EB9215 2px solid;
}
.windowTitle {
	color:#F15A24; font-size:1.5em;
}
.windowContent {
	padding: 20px; min-height: 200px;
}
.windowButtonIcon {
	list-style-type:none; overflow:hidden; padding:0; margin:0;
}
.windowButtonIcon li {
	float:right; padding: 5px 10px 10px 0;
}
.windowButton {
	text-align:center;
}
.windowButton ul {
	display:inline-table; list-style-type:none; overflow:hidden; padding:0; margin:0;
}
.windowButton ul li {
	display: inline-block; float:left; padding: 10px 10px 10px 0;
}


.zoomPhotoMask {
    position:fixed; z-index:5; background:rgba(0,0,0,0.7); top: 0; bottom: 0; left: 0; right: 0; opacity: 0; text-align: center;
    transition:opacity .5s ease-in;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.zoomPhotoMaskActive {
    position:fixed; z-index:5; background:rgba(0,0,0,0.7); top: 0; bottom: 0; left: 0; right: 0; opacity: 1; text-align: center;
    transition:opacity .5s ease-in;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.zoomPhotoMask > .loading {
    position:fixed; top: 50%; color: #FFF;
}
.zoomPhoto {
    position:absolute; z-index:6; top: 0; left: 0; bottom: 100px; right: 0; overflow: auto;
}
.zoomPhoto > div {
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; z-index:6;
    transition:opacity .5s ease-in, background-size .5s ease-in, background-position .5s ease-in;
}
.zoomPhoto > .move {
	transition:none;
}
.zoomPhotoLeft {
	position: absolute; top: 0; left: 0; bottom: 100px; width: 50px; z-index:7; text-align: center; font-size: 4em; color: #AAA; line-height: 80vh;
	transition:background-color .2s ease-in;
	opacity: 0.3; cursor: pointer;
}
.zoomPhotoLeft:hover {
	background-color: #CCC;
}
.zoomPhotoRight {
	position: absolute; top: 0; right: 0; bottom: 100px; width: 50px; z-index:7; text-align: center; font-size: 4em; color: #AAA; line-height: 80vh;
	transition:background-color .2s ease-in;
	opacity: 0.3; cursor: pointer;
}
.zoomPhotoRight:hover {
	background-color: #CCC;
}
.zoomPhoto > .active {
    opacity: 1;
}
.zoomPhotoMenuBg {
    position:absolute; left:0; right: 0; bottom: 0; height: 100px; background:rgba(0,0,0,0.7); text-align: left; padding: 0 5px; z-index:7; overflow: auto;
}
.zoomPhotoMenu {
    display: block;
}
.zoomPhotoMenu > div {
    display: inline-block; height: 90px; padding: 5px 2px;
}
.zoomPhotoMenu > div > img {
    max-height: 100%; text-align: center; vertical-align: top; opacity:0.5;
    transition:opacity .2s ease-in;
}
.zoomPhotoMenu > div > img:hover {
    opacity:1;
}
.zoomPhotoMenu > div > .active {
    opacity:1;
}
.zoomClose {
    position:absolute; top: 10px; right: 10px; z-index:7;
}


.successMessage {
	font-size:16px; color:#006600;
	background-color:#E0FFE0; border:#A0FFA0 1px solid;
}
.successBox {
	position:absolute; z-index:99; background-color:#E0FFE0; border:#A0FFA0 1px solid; padding:10px 0 10px 0;
	color:#006600; font-size:16px; text-align:center;
}
.successFont {
	background-color:#E0FFE0; color:#006600; font-size:14px;
}
.errorBox {
	position:absolute; z-index:99; background-color:#FFE0E0; border:#FFA0A0 1px solid; padding:10px 0 10px 0;
	color:#FF0000; font-size:16px; text-align:center;
}
.messageButton {
	position:absolute; z-index:99; width:inherit; text-align:right;
}
.errorMessage {
	background-color:#FFE0E0; border:#FFA0A0 1px solid;
	color:#FF0000; font-size:16px;
}
.errorFont {
	background-color:#FFE0E0; color:#FF0000; font-size:14px;
}

@media only screen and (max-width:640px) {
	.zoomPhotoLeft {
		position: absolute; top: 0; left: 0; bottom: 100px; width: 30px; z-index:7; text-align: center; font-size: 4em; color: #AAA; line-height: 70vh;
		opacity: 0.5; cursor: pointer;
	}
	.zoomPhotoRight {
		position: absolute; top: 0; right: 0; bottom: 100px; width: 30px; z-index:7; text-align: center; font-size: 4em; color: #AAA; line-height: 70vh;
		opacity: 0.5; cursor: pointer;
	}
	.zoomPhotoLeft:hover {
		background-color: transparent;
	}
	.zoomPhotoRight:hover {
		background-color: transparent;
	}
}