body {
	background: url(https://www.xper3.fr/resources/img/home/bg.png) repeat;
	background-size: 100px 100px, 100% 100%;
	margin: 0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
header {
	background: url(https://www.xper3.fr/resources/img/home/bg-header.png) repeat;
	height: 120px;
	border-bottom: 1px solid #d4d4d4;
	display: block;
	margin-bottom: 0px;
	text-shadow: 0px 1px 0px rgb(255 255 255 / 80%);
	padding-top: 10px;
	padding-left: 20px;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 0.75em;
	padding: 5px;
	width:100%;
}
td {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 1em;
	padding: 5px;
}
td:first-child {
	text-align: right;
	font-weight: bold;
}

label, input[type=checkbox] {
	cursor: pointer;
}

#files {
	background: url(https://www.xper3.fr/resources/img/home/call-to-action-bg.png) repeat;
	color: #74ab2b;
	border-radius: 10px;
	border: 2px dashed black;
	padding: 10px;
	background-color: #c0d8e1;
	margin: 10px;
	height: 60px;
	overflow: auto;
}
#files center {
	font-size: 48px;
}

#content {
	display: flex;
}
#list {
	width: 450px;
	resize: horizontal;
	overflow: auto;
	height: calc(100vh - 135px);
}
#output {
	max-width: calc(100vw - 450px);
	height: calc(100vh - 250px);
	flex: 1;
}
#programs {
	display: flex;
	flex-direction: column;
	overflow: auto;
	left: 10px;
}
.description {
	font-size: 0.75em;
	text-align: justify;
}

.program {
	background-color: #fff;
	border: 1px solid #909090;
	padding: 20px;
	font-size: 1.25em;
	margin: 5px;
}
.program h3 {
	margin: 0px;
}
.program h3:hover {
	cursor: pointer;
}
.program input[type=text] {
	margin-left: 5px;
	width: 100px;
}
.program input[type=button] {
	display: block;
	font-size: 1.15em;
	margin-top: 10px;
}
#terminal {
	margin: 5px;
	padding: 5px;
	font-size: 1.2em;
	background-color: black;
	color: white;
	height: calc(100vh - 250px);
	overflow: auto;
}

.formUpload{
	margin: 10px 30px 30px 160px;
	color: green;
	font-size: 0.9em; 
}
.reset{
	margin-left: 150px;
}

.loader {
	position : absolute;
	z-index: 9999;
	background : url('loading.gif') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
}

.hide-loader{
	display:none;
}

.display-loader{
	display:true;
}
