.tableFixHead {
    overflow-y: auto;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        background: black;
        color: white;
        max-width: 12rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

    .tableFixHead tbody td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 12rem;
        vertical-align: middle;
    }
    .tableFixHead tbody tr th {
        vertical-align: middle;
    }

.sticky_footer {
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 0;
    text-align: right;
    font-size: 1vh;
}

#wrapper {
    width: 100%;
}

.nav-level2 li, .nav-level3 li, .nav-level4 li {
    background-color: transparent;
    z-index: 1;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

    .nav-level2 li:first-child, .nav-level3 li:first-child, .nav-level4 li:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }


.haschildren > a {
    color: black !important;
}

.list-group-item.active a {
    color: white;
}

.list-group-item.active:hover a {
    color: greenyellow;
}

.list-group-item a:hover {
    text-decoration: none !important;
}

@media(min-width:768px) {
    /*.sidebar {
        position: absolute;
        width: 12.5vw;
        margin-top: 0;
    }*/
    /*.list-group li {
        height: 5vh;
    }*/
}
/*
@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}
*/

#content {
    overflow: auto;
}

#data_div {
    margin-top: 12px;
    overflow: auto;
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}

.label-plain {
    background-color: white;
    color: black;
}

.footer {
    text-align: center;
    background-color: #eeeeee;
    height: 24px;
}

.tab-content {
    margin-top: 8px;
}

.dropdown-menu {
    max-height: 640px;
    overflow: auto;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 224px;
    margin-bottom: 160px;
    padding: 40px 0 20px 0;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.treeli {
    display: block;
    margin-left: -24px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .treeli .active {
        background-color: #ffff00;
        border-left: 2px solid red;
    }

.treelia0 {
    background-color: #f8f8f8;
    width: 98%;
}

.treelia1 {
    background-color: #e0ffe0;
    width: 98%;
}

.input-group {
    width: 100%;
    margin-top: 8px;
}

.input-group-addon {
    width: 25%;
    text-align: right;
    font-weight: bold;
}


.editable th {
    text-align: right;
    vertical-align: middle;
    margin-right: 1%;
    width: 15%;
}

.txt-centered th, .txt-centered td {
    text-align: center;
    vertical-align: middle;
}

    .txt-centered td [type=checkbox] {
        margin: auto;
    }

.editbl th, .editbl td {
    text-align: center;
    vertical-align: middle;
}

    .editbl td [type=checkbox] {
        margin: auto;
    }

[type=checkbox] {
    vertical-align: middle;
}

.dropdown-sw > li {
    border-bottom: thin solid #ddd;
}

.dragrow {
    height: 27px;
    position: absolute;
    border-bottom: thin solid cyan;
}

.dragrect {
    background-color: #ddd;
    height: 19px;
    position: absolute;
    margin: 4px 0;
    border: 1px dotted;
    text-align: center;
}

    .dragrect.active {
        border: 1px dashed;
    }

        .dragrect.active div {
            width: 6px;
            height: 6px;
            margin-top: 6px;
            position: absolute;
            cursor: e-resize;
            background-color: black;
            margin-left: -4px;
            z-index: 2;
        }

.tmark {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: blue;
    cursor: e-resize;
    border-left: 1px solid cyan;
    border-right: 1px solid cyan;
    margin-left: -2px;
    z-index: 1;
}

#highlight {
    position: absolute;
    -moz-box-shadow: inset 0 0 8px #ffff00;
    -webkit-box-shadow: inset 0 0 8px #ffff00;
    box-shadow: inset 0 0 8px #ffff00;
}

#infads-edit {
    width: 100%;
    height: 99.5%;
    font-family: Consolas, monaco, monospace;
    font-size: 16px;
}

.dragcol {
    background-color: #ddd;
    width: 12px;
    position: absolute;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    border: 1px dotted;
}

    .dragcol p {
        position: absolute;
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-writing-mode: lr-tb;
        writing-mode: vertical-lr;
    }

    .dragcol.active {
        border: 1px dashed;
    }

        .dragcol.active div {
            width: 6px;
            height: 6px;
            margin-top: -3px;
            left: 2px;
            position: absolute;
            cursor: n-resize;
            z-index: 2;
            background-color: blue;
        }

#SideBar {
    position: absolute !important;
    left: 1rem;
    opacity: 0.9;
    z-index: 20;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
