﻿.modal-backdrop {
    /*position: inherit;*/
}
    .productBox {
    cursor: pointer;
    background-color: white;
    margin: 5px;
    padding: 5px;
    height: auto;
    /*width: 250px;*/
    width:100%;
    text-align: center;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: middle;
}

    .productBox:hover {
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    }



.productBox2 {
    cursor: pointer;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 5px;
    height: auto;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: middle;
}

    .productBox2:hover {
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    }

    .productBox2 h3 {
        word-wrap: break-word;
        font-size: 18px;
        height: 70px;
    }



.productBox3 {
    cursor: pointer;
    background-color: white;
    padding: 15px;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: middle;
}

    .productBox3:hover {
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    }

    .productBox3 h3 {
        margin-top: 0px;
    }




/*.modal.large {
    width: 60%;
    margin-left: 20%;
}*/

@media print {
    a[href]:after {
        content: none !important;
    }
}

.cc_container {
    font-size: 14px !important;
}

    .cc_container .cc_btn {
        color: black !important;
        background-color: white !important;
    }

        .cc_container .cc_btn:visited {
            color: black !important;
            background-color: white !important;
        }

.basketCell {
    background-color: #dff0d8;
    padding: 10px;
}

table.change-basket td {
    padding: 5px;
}

table.table-hover tr:hover {
    background-color: lightblue;
}

.dropdown-menu a[href$=".pdf"] {
    padding-left: 28px !important;
    background-image: url(Images/acrobat.gif);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}

.dropdown-menu a[href$=".stp"], .dropdown-menu a[href$=".igs"], .dropdown-menu a[href$=".step"], .dropdown-menu a[href$=".STP"] {
    padding-left: 28px !important;
    background-image: url(Images/3d.gif);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}

.dropdown-menu a[href$=".dxf"] {
    padding-left: 28px !important;
    background-image: url(Images/2d.gif);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
