﻿

.add-to-cart-panel .qty-dropdown {
    height: 43px;
}

/* the style of the container of the product availability selection in ProductAvailabilitySelection.cshtml */
.rental-attributes {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    margin: 5px 0 20px 0;
}

    .rental-attributes h1 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
    }


.product-availability-true {
    line-height: 10px;
    color: #0070e9;
}

.product-availability-false {
    line-height: 10px;
    color: red;
}

.add-to-cart-button:disabled {
    background-color: #b1b1b1 !important;
}




.wizi-items-container {
    border: solid 1px #eaeaea;
    background-color: #fafafa;
    padding: 10px;
    margin: 10px 0 50px 0;
}

.wizi-items-error {
    text-align: center;
    color: red;
    font-size:120%;
}

.wizi-items-container h1, .wizi-items-container h2, .wizi-items-container h5 {
    text-align: center;
    padding: 5px;
}


.wizi-table {
    width: 100%;
    border-spacing: 2px;
    border: solid 1px #efefef;
}

    .wizi-table thead {
        background-color: #eaeaea;
    }

        .wizi-table thead th {
            border-width: 1px 1px 0;
            border-style: solid;
            border-color: #ddd;
            background-color: #f6f6f6;
            padding: 10px;
            white-space: nowrap;
            font-weight: normal;
            text-align: center;
        }

    .wizi-table tbody td {
        border-width: 1px;
        border-style: solid;
        border-color: transparent #ddd #ddd;
        background-color: #fff;
        padding: 5px;
        color: #444;
    }

    .wizi-table .no {
        color: #585858;
        text-align: center;
        width: 30px;
    }

    .wizi-table .product {
        color: gray;
        text-align: left;
        width: auto;
    }

        .wizi-table .product.checkout {
            color: #4ab2f1;
            text-align: left;
        }

    .wizi-table .item {
        text-align: center;
        width: auto;
    }

    .wizi-table .date {
        text-align: center;
        width: 140px;
    }

    .wizi-table .ok {
        text-align: center;
        width: 40px;
        font-weight: bold;
        color: gray;
    }

    .wizi-table .activated {
        text-align: center;
        font-weight: bold;
        font-size: 95%;
        width: 150px;
    }

    .wizi-table .trackingtype {
        text-align: center;
    }

    .wizi-table .trackingdate {
        text-align: center;
        width: 170px;
    }

    .wizi-table .trackinglocation {
        color: gray;
        text-align: left;
    }

    .wizi-table .items {
        color: gray;
        width:50%;
        text-align: center;
    }



.wizi-items-actions {
    display: table;
    border: solid 1px #e1e1e1;
    width: 100%;
    border-spacing: 5px;
    margin: auto;
}

.wizi-items-action {
    display: table-cell;
}

.check-out-container {
    width: 300px;
    background-color: #fbfbfb;
    border: solid 1px #e1e1e1;
    padding: 10px;
}

.checkout-item {
    text-align: center;
}

    .checkout-item .checkout-item-title {
        font-weight: bold;
        margin: 4px;
    }

    .checkout-item .serial-input {
        width: 200px;
        color: #0070e9;
        font-weight: bold;
        text-align: center;
    }

    .checkout-item .checkout-button {
        width: 200px;
        display: inline-block;
        min-width: 180px;
        margin: 5px 0;
        border: none;
        background-color: #ff9595;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

        .checkout-item .checkout-button:hover {
            background-color: #e16a6a;
        }

.check-in-container {
    width: 300px;
    background-color: #fbfbfb;
    border: solid 1px #e1e1e1;
    padding: 10px;
}

.checkin-item {
    text-align: center;
}

    .checkin-item .checkin-item-title {
        font-weight: bold;
        margin: 4px;
    }

    .checkin-item .serial-input {
        width: 200px;
        color: #0070e9;
        font-weight: bold;
        text-align: center;
    }

    .checkin-item .checkin-button {
        width: 200px;
        display: inline-block;
        min-width: 180px;
        margin: 5px 0;
        border: none;
        background-color: #4ab2f1;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

        .checkin-item .checkin-button:hover {
            background-color: #339ede;
        }

.wizi-items-message {
    margin: 5px;
    padding: 10px;
    text-align: center;
    color: gray;
    background-color: white;
    border: solid 1px #e2e2e2;
}


.cancellation-info .tooltip-inner{
    max-width: 400px;
    padding: 10px 8px;
    background-color: #17a2b8; 
}


.cancellation-info .fa-info-circle{
    cursor:default;
}