/* CSS Document */

@import url("http://samsonsclassroom.com/signup/css/form_elements.css");


/*
COLOR PALETTE

92c424  The Main Green
84a921  A Darker Version of the Main Green

E07119  The Main Orange

*/



/*=============================================================================================*/
/*==   Universal defaults                                                                    ==*/
/*=============================================================================================*/
body {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    background-color: #fff;
}

table {
    border-collapse: collapse;
}

a:link {
    color: #555555;
}

a:visited {
    color: #555555;
}

a:hover {
    text-decoration: none;
}

table td {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

table th {
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
}

label {
    margin-bottom: 2px;
}

h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}


.butSubmitLoadingGo {
    padding: 0px;
    color: #fff;
    background-color: #fff;
    margin: 0px;
    font-size: 1px;
    border: none;
    height: 1px;
    width: 1px;
}
.butNext {
    padding: 5px 15px;
    color: #fff;
    background-color: #92c424;
    border-radius: 4px;
    border: none;
    margin: -6px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}
.butPrev {
    padding: 5px 15px;
    color: #fff;
    background-color: #999;
    border-radius: 4px;
    border: none;
    margin: -6px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}


/* For the top blue bar with the logo and back link */
.top-navbar {
    background-color: #075eac;
    height: 65px;
}
a.top-white-link {
    color: #fff;
    font-size: 15px;
}
a.top-white-link:visited {
    color: #fff;
}
a.top-white-link:hover {
    color: #ccc;
    text-decoration: none;
}



/* Step By Step Wizard - START */
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; margin-bottom: 20px;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 14px; margin-bottom: 2px; min-width: 110px;}
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {font-size: 14px; margin-bottom: 2px; min-width: 110px; font-weight: bold;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #92c424; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 20px; height: 20px; background: #84a921; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color: #ddd;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #92c424;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.complete.gray-after > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step.active.gray-after > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step.active.green-after > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #84a921;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:first-child.active.green-after > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.not-started > .bs-wizard-dot {background-color: #ddd;}
.bs-wizard > .bs-wizard-step.not-started > .progress {background-color: #ddd;}
.bs-wizard > .bs-wizard-step.not-started > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.not-started a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard .white-check-mark {color: white; margin:6px 7px; z-index:2; }
/* Step By Step Wizard - END */



/* Footer - START */
footer {
    background-color: #888;
    padding: 30px 30px 100px 30px;
    color: white;
    font-size: 15px;
    margin-top: 80px;
}

footer a:link {
    color: #fff;
}
footer a:visited {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
}

footer .samson {
    height: 160px;
}

.footer-list-header {
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    font-size: 20px;
    margin-top: 0;
}
/* Footer - END */




/* Bootstrap overrides - START */
.panel > .panel-heading {
    padding: 15px 15px;
    font-weight: bold;
    font-size: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ddd;
    color: #333;
}
.panel > .panel-body {
    font-weight: normal;
}
.panel > .panel-footer {
    padding: 15px 15px;
    font-size: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #EEE;
}
.panel {
    border-radius: 4px;
}
/* Bootstrap overrides - END */



.width-container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px 15px;
}

/* This is for the gray box below the monthly/yearly choice on step 2 */
.planMessageContainer {
    display: block;
    background-color: #eee;
    padding: 20px;
    margin: 10px 0px 0px 0px;
}

/***************
Review & Submit Screen - Start
***************/
/* This is for the gray boxes on the review and submit page */
.gray-box {
    background-color: #eee;
    height: 250px;
    width: 290px;
    padding: 5px 15px;
}
.green-box {
    background-color: #92c424;
    height: 250px;
    color: #fff;
    width: 290px;
    padding: 5px 15px;
}

.summary-box-header {
    font-size: 16px;
    font-weight: bold;
}

.label-value-table {
}
.label-value-table .td-label {
    text-align: right;
    font-weight: bold;
    width: 128px;
    padding: 3px 8px;
}
.label-value-table .td-value {
    text-align: left;
}
.label-value-table .td-value-right {
    text-align: right;
}

/***************
Review & Submit Screen - End
***************/




/***************
Checkout
***************/

#card-container {
    width: 400px;
    margin: 0 auto;
    border: 3px solid #ddd;
    overflow: hidden;
    border-radius: 6px;

}


.newCardInfo{
    padding-left: 45px;
}

#newBillingInfoDiv{
    border: 3px solid #ddd;
     border-radius: 10px;
    margin: 0px 50px;
    position: relative;
    padding: 20px;
   

}
.thelabel{
    width: 100%;
}
#oldCardDiv{

    border: 3px solid #ddd;
    border-radius: 10px;
    margin: 50px;
     padding: 20px 0 30px;
    position: relative;


}
#coverOldCard{
    background-color: #ddd;
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: .6;
}
#coverNewCard{
    background-color: #ddd;
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: .6;
}
.card-container-inner{
    width: 330px;
    margin: 0 auto;
}
.radioPayment{
position: relative;
top: 170px;
width: 40px;

}
.radioPayment2{
position: relative;
top: 110px;
width: 40px;

}
#paymentList{
list-style-type: none;
padding: 0;

}
#paymentList li{
padding: 0;
margin: 0;

}
#paymentList li:nth-child(3){
margin-top: -60px;
padding-bottom: 50px;


}
#cartOR {
    width: 100px;
    margin:0px 50px 50px 50px;
    padding-bottom: 0;
   font-family: "Titan One", cursive;
    font-weight: bold;

}    
#ddlCards {

    width: 400px;
    padding: 0px 20px 20px;
    border-radius: 5px;
    list-style-type: none;

}

    #ddlCards li {
        line-height: 40px;
        width: 300px;
        border: 3px solid #ddd;
        border-radius: 6px;
        margin: 10px 5px 10px 25px;
        padding: 3px 10px 6px;
        font-size: 18px;
    }

.liChk {
    width: 30px;
    height: 15px;

}

#oldCardHeader {

    height: 0px;
    line-height: 50px;
    text-align: left;
    color: #A2A2A2;
    margin-left: 55px;
    font-weight: bold;
}
#newCardHeader {

    height: 0px;
    position: relative;
    top: -40px;
    line-height: 50px;
    text-align: left;
    color: #A2A2A2;
    margin-left: 55px;
    font-weight: bold;
}
#billing{
    margin-left: 45px;
}

#BillingAddrHeader{
    font-size: 20px;
    font-weight: bold;
}

#BillingAddr{
    font-size: 18px;
}


.btn-changeCard{

margin: 30px 95px;
padding: 5px 10px;
border: none;
border-radius: 6px;
background-color: #646464;
color: white;
font-size: 20px;

}
.btnCheckout {
    position: relative;
    left: 170px;
    top: 20px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #E07119;
    border-radius: 7px;
    border: none;
}

.butCancelNew {
    float: right;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #888888;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 31px;
    font-size: 18px;
    font-weight: bold;
}

.checkoutFormField {
    width: 280px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.checkoutFormField:active {
    border: 1px solid #999;
    border-radius: 5px
}
.errorBorder {
    border: 1px solid #CC0000;
}

.errorLabel {
    color: #CC0000;
}

.tblTdLabelLG {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    text-align: left;
    padding: 5px 10px 5px 9px;
    margin: 0px 10px 10px;
    width: 200px;
}

.step4Divs {
    padding: 0px 0px 30px;
}

            


/**************************
    plan modal
***************************/

.modalBackground {
    background-color: black;
    filter: alpha(opacity=90) !important;
    opacity: 0.6 !important;
    z-index: 20;
}

.planModal {
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 40px;
    margin-top: -40%;
    margin-left: -5%
}
.planPopUpBtn{
    border: none;
    background-color: #fff;
}
.btnX {
    border: none;
    background-color: #fff;
    font-family: "Titan One", "Helvetica Neue", "Helvetica Black", "Helvetica Bold", "Arial Black", "Arial Bold";
    color: #808080;
    float: right;
}

.planTable {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.planTable td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 2px 8px;
    vertical-align: middle;
    font-weight: normal;
    width: 97px;
    background-color: #FFF;
}

.arrow-glyphicon-cart{
    width: 25px;
    margin-right: 10px
}

.liCardImg{

    width: 50px;
    margin-right: 30px
}


/* Actually hide the real radio button for any radio that has a class of bigRadioButton */
span.bigRadioButton > input[type="radio"] {
    display:none;
}
span.bigRadioButton > input[type="radio"] + label:hover {
    cursor: pointer;
}
span.bigRadioButton > input[type="radio"] + label:before {
    background-color:white;
    border: 2px solid #333;
    border-radius: 50%;
    content: "";
    display:inline-block;
    width: 20px;
    height: 20px;
    line-height:20px;
    vertical-align: -5px;
    margin-right: 5px;
}
span.bigRadioButton > input[type="radio"]:checked + label:before {
    background-color: #92c424;
}

/* Disabled big radio button styles */
span.bigRadioButton > input[type="radio"]:disabled + label:hover {
    cursor: not-allowed;
}
span.bigRadioButton > input[type="radio"]:disabled + label:before {
    border: 2px solid #999;
}
span.bigRadioButton > input[type="radio"]:disabled + label {
    color: #999;
}


.createActInner{

    margin: 40px;
    min-height: 160px;
    padding-bottom: 60px;
    text-align:left;
}

.checkInCircle{
    width: 50px;
    margin: 0px 25px 0px -80px;

}

#topProgressCheck1, #topProgressCheck2, #topProgressCheck3, #topProgressCheck4{
    width: 40px;
    position: relative;
    padding: 0;
    margin:0px 10px 5px -40px;

}

.panel-pad {
    margin: 0px 0px;
}

/*****************
    Media queries
    ****************/

@media screen and (max-width: 1200px) {

    .btnCartBackToWebsite {
        margin-right: 50px
    }

} /* End of max-width 1200px */


@media screen and (max-width: 1000px) {

    .panel-pad {
        margin: 0px 20px;
    }
    #topProgressCheck1, #topProgressCheck2, #topProgressCheck3, #topProgressCheck4 {
        width: 40px;
        position: relative;
        margin:0px 10px 5px 0px;
    }
    .checkInCircle {
        display:none;
    }

    /* Override the progress css to blank out the label names on small screens */
    .bs-wizard {margin-top: -25px;}
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {visibility: hidden; width: 30px; white-space:nowrap; overflow-x: hidden;}

    footer {
        margin-top: 20px;
    }

    .gray-box {
        width: 95%;
        padding: 5px 15px 12px 15px;
        margin: 0px auto 15px auto;
        height: auto;
    }

    .green-box {
        width: 95%;
        padding: 5px 15px 12px 15px;
        margin: 0px auto 0px auto;
        height: 250px;
    }

} /* End of max-width 767px */


@media screen and (max-width: 650px) {

    .btnCartBackToWebsite {
        margin: 10px auto;
        font-size: 14px;
    }
    .btnCartBack {
        font-size: 14px;
        top: 0px;
    }
    .headLogo{
        margin: 0 auto;
    }
    #step4HeaderTitle{
        position: relative;
        margin-bottom: 50px;
        left: 0;
    }

} /* End of max-width 650px */


@media screen and (max-width: 580px) {
    
    .hide-on-mobile {
        display: none;
    }

    .panel-pad {
        margin: 0px 5px;
    }
    #topProgressCheck1, #topProgressCheck2, #topProgressCheck3, #topProgressCheck4 {
        width: 40px;
        position: relative;
        margin:0px 25px 5px 20px;
    }

} /* End of max-width 580px */


@media screen and (max-width: 502px) {

    #topProgressCheck1, #topProgressCheck2, #topProgressCheck3, #topProgressCheck4{
        width: 40px;
        position: relative;
        margin:0 5px 5px 0;
    }

} /* End of max-width 502px */


/* This prevents the actual URL of the links from being shown on a printout */
@media print {
    a[href]:after {
        content: none !important;
    }
}