﻿#containerOuter {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
}

#containerRow {
	display: table-row;
	position: relative;
	height: 100%;
}

.containerCell {
	display: table-cell;
	position: relative;
	height: 100%;
	padding: 5px !important;
}

.layoutCell {
	border: 2px solid #ddd !important;
	border-radius: 4px !important;
}

#containerProduct > .layoutCell {
	/*
	background-image: url("/public/images/transparent_tile.png");
	padding: 15px;
	text-align: center;
	*/
}

#containerProduct > .layoutCell > img {
	width: 100%;
}

#containerProduct > #layoutNotes > .panel-heading {
	margin-bottom: 0;
}

#containerProduct > #layoutNotes > .form-group {
	padding: 0.5em 1em 1em 1em;
	margin-bottom: 0;
}

.form-group-right {
	text-align: right;
}

.form-group-center {
	text-align: center;
}

.panel {
	margin-bottom: 1em;
}

.panel-heading {
	background-color: #eee;
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 1em;
}

.stepsList > li {
	border-right: 2px solid white;
	padding-left: 2em;
	background-image: none !important;
}

.stepsList > li > p {
	padding: 0 !important;
}

.stepsList > li:nth-last-child(1) {
	border-right: none;
}

#divList > div {
	padding: 1em 2em 2em 2em;
}

.formLayer {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ddd;

/*
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
*/

}

.formCopies {
	padding-top: 1em;
	margin-top: 1em;
}

#formLayerAdd {
	text-align: right;
}

#formFooter {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ddd;
}



.iCaption {
	font-weight: bold;
	padding-bottom: 3px;
}

.iCaptionSummary {
	font-size: 75%;
	padding-bottom: 5px;
	color: #777;
}

.col-nopadding {
	padding-left: 0;
	padding-right: 0;
}

.iSelectQtyX {
	text-align: center;
	font-size: 175%;
}

.checkoutText {
	font-weight: bold;
}

.checkoutPrice {
	text-align: center;
	font-weight: bold;
	width: 100%;
	background-color: transparent;
}

#layerAdd, #layerRemove {
	margin-left: 0.5em;
}

.divUploadItem {
	position: relative;
}

.divUploadItem > .divUploadClose {
	position:absolute;
	top: 10px;
	right: 10px;
}

.divUploadItem > .divUploadClose > .close {
	font-size: 250%;
	color: red;
}

#divUpload > #upload-trigger {
	margin-top: 10px;
	margin-bottom: 5px;
}

#divUpload > .input-group {
	margin-top: 4px;
}

.form-control {
	background-color: #eee;
}

textarea.form-control {
	width: 100%;
	max-width: 100%;
}

#formLayerDebug {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ddd;
}

#formLayerDebug > #debugPanel {
	padding-top: 1em;
	margin-top: 1em;
}

.modal-dialog-wide {
	width: 95%;
}

.modal-warning-text {
	font-size: 125%;
}

.modal-close-large {
	font-size: 300%;
	color: red;
	opacity: 1;
}
.modal-close-large:hover {
	opacity: 0.5;
}

#modalUploadPreviewPageZoom {
	color: red;
	opacity: 1;
	font-size: 200%;
	padding-top: 4px;
	margin-right: 12px;
}
#modalUploadPreviewPageZoom:hover {
	opacity: 0.5;
	color: black;
}