html::after {
  content: "";
  background: url("https://multilingues.eu/images/logo-completo.png") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.06;
  top: 0;
  left: 5%;
  bottom: 0;
  right: 5%;
  position: fixed;
  z-index: -1;   
}

.navbar-header iframe {
	margin-top: 5px;
	float: left;
}

.table-responsive > table {
	border: 1px solid;
}

.table .table {
	margin-top: -10px;
	border: 1px solid;
	color: #000;
}

.label-danger {
	color: #fff;
}

.panel {
	background: transparent;
	border: 1px solid;
	padding-bottom: 1px;
}

.panel-heading .header-gliph:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	position: relative;
	top: 3px;
}

.panel-heading .header-gliph {
	border: 1px solid;
	border-radius: 20px;
	padding: 2px 5px;
	float: right;
	margin-top: -23px;
}

.panel-default a, .panel-default:hover a, .panel-default a:hover {
	text-decoration: none;
}

.panel-default a:hover .panel-heading .header-gliph,
.panel-default a .panel-heading:hover .header-gliph, .panel-default a .panel-heading .header-gliph:hover {
	background: #fff;
	opacity: 0.5;
}

.collapsed .header-gliph:before {
	content: "\e080";
	top: 1px;
}

.panel-heading time {
	font-size: 1.5em;
	font-style: italic;
}

.panel-body {
	background: #fff;
}

.form-inline input[type=text] {
	width: 75%
}

td form {
	padding-bottom: 5px;
}

.fileItem {
	margin-top: 10px;
	padding: 0.5em;
}

.fileItem > div {
	margin: 0 1em;
}

.fileItem progress {
	width: 100%;
}

.fileItem .textBlock {
	display: block;
	margin: 0 1em;
}

.fileItem .speed {
	margin-top: -52px;
	float: right;
}

.fileItem .sizes {
	display: table;
	width: 100%;
	text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled).active > a small {
	color: #999;
}

.topButton {
	margin-top: 20px;
}

.filter {
	position: relative;
	top: -10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

form > .table-responsive {
	overflow:hidden;
}

form table th, form table td {
	text-align: center;
}

form table th:first-child, form table td:first-child {
	text-align: left;
}

.pb_container {
	position: relative;
	margin: auto;
	width: 50%;
	top: 20px;
}
.pb_bar {
	width: 100%;
	height: 1.3em;
	border: 1px solid silver;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.pb_before {
	float: left;
	height: 1.3em;
	background-color: #43b6df;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.pb_after {
	float: left;
	background-color: #FEFEFE;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.pb_text {
	padding-top: 0.1em;
	position: absolute;
	left: 48%;
}

article {
	border-bottom: 1px solid #ccc;
}

article footer {
	float: right;
}

td {
	vertical-align: middle;
}

.center {
	text-align: center;
}

label[for=inputUrg] {
	float:right;
}

#inputUrg {
	display:inline-block;
	width:auto;
}