

/* Styled scrollbars */

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 4px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 4px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}

.iScrollIndicator {
    position: absolute;
    background: #cc3f6e;
    border-width: 1px;
    border-style: solid;
    border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
    border-radius: 2px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 100%;
    background: -moz-linear-gradient(left,  #cc3f6e 0%, #93004e 100%);
    background: -webkit-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
    background: -o-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
    background: -ms-linear-gradient(left,  #cc3f6e 0%,#93004e 100%);
    background: linear-gradient(to right,  #cc3f6e 0%,#93004e 100%);
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
    background: -moz-linear-gradient(top, #cc3f6e 0%, #93004e 100%);
    background: -webkit-linear-gradient(top,  #cc3f6e 0%,#93004e 100%);
    background: -o-linear-gradient(top, #cc3f6e 0%,#93004e 100%);
    background: -ms-linear-gradient(top, #cc3f6e 0%,#93004e 100%);
    background: linear-gradient(to bottom,  #cc3f6e 0%,#93004e 100%);
}



.doc-view {
    background: #DDD;
}

.doc-title {
    background: #666;
    color: white;
    padding: 6px;
    font-size: 16px;
}

.doc-toolbar {
    padding: 6px;
    color: #666;
    font-size: 18px;
    background: #ddd;

}

.doc-image {
    overflow: scroll;
}

.doc-image img {
}

.doc-bar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-bar-left {
    float: left;
}

.doc-bar li {
    cursor: pointer;
    float: left;
    margin: 0 6px;
}

.doc-bar-right {
    float: right;
}


.clearfix {
    clear: both;
}


.doc-view {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.doc-img {
    background: no-repeat center center;
    background-size: contain;
    border: 1px solid white;
    height: 100px;
    width: 200px;
}

.ocr {
    position: absolute;
    opacity: 0.2;
    background: yellow;
    border: 1px solid orange;
}

.doc-viewport-wrp {
    overflow: hidden;
    /*position: absolute;*/
    position: relative;
    z-index: 1;
    width: 640px;
    height: 480px;
    /*background: #ccc;*/
    overflow: hidden;
    cursor: pointer;
}

.doc-viewer {
    background: #EEE;
    border: 4px solid #666;
    overflow: hidden;
    position: relative;
}

.div-viewport-srcoll {
    position: relative;
}

.doc-toolbar a {
    color: #666;
}

.doc-toolbar a:hover {
    color: #337AB7;
}



.file {
    min-height: 500px;
    max-height: 500px;
}