

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
    margin-left: 0px;
}

.cursorHelp {
    cursor: help;
}

.popover, .popover-content {
    max-width: 600px;
}
.popover-content {
    max-height: 500px;
    overflow-y: auto;
}

#popovercloseid.close {
    font-size: 17px;
}

table {
    position: absolute;
    top: 50px;
    bottom: 100px;
    left: 10px;
    margin-right: 20px;
}
@media (max-width: 1520px)
{
    table {
        top: 80px;
    }
}
thead, tbody, tr, td, th { display: block; }


tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
    height: 30px;

    /*text-align: left;*/
}

span.label {
    font-size: 13px;
}
tbody {
    overflow-y: auto;
}

thead {
    /* fallback */
}

tbody td {
    font-weight: normal
}

tbody td a {
    text-decoration: none;
}

tbody tr:hover td {
    font-weight: bold;
}
.table>tbody>tr:hover>td.success, .table>tbody>tr>td.success, .success {
    background-color: green;
}
.table>tbody>tr:hover>td.autopolice, .table>tbody>tr>td.autopolice, .autopolice {
    background-color: greenyellow;
}
.table>tbody>tr:hover>td.policepdf, .table>tbody>tr>td.policepdf, .policepdf {
    background-color: #ffff00;
}
.table>tbody>tr:hover>td.success.tarifierung, .table>tbody>tr>td.success.tarifierung, .success.tarifierung {
    background: green url(https://res.makler-bund.de/h1/_images/server24_black.png) no-repeat center;
}
.table>tbody>tr:hover>td.autopolice.tarifierung, .table>tbody>tr>td.autopolice.tarifierung, .autopolice.tarifierung {
    background: greenyellow url(https://res.makler-bund.de/h1/_images/server24_black.png) no-repeat center;
}
.table>tbody>tr:hover>td.policepdf.tarifierung, .table>tbody>tr>td.policepdf.tarifierung, .policepdf.tarifierung {
    background: #ffff00 url(https://res.makler-bund.de/h1/_images/server24_black.png) no-repeat center;
}

.table>tbody>tr:hover>td.success.sondertarifinfo .popoverdings,
.table>tbody>tr>td.success.sondertarifinfo .popoverdings,
.success.sondertarifinfo .popoverdings {
    position: relative;
}

.table>tbody>tr:hover>td.success.sondertarifinfo .popoverdings:before,
.table>tbody>tr>td.success.sondertarifinfo .popoverdings:before,
.success.sondertarifinfo .popoverdings:before {
    content: "*";
    position: absolute;
    top: -5px;
    left: -2px;
    color: black;
}

.table>tbody>tr>td.success:hover {
    /*background-color: darkgreen;*/
}

tbody td.col1, thead th.col1 {
    width: 200px;
    float: left;
    text-overflow: ellipsis;
}

tbody td.col2, thead th.col2 {
    width: 200px;
    float: left;
    text-overflow: ellipsis;
}
tbody td.col3, thead th.col3 {
    width: 200px;
    float: left;
    text-overflow: ellipsis;
}

tbody td.colx, thead th.colx {
    width: 44px;
    float: left;
}

.csvlink {
    position: absolute;
    right: 20px;
    top: 11px;
    display: inline-block;
    background-color: aliceblue;
    padding: 5px 10px;
    border-radius: 5px;
}

.wartunglink {
    position: absolute;
    right: 176px;
    top: 11px;
    display: inline-block;
    background-color: aliceblue;
    padding: 5px 10px;
    border-radius: 5px;
}