body {
    background-image: url("/img/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}


.table-my {
    th {
            opacity: 0.6 !important;
        }
    td {
        opacity: 0.5!important;
    }
}

.table-my:hover {
    td {
        opacity: 0.6!important;
    }
}

.footer {        
    bottom: 0;
    margin-left: -20px;
    position: fixed;
    height: 60px;
    width: 105%;
    z-index: 9999;
}

.footer-left {
    margin-left: 25px;
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.hrmargin {
    border: none;
    margin-left: -16px;
    margin-right: -16px;
    height: 2px;    
    color: rgb(214, 214, 214);
    background-color: rgb(214, 214, 214);    
}

.w-30px  {
    text-align: center;
    min-width: 30px;
}

.w-10 {    
    width: 10%!important;
}

.btn-inline {
    display: inline;
    margin-top: -10px;
}

#my-pdf-container {
    height: 90vh;
    width: 780px;
}

.hidden {
    display: none;
    visibility: hidden;
}