/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.filesize {
    text-align:right;
}

/*.parent, .text, .pdf, .image, .compressed, .sound, .dir, .unknown {
	padding-left: 24px;
	height: 1.5em;
}*/

.uploadBox {
    text-align:left;
}
.dirtable td {
    padding:5px!important;
    margin:0px!important;
    vertical-align:middle!important;
}
.parent {
	background: transparent url("../img/up.png") no-repeat center center;
}

.text {
	background: transparent url("../img/file.png") no-repeat center center;
}

.script {
	background: transparent url("../img/script.png") no-repeat center center;
}

.compiled {
	background: transparent url("../img/file.png") no-repeat center center;
}

.hex {
	background: transparent url("../img/hex.png") no-repeat center center;
}

.unknown {
    background: transparent url("../img/file.png") no-repeat center center;
}

.pdf {
	background: transparent url("../img/pdf.png") no-repeat center center;
}

.image {
	background: transparent url("../img/image.png") no-repeat center center;
}

.compressed {
	background: transparent url("../img/compressed.png") no-repeat center center;
}

.sound {
	background: transparent url("../img/file.png") no-repeat center center;
}

.dir {
	background: transparent url("../img/folder.png") no-repeat center center;
}

.bmd-form-group .custom-file-control, .bmd-form-group .form-control, .bmd-form-group input::placeholder, .bmd-form-group label {
    line-height: 1.2!important;
}
.navbar {
    z-index: 3!important;
}