@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;
	}
}








:root {
	--popupBgColor: #70c1b3;
	--popupContentBgColor: #fff;
	--popupContentFontColor: #000;
	--popupContentFontSize: 14px;
	--popupTitleFontColor: #fff;
	--popupTitleFontSize: 24px;

	--popupButtonColor: rgba(112, 193, 179, 1);
	--popupButtonColorActive: rgba(112, 193, 179, 0);
	--popupCancelColor: rgba(200, 200, 200, 1);
}

.newWindow {
	width: 80%; max-width: 760px; min-height: 140px; background: var(--popupContentBgColor); border: #eee 1px solid; border-radius: 10px;
	position: fixed; left: 50%; top: 55%; transform: translate(-50%, -50%);
	opacity: 0; transition:opacity 0.3s ease-in, top 0.3s ease-in;
}
.newWindowActive {
	opacity: 1; top: 50%;
}
.newWindowActiveBottom {
	opacity: 1; top: 70%;
}
.newWindow > div {
	display: flex; flex-flow: row nowrap; align-content: flex-start; justify-content: flex-start; padding: 20px;
}
.newWindow > div > .content {
	width: 100%; flex-grow: 1; font-size: var(--popupContentFontSize); line-height: 1.5em; color: var(--popupContentFontColor); margin: 0 0 60px 0;
}
.newWindow > div > .close {
	width: 40px; text-align: right;
}
.newWindow > div > .close img {
	width: 20px; cursor: pointer
}
.newWindow > div > .content > .title {
	font-size: 1.5em; margin: 0 0 10px 0;
}
.newWindow > div > .content > .alert {
	color: #fc137f;
}
.newWindow > div > .content > .error {
	color: #fc137f;
}
.newWindow > div > .content > .success {
	color: #00d06f;
}
.newWindow > .button {
	width: 100%; position: absolute; bottom: 10px; left: -1px; padding: 0; margin: 0; border-radius: 0 0 10px 10px;
}
.newWindow > .button > div {
	flex: 1; width: 100px; height: 30px; margin: 10px; text-align: center; font-size: 1.5em; line-height: 30px; color: #fff; background: var(--popupButtonColor); cursor: pointer;
	opacity: 1; transition:opacity 0.3s ease-in;
}
.newWindow > .button > div:hover {
	opacity: 0.5;
}

.buttonCancel {
	background: var(--popupCancelColor) !important;
}

.windowModal {
	width: 100%; min-height: 140px; background: var(--popupBgColor); box-sizing: border-box;
	position: fixed; left: 50%; transform: translate(-50%, 0); top: 50px; bottom: 0;
	opacity: 0; transition:opacity 0.3s ease-in, top 0.3s ease-in;
}
.windowModalActive {
	opacity: 1; top: 0;
}
.windowModal > div {
	display: flex; flex-flow: row nowrap; align-content: flex-start; justify-content: flex-start; padding: 20px;
}
.windowModal > div > .title {
	width: 100%; flex-grow: 1; color: var(--popupTitleFontColor); font-size: var(--popupTitleFontSize); line-height: 1em; margin: 0 0 0 0;
}
.windowModal > div > .content {
	background: var(--popupContentBgColor); color: var(--popupContentFontColor); font-size: var(--popupContentFontSize); border-radius: 10px; padding: 20px; overflow: auto; box-sizing: border-box;
	position: absolute; top: 80px; bottom: 20px; left: 20px; right: 20px;
}

.windowModal2 {
	width: 90%; background: #fff; box-sizing: border-box;
	position: fixed; left: 50%; transform: translate(-50%, 0); top: 50px; bottom: 20px;
	opacity: 0; transition:opacity 0.3s ease-in, top 0.3s ease-in;
}
.windowModalMask {
	position:absolute; z-index:6; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;
	opacity: 1; transition:opacity 0.3s ease-in;
}

.windowModal > div > .close {
	width: 40px; text-align: right;
}
.windowModal > div > .close img {
	width: 20px; cursor: pointer
}
