/*
 *  TCB-Library.css
 *
 *  Virtual Slide Layout Using the Zoomify HTML5 Viewer
 *  Version 4.2
 *
 *  Copyright (c) 2005-2019. T. Clark Brelje and Robert L. Sorenson. All rights reserved.
 */

/*	color: #b1d2f5;     light blue */
/*	color: #f4302c;     orange */

/* ================================================================================
   TCB Page Buttons
   ================================================================================ */

.TCB-pages {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 44px;
	width: 100%;
	text-align: center;
}

.TCB-pages .icon {
	vertical-align: middle;
	font: 400 13px/22px 'icomoon',sans-serif;
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .25);
}

.TCB-pages .edgebutton,
.TCB-pages .button {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 24px;
	margin: 10px 1px;
	color: #3f3f3f;
	background: #d1d2d3;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;

    -webkit-transition: color .33s linear, background-color .33s linear;
    -moz-transition: color .33s linear, background-color .33s linear;
    -ms-transition: color .33s linear, background-color .33s linear;
    transition: color .33s linear, background-color .33s linear;
}

.TCB-pages .edgebutton {
	width: 52px;
	background: #e3e3e3;
	border: 1px solid #aaa;
}

.TCB-pages .enabled:hover {
	background: #0078d7;
	box-shadow: none;
	color: #fff;
	border-color: #000;
}

.TCB-pages .disabled {
	color: #aaa;
	cursor: default;
}

.TCB-pages .selected {
	color: #3f3f3f;
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 1px 1px 2px rgba(64, 64, 64, .25);
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .25);
	cursor: default;
}

/* ================================================================================
   Tooltips - customized borderless theme
   ================================================================================ */

.tooltip-templates {
	display: none;
}
.tooltip-center {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box {
	background: #f5eac2;
	border: 2px solid #3f3f3f;
	border-radius: 6px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
	color: #3f3f3f;
}

/* ================================================================================
   TCB Side Panel - slide a panel in from the right edge
   ================================================================================ */

.TCB-rightPanel {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 350px;
	padding: 1.5em 2em;
	color: #f0f0f0;
	background-color: rgba(32, 32, 32, 0.9);
	border-left: solid 1px #c0c0c0;
	overflow-y: scroll;
	z-index: 5100;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.TCB-rightPanel ul {
	margin-top: 0;
	margin-bottom: 0;
}

.TCB-rightPanelLight {
	color: #3f3f3f;
	background: rgba(220, 220, 220, 0.9);
	border-left: solid 1px #c0c0c0;
}

.TCB-rightPanel a {
 	color: #b1d2f5;   /* light blue */
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .15);
	text-decoration: none;

    -webkit-transition: color .33s linear, background-color .33s linear;
    -moz-transition: color .33s linear, background-color .33s linear;
    -ms-transition: color .33s linear, background-color .33s linear;
    transition: color .33s linear, background-color .33s linear;
}

.TCB-rightPanelLight a {
 	color: #324fe1;    /* blue */
}

.TCB-rightPanel a:hover,
.TCB-rightPanel a:active {
	color: #ff322e;  /* light red */
}

.TCB-rightPanel h2 {
	position: relative;
	width: 250px;
	margin-bottom: 15px;
	color: #ff0;     /* yellow */
	font: 600 18px/1 'Open Sans', sans-serif;
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .33);
	text-align: left;
}

.TCB-rightPanelLight h2 {
	color: #000;
}

.TCB-rightPanel h3 {
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
 	color: #ff0;
	font: 400 16px/1 'Open Sans', sans-serif;
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .15);
	text-align: left;
}

.TCB-rightPanelLight h3 {
 	color: #000;
 	color: #5800b7;
}

.TCB-rightPanelClose {
	/* default <a> colors */
}

.TCB-rightPanelCloseIcon {
	float: right;
	padding-right: 10px;
	vertical-align: middle;
	font: 400 18px/18px 'icomoon',sans-serif;
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .33);
}

.TCB-rightPanelCloseText {
	float: right;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(64, 64, 64, .33);
}

.TCB-rightPanelIcon {
	color: #f0f0f0;
	font: 400 18px/26px 'icomoon',sans-serif;
	padding-right: 10px;
}

.TCB-rightPanelIconLight {
	color: #3f3f3f;
}

.TCB-rightPanelClose a {
	display: inline-block;
	float: right;
}

.TCB-rightPanelClose a:hover,
.TCB-rightPanelClose a:active{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-name: hoverShake;
}

/* ================================================================================
   TCB Button
   ================================================================================ */

.TCB-button {
	display: inline-block;
	padding: 4px 10px;
	color: #3f3f3f; 
	background-color: #b1d2f5;  /* light blue */
	border: 1px solid #2673ec;
	border-radius: 2px;
	font: 600 12px/1.4 'Open+Sans', sans-serif;
	cursor: pointer;
/*
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .2);
*/
}

.TCB-button:hover {
	color: #eeeeee; 
	background-color: #69e;     /* light blue */

    -webkit-transition-duration: .33s;
    -moz-transition-duration: .33s;
    -ms-transition-duration: .33s;
    transition-duration: .33s;
}
