.app-header {
  position: relative;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #c8ced3;
}

.navbar-nav-user {
  margin-right: 35px;
}

.navbar-nav-user .nav-link.dropdown-toggle {
  margin-right: 0.5rem !important;
}

/* form */
.alert label {
  font-weight: bold;
}

.form-group-value .form-value {
  padding-top: 7px;
}

.col-form-label {
  font-weight: bold !important;
}

/* bug setted at display none */
.invalid-feedback {
  display: block !important;
}

.input,
.output {
  display: inline-block;
  padding: 2px;
}

.input .bg-success,
.output .bg-success {
  display: inline-block;
  padding: 2px 4px;
}

.panel .action .open {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.hidden {
  display: none;
}
