﻿html {
	height: 100%;
}

body {
	/*background-color: #008751;*/
	background-color: #fff;
	/*height: 100%;*/
}

#main {
	/*background-color: #fff;*/
	padding-top: 75px;
	padding-left:0px;
	padding-right:0px;
	/*height: 100%;*/
}

a{
	color:#0066c0;
}

.reflect-image {
	-webkit-box-reflect: below 10px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
	border-radius: 10px;
}

#selectedProductContainer {
	border-right: 1px solid #dfdfdf;
}


.has-error{
	border-color:red;
	border:1px solid red;
}

#ddProductFormat{
	max-width:200px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#addToCartDiv{
	text-align:left;
	margin-top:10px;
}
#addToCart{
	min-width:150px;
	margin-left:10px;
}

#addToCartAlert{
	display:none;
	/*max-width:300px;*/
	padding:8px!important;
	margin-top:10px;
}

#productDetailsDiv{
	padding-top:10px;
	/*padding-left:0px;*/
}
#cartDiv{
	padding-top:10px;
	/*padding-right:0px;*/
}
#additionalProductsDiv{
		padding-top:10px;

}

#continueShoppingBtn{
	display:none;
}
#pnlForm{
	display:none;
}
.item-product.row{
		clear:both;
	}
/*	Desktop + Laptop	*/
@media only screen and (min-width : 1224px) {
	#wrap {
		height: 100%;
	}
}

/*	iPad	*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#wrap {
		/*height: 100%;*/
	}

	#main {
		margin: 0px !important;
		width: 100% !important;
		background-color: #008751;
		overflow:auto;
		padding-bottom:150px; /* this needs to be bigger than footer height*/
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#main {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 100% !important;
	}

	#imgSelectedProductImage {
		max-width: 200px !important;
		max-height: 225px !important;
	}
	#addToCartDiv{
		text-align:center!important;
	}

	#selectedProductContainer {
		border-right: none !important;
		border-bottom:  none !important;
	}
	
	#ddProductFormat{
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	#cartTotal{
		margin-top:20px;
		margin-bottom:5px;
	}

	#productDetailsDiv, #cartDiv, #additionalProductsDiv, #PersonalBillingContainer, #pnlSummary > section {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#finalTotalDiv{
		padding-left:5px;
		padding-right:5px;
	}
}

	#footer {
  position: relative;
  margin-top: 55px!important; /* negative value of footer height */
  clear:both;
	}

.removeFromCart{
	color:red;
	margin-right:10px;
}


#pnlReviewItems{
}

.input-group.spinner input{
	max-height:25px;
}


.panel {
	padding: 5px;
	margin-bottom: 0px;
}

.table {
	display: inline-block;
}

.panel-default > .panel-heading {
	border: none;
	color: #fff;
	background-color:#505050;
}

section.container {
	border-radius: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	font-size: 1.2em;
}

.container img {
	display: table;
	margin: 0 auto;
}

#headerRow {
	background-color: #fff;
	color: #fff;
}

	#headerRow h1, #headerRow h2, #headerRow h4, #headerRow a {
		color: #fff;
	}

.stretchChild {
	position: relative;
	width: 100vw;
	left: calc(-50vw + 50%);
}

.accordion-body {
	margin-top: 10px;
}

.row {
	margin-bottom: 15px;
}

.tabs label {
	padding-left: 15px;
}

#headerRow .tabs li a {
	background-color: #358A5A;
	border-left-color: #49A975;
	border-right-color: #49A975;
}

#headerRow .tabs li.active a,
#headerRow .tabs li.active a:hover {
	background-color: #389B65;
	border-top-color: #49A975;
}

#headerRow .tab-content {
	border-color: #49A975;
}

#headerRow .nav-tabs {
	border-bottom-color: #49A975;
}

#headerRow .tabs li a,
#headerRow .tabs li a:hover {
	border-top-color: #008752;
}

.SuccessPanel {
	background-color: #389B65;
}

.SummaryPanel {
	/*background-color:#389B65;*/
}

	.SummaryPanel .row {
		margin-bottom: 0px;
	}

.btn-remove {
	padding: 2px;
	border-radius: 5px;
	background-color: red !important;
}

	.btn-remove:hover {
		text-decoration: none;
	}

#txtccardnumber::-webkit-inner-spin-button,
#txtccardnumber::-webkit-outer-spin-button,
#txtbillccvcode::-webkit-inner-spin-button,
#txtbillccvcode::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

#btnReviewOrder {
	cursor: pointer;
}

.fontBold {
	font-weight: bold;
}

#ddlInitialCountrySelect {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}



section.section {
	background-color: #fff !important;
	border-top: none !important;
	border-radius:8px;
}

.wrap {
	background: #FFF;
	padding: 25px !important;
}
/*==================================================
* Effect 8
* ===============================================*/
.effect8 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

	.effect8:before, .effect8:after {
		content: "";
		position: absolute;
		z-index: -1;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
		box-shadow: 0 0 20px rgba(0,0,0,0.8);
		top: 10px;
		bottom: 10px;
		left: 0;
		right: 0;
		-moz-border-radius: 100px / 10px;
		border-radius: 100px / 10px;
	}

	.effect8:after {
		right: 10px;
		left: auto;
		-webkit-transform: skew(8deg) rotate(3deg);
		-moz-transform: skew(8deg) rotate(3deg);
		-ms-transform: skew(8deg) rotate(3deg);
		-o-transform: skew(8deg) rotate(3deg);
		transform: skew(8deg) rotate(3deg);
	}

.imgAvailableProductDiv {
	width: 100%;
	float: left;
	padding: 5px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	min-height:215px;
	white-space:normal;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#allProductsDiv ul.horizontal-slide li{
		padding:8px;
		vertical-align:top;
	}
}


#availableProductsList {
	clear: left;
}

.imgAvailableProduct {
	height: 100%;
	width: 100%;
	max-width: 150px;
	margin-top:10px!important;
	margin-bottom:10px!important;

	margin-left: auto;
	margin-right: auto;
	white-space:normal;

}
#mainNav {
	max-height: 60px !important;
	min-height: 50px !important;
}

	#mainNav > div.container {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #000;
	}

	#mainNav h2 {
		margin-bottom: 0px;
		margin-left: 10px;
	}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#mainNav > div.container {
		max-width: 375px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

#imgProductLogo {
	height: 40px;
	width: 40px;
}

#ddLanguageSelector {
	max-width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#pnlSelectedProduct section {
	min-height: 350px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#productDetailsSection {
		/*margin-top: 0px !important;*/
	}
}

#imgSelectedProductImage {
	height: 100%;
	width: 100%;
	max-height:225px;
	max-width:200px;
}

h2.sectionHeader {
	font-size: 1.4em !important;
	float: left;
	margin-bottom: 10px;
	font-weight: 300;
}

.selectedProductTitle {
	font-size: 1.4em !important;
}



label.btn span {
	font-size: 1.2em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
	display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
	display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
	color: #7AA3CC;
	display: inline;
}

label:hover input[type="radio"] ~ i.fa {
	color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
	display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
	display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
	color: #7AA3CC;
	display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

	div[data-toggle="buttons"] label:hover {
		color: #7AA3CC;
	}

	div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
		-webkit-box-shadow: none;
		box-shadow: none;
	}



#pnlAdditionalProducts section {
	min-height: 350px;
}

#pnlAdditionalProducts h4 {
	max-width: 250px;
	float: left;
	margin-right: 20px;
}


section.container h4 {
	border-bottom: 1px solid #dbdbdb;
}

#ddProductLanguage {
	float: right;
	max-width: 150px;
	margin-left: 20px;
	margin-top: 5px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	#ddProductLanguage {
		max-width: 175px;	
	}
}


.item-product {
	padding: 5px;
	border: 1px solid #dfdfdf;
	min-height: 40px;
	/*background-color:#dfdfdf;*/
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
}

.spinner {
	max-width: 75px;
}

	.spinner input {
		text-align: right;
	}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

	.input-group-btn-vertical > .btn {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 8px;
		margin-left: -1px;
		position: relative;
		border-radius: 0;
	}

		.input-group-btn-vertical > .btn:first-child {
			border-top-right-radius: 4px;
		}

		.input-group-btn-vertical > .btn:last-child {
			margin-top: -2px;
			border-bottom-right-radius: 4px;
		}

	.input-group-btn-vertical i {
		position: absolute;
		top: 0;
		left: 4px;
	}
