﻿.docMain {
    border: solid 1px #ccc;
    background-color: #EBEBEB;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    left: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

    .docMain div::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .docMain div::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 8px;
    }

    .docMain div::-webkit-scrollbar-thumb {
        background: #cdcdcd;
        border-radius: 8px;
    }

        .docMain div::-webkit-scrollbar-thumb:hover {
            background: grey;
        }


.docThumb {
    border: 2px solid #dcdcdc;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #888888;
    border-radius: 2px;
}

.docThumbHover {
    cursor: pointer;
    border-color: #888888;
}

.docThumbFocussed {
    border: 2px solid #299ef2;
}

.docPage {
    border: 2px solid #dcdcdc;
    background-color: #fff;
    box-shadow: 4px 4px 4px #888888;
    border-radius: 4px;
    cursor: inherit;
    max-width: none;
}

.docPageHover {
    border-color: #888888;
}

.docPageFocussed {
    box-shadow: 2px 2px 2px #299ef2;
    /*border: 1px solid #0093FF;*/
}

.docToolTip {
    background-color: #FFFF99;
    border: solid 1px #ccc;
    font-size: 12px;
    color: #000;
    width: 70px;
    height: 20px;
    position: absolute;
    text-align: center;
    box-shadow: 2px 2px 2px #888888;
    border-radius: 2px;
    vertical-align: middle;
    font-family: verdana;
}

.docUnselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}


.grab {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.docLeftPane {
    overflow: auto;
    float: left;
    width: 210px;
    height: 100%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    scrollbar-base-color: #eee;
    scrollbar-3dlight-color: #eee;
    scrollbar-shadow-color: #eee;
}

.docRightPane {
    overflow: auto;
    text-align: center;
    height: 100%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    scrollbar-base-color: #eee;
    scrollbar-3dlight-color: #eee;
    scrollbar-shadow-color: #eee;
}

.splitbarV {
    float: left;
    width: 6px;
    height: 100%;
    line-height: 0px;
    font-size: 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.splitbuttonV {
    margin-top: -41px;
    margin-left: -2px;
    top: 50%;
    position: relative;
    height: 63px;
    width: 8px;
    background-color: #ccc;
    /* border: dotted 1px #000; */
    border-radius: 2px;
}

    .splitbuttonV.invert {
        margin-left: 0px;
    }

    .splitbarV.working, .splitbuttonV.working {
        -moz-opacity: .50;
        -ms-opacity: .50;
    }


.docSearch {
    border: solid 1px #ccc;
    background-color: #FFFF99;
    opacity: 0.50;
    -moz-opacity: 0.50;
    -ms-opacity: 0.50;
}

.docSearchPage {
    pointer-events: none;
}

.docLinksPage {
    pointer-events: none;
}
