﻿.cart-table {
    width: 100%;
    border-collapse: collapse;
}
.cart-table a:link, .cart-table a:visited, .cart-table a:hover, .cart-table a:active
{
    color: #192833;
}

    .cart-table th {
        background: #182831;
        color: white;
        font-weight: bold;
        border-right: 1px solid #283842;
        font-size: 16px;
        font-weight: 600;
    }
    .cart-remove a:link {
        color: #ff0000;
    }

   
    .cart-table td {
        vertical-align: top;
    }

    .cart-table td, .cart-table th {
        padding: 6px;
        text-align: left;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }  

    .cart-table td.col-description a {
        color: #58636D;
    }

        .cart-table td.col-description .upgrades {
            padding-top: 10px;
        }

    .cart-table tfoot {
        background-color: #F1F1F1;
    }

        .cart-table tfoot td {
            font-size: 20px;
            font-weight: 800;
            text-align: right;
        }

    .cart-table .cart-price-text,
    .cart-table .cart-remove {
        vertical-align: middle;
    }

    .cart-table .cart-remove-btn {
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #ff0000;
        font-size: .9em;
        padding: 0;
        vertical-align: middle;
    }

    .cart-table .btn-link{
    
    border-radius: 12px;
    display: block;
    font-size: .875em;
    font-weight: 400;
    line-height: inherit;
    padding: 0.65em 1em 0.5em;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    display: inline-block;
    margin-top: 0;
    color:#fff;
}

.cart-table .active {
    background-color: #ff0000;
}


.cart-table .dloadall {
    width:210px;
}

@media screen and (min-width: 768px) {
    .cart-table td.col-description .upgrades {
        background-color: #F4F4F4;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px;
    }
}

.cart-table td.col-description .upgrades-list {
    font-style: italic;
    list-style: disc;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .cart-table td.col-description .upgrades-list {
        list-style: none;
        margin-left: 0;
    }
}

.cart-table td.col-description .upgrade {
    margin-top: 10px;
}

    .cart-table td.col-description .upgrade:first-child {
        margin-top: 0;
    }

.cart-table td.col-description button {
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px 1px;
}

@media screen and (max-width: 787px) {
    .cart-table td.col-description button {
        display: block;
        margin-top: 2px;
        width: 100%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Force table to not be like tables anymore */
    .cart-table table, .cart-table thead, .cart-table tbody, .cart-table th, .cart-table td, .cart-table tr {
        display: block;
    }

        .cart-table td.col-description .upgrades {
            background-color: #F4F4F4;
        }

    .cart-table td {
        vertical-align: top;
         border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 50px;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cart-table tr {
        /*border: 1px solid #ccc;*/
    }  

        .cart-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 600;
        }

    /*
            Label the data
            */

    .cart-table tfoot td:nth-of-type(1):before {
        content: "";
    }

    .cart-table td:nth-of-type(1):before {
        content: "Artist";
        padding-top: 8px;
    }

    .cart-table td:nth-of-type(2):before {
        content: "Description";
        padding-top: 8px;
        color: #000;
    }

    .cart-table td:nth-of-type(3):before {
        content: "Format";
        padding-top: 8px;
    }

    .cart-table td:nth-of-type(4):before {
        content: "Qty";
        padding-top: 8px;
    }

    .cart-table td:nth-of-type(5):before {
        content: "Price";
        padding-top: 8px;
    }
}

.stash-table .queue-status {
    display:none;
}


.stash-table {
    width: 100%;
    border-collapse: collapse;
}

.stash-table .btn-link{
    
    border-radius: 12px;
    display: block;
    font-size: .875em;
    font-weight: 400;
    line-height: inherit;
    padding: 0.65em 1em 0.5em;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    display: inline-block;
    margin-top: 0;
    color:#fff;
    text-decoration: none;
}

.stash-table .active {
    background-color: #ff0000;
}
.stash-table .disabled {
    background-color: #a2a2a2;
}

.stash-table .dloadall {
    width:210px;
}    

    .stash-table th {
        background: #182831;
        color: white;
        font-weight: bold;
        border-right: 1px solid #283842;
        font-size: 16px;
        font-weight: 600;
    }

    .stash-table td {
        vertical-align: top;
    }

    .stash-table td, .stash-table th {
        padding: 6px;
        text-align: left;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }
   

    .stash-table td.col-description {
        color: #58636D;
    }

        .stash-table td.col-description .upgrades {
            padding-top: 10px;
        }

    .stash-table tfoot {
        background-color: #F1F1F1;
    }

        .stash-table tfoot td {
           
            font-weight: 800;
        }

    .stash-table .stash-price-text,
    .stash-table .stash-remove {
        vertical-align: middle;
    }

    .stash-table .stash-remove-btn {
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #ff0000;
        font-size: .9em;
        padding: 0;
        vertical-align: middle;
    }

@media screen and (min-width: 768px) {
    .stash-table td.col-description .upgrades {
        background-color: #F4F4F4;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px;
    }
}

.stash-table td.col-description .upgrades-list {
    font-style: italic;
    list-style: disc;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .stash-table td.col-description .upgrades-list {
        list-style: none;
        margin-left: 0;
    }
}

.stash-table td.col-description .upgrade {
    margin-top: 10px;
}

    .stash-table td.col-description .upgrade:first-child {
        margin-top: 0;
    }

.stash-table td.col-description button {
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px 1px;
}

@media screen and (max-width: 787px) {
    .stash-table td.col-description button {
        display: block;
        margin-top: 2px;
        width: 100%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Force table to not be like tables anymore */
    .stash-table table, .stash-table thead, .stash-table tbody, .stash-table th, .stash-table td, .stash-table tr {
        display: block;
    }

        .stash-table td.col-description .upgrades {
            background-color: #F4F4F4;
        }

    .stash-table td {
        vertical-align: top;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 50px;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .stash-table tr {
        /*border: 1px solid #ccc;*/
    }

        .stash-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 600;
        }
.stash-table .btn-link{
   
    width: auto;
}
    /*
            Label the data
            */

    .stash-table tfoot td:nth-of-type(1):before {
        content: "";
    }

    .stash-table td:nth-of-type(1):before {
        content: "";
        padding-top: 8px;
    }

    .stash-table td:nth-of-type(2):before {
        content: "Status";
        padding-top: 8px;
        color: #000;
    }

    .stash-table td:nth-of-type(3):before {
        content: "Title";
        padding-top: 8px;
    }

     .stash-table td:nth-of-type(4):before {
        content: "Format";
        padding-top: 8px;
    }
   
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
}

    .orders-table th {
        background: #182831;
        color: white;
        font-weight: bold;
        font-size: 16px;
        font-weight: 600;
    }

    .orders-table td {
        vertical-align: top;
    }

    .orders-table td, .orders-table th {
        padding: 6px;
        text-align: left;
        border-bottom: 1px solid #CCC;
        padding: 15px;
    }  

    .orders-table td.col-description {
        color: #58636D;
    }

        .orders-table td.col-description .upgrades {
            padding-top: 10px;
        }

    .orders-table tfoot {
        background-color: #F1F1F1;
    }

        .orders-table tfoot td {
            font-size: 20px;
            font-weight: 800;
            text-align: right;
        }

    .orders-table .orders-price-text,
    .orders-table .orders-remove {
        vertical-align: middle;
    }

    .orders-table .orders-remove-btn {
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #ff0000;
        font-size: .9em;
        padding: 0;
        vertical-align: middle;
    }

    .ordheader {
        float: left;
        width: 200px;
        font-weight: bold;
        padding-left: 15px;
    }

    .orditems {
        float: left;        
    }

@media screen and (min-width: 768px) {
    .orders-table td.col-description .upgrades {
        background-color: #F4F4F4;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px;
    }
}

.orders-table td.col-description .upgrades-list {
    font-style: italic;
    list-style: disc;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .orders-table td.col-description .upgrades-list {
        list-style: none;
        margin-left: 0;
    }
}

.orders-table td.col-description .upgrade {
    margin-top: 10px;
}

    .orders-table td.col-description .upgrade:first-child {
        margin-top: 0;
    }

.orders-table td.col-description button {
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px 1px;
}

@media screen and (max-width: 787px) {
    .orders-table td.col-description button {
        display: block;
        margin-top: 2px;
        width: 100%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Force table to not be like tables anymore */
    .orders-table table, .orders-table thead, .orders-table tbody, .orders-table th, .orders-table td, .orders-table tr {
        display: block;
    }

        .orders-table td.col-description .upgrades {
            background-color: #F4F4F4;
        }

    .orders-table td {
        vertical-align: top;
        border: none;
        border-top: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 50px;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .orders-table tr {
        /*border: 1px solid #ccc;*/
    }  

        .orders-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 600;
        }

    /*
            Label the data
            */

    
    .orders-table td:nth-of-type(1):before {
        content: "Date";
        padding-top: 8px;
    }

    .orders-table td:nth-of-type(2):before {
        content: "Confirmation #";
        padding-top: 8px;
        color: #000;
    }

    .orders-table td:nth-of-type(3):before {
        content: "Qty";
        padding-top: 8px;
    }

    .orders-table td:nth-of-type(4):before {
        content: "";
        padding-top: 8px;
    }

    .ordheader {
        float: left;
        width: 120px;
        font-weight: bold;
        padding-left: 5px;        
    }

     .orddets {
        float: left;
        width: 160px;        
    }

     .orditems {
        float: left;
        width: 160px;        
    }
}