body {
    background: #30373D none;
}

.dialog {
    background: #30373D none !important;
}

#toolbarContainer {
    height: 45px;
    padding-top: 10px;
    background: #193A4B none;
}

.findbar {
    background: #193A4B none;
}

.doorHanger:after,
.doorHangerRight:after {
    border-bottom-color: hsla(200, 50%, 20%, 0.99);
    border-width: 8px;
}
.doorHanger:before,
.doorHangerRight:before {
    border-bottom-color: hsla(0,0%,0%,.5);
    border-width: 9px;
}

#toolbarViewer {
    height: 50px;    
}

#sidebarContent {
    top: 0;
}

#toolbarSidebar {
    display: none;
}

.loadingInProgress #errorWrapper {
    top: 55px;
}

.loadingInProgress #sidebarContainer {
    top: 55px;
}

#sidebarContainer {
    top: 55px;
}

#viewerContainer {
    top: 55px;
}

#loadingBar {
    top: -10px;
}

.toolbarButton.rotateCcw::before {
    content: url(images/secondaryToolbarButton-rotateCcw.png);
}

.toolbarButton.rotateCw::before {
    content: url(images/secondaryToolbarButton-rotateCw.png);
}

.toolbarButton.selectTool::before {
    content: url(images/secondaryToolbarButton-selectTool.png);
}

.toolbarButton.handTool::before {
    content: url(images/secondaryToolbarButton-handTool.png);
}

.toolbarButton.documentProperties::before {
    content: url(images/secondaryToolbarButton-documentProperties.png);
}

.toolbarButton.lastPage::before {
    content: url(images/secondaryToolbarButton-lastPage.png);
}

.toolbarButton.firstPage::before {
    content: url(images/secondaryToolbarButton-firstPage.png);
}

.toolbarButton#viewBookmark,
.toolbarButton#openFile {
    display: none;
}

html[dir='ltr'] .findbar {
    left: unset;
    right: 68px;
    top: 42px;
}

html[dir='ltr'] .doorHanger:before, html[dir='rtl'] .doorHangerRight:before {
    left: unset;
    right: 39px;
}

html[dir='ltr'] .doorHanger:after, html[dir='rtl'] .doorHangerRight:after {
    left: unset;
    right: 39px;
}