html, body {
    background: white;
}

.light-theme #idrviewer {
    background: white;
}

.light-theme #controls, .light-theme #left-controls {
    background: #f8f8f8;
    border-color: #f8f8f8;
    user-select: none;
    border-radius: 8px;
}

.light-theme #left-controls {
    border-radius: 8px 8px 0 0;
}

.light-theme #pgCount, .light-theme .btn {
    color: #aaa;
    text-shadow: none;
    outline: none;
}

.light-theme #viewBtn {
    width: 110px;
}

.light-theme .btn {
    transition: opacity, color .2s;
}

.light-theme .btn:hover {
    color: black;
    opacity: 1;
}

.light-theme #goBtn, .light-theme #zoomBtn, .light-theme #viewBtn {
    background-color: #f8f8f8;
    color: #aaa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.light-theme #leftContent {
    border-radius: 0 0 8px 8px;
    background-color: #f8f8f8;
    bottom: 10px;
}

.light-theme .currentPageThumbnail, .light-theme .thumbnail:hover {
    background-color: rgb(166, 191, 191);
}

.light-theme #btnThemeToggle {
    display: none;
}

.light-theme #idrviewer {
    top: 0;
    bottom: 44px;
}

.light-theme:not(.layout-continuous) #idrviewer {
    overflow: hidden;
}

.light-theme #controls {
    top: unset;
    bottom: 0;
}

.light-theme #left {
    left: 0;
    top: 100%;
    bottom: 45px;
    border-right: none;
}

.light-theme #left.open {
    top: 0;
}

.light-theme .fa-lg {
    font-size: 1.75em;
    vertical-align: -23%;
}

.light-theme #btnSideToggle .fa-lg {
    vertical-align: -38%;
}

.light-theme .fa-2x {
    margin-top: -1px;
    font-size: 2.75em;
}

.light-theme #controls #goBtn, .light-theme #controls #zoomBtn, .light-theme #controls #viewBtn {
    height: 30px;
    margin-top: 7px;
}

.light-theme #goBtn {
    width: 60px;
}

.light-theme #zoomBtn {
    width: 100px;
}

.light-theme select, .light-theme #pgCount {
    font-family: OpenSans, arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-left: 4px;
}

.light-theme .spinner {
    border-width: 4px;
    width: 16px;
    height: 16px;
}

#idrviewer.initial-loading.layout-magazine.transition-magazine .page {
    -webkit-transition: none;
    transition: none;
}

.light-theme:not(.is-mobile):not(.layout-continuous) #idrviewer {
    left: 40px;
    right: 40px;
}

.light-theme:not(.is-mobile):not(.layout-continuous) #btnPrev, .light-theme:not(.is-mobile):not(.layout-continuous) #btnNext {
    display: none;
}

.light-theme .page-turn {
    position: absolute;
    top: calc((100vh - 63px) / 2);
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: center center;
    opacity: .33;
    transition: opacity .2s;
    cursor: pointer;
}

.light-theme.layout-continuous .page-turn {
    display: none;
}

.light-theme .page-turn.disabled {
    display: none;
}

.light-theme .page-turn:hover {
    opacity: 1;
}

.light-theme #page-turn-left {
    left: 0;
    background-image: url(left.svg);
}

.light-theme #page-turn-right {
    right: 0;
    background-image: url(right.svg);
}

.light-theme.is-mobile .page-turn {
    display: none;
}

.light-theme:not(.is-fullscreen) #controls {
    display: none;
}

.light-theme:not(.is-fullscreen) #idrviewer {
    bottom: 25px
}