﻿@charset 'utf-8';
/*
 * Copyright (C) 2012-2014 NS Solutions Corporation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */

/******** ダイアログ ********/
#dialog {
	text-align: left;
	position: fixed;
	top: 10px;
	display: none;
	z-index: 1101; /** .blockUIより前 **/
}

#dialog .content {
	background-color: white;
	padding: 10px;
}

#dialog #dialog-bar {
	text-align: right;
	border-left: 3px solid #AA94FF;
	border-right: 3px solid #AA94FF;
	color: #fff;
	min-width: 100px;
	/* Firefox用 */
	background: -moz-linear-gradient(left top, #00f, #04f 70%, #adf);
	/* Safari,Google Chrome用 */
	background: -webkit-gradient(linear, left top, right bottom, from(#00f),
		color-stop(0.8, #4af), to(#adf));
	/* IE10+用 */
	background: -ms-linear-gradient(left top, #00f, #04f 70%, #adf);
}

#dialog #dialog-bar span {
	font-size: 2.0em;
	text-align: right;
	padding: 40px 0px 10px 40px;
}

#dialog #dialog-bar span:hover {
	cursor: pointer;
}

/** イベントを拾うための、インジケータのoverlayの前に出すoverlay **/
.dialog-overlay {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100; /** .blockUIより前 **/
	cursor: wait;
	display: none;
}

.canvasContainer {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	border: 3px solid rgb(0, 0, 255);
	background-color: rgb(255, 255, 255);
}

.canvasContainer canvas {
	border-style: solid;
	border-width: 1px;
}

.btnContainer {
	margin-top: 10px;
}

.btn-angle {
	height: 40px;
	width: 80px;
	margin: 0px 15px;
}

.angle-btn-wrap {
	display: -webkit-box;
	-webkit-box-pack: center;
	margin: 20px auto;
}

.handle-btn-wrap {
	display: -webkit-box;
	-webkit-box-pack: center;
}

.picture,.blank-picture {
	margin: 0 6px;
	border: 1px #000 solid;
	-moz-box-shadow: 5px 5px 6px rgba(000, 000, 000, 0.8), inset 0px 0px 1px
		rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 5px 5px 6px rgba(000, 000, 000, 0.8), inset 0px 0px
		1px rgba(255, 255, 255, 0.7);
	box-shadow: 5px 5px 6px rgba(000, 000, 000, 0.8), inset 0px 0px 1px
		rgba(255, 255, 255, 0.7);
}

.pictureGroup img {
	display: inline-block;
	width: 160px;
	height: 120px;
}

.deletePicture {
	display: inline-block;
	font-size: 30px;
	color: #ccc;
	font-weight: bold;
	position: relative;
	top: -45px;
	cursor: pointer;
	left: -24px;
}

.deletePicture:hover {
	color: #000;
}

.sketch-canvas-wrapper {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
}

.sketch-canvas-ctrls {
	width: 790px;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	text-align: right;
}

.sketch-canvas-ctrls button {
	text-decoration: none;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #071526;
	padding: 5px 13px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #030303;
	-moz-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(255, 000, 217, 1);
	-webkit-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(255, 000, 217, 1);
	box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px 1px
		rgba(255, 000, 217, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px
		rgba(255, 255, 255, 0.3);
}

.sketch-canvas-ctrls button.saveButton {
	background: -moz-linear-gradient(top, #fafa7b 0%, #ccff00);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafa7b),
		to(#ccff00));
	background: -ms-linear-gradient(top, #fafa7b 0%, #ccff00);
}

.sketch-canvas-ctrls button.closeButton {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5765),
		to(#ff0f0f));
	background: -ms-linear-gradient(top, #ff5765 0%, #ff0f0f);
	-moz-border-radius: 9px;
	border-color: #fff;
	color: #fff;
}

.drawing-toolbar {
	width: 790px;
	height: 150px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 1);
	margin: 0 auto;
}

/** drawing **/
.border1 {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/** カンバスの設定 **/
.h5-artboard-canvas-wrapper {
	margin: 0px auto;
	text-aling: center;
}

/** ポップアップ **/
.popupContents {
	padding: 10px;
}

.popupBtn-wrapper {
	padding-top: 10px;
	padding-right: 20px;
	height: 26px;
	text-align: right;
}

.popupBtn-wrapper>* {
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	width: 80px;
	text-align: center;
	padding: 5px;
}

/** 背景画像設定ポップアップ **/
.background-popup .background-color-palette {
	width: 238px;
	height: 102px;
	margin-bottom: 10px;
	background-color: #fff;
}

.background-popup .background-color-selected-wrapper {
	width: 80px;
	height: 20px;
	display: inline-block;
	background-color: #fff;
}

.background-popup .background-color-selected {
	width: 100%;
	height: 100%;
}

.background-popup .background-color-slidebar {
	margin: 5px 40px 0px 0px;
}

/** ツールバー設定 **/
.drawing-toolbar .icon48 {
	width: 48px;
	height: 48px;
}

.drawing-toolbar .clear-both {
	clear: both;
}

.load-data-list {
	width: 150px;
}
/** メニュー **/
.drawing-toolbar .menu-wrapper {
	position: relative;
	overflow: visible;
}

.drawing-toolbar .menu-list {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawing-toolbar .menu-list>* {
	padding: 10px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.drawing-toolbar .menu-list>.disabled {
	color: rgba(0, 0, 0, 0.7);
	cursor: not-allowed;
}

.display-none {
	display: none !important;
}

.drawing-toolbar .disabled {
	opacity: 0.3;
}

.toolbar-operation>* {
	display: inline-block;
}

.toolbar-operation .disabled {
	background-color: #ccc;
	opacity: 0.2;
}

.drawing-toolbar {
	padding: 10px 0;
}

.toolbar-operation,.toolbar-drawing-tool,.color-pallete {
	display: inline-block;
	float: left;
}

.toolbar-drawing-tool {
	margin-left: 20px;
}

.toolbar-drawing-tool .toolbar-icon {
	display: inline-block;
	border: 2px solid #ccc;
}

.selected-color-wrapper.selected .selected-color {
	border: 2px solid #f8e;
}

.drawing-toolbar .border1.selected {
	border-color: #f8e;
}

.color-pallete {
	width: 476px;
	padding-top: 10px;
	clear: both;
}

.pallete-color {
	float: left;
	height: 32px;
	width: 32px;
	margin: 1px;
}

.selected-color-wrapper {
	position: relative;
}

.selected-color {
	float: left;
	margin: 1px;
	width: 64px;
	height: 64px;
	width: 64px;
	overflow: visible;
}

.stamp-list {
	position: absolute;
	padding: 4px;
	background-color: #fff;
}

.stamp-img {
	display: inline-block;
	border: 2px solid #fff;
}

.stamp-img.dragging {
	display: block;
	z-index: 101;
}

/** テキスト入力 **/
.artboard .mode-text-input {
	cursor: text
}

.text-input-box {
	position: absolute;
}

.text-input-box .set-text {
	text-align: center;
	width: 2em;
	background-color: #fff;
}
/** テキスト設定 **/
.text-settings-box {
	padding: 4px;
	background-color: #fff;
}

.set-text-style {
	cursor: pointer;
	min-width: 1.2em;
	display: inline-block;
	padding: 3px;
	box-sizing: border-box;
}

.font-family-select {
	margin-top: 3px;
	position: relative;
}

.font-family-select input {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 20px;
	box-sizing: border-box;
}

.font-family-select select {
	width: 120px;
	height: 20px;
	box-sizing: border-box;
}
/* 透明度設定スライドバー */
.opacity-slidebar-wrapper {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	height: 170px;
	width: 64px;
	text-align: center;
}

.slidebar-label {
	display: block;
	text-align: center;
}

.opacity-slidebar {
	position: relative;
	top: 15px;
	height: 130px;
	display: inline-block;
}

/* 線の幅スライドバー */
.stroke-width-slider-wrapper {
	width: 200px;
	display: inline-block;
	margin: 20px;
	float: left;
}

.stroke-width-slider-wrapper .slider-label {
	display: inline-block;
	padding-bottom: 10px;
}

.stroke-width-slider-wrapper .slider-value {
	padding-left: 7px;
}

.load-select-wrapper {
	position: relative;
	top: -20px;
}

.toolbar-file-operation>* {
	display: inline-block;
	border: 2px solid #ccc;
}


.previewContainer {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
