.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
body {
  padding-top: 60px;
  padding-bottom: 40px;
}
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;
}
.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 .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 {
  content: "*";
  color: #ff0000;
  margin-right: -5px;
}
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 (max-width: 991px) {
  .navigationContainer .logo {
    display: inline-block;
    float: none;
  }
}
.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 .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: 70px;
    top: 0;
  }
}
.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;
  }
}
#changeClientForm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #changeClientForm {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#changeClientForm select {
  width: 180px;
}
@media (max-width: 767px) {
  #changeClientForm select {
    width: 100%;
  }
}
#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: 100%;
}
#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;
}
.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;
}
.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;
}
.fileContainer .name {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.fileContainer: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 {
  display: none;
}
.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;
}
.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;
  height: 182px;
  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;
}
.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;
}
.completionPanelWrapper .completionPanel .right .dropdown {
  margin-right: 5px;
  text-align: left;
}
.completionPanelWrapper .completionPanel .right .dropdown .btn .caret {
  margin-left: 5px;
}
.completionPanelWrapper .completionPanel .right .dropdown a {
  cursor: pointer;
}
.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: 15px;
}
.buttonContainer:before,
.buttonContainer:after {
  display: table;
  content: " ";
}
.buttonContainer .btnHK {
  margin-left: 10px;
}
.buttonContainer .btnHK:first-of-type {
  margin-left: 0;
}
.classificationSubGroup {
  box-sizing: border-box;
  padding: 0 30px;
}
.classificationSubGroup:before,
.classificationSubGroup:after {
  display: table;
  content: " ";
}
.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: 80%;
  padding-top: 8px;
}
.criterion h4 .criterionNumber {
  position: absolute;
  display: inline-block;
  width: 30px;
  font-size: 14px;
  vertical-align: top;
  left: 0;
  top: 8px;
}
.criterion .description {
  max-width: 80%;
  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: 0em 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 {
  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:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 5px solid #d6d6d6;
}
.criterion .input-wrap .form-control.green {
  border: 5px solid #2CC185;
}
.criterion .input-wrap .form-control.red {
  border: 5px solid #D91E18;
}
.criterion .check {
  width: 35px;
  height: 35px;
  border: 1px solid #dedede;
}
.criterion .check:hover {
  background: #efefef;
}
.criterion .check input {
  display: none;
}
.criterion .check input:checked + .box {
  background-color: #b3ffb7;
}
.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: 2px solid transparent;
  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 {
  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: 30px;
}
#criterions .buttonContainer {
  padding: 15px;
}
.resultContainer,
.resultContainer * {
  font-size: 20px;
}
.resultContainer .hotelCategory i {
  margin-left: 3px;
}
.resultContainer .hotelCategory i.yellow {
  color: #e4bc28;
}
.btnHK {
  display: inline-block;
  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: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;
}
.printContainer .item {
  display: block;
  height: 150px;
  width: 100%;
  margin-bottom: 30px;
}
.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 {
  margin-top: 15px;
}
.minimumCriterionList a {
  cursor: pointer;
}
.minimumCriterionList a i {
  margin-left: 5px;
  font-size: 12px;
}
.minimumCriterionList .tableContainer {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.minimumCriterionList .tableContainer .invalid {
  color: #ff0000;
}
