body {
	min-height: 100vh;
	background-color: #f5f5f5;
}

div.clear{
	clear: both;
}

div.divMessage{
	padding: 15px;
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}


.width150{
	min-width:150px;
}

#appLoadingScreen {
	display: none;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	background-image: url('/modules/admin/images/ajaxloader.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	z-index: 100;
}

/*HEADER*/
header{
	/* background-color:#0E2E69; */
	padding:20px;
}

header > div {
	display: flex;
	align-items: center;
}


#aMobNavBurger, #divMobNav, #aMobNavSearch, #divMobileMenuCtr{
	display: none;
}

.mobileHeaderIcon {
	font-size: 35px;
	color: #00237B;
}


.mobileHeaderIcon:hover {
	color: #002ea2;
}

#spnEmailError{
	background-color:red;
	color:white;
	line-height:40px;
	display: inline-block;
	padding:0 20px;
}

#spnEmailError a{
	color:white;
	text-decoration: underline;

}

.fakeLink {
	color: #00237B;
	cursor: pointer;
	text-decoration: underline
}




/****MAIN CONTENT***/


.divPageWidth{
	max-width:1200px;
	margin:auto;
	position:relative;
}

#divContentContainer{
	display: flex;
	width: 100%;
	margin-top:40px;
}
#divContentLeft{

	width: 250px;
	padding-top:10px;
}

#divContentRight{
	flex: 1;
}

.text_grey_padded{
	background-color:#f3f3f3;
	padding:20px;
}

/*NAVIGATION*/
#aTopLogo{
	display:inline-block;
	vertical-align:middle;
	margin-right: 16px;
	/* height:100px; */
	/* width:180px; */
}


#aTopLogo img{
	height:75px;
}

#spnIjfTitle{
	display:none;
}

#ulTopNav{
	/* background-color:white; */
	display:inline-block;
	vertical-align:middle;
	flex-grow: 1;
}


#ulTopNav li{
	display: inline-block;
}

#ulTopNav li a{
	display: block;
	color:#00237B;
	line-height:25px;
	padding:0 10px;
	font-size:16px;
	text-decoration: none;
}

#ulTopNav li a:hover{
	color:#002ea2;
}

#divTopSearch{
	/* position:absolute;
	top:30px;
	right:0px; */

}

/*divToolsStrap*/

#spnFreephone{
	float:left;
	margin-left:180px;
	color:#00237B;
	font-size:16px;
}

.spnTextFull{

	margin-left:5px;
}

#aBasket.items{
	background-color:#009900;
}

#divToolsStrap{
	background-color: #DDD;
	line-height: 50px;
	/* text-align: right; */
	padding:5px 10px;
}

#divToolsStrap > div {
	display: flex;
	align-items: center;
}

.spanHeaderText {
	flex-grow: 1;
	color: #00237B;
	font-weight: bold;
	font-size: 20px;
}

#divToolsStrap a{
	background-color:#00237B;
	padding:0px 10px;
	margin: 0 3px;
	color:white;
	border-radius:5px;
	text-decoration:none;
	display:inline-block;
	line-height: 40px;
	min-width:50px;
	text-align:center;
}


#divToolsStrap a i{
	font-size:20px;
}


#divToolsStrap a:hover{
	background-color:#002ea2;
}


.spnQty, .spnQty_disabled{
	display:inline-block;
	line-height:30px;
	width:30px;
	padding:0px;
	background-color:#eeeeee;
	margin:0 10px;
}

.spnQty_disabled{
	background-color:#f9f9f9;
	color:#ccc;
}





.spnQty:hover{
	background-color:#ccc;
	cursor:pointer;
}

.spnRemove{
	font-size:12px;
	color:red;
	cursor:pointer;
}
.spnRemove:hover{
	text-decoration:underline;
}

.txtSmall{
	font-size:12px;
}

#divEmulateStrap{
	background-color:orange;
	padding:20px;
	color:white;
	position:fixed;
	z-index:10;
	width:100%;
	bottom:0px;
	box-shadow: #00237B 0px  0px  10px;
}


#divEmulateStrap a{
	color:green;

}

/*CAT NAVIGATION*/

#ulCatNavigation li{
	margin-bottom:20px;

}

#ulCatNavigation li a{
	text-decoration:none;
	color:#666;
}

#ulCatNavigation li a:hover{
	text-decoration:underline;
}


/*LISTINGS*/

#content{
	padding:20px;
}

.divBlockLinkCtr{
	text-align: left;
	margin:auto;
}

.aBlockLink{
	/*display:inline-flex;*/
	display:inline-block;
	height: 0;
	padding-bottom: 20%;
	width:23%;
	margin:2px;
	border:3px solid #fff;
	text-align:center;
	justify-content: center;
	align-items: center;
	background-size:100%;
	background-position:center;
	position:relative;
	box-shadow:#ccc 0px 0px 10px;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.5s; /* Safari prior 6.1 */
	transition: background-size 0.5s;
}


.aBlockLink:hover{
	background-size:110%;
	-webkit-transition: background-size 0.1s; /* Safari prior 6.1 */
	transition: background-size 0.1s;

}


.divBlockLinkTitle{
	position:absolute;
	bottom:0px;
	padding:10px;
	background-color:#00237B;
	display: block;
	width:100%;
	color:white;
	line-height:20px;
}

.divBlockLinkTitleProducts > * {
	font-size: 12px;
}

.divProductName {
	font-size: 16px;
}

.divPrices{
	font-size:13px;
}


/*PRODUCT*/

#divTitleMobile{
	display: none;
}

#divProductImagery,#divProductDetails{
	width:48%;
	display:inline-block;
	vertical-align:top;
}

.divProductEventDetails{
	padding:10px;
	background-color: #f09;
	color: white;
	border-radius: 20px;
	text-align: center;
	margin-bottom:20px;
}


.divProductEventDetails a{
	color: white;
}

#divProductDetails{
	padding:0 20px;
}

.divFavourited {
	margin-bottom: 16px;
}

.divFavourited:hover {
	color: #FFC0CB;
}

.divFavourited i {
	cursor: pointer;
}

#imgProductMain{
	width:100%;
}

.imgProductThumbs{
	text-align: left;
	padding-top:40px;
}

.imgProductThumbs img{
	width:100px;
	height:100px;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	padding:10px;
	cursor: pointer;
}

.spanProductThumb{
	display: inline-block;
	position: relative;
}

.spanProductThumb.download:before{
	content: url('/library/images/pdf.png');
	right: 12px;
	bottom:15px;
	width: 32px;
	height: 32px;
	position: absolute;
}

#divStockSelector{
	margin-top:20px;
	padding:20px 0;
	border-top:1px solid #eeeeee;
	text-align: right;
}



#divProductPrice{
	padding:10px 0px;
	border-top:1px solid #eeeeee;
	font-size:30px;
	text-align:right;
}

#divProductPriceWas{
	padding:10px 0px;
	font-size:16px;
	text-align:right;
	color:red;
}

.limitedStockMsg {
	margin: 10px 0;
	font-size: 16px;
	color: red;
	display: block;
}


.divProductMemberPrice{
	color:yellow;
}

#divProductAdd{
	padding:10px 0px;
	text-align:right;
}

#divProductTemplate{
	margin:30px 0px;
	background-color:#f3f3f3;
	padding:20px;
}

#divProductTemplate .divInput{
	margin:5px 0;
	text-align:center;
}

#divProductTemplate input[type=text],#divProductTemplate textarea{
	width:80%;
	border-radius:5px;
}

.divProductRef{
	margin-bottom:20px;
	color:#333;
}


.divProductBudget{
	margin-bottom:20px;
	color:green;
}

#btnProductBuy{
	display: none;
}
#spnOutOfStock{
	display: none;
	color:red;
}



.divEventNotAvailable{
	color:red;
	text-align:center;
}

.divProdNotBooked{
	text-align:center;
	padding:20px;
	background-color:#eeeeee;
	margin-bottom:20px;

}

.divProdBooked{
	text-align:center;
	padding:20px;
	background-color:#2ca02c;
	color:white;
	margin-bottom:20px;
}

.divTicketsInBasket, .btnEventAddToBasket{
	display:none;
}

.divEventAddWaiting{
	text-align:center;
	padding:20px;
	background-color:#f00;
	color:#fff;
	margin-bottom:20px;
	cursor: pointer;
}

.divEventAddWaiting:hover{
	background-color:#f60;
}

.divWaitingAdd{
	background-color:#eee;
	padding:30px;
	margin-top:20px;
}

.divWaitingAdd label{
	cursor: pointer;
}


.divWaitingAdded{
	background-color:#f90;
	padding:30px;
	margin-top:20px;
	text-align:center;
	color:white;
}

/*CHECKOUT*/

#divDonationSuggestionGA{
	padding:20px;
	border:5px solid #ccc;
	background-color: #eeeeee;
}

#divDonationSuggestion{
	background-color: #ff0099;
	color:white;
	line-height:25px;
	font-weight:700;
	text-align: center;
	padding:10px;
}

#suggestedDonation{
	text-align:center;
}
#divDonationSuggestion div{
	padding:10px;
}


#spnDonationReject{
	color:white;
	cursor:pointer;

}

#divDonationSuggestion input, #divDonationSuggestion button{
	border-radius: 20px;
}

#spnGiftAid{
	color:white;
	cursor:pointer;
	text-decoration: underline;

}


/*FOOTER*/
footer{
	margin-top:80px;
	padding-top:30px;
	min-height:450px;
	/* background-image:url('/modules/main/images/footer.jpg'); */
	/* background-position: top center; */
	/* background-size: cover; */
	background-color: #e3e3e3;

}

footer p {
	margin-bottom:20px;
}


.divFooterBlock{
	display:inline-block;
	vertical-align: top;
	width:30%;
}

.divFooterBlockTitle{
	color:#00237B;
	font-size:20px;
	margin-bottom:10px;
}

.divFooterBlock ul {
	display: flex;
	flex-direction: column;
}


.divFooterBlock ul li{
	line-height:30px;

}

.divFooterBlock ul li a{
	display: block;

}

.divFooterBlock a{
	font-size:14px;
	text-decoration: none;
	color:#00237B;
}
.divFooterBlock a:hover{
	text-decoration: underline;
	color: #002ea2;
}

.divFooterIcons img{
	margin-top:10px;
	width:60px;
}


.divFooterInfo{
	font-size:14px;
	color:black;
	line-height:20px;
	padding-top:20px;
}


/*BASKET TABLE*/

.divTable{
	display:table;
	width:100%;
	margin-bottom:20px;
}

.divTableRow{
	display:table-row;
}

.divReviewStatus_REJECTED {
	color: #D2222E;
}
.divReviewStatus_ {
	color: #FFC800;
}

.divTableCell{
	display:table-cell;
	vertical-align: middle;
	padding:15px;
	line-height:24px;
	border-bottom:1px solid #eeeeee;
}


.divTable .divTableRow:last-child .divTableCell{

	border:none !important;
}

.divTableCell div{
	line-height:24px;
}

.divTableRowHeader {
	background-color:#eeeeee;
}

.divTableRowHeader .divTableCell{
	font-weight:700;
}

.divTableCell.highlight {
	font-weight:700;
}


.valign_top{
	vertical-align: top;
}


.imgBasketThumb{
	width:100px;
	cursor:pointer;
	border:1px solid #eeeeee;
}

.imgBasketThumb:hover{
	border:1px solid #ccc;
}

.divCheckoutActions{
	background-color:#f3f3f3;
	padding:10px;
	margin-top:50px;
	min-height:60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.divCheckoutActions.hideCost {
	justify-content: flex-end;
}

@media (max-width: 550px) {
	.divCheckoutActions {
		flex-direction: column;
	}
}

/* ACCOUNT */

.aAccountIcon{
	display:inline-block;
	width:150px;
	height:150px;
	text-align:center;
	margin:30px;
	border:1px solid #ccc;
	text-decoration: none;
	border-radius: 10px;
	background-color:#f9f9f9;
	color:#666;

}

.aAccountIcon:hover{

	background-color:#ccc;
}

.aAccountIcon img{
	width:50px;
	margin:30px 0 20px;
}



.divCustomDetails{
	font-size:12px;
	background-color:#f3f3f3;
	padding:10px;
}


.loginContentContainer {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.corporateHeader {
	display: flex;
	/* position: fixed; */
	top: 0;
	width: 100vw;
	justify-content: center;
	align-items: center;
	padding: 32px;
}

.corporateHeader img {
	height: 100px;
}

.welcomeText {
	max-width: 540px;
}

@media (max-width: 700px) {
	.corporateHeader {
		flex-direction: column;
	}

	.welcomeText {
		max-width: 90vw;
	}

	.loginContentContainer input {
		width: 100% !important;
		display: block !important;
		max-width: 90vw !important;
		box-sizing: border-box !important;
		margin: auto;
	}

	.loginContentContainer .divInput {
		max-width: 90vw;
		margin: auto;
	}
}

.corporateHeader h1 {
	margin: 0 0 0 16px;
}

.tblAssets {
	border-collapse: collapse;
	width: 100%;
}

.tblAssets td, .tblAssets th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  	padding: 8px;
}

.tblAssets tr:nth-child(even){background-color: #f2f2f2;}

.tblAssets tr:hover {background-color: #ddd;}

.tblAssets th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #00237B;
  color: white;
}

.tblAssets .emulate {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	align-items: center;
}

.tblAssets .emulate img {
	height: 30px;
	width: 30px;
}

.addressHeader {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	padding: 8px 0;
}

.addressHeader h1 {
	margin: 0;
}

.addressHeader input {
	height: 18px;
}

.editBilling > div {
	margin: 4px;
}

@media(max-width: 550px) {
	.addressHeader {
		flex-direction: column;
	}

	.addressHeader > * {
		margin: 8px;
	}
}

.select2-container--default .select2-results__option--disabled {
	background-color: #000 !important;
	color: #fff !important;
}

.select2-search--dropdown {
	position: relative;
}

.select2-search--dropdown::before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.quantityInput {
	padding: 6px;
    border: none;
    width: 50px;
    text-align: center;
}

.quantityInput::-webkit-outer-spin-button,
.quantityInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantityInput[type=number] {
	-moz-appearance: textfield;
  }

.trOrderLineNeedsApproval {
	background-color: #ffc107 !important;
}

.accountListingHeader, .categoryHeader {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.accountListingHeader h1, .categoryHeader h1 {
	flex-grow: 1;
	margin-bottom: 8px;
}

.accountListingHeader input, .categoryHeader input {
	margin-left: 8px;
	margin-bottom: 8px;
}


a.aAssetAction{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 3px;
}

a.aAssetAction:first-child{
	margin-left: 0px;
}

a.aAssetAction.shipping_none{
	background-image: url(/modules/main/images/status/shipping_none.png);
}

a.aAssetAction.shipping_part{
	background-image: url(/modules/main/images/status/shipping_part.png);
}

a.aAssetAction.shipping_complete{
	background-image: url(/modules/main/images/status/shipping_complete.png);
}


.divOrderTable{
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom:5px;
}

.divOrderTableRowHeader{
	background-color: #eeeeee;
	font-weight: 700;
}

.divOrderTableCell{
	font-family: tahoma, arial;
	font-size: 12px;
}

#deliveryday {
	display: block !important;
}

.basketAdd {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

}

.quantityContainer {
	display: flex;
	margin-bottom: 16px;
	border: solid 1px #ccc;
	height: 38px;
}

#quantity {
	width: 20px;
	text-align: center;
	padding: 6px;
    border: none;
    width: 50px;
    text-align: center;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#quantity[type=number] {
	-moz-appearance: textfield;
  }

.quantityButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	font-size: 18px;
	cursor: pointer;
}