:root{
	--nav-height: 4.375em;
	--shadow-window: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

html,
body {
	height: 100%;
	width: 100%;
	overflow: hidden
}

body {
	font-family: "Monaco", sans-serif;
	font-weight: normal;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.42857;
	-webkit-font-smoothing: antialised;

	background: url("../img/home-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	font-family: "Roboto", sans-serif;

	/*background: #76b852;
	background: -webkit-linear-gradient(right, #76b852, #8DC26F);
	background: -moz-linear-gradient(right, #76b852, #8DC26F);
	background: -o-linear-gradient(right, #76b852, #8DC26F);
	background: linear-gradient(to left, #76b852, #8DC26F);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #f00
}

body input:required:valid,
body textarea:required:valid {
	color: #008000
}

a,
a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none
}

.u\:btn {
	display: block;
	margin: 1em auto 0;
	background-color: #d8d8d8;
	border: 1px solid #979797;
	padding: .3em 1.25em;
	cursor: pointer;
}

.u\:btn:hover {
	background-color: #b5b4b4
}

input {
	border: 1px solid #979797;
	outline: 0;
	padding: 0 .5em
}

.hidden {
	display: none
}

nav {
	height: var(--nav-height);
	margin: 1.25em 1.5em 0;
}

nav a {
	color: #fff
}

nav .logo {
	line-height: var(--nav-height);
	float: left;
	width: 9.375em;
	text-align: center;
}

nav .logo a {
	font-size: 2em
}

nav .menu {
	float: right;
}

nav .menu li {
	float: left;
	line-height: calc(var(--nav-height) - 1em);
	margin-top: 0.5em;
}

nav .menu li a {
	position: relative;
	padding: 0 1.25em;
	font-size: 1.125em;
	display: block;
}

nav .menu li a:hover {
	background-color: #4CAF50;
}

.wrap-404 {
	font-size: 2em;
}

.wrap-404 h1 {
	font-size: 3em;
}

.wrap-window {
	/*width: 100%;*/
	/*height: 100%;*/
}

.window {
	height: 80vh;
	width: 90%;
	margin: 5vh auto;
	overflow: hidden;
	background-color: #fff;
	box-shadow: var(--shadow-window);
}

.top-panel {
	height: 3em;
	padding: .6em 0;
}

.top-panel .buttons {
	width: 4.2em;
	float: left;
	margin: 0 1em;
}

.top-panel .buttons i {
	width: 1em;
	height: 1em;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid transparent;
}

.top-panel .buttons i:first-child {
	background-color: #f75f57;
	border-color: #dc443f
}

.top-panel .buttons i:nth-child(2) {
	background-color: #fcbc30;
	border-color: #e1a127
}

.top-panel .buttons i:nth-child(3) {
	background-color: #37ca41;
	border-color: #33ad31
}

.top-panel .title {
	text-align: center;
	width: calc(100% - 6.2em)
}

h1 {
	font-size: 1.125em
}

.choice-service {
	width: 100%;
}

.choice-service .shortener,
.choice-service .cloud {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #f2f2f2;
	height: 2.5em;
	line-height: 2.5em;
	color: rgba(0, 0, 0, 0.51);
}
.choice-service .cloud {
	/*border-left: 1px solid #979797;*/
}

.choice-service .shortener:hover,
.choice-service .cloud:hover,
.choice-service .shortener.active,
.choice-service .cloud.active {
	color: #000;
	background-color: #e8e8e8;
}

.border-area {
	display: inline-block;
	width: 50%;
	height: 25vh;
	padding: 2em 1.25em;
	border: 1.5px solid #cbcbcb;
	position: absolute;
	background-color: #f2f2f2;
	top: 25vh;
	left: 25%;
}

.border-area.drag-over {
	border-width: 3px
}

.border-area > *,
.border-area > * > *,
.border-area > * > * > * {
	width: 100%;
	max-width: 100%;
	height: 100%
}

#inputfile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	cursor: pointer
}

.inputlink {
	width: 100%;
	height: 2.25em
}

.shortener-area,
.copylink-area {
	position: relative
}

.input-area-upload-file {
	position: relative;
}

.input-area-upload-file .border-area {
	border-style: dashed
}

.input-area-upload-file .preview,
.input-area-upload-file .file-to-upload {
	font-size: 1.5em
}

.input-area-upload-file .file-to-upload {
	width: 100%;
	position: relative;
}

.input-area-upload-file .file-to-upload span {
	text-align: center;
	white-space: nowrap;
	width: 100%;
	display: block;
	padding: 0 1em;
	text-overflow: ellipsis;
	overflow: hidden
}

.input-area-upload-file .file-to-upload .close {
	position: absolute;
	top: -1.5em;
	right: -.4em;
	cursor: pointer
}

.input-area-upload-file .progress-upload {
	width: 100%;
	text-align: center;
}

.input-area-upload-file .progress-upload .progress {
	background-color: #d8d8d8;
	border: 1px solid #979797;
	width: 100%;
	height: 2.25em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	margin-top: .5em;
	position: relative;
}

.input-area-upload-file .progress-upload .progress .status {
	position: absolute;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	background-color: #3cc739;
	border: 1px solid #979797;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	height: 2.25em;
	left: -1px;
	top: -1px;
	width: 0%
}

.input-area-upload-file .progress-upload .percent {
	padding-top: .5em;
	font-size: 1.5em
}

.shortener-wrap {
	font-size: 1.4em
}

.copy-link-wrap {
	font-size: 1.4em
}

.copylink {
	width: 100%;
}

.copylink input {
	float: left;
	width: 93%;
	border-right-width: 0
}

.copylink .icon-copylink {
	width: 7%;
	cursor: pointer;
	float: right;
	height: 2.25em;
	line-height: 2.25em;
	background-color: #fff;
	margin: 0;
	padding: 0 .6em 0 .2em;
	border: 1px solid #979797;
	border-left-width: 0
}

.sub-top {
	padding: 0 1em;
	height: 3em
}

.change-view {
	float: left;
}

.change-view span {
	line-height: 3em
}

.change-view .th,
.change-view .list {
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	background-color: #d8d8d8;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #979797;
	border: 1px solid #979797;
	opacity: .6;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.change-view .th:hover,
.change-view .list:hover,
.change-view .th.active,
.change-view .list.active {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.search-wrap {
	float: right;
	width: 25%;
}

.search-wrap form {
	width: 100%
}

.search-wrap input {
	background-color: #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	outline: 0;
	width: 100%;
	height: 1.8em;
	margin-top: .6em
}

.sidebar {
	width: 15em;
	height: calc(100% - 6em);
	background-color: #eaeaea;
	float: left;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	border-right: 1px solid #d5d5d5;
}

.sidebar .nav {
	padding-left: 1em;
}

.sidebar .nav ul {
	width: 100%
}

.sidebar .nav li {
	padding-top: 1.25em;
	line-height: 2;
	width: 100%;
}

.sidebar .nav li a {
	color: #212529
}

.sidebar .nav li ul {
	padding-left: 1em;
}

.sidebar .nav li ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	line-height: 1.6;
	padding-top: 0;
	font-size: 1.125em
}

.sidebar .new-folder {
	display: none;
}

.sidebar .new-folder input {
	width: 70%
}

.sidebar .new-folder .submit {
	width: auto;
	margin: 0;
	padding: 0 .3em;
	display: inline-block
}

.content {
	width: calc(100% - 15em);
	height: calc(100% - 6em);
	background-color: #fff;
	float: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	padding: 1em;
	overflow: auto;
}

.content ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, 11%);
	grid-gap: 1.5%
}

.file-item {
	height: 10em;
	text-align: center;
	vertical-align: middle;
	padding: .5em;
	overflow: hidden;
}

.file-item a {
	color: #000
}

.file-item img {
	height: 60%
}

.file-item .name {
	display: inline-block;
	margin-top: .5em;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden
}

.links td {
	vertical-align: middle;
	padding: .75em
}

.links .copylink {
	width: 60%;
}

.links .copylink input {
	width: 88%
}

.links .copylink .icon-copylink {
	width: 12%
}

.links a {
	color: #2286f8
}

.about-page{
	position: relative;
	height: calc(100% - 3em);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.about-page h1{
	margin-top: -1em;
	font-size: 2em;
}

.wrap a {
	color: #000;
}

.wrapper.login-auth{
	display: block;
	width: 100%;
	height: calc(calc(100% - var(--nav-height)) - 1.25em);
}


.login-wrap {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: var(--shadow-window);
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #43A047;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #4CAF50;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: block;
	clear: both;
}
.container .info {
	margin: 50px auto;
	text-align: center;
}
.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}
.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}
.container .info span a {
	color: #000000;
	text-decoration: none;
}
.container .info span .fa {
	color: #EF3B3A;
}
