.tableadd-thead>tr:first-child td {

    border-top: none;

}
.errorspan {
    color:red;
    font-size:9px;
}
.elanimg {

    height: 160px !important;
    overflow: hidden;
    width:200px;
    /*position: relative;*/
}
.bill_of_sale, .ipoteka {
     position: absolute;
     bottom: 92px;
     right: 0px;
 }

 .bill_of_sale {
    background-image: url('/images/kupca.svg');
    background-size: cover;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 2px 0;
    margin-right: 10px;
    z-index: 2;
    background-position: 0 0;
}
.ipoteka {
    background-image: url('/images/percent.png');
    background-size: cover;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 2px 0;
    margin-right: 10px;
    z-index: 2;
    background-position: 0 0;
}
 .bill_of_sale> span, .ipoteka> span  {
     visibility: hidden;
 }
.bill_of_sale span::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 65%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5a9618 transparent transparent;
}
.ipoteka span::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 75%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #965F21 transparent transparent;
}


 .elanimg .bill_of_sale a:hover ~ span, .elanimg .ipoteka a:hover ~ span {
    visibility: visible;
}
.bill_of_sale span, .ipoteka span  {
    top: -36px;
    margin-left: -43px;
    width: 86px;
    font-size: 11px;
    padding: 4px;
    border-radius: 3px;
}
.bill_of_sale .item_link, .ipoteka .item_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 2;
}
.bill_of_sale span, .ipoteka span {
    display: inline-block;
    position: relative;
    top: -33px;
    left: 50%;
    margin-left: -48px;
    background: #5a9618;
    width: 70px;
    z-index: 2;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    visibility: hidden;
}
.ipoteka span {
    background: #965F21;
    width: 90px;
    margin-left: -70px;
    border-radius: 4px;
}
.elanimg img {

    max-height: 180px !important;
    height: 160px !important;
    overflow: hidden;
    background: url('/images/tenor.gif');
    background-position: 0px -20px;
    background-color: #c0c0c0;
}