/*
    BUDERUS LIGHT THEME
 */
/*.light-theme #left {
    border-right: 1px solid #7b8793;
}
.light-theme #idrviewer {
    background: #fafafa none repeat scroll 0 0;
}*/
.light-theme #controls,
.light-theme #left-controls {
    /*background: #9eacba none repeat scroll 0 0;*/
    background: #002d59 none repeat scroll 0 0;
    /*border-bottom: 1px solid #7b8793;*/
}
/*.light-theme #pgCount,
.light-theme .btn {
    color: white;
    text-shadow: 0 0 1px #595959;
}
.light-theme .btn:hover {
    opacity: 0.6;
}
.light-theme .btn.disabled {
    opacity: 0.4;
}*/
.light-theme #goBtn,
.light-theme #zoomBtn,
.light-theme #viewBtn {
    background-color: #fff;
    color: #000;
    /*border: 1px solid #7b8793;*/
}
/*
    BUDERUS DARK THEME
 */
/*.dark-theme #left {
    border-right: 1px solid #000;
}
.dark-theme #idrviewer {
    background: #666 none repeat scroll 0 0;
}*/
.dark-theme #controls,
.dark-theme #left-controls {
    background: #000 none repeat scroll 0 0;
    /*border-bottom: 1px solid #000;/*/
}
/*.dark-theme #pgCount {
    color: white;
    opacity: 0.8;
}
.dark-theme .btn {
    opacity: 0.7;
    color: white;
}
.dark-theme .btn:hover {
    opacity: 0.95;
}
.dark-theme .btn.disabled {
    opacity: 0.2;
}*/
.dark-theme #goBtn,
.dark-theme #zoomBtn,
.dark-theme #viewBtn {
    background-color: #fff;
    color: #000;
    /*border: 1px solid #000;*/
}