﻿#checkout-container .checkout-trees {
    padding-top: 60px;
}

#checkout-container .checkout-content {
    padding: 60px 0 0 0; 
    height: 100%;
}

#checkout-content h2, 
#order-information-content h2, 
#confirmation-container h2 {
    font-size: 16px;
    color: #9fb3c6;
    font-weight: 600;
}

#checkout-container .accordion-wrapper {
    height: 100%;
}

/* 
    Tree List 
*/
.your-trees h2 span {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

.your-trees h3 {
    margin: 0;
    text-align: right;
}

.card-wrapper {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #F8FAED;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    white-space: normal;
    font-size: 0;
    -moz-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
    box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.card-wrapper > div {
    display: inline-block;
}

.card .delete-button {
    float: right;
    z-index: 2;
    position: absolute;
    right: 4px;
    top: 4px;
    margin: 0;
    height: 26px;
}

.card .image-container {
    vertical-align: top;
    margin-right: 8px;
    float: left;
}

.card img {
    width: 32px;
    height: 35px;
}

.card .info-container {
    /*width: 220px;*/
    overflow: hidden;
    display: block;
}

.card .tree-title {
    /*font-size: 15px;
    font-weight: 600;*/
    /*color: #474b45;*/
    margin: 0;
    float: none;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    /*overflow: hidden;
    white-space: nowrap;*/
    padding-right: 22px;
}

    .card .tree-title .customer-cost-value,
    .card .tree-title .customer-cost.free {
        background: white;
    }

.card table {
    border-spacing: 0;
}

.card tr td:first-child {
    font-size: 13px;
    color: #979b94;
    text-align: right;
    vertical-align: baseline;
    padding: 0 4px 0 0;
    line-height: 14px;
}

.card tr td:last-child {
    font-size: 14px;
    color: #3f658c;
    vertical-align: baseline;
    line-height: 14px;
}

.no-trees {
    font-size: inherit;
    text-align: center;
    background: rgba(255,255,255,.25);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px;
    display: none;
}

    .no-trees button {
        margin-top: 16px;
    }
/* 
    end Tree List 
*/


#checkout-container .alert {
    display: inline-block;
    background: #FEFFFB url(images/bg-dots-2percent.png);
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    padding: 15px;
    color: #231F20;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 3;
    text-align: right;
}

#checkout-help-container {
    text-align: center;
}

#checkout-video-help {
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #5a7c38;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    animation: shadow-pulse-checkout 1.5s infinite;
}

    #checkout-video-help a {
        color: #fff;
    }

#checkout-help-container a:hover {
    color: #d5e3f0;
}

@keyframes shadow-pulse-checkout {
    0% {
        box-shadow: 0 0 0 0px #5a7c38;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}


@media (min-width: 768px) {
    #checkout-container {
        width: 60%;
        max-width: 960px;
        min-width: 890px;
    }

    #checkout-container .checkout-content {
        padding: 70px 10px 20px 0;
    }

    #checkout-container .accordion-wrapper {
        padding: 10px;
        margin-bottom: 10px;
        background: #F8FAED;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
        -webkit-box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
        box-shadow: 0 4px 3px 0 rgba(0,0,0,0.35);
    }

        #checkout-container .accordion .ui-accordion-content {
            background: #f8faed;
            overflow: auto !important;
            -webkit-overflow-scrolling: touch;
            color: #4a5570;
            padding: 0;
            -moz-border-radius: 0 0 6px 6px;
            -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
            border-color: #939598;
            border-width: 0px 1px 1px;
            border-style: solid;
            position: relative;
        }

    .accordion button.accordion-group {
        width: 100%;
        margin: 5px 0 0 0;
        text-align: left;
    }

        .accordion button.accordion-group:first-child {
            margin: 0;
        }

    #checkout-container .nav-bar button.next {
        display: none;
    }

    #checkout-container .tax-rate-wait {
        clear: both;
        display: block;
        padding: 5px 0;
    }
}

@media (max-width: 768px) {
    #checkout-container {
        overflow: initial;
    }

    #checkout-container .accordion {
        height: 100%;
    }

        #checkout-container .accordion .inline-subview {
            height: 100% !important; /* overrides accordion dynamic height */
        }
}