body{
	margin:0!important;
	font-family: arial,sans-serif;
	width: 100%; 
	height: 100%;

}
.body-inner{ 
	position: relative; 
	width: 100%; 
	--height: auto !important; 
	height: 100%; 
	min-height: 100%; 
}

.container{
	margin:auto;
	text-align:center;
}
.message{
	color:red;

}

#files{
	margin:auto;
	position:relative;
	width:430px;
}

#add{
	position: absolute;
	right: 5px;
	bottom: 7px;
	margin: 0 4px;
	width: 70px;
}
.filebox {
    display:block;
    height: 30px;
    line-height:30px;
    width: 320px;
    max-width:320px;
    overflow:hidden;
    border-radius: 30px;
    padding: 5px 15px;
    border: 4px solid #fff;
    background-color: #eee;
    margin:0;
    text-align:left;
    font-size:10pt;

}
select[name=view_max],
select[name=days],
input[name=password] {
    display:block;
    height: 45px;
    border-radius: 30px;
    padding: 5px 15px;
    border: 4px solid #fff;
    background-color: #eee;
}
dl{
	width:450px;
	height:50px;
	margin:auto;
	position:relative;
	clear:both;

}
dl.default > dt{
	position:absolute;
	left:0px;
	top:9px;
	display:inline-block;
	width:20%;
	line-height:27px;
	text-align:left;
}
dl.default > dd{
	position:absolute;
	right:0;
	width:79%;
}
dl.download{
	height:80px;
}
dl.download > dt{
	position:absolute;
	left:0px;
	display:inline-block;
	width:360px;
}
dl.download > dd{
	position:absolute;
	left:360px;
	display:inline-block;
	margin-inline-start:0;
	width:280px;
}

#clipboard-copy{
	width:80px;
}

form{
	margin-top:40px;
}

.input,input[type=text] {
    display:block;
    top: 0px;
    left: 3px;
    height: 45px;
    width: 100%;
    border-radius: 30px;
    font-size: 14pt;
    padding: 5px 15px;
    border: 4px solid #fff;
    background-color: #eee;
}
.box {
    display:block;
    top: 0px;
    left: 3px;
    height: 27px;
    border-radius: 30px;
    font-size: 14pt;
    padding: 5px 15px;
    border: 4px solid #fff;
    background-color: #eee;
}
.copybox{
	margin:auto;
	width:450px;
	height: 90px;
	position:relative;
}
.copybox textarea{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width: 75%;
	font-size:10pt;
	position:absolute;
	display:block;
	height:80px;
	width: 75%;
	border-radius: 20px;
	padding: 5px 15px;
	border: 4px solid #fff;
	background-color: #eee;
}
.copybox input{
	position:absolute;
	right:0;
	top:0px;
	bottom:0px;
	width:20%;
}

input[type=submit],input[type=button] {
	background-color: #f5f5f5;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	color: #000;
	font-family: arial,sans-serif;
	font-size: 14px;
	margin: 4px 4px;
	padding: 0 16px;
	line-height: 27px;
	height: 36px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
input[type=submit]:hover,input[type=button]:hover{

	background-color: #a2a2a2;
	color: #fff;
}

.progress{
	color: #000!important;
	background-color: #f1f1f1!important;
}
.progress:before,
.progress:after{
    box-sizing: inherit;
}

.progress > .bar{
	color: #fff!important;
	background-color: #4CAF50!important;
	font-size:18px!important;
	padding: 0.01em 16px;
}
.progress > .bar:before,
.progress > .bar:after{
	content: "";
	display: table;
	clear: both;
}


/* ============================== Footer > sitemap */

.sitemap{
    border-bottom: 1px solid #dadce0;
    padding: 30px 0 0;


}
.sitemap ul{
	list-style:none;
	padding-inline-start: 10px;
	
}

.sitemap .glue-zippy{
	border: 0;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 20px;
	padding-left: 0;
	box-sizing: border-box;
	margin:0;
	width:25%;
	display:inline-block;
}
.sitemap .glue-zippy h2{
	text-align:left;
}

@media (min-width: 600px){
.sitemap .glue-zippy {
	border: 0;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 20px;
	vertical-align: top;
}

}


.footer-container {



	background-color: #f2f2f2;
	padding: 20px;
	text-align:center;

}
.footer-container.simple{
	position:relative;
	left:auto;
	right:auto;
	bottom:auto;
}
.footer-container.fixed{
	position:fixed!important;
	left:0!important;
	right:0!important;
	bottom:0!important;
}

.footer .sitemap h2 {
	border: 0;
	cursor: default;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight:normal;
}
.footer .sitemap .glue-zippy-content{
	max-height: none!important;
	overflow: visible;
	display: block;
}
.footer .sitemap .glue-zippy-content > div{
	padding: 0 0 18px;
	font-weight: 400;
}
.footer .sitemap .glue-zippy-content > div > ul{
	border-top: 0;
	padding-bottom: 1rem;
	list-style:none;
}
.footer .sitemap .glue-zippy-content > div > ul > li{
	padding: 0;
}
.footer .sitemap .glue-zippy-content > div > ul > li > a{
	color: #5f6368;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: .875rem;
	letter-spacing: .01562rem;
	line-height: 2rem;
	margin: -12px 0;
	cursor:pointer;
	text-decoration:none;
}
.footer .sitemap .glue-zippy-content > div > ul > li > a:hover{
	color:#333;
}

.footer {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	min-width: 500px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}


/* ============================== Footer > social */
.footer .social-container{
	align-items: center;
	display: flex;
}
.footer .social{
	border-bottom: 1px solid #dadce0;
	padding: 0 0 15px 0;
	width: 100%;
	height:24px;
}
.footer .social span{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
}

.footer .social h2{
	color: #202124;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9rem;
	font-weight:normal;
	letter-spacing: .03rem;
	line-height: 24px;
	margin: 0 1.5em 0 0;
	display: inline-block;
	vertical-align: top;

}
.footer .social ul {
	list-style:none;
	display: inline-block;
	height: 1.5rem;
	margin: 0;
	padding:0;
}
.footer .social ul li {
	display: inline-block;
	margin-right: 18px;
	line-height:24px;
}
.footer .social ul li a{
	display: inline-block;
}
.footer .social ul li a img{
	vertical-align:bottom;
}
.footer-menu{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #dadce0;
}
.footer-menu a{
	display:inline-block;
	color:#777;
	text-decoration:none;
	padding-right:27px;
}
.footer-menu a:hover{
	text-decoration:underline;
}
@media (min-width: 600px)
.footer .social h2 {
}




.paps{
	padding-top:10px;
	font-size:9pt;
	color:#777;
	text-align:center;
}
.paps a{
	text-decoration:none;
	color:#777;
}

.scroll-to-top {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 1.25rem;
    padding: 90px 16px 24px;
    text-align: right;
}




@media (min-width: 600px){
.sitemap .glue-zippy {
	border: 0;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 20px;
	vertical-align: top;
}

}

.footer .sitemap h2 {
	border: 0;
	cursor: default;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight:normal;
}
.footer .sitemap .glue-zippy-content{
	max-height: none!important;
	overflow: visible;
	display: block;
}
.footer .sitemap .glue-zippy-content > div{
	padding: 0 0 18px;
	font-weight: 400;
}
.footer .sitemap .glue-zippy-content > div > ul{
	border-top: 0;
	padding-bottom: 1.875rem;
	list-style:none;
}
.footer .sitemap .glue-zippy-content > div > ul > li{
	padding: 0;
}
.footer .sitemap .glue-zippy-content > div > ul > li > a{
	color: #5f6368;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: .875rem;
	letter-spacing: .01562rem;
	line-height: 2.5rem;
	margin: -12px 0;
	cursor:pointer;
	text-decoration:none;
}
.footer .sitemap .glue-zippy-content > div > ul > li > a:hover{
	color:#333;
}




.footer {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	min-width: 500px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}


.paps{
	font-size:9pt;
	color:#777;
	text-align:center;
}
.paps a{
	text-decoration:none;
	color:#777;
}

/* ============================== Loading */

#loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #bbb;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	margin:auto;
}
#loading-window{
	z-index: 10000;
	padding: 20px;
    background-color: #fff;
    border: 1px solid #777;
    width: 180px;
    height: 180px;
	margin: auto;
	border-radius:20px;
	text-align:center;
}
/* ============================== Popup */



.popup_text_container {
	display:block;
	position:fixed;
	background: rgba(255, 255, 255);
	z-index:11;
	width:100%;
	height:100%;
}

.popup_textarea{
	display:block;
	position:fixed;
	left: calc(0vw + 2px);
	top:  calc(0vh + 2px);
	width: calc(100vw - 4px);
	height:75vh;
	padding:10px;
}

.popup_button{
	display:block;
	position:fixed;
	font-size:12pt;
	border:2px solid #aaa;
	background-color: #fff;
	border-radius:20px;
	top: 78vh;
	width: 45vw;
	height: 30px;
}
.popup_close{
	--left:50%;
}
.popup_ok{
	left:0%;
}
.popup_button:hover{
	background-color: #eee;
	cursor:pointer;
}



.log{
	padding:0;
	position:relative;
	margin:auto;
	display:inline-block;
	list-style:none;
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
}
.log li{
	width:400px;

	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.log .date{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:150px;

}
.log .ip{
	padding-left:10px;
	margin-left:10px;
	border-left: 1px solid #eee;
	display:inline-block;
	width:220px;
	text-align:left;
}



@media (max-width: 599px){
	h2{
		padding-left:10px;
		padding-right:10px;
	}
	.logo img ,
	.footer{
		min-width: auto!important;
	}
	.content {
		text-align: left;
		min-width: auto;
		max-width: auto;
		margin-left: auto;
	}
	.footer-container.simple{
		position:relative;
		left:auto;
		right:auto;
		bottom:auto;
	}

	.box{
		width:90%;
	}
	.button{
		display:inline-block;
		margin-top: 10px !important;
		margin-bottom: 5px !important;
		width:80%;
	}
	.logo-button{
		position:relative!important;
		height:auto;
		margin:auto;
		text-align:center;
		padding-bottom:15px;
	}
	.content .separate{
		padding:10px;
	}
	.content .separate .image-content{
		width: 65%;
		padding-left:2%;

	}
	.content .separate .image{
		width:30%;
	}
	.content-container{
		clear:both;
	}
	.sitemap .glue-zippy {
		flex-basis: auto;
		max-width: 100%!important;
		width: 100%!important;
		display: block;
		padding-right:0;
	}
	.glue-zippy h2{
		margin-left:-20px!important;
		margin-right:-20px!important;
		margin-bottom:0px!important;
		display:block;
		padding-left:20px!important;
		padding-right:20px!important;
		padding-top:10px!important;
		padding-bottom:10px!important;
		height:2rem;
		border-bottom:1px solid #bbb!important;
		background-image:url(/images/allow-bottom.svg);
		background-position: right 20px center;
		background-size:15px 15px;
		background-repeat:no-repeat

	}
	.glue-zippy h2:hover{
		background-color:#bbb;
	}
	.footer .social{
		border:0px;
		padding-top:0px;
	}
	.footer .sitemap{
		padding-top:0px;
	}
	.footer .sitemap .glue-zippy-content > div{

		padding-bottom:0px;
	}
	.glue-zippy-content ul{
		margin-left:-20px!important;
		margin-right:-20px!important;
		padding-left:20px!important;
		padding-right:20px!important;
		display:none;
		background-color:#fff;
		
	}

	.filebox{
		width:65%;
	}
	#add{
		right: 30px;
	}
	#view-max,#days{
		display:inline-block;
		width:49%;
	}
	select[name=view_max], select[name=days] {
	    width: 100%;
	}

	dl.default {
		width:100%;
		height:auto;
		display:block;
	}
	dl.default > dt{
		top:auto;
		left:auto;
		text-align:left;
		position:relative;
		display:block;
		width:auto;
		margin-left:10px;
	}
	dl.default > dd > input[type=text]{
		width:100%;
		padding:5px 15px;


	}

	dl.default > dd {
		position:relative;
		top:auto;
		left:auto;
		display:block;
		width:auto;
		margin: auto 5px;

	}
	dl.download {
		width:100%;
		display:block;	
	}
	dl.download > dt{
		width:60%;
	}
	dl.download > dd{
		width:38%;
		left:auto;
		right:10px;
	}
	dl.download > input[type=submit],
	dl.download > input[type=button]{


	}
	.copybox{
		width:100%;
		position:relative;
		margin: auto 10px;
	}
	.copybox textarea{
		position:absolute;
		left:0;
		top:0;
		display:block;
		width: 75%;
	}
	.copybox input{
		position:absolute;
		right:15px;
		top:0px;
		bottom:0px;
		width:20%;
	}
	.log{
		width:100%;
	}
	.log li {
		width:100%;
	}
	.log li .date{
		width:45%;
	}
	.log li .ip{
		width:45%;
	}
}