html::after {
    content: "";
    background: url("https://www.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;
}
.foo {
	background: #3dc4e1;
	color: white;
	font-weight: bold;
}

.table .table {
    margin-top: -10px;
    border: 1px solid;
}

.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%
}

.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;
}

.multiselect-container {
    position: relative;
    z-index: 1000;
}

.footer {
    background: rgb(57, 63, 67);
    padding: 25px 0px;
    width: 100%;
    float: left;
}

.footer p {
    width: 100%;
    float: left;
}

.footer a {
    width: 100%;
    color: rgb(161, 161, 161);
    font-family: "Calibri";
    font-size: 14px;
    float: left;
}

.footer a:focus,
.footer a:hover {
    text-decoration: none;
}

.footer h3 {
    width: 100%;
    color: rgb(235, 235, 235);
    font-family: "Calibri";
    font-size: 18px;
    float: left;
}

.copyrightfooter {
    background: rgb(47, 53, 57);
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    color: rgb(38, 156, 174);
    font-size: 15px;
    float: left;
    font-family: "Calibri";
}

.readmore {
    background: linear-gradient(rgb(73, 192, 221) 0%, rgb(12, 108, 132) 100%);
    padding: 7px 18px;
    border-radius: 5px;
    border: 1px solid rgb(0, 204, 204);
    border-image: none;
    color: rgb(255, 255, 255) !important;
    float: left;
    box-shadow: 0px 0px 5px #003;
}

.readmore a {
    color: rgb(255, 255, 255);
}

.logo {
    float: left;
    margin-right: 10px;
}

.navbar-elements {
    margin-top: 30px;
}

h2.message {
    text-align: center;
    margin-top: 100px;
}

h3.message {
    text-align: center;
}

.bootstrap-select .dropdown-header {
    cursor: pointer;
}

.photoContainer {
    border: 1px solid #666;
    padding: 0;
}

.photoContainer label {
    margin: 0;
}

.photoContainer img {
    width: 100%;
    cursor: pointer;
}

.photoContainer input[type=file] {
    display: none;
}

.photoContainer input[type=button] {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
}

fieldset {
    border: 1px solid #999 !important;
    margin: 0 0 10px 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #fff;
}

.alert-area {
    position: fixed;
    top: 5px;
    left: 10%;
    width: 80%;
    z-index: 10000;
}
