﻿        .VOSSPdfViewer {
            background-color: #fff;
            /*height: 80px;*/
            /*width: 320px;*/
        }  
        .VOSSPdfViewerHeader {
            background-color: #333;
            color: #fff;
            width: 100%;
        }
        .VOSSPdfViewerHeaderTable td {
            padding: 0 4px;
        }
        .VOSSPdfViewerHeaderTable td.nowrap{
            white-space: nowrap;
        }
        .VOSSPdfViewerHeader a.VOSSPageLinkDisabled span, .VOSSPdfViewerHeader a.VOSSPageLinkDisabled:hover span, .VOSSPdfViewerHeader a.VOSSPageLinkDisabled:visited span {
            color: #666 !important;
        }
        input[type=range] {
            width: 100px;
            padding: 0;
        }
        
        input[type=range]::-webkit-slider-runnable-track {
            width: 100px;
            height: 5px;
            background: #aaa;
            border: none;
            border-radius: 3px;
        }

        input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 8px;
            background: #fff;
            margin-top: -4px;
        }

        input[type=range]:focus {
            outline: none;
        }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #aaa;
        }

        input[type=range]::-moz-range-track {
            width: 100px;
            height: 5px;
            background: #aaa;
            border: none;
            border-radius: 3px;
        }

        input[type=range]::-moz-range-thumb {
            border: none;
            height: 16px;
            width: 8px;
            background: #fff;
        }

        /*hide the outline behind the border*/
        input[type=range]:-moz-focusing{
            outline: 1px solid white;
            outline-offset: -1px;
        }

        input[type=range]:focus::-moz-range-track {
            background: #ccc;
        }

        input[type=range]::-ms-track {
            width: 100px;
            height: 5px;
    
            /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
            background: transparent;
    
            /*leave room for the larger thumb to overflow with a transparent border */
            border-color: transparent;
            border-width: 6px 0;

            /*remove default tick marks*/
            color: transparent;
        }
        input[type=range]::-ms-fill-lower {
            background: #aaa;
            border-radius: 10px;
        }
        input[type=range]::-ms-fill-upper {
            background: #aaa;
            border-radius: 10px;
        }
        input[type=range]::-ms-thumb {
            border: none;
            height: 16px;
            width: 8px;
            background: #fff;
        }
        input[type=range]:focus::-ms-fill-lower {
            background: #ccc;
        }
        input[type=range]:focus::-ms-fill-upper {
            background: #ccc;
        }
        input[type=range]::-ms-tooltip {
            display: none;
        }
        .VOSSPdfViewerHeader a span {
            color: #fff;
            font-size: 22px;
        }

        .VOSSPdfViewerHeader a,.VOSSPdfViewerHeader a:hover, .VOSSPdfViewerHeader a:visited {
            color: #fff !important;
            font-size: 14px;
        }

        .VOSSPdfViewerHeaderTable a.size-link:visited, .VOSSPdfViewerHeaderTable a.size-link:hover{
            text-decoration:underline;
            color: #fff;
        }

        .VOSSPdfViewerHeader .btn-group a, #VOSSPdfViewerHeader .btn-group {
            color: #000;
        }
        .form-control.VOSSPdfViewerSelect {
            background-color: #333;
            border-color: #333;
            color: #fff;
        }
        .VOSSPdfViewMain {
            height: 680px;
            overflow-y: auto;
            overflow-x:auto;
            width:660px;
            
        }
        .VOSSPdfViewMain .pdfImages {
            /*border-bottom: 1px solid #ccc;*/
            /*width:660px;*/

        }

        .full-border_black{
            border-left: 1px solid black;
            border-right: 1px solid black;
        }

        td.pdfCloseIcon {
            width: 30px;
            text-align: center;
        }
        .glyphicon.glyphicon-remove-sign{
            font-size:30px;
        }
