body {
    overflow: auto;
}

main {
    margin-left: 380px;
    margin-top: 30px;
    background:url(/img/sjs-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position: calc(50% + 350px - 165px) 50%;
    height:100vh;
    /* overflow: auto; */
}

.sidenav li>a {
    font-weight: 400;
}

.sidenav {
    width: 350px;
}

.sidenav .nav-icon {
    margin-right: 2rem;
}

@media only screen and (min-width: 993px) {
.container {
    width: 85%;
}
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

ul.parsley-errors-list {
    margin-top: 0;
    margin-bottom: 0;
    color: #b71c1c;
}

.nowrap {
    white-space: nowrap;
}

.print-only {
    display:none;
}
