
#drop-area {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
}
button {
    margin-top: 15px;
    padding: 10px 20px;
}

h2 {
	font-size: 1.23em;
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;

}

input[type=text].sku {
	padding: 15px;
	font-weight: 200;
	font-size: 1.4em;
	border-radius: 3px;
}

input[type=file]#fileElem {
	width: 1px;
	height: 1px;
}
textarea.productDescription {
	width: 100%;
	min-height: 250px;
	font-family: "Courier New", monospace;
	font-size: .8em;
}

#renderDescription {
	margin-top: 40px;
	margin-bottom: 30px;
}

.product-info {
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	display: none;
	padding: 8px;
}
.product-info-title {
	font-weight: 800;
	display: block;
}
.product-info-shopify-link {
	margin-top: 8px;
}
.product-info-images {
	text-align: right;
}
.product-info-images img {
	border-radius: 3px;
	margin: 0 3px 3px 3px;
	max-width: 80px;
}
#product-info-error, #second-product-info-error {
	display: none;
}
input#sku.complete {
	background: #8ed779;
}
button.complete {
	background: #8ed779;
}
button.pending {
	background: #f0ac74;
}
select {
	display: block;
	width: 100%;
	padding: 4px;
}

.colorTile {
	border: 1px solid #555;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}
.colorField input, .colorField label, .colorField .colorTile {
	display: inline-block;
}
div.col > label {
	font-weight: bold;
}

.nav-sub {
    background: #3b3b3b;
    border-radius: 5px;
}
.nav-pills .nav-link {
	padding-left: 0;
}
.nav-sub .nav-pills .nav-link {
	padding-left: 14px;
}
.nav-pills .nav-link.active {
	background: #FF4539;
}
.nav-sub.nav-pills .nav-link.active {
	background: #555555;
}

.img-logo {
	padding: 6px 14px 0 20px;
	max-width: 80%;
}
.client-title {
    padding: 12px 0 0 20px;
    font-size: .91em;
    color: #aaa;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
}


