.item-desc-con{
    width: 21px;
    float: left;
}

.item-name-con{
    margin-left: 22px;
}

.qb-package-item{
    padding: 2px;
}

.qb-package-item-name{
    padding: 0px !important;
    margin-left: 0px !important;
}

.qbWrapper{
    font-family: "Trebuchet MS";
    font-size: 14px;
    color:#595959;
    margin:0 auto;
    background: white;
    position: relative;
    padding-bottom: 60px;
    line-height: normal;
/*    border:1px solid #000;
    box-shadow: 0px 0px 2px 1px #000;*/
}
.qbWrapper .qbInnerWrapper{ 
    margin: 0 20px;
    padding-top: 50px;
    position: relative;
}

.qbWrapper .qbHeaderTextTop {
    font-size: 1.2em;
}

.qbWrapper label {
    display: block;
    float: left;
    width: 150px;
}

.qbWrapper .form {
    padding-top: 10px;
}

span.required {
    color: red;
    padding-right: 3px;
    float: left;
    line-height: 2em;
}

.error {
    color: red;
}

div.form-note {
    margin-left: 150px;
    color: #999999;
    font-style: italic;
    font-size: 10px;
    clear: both;
}

.pdf-output .qbInnerWrapper{
    padding-top: 0px;
}

/*menu*/
.qbWrapper .qbInnerWrapper .qbMenu{
    background:url('images/detail-bar.png') repeat-x bottom;
    width:100%;
    height:50px;
    padding-bottom: 13px;
}
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn{
    height:49px;
    float:left;
    text-shadow: 1px 1px 1px #000;
    position: relative;
    /*margin-left: -40px;*/
    margin-left: -5px;
}
.qbWrapper .qbInnerWrapper .qbMenu.tab-6 .qbMenuBtn{
    width: 153px;
    margin-left:-10px;
    font-size:13px;
}

.qbWrapper .qbInnerWrapper .qbMenu.tab-6 .qbMenuBtn>.menuText{ padding-left:15px; display: inline-block;}


.qbMenu.tab-5 .qbMenuBtn{
    /*width: 210px;*/
    width: calc(100% / 5);
}

.qbMenu.tab-5 .qbMenuBtn>.menuText{
    padding-left: 10px !important;
}

.qbMenu.tab-4 .qbMenuBtn{
    width:233px;
}
.qbMenu.tab-2 .qbMenuBtn,
.qbMenu.tab-3 .qbMenuBtn{
    width: 285px;
}

.qbWrapper .qbInnerWrapper .qbMenu div:first-child.qbMenuBtn{
    margin-left: 0px;
}

.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn .menuText{
    text-decoration: none;
    color:#fff;
}
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn>.menuText{ padding-left:30px; display: inline-block;}
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn .qbMenuBtnStep{ color:#e6dfd0; padding-top: 9px; }
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtnActive{
    /*background:url('images/detail-menubtn-active.png') no-repeat;*/
    /*border-radius: 5px 35px 0 0;*/
    border-radius: 5px 5px 0 0;
    border: 1px solid white;
    box-shadow: 1px -1px 3px #bbb;
    background: -moz-linear-gradient(top,  #dad2c5 33%, #a3a097 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(33%,#ded6c9), color-stop(100%,#a3a097));
    background: -webkit-linear-gradient(top,  #dad2c5 33%,#a3a097 100%);
    background: -o-linear-gradient(top,  #dad2c5 33%,#a3a097 100%);
    background: -ms-linear-gradient(top,  #dad2c5 33%,#a3a097 100%);
    background: linear-gradient(to bottom,  #dad2c5 33%,#a3a097 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad2c5', endColorstr='#a3a097',GradientType=0 );    

}
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtnActive .menuText{
    color:#333;
    text-shadow: 1px 1px 1px #fff;
}
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtnActive .qbMenuBtnStep{ color:#807353; }
.qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtnInActive{ 
    /*border-radius:5px 35px 0 0;*/
    border-radius: 5px 5px 0 0;
    border: 1px solid white;
    box-shadow: 1px -1px 3px #bbb;
    background: -moz-linear-gradient(top,  #7e7764 33%, #605d4e 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(33%,#ded6c9), color-stop(100%,#605d4e));
    background: -webkit-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: -o-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: -ms-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: linear-gradient(to bottom,  #7e7764 33%,#605d4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7764', endColorstr='#605d4e',GradientType=0 );    
}


/*content*/
.qbWrapper .qbInnerWrapper .qbContent{
    margin-top: 0px;
    line-height: 20px;
    position: relative;
}
.qbWrapper .qbInnerWrapper .qbContent .qbSectionHeader{
    color:#662917;
    font-size: 1.3em;
    margin-bottom: 35px;
}


/*types of service*/
#serviceOptionContainer{
    width:440px;
    margin:0 auto;
    margin-top: 30px;
}
#serviceOptionContainer .detailArrowRight{
    margin:12px 3px 0 10px;
}
.detailDarkArrowRight{
    background: url('images/detail-darkarrow-right.png') no-repeat;
}



/*#merchandise-con{
    width: 630px;
    float:left;*/
/*}*/

.qbCategorySelection .qbCategory {
    padding-left:35px;
    overflow: auto;
    clear:both;
    margin:20px 0;
    position: relative;
}
.qbCategorySelection .qbCategory .detailArrows{
    float:left;
}
.qbCategorySelection .qbCategory .qbCategoryHeaderCon{
    clear:both;
    overflow: auto;
    margin-left:-35px;
    cursor:pointer;
}
.qbCategorySelection .qbCategory .qbCategoryHeader{
    background:url('images/detail-bar.png') repeat-x bottom;
    color:#662917;
    font-size: 1.3em;
    margin-left: 35px;
    padding:4px 0 25px 0;
}
.qbCategorySelection .qbCategory .qbCategoryContent {
    padding-top: 10px;
    display: none;
}
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu{
    width:220px;
    /*height: 500px;*/
    float:left;
}
.qbCategorySelection .qbCategoryServicePlans .qbCategoryMenu{
    border-right: 1px solid #918f8f;
}
.qbCategorySelection .qbCategoryServicePlans .qbCategoryContent .qbCategoryMenu .largeButton{
    height: 74px;
    width:219px;
}
.qb-package-name.largeButtonActive,
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu .largeButtonActive{
    /*background:url('images/detail-largebtn-active.png') no-repeat;*/
    cursor: default;
    background: #e6dfcf;
    background: -moz-linear-gradient(left,  #e6dfcf 0%, #f7f4ed 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#e6dfcf), color-stop(100%,#f7f4ed));
    background: -webkit-linear-gradient(left,  #e6dfcf 0%,#f7f4ed 100%);
    background: -o-linear-gradient(left,  #e6dfcf 0%,#f7f4ed 100%);
    background: -ms-linear-gradient(left,  #e6dfcf 0%,#f7f4ed 100%);
    background: linear-gradient(to right,  #e6dfcf 0%,#f7f4ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6dfcf', endColorstr='#f7f4ed',GradientType=0 );    

    color:#4c2114;
    text-shadow: none;
}
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu .qbCategoryItem{
    padding:5px 0 0 10px;
}
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu .qbCategoryItem .qbCategoryValue{
    font-size: 0.8em;
}
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView{
    width:600px;
    float:left;
    padding-left: 10px;
}
.qbCategorySelection .qbCategoryServicePlans .qbCategoryContent .qbCategoryView{
    border-bottom: 1px solid #918f8f;
    box-shadow: 26px -24px 22px -30px #333 inset;
}
.qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView .qbCategoryViewHeader {
    color:#662917;
    font-size: 1.2em;
}


/*merchandise*/
.qbCategorySelection .qbCategoryMerchandise .largeButtonActive{
    background:url('images/detail-mediumbtn-active.png') no-repeat;
    color:#4c2114;
    text-shadow: none;
    font-weight: bold;
}
.qbCategorySelection .qbCategoryMerchandise .qbMerchPersonalizationCon{
    display: none;
    position: absolute;
    background-color: #fff;
}
.qbMerchPersonalization{
    width:820px;
    border:1px solid #fff;
    overflow: auto;
    outline: 1px solid #bfbfbf;
    box-shadow: 0px 0px 10px 0px #666 inset;
}
.qbMerchPersonalization .qbMerchMenu{
    position: absolute;
    bottom: 5px;
}
.qbMerchPersonalization .qbMerchMenu .qbMerchMenuOption{
    width:173px;
    height: 23px;
    margin:10px 0;
}
.qbMerchPersonalization #qbMerchFeaturesCon{
    position: absolute;
    bottom: 0px;
    display: none;
    border-top: 1px solid #ddd;
    padding-top: 7px;
}
.qbMerchPersonalization #qbMerchFeatures {
    color:#4c2114;
    height: 105px;
    width:530px;
    overflow: auto;
    white-space: nowrap;
    margin:0 auto;
    display: inline-block;
}
.qbMerchPersonalization #qbMerchFeatures img{
    display: inline-block;
    vertical-align: middle;
}
.qbMerchPersonalization .qbMerchPersonalTools{
    width:195px;
    float: left;
    padding:15px 0 0 25px;
}
.qbMerchPersonalization .qbMerchPersonalView{
    width:600px;
    height: 465px;
    float: left;
    position: relative;
}
.qbMerchPersonalization .qbMerchPersonalView .qbMerchPersonalViewImg{
    position: absolute;
    top:10px;
    right:10px;
}
.qbMerchPersonalization .qbMerchInfo .qbMerchInfoName{
    font-size: 1.2em;
    margin-bottom: 10px;
}
.qbMerchPersonalization .qbMerchInfo .qbMerchInfoDesc{
    margin:15px 0;
}
.qbMerchPersonalization .qbMerchOptions{
    border-top: 1px solid #ddd;
    padding: 10px 0 10px;
}
.qbMerchPersonalization .qbMerchOption{
    margin:5px 0;
}
.qbMerchPersonalization .qbMerchOption .qbMerchOptionEdit,.remove-feature{
    color:#662917;
    cursor: pointer;
}
.qbMerchPersonalization .qbMerchOption .qbMerchOptionName{
    padding-left: 15px;
    font-style: italic;
}


/*form*/
.qbForm{
    width:620px;
    margin: 0 auto;
}
.qbForm input,
.qbForm select{
    width:290px;
    height: 20px;
    margin: 5px 0;
}

.qbForm .qb-radio input{
    width: auto;
    height: auto;
    margin: 5px 5px 5px 2px;
}
.qbForm textarea{
    width:595px;
    height: 125px;
    margin-top: 5px;
    border-width: 1px;
    border-color: #000000a8;    
}
.qbForm input.small{
    width:140px;
}
.qbForm .qbFormSection{
    clear: both;
    overflow: auto;
}
.qbForm .qbFormSection:first-child{
    margin-bottom: 30px;
}
.qbForm .qbFormSection .qbFormSectionColumn{
    float:left;
    width:300px;
    margin-right: 5px;
}
.qbForm .qbFormSection .highlight-darkred{
    font-size: 1.1em;
    margin-bottom: 10px;
}
.qbForm .qbSquareButton{
    display: inline-block;
    text-decoration: none;
    width:150px;
    float:right;
    margin: 10px;
}
.qbForm .qbRequiredField{
    background-color:rgb(255, 215, 215);
}
.qbFormError{
    font-size: 11px;
    color: rgb(210,0,0);
}


/*buttons*/
.qbWrapper .largeButton{
    color:#fff;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #fff;
    background-color: red;
    width: 210px;
    min-height: 50px;
    box-shadow: 1px 1px 1px #222;
    background: #a9a18e;
    background: -moz-linear-gradient(top,  #a9a18e 0%, #7c7666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a18e), color-stop(100%,#7c7666));
    background: -webkit-linear-gradient(top,  #a9a18e 0%,#7c7666 100%);
    background: -o-linear-gradient(top,  #a9a18e 0%,#7c7666 100%);
    background: -ms-linear-gradient(top,  #a9a18e 0%,#7c7666 100%);
    background: linear-gradient(to bottom,  #a9a18e 0%,#7c7666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a18e', endColorstr='#7c7666',GradientType=0 );
    font-size: 1.2em;
    margin:3px 0;
    cursor:pointer;
    text-decoration: none;
}
.largeButton:first-child{
    margin-top: 0px;
}
.largeButtonLeft{
    border-radius: 7px 0 0 7px;
    float:left;
}
.largeButtonRight{
    border-radius: 0 7px 7px 0;
    float:right;
}
.qbSquareButton,
a.qbSquareButton{
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    color:#fff;
    cursor: pointer;
    background-color: #afa793;
    border:1px solid #fff;
    box-shadow: 0 0 1px 1px #666;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
}

a.qbSquareButtonDark,
.qbSquareButtonDark{
    background-color: #726d60;
}

#qb-pay-now, #qb-wepay{
    margin-top: 3px;
    margin-left: 10px;
}

/*details*/
.detailArrows{
    height:27px;
    width:27px;
    float: left;
    margin: 10px;
}
.detailLightArrowRight{
    background: url('images/detail-lightarrow-right.png') no-repeat;
}
.package-item-info,
.detail-info{
    position: relative;
    background: url('images/detail-info.png') no-repeat top;
    height:16px;
    width:16px;
    display: inline-block;
    cursor:pointer;
}
.detail-info{
    float: left;
    margin-right: 5px;
}
.detail-info:hover{
    background-position: bottom;
}
.detail-info:hover .moreInfoCon{
    display: block;
    pointer-events: none;
}
.detail-merchpersonal{
    background: url('images/detail-merchpersonalization.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor:pointer;
}
.detail-merchpersonal-close{
    background: url('images/detail-closebtn.png') no-repeat;
    width: 104px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.detail-merchpersonal-corner,
.detail-merchpersonal-embroidery,
.detail-merchpersonal-panel{
    width:17px;
    height: 17px;
    display: inline-block;
}
.detail-merchpersonal-corner{
    background: url('images/detail-merchoption-corner.png') no-repeat;
}
.detail-merchpersonal-embroidery{
    background: url('images/detail-merchoption-embroidery.png') no-repeat;
}
.detail-merchpersonal-panel{
    background: url('images/detail-merchoption-panel.png') no-repeat;
}
.detail-merchoption-scroll{
    width:19px;
    height:31px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    bottom:50px;
}
.detail-merchoption-prev{
    background: url('images/detail-merchoption-prev.png') no-repeat;
}
.detail-merchoption-next{
    background: url('images/detail-merchoption-next.png') no-repeat;
}
.moreInfoCon{
    width:325px;
    background-color:#efebdd;
    border:1px solid #595959;
    font-size: 0.9em;
    padding:20px;
    box-shadow: 0 0 5px 1px #666;
    position: absolute;
    display: none;
    left: 35px;
    z-index:1;
}
.moreInfoCon:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 2px;
    left: -19px;
    border-width: 6px 18px 6px 0;
    border-color: transparent #595959;
}
.moreInfoCon:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 4px;
    left: -15px;
    border-width: 5px 15px 5px 0;
    border-color: transparent #efebdd;
}


/*misc styles*/
.qbWrapper .highlight-darkred{
    color:#4c2114;
}

.qbWrapper .highlight-sub{
    font-weight: bold;
}
.quantity-option{
    display:none;
    /*width:40px;*/
}

.item-price{
    font-weight: bold;
}

.item-row{
    margin: 5px 0;
}


.merchandise-buttons{
    text-align: center;
}

.merchandise-buttons button{
    width: 150px;
}

.qb-form-col{
    float:left;
    width: 50%;
}

.qb-feature-img-con{
    display: inline-block;
    width: 60px;
    height: 80px;
    border:1px solid #bfbfbf;
    margin:0 2px;
    cursor: pointer;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/**** SUMMARY ******/

.summary-section{
    margin: 10px 0;
    border: 1px solid #595959;
}

.summary-section h3{
    margin: 0px;
    padding: 20px 10px;
    color: #662917;
}

.summary-row {
    clear: both;
    padding: 5px 20px;
    overflow: hidden;
}

.summary-row:nth-child(even){
    background: #ECECEC
}

.summary-row label {
    float: left;
    width: 175px;
    font-weight: bold;
    margin-right: 15px;
}
.summary-value{
    width: 598px;
    float: left;
}

.pdf-output .summary-value{
    width: 578px;
    padding-left: 20px;
}

#product-summary .summary-row label{
    width: 225px;
}

.summary-product-price{
    float: right;
    font-weight: bold;
    width: 70px;
    text-align: right;
}

.summary-product-name{
    width: 528px;
    float: left;
}

.pdf-output .summary-product-name{
    width: 508px;
    padding-left: 20px;
}

.product-feature{
    padding-left: 10px;
    font-size:12px;
    font-style: italic;
}
.summary-totals{
    float: right;
    font-size: 16px;
    width: 300px;
}

#summary-totals-con{
    background: #ECECEC;
    padding: 10px 20px;
}

.summary-totals label{
    font-weight: bold;
    width: 180px;
    float: left;
}

.summary-total {
    float: right;
    text-align: right;
}

.final-total{
    padding-top: 10px;
    border-top: 1px solid black;
}

.feature-price{
    font-size:12px;
}
.selector-feature-price{
    font-size:12px;
    text-align: center;
}

.personalization-selections{
    margin-left: 20px;
    font-size: 13px;
}

.feature-selection-remove{
    cursor: pointer;
}

.site-information{
    margin-bottom: 20px;
    position: relative;
}

.site-name{
    font-size: 18px;
    color: black;
}

.site-logo{
    position: absolute;
    right: 20px;
    top:0px;
}

#login-modal{    
    width:300px;
    border:1px solid #fff;
    overflow: auto;
    outline: 1px solid #bfbfbf;
    box-shadow: 0px 0px 10px 0px #666 inset;
    padding: 20px;
    position: fixed;
    top: 80px;
    z-index: 101;
    background: #FFFFFF;
    display: none;
}

#paynow-modal, #wepay-modal{    
    width:700px;
    height:400px;
    border:1px solid #fff;
    overflow: auto;
    outline: 1px solid #bfbfbf;
    box-shadow: 0px 0px 10px 0px #666 inset;
    padding: 20px;
    position: fixed;
    top: 80px;
    z-index: 101;
    background: #FFFFFF;
    display: none;
}

#login-modal label{
    display:inline-block;
    width: 80px;
}

.wepay-status {
    position: absolute;
    padding-top: 8px;
    padding-left: 36px;
}

.qb-wepay{
    margin-top: 3px;
}

#login-modal .login-input{
    width: 215px;
}

.login-row{
    margin: 10px 0;
}

.login-buttons{
    text-align: center;
}

#login-send,#login-cancel{
    width: 100px;
}

#mask,
#login-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.75);
    z-index: 100;
}

.login-quote{
    text-align: center;
    cursor: pointer;
    color: blue;
    margin-top: 10px;
}

#close-login{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.login-error{
    color: rgb(210,0,0);
    text-align: center;
    margin-bottom: 10px;
}

#client-admin-con{
    position: absolute;
    right: 20px;
    top: 0px;
    text-align: right;
}

.system-message{
    padding-bottom:15px;
    color: rgb(0,195,0);
}

.qb-product-image-con #view-product-expand {
    background: url('images/icons/icon-zoom-plus.png') no-repeat;
    background-position: 2px 2px;
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    background-color:white;
    box-shadow: 1px -1px 1px #222;
    border-top-right-radius: 5px;    
}

#qb-totals-bar{
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color:#595959;
    text-shadow: 1px 1px 1px #000;
    /*** DESIGN ***/
    background: -moz-linear-gradient(top,  #7e7764 33%, #605d4e 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(33%,#ded6c9), color-stop(100%,#605d4e));
    background: -webkit-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: -o-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: -ms-linear-gradient(top,  #7e7764 33%,#605d4e 100%);
    background: linear-gradient(to bottom,  #7e7764 33%,#605d4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7764', endColorstr='#605d4e',GradientType=0 );    
    border-top: 1px solid white;
    box-shadow: 0px 1px 8px #000;
    color: white;
    /*z-index: 1000;*/
}
#qb-totals-bar-inner{
    position: relative;
}
#qb-client-con,#qb-totals-con{
}

#qb-totals-bar-inner{
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
}
#client-admin-con .client-option{
    color: #662917;

}

.qb-user-label{
    color: #c8c1b1;
}
.qb-client-options{
    color: #c8c1b1;

}
.qb-client-options .client-option{
    cursor: pointer;
    color: #c8c1b1;
    text-decoration: none;
}

.qb-client-name, #qb-view-totals{
    margin: 7px 0 4px 0;
}

.total-con{
    float: right;
    width:300px;
    margin-right: 20px;
    text-align: right;
}

#qb-log-out{
    background: url(../images/icons/lock.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

#qb-totals-con #qb-grand-total{
    font-size: 18px;
    
}
#qb-family-continue-con{
    width: 265px;
    float: right;
}

#qb-continue-con{
    float: right;
    width: 125px;
}

#qb-family-continue-con .qbSquareButton,
#qb-continue-con .qbSquareButton{
    display: block;
    float: left;
    width: 100px;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}

#merchandise-continue,
#qbFormClear{
    margin-right: 20px;
}

#qb-buttons-con{
    float: right;
}

#qb-view-totals{
    float: right;
    background: url(../images/icons/icon-arrow-up.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

#qb-view-totals.expanded-totals{
    background: url(../images/icons/icon-arrow-down.png);    
    background-repeat: no-repeat;
}

#qb-totals-summary{
    display: none;
    z-index: 999;
    position: absolute;
    bottom: 49px;
    right: 21px;
    border-radius: 5px 5px 0 0;
    box-shadow: -2px -2px 5px #666;
    text-shadow: none;
    color: #595959;
    font-size: 14px;  
    background-color: white;
    padding: 5px;
    width: 254px;
    background: -moz-linear-gradient(top,  #e6dfcf 0%, #FFFFFF 90%);
    background: -webkit-linear-gradient(top,  #e6dfcf 0%,#FFFFFF 90%);
    background: -o-linear-gradient(top,  #e6dfcf 0%,#FFFFFF 90%);
    background: -ms-linear-gradient(top,  #e6dfcf 0%,#FFFFFF 90%);
    background: linear-gradient(to bottom,  #e6dfcf 0%,#FFFFFF 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6dfcf', endColorstr='#FFFFFF',GradientType=0 );    
}

.qb-total-row{
    clear: both;
    margin: 10px 0;
}

.qb-line-total,
.qb-line-desc{
    float:left;
    width: 140px;
    text-align: left;    
}

.qb-line-total{
    width: 90px;
    text-align: left;
    color: #662917;
}

#qb-totals-summary h3,
#qb-quotes th{
    margin: 0;
    padding: 3px;
    color: #662917;
    font-weight: normal;
    
    
}

#qb-totals-content{
    padding: 5px;
}

#qb-collapse-summary{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/icons/icon-arrow-down.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.client-logout{
    text-decoration: none;
    color: blue;
}

.qbCategoryViewDesc{
    margin-bottom: 15px;
}

.qbCategoryDesc{
    margin-left: 35px;
}

#qb-change-password-form label{
    display: block;
    float: left;
    width: 160px;
}

#qb-change-password-form input{
    width: 180px;
}

#qb-quotes{
    font-weight: normal;
    width: 100%;
    color: #595959;
}

#qb-quotes th {
    text-align: left;
    border-bottom: 1px solid #999;
}

#qb-quotes th, #qb-quotes td{
    padding: 3px 0px 3px 10px;
}

#qb-quotes tbody tr:nth-child(odd){
    background:#efefef;
}

.qb-quote-edit,
.qb-quote-delete,
.qb-quote-send,
.qb-quote-pdf{
    font-size: 11px;
    text-align: center;
    padding-top: 16px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    cursor: pointer;
    display: block;
    color: #595959;
    text-decoration: none;
}

.qb-quote-edit{ background-image: url(../images/icons/edit.png); }
.qb-quote-delete{ background-image: url(../images/icons/delete.png); }
.qb-quote-send{ background-image: url(../images/icons/send.png); }
.qb-quote-pdf{ background-image: url(../images/icons/pdf.png); }

.qb-quotes-options{
    width: 200px; 
}
.qb-quotes-date{
    width: 180px;
}
.qb-quotes-total{
    width: 150px;
}

.item-selection{
    float: left;
    margin-right: 10px;
}

.qb-product-image-con{
    padding: 3px;
    float: left;
    max-width: 100px;
    vertical-align: middle;
    margin: 0 10px 0 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: -10px;
    position: relative;
}

.item-has-image{
    padding-top: 10px;
}

.qb-product-con{
    /*float: left;*/
    margin-left: 26px;
}

.qbFormSection .highlight-darkred {
    margin-top: 20px;
}

.qb-spacer{
    height: 15px;
}

/**** PACKAGES ****/

#packages-con{
    clear: both;
    padding: 20px;
}
#packages-con h3{
    margin: 0 0 10px 0;
    padding: 0;
}

.qbPackage .qb-package-breakdown{
    width: 600px;
}
.qb-package-name{
    width: 208px;
    padding: 5px 0 0 10px;
    margin-right: 20px;
}
.qbPackage .qb-package-breakdown,
.qbPackage .qb-package-name{
    float: left;
}
.qb-package-desc{
    margin-bottom: 5px;
}

.qb-package-category{
    font-weight: bold;
    font-size: 15px;
}

.qb-package-item-name{
    margin-left: 5px;
}

.qb-package-item-name .largeButton{
    height: auto;
}

.largeButtonActive .qb-package-name-inner{
    padding-left: 45px;
    background: url(images/check.png) no-repeat 0 5px;
    color: #4c2114;
}   

.package-col1{
    width: 222px;
    float: left;
    margin-right: 10px;
}
.package-col2{
    width: 600px;
    float: left;
}

.qb-package-breakdown{
    display: none;
}

.product-category{
    font-style: italic;
}
.package-description{
    margin-bottom: 10px;
}

.qbContent .qbSteps{
    position: relative;
    background-color: #f1eee5;
    height: 60px;
    margin-top: 70px;
}
.qbContent .qbSteps > a{
    color: #002914;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
}
.qbContent .qbSteps .qbStepsPrevLink{
    left: 45px;
}
.qbContent .qbSteps .qbStepsNextLink{
    right: 45px;
}
.qbContent .qbSteps .qbStepsInner .detail-btn-next{
    position: relative;
    top: 13px;
    left: 15px;
}
.qbContent .qbSteps .qbStepsInner .detail-btn-previous{
    position: relative;
    top: 13px;
    left: -15px;
}

.detail-btn-next{
    background: url('images/simplertimes/detail-btn-next.png');
    width: 18px;
    height: 35px;
    display: inline-block;
}
.detail-btn-previous{
    background: url('images/simplertimes/detail-btn-previous.png');
    width: 18px;
    height: 35px;
    display: inline-block;
}

/************** RESPONSIVE CHANGES ****************/
@media screen and (max-width: 960px) and (min-width: 750px) {}
@media screen and (max-width: 960px){
    .qbMenu.tab-4 .qbMenuBtn {
        width: 169px;
    }
    .qbMenu.tab-2 .qbMenuBtn ,
    .qbMenu.tab-3 .qbMenuBtn {
        width: 240px;
    }
    .qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn>.menuText {
        padding-left: 14px;
        display: inline-block;
    }
    .qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn{
        margin-left: -10px;
    }
    #qb-totals-bar-inner {
        width: 735px;
        padding: 0px;
    }
    .total-con {
        float: left;
        width: 460px;
        margin-right: 10px;
    }
    .package-col1 {
        width: 190px;
    }
    .package-col2 {
        width: 415px;
    }
    .largeButton {
        width: 182px;
        padding: 5px 0 0 5px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu {
        width: 200px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView {
        width: 410px;
        padding-left: 0px;
    }
    .qb-product-con{
        width: 328px;
    }
    .qbMerchPersonalization {
        width: 650px;
    }
    .qbMerchPersonalization .qbMerchPersonalView .qbMerchPersonalViewImg{
        width: 100%;
    }
    .qbMerchPersonalization .qbMerchPersonalView {
        width: 430px;
        height: 400px;
    }
    .qbMerchPersonalization #qbMerchFeatures {
        width: 370px;
    }
}
@media screen and (max-width: 750px) {
    #serviceOptionContainer .largeButton.largeButtonLeft,
    #serviceOptionContainer .largeButton.largeButtonRight {
        width: 70%;
        max-width: unset;
    }
    .qbMenu.tab-4 .qbMenuBtn {
        width: 100%;
    }
    .qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn>.menuText {
        padding-left: 14px;
        display: inline-block;
    }
    .qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn{
        margin-left: 0px;
        height:40px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 0.25rem;
    }
    #qb-totals-bar-inner {
        width: 450px;
        padding: 0px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu {
        width: 200px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView {
        width: 410px;
        padding-left: 0px;
    }
    .qb-product-con {
        width: 283px;
    }
    
    .package-col2 {
        padding-left: 10px;
        width: 405px;
    }
    .qbWrapper .qbInnerWrapper .qbMenu .qbMenuBtn .qbMenuBtnStep {
        padding-top: 4px;
    }
    .qbWrapper .qbInnerWrapper .qbMenu {
        margin-bottom: 1rem;
        padding-bottom: 15px;
        height: 170px;
    }
    .qbWrapper .qbInnerWrapper .qbMenu.tab-5 {
        height: 235px;
    }
    
    .qbWrapper .qbInnerWrapper {
        margin: 0 20px;
        padding-top: 60px;
    }
    .qbForm textarea{
        width:400px;
    }
    .qbForm {
        width: 100%;
    }
    .qb-form-col {
        float: left;
        width: 100%;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu,
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView{
        width: 365px;
    }
    .package-col1 {
        width: 100%;
    }
    .largeButton .qb-package-name-inner{    
        /*line-height: 40px;*/
        padding-right: 10px;
    }
    .largeButton {
        width: 400px;
        height: 40px;
        padding: 0 0 0 5px;
        float: left;
    }
    .largeButtonLeft, .largeButtonRight{
        border-radius: 0;
    }
    .qbCategoryMenu .largeButton{
        width: 360px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu .largeButton{
        /*line-height: 30px;*/
        font-size: 1.1em;
    }
    .qbCategoryView .qbCategoryViewHeader {
        display: none;
    }
    .qb-package-price{
        display: inline;
    }
    #packages-con{
        padding: 20px 0px;
    }
    .qbCategorySelection .qbCategory {
        padding-left: 25px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu .qbCategoryItem {
        padding-left: 5px;
    }
    #qb-totals-bar {
        height: 45px;
    }
    #qb-continue-con .qbSquareButton{
        margin-top: 8px;
        width: 80px;
        padding: 6px;
    }
    #merchandise-continue, #qbFormClear {
        margin-right: 10px;
    }
    #qb-continue-con {
        width: 204px;
    }
    #qb-totals-con #qb-grand-total {
        font-size: 15px;    
    }
    .total-con {
        width: 230px;
    }
    .qbMerchPersonalizationCon{
        top: 55px !important;
        /*width:*/ 
    }
    .qbMerchPersonalization {
        width: 420px;
    }
    .qbMerchPersonalization .qbMerchPersonalView .qbMerchPersonalViewImg{
        width: 100%;
        position: absolute;
        top: 40px;
        right: 7px;        
    }
    .qbMerchPersonalization .qbMerchPersonalView {
        width: 250px;
        height: 320px;
    }
    .qbMerchPersonalization #qbMerchFeatures {
        width: 200px;
    }
    .qbMerchPersonalization .qbMerchPersonalTools {
        width: 160px;
        float: left;
        padding: 15px 0 0 10px;
        margin-bottom: 35px;
    }
    .qbMerchPersonalization .qbMerchOptions{
        margin-left: 10px;
        border-top: none;
    }
    .qbMerchInfo,.qbMerchOptions{
        width: 205px;
        float: left;
    }
    #login-modal{
        top: 57px !important;
    }
    #qb-quotes thead tr th:nth-child(4),
    #qb-quotes tbody tr td:nth-child(4){
        display: none;        
    }
}
@media screen and (max-width: 750px){}
    .qb-client-name, #qb-view-totals{
        margin: 4px 0 -2px 0;
    }
    #qb-continue-con .qbSquareButton{
        padding: 2px;
    }
@media screen and (max-width: 479px){

    .qbWrapper .qbInnerWrapper{
        margin: 20px;
    }
    .largeButton {
        width: 270px;
        height: 40px;
        padding: 0 0 0 5px;
        float: left;
    }
    .qbCategoryMenu .largeButton{
        width: 245px;
    }
    .qbMerchPersonalization{
        width: 315px;
    }
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryMenu,
    .qbCategorySelection .qbCategory .qbCategoryContent .qbCategoryView{
        width: 255px;
    }
    .qb-product-con {
        width: auto;
        float: none;
    }
    .package-col2 {
        padding-left: 10px;
        width: 270px;
    }
    #qb-totals-bar-inner {
        width: 320px;
        padding: 0px;
    }
    #merchandise-save{
        display: none;
    }
    .total-con {
        width: 180px;
    }
    #qb-continue-con {
        width: 140px;
    }
    #qb-totals-con #qb-continue-con {
        width: 135px;
    }

    #login-modal {
        width: 280px;
    }
    #qb-continue-con .qbSquareButton {
        margin-top: 8px;
        width: 60px;
        padding: 6px 3px;
    }    
    #qbFormClear {
        margin-right: 3px;
    }
    #merchandise-continue{
        margin-right: 5px;
        margin-left: 2px;
    }
    .total-con{
        margin-right: 5px;
    }
    #qb-continue-con .qbSquareButton#merchandise-save {
        width: 50px;        
    }
    .qbForm input, .qbForm select,
    .qbForm textarea{
        width: 270px;
    }
}

.quote-note{
    font-style: italic;
}

.qbDisclaimer{
    margin: 10px 0;
    font-style: italic;
}
