
#container {
	margin: 0 auto;
	background: whiteSmoke;
	min-width: 700px;
	max-width: 1000px;
	padding: 40px;
	padding-top: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #444;
}

#container.container-home {
	min-width: 400px;
}

h1 {
	font-size: 4em;
	color: #3e5763;
	margin-bottom: 3px;
	margin-top: 20px;
	font-family: 'Maven Pro', Helvetica;
	font-weight: normal;
}
 

a {
	color: #3e5763;
} */

.description {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: 'Muli', Helvetica;
}

.download {
	padding-top: 20px;
	float: right;
}

pre {
	background: white;
	color: black;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #ccc;
}

 
li {
	margin-bottom: 0.5em;
}

ul {
	padding-left: 40px;
}

ol {
	padding-left: 25px;
}

ol ul {
	padding-left: 15px;
}

ul ul {
	padding-top: 5px;
}

code {
	font-size: 16px;
}

code.prettyprint {
	font-size: inherit;
}

p {
	text-align: justify;
}
 

#container {
	min-width: 200px;
	max-width: 800px;
}

#demo-container li {
	min-height: 60px;
}

#file-list {
	min-width: 200px;
	padding-left: 10px;
	padding-top: 12px;
	font-family: 'Droid Sans Mono', courier;
	white-space: nowrap;
	min-height: 50px;
	margin-bottom: 25px;
}
 
#download-button[disabled] {
	cursor: not-allowed;
}

#file-list.empty {
	min-height: 5px;
}

#file-list li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 10pt;
	margin: .1em;
	margin-left: .5em;
	min-height: 23px;
}

#file-list li.pending {
	color: #b1b1b1;
}

#file-list li.busy {
	font-style: italic;
}

#file-list li.busy progress {
	visibility: visible;
}

#file-list .filename-container {
	display: flex;
}

#file-list .filename {
	text-overflow: ellipsis;
    overflow: hidden;
	flex: 1;
    margin-bottom: 8px;
}

#file-list .filename-container button {
	display: none;
	flex: 0;
    font-size: 9px;
    margin: 0;
    padding: 3px;
	padding-right: 4px;
    height: 12px;
	margin-left: 8px;	
}

#file-list .busy .filename-container button {
	display: block;
}

.form-label {
	min-width: 240px;
	margin-top: 10px;
	margin-right: 8px;
}
 
label {
	display: flex;
}
 

select {
	text-align-last: center;
}
 
button:not([disabled]), select:not([disabled]) {
	cursor: pointer;
}

progress {
	visibility: hidden;
	display: block;
	opacity: .7;
	width: 100%;
	height: 8px;
	margin-top: -2px;
}

 

.btn,
.input-text,
#formFileMultiple {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.btn-outline-dark:hover {
	/* background-color: white; */
	background-color: gainsboro;
	color: black;
}

#content-password{
	transition: all 0.4s;
}
.content-hide {
	visibility: hidden;
	opacity: 0;
	height: 0;  
}


/* ?? */
.in-line{
  display:inline-block !important;
  width:48%;
  vertical-align: top;
}


