@charset "utf-8";

select
{
	width: 100%;
	padding: 5px;
	color: black;
}

select.inactive
{
	color: black;
}

select.inactive option:not(:disabled)
{
	color: black;
}

div#cartTotal
{
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 190px;
}

div#cartTotal.follow
{
	position: fixed;
	left: 805px;
	top: 0px;
}

div#cartTotal h1
{
	background-color: #1B1464;
	display: block;
	margin: 0;
	width: 100%;
	border: 1px solid black;
	padding: 5px;
	color: white;
}

div#cartTotal h2
{
	text-align: left;
}

div#cartTotal h2:not(:last-child)
{
	background-color: #ccc;
	display: block;
	margin: 0;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0;
	border-bottom: 0;
	padding: 5px;
	min-height: 20px;
	color: black;
}

div#cartTotal h2:last-child
{
	background-color: #ccc;
	display: block;
	margin: 0;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	min-height: 20px;
	color: black;
}

span.cartTotals
{
    display: inline-block;
    float: right;
}

div#cartItems div.cartItem p span.quantity
{
	float: left;
    padding-left: 5px;
}

div#cartItems div.cartItem p span.close
{
    float: right;
    padding-right: 5px;
}

div#cartItems div.cartItem p span.cartObj
{
	display: none;
}

div#cartItems p span.quantity input[type="number"]
{
	width: 50px;
}

div#cartItems
{
	width: 100%;
	border-top: 1px solid #999999;
}

div#cartItems div.cartItem:not(:last-child)
{
	border-bottom: 1px solid #999999;
}

div#cartItems div.cartItem p:not(.description)
{
	text-align: center;
	line-height: 30px;
}

div#cartItems div.cartItem p span.displayDiscount
{
	display: none;
	position: relative;
	float: right;
	right: 110px;
}


div#cartItems div.cartItem p span.close
{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #1b1464;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    border: 0;
}

div#cartItems div.cartItem p span.grossPrice
{
	display: none;
}

div#cartItems div.cartItem p span.quantity
{
	margin-top: 5px;
}

p.description
{
    text-align: left;
	border-bottom: 1px solid #999999;
}

p.description ul
{
    text-align: left;
}

p.description ul li
{
    line-height: 16px;
    margin-bottom: 5px;
}

.button, input[type="submit"].button
{
    cursor: pointer;
    display: block;
    min-width: 30px;
    width: auto;
    height: 30px;
    min-height: 30px;
    padding: 0;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    box-shadow: 2px 2px 5px 0px black;
}

input[type="submit"].button
{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    width: auto;
    height: 35px;
    min-height: 30px;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    box-shadow: 2px 2px 5px 0px black;
    font-size: 14px;
    text-transform: uppercase;
}

.formContents
{
    width: 100%;
}

.formContents input[type="text"]
{
	width: 100%;
    padding: 5px;
    padding-right: 0px;
    box-sizing: border-box;
}

#paymentInformation input[type="text"]:not([name="expDate"])
{
	width: 100%;
}


#paymentInformation input[name="expDate"]
{
	width: 75px;
}

.invalidData
{
	color: red;
	font-weight: bold;
}

.half
{
	width: 50%;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.formContents input[type="text"].city
{
	width: 200px;
	margin-left: 32px;
}

.formContents input[type="text"].province
{
	width: 145px;
}

label.city
{
	margin-right: 190px;
}

.formContents input.ZIPPostalCode
{
	width: 100%;
}

h3.category
{
	cursor: pointer;
}

h3.category:before
{
	content: "\25BC";
}

h3.category.toggled:before
{
	content: "\25BA";
}

.formContents input[type="text"].half
{
	width: 235px;
}

label[for="contactLName"], label[for="billingLName"]
{
	margin-left: 190px;
}

label[for="contactPhone"]
{
	margin-left: 185px;
}

label[for="billingPhone"]
{
	margin-left: 195px;
}

span#promovalidator
{
	color: green;
}

span#promovalidator.invalid
{
	color: red;
}

.sponsorshipsItems
{
    background-color: #f1f1f1;
}

.sponsorshipItem:first-child
{
    padding-top: 5px;
}

.sponsorshipItem:not(:last-child)
{
    border-bottom: 1px solid #c3c3c3;
    box-shadow: 0px 1px 0px 0px #ffffff;
}

.sponsorshipItem input[type="checkbox"]
{
    vertical-align: middle;
    position: relative;
}

#promocode
{
	border: 5px solid orange;
	text-align: center;
	width: 105px;
	height: 25px;
	font-size: 14px;
}

.sponsorshipItem
{
    line-height: 25px;
}

.sponsorshipItem.active
{
	background-color: white;
}

.sponsorshipItem label
{
    display: inline-block;
	width: 46%;
    height: 30px;
    line-height: 30px;
}

.sponsorshipItem label:last-child
{
	width: 50%;
}

#promoarea
{
	padding-bottom: 0px;
	font-weight: bolder;
	color: #969696;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
}

div.breadcrumbs
{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.breadcrumb
{
	display: inline-block;
	width: 120px;
}

.breadcrumb .display
{
	display: inline-block;
    font-size: 16px;
    font-weight: bolder;
    color: white;
    background-color: #c7c7c7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.breadcrumb .text
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
    padding-right: 10px;
}

.breadcrumb.active .display
{
	background-color: #1b1464;
}

#nextSection
{
	border-top: 1px solid #999999;
	padding-top: 20px;
}

#previousSection
{
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

#nextSection a.button, #previousSection a.button
{
	padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    height: 35px;
    min-height: 30px;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    box-shadow: 2px 2px 5px 0px black;
    font-size: 14px;
    text-transform: uppercase;
	color: white;
}

h1.finishing
{
	border-top: 1px solid #999999;
	padding-top: 20px;
	padding-bottom: 10px;
}

#cartItems div.cartItem h2
{
	text-align: left;
	width: 240px;
	margin-left: 260px;
}

span.quantity input[type="number"]
{
	font-weight: bold;
	font-size: 14px;
}

.sponsorshipTitle
{
	background-color: #1b1464;
}

h1.sponsorshipTitle
{
    text-align: center;
    color: white;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sponsorshipTitle .categories
{
	width: 100%;
	background-color: #f1f1f1;
}

.sponsorshipTitle .categories .half
{
	display: inline-block;
	width: 50%;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

label.error
{
	color: red;
	font-size: 11px;
}

table.tblSubscription
{
	width: 100%;
}

table.tblSubscription th
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

table.tblSubscription td
{
	text-align: center;
	padding: 5px;
}

table.tblSubscription td input[type="radio"]
{
	width: 100%;
}

tr#trMonthly
{
	display: none;
}

.noselect
{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
									not supported by any browser */
}

h3.step
{
    cursor: pointer;
	margin: 0;
	padding: 2px;
	background-color: #1b1464;
	color: white;
    border-bottom: 2px solid white;
}

h3.step:before
{
    content: "\25BA";
}

h3.step.toggled:before
{
    content: "\25BC";
}

h3.step.toggled
{
    border-bottom: 0;
}

div.step
{
    border: 1px solid #1b1464;
    border-top: 0;
	padding: 5px;
	display: none;
}

div.stepContents
{
	margin-left: 15px;
	padding: 5px;
}

.selectable
{
	cursor: pointer;
}

#tblCartTotals
{
	width: 100%;
	padding: 5px;
	margin-left: 12px;
}

.center
{
	text-align: center;
}

.pad10
{
	padding: 10px;
}

.newButton
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    width: auto;
    height: 35px;
    min-height: 30px;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 5px 0px black;
    font-size: 14px;
    text-transform: uppercase;
    color: white!important;
    line-height: 35px;
}

.content p
{
	line-height: initial!important;
}

span.numChanger
{
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    height: 25px;
    background-color: orange;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    box-shadow: 2px 2px 5px 0px black;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
	margin-left: 10px;
    margin-right: 10px;
}

input[type="number"]
{
	width: 40px;
}

.noselect
{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.fileInfo
{
	margin-bottom: 5px;
}

.saveInfo
{
	margin-top: 10px;
    margin-bottom: 10px;
}

h2.cartListing
{
    width: 500px!important;
    margin-left: 0px!important;
}

#dragndrop
{
	width: 100%;
	height: 75px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	font-size: 13px;
    box-sizing: border-box;
}

#dragndrop:not(.droppable)
{
	border: 5px dashed #f7941f;
}

#dragndrop.droppable
{
	border: 5px dashed #afd47b;
}

textarea.fileInfo
{
	display: block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
}

div.uploader
{
	min-height: 25px;
}