.ViewerBody {
    height: 100%;
    width: 100%;
    /*! background-color: #404040; */
}
.pdfViewer{
    text-align:center;
}
.viewerHeader, viewerFooter {
    /*! border-bottom: 1px solid #504e4e !important; */
    /*! color: #fff; */
}

.PDFContentContainer {
    /*! box-shadow: 2px 0px 9px hsl(0, 0%, 0%); */
    /*! display: inline-block; */
    /*! width:100%; */
}

.myToolbarBtn {
    border: 0 none;
    background: none;
    width: 20px;
    height: 25px;
    border-radius: 2px;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 0 3px;
}
.myToolbarBtn i{
    color:#d3d3d3;
    margin-top: 4px
}

    .myToolbarBtn::before {
        position: absolute;
        display: inline-block;
        top: 4px;
        left: 7px;
    }
    .myToolbarBtn:hover {
        background-color: hsla(0,0%,0%,.12);
        background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
        background-clip: padding-box;
        border: 1px solid hsla(0,0%,0%,.35);
        border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
        box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05);
    }
    .myToolbarBtn:hover:active {
        background-color: hsla(0,0%,0%,.2);
        background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
        border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);
        box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, 0 0 1px hsla(0,0%,0%,.2) inset, 0 1px 0 hsla(0,0%,100%,.05);
        -webkit-transition-property: background-color, border-color, box-shadow;
        -webkit-transition-duration: 10ms;
        -webkit-transition-timing-function: linear;
        transition-property: background-color, border-color, box-shadow;
        transition-duration: 10ms;
        transition-timing-function: linear;
    }
    .myToolbarBtn > span {
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
    }



.splitToolbarButtonSeparator {
    padding: 8px 0;
    width: 1px;
    background-color: hsla(0,0%,0%,.5);
    z-index: 99;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.toolbarField {
    padding: 3px 6px;
    margin: 4px 0 4px 0;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: hsla(0,0%,100%,.09);
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
    background-clip: padding-box;
    border: 1px solid hsla(0,0%,0%,.35);
    border-color: #ccc;
    box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset, 0 1px 0 hsla(0,0%,100%,.05);
    /*! color: hsl(0,0%,95%); */
    font-size: 12px;
    line-height: 14px;
    outline-style: none;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease;
    vertical-align: middle;
}

    .toolbarField[type=checkbox] {
        display: inline-block;
        margin: 8px 0px;
    }

    .toolbarField.pageNumber {
        -moz-appearance: textfield; /* hides the spinner in moz */
        min-width: 16px;
        text-align: right;
        width: 40px;
    }

    .toolbarField.pageCount {
        -moz-appearance: textfield; /* hides the spinner in moz */
        min-width: 16px;
        text-align: right;
        width: 40px;
        height: 22px;
        display: inline-block;
    }

        .toolbarField.pageNumber.visiblePageIsLoading {
            background-image: url(/ArianPortal/Images/PDFViewer/images/loading-small.png);
            background-repeat: no-repeat;
            background-position: 1px;
        }

        .toolbarField.pageNumber::-webkit-inner-spin-button,
        .toolbarField.pageNumber::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .toolbarField:hover {
        background-color: hsla(0,0%,100%,.11);
        border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);
    }

    .toolbarField:focus {
        background-color: hsla(0,0%,100%,.15);
        border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9);
    }
