.p13-bottomline {
    border-bottom: 1px solid #999999;
    padding: 5px 0 0 0;
    vertical-align: top;
    vertical-align:top;
}

tr:last-child .p13-bottomline {
    border: 0;
}

.p13-product-info-container {
    margin-top: 15px;
    float: left;
}

.p13-product-info-container:first-child {
    margin-top: 0px;
}

.p13-auswahltext {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

input[type="checkbox"] {
    height: 10px;
    width: 10px;
    border: 1px solid #999999;
    margin-left: 0;
}

.p13-download-icon:hover .fileicon {
    background-image: url("../../image/icon/download_act.png");
}

.p13-download-icon .fileicon {
    background-image: url("../../image/icon/download_inact.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 26px;
    width: 23px;
    border:0;
    float:right;
}

.p13-suchfeld {
    display: block;
    float: left;
    background: #FFDC32 !important;
    border: 0 !important;
    padding: 0 10px;
    font-family: Verdana;
    height: 30px !important;
    font-size: 12px;
    color: #666666;
    width: 250px !important;
}

div.p13-button {
    display:block;
    float:right;
    background-color: #19A1AF;
    border: 0;
    height: 30px;
    color: #FFFFFF;
    position:relative;
    padding: 0 10px;
    width: 50px;
}

input.p13-button {
    border: 0;
    height:100%;
    width: 100%;
    color: #FFFFFF;
    padding: 0;
    background-color: #19A1AF;
}

div.p13-button:before{
    content:"";
    display:inline-block;
    position:absolute;
    border:0;
    top:10px;
}
div.p13-button:after{
    content:"";
    display:inline-block;
    position:absolute;
    border:7.5px solid #FFDC32;
    border-color:transparent transparent transparent #FFDC32;
    top:7.5px;
    left:-1px;
}

.filename {
    color: #BABAC2;
    /*position: absolute;
    z-index: 1;
    text-align: center;*/
}
.filename:hover {
    color: #19A1AF;
}


label span {
    color: #999999;
    margin-bottom:20px;
}

.checkbox-material-filter input[type="checkbox"] {
    height:auto;
    width:auto;
    border: 1px solid #999999;
    margin-left: 0;
}

.category_mat_db{
    vertical-align:top;
}

.checkbox-material-filter-label.active {
    color: #19A1AF;
}
