@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
* {
	font-family: 'Noto Sans', sans-serif;
}
body {
	margin: 0;
}
#header {
	height: 50px;
	width: 100%;
	z-index: 600;
	background-color: #FF8300;
}
#wrapper {
	width: 450px;
	padding-top: 3%;
	padding-bottom: 200px;
	margin-bottom: 100px;
	margin: auto;
}
#logout {
	display: none;
	float: right;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
#logout > i {
	margin-left: 10px;
	font-size: 20px;
}
#user-info{
	margin-bottom: 40px;
}
.file-item {
	display: block;
	max-width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.file-icon:hover {
	cursor: pointer;
}
.file-name {
	width: 95%;
	font-size: 15px;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.fa-file {
	float: left;
	text-align: center;
	width: 20px;
	height: 20px;
}
.fa-trash {
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
}
.fa-eye {
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
}
.fa-pen {
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
}
#myzone{
	margin-top: 20px;
}
#file-container {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}
#pro-version {
	display: none;
}
#pro-text {
	text-align: left;
	font-size: 15px;
}
#pro-head {
	font-size: 15px;
}
#main {
	border-radius: 25px;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 450px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media all and (max-width:400px) {
	#head-logo {
		display: none;
	}
	#main {
		border-radius: 0px;
		max-width: 360px;
	}
	body {
		background-color: #FF8300;
	}
	#wrapper {
		width: 360px;
	}
}
#main input {
	border-radius: 25px;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
#filen {
	border-radius: 0px;
}
#submit {
	text-transform: uppercase;
	outline: 0;
	background: #FF8300;
	width: 100%;
	border: 0;
	margin-top: 20px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#abort{
	color: #FF8300;
	background: #FFFFFF;
    border-style: solid;
    border-width: medium;
    border-color: #FF8300;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#reset{
	color: #FF8300;
	background: #FFFFFF;
    border-style: solid;
    border-width: medium;
    border-color: #FF8300;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#more-help{
	color: #FF8300;
}
#more-help:hover{
	color: #E57200;
	cursor: pointer;
}
#item-select:hover:enabled {
	cursor: pointer;
}
#other-device {
	margin-top: 40px;
	margin-bottom: -25px;
	cursor: pointer;
}
#create-qrid {
	margin-top: 50px;
	background-color: #FF8300;
	height: 40px;
	width: 100%;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px; 
	cursor: pointer;
}
#login-link{
	margin-top: 20px;
	background-color: #FF8300;
	height: 40px;
	width: 100%;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px; 
	cursor: pointer;
}
#submit:hover{
	background: #E57200;
}
#abort:hover{
	background: #f2f2f2;
}
#reset:hover{
	background: #f2f2f2;
}
#main .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
#main .message a {
	color: #4CAF50;
	text-decoration: none;
}
.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}
#choosen-object {
	font-weight: bold;
	margin-top: 40px;
}
#image {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top: -10px;
	width:100%
}
#file-namer {
	display: none;
}
body {
	background-blend-mode: darken;
	margin: 0px;
	height: 100vh;
	background-color: #FF8300;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media all and (max-width:480px) {
	#head-logo {
		height: 40px;
		width: auto;
	}
}
#head-logo {
	height: 50px;
	width: auto;
}
#item-select {
	margin-top: 30px;
	width: 100%;
	padding: 10px;
	border-radius: 25px 25px 25px 25px; /* TOP-LEFT TOP-RIGHT BOTTOM-LEFT BOTTOM-RIGHT */
	text-align:center;
	font-size: 15px;
	border-width: 1.4px;
}
select:focus {
	outline: none;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 10px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#main {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	transition: all 0.5s ease-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.dz-progress span {
	display: block;
	background: #FF8300;
	border-radius: 15px;
	margin-top: 10px;
	height: 5px;
}
.dz-upload {
	display: block;
	height: 5px;
}
.dz-success-mark {
	display: none;
}
.dz-error-mark {
	display: none;
}
.dz-default {
	padding: 20px;
	cursor: pointer;
}
.dz-default:hover .icon-subtitle {
	opacity: 1.0;
}
::-webkit-scrollbar {
	display: none;
	height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
    background: #4D4D4D;
}
::-webkit-scrollbar-thumb:hover {
    background: #4D4D4D;
}
.icon-subtitle {
    opacity: 0.0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.icon {
	font-size: 20px;
	display: none;
	float: right;
	margin-right: 13px;
	margin-top: -48px;
	position: relative;
	z-index: 2;
}
#icon-error {
	color: red;
	display: none;
}
#icon-check {
	color: green;
	display: none;
}
#icon-load {
	color: black;
	display: none;
}
#submit {
	font-size: 15px;
}
#abort {
	font-size: 15px;
}
#reset {
	font-size: 15px;
	display: none;
}
#action {
	display: none;
	align-items: center;
	justify-content: center;
}
#qrcode {
	display: flex;
	align-items: center;
	justify-content: center;
}
#feedback-success {
	display: none;
	font-size: 20px;
	margin-top: 20px;
	color: green;
}
#feedback-error {
	display: none;
	font-size: 20px;
	margin-top: 20px;
	color: red;
}
#user-line {
	margin-bottom: -16px;
}
input {
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 20px 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
#qrcode {
	pointer-events: none;
	cursor: none;
}
.item-line {
	margin-top: -15px;
	margin-bottom: -16px;
}
.item-info {
	height: 30px;
	align: center;
}
.item:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}
.help-text {
	text-align: start;
}
#fileList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#fileList .fileItem {
	background-color: #ffffff;
	padding: 7px 0px 7px 10px;
	text-decoration: none;
	font-size: 15px;
	color: black;
	display: block;
	position: relative;
}

#fileList .fileItem:hover {
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
}

.fileItemDelete {
	cursor: pointer;
	position: absolute;
	text-align:center;
	top: 50%;
	right: 0%;
	padding: 7px;
	transform: translate(0%, -50%);
}

.fileItemEdit {
	cursor: pointer;
	position: absolute;
	text-align:center;
	top: 50%;
	right: 35px;
	padding: 7px;
	transform: translate(0%, -50%);
}

.fileItemDownload {
	cursor: pointer;
	position: absolute;
	text-align:center;
	top: 50%;
	right: 70px;
	padding: 7px;
	transform: translate(0%, -50%);
}

.fileItemText {
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	  text-align: left;
	  margin: 0px 150px 0px 0px;
	  padding: 0;
}

.fileItemDelete:hover {
	background: rgb(207, 207, 207);
	border-radius: 0px 10px 10px 0px;
}
.fileItemDownload:hover {
	background: rgb(207, 207, 207);
}
.fileItemEdit:hover {
	background: rgb(207, 207, 207);
}
.swal-button--apply {
	background-color: #FF8300;
}
.swal-button--confirm {
	background-color: #FF8300;
}
.swal-content__input:focus {
	border-color: #FF8300;
}
.swal-button--confirm:not([disabled]):hover {
    background-color: rgb(231, 119, 0);
}
.swal-button--apply:not([disabled]):hover {
    background-color: rgb(231, 119, 0);
}
.swal-button--create {
	background-color: #009FE3;
}
.swal-button--create:not([disabled]):hover {
	background-color: rgb(0, 148, 211);
}
/* FILERESIZE CONTAINER */
#filesize-container {
	position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	margin: auto;
	text-align: center;
    overflow-y: hidden;
    padding-top: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    scrollbar-width: none;
}
@media all and (max-width: 1000px){ /* MOBILE */
    #filesize-container-item {
        margin: auto;
        width: 95%;
        height: auto;
        padding: 20px 0px 20px 0px;
        background-color: #FFFFFF;
		border-radius: 15px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}
@media all and (min-width: 610px){ /* DESKTOP */
    #filesize-container-item {
        margin: auto;
        width: 600px;
        height: auto;
        padding: 20px 0px 20px 0px;
        background-color: #FFFFFF;
		border-radius: 15px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}
#filesize-container-item > p {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
.filesize-container-item-list {
	width: 95%;
	margin: auto;
	text-align: center;
}
.filesize-container-item-list-button {
	background-color: #e6e6e6;
	width: 95%;
	margin: 10px auto 0 auto;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	border-radius: 15px;
	cursor: pointer;
}
.filesize-container-item-list-button:hover {
	background-color: #d9d9d9;
}

#objectList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#objectList .objectItem {
	background-color: #ffffff;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-size: 15px;
	color: black;
	display: block;
	position: relative;
}
.objectItem{
	cursor: pointer;
}
#objectList .objectItem:hover {
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
}
.objectItemText {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	margin: 0px 100px 0px 0px;
	padding: 0;
}
.objectItemView {
	cursor: pointer;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 0%;
	padding: 12px 16px;
	transform: translate(0%, -50%);
}

#back-to-objects {
	display: block;
	float: left;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
}
#back-to-objects > i {
	margin-right: 5px;
	font-size: 20px;
}
.separator {
    display: flex;
    align-items: center;
	text-align: center;
	margin: 20px -20px -10px -20px;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}
body {
	height: 100%;
}
#impress {
	display: none;
	width: 500px;
	position: absolute;
	line-height: 50px;
	padding: 0px 20px 0px 0px;
	color: rgb(88, 88, 88);
	font-size: 10px;
	right: 0;
	top: 0;
}
#impress  > a {
	color:#ffffff;
}