.app-permission {
  background-color: #f1f2f7 !important;
  color: #777 !important;
}

.basic-permission {
  background-color: #9e9e9e !important;
}

.full-permission {
  background-color: #607d8b !important;
}

.superadmin:after {
  content: " *";
  color: red;
}

#conteudo-todo-interno input.form-control,
#conteudo-todo-interno span.select2-container .select2-selection,
#conteudo-todo-interno select.form-control {
  border-radius: 0;
  border-width: 0;
  border-bottom: 2px solid #878787;
  color: #212121;
  /*font-family: 'OpenSans-Regular';*/
  font-size: 16px;
  box-shadow: none;
  height: auto;
  min-height: 42px;
  padding: 5px;
}

.role-tag {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.role-tag:hover {
      max-width: unset;
      overflow: visible;
      text-overflow: unset;
  }*/

/*.role-tag:hover > span {
      background-color: #555;
      font-size: 115%;
      position: absolute;
  }*/

.iconTokenErros {
  color: #3f4448;
  text-align: center;
  padding-top: 32px;
}

.iconTokenTitle {
  padding-top: 16px;
  padding-bottom: 8px;
}

/* novo css para input senha, show password*/
#input-show-password {
  display: none;
}

#input-show-password + label:before {
  content: "\f06e"; /* Open eye */
}

#input-show-password:checked + label:before {
  content: "\f070"; /* Slash eye */
}
