﻿
#copie.panel-primary {
    border: none
}

#copie.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: none
}

.lead {
    height: 55px
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #448AFF;
    border-color: #448AFF;
}

#copie.panel > .panel-heading {
    border-radius: 3px;
}
.panel-body {
    padding: 0; 
}
/*
#copie.panel > .panel-body {
    display: none;
}
*/
/*
#copie.panel > .panel-heading {
    margin-bottom: 20px;
}

#copie.panel > .panel-heading {
    display: none;
}
*/
#content {
    margin-bottom: 30px;
}

.btn {
    line-height: 1.3;
    /*padding: 8px 0px;*/
}

.form-control {
    border-radius: 2px;
    box-shadow: 0px;
    color: #4f5a6d;
    font-size: 12px;
}

.table.prod_tab {
    min-width: 750px;
}

    .table.prod_tab > tbody > tr > th {
        border-top: 0;
        border-bottom: 0;
    }

    .table.prod_tab > tbody > tr > td {
        vertical-align: middle !important;
    }

.table-condensed.prod_tab > tbody > tr > td {
    padding: 5px;
}

.table-condensed.prod_tab > tbody > tr > th {
    vertical-align: middle !important;
}

.table.prod_tab > tbody > tr > td {
    border-top: 1px dotted #cfcfcf;
}

.table-striped.prod_tab > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f8fafc;
}

.table-striped.prod_tab > tbody > tr.consigliato > td, .table-striped > tbody > tr.consigliato > th {
    background-color: #fafad2;
}

table.prod_tab, th, td {
    border: 1px solid #eee;
}

    table.prod_tab > tbody > tr > th:nth-child(1) {
        background: #ffffff !important;
    }

    table.prod_tab > tbody > tr > th:nth-child(2) {
        background: #ffffff !important;
    }

    table.prod_tab > tbody > tr > th:nth-child(3) {
        background: #ffffff !important;
    }

    table.prod_tab > tbody > tr > th:nth-child(4) {
        background: #ffffff !important;
    }

    table.prod_tab .btn-toaction-outline {
        font-weight: 600;
        border-radius: 4px;
        height: 36px !important;
        line-height: 18px !important;
        font-size: 15px !important;
        transition: 0.2s;
    }

        table.prod_tab .btn-toaction-outline:hover {
            background-color: #448AFF !important;
            color: white !important;
            background-image: none;
            border: 1px solid #448AFF;
        }

.btn-toaction-outline-hover {
    background-color: #448AFF !important;
    color: white !important;
    background-image: none;
    border: 1px solid #448AFF;
}

@media screen and (min-width: 768px) {
    td.consigliato {
        background-image: url('/Images/Prodotti/consigliato.svg');
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: 30%;
    }
}
