.dragdrop
{
    opacity: 0;
    font-size: 120pt;
    display: none;
}

.filerow {
    -webkit-transition: background 4s linear;
    -moz-transition: background 4s linear;
    -ms-transition: background 4s linear;
    -o-transition: background 4s linear;
    transition: background 4s linear;
}

.newFile {
    background-color: #262e47 !important;
    /* background-color: #5a4331 !important; */
}

.error {
    background-color: #560f0f !important;
}

.hover
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    margin: auto;
    display: block !important;

    opacity: 0.9;
    background-color: rgba(63, 63, 63);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.trans {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    margin: auto;
    display: block !important;
    z-index: 100;
    opacity: 0;
}

/* .dragdrop span {
    z-index: 999;
} */

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.uploadList tr td:nth-child(2) {
    padding: .5rem;
    width: 30%
}

.uploadList tr td:nth-child(1) {
    word-break: break-all;
}

@media screen and (max-width: 770px) {
  .dndmessage {
    visibility: hidden;
    display: none;
  }
  .upload-header {
      display: inherit;
  }
}


/* 
.upload {
    display: inline-block;
} */


.progress {
	border: 1px solid #999;
}

/* .file_name {
    width: 20%;
} */

.copy {
	width: 20px;
	height: 20px;
	background-color: red;
}

textarea {
	resize: both !important;
}

#fileselect
{
    color: white;
}

#filedrag
{
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: rgb(255, 255, 255);
	border: 2px dashed rgb(255, 255, 255);
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}


.pass {
    display:none;
}
