﻿#subContent
{
    background: transparent;
}

#topPadding
{
    padding-top: 10px;
}

#carouselLeftArrow
{
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 900;
    cursor: pointer;
    text-indent: -9999999px; 
    background: url('https://www.spiritgeardirect.com/images/flyerDesigner/Arrow-Left.png') no-repeat top left;
    width: 56px;
    height: 108px;
 }

#carouselLeftArrow:hover
{
    background-position: bottom right;
}

#carouselRightArrow
{
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 900;
    cursor: pointer;
    text-indent: -9999999px; 
    background: url('https://www.spiritgeardirect.com/images/flyerDesigner/Arrow-Right.png') no-repeat top left;
    width: 56px;
    height: 108px;
 }

#carouselRightArrow:hover
{
    background-position: bottom right;
}

#productCarousel
{
    list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 838px;
	height: 200px;
}

#productCarousel li
{
    background: url("https://www.spiritgeardirect.com/images/flyerDesigner/flyerBackground.png") top left no-repeat;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
	width: 255px;
	height: 200px;
	text-align: center;
	cursor: pointer;
}

#productCarousel li.roundabout-in-focus 
{
	background: #fefefe;
    cursor: default;
    border: 1px solid #da2128;
}

#productCarousel div.productCarouselContainer
{
    position: relative;
    text-align: center;
    height: 100%;
}

 #productCarousel .imgContainer
 {
     height: 100%;
 }
 
.imgContainer .productImage
{
    max-height: 100%;
    height: 100%;
    width: auto;
}

#dlgProductSelector .imgContainer
{
    text-align: center;
}

#dlgProductSelector .imgContainer .productImage
{
    text-align: center;
    height: 200px;
    width: auto;
    margin-top: 25px;
}


#productCarousel div.productCarouselContainer .desc, #dlgProductSelector .desc
{
    position: absolute; 
    top: 2px; 
    left: 5px; 
    z-index: 2;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    max-width: 80px;
}

#productCarousel div.productCarouselContainer .color, #dlgProductSelector .color
{
    position: absolute; 
    top: 2px; 
    right: 5px; 
    z-index: 2;
}

#productCarousel div.productCarouselContainer .price, #dlgProductSelector .price
{
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 2;
}

#productCarousel div.productCarouselContainer .price span:first-child, #dlgProductSelector .price span:first-child
{
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    text-transform: lowercase;
}

#productCarousel div.productCarouselContainer .price span:last-child, #dlgProductSelector .price span:last-child
{
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

#productCarousel div.productCarouselContainer .rating, #dlgProductSelector .rating
{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}

.btnInfo
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://www.spiritgeardirect.com/images/flyerDesigner/info.png') top left no-repeat;
    text-indent: -9000px;
    cursor: pointer;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}

.btnInfo:hover
{
    background-position: bottom right;
}

/* Drive Form
------------------------------------------------*/
.ui-state-active { background-color: #eee;}
.ui-state-hover { background-color: #fefefe;}
#driveForm
{
    position: relative;
    margin: 10px auto;
    background-color: #fff;
    width: 672px;
    min-width: 672px;
    max-width: 672px;
    height: auto;
    padding-bottom: 20px;
    border: 1px solid black;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}		

#driveForm.preview
{
    border: 15px solid white;
    box-shadow: 10px 4px 32px rgba(0, 0, 0, 0.8);
    height: 792px;
    padding-bottom: 35px;
}

#driveForm.preview #topProducts .productContainer
{
    height: 274px;
}

#driveForm.preview #bottomProducts .productContainer
{
    height: 243px;
}

#driveForm .separator
{
    display: block;
    width: auto;
    height: 6px;
    background: url("https://www.spiritgeardirect.com/images/flyerDesigner/separator.png") center center no-repeat;
}

#driveForm #header
{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 5px;
}

#driveForm #headerDueDate {
    max-width: 225px; 
    width: 225px; 
}

#driveForm #headerPayableTo {
    max-width: 225px;
    width: 225px; 
    vertical-align: top; 
    text-align: left;
}

#driveForm #logoSelector
{
    display: inline-block; 
    vertical-align: top; 
    width: 200px; 
    min-height: 133px; 
    max-height: 133px; 
}

#driveForm  #groupInfo input { max-width: 148px; height: 30px; font-size: 14px; }
#driveForm  #groupInfo select { max-width: 148px; height: 40px; font-size: 14px; padding: 10px; /* Padding only because FireFox has a bug that wont vertically center in a select */ }
#driveForm  #groupInfo
{
    display: inline-block; 
    text-align: left; 
    line-height: 0.9em;
    height: 133px;
}

#driveForm #header .formBlock
{
    display: block;
    text-align: justify; 
    -ms-text-justify: distribute-all-lines; 
    text-justify: distribute-all-lines;
}

#driveForm #header div
{
    display: inline-block;
}

#driveForm #header div label
{
    display: block;
    font-weight: bold;
}

#driveForm #header .groupNameContainer
{
    display: block; 
    height: 46px;
    line-height: 46px;
    margin: auto 0;
    text-align: center; 
    overflow: hidden;
}

#driveForm #header .groupName
{
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}
    #driveForm .darkGray {
        background-color: #555;
        color: #fff;
    }
    
#driveForm .PaymentText {     
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

    #driveForm .darkGray .PaymentText {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 11px;
    }

#driveForm .PaymentText .PayableTo {
    font-size: .8rem;
}
#driveForm .submitByDate {
    vertical-align: top; color: white; text-transform: uppercase; padding: 3px; font-size: 2.2em; line-height: 1.2em;
}

    #driveForm .darkGray .submitByDate {
        font-size: 1.2em;
        font-weight: bold;
    }
     #driveForm .submitByDate span:first-child {
        margin-right: 10px;
    }
    #driveForm .submitByDate .month {
        font-weight: 300;
        margin-right: 10px;
    }
#driveForm .submitByDate .date {
   font-weight: 700;
}

#driveForm .OrderDisclaimer {
    width: 442px;
    border: 1px solid;
    padding: 5px;
    color: white;
    background-color: #E43831;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .88em;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
}

#driveForm #topProducts
{
    display: block;
    text-align: center;
}

#driveForm #topProducts .productContainer
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: 270px;
}

#driveForm #topProducts .productContainer .productImageContainer
{
    height: 236px;
    position: relative;
}

#driveForm .productContainer .productInfo
{
    height: 38px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}


#driveForm #bottomProducts
{
    display: block;
    text-align: center;
}

#driveForm #bottomProducts .productContainer
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 192px;
    height: 279px;
}

#driveForm #bottomProducts .productContainer .productImageContainer
{
    height: 205px;
    position: relative;
}

#driveForm .footer
{
    display: block;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5px;
}

#driveForm .footer .noProfit
{
    vertical-align: top; 
    text-align: left; 
    padding-top: 3px;
}

#driveForm .footer .profit
{
    vertical-align: top; 
    text-align: left; 
    padding-top: 0px;
}

#driveForm .productImage
{
    max-height: 100%;
}

#driveForm .productSelector
{
    cursor: pointer;
}

.productType
{
    display: none;
    font-size: 7px;
    font-size: .7rem;
    font-weight: lighter;
    color: #000;
}

.productColorName
{
    font-size: 7px;
    font-size: .7rem;
    color: #000;
    padding-left: 2px;
    font-weight: bold;
}

.productPrice
{
    font-weight: bold;
    color: #000;
    font-size: 2.17em;
}

.productDescription
{
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

#driveForm .hoverEditor
{
    background-color: rgba(225,225,225,0.3);
    height: 18px; 
    padding: 5px;
    border-bottom: 1px solid #eee;    
    margin-top: 5px;
}

#driveForm .hoverEditor .starRating
{
    position: absolute;
    left: 7px;
    top: 5px;
}

#driveForm .hoverEditor .rightBtnContainer
{
    float: right;
    vertical-align: top;
}

#driveForm .hoverEditor .btnRemove
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://www.spiritgeardirect.com/images/flyerDesigner/remove.png') top left no-repeat;
    text-indent: -9000px;
    cursor: pointer;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}

#driveForm .hoverEditor .btnRemove:hover
{
    background-position: bottom right;
}

#driveForm #topProducts .logoContainer, #driveForm #topProducts .secondLogoContainer
{
    display: none;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height: auto; 
    z-index: 3;
}

#driveForm #topProducts .topProductImage
{
    display: none;
    position: absolute; 
    top: 0px; 
    left: 5px; 
    max-height: 236px;
    height: 100%;
    width: auto;
    z-index: 4;
}

#driveForm #bottomProducts .logoContainer, #driveForm #bottomProducts .secondLogoContainer
{
    display: none;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height: auto; 
    z-index: 3;
}

#driveForm #bottomProducts .topProductImage
{
    display: none;
    position: absolute; 
    top: 0px; 
    left: 17px; 
    max-height: 205px;
    height: 100%;
    width: auto;
    z-index: 4;
}

.profitPercent
{
    text-align: left; 
    background-color: #000; 
    color: #fff; 
    font-size: 24pt; 
    line-height: 40pt; 
    font-weight: bold; 
    max-height: 55px; 
    height: 55px; 
}

.right_arrow_box {
	position: relative;
	background: #000;
	border: 1px solid #000;
	margin-right: 4px;
}

.right_arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.right_arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 7px;
	top: 50%;
	margin-top: -7px;
}
.right_arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

.top_arrow_box {
	position: relative;
	background: #000;
	border: 4px solid #000;
}

.top_arrow_box:after, .top_arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.top_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #000;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.top_arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.bottom_arrow_box {
	position: relative;
	background: #000000;
	border: 4px solid #000000;
}
.bottom_arrow_box:after, .bottom_arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bottom_arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 10px;
	margin-left: -10px;
}
.bottom_arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 16px;
	margin-left: -16px;
}

.left_arrow_box {
	position: relative;
	background: #000;
	border: 1px solid #000;
}
.left_arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.left_arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}

.left_arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #999;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}

.yellow.ui-tooltip, .yellow.arrow:after {
background: #fbf7aa;
border: 2px solid #f9e98e;
}
.ui-tooltip, .arrow:after {
background: white;
border: 2px solid black;
}

.ui-tooltip {
padding: 5px;
color: black;
border-radius: 3px;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}
  
.ui-datepicker { z-index: 9999 !important; }
.date { width: 130px; }

input { padding: 3px; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
select { padding: 3px; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }

#contactInfo
{
    margin: 0 auto;
}

fieldset
{
    display: inline;
    vertical-align: top;
    height: 310px;
    border: 2px solid #999;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px;
    text-align: left;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}

legend
{
    padding-left: 5px;
    font-size: 1.3em;
    font-weight: bold;
}

fieldset label
{
    display: block;
    margin-top: 3px;
}

fieldset input
{
    width: 225px;
}

fieldset input[type=checkbox], fieldset input[type=radio]
{
    width: 18px;
}

fieldset select
{
    width: 233px;
    display: block;
}

.WriteInfoBox
{
    display: inline; 
    background-color: #000; 
    padding: 0px 3px 2px 3px; 
    width: 219px;
    margin-bottom: 3px;
}

.WriteInfoBox span
{
    font-size: .8em;
    text-transform: uppercase; 
    color: #fff;
    font-weight: bold;
}

.WriteInfoBox table
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.WriteInfoBox td
{
    background-color: #fff; 
    border-right: 1px solid #999;
    height: 25px;
}

.WriteInfoBox td:last-child
{
    border: none;
}

.sizeBoxes
{
    display: none;
    position: absolute; 
    right: 0px; 
    bottom: 49px; 
    z-index: 5;
    pointer-events: none;
}

.SizeInfoBox
{
    text-align: right;
    display: inline-block; 
    width: 219px;
    line-height: 0.7em;
    margin-bottom: -3px;
    pointer-events: auto;
}

    .SizeInfoBox span {
        display: block;
        font-size: .8em;
        color: #666;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0px 0px 2px #fff, 0px 2px 10px #fff;
    }

.SizeInfoBox table
{
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    text-align: left;
    float: right;
}

.SizeInfoBox th
{
    background-color: #000; 
    color: #fff;
    text-align: center;
    font-size: 7pt;
    line-height: 1.2em;
}

.SizeInfoBox td
{
    background-color: #fff; 
    border-right: 1px solid #999;
    font-size: 0px;
    line-height: 0px;
    width: 18px;
    height: 18px;
}

.SizeInfoBox td:last-child
{
    border-right: none;
}

#finalFormFooterBoxes
{
    display: inline;
}

#dlgUploadLogo .title, #dlgUploadOptions .title, #dlgStoreInfo .title
{
    color: #ea2328;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#dlgUploadLogo p 
{
    color: #808285;
}

#dlgUploadLogo p.redNormal
{
    color: #ea2328;
    text-align: center;
}

#dlgUploadLogo span.step
{
    font-size: large; 
    font-weight: bold; 
    padding-left: 17px;
    padding-right: 7px;
}

.requiredField
{
    border: 2px solid #da2128;
}

.grayScale 
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

#dlgInfo li
{
    margin: 0;
}

ol.rounded-list
{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;	
	cursor: pointer;
}

.rounded-list a:hover{
	background: #eee;
}

.rounded-list a.selected{
	background: #ddffc3 url('https://www.spiritgeardirect.com/images/flyerDesigner/greenCheck.png') no-repeat top right;
}

.rounded-list a:hover:before{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);	
}

.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	font-size: 1.3em;
	color: #fff;
	background: #dc2229;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

        .sizeChart
        {
            display: table;
            width: 100%;
        }

        .sizeChartRow
        {
            display: table-row;
        }

        .sizeChartAltRow
        {
            display: table-row;
            background-color: #eee;
        }
        
        .sizeChartHeader
        {
            display: table-cell;
            font-weight: bold;
            background-color: #ccc;
        }        

        .sizeChartAttribute
        {
            display: table-cell;
            font-weight: bold;
        }        
        
        .sizeChartValue
        {
            display: table-cell;
        }
        
        #dlgInfo_SizeChart li
        {
            margin: 1px .2em -2px 0;
        }
