﻿body
{
	background-color: #C0CC97;
}

.viewer
{
	-ms-touch-action: none;
	left: 225px;
	width: 98%;
	height: 700px;
	border: 5px solid black;
	position: relative;
}

.wrapper
{
	overflow: hidden;
}

.iviewer_common
{
	position: absolute;
	bottom: 5px;
	border: 1px solid #000;
	height: 28px;
	z-index: 5000;
}

.iviewer_cursor
{
	cursor: url('../Images/jquery.iviewer/hand.cur') 6 8, pointer;
}

.iviewer_drag_cursor
{
	cursor: url('../Images/jquery.iviewer/grab.cur') 6 8, pointer;
}

.iviewer_button
{
	width: 28px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.iviewer_zoom_in
{
	left: 320px;
	background-image: url('../Images/jquery.iviewer/iviewer.zoom_in.gif');
	background: url('../Images/jquery.iviewer/iviewer.zoom_in.gif');
}

.iviewer_zoom_out
{
	left: 355px;
	background: url('../Images/jquery.iviewer/iviewer.zoom_out.gif');
}

.iviewer_zoom_zero
{
	left: 390px;
	background: url('../Images/jquery.iviewer/iviewer.zoom_zero.gif');
}

.iviewer_zoom_fit
{
	left: 425px;
	background: url('../Images/jquery.iviewer/iviewer.zoom_fit.gif');
}

.iviewer_zoom_status
{
	left: 460px;
	font: 1em/28px Sans;
	color: #000;
	background-color: #fff;
	text-align: center;
	width: 60px;
}

.iviewer_rotate_left
{
	left: 527px;
	background: #fff url('../Images/jquery.iviewer/iviewer.rotate_left.png') center center no-repeat;
}

.iviewer_rotate_right
{
	left: 562px;
	background: #fff url('../Images/jquery.iviewer/iviewer.rotate_right.png') center center no-repeat;
}

.wait
{
	top: 0px;
	left: 0px;
	position: absolute;
	min-height: 0px;
	padding-right: 20px;
	z-index: 999;
	text-align: center;
	background-color: rgba(133, 133, 133, 0.4);
}

.wait_image
{
	padding-top: 300px;
}

.FileList
{
    top: 10px;
    left: 10px;
    bottom: 10px;
	width: 205px;
	height: 700px;
	position: absolute;
	border: 5px solid #000;
	background-color: #555669;
	overflow: auto;
}

.planlink
{
	cursor: pointer;
	text-decoration: underline;
	width: 100%;
	padding-left: 30px;
	font-family: Arial;
	font-weight: bolder;
	font-size: 14px;
	color: #ffffff;
}
/*Plans modal popup style*/
.modal-overlay
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 101;
}

.modal-window
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	border: 5px solid #ccc;
}

.close-window
{
	position: absolute;
	width: 32px;
	height: 32px;
	right: -25px;
	top: -25px;
	background: transparent url('../Images/jquery.iviewer/close-button.png') no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

	.close-window:hover
	{
		opacity: .99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}
/*Feedback form related styles*/
#container
{
	top: 50px;
	display: none;
	left: 250px;
	position: fixed;
	width: 500px;
	z-index: 999;
}

#inner
{
	background-color: #C0CC97;
	border: 5px solid #666666;
	padding: 20px 20px 100px 20px;
	z-index: 999;
}

#feedback
{
	top: 0px;
	right: 0px;
	position: absolute;
}

.field
{
	background: white;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #DDD inset;
	color: #666;
	padding: 5px 10px;
	width: 180px;
	outline: none;
	left: 300px;
}

UL.jqueryFileTree A {
   color:white;
}
.highlightFile {
    background-color: #519854;
}

#disableDiv
{
    /* Do not display it on entry */
    display: none; 
    z-index:9999;
     
    /* make it cover the whole widget */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: gray; 
    opacity:.7; 
    filter: alpha(opacity=00); 
}
