div.topHeader {
    height: 40px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    position: relative;
    top: 0;
}

    div.topHeader h4 {
        display: inline;
    }

    div.topHeader a {
        position: absolute;
        top: 5px;
        left: 0;
    }

div.middleContent {
    position: relative;
    top: 0;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 100vw;
}

div.middlePartWithoutBottomToolbar {
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    min-width: 850px;
}

div.bottomViewerToolbarWrapper {
    position: absolute;
    min-width: 850px;
    height: 51px;
    width: 100%;
    border: 0 solid;
    margin: 0;
    padding: 0;
    bottom: 0;
}

    div.bottomViewerToolbarWrapper button {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        padding: 2px 12px;
        border-radius: 0;
        text-align: center;
        height: 50px;
    }

    div.bottomViewerToolbarWrapper .btn {
        line-height: 1.42857;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 2px 12px;
        border-radius: 0;
        text-align: center;
        height: 50px;
    }

        div.bottomViewerToolbarWrapper .btn i {
            font-size: 22px;
        }

    div.bottomViewerToolbarWrapper i {
        display: block;
    }

    div.bottomViewerToolbarWrapper button > i {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    div.bottomViewerToolbarWrapper > div.pull-left a {
        margin-right: 0;
    }

div.downloadFile {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    font-size: 16px;
}

.onhold {
    float: unset;
    display: inline-flex;
    padding: 0px 16px;
    align-items: center;
    flex-direction: column;
}

.onhold input[type="checkbox"] {
    margin-top: 0px;
}