body{
	background-color: #fff;
}

.disable-hover{
	pointer-events: none;
}

#awesomeBrowsers{
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;
	z-index: 9999;
	background-color: #f5f5ad;
	padding: 10px 100px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px #777;
	box-shadow: 0px 0px 5px 0px #777;
	border-bottom: 1px solid #999;
}
	#awesomeBrowsers p{
		font: 400 14px 'Open Sans',sans-serif;
		text-align: center;
		color: #333;
	}
	#awesomeBrowsers .close{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}

/********************************
 * FRAME
 ********************************/

@-webkit-keyframes fadeIn{
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

#frame{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/* min-height: 575px; */
	/* min-width: 560px; */
	background-color: #fff;
	overflow: hidden;
	
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
 }	
#frame.share{	
	bottom: 5%;	
	min-height: 400px;
	min-width: 420px;
	margin: 0 auto;
	
	-webkit-box-shadow: 0px 0px 5px 1px #d5dfe1;
	box-shadow: 0px 0px 5px 1px #d5dfe1;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}
#frame.browseable{
}

	#view{
		position: absolute;
		top: 46px;
		right: 0px;
		bottom: 0px;
		left: 11.25em;
		
		/* min-width: 200px; */
		background-color: #fff;
		overflow: hidden;
		
		-webkit-transition: left .3s ease-out;
		-moz-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.share #view{
		top: 96px;
		left: 0px;
		min-width: 420px;
		background-color: #f9f9f9;
		
		/* -webkit-transition: 0s;
		-moz-transition: 0s;
		-o-transition: 0s;
		transition: 0s; */

	}
	
		#scrollingFrame{
			position: absolute;
			top: 61px;
			left: 0;
			padding-left: 13px;
			right: 10px;
			bottom: 0;
			padding-bottom: 10px;
		}
		.share #scrollingFrame{		
			top: 0px;
			left: 15px;
			right: 10px;
			bottom: 10px;
		}
			#fileList{
				position: relative;
			}
			/* #fileList:after{
				background: rgba(255,255,255,0);
				background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
				background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
				
				content: "";
				display: block;
				height: 5px;
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				z-index: 2;
			} */
				#fileList .content{
					padding-right: 5px;
					padding-top: 7px;
					text-align: justify;
				}

.popNotification{
	opacity: 0;
	background-color: rgba(255, 240, 147, 0.9);
    border: 1px solid #d7d0a4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    color: #444;
    font: 300 16px 'Open Sans',sans-serif;
    margin: 0 auto;
    padding: 10px 83px 10px 20px;
    position: absolute;
    right: 30px;
	bottom: -50px;
    z-index: 300;
}			
	.popNotification .undo{
		display: block;
		position: absolute;
		top: 11px;
		right: 33px;
		color: #15f;
		font: 300 15px 'Open Sans',sans-serif;
		text-decoration: underline;
		cursor:pointer;
	}	
	
	.popNotification .close{
		display: block;
		position: absolute;
		top: 13px;
		right: 10px;				
		width: 12px;
		height: 12px;
		-o-transition: .2s;
		-ms-transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
	}
	.popNotification .close:hover{
		cursor: pointer;
	}
	.popNotification .close:after,
	.popNotification .close:before{
		content: "";
		display: block;
		position: absolute;
		background-color: #cdca73;
		width: 10px;
		height: 3px;
		top: 8px;
	}	
	.popNotification .close:hover:after,
	.popNotification .close:hover:before{
		background-color: #7e7c4a;
	}		
	.popNotification .close:after{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.popNotification .close:before{
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	
	.popNotification.uploadOverview{
		z-index: 301;
		padding: 10px 35px 10px 20px;
		padding: 10px 20px 10px 20px;
	}
		.popNotification.uploadOverview .status{
			display: block;
			font: 300 16px 'Open Sans',sans-serif;
			color: #444;
			margin-bottom: 5px;
		}
		.popNotification.uploadOverview .showDetails{
			color: rgba(68, 68, 68, .8);
			text-decoration: underline;
			cursor: pointer;
			position: absolute;
			right: 36px;
			right: 21px;
			top: 10px;
		}
		.popNotification.uploadOverview .showDetails:hover{
			color: #444;
		}
		.popNotification.uploadOverview .uploadProgress{
			display: block;
			background-color: rgba(0, 0, 0, 0.2);
			width: 100%;
			min-width: 250px;
			height: 5px;
			overflow: hidden;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			margin-bottom: 2px;
		}
			.popNotification.uploadOverview .uploadProgress span{
				display: block;
				width: 0;
				height: 5px;
				background-color: #0da6d7;
				background-color: #666;
			}
		.popNotification.uploadOverview .close{
			top: 18px;
		}