.jsTileViewer
{
    position: relative;
}

.jsTileViewer .tileImg
{
}

.jsunselectable
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jsTileViewer #tileWrapper
{
    position: relative;
    display: block;
    overflow: hidden;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*
 * Toolbar
 */
.jsTileViewer #viewerToolbar
{
    height: 40px;
    position: relative;
    cursor: default;
    background-color: #F0F0F0;
    min-width: 550px;
}

.loading
{
    background-image: url("../../Viewer/Images/spinner12.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#spinner
{
    background-image: url("../../Viewer/Images/spinner12.gif");
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-position: center;
    background-color: gray;
    z-index: 9999;
}

/* A customer wrapper for #toolbarPageTitle and #toolbarCategory */
#toolbarSelectedBookPosition
{
    /* These are mostly copied from the default styles of #toolbarPageTitle */
    width: 25%;
    border-right: 1px solid rgba(194, 205, 207, 1);
    font-family: 'Open Sans', Arial, Verdana;
    color: #464646;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 25px;

}

#toolbarSelectedBookPosition #toolbarCategory 
{
    font-size: 12px;
    font-family: 'Open Sans Medium';
    text-overflow: inherit;
}

#toolbarSelectedBookPosition #toolbarPageTitle
{
    font-size: 16px;
    text-overflow: inherit;
    overflow: hidden; /* Arrow symbol set in before pseudo element overflows. */
}

/* Show Rigth angle arrow before the page title*/
#toolbarPageTitle:before {
    content: '\21B3';
    color: #777;
    margin-left: 1px;
    margin-right: 5px;
    /* Offset the arrow slighly */
    position: relative;
    top: -5px;
}

.jsTileViewer #viewerToolbar .toolbarIcon
{
    cursor: pointer;
    float: left;
    color: #4F4F4F;
}

.jsTileViewer #viewerToolbar .widthIcon50
{
    width: 50px;
    height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}

.jsTileViewer #viewerToolbar .rightToolbarIcon
{
    cursor: pointer;
    float: right;
    color: #4F4F4F;
}

.jsTileViewer #viewerToolbar .widthIcon40
{
    width: 40px;
    height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}

.jsTileViewer #viewerToolbar #magFactor
{
    left: 10px;
    top: 4px;
    height: 16px;
    width: 45px;
    font-size: 10px;
    position: absolute;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
}

.jsTileViewer #viewerToolbar #prevPicture
{
    border-left: 1px solid #666666;
}

.jsTileViewer #viewerToolbar #nextPicture
{
    border-right: 1px solid #666666;
}

.jsTileViewer #viewerToolbar #toggleMode
{
    left: 235px;
    top: 4px;
    background: url("../../Viewer/Images/toolbar.gif") no-repeat scroll -144px 0 transparent;
}

.jsTileViewer #viewerToolbar #rubberband
{
    left: 253px;
    top: 4px;
    background: url("../../Viewer/Images/toolbar.gif") no-repeat scroll -128px 0 transparent;
}

.jsTileViewer #viewerToolbar #zoomin:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #zoomout:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #zoomfit:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #showMiniMap:hover {
	background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #pictureSelector:hover
{
    background: url("../../Viewer/Images/toolbar.gif") no-repeat scroll -32px 0 transparent;
}

.jsTileViewer #viewerToolbar #prevPicture:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #prevPicture.disabled:hover {
	background-color: rgba(0,0,0,0);
}

.jsTileViewer #viewerToolbar #nextPicture:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #nextPicture.disabled:hover {
	background-color: rgba(0,0,0,0);
}

.jsTileViewer #viewerToolbar #pinToolbar:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #toggleMode:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #rubberband:hover
{
    background-color: rgba(220, 220, 220, 1);
}

.jsTileViewer #viewerToolbar #showToc:hover, .jsTileViewer #viewerToolbar #showParts:hover {
	background-color: rgba(220, 220, 220, 1);
}

/*
 * Tiles
 */

.jsTileViewer .tile
{
    position: absolute;
    display: block;
}

.jsTileViewer .scale2 .tileImg
{
    width: 200%;
    height: 200%;
}

.jsTileViewer .scale3 .tileImg
{
    width: 300%;
    height: 300%;
}

.jsTileViewer .scale4 .tileImg
{
    width: 400%;
    height: 400%;
}

.jsTileViewer .tileRow
{
    display: block;
}

.jsTileViewer .callout
{
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #00f;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.jsTileViewer .calloutMask
{
    position: absolute;
    z-index: 9;
}

.jsTileViewer .staticCallout
{
    position: relative;
    text-align: center;
    color: #000;
    z-index: 0;
}

.jsTileViewer .staticCallout img
{
    display: none;
}

.jsTileViewer .linearCallout
{
    position: absolute;
    cursor: pointer;
}

.jsTileViewer .calloutLink
{
}

.jsTileViewer .rectangularCallout
{
    font-size: 18px;
}

.css3 .jsTileViewer .rectangularCallout
{
}

.jsTileViewer .circularCallout
{
    width: 20px;
    height: 20px;
    font-size: 18px;
}

.css3 .jsTileViewer .circularCallout
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.jsTileViewer .callout:hover, .jsTileViewer .selectedCallout
{
    color: #FFFFFF;
}

.jsTileViewer .callout img
{
    display: none;
}

.jsTileViewer .calloutText
{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    font-weight: bold;
}


.jsTileViewer .callout:hover img, .jsTileViewer .selectedCallout img
{
    display: block;
}


.css3 .jsTileViewer .callout:hover, .css3 .jsTileViewer .selectedCallout
{
    color: #fff;
}


.jsTileViewer .tileContainer
{
    display: block;
    cursor: crosshair;
}

.jsTileViewer #info
{
    background-color: #f1f9ce;
    border: 1px solid #000000;
    height: auto;
    padding: 2px;
    position: absolute;
    width: auto;
    z-index: 55;
}

.css3 .jsTileViewer #info
{
    -moz-box-shadow: 0px 20px 10px -10px #888;
    -webkit-box-shadow: 0px 20px 10px -10px #888;
    box-shadow: 0px 20px 10px -10px #888;
}

.jsTileViewer #viewerMessages
{
    position: absolute;
    border: 2px solid #666666;
    width: 150px;
    height: 100px;
    padding: 10px;
    display: none;
}

.jsTileViewer #viewerMessages h1
{
    border-bottom: 3px double #000000;
    font-size: 16px;
    margin: 0;
}

.jsTileViewer .viewerInfo
{
    background-color: #f2f2f2;
}

.jsTileViewer .viewerWarning
{
    background-color: #FCEFA1;
}

.jsTileViewer .viewerWarning h1
{
    padding-left: 20px;
    background: url("Images/warning.gif") no-repeat 0 0;
}

.ie6 .jsTileViewer #minimap
{
    /*filter: alpha(opacity=90);*/
}

.ie7 .jsTileViewer #minimap
{
    /*filter: alpha(opacity=90);*/
}

.jsTileViewer #minimap #selectionBox
{
    width: 150px;
    height: 100px;
    border: 1px solid #F00;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: move;
    background-color: #fff;
    opacity: 0.3;
}

.ie .jsTileViewer #minimap #selectionBox
{
    filter: alpha(opacity=30);
}

.jsTileViewer #minimap
{
    width: 150px;
    height: 100px;
    border: 1px solid #000;
    position: absolute;
    opacity: 0.9;
    background-color: #FFFFFF;
    z-index: 20;
    overflow: hidden;
}

.pinned #minimap
{
    top: 30px;
}

.jsTileViewer #zoomBox
{
    width: 150px;
    height: 150px;
    border: 1px solid #000;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 20;
    overflow: hidden;
}

.jsTileViewer .topRight
{
    top: 5px;
    right: 5px;
    -moz-transition-property: top, right, left, top;
    -moz-transition-duration: 3s;
    -moz-transition-timing-function: linear;
}

.pinned .topRight
{
    top: 30px;
}

.jsTileViewer .bottomLeft
{
    bottom: 5px;
    left: 5px;
    -moz-transition-property: top, right, left, top;
    -moz-transition-duration: 3s;
    -moz-transition-timing-function: linear;
}

.jsTileViewer #zoomBox #zoomPreview
{
    position: absolute;
    width: 20000px;
}

.ie .jsTileViewer #viewerToolbar .disabled
{
    filter: alpha(opacity=30);
    cursor: default;
}

.jsTileViewer #viewerToolbar .disabled
{
    opacity: 0.3;
    cursor: default;
}

.jsTileViewer #viewerToolbar .on
{
    background-color: rgba(107, 113, 115, 1);
    color: white;
}

.jsTileViewer .inSelectionList
{
    border: 1px dashed #333333;
}

.jsTileViewer #pictureName .hasSelection, .jsTileViewer #pictureList .hasSelection
{
    float: left;
}
/**
 * Deepview 3D Viewer CSS
 */

/**
 * Toolbar
 */

.jsTileViewer #viewerToolbar #zoom
{
    left: 5px;
}

.jsTileViewer #viewerToolbar #reset
{
    left: 23px;
}

.jsTileViewer #viewerToolbar #zoom:hover
{
    background-color: #f2f2f2;
}

.jsTileViewer #viewerToolbar #reset:hover
{
    background-color: #f2f2f2;
}

.jsTileViewer #viewerToolbar #link
{
    left: 199px;
}

.jsTileViewer #viewerToolbar #link:hover
{
    background-color: #f2f2f2;
}

.jsTileViewer #viewerToolbar #viewSelector, .jsTileViewer #viewerToolbar #stepSelector
{
    right: 0;
    top: 0;
}

/**
 * 	Views and Steps
 */


.jsTileViewer #viewerToolbar #viewName, .jsTileViewer #viewerToolbar #stepName, .jsTileViewer #viewerToolbar #partName
{
    border: 1px solid #ffffee;
    color: #fff;
    background-color: #666666;
    text-align: center;
    width: 100px;
    overflow-x: hidden;
    top: 5px;
    font-size: 10px;
}

.jsTileViewer #viewerToolbar #viewName
{
    left: 220px;
}

.jsTileViewer #viewerToolbar #stepName
{
    left: 324px;
}

.jsTileViewer #viewerToolbar #partName
{
    left: 428px;
}

.jsTileViewer #viewerInfo
{
    border: 3px double #000;
    background-color: #DDDDDD;
    width: 300px;
    display: none;
}

.jsTileViewer #viewerInfo h2
{
    font-size: 14px;
}

/**
 * 	Misc
 */
.thumbnail
{
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    left: 10px;
    top: 80px;
}

.thumbnail .pixel
{
    position: absolute;
    height: 1px;
    width: 1px;
    display: block;
}

#timings
{
    font-size: 10px;
    left: 649px;
    padding: 1px;
    position: absolute;
    top: 20px;
}

#stopTiming
{
    font-size: 10px;
    height: 18px;
    left: 570px;
    position: absolute;
    top: 20px;
    width: 75px;
}

.timingsGood
{
    background-color: #00DD55;
}

.timingsAverage
{
    background-color: #FCEFA1;
}

.timingsBad
{
    background-color: #CD0A0A;
    color: #fff;
}

/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc. 
	3. THUMBNAILS STYLE - basic thumbnails CSS.
	4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes. 
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mThumbnailScroller
{
    -ms-touch-action: none;
    touch-action: none; /* MSPointer events - direct all pointer events to js */
}

.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action
{
    -ms-touch-action: auto;
    touch-action: auto;
}

.mTSWrapper
{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mTSContainer
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.mTSContainer, ol.mTSContainer
{
    list-style: none;
}

.mTSThumb,
ul.mTSContainer > li img
{
    vertical-align: bottom;
}

.mTS_vertical .mTSContainer
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mTS_horizontal .mTSContainer
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/* 
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mTSButton
{
    /* button size (if changed, also change the buttons top and left margins below) */
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 14px;
    /* ---------- */
    overflow: hidden;
    text-align: center;
    background-color: #000; /* button background */
    color: #fff; /* non-svg button icon color */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    /* show button effect (fades-in button from zero size) */
    opacity: 1;
    -webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    /* ---------- */
}

/* buttons positioning */

.mTSButtonDown
{
    top: auto;
    bottom: 0;
}

.mTSButtonRight
{
    left: auto;
    right: 0;
}

.mTSButtonUp,
.mTSButtonDown
{ /* margin is half the button size */
    left: 50%;
    margin-left: -24px;
}

.mTSButtonLeft,
.mTSButtonRight
{ /* margin is half the button size */
    top: 50%;
    margin-top: -24px;
}

.mTSButtonIconContainer
{
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mTSButtonIcon
{ /* SVG icon */
    display: inline-block;
    fill: #fff; /* button icon color */
    position: absolute;
    top: 0;
    left: 0;
}

.mTSButton.mTS-hidden,
.mThumbnailScroller.mTS_no_scroll .mTSButton
{
    /* hide button effect (fades-out button to zero size) */
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    -webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    /* ---------- */
}



/* 
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

/* thumbnail container (default: li) */

.mTS_horizontal .mTSThumbContainer,
.mTS_horizontal ul.mTSContainer > li
{
    float: left;
}



/* 
------------------------------------------------------------------------------------------------------------------------
4. THEMES 
------------------------------------------------------------------------------------------------------------------------
*/

/* theme: "buttons-in" */

.mTS-buttons-in
{
    padding: 14px;
    background-color: #000;
}

.mTS-buttons-in .mTSButtonIcon
{
    fill: #fff;
}

.mTS-buttons-in .mTSWrapper,
.mTS-buttons-in .mTSButton
{
    background-color: inherit;
}

.mTS-buttons-in .mTSButtonLeft,
.mTS-buttons-in .mTSButtonRight
{
    width: 24px;
    height: 48px;
    padding: 24px 4px 0 4px;
    margin-top: -36px;
}

.mTS-buttons-in .mTSButtonUp,
.mTS-buttons-in .mTSButtonDown
{
    width: 24px;
    height: 24px;
    padding: 4px 24px;
    margin-left: -36px;
}

.mTS-buttons-in .mTSButton.mTS-hidden
{
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-in .mTSButton:not(.mTS-hidden)
{
    opacity: .4;
}

.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden)
{
    opacity: 1;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer
{
    margin: 14px 0;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child
{
    margin-top: 0;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child
{
    margin-bottom: 0;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer
{
    margin: 0 7px;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child
{
    margin-left: 0;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child
{
    margin-right: 0;
}

/* ---------------------------------------- */



/* theme: "buttons-out" */

.mTS-buttons-out
{
    padding: 6px;
    background: #000;
}

.mTS-buttons-out .mTSButtonIcon
{
    fill: #000;
}

.mTS-buttons-out .mTSButton
{
    background-color: transparent;
    width: 36px;
    height: 36px;
    line-height: 42px;
    padding: 6px;
}

.mTS-buttons-out .mTSButton.mTS-hidden
{
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer
{
    margin: 6px 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child
{
    margin-top: 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child
{
    margin-bottom: 0;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer
{
    margin: 0 3px;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child
{
    margin-left: 0;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child
{
    margin-right: 0;
}

/* ---------------------------------------- */



/* theme: "hover-full" */

.mTS-hover-full
{
    padding: 8px;
    background: rgba(0,0,0,.2);
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer
{
    margin: 8px 0;
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child
{
    margin-top: 40px;
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child
{
    margin-bottom: 40px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer
{
    margin: 0 4px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child
{
    margin-left: 40px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child
{
    margin-right: 40px;
}

/* ---------------------------------------- */

.mTS-linkone
{
    overflow: auto;
    width: 160px;
    height: 40;
    position: relative;
    vertical-align: middle;
}

.mTS-linkone .loading
{
    width: 38px;
    height: 100%;
}

.mTS-linkone .mTSThumbContainer
{
    height: 40px;
}

.mTS-linkone .helper
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mTS-linkone img
{
    max-width: 70px;
    max-height: 25px;
    vertical-align: middle !important;
    -ms-interpolation-mode: bicubic; /* IE (non-standard property) */
    border: 1px solid #cccccc;
}

.mTS-linkone .selected img
{
    border: 1px solid Red;
}

.mTS-linkone .mTSThumbContainer
{
    margin-left: 8px;
}

.mTS-linkone .mTSThumbContainer:first-child
{
    margin: 0;
}

.mTS-linkone .mTSButtonLeft, .mTS-linkone .mTSButtonRight
{
    width: 0;
    height: 0;
    padding: 0;
}
.toolbarPictureList {
	height: 50px;
	border: none;
	background-color: #F0F0F0;
	white-space: nowrap;
	font-family: 'Open Sans Medium', Arial, Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	max-width: 300px;
}
@media (max-width: 1024px) {
    .toolbarPictureList {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .toolbarPictureList {
        max-width: 100px;
    }
}