/* based on bootstrap */
/* Base Layout */
body {
  padding-top: 50px;
  padding-bottom: 50px;
}
#messages {
  margin-top: 20px;
}
/* Condensed Form */
.form-condensed .form-control {
  height: 24px;
  padding: 0 6px;
}
.form-condensed .form-group {
  margin-bottom: 5px;
}
.form-condensed label {
  margin-bottom: 2px;
}
.form-condensed textarea.form-control {
  height: auto;
}
/* Dynamic FormSet */
.formset {
  margin-bottom: 20px;
}
.formset .formset-form {
  margin-bottom: 20px;
}
.formset .form-header {
  border-bottom: 1px solid #cccccc;
  display: block;
  margin: 0 0 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
}
.formset .form-header .visible-removed {
  display: none;
}
.formset .form-header:before,
.formset .form-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.formset .form-header:after {
  clear: both;
}
.formset .form-title {
  margin-bottom: 4px;
}
.formset .removed .form-header .visible-removed {
  display: inline-block;
}
.formset .removed .form-header .hidden-removed {
  display: none;
}
.formset .form-body {
  margin-bottom: 10px;
}
.formset .remove-form,
.formset .restore-form {
  margin-top: 5px;
}
.formset div[id$=DELETE] {
  display: none;
}
/* Matching mask */
.form-checklist input[type=checkbox] {
  width: 100px;
  height: 100px;
}
.matching-table tbody td {
  width: 30%;
}
/* additional table styles */
.table .odd {
  background: #F9F9F9;
}
.table .table .odd + .odd td,
.table .even + .even td {
  border-top-color: transparent;
}
.table.table-condensed td,
.table.table-condensed th {
  padding: 0;
}
/* Cosmetics */
.page-actions {
  float: right;
  margin-top: 24px;
}
.btn.pull-right {
  margin-left: 4px;
}
dl {
  margin: 0 0 10px;
}
img.pull-left {
  margin-right: 10px;
}
input[type="checkbox"] {
  margin-top: 1px;
}
.autocomplete-light-widget .deck [data-value] .remove {
  margin-top: 2px;
  margin-right: 6px !important;
}
.copy-crm-data {
  cursor: pointer;
  padding: 0 2px 0 0;
  margin: 0 8px 0 4px;
}
.copy-reg-data {
  cursor: pointer;
  padding: 3px 0 0 2px;
  margin: 0 4px 0 8px;
}
