/**
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 * We offer the best and most useful modules PrestaShop and modifications for your online store. 
 *
 * @category  PrestaShop Module
 * @author    knowband.com <support@knowband.com>
 * @copyright 2016 Knowband
 * @license   see file: LICENSE.txt
 */
.kbchart_link_display {
    margin-top: 1.5rem;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    text-align: center;
    width: 100%;
}
.kbchart_link_display p {
        margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0px 10px 0px;
}
.kbchart_link_display #kbchart_preview_link {
    padding-top: 0 !important;
    color: #040404;
    cursor: pointer;
    font-weight: bold;
}
/*.kbchart_link{
    padding-top: 0 !important;
    color: #00aaf0;
    cursor: pointer;
}*/

.kbchart_link:hover{
    color: #012740;
    text-decoration: underline;
}

.chart-table{
    min-width: 400px;
    border: 1px solid #EAEAEA;
}

.chart-table td{
    padding: 10px 20px;
    text-align: center;
}

.chart-table td.bordered-cell{
    border-top: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.chart-table td.last-cell{
    background-color: #ccc !important;
    width:10px;
    padding:0;
    border:none !important;
}

.chart-table thead td {
    background-color: #ccc;
    font-weight: bold;;
}

.chart-table tbody tr:nth-child(odd) td {
    background-color: #eee;
}

.chart-table tbody tr:nth-child(even) td {
    
}

.chart-table tbody tr:nth-child(odd) td:first-child, .chart-table tbody tr:nth-child(even) td:first-child {
    background-color: #ccc;
}

.chart-table tbody tr:last-child td:last-child{
    border-bottom:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
}
.vss-td-hovered{
    background-color:orange !important;
}
.vss-td-hovered-neighbour{
    background-color:rgba(255, 165, 0, 0.28) !important;
}
