/* @font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('/font/ARIAL.woff') format('woff');
} */
body{
	/* font-family: 'Arial Regular'; */
	font-family: Helvetica;
	background: #000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
::-moz-selection {
	color: #FFBB00;
}
::selection {
	color:#FFBB00;
}
#container {
	margin-top: 30px;
	min-width: 200px;
	background: #111;
	border: #000 1px solid;
	color: #a7a7a7;
	border-radius: 10px;
}
.header {
	text-align: center;
	color: #a7a7a7;
	font-size: 25px;
	border-bottom: #000 1px solid;
	border-radius: 10px 10px 0px 0px;
	background: #111;
	padding: 20px 20px;
}
.header2 {
	color: #FFBB00;
	font-size: 15px;
	border-bottom: #000 1px solid;
	border-radius: 0px;
	background: #111;
	padding: 20px 40px;
}
::-webkit-file-upload-button {
	padding: 6px 12px;
	background-color: #FFBB00;
	border: 0;
	color: #000;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}
.lines {
	padding: 10px 5px;
	line-height: 35px;
}
.navbar {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.error-message {
	padding: 3px 3px 3px 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: -5px;
	background: #9A0011;
	color: #B6B6B6;
	border: #000 1px solid;
	border-radius: 4px;
}
.errors {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #FFBB00;
	text-align: right;
	margin-right: 30px;
}
.success-message {
	padding: 3px 3px 3px 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: -5px;
	background: #FFBB00;
	color: #000;
	/*color: #007307;
	border: #007307 1px solid;*/
	border-radius: 4px;
}
.vtitle {
	padding: 3px 3px 3px 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -5px;
	background: #2E2E2E;
	color: #fff;
	/*color: #007307;
	border: #007307 1px solid;*/
	border-radius: 4px;
}
.list-table {
	/* display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center; */
	padding: 20px 20px 20px 20px;
}
.demoInputBox {
	padding: 4px 5px 4px 5px;
	border: #000 1px solid;
	border-radius: 4px;
	background: #333;
	color: #fff;
}
a {
	padding: 7px 15px;
	background-color: #333;
	/* border: 0; */
	border: #000 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	background-color: #7a7a7a;
	color: #000;
}
a.retlink {
	padding: 0 20px 0 20px;
	background-color: transparent;
	border: 0;
	color: #f0cc00;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}
.navButton {
	padding: 7px 15px;
	background-color: #333;
	/* border: 0; */
	border: #000 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}
.navButton:hover {
	background-color: #7a7a7a;
	color: #000;
}
.navSelected {
	padding: 7px 15px;
	background-color: #000;
	/* border: 0; */
	border: #111 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	cursor: normal;
}
.dlButton {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 7px 15px;
	background-color: #000;
	border: 0;
	/* border: #a7a7a7 1px solid; */
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
}
.dlButton:hover {
	background-color: #111;
}
.titles {
	padding: 7px 15px;
	border: 0;
	color: #a7a7a7;
	font-weight: bold;
	/* border-radius: 4px; */
	text-decoration: none;
	font-size: 13px;
}
input:focus {
	border: #7C311B 1px solid;
}
.fTitle {
	display: inline-block;
	width: 42%;
}
.btnRegister {
	margin-top: 15px;
	margin-left: 5px;
	padding: 7px 15px;
	background-color: #333;
	border: #000 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}
.btnRegister:hover {
	background-color: #7a7a7a;
}
.bsize {
	padding: 7px 15px;
	/* background-color: #f0cc00; */
	border: 0;
	/* color: #000;
	color: #fff; */
	/* font-weight: bold; */
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
}
.btime {
	padding: 7px 15px;
	/* background-color: #f0cc00; */
	border: 0;
	/* color: #000;
	color: #fff; */
	/* font-weight: bold; */
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}
.bmd5 {
	padding: 7px 15px;
	/* background-color: #058d00; */
	/* background-color: #f0cc00; */
	border: 0;
	/* color: #000;
	color: #fff; */
	/* font-weight: bold; */
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}
.bcount {
	padding: 7px 15px;
	/* background-color: #003879; */
	border: 0;
	/* color: #f0cc00; */
	/* font-weight: bold; */
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}
.grid-container {
	/* justify-content: center; */
	width: 1024px;
	display: grid;
	grid-gap: 10px;
	grid-template-rows: repeat(auto-fit, 31px);  /* Adjust minmax values as needed */
}
.grid-row {
	display: grid;
	/* grid-template-columns: 363px 70px 300px 170px 81px 40px; */
	grid-template-columns: 35% 7% 26% 15% 9% 8%;
}
.grid-container-manage {
	/* justify-content: center; */
	width: 800px;
	display: grid;
	grid-gap: 10px;
	grid-template-rows: repeat(auto-fit, 31px);  /* Adjust minmax values as needed */
	padding: 20px;
}
.grid-row-manage {
	display: grid;
	grid-template-columns: 100px 150px 110px 120px 120px;
	grid-gap: 10px;
}
.grid-helper {
	display: flex;
	justify-content: center;
	align-content: center;
}
@media screen and (max-width: 428px) {
	.grid-row {
		grid-template-columns: 2fr 1fr;
	}
	.grid-container {
		width: 300px;
	}
}
@media screen and (max-width: 550px) {
    .bcount {
        display: none !important;
    }
	.grid-row {
		grid-template-columns: 80% 10%;
	}
	.grid-container {
		width: 300px;
	}
}
@media screen and (max-width: 703px) {
    .bsize {
        display: none !important;
    }
	.grid-row {
		grid-template-columns: 70% 22% 8%;
	}
	.grid-container {
		width: 400px;
	}
}
@media screen and (max-width: 850px) {
    .btime {
        display: none !important;
    }
	.grid-row {
		grid-template-columns: 40% 10% 25% 8%;
	}
	.grid-container {
		width: 600px;
	}
}
@media screen and (max-width: 1078px) {
    .bmd5 {
        display: none !important;
    }
	.grid-row {
		grid-template-columns: 40% 10% 27% 10% 8%;
	}
	.grid-container {
		width: 800px;
	}
}
.bdelete {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	padding: 7px 15px;
	width: 30px;
	height: 30px;
	background-color: #8d0000;
	border: 0;
	color: #fff;
	/* font-weight: bold; */
	cursor: pointer;
	border-radius: 50%;
	text-decoration: none;
	font-size: 13px;
}
.bdelete:hover {
	background-color: #c90000;
}
.version {
	color: #000000;
	font-weight: bold;
	background-color: #F15A2D;
	border-radius: 4px;
	padding: 4px;
}
.changelog {
	color: #FFFFFF;
	padding: 4px;
	font-size: 17px;
}
.form-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}
.form-field {
	background-color: #222222;
	color: #c3c3c3;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	border-radius: 4px;
	height: 38px;
	width: 90%;
	padding-left: 15px;
}
.form-text {
	color: #c3c3c3;
	/* margin-left: 16px; */
	padding: 10px 0 10px 0;
	font-size: 14px;
}
.form-submit {
	max-width: 100px;
	margin-top: 10px;
	padding: 7px 15px;
	background-color: #333;
	/* border: 0; */
	border: #000 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}
#file-input {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	background-color: #000;
	height: 28px;
	color: #c3c3c3;
	font-size: 16px;
	font-weight: normal;
	/* line-height: 1.25; */
	border-radius: 4px;
	padding-left: 15px;
}
#notifications {
	position: fixed;
	bottom: 0;
	left: 0;
}
.noti-red {
	background: #7b0808;
	color: #a7a7a7;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 5px;
}
.noti-green {
	background: #21782a;
	color: #000;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 5px;
}
.noti-yellow {
	background: #dfc207;
	color: #000;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 5px;
}
.manage-header {
	font-weight: bold;
}
.nothing {
	padding: 7px 15px;
	font-size: 13px;
}
.files-title {
	/* border: 1px #22006c solid; */
	background: #3f3f3f;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 2px 8px;
	/* margin-top: 20px; */
	border-radius: 5px;
	width: 62px;
}
.files-sep {
	height: 40px;
}
.upload-buttons {
	display: inline;
}
#fake-upload {
	display: none;
}
.upload-button {
	background-color: #f0cc00;
	color: #000000;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.upload-button:hover {
	background-color: #21782a;
	color: #a7a7a7;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
	background-color: #3b3b3b;
	margin: auto auto;
	padding: 20px;
	border: 1px solid #444;
	border-radius: 6px;
	width: 60%;
}
.modal-buttons {
	display: flex;
	justify-content: center;
}
.choose-button {
	background: #333;
	border: #000 1px solid;
	color: #a7a7a7;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}
.red {
	background: #7b0808;
}
/* .hide-old {
	animation: fade-out 0.1s ease-in-out;
}

.show-new {
	animation: fade-in 0.2s ease-in-out;
}

@keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
} */