﻿/**** Fonts Defs *************************************************************/
@font-face {
    font-family: MyriadPro-Cond;
    src: url('../fonts/MyriadPro-Cond.woff');
}

@font-face {
    font-family: MyriadPro-BoldCond;
    src: url('../fonts/MyriadPro-BoldCond.woff');
}

/**** Base Styles ************************************************************/
html {
    position: relative;
    height: 100%;
}

body {
    font-family: 'MyriadPro-Cond', sans-serif !important;
    font-size: 12pt;
    height: 100%;
}

strong {
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
}

/**** Content Wrapper Styles *************************************************/
.contentRootWrapper {
    padding: 10px;
    width: 100%;
    position: relative;
}

.contentWrapper {
    overflow-x: hidden;
}


/**** Content Default Styles *************************************************/
.content h1 {
    text-align: center;
    font-size: x-large;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #ff0000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content h2 {
    text-align: center;
    font-size: large;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #000000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content h3 {
    text-align: left;
    font-size: large;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #000000;
    margin: 5px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content h4 {
    text-align: left;
    font-size: x-large;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #ff0000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content h5 {
    text-align: left;
    font-size: large;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #000000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content h6 {
    text-align: center;
    font-size: small;
    font-weight: normal !important;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    color: #ff0000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}


.content p {
    /*font-size:medium;*/
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content li {
    /*font-size:medium;*/
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.content hr {
    margin: 5px;
}

/**** Footer Styles **********************************************************/
.footer {
    color: #ffffff;
    background-color: #333333;
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
}

.footer .buttonContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footerSmallMessage {
    background-color: #000000;
    text-align: center;
}

.footer .smallMsgContainer {
    background-color: #ffffff;
    height: 30px;
    width: 100%;
}

.footerSmallMessage span {
    line-height: 30px !important;
}

.footerInlineMessage {
    text-align: center;
    height: 50px;
    visibility: hidden;
}

#inlineMessage {
    line-height: 50px !important;
}

#inlineMessage label {
    line-height: 50px !important;
}

.footer button {
    height: 50px;
}

.footer .buttonLeft {
    float: left;
    width: 50%;
}

.footer .buttonRight {
    float: right;
    width: 50%;
}


.footerCopyright {
    background-color: #000000;
    height: 30px;
    text-align: center;
    font-size: xx-small;
    padding-top: 7px;
    padding-bottom: 7px;
}


/**** Helpers - Alignment ****************************************************/
.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.amount {
    width: 75px;
    text-align: right;
}

.quantity {
    width: 50px;
    text-align: center;
}


.smallNumber {
    width: 75px;
    text-align: right;
}


/**** Links (common) **********************************************************/
a:link {
    color: #ff0000;
}

a:visited {
    color: #ff0000;
}

a:active {
    color: #000000;
    background-color: #ffff00;
}

a:hover {
    color: #ffffff;
    background-color: #666666;
}

a:hover:visited {
    color: #ffffff;
    background-color: #666666;
}


/**** Links (Nav) ************************************************************/
nav a:link {
    /* unvisited link */
    color: #FFFFFF !important;
    background-color: #000000 !important;

    border-bottom: 8px solid #000000;
}

nav a.visited,
nav a:visited {
    color: #FFFFFF !important;
    background-color: #333333 !important;
    background-image: none !important;
    border-bottom: 8px solid #333333;
}

nav a:active {
    background-color: #666666 !important;
    border-bottom: 8px solid #666666 !important;
}

nav a:hover {
    background-color: #666666 !important;
    border-bottom: 8px solid #666666;
}

nav a[disabled] {
    color: #666666 !important;
    pointer-events: none;
    cursor: none;
}

nav a.active {
    background-color: #FF0000 !important;
    border-bottom: 8px solid #FF0000 !important;
}

/**** Button (common) ********************************************************/
button {
    border: none;
}


/**** Group Title ************************************************************/
div.groupBar {
    position: relative;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    font-size: 13pt;
    text-align: center;
    color: #000000;
    background-color: #ffcc00;
    margin: 0px;
    padding: 0px;
    height: 25px;
}

/**** Group Buttons **********************************************************/
button.groupBtn {
    color: #000000;
    background-color: #ffcc00;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 25px;
    width: 30px;
}

.groupBtn.hover,
button.groupBtn:hover {
    color: #ffffff;
    background-color: #CC9900;
}

.groupBtn.active,
button.groupBtn:active {
    color: #ffffff;
    background-color: #000000;
}

button.groupBtn:disabled {
    color: #eeeeee;
    background-color: #aaaaaa;
}


/**** Plus Button ************************************************************/

button.plus {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/plus-sign.svg) no-repeat;
}

button.plus:hover {
    background: url(../images/plus-sign-hover.svg) no-repeat;
}

button.plus:active {
    background: url(../images/plus-sign-active.svg) no-repeat;
}

button.plus.disabled {
    background: url(../images/plus-sign-disabled.svg) no-repeat;
}


/**** Minus Button ***********************************************************/
button.minus {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/minus-sign.svg) no-repeat;
}

button.minus:hover {
    background: url(../images/minus-sign-hover.svg) no-repeat;
}

button.minus:active {
    background: url(../images/minus-sign-active.svg) no-repeat;
}

button.minus.disabled {
    background: url(../images/minus-sign-disabled.svg) no-repeat;
}


/**** Remove Button **********************************************************/
button.remove {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/remove-sign.svg) no-repeat;
}

button.remove:hover {
    background: url(../images/remove-sign-hover.svg) no-repeat;
}

button.remove:active {
    background: url(../images/remove-sign-active.svg) no-repeat;
}

button.remove.disabled {
    background: url(../images/remove-sign-disabled.svg) no-repeat;
}


/**** Question Button ********************************************************/
button.question {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/question-sign.svg) no-repeat;
}

button.question:hover {
    background: url(../images/question-sign-hover.svg) no-repeat;
}

button.question:active {
    background: url(../images/question-sign-active.svg) no-repeat;
}

button.question.disabled {
    background: url(../images/question-sign-disabled.svg) no-repeat;
}


/**** Info/Help Button *******************************************************/
button.info {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/info-sign.svg) no-repeat;
}

button.info:hover {
    background: url(../images/info-sign-hover.svg) no-repeat;
}

button.info:active {
    background: url(../images/info-sign-active.svg) no-repeat;
}

button.info.disabled {
    background: url(../images/info-sign-disabled.svg) no-repeat;
}


/**** Previous Button ********************************************************/
.prev,
button.prev {
    width: 100%;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    font-size: 13pt !important;
    color: #ffffff;
    background-color: #ff0000;
}

.prev.hover,
button.prev:hover {
    color: #ffffff;
    background-color: #cc0000;
}

.prev.active,
button.prev:active {
    color: #ffffff;
    background-color: #000000;
}

button.prev:disabled {
    color: #eeeeee;
    background-color: #333333;
}

/**** Continue Button ********************************************************/
.cont,
button.cont {
    width: 100%;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    font-size: 13pt !important;
    color: #000000;
    background-color: #ffcc01;
}

.cont.hover,
button.cont:hover {
    color: #000000;
    background-color: #cc9900;
}

.cont.active,
button.cont:active {
    color: #ffffff;
    background-color: #000000;
}

button.cont:disabled {
    color: #eeeeee;
    background-color: #333333;
}

/**** More Button ************************************************************/
.more,
button.more {
    width: 100%;
    font-family: "MyriadPro-BoldCond", sans-serif !important;
    font-size: 13pt !important;
    color: #ffffff;
    background-color: #00007f;
}

.more.hover,
button.more:hover {
    color: #ffffff;
    background-color: #0000ff;
}

.more.active,
button.more:active {
    color: #ffffff;
    background-color: #000000;
}

button.more:disabled {
    color: #eeeeee;
    background-color: #aaaaaa;
}

/**** Submit Button ************************************************************/

.submit,
button.submit {
    margin-top: 10px;
    width: 200px;
    height: 50px;
    color: #000000;
    background-color: #ffcc01;
}

.submit.hover,
button.submit:hover {
    color: #000000;
    background-color: #cc9900;
}

.submit.active,
button.submit:active {
    color: #ffffff;
    background-color: #000000;
}

button.submit:disabled {
    color: #eeeeee;
    background-color: #333333;
}



/**** Input (common) *********************************************************/
input,
select {
    width: 200px;
    margin: 2px;
}


/**** Label Input (common) ***************************************************/
label {
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 30px;
}

label[required]::before {
    content: url(../images/required_right_arrow.gif);
}

/**** Placeholder Input (common) *********************************************/
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaaaaa;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaaaaa;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaaaaa;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaaaaa;
}

/**** State Input ************************************************************/
input.state {
    width: 40px !important;
    text-align: center;
    text-transform: uppercase;
}

/**** Zip Code Input *********************************************************/
input.zipcode {
    width: 150px !important;
    text-align: center;
}

/**** Phone Input ************************************************************/
input.phone {
    width: 150px !important;
    text-align: center;
}

/**** Date Input *************************************************************/
input.date {
    width: 150px !important;
    text-align: center;
}


/**** CheckBox Input *********************************************************/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/checkbox-unchecked.svg) left top no-repeat;
}

input[type="checkbox"]:checked+label span {
    background: url(../images/checkbox-checked.svg) left top no-repeat;
}


/**** Radio Input ************************************************************/
input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    text-align: left;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/radiobutton-unchecked.svg) left top;
}

input[type="radio"]:checked+label span {
    background: url(../images/radiobutton-checked.svg) left top no-repeat;
}

/**** Month/Year Input *******************************************************/
select.month {
    width: 100px;
}

select.year {
    width: 90px;
}


/**** Process/Loading Indicator **********************************************/
#processingCover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;

}

#processing {
    position: fixed;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 10px;
    width: 220px;
    height: 90px;
    vertical-align: middle;
    box-shadow: -2px 2px 10px #000000;
}

.processing p {
    margin-top: 10px;
    font-style: italic;
    text-align: center;
}

/**** PopUp ******************************************************************/
#popupCover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
}

#popup {
    position: fixed;
    background: #ffffff;
    border: 1px solid #000000;
    width: 280px;
    height: 420px;
    padding: 10px;
    box-shadow: -2px 2px 10px #000000;
    overflow-y: auto;
}

.popup h1 {
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: #FF0000;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px
}

/**** Merchandise Items ******************************************************/

.merchDesc {
    width: 650px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.item-cell {
    width: 100%;
    text-align: center;
}

.item-cell label {
    width: 120px;
    text-align: right;
}

.item-cell.subgroup {
    font-weight: bold;
}

.quick-links {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

/**** Payment Page ******************************************************/
.errorList {
    color: #ff0000;
}

ul.errorList {
    padding: 5px;
}

ul.errorList>li {
    padding-top: 0px;
}


.sq-input {
    border: 1px solid #000000;
    width: 200px;
    margin-top: 3px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    height: 25px;
}

/**** Order Review Page ******************************************************/
.rowSeperator {
    margin-top: 7px !important;
}

.rowLeftIndent {
    padding-left: 30px;
}

.underline {
    text-decoration: underline;
}

.oddRow {
    background-color: #f9f9f9;
}

/**** JQUERY-UI autocomplete Overrides ***************************************/
.ui-menu-item {
    color: #fff;
    background-color: #000000;
}

.ui-state-hover,
.ui-state-focus {
    border: none !important;
    background-image: none !important;
    background: none !important;
    color: #000 !important;
    background-color: #eeee00 !important;
}

/**** Payments - Square page */
.paymentInput {
    /* float: none;
    margin: 0 auto; */
    display: inline-block !important;
    padding-left: 17px;
    max-width: 479px;
}