.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
body {
  padding-top: 60px;
  padding-bottom: 60px;
}
h1 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
h2 {
  margin-top: 20px;
}
h2.entityList {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 35px;
  margin-bottom: 30px;
}
ul.errorContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
ul.errorContainer li {
  color: #ff0000;
  font-weight: bold;
}
ul.warningContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
ul.warningContainer li {
  color: #FFA500;
  font-weight: bold;
}
textarea {
  width: 400px;
  height: 200px;
}
textarea.markdown {
  height: 200px;
}
.date {
  width: 140px;
}
.form-signin {
  max-width: 370px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
div.dataTables_length select {
  width: 100px;
}
#globalMessageContainer {
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}
#globalMessageContainer.loggedIn {
  position: static;
  margin-top: -20px;
}
#globalMessageContainer li {
  background: #ffffff;
  padding: 10px 20px;
}
#globalMessageContainer li.error {
  background: #e5e5e5;
  color: #444444;
}
.colorpicker input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline;
  width: auto;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.datepicker,
input.time {
  width: 100px;
  margin-right: 5px;
}
.buttonGroup {
  text-align: right;
}
.entityListContainer {
  position: relative;
}
.entityListContainer .containerFilter {
  position: relative;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 30px;
}
.entityListContainer .containerFilter .filterSwitch {
  position: absolute;
  top: -11px;
  left: 18px;
  z-index: 3;
  background: #ffffff;
  padding: 0 10px;
}
.entityListContainer .containerFilter .filterSwitch a {
  color: #000000;
  text-decoration: none;
}
.entityListContainer .form-filter {
  display: none;
  margin-bottom: 30px;
}
.entityListContainer .form-filter.show {
  display: block;
}
.entityListContainer .form-filter .form-group:last-child {
  margin-bottom: 0;
}
.entityListContainer .buttonGroup {
  text-align: right;
  margin: -55px 0 20px;
}
@media (max-width: 767px) {
  .entityListContainer .buttonGroup {
    margin: 0 0 20px;
  }
}
.entityListContainer.liteVersion .buttonGroup {
  margin: -37px 0 0;
}
.entityListContainer .dataTables_wrapper {
  position: relative;
  z-index: 2;
}
.entityListContainer div.dataTables_filter input {
  margin-left: 5px;
}
.entityListContainer .fa {
  margin-left: 8px;
  font-size: 20px;
}
.entityDetailContainer .buttonGroup {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entityDetailContainer .buttonGroup .btn {
  margin-right: 5px;
}
.form-group.required label.control-label:after,
.form-group.requiredSecurityAudit label.control-label:after {
  content: "*";
  color: #ff0000;
  margin-right: -5px;
}
.form-group .error {
  color: #ff0000;
  font-size: 12px;
}
form input.error,
form textarea.error {
  background-color: #e5e5e5;
}
form label.error {
  display: inline;
  margin-left: 10px;
  color: #ff0000;
}
.filterContainer label {
  font-weight: bold;
}
.filterContainer select,
.filterContainer input {
  margin-right: 20px;
}
.filterContainer input[type="checkbox"] {
  margin-top: 0;
  margin-left: 5px;
}
th.right,
td.right {
  text-align: right;
}
thead {
  background: #e5e5e5;
}
tfoot {
  background: #e5e5e5;
}
tfoot td {
  font-weight: bold;
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.tab-content h2.entityList {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.navigationContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3B4D59;
  z-index: 100;
}
.navigationContainer .logo {
  float: left;
  margin-right: 25px;
  padding: 16px 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .navigationContainer .logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .navigationContainer .logo {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 500px) {
  .navigationContainer .logo {
    color: #3B4D59 !important;
  }
}
.navigationContainer .logo img {
  max-height: 26px;
}
.navigationContainer .navigation {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .navigationContainer .navigation {
    float: none;
    display: block;
    border-top: 1px solid #ffffff;
  }
}
.navigationContainer .navigation > li {
  float: left;
  list-style-type: none;
}
@media (max-width: 991px) {
  .navigationContainer .navigation > li {
    float: none;
    display: block;
  }
}
.navigationContainer .navigation > li > a {
  color: #ffffff;
  display: inline-block;
  padding: 18px 15px;
}
@media (max-width: 991px) {
  .navigationContainer .navigation > li > a {
    display: block;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.navigationContainer .navigation > li > a:hover,
.navigationContainer .navigation > li > a:focus {
  background: #2d3943;
  text-decoration: none;
}
@media (max-width: 991px) {
  .navigationContainer .navigation .dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.navigationContainer .navigation .navigationItem {
  position: relative;
}
.navigationContainer .navigation .navigationItem .counter {
  position: absolute;
  top: 4px;
  right: 2px;
  background: #dc3545;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  width: 18px;
  padding: 2px 1px 2px 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.navigationContainer .quickSearchContainer {
  width: 300px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
}
@media (max-width: 1240px) {
  .navigationContainer .quickSearchContainer {
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .navigationContainer .quickSearchContainer {
    display: none;
  }
}
.navigationContainer .quickSearchContainer > * {
  width: 100%;
}
.navigationContainer .openSearchBtn {
  float: right;
  color: #ffffff;
  padding: 18px 15px;
  margin-right: -15px;
  font-size: 22px;
  cursor: pointer;
}
.navigationContainer .openSearchBtn:hover {
  background: #2d3943;
}
@media (max-width: 991px) {
  .navigationContainer .openSearchBtn {
    margin: 0;
    position: absolute;
    right: 105px;
    top: 0;
  }
}
.navigationContainer .bafLink,
.navigationContainer .tyLink {
  float: right;
  color: #ffffff;
  padding: 18px 0;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.navigationContainer .bafLink:hover,
.navigationContainer .tyLink:hover {
  background: #2d3943;
}
@media (max-width: 991px) {
  .navigationContainer .bafLink,
  .navigationContainer .tyLink {
    margin: 0;
    position: absolute;
    right: 105px;
    top: 0;
  }
}
.navigationContainer .companyListSearchButton {
  float: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .navigationContainer .companyListSearchButton {
    margin: 0;
    position: absolute;
    right: 160px;
    top: 12px;
  }
}
.navigationContainer .toggleNavigation {
  display: none;
  position: absolute;
  top: 9px;
  right: 20px;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navigationContainer .toggleNavigation {
    display: block;
  }
}
@media (max-width: 991px) {
  .navigationContainer .mobileToggleContainer {
    display: none;
  }
  .navigationContainer .mobileToggleContainer.open {
    display: block;
  }
}
.userNavigationContainer {
  padding: 15px;
}
.userNavigationContainer a {
  color: #000000;
  text-decoration: underline;
}
.userNavigationContainer a:hover {
  text-decoration: none;
}
.userNavigationContainer .dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .userNavigationContainer .dropdown {
    display: block;
    float: left;
  }
}
.userNavigationContainer .dropdown i {
  cursor: pointer;
  margin-right: 5px;
  font-size: 24px;
}
.userNavigationContainer .dropdown i:hover {
  opacity: 0.7;
}
.userNavigationContainer .dropdown a {
  text-decoration: none;
}
.userNavigationContainer .dropdown .dropdown-menu {
  left: -20px;
}
@media (max-width: 767px) {
  .userNavigationContainer .dropdown .dropdown-menu {
    left: 0;
  }
}
.userNavigationContainer .dropdown.has-counter i {
  color: #dc3545;
}
.userNavigationContainer .dropdown .counter {
  position: absolute;
  top: -10px;
  right: -5px;
  background: #dc3545;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  width: 18px;
  padding: 2px 1px 2px 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.userNavigationContainer .navigationItem {
  position: relative;
  padding-right: 20px;
}
.userNavigationContainer .navigationItem.has-counter a {
  color: #dc3545;
}
.userNavigationContainer .navigationItem .counter {
  position: absolute;
  top: 4px;
  right: 15px;
  background: #dc3545;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  width: 18px;
  padding: 2px 1px 2px 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#changeClientForm,
#changeCatalogFilterForm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #changeClientForm,
  #changeCatalogFilterForm {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#changeClientForm select,
#changeCatalogFilterForm select {
  width: 180px;
}
@media (max-width: 767px) {
  #changeClientForm select,
  #changeCatalogFilterForm select {
    width: 100%;
  }
}
#changeCountryClientForm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #changeCountryClientForm {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#searchModal .modal-dialog {
  width: 900px;
}
@media (max-width: 991px) {
  #searchModal .modal-dialog {
    width: auto;
    margin: 60px 10px;
  }
}
#searchModal .form-group {
  position: relative;
  margin: 0;
}
#searchModal .form-group .form-control {
  height: 50px;
  font-size: 30px;
  padding: 6px 40px;
}
#searchModal .form-group .icon {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 18px;
}
#searchModal #searchResult {
  display: none;
}
#searchModal .noResult {
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#searchModal .searchResultRow {
  display: block;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  color: #000000;
}
#searchModal .searchResultRow:first-child {
  border-top: 0;
}
#searchModal .searchResultRow:hover {
  background: #e5e5e5;
}
#searchModal .searchResultRow .imageContainer {
  text-align: center;
}
#searchModal .searchResultRow .imageContainer i {
  font-size: 50px;
}
#searchModal .searchResultRow .imageContainer img {
  width: 30px;
}
#searchModal .searchResultRow .content {
  padding-left: 20px;
}
#searchModal .searchResultRow .content h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
#searchModal .searchResultRow .content p {
  font-size: 12px;
  margin-bottom: 0;
}
.filterProfileListContainer {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .filterProfileListContainer select.form-control,
  .filterProfileListContainer input.form-control {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .filterProfileListContainer select.form-control,
  .filterProfileListContainer input.form-control {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .filterProfileListContainer .form-group {
    display: block;
    margin-bottom: 15px;
  }
}
.profileListContainer i.glyphicon,
.profileDetail i.glyphicon {
  color: #444444;
  margin-right: 5px;
}
.profileListContainer .content,
.profileDetail .content {
  position: relative;
}
.profileListContainer .vcard,
.profileDetail .vcard {
  position: absolute;
  left: 250px;
  top: 0;
}
.profileListContainer .item {
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profileListContainer .item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.profileListContainer .item .image {
  float: left;
  width: 125px;
}
.profileListContainer .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.profileListContainer .item .image .defaultProfilePicture {
  padding: 30px 15px;
}
.profileListContainer .item .image .defaultProfilePicture img {
  max-width: 117px;
  height: auto;
}
.profileListContainer .item .content {
  min-height: 177px;
  padding: 15px;
  margin-left: 132px;
}
.profileListContainer .item .content h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.profileDetail {
  margin-top: 45px;
}
.profileDetail .image {
  float: left;
}
.profileDetail .content {
  margin-left: 280px;
}
.profileDetail .content h1 {
  font-size: 20px;
  margin-top: 0;
}
.profileDetail .content .subline {
  display: block;
  margin-top: -20px;
  margin-bottom: 15px;
  color: #444444;
}
.minimumCriterionMatrix table {
  margin-top: 15px;
  width: 100%;
}
.minimumCriterionMatrix th {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.minimumCriterionMatrix td {
  vertical-align: middle;
  color: #000000;
}
.minimumCriterionMatrix td.firstColumn {
  font-size: 18px;
  line-height: 38px;
  width: 200px;
}
.minimumCriterionMatrix td input[type=radio],
.minimumCriterionMatrix td input[type=checkbox] {
  margin-top: 11px;
}
.multipleFileUploadContainer .errorContainer {
  display: none;
}
.fileinput-button {
  width: 100%;
}
.progress {
  margin-top: 15px;
}
.noBorder,
.noBorder span {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
table.noBorder td {
  border: 0;
  padding: 0;
}
.fileContainer {
  display: block;
  position: relative;
  padding: 15px 45px 45px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileContainer:hover {
  color: #444444;
}
.fileContainer .fileIcon {
  font-size: 35px;
}
.fileContainer .removeIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 100;
}
.fileContainer .name {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.fileContainer:hover .removeIcon {
  opacity: 1;
}
.fileContainerEnhanced {
  display: block;
  position: relative;
  padding: 5px 0 5px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  height: 105px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileContainerEnhanced:hover {
  color: #444444;
}
.fileContainerEnhanced .fileIcon {
  font-size: 35px;
  margin-top: 25px;
}
.fileContainerEnhanced .removeIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 100;
}
.fileContainerEnhanced .name {
  font-size: 10px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  text-align: center;
  word-break: break-all;
}
.fileContainerEnhanced:hover .removeIcon {
  opacity: 1;
}
.relationComponent input {
  margin-right: 10px;
  float: left;
}
.relationComponent i {
  cursor: pointer;
}
.relationComponent i.add,
.relationComponent i.addClients,
.relationComponent i.approve {
  color: green;
}
.relationComponent i.decline {
  color: red;
}
.relationComponent i.remove,
.relationComponent i.edit {
  color: #cccccc;
  margin-left: 4px;
}
.relationComponent .table {
  margin-top: 15px;
}
.relationComponent .table >tbody>tr>th {
  border: 0;
}
.relationItem i {
  margin: 0;
}
.relationItem i:hover {
  opacity: 0.4;
}
.logoHeader {
  margin-top: -60px;
  padding: 15px;
}
.logoHeader img {
  max-height: 70px;
}
.language-control {
  display: none;
}
.language-control.active {
  display: block;
}
ul.languageNavigation {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
}
ul.languageNavigation li {
  font-size: 11px;
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #ccc;
}
ul.languageNavigation li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
ul.languageNavigation li a {
  font-size: 11px;
}
ul.languageNavigation li a.active {
  text-decoration: underline;
}
.newContact,
.closeContact,
#addContact {
  display: none;
}
#addContact {
  margin-right: 5px;
  margin-bottom: 5px;
}
.closeContact {
  font-size: 20px;
}
.catalogCriterionSort {
  width: 50px;
}
.tableContainer .statistics tr,
.tableContainer .statistics td {
  border: 0;
  padding-left: 0;
}
.tableContainer .statistics .firstColumn {
  font-weight: bold;
}
.dashboard .row {
  margin-bottom: 30px;
}
.whoIsWhoDetail {
  margin-top: 45px;
}
.whoIsWhoDetail .image {
  float: left;
  width: 250px;
}
.whoIsWhoDetail .image img {
  max-width: 100%;
}
.whoIsWhoDetail .content {
  margin-left: 280px;
}
.whoIsWhoDetail .content h1 {
  font-size: 20px;
  margin-top: 0;
}
.whoIsWhoDetail .content .subline {
  display: block;
  margin-top: -20px;
  margin-bottom: 15px;
  color: #444444;
}
.tableContainer {
  height: 483px;
  overflow: auto;
}
.tableContainer.germany {
  height: 615px;
}
.tableContainer table {
  margin-bottom: 0;
}
.catalog h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  padding-top: 30px;
  color: #2CC185;
}
.classificationTabs {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}
.classificationTabs li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.classificationTabs li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  margin: 0;
  border-radius: 0;
  color: #555;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: pointer;
  height: 100%;
}
.classificationTabs li a:hover {
  border-color: transparent;
}
.classificationTabs li:first-of-type a {
  border-left: 0;
}
.classificationTabs li.active a,
.classificationTabs li.active:focus a,
.classificationTabs li.active:hover a {
  border: 0;
  border-left: 1px solid #ddd;
  background: #2CC185;
  color: #ffffff;
}
.classificationTabs.nav>li>a {
  padding: 0 2px;
}
.panel-heading {
  padding: 0;
}
.panel-title a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
  background: #C7D9E3;
}
.completionPanelWrapper {
  position: relative;
  margin-bottom: 30px;
}
.completionPanelWrapper .completionPanel {
  border: 1px solid #BBBBBB;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.completionPanelWrapper .completionPanel .progressBar {
  height: 22px;
  width: 100%;
}
.completionPanelWrapper .completionPanel .content {
  padding: 15px;
}
.completionPanelWrapper .completionPanel .headInfo {
  font-weight: bold;
  margin-bottom: 10px;
}
.completionPanelWrapper .completionPanel .points {
  display: inline-block;
}
.completionPanelWrapper .completionPanel .points .value {
  font-size: 30px;
  line-height: 22px;
  display: block;
}
.completionPanelWrapper .completionPanel .points strong {
  font-size: 12px;
  line-height: 0;
}
.completionPanelWrapper .completionPanel .right {
  text-align: right;
}
.completionPanelWrapper .completionPanel .right .criterionSearchWrapper,
.completionPanelWrapper .completionPanel .right .dropdown {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.completionPanelWrapper .completionPanel .right .dropdown {
  text-align: left;
}
.completionPanelWrapper .completionPanel .right .dropdown .btn .caret {
  margin-left: 5px;
}
.completionPanelWrapper .completionPanel .right .dropdown a {
  cursor: pointer;
}
.completionPanelWrapper .completionPanel .right .btnHK {
  padding: 6px;
}
.completionPanelWrapper .completionPanel .right .react-autosuggest__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right;
}
.completionPanelWrapper.fixed .completionPanel {
  position: fixed;
  top: 57px;
  z-index: 10;
}
.completionPanelWrapper.fixed .content {
  padding: 5px 15px;
}
.completionPanelWrapper.fixed .headInfo {
  margin-bottom: 5px;
}
.completionPanelWrapper.fixed .address {
  display: none;
}
.buttonContainer {
  box-sizing: border-box;
  text-align: right;
  margin-top: 30px;
}
.buttonContainer:before,
.buttonContainer:after {
  display: table;
  content: " ";
}
.buttonContainer .btnHK {
  margin-left: 10px;
}
.buttonContainer .btnHK:first-child {
  margin-left: 0;
}
.classificationSubGroup {
  box-sizing: border-box;
  padding: 0 30px;
}
.classificationSubGroup:before,
.classificationSubGroup:after {
  display: table;
  content: " ";
}
@media (max-width: 767px) {
  .classificationSubGroup {
    padding: 0 15px;
  }
}
.selectGroup {
  padding: 15px 15px 0;
  border: 1px solid #2d3943;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.selectGroup .criterion:last-of-type {
  border: 0;
}
.criterion {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.criterion h4 {
  position: relative;
  color: #212121;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  max-width: 70%;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .criterion h4 {
    max-width: 69%;
  }
}
.criterion h4 .criterionNumber {
  position: absolute;
  display: inline-block;
  width: 30px;
  font-size: 14px;
  vertical-align: top;
  left: 0;
  top: 8px;
}
.criterion .redText {
  color: #ff0000;
}
.criterion .description {
  max-width: 70%;
  font-size: 13px;
}
.criterion .description .minimum {
  margin-top: 5px;
}
.criterion .description .minimum span:after {
  content: ", ";
}
.criterion .description .minimum span:last-of-type:after {
  content: "";
}
.criterion .additionalInformation {
  display: inline-block;
  margin-right: 5px;
}
.criterion .additionalInformation a {
  font-size: 20px;
  color: #2d3943;
}
.criterion .additionalInformation a:hover,
.criterion .additionalInformation a:focus {
  color: #2d3943;
  text-decoration: none;
}
.criterion .points {
  margin-right: 8px;
  font-size: 16px;
}
.criterion .button-wrap {
  position: relative;
  text-align: center;
}
.criterion .button-label {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  width: 42px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0 -3px 0 rgba(0,0,0,0.22);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.criterion .button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0 -3px 0 rgba(0,0,0,0.32);
}
.criterion .button-label:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.2), inset 0px -1px 0 rgba(0,0,0,0.22);
}
@media (max-width: 40em) {
  .criterion .button-label {
    padding: 0 1em 3px;
    margin: 0.25em;
  }
}
.criterion .yes-button:checked + .button-label {
  background: #2CC185;
  color: #efefef;
}
.criterion .yes-button:checked + .button-label:hover {
  background: #2CC185;
  color: #e2e2e2;
}
.criterion .no-button:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
.criterion .no-button:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}
.criterion .input-wrap .form-control:not(.kbmkSelectField) {
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  border: 5px solid #e9e9e9;
  outline: 0;
  color: #262b31;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  width: 102px;
}
.criterion .input-wrap .form-control:not(.kbmkSelectField):focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 5px solid #d6d6d6;
}
.criterion .input-wrap .form-control:not(.kbmkSelectField).green {
  border: 5px solid #2CC185;
}
.criterion .input-wrap .form-control:not(.kbmkSelectField).red {
  border: 5px solid #D91E18;
}
.criterion .check {
  width: 35px;
  height: 35px;
}
.criterion .check:hover {
  background: #efefef;
}
.criterion .check input {
  display: none;
}
.criterion .check input:checked + .box {
  background-color: #b3ffb7;
  border: 3px solid #2CC185;
}
.criterion .check input:checked + .box:after {
  top: 0;
}
.criterion .check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(.19,1,.22,1);
  border: 3px solid #dc3545;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.criterion .check .box:after {
  width: 60%;
  height: 25%;
  content: '';
  position: absolute;
  border-left: 3.5px solid;
  border-bottom: 3.5px solid;
  border-color: #2CC185;
  transform: rotate(-45deg) translate3d(0,0,0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(.19,1,.22,1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}
.readonly .criterion .input-wrap .form-control:not(.kbmkSelectField) {
  background: #cccccc;
}
.readonly .criterion .button-label {
  cursor: default;
}
.readonly .criterion .button-label:hover {
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
}
#criterions .panel-body {
  padding: 0;
}
#criterions .criterion h4,
#criterions .criterion .description {
  padding-left: 43px;
}
@media (max-width: 767px) {
  #criterions .criterion h4,
  #criterions .criterion .description {
    padding-left: 22px;
  }
}
#criterions .buttonContainer {
  padding: 15px;
}
.resultContainer,
.resultContainer * {
  font-size: 20px;
}
.resultContainer .garni {
  display: inline-block;
  margin-left: 3px;
}
.resultContainer .superior {
  font-size: 16px;
  margin-left: 3px;
}
.resultContainer .hotelCategory i,
.completionPanelWrapper .hotelCategory i {
  margin-left: 3px;
}
.resultContainer .hotelCategory i.yellow,
.completionPanelWrapper .hotelCategory i.yellow {
  color: #e4bc28;
}
.btnHK {
  display: inline-block;
  min-width: 100px;
  background: #e5e5e5;
  border-bottom: #cccccc 3px solid;
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  border-radius: 6px;
  text-align: center;
  color: #000000;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btnHK,
.btnHK * {
  line-height: 20px;
}
.btnHK:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
.btnHK:active {
  background: #cccccc;
  border-bottom: #cccccc 1px solid;
  color: #000000;
  margin-top: 3px;
}
.btnHKBlue {
  background: #3B4D59;
  border-bottom: #2d3943 3px solid;
  border-left: #2d3943 1px solid;
  border-right: #2d3943 1px solid;
  color: #ffffff;
}
.btnHKBlue:hover {
  color: #ffffff;
}
.btnHKBlue:active {
  background: #2d3943;
  color: #ffffff;
  border-bottom: #2d3943 1px solid;
}
.btnHKGreen {
  background: #2c7d5b;
  border-bottom: #0e1f13 3px solid;
  border-left: #0e1f13 1px solid;
  border-right: #0e1f13 1px solid;
  color: #ffffff;
}
.btnHKGreen:hover {
  color: #ffffff;
}
.btnHKGreen:active {
  background: #0e1f13;
  color: #ffffff;
  border-bottom: #0e1f13 1px solid;
}
.btnHKRed {
  background: #dc3545;
  border-bottom: #ff0000 3px solid;
  border-left: #ff0000 1px solid;
  border-right: #ff0000 1px solid;
  color: #ffffff;
}
.btnHKRed:hover {
  color: #ffffff;
}
.btnHKRed:active {
  background: #ff0000;
  color: #ffffff;
  border-bottom: #ff0000 1px solid;
}
.btnHKOrange {
  background: #FFA500;
  border-bottom: #FFA500 3px solid;
  border-left: #FFA500 1px solid;
  border-right: #FFA500 1px solid;
  color: #ffffff;
}
.btnHKOrange:hover {
  color: #ffffff;
}
.btnHKOrange:active {
  background: #FFA500;
  color: #ffffff;
  border-bottom: #FFA500 1px solid;
}
.printContainer .item {
  position: relative;
  display: block;
  height: 150px;
  width: 100%;
  margin-bottom: 30px;
}
.printContainer .item:active {
  background: #cccccc;
  border-bottom: #cccccc 1px solid;
  color: #000000;
  margin-top: 0;
}
.printContainer .item:focus {
  color: #000000;
}
.printContainer .item .title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.react-autosuggest__container {
  position: relative;
  text-align: left;
}
.react-autosuggest__input {
  width: 180px;
  height: 34px;
  padding: 10px 10px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.react-autosuggest__input--focused {
  outline: none;
}
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 33px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 15px;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.minimumCriterionList,
.kbmkList {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.minimumCriterionList a,
.kbmkList a {
  cursor: pointer;
}
.minimumCriterionList a i,
.kbmkList a i {
  margin-left: 5px;
  font-size: 12px;
}
.minimumCriterionList .tableHeaderContainer,
.kbmkList .tableHeaderContainer {
  margin-top: 10px;
}
.minimumCriterionList .tableContainer .invalid,
.kbmkList .tableContainer .invalid {
  color: #ff0000;
}
.minimumCriterionList table,
.kbmkList table {
  margin-bottom: 0;
}
.minimumCriterionList table td,
.minimumCriterionList table th,
.kbmkList table td,
.kbmkList table th {
  padding: 8px 0 !important;
  width: 40px;
  text-align: center;
}
.minimumCriterionList table td:first-of-type,
.minimumCriterionList table th:first-of-type,
.kbmkList table td:first-of-type,
.kbmkList table th:first-of-type {
  padding: 8px !important;
  width: auto;
  text-align: left;
}
.minimumCriterionListItem {
  cursor: pointer;
}
.kbmkList .tableContainer {
  height: auto;
}
.kbmkSelectField {
  display: inline-block;
  width: 142px;
  margin-right: 10px;
}
.service {
  margin-top: 15px;
  text-align: center;
}
.service a {
  margin: 0 10px;
}
footer .service {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  footer .service {
    margin-top: 0;
    float: right;
  }
  footer .service a {
    margin: 0 0 0 10px;
  }
}
#criterionTransferMappingForm .form-group {
  width: 40%;
}
#criterionTransferMappingForm .form-group .form-control {
  width: 100%;
}
.__react_component_tooltip {
  max-width: 400px;
}
#companySearch .buttonContainer {
  margin-top: 30px;
}
#companySearch .buttonContainer .btn {
  margin-left: 10px;
}
#companySearch .buttonContainer .btn:first-of-type {
  margin-left: 0;
}
#companySearch .filterContainer {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #444444;
}
#companySearch .filterContainer .buttonContainer {
  margin-top: 0;
}
#companySearch .connector {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}
#companySearch .criterionSearchField {
  position: relative;
}
#companySearch .criterionSearchField .labelContainer {
  max-width: calc(100% - 245px);
  font-weight: normal;
}
#companySearch .criterionSearchField .valueContainer {
  float: right;
  max-width: 200px;
  padding-right: 30px;
}
#companySearch .criterionSearchField .valueContainer input {
  margin-left: 10px;
}
#companySearch .criterionSearchField .removeCriterion {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#companySearch .chooseCriterion {
  margin-top: 15px;
}
#companySearch .criterionsContainer {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #444444;
}
#companySearch .searchResult {
  margin-top: 30px;
}
.dataTables_filter .form-control {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right;
}
.react-datepicker__current-month {
  font-size: 1.3rem !important;
}
.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__week-number {
  width: 1.8rem !important;
  line-height: 1.8rem !important;
  margin: .466rem !important;
  font-size: 1.3rem !important;
}
.accordionWrapper {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.accordion-close {
  text-align: right;
}
.searchFilter {
  margin-bottom: 10px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion-panel {
  padding: 10px 18px;
  background-color: white;
  overflow: visible;
  border: 1px solid #eee;
}
.accordion-panel input[type="checkbox"] {
  margin-right: 4px;
  margin-top: 0;
}
.accordion-indicator {
  position: absolute;
  right: 20px;
  line-height: 18px;
}
.search-filter-wrapper {
  width: 100%;
  border-top: 1px solid #cccccc;
  position: relative;
  height: 25px;
}
.search-filter-label {
  top: -11px;
  left: 18px;
  background: white;
  position: absolute;
  margin-bottom: 10px;
  cursor: pointer;
}
.iconPad {
  padding-right: 3px;
}
.non-bold {
  font-weight: 500;
}
.searchFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #cccccc;
}
.searchButton {
  text-align: right;
  line-height: 60px;
}
.exportButton {
  text-align: right;
  line-height: 60px;
}
.searchResults {
  position: absolute;
  left: 0;
  line-height: 60px;
}
.searchBar {
  position: relative;
}
.starItem {
  line-height: 60px;
  text-align: center;
}
.nav-tabs>li>span {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>span,
.nav-tabs>li.active>span:hover,
.nav-tabs>li.active>span:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.verified {
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.verified i {
  position: absolute;
  top: 0;
  left: 0;
  color: #4CAF50;
  margin: 0 !important;
}
#verificationPanel {
  margin-top: 15px;
}
.progressBarWrapper {
  position: relative;
  background: #444444;
  margin-bottom: 30px;
  margin-top: 10px;
}
.progressBarWrapper .progressBar {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4CAF50;
}
.progressBarWrapper .progressBarText {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
}
.panelContainer {
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.panelContainer h5 {
  font-weight: bold;
}
.ulDash {
  list-style-type: none;
  padding-left: 20px;
}
.ulDash li {
  position: relative;
  padding-left: 10px;
}
.ulDash li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
.securityAuditDetailContainer ol.level1 {
  counter-reset: listenpunkt_ebene1;
  list-style-type: none;
}
.securityAuditDetailContainer ol.level1 > li {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.securityAuditDetailContainer ol.level1 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(listenpunkt_ebene1) ". ";
  counter-increment: listenpunkt_ebene1;
}
.securityAuditDetailContainer ol.level2 {
  counter-reset: listenpunkt_ebene2;
  list-style-type: none;
}
.securityAuditDetailContainer ol.level2 > li {
  position: relative;
  padding-left: 25px;
  font-weight: normal;
}
.securityAuditDetailContainer ol.level2 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2) ". ";
  counter-increment: listenpunkt_ebene2;
}
.securityAuditDetailContainer ul {
  font-weight: normal;
}
.securityAuditDetailContainer table {
  width: 100%;
}
.securityAuditDetailContainer table thead {
  background: transparent;
}
.securityAuditDetailContainer table th {
  background: none;
}
.securityAuditDetailContainer table td {
  padding: 10px 0;
}
.securityAuditDetailContainer table .form-group {
  margin-bottom: 0;
}
.securityAuditDetailContainer h3 {
  margin-top: 0;
  background: #3B4D59;
  color: #ffffff;
  padding: 10px;
}
.securityAuditDetailContainer h4 {
  margin-top: 30px;
  padding: 10px;
  background: #e5e5e5;
}
.securityAuditDetailContainer .panel {
  border: 1px solid #cccccc;
  margin-bottom: 60px;
}
.securityAuditDetailContainer .panel .content {
  padding: 15px;
}
.securityAuditDetailContainer .panel .content > h4:first-child,
.securityAuditDetailContainer .panel .content h4.noMarginTop {
  margin-top: 0;
}
.securityAuditDetailContainer .form-horizontal .control-label {
  text-align: left;
}
.securityAuditDetailContainer .specificationSheet {
  display: block;
}
.securityAuditDetailContainer .floatingContainer .left,
.securityAuditDetailContainer .floatingContainer .right {
  float: left;
}
.securityAuditDetailContainer .floatingContainer .left {
  padding-top: 6px;
}
.securityAuditDetailContainer .floatingContainer .left.noPadding {
  padding-top: 0;
}
.securityAuditDetailContainer .floatingContainer .right {
  margin-left: 8px;
  width: 800px;
  max-width: 90%;
}
.securityAuditDetailContainer .table>thead>tr>th,
.securityAuditDetailContainer .table>tbody>tr>th,
.securityAuditDetailContainer .table>tfoot>tr>th,
.securityAuditDetailContainer .table>thead>tr>td,
.securityAuditDetailContainer .table>tbody>tr>td,
.securityAuditDetailContainer .table>tfoot>tr>td {
  vertical-align: middle;
}
.securityAuditDetailContainer .selectionGroup {
  position: relative;
}
.securityAuditDetailContainer .selectionGroup .error {
  position: absolute;
  top: 45px;
  left: 0;
  color: #ff0000;
  font-size: 12px;
  width: 215px;
}
.securityAuditDetailContainer [data-tooltip] {
  position: relative;
  cursor: pointer;
}
.securityAuditDetailContainer [data-tooltip]:before {
  opacity: 0;
  visibility: hidden;
  content: attr(data-tooltip);
  position: absolute;
  bottom: 105%;
  right: 0;
  padding: 8px 12px;
  transform-origin: top;
  background: #2c7d5b;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  width: 400px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.securityAuditDetailContainer [data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.safetyCatalogFooter,
.entityDetailContainer .buttonGroup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-top: 1px solid #d3d3d3;
  padding: 5px;
  line-height: 40px;
  text-align: right;
  z-index: 10;
  background-color: #c7d9e3;
  margin: 0;
}
.ignoreButtonGroupStickyBottom .entityDetailContainer .buttonGroup,
.newContact .buttonGroup {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  height: auto;
  border-top: 0;
  padding: 0;
  line-height: normal;
  z-index: auto;
  background-color: transparent;
  margin: 0;
}
.ignoreButtonGroupStickyBottom .entityDetailContainer {
  margin-bottom: 30px;
}
.ignoreButtonGroupStickyBottom .entityDetailContainer .btn {
  margin-right: 15px;
}
.securityAuditMailLink {
  margin-top: -12px;
  margin-bottom: 20px;
}
.securityAuditMailLink a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.securityAuditMailLink i {
  margin-left: 7px;
  font-size: 20px;
}
.blueColor {
  color: blue;
}
.greenColor {
  color: #2CC185;
}
.redColor {
  color: #D91E18;
}
.criterionNotePanel {
  margin-top: 10px;
}
.selectGroup .criterionNotePanel {
  margin-bottom: 10px;
}
.newsPreview {
  display: block;
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 12px;
  padding: 7px 10px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .newsPreview {
    position: absolute;
    top: 0;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .newsPreview {
    right: 50px;
  }
}
.newsPreview .newsList {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #ffffff;
  padding: 10px;
  color: #000000;
  border: 1px solid #444444;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.newsPreview .newsList .newsItem {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.newsPreview .newsList .newsItem:first-of-type {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.newsPreview .newsList .newsItem h4 {
  margin-top: 0;
}
.newsPreview .newsList .newsItem h5 {
  margin-top: -10px;
  font-weight: bold;
  font-size: 12px;
}
.newsPreview:hover .newsList {
  visibility: visible;
  opacity: 1;
}
.newsPreview.newNews .newsPreviewIcon {
  color: #ff0000;
}
.newsListContainer .panel-heading {
  padding: 10px 15px;
}
.newsListContainer .detailLink {
  margin-top: 30px;
  text-align: right;
}
.newsListContainer h4 {
  margin: 0;
}
.newsListContainer h5 {
  font-weight: bold;
  font-size: 12px;
  margin: 4px 0 0;
}
.newsDetailContainer h5 {
  font-weight: bold;
  font-size: 14px;
  margin-top: -17px;
  margin-bottom: 17px;
}
.classificationActionButtons {
  text-align: right;
}
.classificationActionButtons a {
  background: #e5e5e5;
  border-bottom: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  padding: 5px;
  margin-left: 8px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.starCategoryField {
  padding-left: 0;
  padding-right: 0;
}
.starCategoryField img {
  height: 15px;
}
.conditionInputRow {
  margin-top: 15px;
}
.conditionSelectionGroupItem {
  font-weight: bold;
  padding: 10px 0;
}
.conditionSelectionGroupItem a {
  cursor: pointer;
}
.otherReason {
  display: none;
}
.otherReason.active {
  display: block;
}
.greyBar .btn-success {
  cursor: pointer;
  background: #eeeeee;
  color: #555555;
  border-color: #555555;
}
#EntityListHistory0 td:first-child,
#EntityListHistory0 th:first-child {
  display: none;
}
#completion .buttonContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-top: 1px solid #d3d3d3;
  padding: 5px;
  line-height: 40px;
  text-align: right;
  z-index: 10;
  background-color: #c7d9e3;
  margin: 0;
}
#countrySelector {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#countrySelector li {
  display: inline-block;
  margin: 15px 10px;
}
#countrySelector li a {
  display: block;
  padding: 10px;
  border: 1px solid #3B4D59;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#countrySelector li a:hover {
  background: #C7D9E3;
}
#countrySelector li a:hover,
#countrySelector li a:focus {
  text-decoration: none;
}
#countrySelector img {
  height: 71px;
}
#countrySelector .label {
  font-weight: bold;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #3B4D59;
}
.fileManagerContainer .filePathArea {
  background: cadetblue;
  display: flex;
  padding: 15px 30px;
}
.fileManagerContainer .filePathArea .currentDirectory {
  margin-right: 5px;
  color: white;
}
.fileManagerContainer .filePathArea .currentDirectory:after {
  content: '>';
  margin-left: 5px;
}
.fileManagerContainer .filePathArea .currentDirectory:last-of-type:after {
  display: none;
}
.fileManagerContainer .listOfDirectory,
.fileManagerContainer .listOfFiles {
  display: flex;
  border-bottom: 1px solid cadetblue;
}
.fileManagerContainer .listOfDirectory .directoryItem,
.fileManagerContainer .listOfDirectory .fileItem,
.fileManagerContainer .listOfFiles .directoryItem,
.fileManagerContainer .listOfFiles .fileItem {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px 17px 40px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileManagerContainer .listOfDirectory .directoryItem a,
.fileManagerContainer .listOfDirectory .fileItem a,
.fileManagerContainer .listOfFiles .directoryItem a,
.fileManagerContainer .listOfFiles .fileItem a {
  cursor: pointer;
  display: block;
  color: #3B4D59;
}
.fileManagerContainer .listOfDirectory .directoryItem .fileIcon,
.fileManagerContainer .listOfDirectory .fileItem .fileIcon,
.fileManagerContainer .listOfFiles .directoryItem .fileIcon,
.fileManagerContainer .listOfFiles .fileItem .fileIcon {
  font-size: 35px;
}
.fileManagerContainer .listOfDirectory .directoryItem .removeIcon,
.fileManagerContainer .listOfDirectory .fileItem .removeIcon,
.fileManagerContainer .listOfFiles .directoryItem .removeIcon,
.fileManagerContainer .listOfFiles .fileItem .removeIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 100;
}
.fileManagerContainer .listOfDirectory .directoryItem .name,
.fileManagerContainer .listOfDirectory .fileItem .name,
.fileManagerContainer .listOfFiles .directoryItem .name,
.fileManagerContainer .listOfFiles .fileItem .name {
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.fileManagerContainer .listOfDirectory .directoryItem:hover,
.fileManagerContainer .listOfDirectory .fileItem:hover,
.fileManagerContainer .listOfFiles .directoryItem:hover,
.fileManagerContainer .listOfFiles .fileItem:hover {
  color: #444444;
}
.fileManagerContainer .listOfDirectory .directoryItem:hover .removeIcon,
.fileManagerContainer .listOfDirectory .fileItem:hover .removeIcon,
.fileManagerContainer .listOfFiles .directoryItem:hover .removeIcon,
.fileManagerContainer .listOfFiles .fileItem:hover .removeIcon {
  opacity: 1;
}
.fileManagerContainer .listOfDirectory .directoryItem,
.fileManagerContainer .listOfFiles .directoryItem {
  padding: 15px 17px;
}
.fileManagerContainer .listOfDirectory .directoryItem .name,
.fileManagerContainer .listOfFiles .directoryItem .name {
  position: relative;
  display: block;
  bottom: auto;
}
.fileManagerContainer .listOfFiles {
  display: block;
  padding-top: 14px;
}
.fileManagerContainer .listOfFiles .fileItem {
  padding-bottom: 50px;
}
.fileManagerContainer .listOfFiles .fileItem .name {
  font-size: 10px;
  bottom: 0;
}
.fileManagerContainer .dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border .24s ease-in-out;
  cursor: pointer;
}
.fileManagerContainer .dropzone:hover,
.fileManagerContainer .dropzone:focus {
  border-color: #2196f3;
}
.fileManagerContainer .dropzone.disabled {
  opacity: 0.6;
}
.breadcrumb li * {
  color: #3B4D59;
}
.breadcrumb li.folderItemLink:not(.currentFolder),
.breadcrumb li.folderItemLink i:not(.currentFolder),
.breadcrumb li a:not(.currentFolder) {
  cursor: pointer;
}
.breadcrumb li.folderItemLink:not(.currentFolder):hover,
.breadcrumb li.folderItemLink:not(.currentFolder):hover i,
.breadcrumb li.folderItemLink:not(.currentFolder):hover a,
.breadcrumb li.folderItemLink i:not(.currentFolder):hover,
.breadcrumb li.folderItemLink i:not(.currentFolder):hover i,
.breadcrumb li.folderItemLink i:not(.currentFolder):hover a,
.breadcrumb li a:not(.currentFolder):hover,
.breadcrumb li a:not(.currentFolder):hover i,
.breadcrumb li a:not(.currentFolder):hover a {
  text-decoration: none;
  color: #C7D9E3;
}
.breadcrumb li .home {
  font-size: 20px;
  vertical-align: bottom;
}
h6 {
  font-size: 16px;
  background-color: #C7D9E3;
  font-weight: bold;
  padding: 3px;
}
