html {
	background: url(../images/bg-main.jpg) center center no-repeat #CEE2F1;
	background-size: cover;
}

html, body {
	height: 100%;

}

h1, h3 {
	font-weight: normal !important;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	transition: 0.15s;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
}
a:hover {
	color: #fff;
}

p {
	font-size: 13px;
}

.inner-wrapper {
	margin: 50px 0 0 0;
	padding-bottom: 50px;
}
.span12 .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1400px;
}

.loginBtn {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 0.2em;
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #fff;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}

.loginBtn:focus {
	outline: none;
	color: #fff;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.text-danger {
	color: #dc3545!important;
}

.loginBtn--google {
	background: #DD4B39;
}

.loginBtn--google:before {
	border-right: #BB3F30 1px solid;
	background: url('../images/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #E74B37;
}

.loginBtn--microsoft {
	background: #2F2F2F;
}

.loginBtn--microsoft:before {
	border-right: #5E5E5E 1px solid;
	background: url('../images/icon_ms.png') 6px 6px no-repeat;
}

.loginBtn--microsoft:hover,
.loginBtn--microsoft:focus {
	color: #fff;
	background: #5E5E5E;
}

.text-center {
	text-align: center;
}

.header-box a:hover,
.header-box a:focus,
.header-box a:active {
	outline: none;
}


input {
	font-family: Arial, sans-serif;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

body {
	/* font-family: Ubuntu, Calibri, Tahoma, Arial, sans-serif; */
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.428571429;
	color: #333;
}

.wrapper {
	min-height: 100%;
	margin: 0 0 -60px 0;
}

header {
	font-family: Ubuntu, Calibri, Tahoma, Arial, sans-serif;
	margin: 0;
	width: 100%;
	height: 75px;
	background: #1964AA;
	display: flex;
	align-items: center;
}

header a {
	padding: 6px 8px;
	margin-left: 2px;
	color: #fff;
	opacity: 0.7;
}
header a:hover {
	color: #fff;
	opacity: 1;
}

header p {
	color: #fff;
	line-height: 10px;
	margin: 4px 0;
}
header p.username {
	font-weight: bold;
}

header .logo {
	padding: 0 30px;
	width: 25%;
	margin-top: 5px;
	box-sizing: border-box;
}
header .logo img {
	float: left;
	height: 34px;
	padding: 0 18px 0 0;
	margin: 0 18px 0 0;
	border-right: 2px solid #009FE3;
}
header .logo p {
	float: left;
	height: 34px;
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
}

header .navigation {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}
header .navigation > div {
	position: relative;
	display: inline-block;
}
header .navigation a.link {
	display: inline-block; /* inline-flex */
	position: relative;
	padding: 26px 15px 0 15px;
	height: 75px;
	font-weight: bold;
	box-sizing: border-box;
}
header .navigation a.link.current {
	background: #004B8A;
	opacity: 1;
}
header .navigation a.add {
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 28px;
	right: 30px;
	padding: 0;
	background: url("../images/nav-add.png") center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
header .navigation a.add:hover {
	opacity: 1;
}

header .slots span, header .files span {
	position: relative;
	top: -1px;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
header .slots span {
	background: url("../images/nav-slots.png") center center no-repeat transparent;
	background-size: cover;
}
header .files span {
	background: url("../images/nav-files.png") center center no-repeat transparent;
	background-size: cover;
}


header .user {
	position: relative;
	text-align: right;
	padding: 0 30px;
	width: 25%;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-content: center;
	justify-content: flex-end;
}
header .user span {
	display: inline-block;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header a.sign-out {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 32px;
	height: 32px;
	padding: 0;
	background: url("../images/nav-logout.png") center center no-repeat transparent;
	background-size: 16px 16px;
}
header a.lang-select {
	padding: 6px 8px;
}

header .language {
	position: absolute;
	top: 60px;
	right: 30px;
	color: #333;
	background: #fff;
	padding: 2px 0;
	display: none;
	z-index: 50;
}

header .language:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 16px;
	top: -6px;
	border-bottom: 7px solid #FFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

@media  (max-width: 1400px) {
	header .navigation a.link {
		font-size: 85%;
		padding: 26px 14px 0 14px;
	}
}
@media (max-width: 1250px) {
	header .navigation a.link {
		padding: 26px 6px 0 6px;
	}
}

@media (max-width: 1160px) {
	header .logo {
		width: 24%;
	}
	header .navigation {
		width: 100%;
	}
	header .user {
		width: 26%;
	}
}
@media (max-width: 1092px) {
	header .logo {
		width: 25%;
		margin-top: 0;
	}
	/*header .navigation {*/
	/*	width: 49%;*/
	/*}*/
	header .user {
		width: 26%;
	}
	header .logo p {
		height: auto;
		font-size: 22px;
		line-height: 13px;
	}
	header .logo img {
		height: 23px;
		padding: 0 15px 0 0;
		margin: 0 15px 0 0;
	}
}
@media (max-width: 920px) {
	header .navigation a.add {
		right: 15px;
	}
}
@media (max-width: 850px) {
	header .navigation a.add {
		right: 15px;
	}
	header .logo p {
		height: auto;
		font-size: 16px;
		line-height: 7px;
	}
	header .logo img {
		height: 16px;
		padding: 0 11px 0 0;
		margin: 0 11px 0 0;
	}
	header .user {
		font-size: 12px;
		line-height: 19px;
	}
}
@media (max-width: 790px) {
	header .logo {
		display: none;
	}
	header .navigation {
		width: 68%;
		text-align: left;
		margin-left: 5%;
	}
}

p.bottom-note {
	color: #606970;
	text-align: center;
	font-size: 13px;
	margin-top: 40px;
}

/* Flags: https://www.iconfinder.com/iconsets/flags_gosquared */

header .language > a {
	text-indent: -9999px;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0px 4px;
}
header .language > a.cz, header .language-current.cs {
	background: url("../images/flags/cz.png") center center no-repeat transparent;
	background-size: 32px 32px;
}
header .language > a.sk, header .language-current.sk {
	background: url("../images/flags/sk.png") center center no-repeat transparent;
	background-size: 32px 32px;
}
header .language > a.en, header .language-current.en {
	background: url("../images/flags/us.png") center center no-repeat transparent;
	background-size: 32px 32px;
}

header .language-current {
	text-indent: -9999px;
	font-size: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 4px;
}


#logo {
	width: 100%;
	height: 100px;
	background: url("../images/sto/header-logo.gif") no-repeat 50% 50%;
}

article {
	height: 100%;
	margin: 0 0 -80px 0;
}

.window {
	background: url("../images/sto/window.gif") no-repeat top center;
	width: 403px;
	height: 283px;
	margin: 65px auto 0 auto;
	position: relative;
}

#file {
	padding: 40px 15px 0px 12px;
	display: table;
}

#file img,
#filename {
	margin: 0 4px 0 0;
	display: table-cell;
}

#filename {

	vertical-align: middle;
	font-weight: bold;
}

#filename input {
	color: #444;
	text-decoration: underline;
	white-space: normal;
	text-align: left;
}

#filename input:hover {
	text-decoration: none;
}

.na #filename {
	color: #f43745 !important;
	font-size: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

#promo {
	padding: 70px 0 00 0;
	width: 100%;
	height: 350px;
	background: url("../images/sto/devices.gif") no-repeat 50%, url("../images/sto/flare.png") no-repeat 50% 55%;
}

#promo-inner {
	padding-top: 200px;
}

#promo ul {
	color: #fff;
	padding: 0;
	font-size: 14px;
	list-style: disc;
}

#promo h3 {
	color: #fff;
	margin: 16px 0;
	font-size: 36px;
}

.promo-list {
	width: 380px;
	margin: 0 auto;
	padding: 0 0 0 95px;
}

.counter {
	float: left;
	margin-top: 8px;
	color: #333;
	font-size: 12px;
}

.counter.expire {
	float: right;
}

/*******BUTTONS******/

.not-button {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.button {
	font-family: Ubuntu, Arial, sans-serif;
	display: inline-block;
	padding: 5px 10px;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.button i {
	margin-right: 5px;
}
.button:hover {
	color: #fff;
}

.button.delete.secondary {
	color: #e74c3c;
}
.button.delete.secondary:hover {
	color: #d13b2c;
}
.button.secondary {
	background: none;
	border: none;
	font-weight: 400;
}

.uptab-action {
	margin-bottom: 20px;
}
.upload {
	background: #16A085;
}
.upload:hover {
	background: #09907A;
}
.main {
	background: #1964AA;
}
.main:hover {
	background: #009FE3;
}

/* DOWNLOAD */

.download .filename {
	font-weight: 600;
	margin-bottom: 6px;
}
.download .filesize {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}


/* FORMS */

form table {
	margin: 0 auto;
	font-size: 13px;
}
form th, form td {
	margin-bottom: 10px;
}
form th {
	width: 200px;
	padding: 0 5px 10px 0;
	text-align: right;
}
form#frm-signInForm th {
	padding: 0;
}
form .upload-left th {
	text-align: center;
}
form td {
	width: 200px;
	padding: 0 0 10px 5px;
}
form tr:last-child td {
	padding-top: 20px;
	padding-bottom: 0;
}
form .filename-field {
	width: 100%;
}
form .shortnum {
	width: 30px;
}
form .datepicker {
	width: 75px;
}

input[type=text], input[type=password] {
	border: 1px solid #d6d6d6;
	padding: 2px 4px;
}

.form-field label {
	display: block;
	margin-bottom: 4px;
}
.form-field {
	margin-bottom: 20px;
}

/* BUTTONS PREV */

#button {
	position: absolute;
	bottom: 32px;
}

#button input {
	width: 310px;
	height: 44px;

	background: url("../images/sto/download-btn.gif") no-repeat;

	margin: 0 0 0 47px;
	padding: 0 48px 3px 0;

	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	color: #444;
	border: 0;
	cursor: pointer;
}

#frm-editFile-edit,
#frm-uploadForm-upload {
	width: 208px;
	height: 44px;

	background: url("../images/sto/btn-green-small.png") no-repeat;

	margin: 20px 0 12px 27px;
	padding: 0 48px 3px 0;

	font-size: 24px;
	font-weight: bold;

	color: #fff;
	border: 0;
	cursor: pointer;
}

#frm-editFile-delete {
	width: 310px;
	height: 44px;

	background: url("../images/sto/btn-red.png") no-repeat;

	margin: 0 0 0 47px;
	padding: 0 48px 3px 0;

	font-size: 24px;
	font-weight: bold;

	color: #fff;
	border: 0;
	cursor: pointer;
}

#frm-signInForm-send {
	font-size: 24px;
	font-weight: bold;

	color: #fff;

	cursor: pointer;
	padding: 6px 35px;
	border: 1px solid #a1a1a1;
	border-radius: 4px;
	box-shadow: inset 0px 1px 7px -3px rgba(255, 255, 255, 1);
	background: rgb(196, 196, 196); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(196, 196, 196, 1) 0%, rgba(164, 164, 164, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196, 196, 196, 1)), color-stop(100%, rgba(164, 164, 164, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(196, 196, 196, 1) 0%, rgba(164, 164, 164, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(196, 196, 196, 1) 0%, rgba(164, 164, 164, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(196, 196, 196, 1) 0%, rgba(164, 164, 164, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(196, 196, 196, 1) 0%, rgba(164, 164, 164, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#a4a4a4', GradientType=0); /* IE6-9 */

}

.na #button input {
	background: url("../images/sto/download-btn-na.gif") no-repeat;
	cursor: default;
	cursor: not-allowed;
}

#button input:hover {
	background: url("../images/sto/download-btn-hover.gif") no-repeat;
}

.na #button input:hover {
	background: url("../images/sto/download-btn-na.gif") no-repeat;
}

#frm-uploadForm-file {
	padding: 220px 20px 20px 20px;
	color: #333;
	border: 1px dashed #999;
	border-radius: 8px;
	cursor: default;
	width: 100%;
	box-sizing: border-box;
	background: url(../images/upload.png) center 75px no-repeat #f7f7f7;
	background-size: 50px 50px;
}

#frm-uploadForm-file.hover {
	border-color: #3b9f2c;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#file-list-label {
	padding: 16px 0 0 0;
	text-align: left;
}

#dropped-files-list p {
	margin: 2px 0;
}

#frm-uploadForm td {
	text-align: center;
}

footer {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

footer,
.push {
	height: 60px; /* .push must be the same height as footer */
}

#footer-cloud {
	overflow: hidden;
	width: 200px;
	height: 110px;
	float: right;
	background: url("../images/sto/footer.gif") no-repeat 103% 120%;
	position: relative;
	top: 12px;
	left: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.sign-in article,
.sign-in .wrapper,
.admin article,
.admin .wrapper {
	background: none;
}

.admin #footer-cloud {
	position: relative;
	z-index: 200;
	/*display: none;*/
}

footer a:hover #footer-cloud {
	top: -4px;
	left: -2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.paper {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
}

.upload-layout {
	display: flex;
}
.upload-left, .upload-right {
	padding: 40px;
	box-sizing: border-box;
	font-size: 13px;
}
.upload-left {
	position: relative;
	width: 60%;
	background: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.upload-right {
	width: 40%;
	text-align: center;
	background: rgba(255,255,255,0.7);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.upload-left table {
	width: 100%;
}
.upload-left p.note {
	color: #9C9C9C;
	margin-top: 30px;
	margin-bottom: 0;
}

.upload-right .form-field {
	text-align: left;
}
.upload-right .action {
	margin-top: 40px;
}

.inside-note {
	position: absolute;
	width: 100%;
	margin-left: -40px;
	padding: 0 50px;
	box-sizing: border-box;
	top: 175px;
	color: #7F7F7F;
	font-size: 14px;
}

.nofiles {
	text-align: center;
}
.nofiles p {
	font-size: 13px;
}
.nofiles .last {
	margin-bottom: 40px;
}

/*UPLOAD*/
#frm-signInForm table {
	width: 275px;
	margin: 0 auto;
}

#login table td {
	text-align: left;
	padding: 4px 8px;
}

#frm-signInForm-remember {
	margin: 0 4px 0 0;
}

.upload-file-hint {
	font-size: 13px;
	margin: 6px 16px 10px 16px;
	font-style: italic;
}

#new-file form {
	margin: 12px 0 0 0;
}

/*TABLE*/

.listing {
	overflow-x: scroll;
}

.listing table {
	font-size: 12px;
}
.listing td, .listing th {
	padding: 5px;
	vertical-align: top;
}
.listing tr {
	color: #333;
	text-align: center;
	background: #fff;
	border-top: 2px solid #CCE0EF;
	white-space: nowrap;
}
.listing tr:first-child {
	color: #fff;
	border-top: none;
	font-size: 14px;
	background: #009FE3;
}
.listing td:first-child {
	font-weight: 600;
	padding-left: 10px;
}

.listing td:last-child {
	padding-right: 10px;
}

.listing td:last-child img {
	height: 16px;
}

.listing .align-left {
	text-align: left;
}

.listing .filename img {
	vertical-align: middle;
}

.filename span, .slot-files .file-size {
	color: #868789;
	font-size: 11px;
	vertical-align: top;
}

.listing .slot-link {
	height: 16px;
	width: 16px;
}

.listing a img:hover {
	opacity: .8;
}

.slot-files .file-block {

}

.slot-files .file-block .file-link {
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
}

.filename span {
	display: block;
}
.empty {
	color: #999;
}
.slot-files .empty {
	color: #ccc;
}
.no-file .instr {
	margin-top: 20px;
}

table a {
	color: #1964AA;
}
table a:hover, table a:active, table a:focus {
	color: #009FE3;
	outline: none;
}

.listing table td.number-cell {
	text-align: right;
	white-space: nowrap;
}

.listing table {
	width: 100%;
}

h4 {
	color: #003981;
}

.ratio {
	position: relative;
	top: -32px;
	width: 215px;
	margin: 0 auto;
	color: #444;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.ratio .percent {
	font-weight: bold;
}

.progress {
	height: 20px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress .bar + .bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.flash {
	position: absolute;
	background: #009FE3;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px;
	top: 80px;
	right: 10px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
}

.flash a {
	color: #63caf5;
	text-decoration: underline;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.filename {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer a {
	text-decoration: none;
	white-space: normal;
}

.copy2Clipboard {
	cursor: pointer;
	margin-right: 5px;
	transition: opacity ease-in-out .2s;
}

.copy2Clipboard:hover {
	opacity: 0.7;
}

.copy2Clipboard-copied,
.copy2Clipboard.copy2Clipboard-copied:hover {
	opacity: 0.1;
}

@media (max-width: 1200px) {
	.slot-files .file-block .file-link {
		max-width: 185px;
	}

	#promo {
		padding: 60px 0 30px 0;
	}

	#promo-inner {
		padding-top: 240px;
	}

	.window {
		margin: 65px auto 0 auto;
	}

	article {
		margin: 0;
	}

	.header-box a:before {
		margin-right: 2px;
	}

	.header-box a:after {
		margin-left: 2px;
	}
}

@media (max-width: 960px) {
	.wrapper  {
		width: 960px;
	}

	.listing {
		min-width: 865px;
	}
}

@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}

	#links a,
	#links p {
		display: none;
	}

	#logo {
		margin: 10px 0 0 0;
	}

	.wrapper {
		background: none;
	}

	.paper#edit-file table {
		width: 380px;
	}

	#edit-file input[type=text] {
		width: 200px;
	}
}

@media (max-width: 640px) {

	#promo {
		background: url("../images/sto/devices.gif") no-repeat 50%, url("../images/sto/flare-small.png") no-repeat 50% 55%;
		padding: 0;
	}

	.promo-list {
		padding: 15px 0 0 0px;
	}

	#filename {
		padding: 0 16px 0 0;
	}

	#promo ul,
	#promo h3 {
		margin: 0 0 0 0px;
	}

	#promo-inner {
		margin: 0 auto;
		width: 310px;
	}

	.wrapper {
		margin: 0
	}
}

@media (max-width: 480px) {

	.promo-list {
		padding: 0 0 0 5px;
	}

	#form {
		padding: 20px 0 0 0;
		background: none;
	}

	#form-header {
		margin: 0 0px 16px 0;
	}

	article {
		background: none;
	}

	.window {
		width: 350px;
		margin: 20px auto 0;
		background: url("../images/sto/window-small.gif") no-repeat center top;
	}

	#promo {
		display: none;
	}

	#promo-inner {
		padding-top: 240px;
	}

	#button {
		left: -24px;
	}

	.footer,
	.push {
		height: 25px;
	}

}

ul.error {
	font-size: 13px;
	color: #e74c3c;
}

/* QQ OVERRIDE */

.qq-uploader .buttons > * {
	display: inline-block;
}

.qq-uploader {
	max-height: unset!important;
	padding: 0!important;
}

.qq-upload-button-selector, .trigger-upload {
	font-family: Ubuntu, Arial, sans-serif;
	display: inline-block;
	padding: 5px 10px;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #16A085;
}
.qq-upload-button-hover, .trigger-upload:hover {
	background: #09907A !important;
}
.qq-upload-button-selector {
	margin-bottom: 30px;
}
.trigger-upload {
	margin-top: 50px;
}

.qq-upload-list {
	max-height: 332px!important; /* we need to override it 🙄 */
	height: 332px!important;
}

.qq-upload-list li {
	font-size: 13px !important;
	line-height: 13px !important;
}
.qq-thumbnail-selector {
	max-width: 35px;
	max-height: 35px;
}

.qq-total-progress-bar-container {
	display: inline-block !important;
	float: none !important;
}

.qq-upload-cancel {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #e74c3c !important;
	font-size: 13px !important;
}

.qq-upload-list .align-right {
	float: right;
}

p.note {
	color: #9C9C9C;
}
#slot-is-not-avaliable {
	font-size: 14px;
	color: #9C9C9C;
	text-align: center;
}

.mb-20 {
	margin-bottom: 20px;
}

.expired {
	color: #e74c3c;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.bg-warning {background-color: #f0ad4e;}
.bg-warning:hover {background-color: #f0ad4e;}


/* Bootstrap 5 compatible alert */
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.alert-warning {
    background-color: #f0ad4e;
    border-color: #f4920b;
}

.rounded-0 {border-radius: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}
