* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0 ;
}
.aligncenter {
  text-align: center!important;
}
.alignleft {
  text-align: left!important;
}
.alignright {
  text-align: right!important;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
img {
  max-width: 100%;
}
.icon {
  background-size: 100%;
  background-position: top center;
  display: inline-block;
}
.mode-integration .only-mode-integration {
  display: inline-block;
}
.mode-production .only-mode-integration {
  display: none;
}
.mode-production .only-mode-production {
  display: inline-block;
}
.mode-integration .only-mode-production {
  display: none;
}
.bodyError:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#wrapperError {
  width: 600px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -275px;
}
#wrapperError > .head {
  height: 140px;
  width: 100%;
  position: relative;
}
#wrapperError .about {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  float: left;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#wrapperError .about .icon {
  width: 24px;
  line-height: 24px;
  margin: 8px;
  height: 24px;
  vertical-align: middle;
}
#wrapperError > .head .logo {
  position: relative;
  width: 100%;
  height: 80px;
  display: block;
  margin: 10px 0 0;
  float: left;
  clear: both;
  text-align: center;
}
#wrapperError > .head .version {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
#wrapperError > .head .appName {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  clear: both;
  margin: 5px 0 0;
}
#wrapperError > .content {
  height: 350px;
  width: 100%;
  float: left;
  clear: both;
}
#wrapperError > .content .infos {
  margin: 20px 20px 5px;
  text-align: center;
}
#wrapperError > .content .message {
  margin: 5px 20px;
  text-align: center;
}
#wrapperError > .content .message-error {
  margin: 30px;
  border-radius: 6px;
  padding: 10px;
  height: 220px;
  overflow: auto;
  text-align: left;
}
.listBrowsers {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}
.listBrowsers li {
  display: inline-block;
  margin: 0 10px;
  width: 160px;
  vertical-align: top;
  height: 175px;
  border-radius: 10px;
  padding: 10px;
}
.listBrowsers li a {
  display: block;
  text-decoration: none;
}
.listBrowsers li .browserName {
  display: table-cell;
  width: 150px;
  padding: 10px 0 0 0;
  vertical-align: bottom;
  height: 50px;
}
.bodyError > .copyright {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 380px;
  margin: 220px 0 0 -190px;
  text-align: center;
}
.bodyError > .copyright .logo4DC {
  display: inline-block;
  background-size: 100%;
  width: 120px;
  height: 30px;
  vertical-align: bottom;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.logo_4DC2 {
  display: inline-block;
  width: 120px;
  height: 30px;
  vertical-align: bottom;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bodyError .modal-body .copyright {
  margin: 10px;
}
