main {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    right: 0;
    width: calc(100% - 300px);
    height: calc(100% - 56px);
    bottom: 0;
    position: absolute;
}

.fullscreen {
    padding: 20px;
    position: inherit;
    right: initial;
    bottom: initial;
    width: initial;
    height: initial;
}

.site-title {
    margin-left: 10px;
}

.sidenav.sidenav-fixed{
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    top: 64px;
    height: calc(100% - 64px);
}

@media only screen and (max-width : 992px) {
    main {
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    .sidenav.sidenav-fixed {
        top: 0;
        height: 100%;
    }
}

.sidenav .collapsible>.active .collapsible-header .chevron {
    transform: rotate(-90deg);
}


.top-nav {
    z-index: 5;
    position: fixed;
}

.site-title {
    font-size: 1.8em;
}

.sticky_table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.row.m-flex{
    float: none;
    display: flex;
    flex-flow: row wrap;
}
.row.m-flex.m-flex .col{
    float: none;
}
.row.m-flex.m-flex .col:not([class*="offset-"]){
    margin-left: unset;
}

.compactTable td, th {
    padding: 5px 5px;
}

.link-color-none {
    text-decoration: none;
    color:inherit;
}

.nToolModalCloseCircle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 2px;
}

.nToolModal .nToolModalCloseCircle {
    background-color: #ff3e3e;
}

.nToolModal {
    background-color: #eeeeee;
    position: absolute;
    width: 300px;
    height: 100px;
    top: 0px;
    left: 20%;
}

.nToolModal .nToolModalOverlay {
    pointer-events: none;
}

.codeBlock {
    white-space: pre-wrap; word-break: break-all; max-height: 400px; overflow-y: auto; background-color: #f5f5f5; padding: 10px; border-radius: 5px;
}