/* table RWD s */
@media only screen and (max-width: 768px) {

    /* Force table to not be like tables anymore */
    .block_table table,
    .block_table.table thead,
    .block_table.table tbody,
    .block_table.table th,
    .block_table.table td,
    .block_table.table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .block_table.table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .block_table.table tr {
        /* border: 1px solid #ccc; */
    }

    .block_table.table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
        min-height: 47px;
    }

    .block_table.table td:before {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        padding: 19px;
        white-space: nowrap;
        text-align: left;
        font-weight: 400;
        color: gray;
        background: #eeeeee;
    }

    .block_table.table tr:nth-child(even) td:before {
        background: #e5e5e5;
    }

    .block_table.table tr:nth-child(even) td {
        border-bottom: 1px solid #e5e5e5;
    }

    .table.prog th {
        display: block;
        text-align: center;
    }

    .table.prog td {
        display: block;
        text-align: center;
    }
}

/* table RWD e */
/* tab disabled s */
.nav-tabs li {
    position: relative;
}

.nav-tabs li.disableLink a {
    pointer-events: none;
}

.nav-tabs li.disableLink::before {
    content: "\f05e";
    font-family: FontAwesome;
    color: red;
    right: 5px;
    font-size: 1.25rem;
    font-weight: 400;
    position: absolute;
    top: 0;
    display: none;
    border-width: 0;
}

.nav-tabs li.disableLink:hover::before {
    display: block;
    pointer-events: none;
}

/* tab disabled e */

/* table frozen s */

.table-frozen {
    border: none;
}

.table-frozen thead th {
    white-space: nowrap;
}

.table-frozen tbody td {
    border-bottom: solid 1px #DDEFEF;
    color: #333;
    padding: 10px;
    /* white-space: nowrap; */
    background: #fff;
}

.table-scroller {
    margin-left: 10%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 90%;
}

.table-frozen .frozen-item {
    left: 1%;
    position: absolute;
    top: auto;
    width: 10%;
    border-right: 1px solid #2d97a7a1 !important;
    height: -webkit-fill-available;
}

/* table frozen e */

/* landsystems-Anchor s */
#landsystems-Anchor.st_2:hover span {
    display: inline-block;
    /* opacity: 0; */
}

#landsystems-Anchor li.hover {
    background-color: #0074D9;
}

#landsystems-Anchor li:hover,
#landsystems-Anchor li:hover a {
    background-color: initial;
    color: #FFEB3B;
}

#landsystems-Anchor li.hover:hover {
    background-color: #0074D9;
    color: #FFEB3B;
}
/* landsystems-Anchor e */