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

label.required::after {
  content: '*';
  color: #bd2130; }

.tenant-logo {
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  border-radius: 50%; }

.tenant-logo-origin {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46); }

.form-control-search {
  position: relative;
  width: 200px; }
  .form-control-search:after {
    font-size: 18px;
    line-height: 40px; }
  .form-control-search input.form-control {
    border: solid 1px #eee;
    height: 30px;
    width: 100%;
    border-bottom: solid 1px #eee;
    padding: 10px 15px;
    box-shadow: none;
    outline: none !important;
    transition: ease-in-out 150ms;
    font-size: 12px; }
    .form-control-search input.form-control:focus {
      border-color: rgba(30, 148, 234, 0.75); }
  .form-control-search i.fa-search {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 15px;
    line-height: 32px;
    opacity: 0.4;
    color: #888; }
