#gdmmetadata{display:none;}
#gdmpages{display:none;}
#pageseditor{width:100%; /*855px;*/}
#metadataeditor{padding:5px;width:100%;}

#searchresults{
	color: #444444 !important;
}

#pdfeditor li{
	/*list-style:none !important;list-style-image:none !important;*/
	color: #444444 !important;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    list-style: none outside none !important;
	}



.rarrow-image {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;    background-image: url("gdarightarrow.png");	
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 50px;
    margin-bottom: auto;
    margin-right: 50px;
    margin-top: auto;
    opacity: 1;
    position: absolute;
    right: 0;
	top: 0;
    width: 28px;
    z-index: 101;
}

.rightarrow{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	/*
	background-image: url("gdarightarrow.png");
    background-position: 4px 50%;
    background-repeat: no-repeat;
    height: 100%;
    background-color:#f0f0f0;
    position: absolute;
    right: 0;
	left:0;
	margin-left: 666px;
    top: 0;
    width: 37px;
    z-index: 11;
	*/
	
	background-color: black;
	opacity:0.15;
    
    background-position: 12px 50%;
    background-repeat: no-repeat;
    float: right;
	height:60px;
    width: 50px;
	border-radius:2px;
	position:absolute;
	right:0;
	z-index:100;
	margin-right:40px;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
}

.gdm-fs .rightarrow{
	/*float: right;
    
    position: relative;*/
}

.rightarrow:hover{
	cursor:pointer;
	opacity:0.3;
}

#upperPageCanvas,#upperPageCanvas2 {       
	/*
	position:absolute;
	*/
	left:-1px;
	right:0;
	top:0;
	bottom:-4px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	/*border: 1px solid black;       */
	box-shadow: 1px 2px 4px #666666;
	margin-top: auto;
	margin-bottom: auto;
    width: 376px;
    z-index: 15;
	
}
 
.gdm-fs #upperPageCanvas,.gdm-fs #upperPageCanvas2 {

}

.larrow-image {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
    background-image: url("gdaleftarrow.png");	
    bottom: 0;
    cursor: pointer;
    float: right;
	margin-left:8px;
    height: 50px;
    margin-bottom: auto;
    margin-right: 50px;
    margin-top: auto;
    opacity: 1;
    position: absolute;    
	top: 0;
    width: 28px;
    z-index: 101;
	display:none;
}

.leftarrow{
    /*background-image: url("gdaleftarrow.png");
    background-position: 4px 50%;
    background-repeat: no-repeat;
    height: 100%;
    background-color:#f0f0f0;
    position: absolute;    
    top: 0;
    width: 37px;
    z-index: 11;
	margin-left:0px;*/
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;	
	
	background-color: black;
	opacity:0.15;
    display:none;
    background-position: 8px 50%;
    background-repeat: no-repeat;
    float: left;
    /*height: 497px;        */
	height:60px;
    width: 50px;
	border-radius:2px;
	z-index:100;
	position:absolute;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
}

.leftarrow:hover{
	cursor:pointer;
	opacity:0.3;
}

.rarrow-cont:hover .rightarrow
{
    opacity:0.3;
}

.larrow-cont:hover .leftarrow
{
    opacity:0.3;
}


.rotated img,.visible{
	display:block !important;
}


.gx_element.page.visible{
 bottom: 0;
/*    margin-bottom: auto;
    margin-top: auto;*/
    top: 0;
}

.obscure-page{
	position: absolute; 
	z-index: 99; 
	height: 100%; 
	margin-right: auto; 
	margin-left: auto; 
	right: 0px; 
	left: 0px; 
	margin-top: 0px; 
	width: 100%; 
	background-color: rgba(0, 0, 0, 0.3); 
	opacity: 1;
}

.fakeAnimationDiv{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px #666;
    /*display: none;*/
    
	/*margin:10px auto 0;*/
    z-index: 15;
	transition: all 1s linear 0s;
	transform: translate(0%);
	-webkit-transition: all 1s linear 0s;
	-webkit-transform: translate(0%);
	position:absolute;
	left:0;
	right:0;	
	cursor:progress !important;
}

.fakeAnimationFadeOut{
	opacity:0;
	transition: opacity 1.5s linear 0s;
	-webkit-transition: opacity 1.5s linear 0s;
}

.fakeAnimationDivNoShadow{
	box-shadow:none;
}
.fakeAnimationStartLeft{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px #666;
    /*display: none;*/
    margin: 10px auto;
    z-index: 12;	
	transform: translate(-200%);
	-webkit-transform: translate(-200%);
	
}
.fakeAnimationLeftToCenter{
	transform: translate(0%);
	-webkit-transform: translate(0%);
}

.fakeAnimationRight{
	transform: translate(-200%);
	-webkit-transform: translate(-200%);
}

.debug{
	border:2px solid red;
}

.page_control{
	margin-left:10px;
}