/* MAIN */
body {
	background:#ddd;
}


/* CONTAINER */
@media (min-width: 768px) {
	body > .container {
		margin-bottom:50px;
	}
}

.page-container {
	background:#fff;
}


/* HEADER */
.page-header h1,
.page-header h3 {
	margin-top:0;
}


/* NAVIGATION */
@media (min-width: 768px) {
	.navbar-right {
		margin-right:0;
	}
}


/* FOOTER */
.page-footer > .row > .col-sm-6 {
	display:inline;
}

@media (min-width: 768px) {
	.page-footer > .row > .col-sm-6 {
		display:block;
	}
}

.page-footer {
	padding-top:9px;
  margin:30px 0;
	border-top:1px solid #eee;
}

.link-top {
	cursor:pointer;
}


/* OVERLAY */
.overlay {
	background: url('../images/bgBlack70.png');
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
}

.overlay img {
	position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.overlay.overlay-show {
	display:block;
}


/* CATALOG */
.truncate {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap {
	white-space: nowrap;
}

.page-content {
	padding-left:15px;
	padding-right:15px;
}

.page-content h2 {
	margin-top:10px;
	margin-bottom:30px;
}

.page-content .product-item {
	margin-bottom:20px;
}

.page-content .product-item > .product-image {
	position:relative;
	cursor:pointer;
}

.page-content .product-item > .product-image > img {
	display:block;
	width:100%;
	height:200px;
}

.page-content .product-item > .product-image > .product-overlay {
	width:100%;
	height:200px;
	background:url('../images/bgBlack60.png');
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.page-content .product-item > .product-image > .product-overlay > span {
	font-size:100px;
	display:table;
	margin:50px auto;
}

.page-content .product-item > h4 {
	margin-top:3px;
	margin-bottom:0;
}

.page-content .product-item > p {
	margin-bottom:3px;
	color:#d9534f;
}

.page-content .product-item button {
	width:100%;
}

.page-content .product-item ul {
	width:100%;
	margin-top:0;
}

.page-content .product-item ul li {
	float:left;
	width:100%;
}

.page-content .product-item ul span.product-order {
	float:left;
	width:100%;
	cursor:pointer;
	padding: 3px 20px;
	white-space: nowrap;
}

.page-content .product-item ul .variant-left {
	display:block;
	float:left;

}

.page-content .product-item ul .variant-right {
	display:block;
	float:right;
	padding-left:10px;
}

.page-content .product-item ul .variant-right.glyphicon-shopping-cart {
	font-size:smaller;
	line-height:1.5;
}


/* MODAL */
.modal-header,
.modal-footer {
	border:0;
}

.modal-body {
	padding-bottom:30px;
}

.modal-body img {
	max-width:100%;
}

.modal-body .order-code {
	font-weight:bold;
}


/* CART */
@media (max-width: 767px) {
	table .hiddenField {
		display:none;
	}
}

@media (max-width: 639px) {
	table .hiddenField-xs {
		display:none;
	}
}

@media (min-width: 768px) {
	table > thead > tr > th {
		white-space:nowrap;
	}
}

table td {
	vertical-align:middle !important;
}

table .quantity-field {
	width:100px;
}

table .quantity-field input {
	text-align:center;
}

table .price-field {
	width:140px;
	padding-left:15px !important;
	padding-right:15px !important;
	white-space:nowrap;
}

table .total-row td {
	font-weight:bold;
}

.table-cart,
.form-cart {
	margin-bottom:40px;
}



table.project-progress {
	margin-top:50px;
}

table.project-progress .numberField {
	width:80px;
}

table.project-progress .dateField {
	width:120px;
}

table.project-progress .inputField {
	width:160px;
	text-align:right;
}

table.project-progress .inputField input {
	text-align:right;
}

table .nowrapField {
	white-space:nowrap;
}

table .actionField {
	text-align:right;
	width:110px;
}

table .actionField .btn-xs {
	margin-bottom:5px;
}


