body { margin:0;padding:50px 0 80px 0; background-color: #333; font-family: Helvetica, Arial, sans-serif; }

.ws-flyer-page-letter {
	width: 1080px;
	height: 1395px;
	margin: 0 auto;
	background-color: #000;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px #666;
}

.ws-flyer-page-ledger {
	width: 1296px;
	height: 834px;
	margin: 0 auto;
	background-color: #000;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px #666;
}

.ws-flyer-page-break {
	height: 50px;
	width: 1080px;
	margin: 0 auto;
}

.ws-flyer-container {
	padding-bottom: 50px;
	overflow: hidden;
}

.ws-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}

.ws-dialog, .ws-photos, .ws-templates, .ws-icons, .ws-signs, .ws-colors, .ws-pdfs, .ws-helps {
	display: none;
	width: 90%;
	max-width: 1080px;
	height: 80%;
	margin: 50px auto;
	background-color: rgba(10,10,10,0.8);
	border-radius: 5px;
	border: solid 1px #fff;
	padding: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px #999;
}

.ws-icons, .ws-helps, .ws-pdfs {
	max-width: 600px;
}

.ws-pdfs .ws-pdf {
	font-size: 16px;
	color:#fff;
	padding: 10px;
}

.ws-pdfs .ws-pdf .ws-button {
	width: 260px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 5px auto;
	display: block;
	background-color: #efefef;
	border: solid 1px #fff;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	margin-top: 20px;
}

.ws-pdfs .ws-pdf .ws-button:hover {
	background-color: #ccc;
}

.ws-helps ul.ws-help li {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.ws-helps ul.ws-help li i {
	border: solid 1px #fff;
	padding: 2px 5px;
	border-radius: 3px;
}

.ws-close {
	height: 30px;
	padding: 0 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
}

.ws-close i {
	float: right;
	font-size: 30px;
	color:#fff;
	cursor: pointer;
}

.ws-dialog textarea {
	width: 100%;
	height: calc(100% - 100px);
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	background-color: #fff;
	padding: 10px;
	line-height: 30px;
}

.ws-msg {
	font-size: 20px;
	color: #fff;
}

.ws-msg-success {
	font-size: 20px;
	display: none;
	color: #00ff00;
}

.ws-msg-fail {
	font-size: 20px;
	display: none;
	color: #ff0000;
}

.ws-templates .ws-template {
	display: block;
	/* width:calc(50% - 24px); */
	width: 100%;
	float: left;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-align: center;
}

.ws-templates .ws-template img {
	border: solid 2px #fff;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.ws-photos .img, .ws-signs img, .ws-colors img {
	width:calc(25% - 18px);
	float: left;
	margin: 0 5px 10px 5px;
	border: solid 1px #fff;
}

.ws-colors .ws-page-setting {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

.ws-photos img:hover, .ws-signs img:hover, .ws-icons div.ws-icon img:hover, .ws-colors .ws-color:hover, .ws-colors img:hover, .ws-templates .ws-template:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}

.ws-icons div.ws-icon {
	width:50px;
	height: 30px;
	float: left;
	margin: 0 5px 30px 5px;
	text-align: center;
}

.ws-icons div.ws-icon img {
	width: auto;
	height: 30px;
	display: inline-block;
}

.ws-colors .ws-color {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 10px 20px 10px;
	border: solid 2px #efefef;
}

.ws-colors .ws-bgs {
	width: 100%;
	clear; both;
	overflow: hidden;
}

.ws-item-photo:hover, .ws-item-cust-photo:hover, .ws-item-icon:hover, .ws-item-sign:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
}

.ws-scroll-y {
	overflow-y: scroll;
	height: calc(100% - 50px);
}

.ws-buttons { height: 40px; margin: 10px 0; width: 100%; }
.ws-buttons button {
	width:calc(50% - 10px);
	height: 40px;
	background-color: #078fee;
	color: #fff;
	font-size: 14px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

.ws-right { float: right; }
.ws-left { float: left; }

.ws-item-edit, .ws-item-link { min-height: 1em; }
.ws-item-edit:hover, .ws-item-link:hover { background-color: #666; cursor: pointer;}

.ws-flyer-footer, .ws-flyer-header {
	position: fixed;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	background-color: rgba(0,0,0,0.8);
}
.ws-flyer-footer {
	bottom: 0;
	border-top: solid 1px #fff;
}
.ws-flyer-header {
	height: 30px;
	z-index: 999;
	border-bottom: solid 1px #fff;
	top: 0;
}
.ws-flyer-toolbar {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.ws-flyer-toolbar .ws-item {
	/* float:left; */
	padding: 8px 0;
	width: 150px;
	/* width: 25%; */
	display: inline-block;
}
.ws-flyer-toolbar .ws-item i { font-size: 24px; }
.ws-flyer-toolbar .ws-item span { cursor: pointer; color: #00ff90; }
.ws-flyer-toolbar .ws-item span:hover {color: #ff0000;}
.ws-flyer-toolbar .ws-item a {color:#fff; text-decoration:none;}
.ws-selected {
	color: #ff0000;
}

.ws-flyer-toolbar .ws-desc {
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}

a { text-decoration: none; color: #fff; }

.ws-li-photo {
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

.ws-photo-container, .ws-img-container {
	border:solid 1px #fff;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

.ws-item-photo, .ws-item-photo-add, .ws-img-container img {
	width: 100%;
	position: absolute;
	top: 0;
}

.ws-item-photo-add {
	cursor: pointer;
	height: 100%;
}

.ws-item-photo-add:hover {
	opacity: 0.6;
}

.ws-del-photo {
	opacity: 0.5;
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 30px;
}

.ws-del-photo:hover {
	opacity: 1;
}
