/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.06.2016, 12:24:51
    Author     : wegner
*/

ul.addin-tabs {
    margin-top: 4px;
    padding-left: 0;
    background-color: transparent;
    border-bottom: 1px solid #cfcfcf;    
}


.addin-tabs li {
    float: left;
    display: table-row;

    list-style-type: none;
    /*padding: 0.4em 0.8em 0.4em 0.2em;*/
    /*padding-left: 6px;*/

    padding: 0.6em;
    
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-right:  4px;

    color: #000;
    /*background-color: #fff;*/
    /*border: 1px solid #fff;*/
}

.addin-tabs li a {
    text-decoration: none;
}

.addin-tabs li:hover {
    background-color: rgba(100,100,100, 0.2);
}

.addin-tabs li.active {
    /*padding: 0.2em 0.8em 0.4em 6px;*/
    background-color: #666;
}

.addin-tabs li.active a {
    color: #fff;
    font-weight: bold;
}

.addin-tabs li .tab-close::before {
    /*content: "x";*/
    left: 0px;
    position: relative;
    top: -2px;
}

.addin-tabs li .tab-close {
    color: #000;
    
    width: 18px;
    height: 18px;
    
    text-align: center;
}

.addin-tabs li .tab-close:hover {
    color: #000;
    background-color: #fff;
}

.addin-tabs li.active .tab-close {
    color: #fff;
    /*border: 1px solid #fff;*/
}

.addin-tabs li.active .tab-close:hover {
    color: #000;
    background-color: #fff;
    /*border: 1px solid #fff;*/
}


.addin-tabs li a, 
.addin-tabs li span, 
.addin-tabs li div 
{
    display: table-cell;
}


/*.addin-tabs li.active > div {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2px 0;
}*/
