.container{
	display: block;
	width:400px;
	height:auto;
	text-align:center;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding:10px 40px;
}
.filename{
	color:#34495e;
	display:block;
	font-size:20px;
	padding:5px;
	font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	overflow: hidden;
	text-overflow: ellipsis;
}
.fileinfo{
	color:#34495e;
	display:block;
	font-size:14px;
	padding:5px;
	font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}
.timedown{
	display:block;
	font-size:36px;
}
.btn {
	border: none;
	background: #34495e;
	color: white;
	font-size: 16.5px;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	margin-top:20px;
}
.btn.btn-blue {
	background-color: #3498db;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
	background-color: #2980B9;
}
.btn.btn-green {
	background-color: #1abc9c;
	padding: 11px 19px 0px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	height:84px;
}
.btn.btn-green:hover, .btn.btn-green:focus, #btnD:hover {
	background-color: #16A085;
}
#btnX{
	width: 320px;
	display: block;
	margin: 20px auto;
}
#btnD,#btn-download{
	width: 320px;
	display: block;
	margin: 20px auto;
	display:none;
	background:#1abc9c url("../vtlai_img/cloud-download.png") no-repeat 96px 27px;
}
.ads{
	margin:0 auto;
	display:block;
	width:728px;
	padding:10px;
	border:1px solid #ECF0F1;
}
.text2{
	display:block;
	padding:23px 20px;
	margin-left:54px;
}
#fadingBarsG{
position:relative;
width:113px;
height:29px;
margin:0 auto;
}

.fadingBarsG{
position:absolute;
top:0;
background-color:#ffffff;
width:29px;
height:29px;
-moz-animation-name:bounce_fadingBarsG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-webkit-animation-name:bounce_fadingBarsG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-ms-animation-name:bounce_fadingBarsG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-o-animation-name:bounce_fadingBarsG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
animation-name:bounce_fadingBarsG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
}

#fadingBarsG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fadingBarsG_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fadingBarsG_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fadingBarsG_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}


@-moz-keyframes bounce_fadingBarsG{
0%{
-moz-transform:scale(1);
background-color:#ffffff;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fadingBarsG{
0%{
-webkit-transform:scale(1);
background-color:#ffffff;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fadingBarsG{
0%{
-ms-transform:scale(1);
background-color:#ffffff;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fadingBarsG{
0%{
-o-transform:scale(1);
background-color:#ffffff;
}

100%{
-o-transform:scale(.3);
background-color:red;
}

}

@keyframes bounce_fadingBarsG{
0%{
transform:scale(1);
background-color:#ffffff;
}

100%{
transform:scale(.3);
background-color:red;
}
}
.loading{
	margin:10px;
	display:none;
}