﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #808080;
	color: #000;
}

footer {
	text-align: center;
	font-size: 0.8em;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.content {
	margin-top: 15px;
}

.bold {
	font-weight: bold;
}

.navbar-right {
	padding-right: 20px;
}
/* Set widths on the form inputs since otherwise they're 100% wide
input,
select,
textarea {
	max-width: 280px;
}
	*/

/* Carousel */
.carousel-caption {
	z-index: 10 !important;
}

	.carousel-caption p {
		font-size: 20px;
		line-height: 1.4;
	}

@media (min-width: 768px) {
	.carousel-caption {
		z-index: 10 !important;
	}
}

.login-panel {
	width: 250px;
	margin: 20px auto;
}

.in-stock {
	color: green;
}

.out-of-stock {
	color: red;
}

.active {
}

.inactive {
	text-decoration: line-through;
	color: blue;
}

.panel-heading .btn {
	margin-top: -5px !important;
}

.edit-size-table {
}

	.edit-size-table th {
		font-size: 0.7em;
	}

	.edit-size-table .name {
		width: 30%;
	}

	.edit-size-table .price {
		width: 8%;
	}

	.edit-size-table .qoh {
		width: 8%;
	}

	.edit-size-table input[type=text] {
		padding: 2px;
		font-size: 0.8em;
	}

	.edit-size-table .dropdown {
		width: 15%;
	}


.item-table {
	margin-top: 10px;
}

	.item-table th {
		font-size: 0.8em;
	}

	.item-table .item-row {
		cursor: pointer;
	}

		.item-table .item-row:hover {
			background-color: lightyellow;
		}

.pos-item-table {
	margin-top: 10px;
}

	.pos-item-table th {
		font-size: 0.8em;
		cursor: s-resize;
	}

	.pos-item-table .dropdown {
		min-width: 100px;
	}

	.pos-item-table .item-row {
		cursor: pointer;
	}

		.pos-item-table .item-row:hover {
			background-color: lightyellow;
		}

.pos-price {
	max-width: 70px;
	background-color: gray;
	color: white;
}

.price-warning {
	color: yellow;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.price-error {
	color: red;
}

.scent-table {
}

	.scent-table .scent-row {
		cursor: pointer;
	}

		.scent-table .scent-row:hover {
			background-color: lightyellow;
		}

#item-url {
	width: 100%;
}
