﻿#viewerContainer {
    background: #313131 !important;
}

#viewer.pdfViewer:after {
    border-right: 1px #fff solid !important;
    box-shadow: -2px 0 15px rgb(255 255 255) !important;
}

#viewerContainer::before {
    background: none !important;
}

#toolbarViewer {
    background: #232323 !important;
}

#toolbarViewerLeft,
#toolbarViewerRight,
#scaleSelect {
    background: #313131 !important;
    /*background: #d7d7d7 !important;*/
    border: 1px solid #32302e !important;
    color: white !important;
}

    #scaleSelect > option {
        color: white !important;
    }



.splitToolbarButton > .toolbarButton:focus {
    background-color: rgba(221, 222, 223, 1) !important;
    background-color: #3c3c3c !important;
}

.splitToolbarButton > .toolbarButton:focus {
    background-color: rgba(221, 222, 223, 1) !important;
    background-color: #3c3c3c !important;
}

#toolbarPageNumbers {
    background: #c3c3c3 !important;
}

iframe body {
    color: white !important;
}

.toolbarButton:hover {
    background-color: rgba(221, 222, 223, 1) !important;
    background-color: #3c3c3c !important;
}
