/*
 * These classes are made to overwrite any css from plugins or bootstrap or
 * write own common classes that are used more than once
 *
 */
/* Helper classes ***********************/
.visible {
  visibility: visible !important; }

.form-group-hint {
  margin: 5px 0 10px;
  font-size: 11px;
  font-style: italic;
  color: #757575; }
  .form-group-hint.not-found {
    color: #F3674F; }

input + .form-group-hint {
  float: left;
  clear: both; }

a.link-dashed {
  text-decoration: none;
  border-bottom: 1px dashed #008cba; }
  a.link-dashed:hover {
    text-decoration: none;
    border-bottom-color: transparent; }

.block-disabled {
  display: none; }
  .block-disabled.block-enabled {
    display: block; }

.no-wrap {
  white-space: nowrap; }

.text-overflow {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bg-selected {
  background: #E1F5FE !important; }

.cursor-pointer {
  cursor: pointer; }
