.navbarLoadingPDF{
    top:0;
    background-color: #fff;
}

.navbarLoadingPDF.home--fixed {
    position: fixed;
    top: -52px;
    background: #fff;
    transition: all .15s linear;
}

.navbarLoadingPDF.home--fixed._scrolled {
    top: 0;
}

.loadingPDFwrapp{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loadingHeader{
    font-family: Bebas;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadingPage {
    padding:0;
}
.loadingPage > #wrap {
    background: #eeeeee;
    min-height: calc(100% - 110px);
}


@media all and (max-width: 550px) {
    .loadingPage > #wrap {
        min-height: calc(100% - 150px)
    }
}

.loadingLink {
    color: #56d693;
}
.loadingSuccess{
    background-color: rgba(86, 214, 147, 0.2);
    border: none;
}
.tableContainer{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:1300px;
}
/*
@media screen and (min-width: 1000px){
    .tableContainer {
        width: 970px;
    }
}
@media screen and (min-width: 768px){
    .tableContainer {
        width: 750px;
    }
}
*/
.bottomIndentation{
    margin-bottom: 20px;
}
.navbar-brand{
    margin: 0px 18px;
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
#main {
    overflow: auto;
    padding-bottom: 30px;
}
