/* 
    Created on : 08.07.2019, 21:15:03
    Author     : Schmocker
*/

/* First image (Logo. Full height) */
.bgimg {
    background-image: url('../image/folders.jpg');
    min-height: 100%;
}

.fixLogo {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 55px;
    width: 265px;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 3;
}

@media screen and (max-width: 1000px) {
    .custHideSmall {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    .custShowSmall {
        display: none;
    }
}

.custSideBar {
    position: fixed;
    width: 200px; /* Set the width of the sidebar */
}

.fixHeader {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.fixID {
    position: absolute;
    top: 45px;
    left: 10px;
}

.custMain {
    position: static;
    margin-top: 105px;
}

.custMain2 {
    position: static;
    margin-top: 145px;
}

.custFooter {
    position: relative;
    clear: both;
}

.scroll-h {
    max-height:70vh;
    overflow-y:auto;
}

.custNameTag {
    position: fixed;
    margin-top: 105px;
}

.cust-table {
    border-collapse: collapse;
}

.cust-table td {
    padding: 2px;
}