/* Login CSS from bootstrap example. */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Client status highlights. */
.client-active {color: #0a0;}
.client-disabled {color: #a00;}


/* File upload buttons. */
input[type='file'] {
  padding: 0;
}

button.cms2-full {
  width: 100%;
}

td.location-selected,
td.role-selected,
td.user-selected,
tr.user-selected td {
  background: #e7e7e7;
}

div.users-scroll-table {
  height: 400px;
  overflow: auto;
}
div.offer-buttons button,
div.location-buttons button {
  width: 100%;
}
#offer-description {
  height: 400px;
}
div.wysiwyg {
  border:none;
}
button.fa {border:none;background:none;}
button.fa-remove {color: #a00;}
button.fa-toggle-on {color: #0a0;}
button.fa-toggle-off {color: #aaa;}

/* Description/photo icon when not filled in yet. */
.missing-container {width: 7.5em;}
.missing { color: #eee; }
.present { color: #020; }

/* Search boxes for users. */
div.sort {
  cursor: pointer;
  width: 1em !important;
}
div.search-input-group {
  width: 100%;
}
div.sort, button.sort {
  background: #fff;
}
div.sort:hover, button.sort:hover {
  background: #eee;
}
