﻿.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.attachment-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    justify-content: center;
    padding: 0;
}

#attachment-button {
    position: relative;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 25px;
    background: #05478B;
    margin: 0px;
    padding: 0 20px;
    box-sizing: border-box;
}

    #attachment-button:active {
        outline: none;
        border: none;
    }


    #attachment-button > i {
        padding-right: 10px;
    }

    #attachment-button > div {
        padding: 0;
    }

.navigation-container-desktop {
    display: flex;
    justify-content: center;
}

.navigation-container-mobile {
    display: none;
}

.canvas-container {
    display: flex;
    justify-content: center;
}

.pagination-container {
    display: flex;
    justify-content: center;
}

#manual-frame {
    max-height: 94vh;
    max-width: 100vw;
    border: 1px solid black;
}

.pagination-control {
    font-size: 24px;
    padding-left: 50px;
    padding-right: 50px;
}

.download-control {
    padding-right: 10px
}

@media screen and (max-width: 470px) {
    .navigation-container-desktop {
        display: none;
    }

    .navigation-container-mobile {
        display: flex;
        justify-content: center;
    }

    #manual-frame {
        border: none;
    }

    .pagination-control {
        font-size: 48px;
    }
}
