.modalbox {
  border: 22px solid #e8e8e9;
  border-width: 22px 43px 22px 43px;
  position: fixed;
  background: white;
  z-index: 101;
  margin-left: -390px;
  left: 50%;
  top: 50% !important;
}
.modalbox .inner {
  box-shadow: 0 0 5px 0 #d1d1d1;
  width: 660px;
  padding: 20px;
}
.modalbox .headerbox {
  font-size: 26px;
  padding-bottom: 20px;
}
.modalbox p {
  margin-bottom: 1em;
}
.modalbox .modalbuttons {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.modalbox .modalbuttons .bluebutton,
.modalbox .modalbuttons .greybutton {
  font-weight: 700;
}
.tagEntry {
  border: solid 1px #cccccc;
  position: relative;
  height: 28px;
  margin-bottom: 10px;
}
.tagEntry input,
.tagEntry input:focus {
  border-width: 0px;
  background: transparent !important;
  font-size: 12px;
  padding: 7px;
  display: block;
  float: left;
}
.tagEntry .tagSuggestions {
  position: absolute;
  top: 26px;
  border: solid 1px #cccccc;
  background: white;
}
.tagEntry .tagSuggestions li {
  border-top-width: 0px;
  padding: 4px 7px;
  cursor: pointer;
}
.tagEntry .tagSuggestions li:hover,
.tagEntry .tagSuggestions li.hover {
  color: white;
  background: #29c0d5;
}
.tagEntry ul.tags {
  padding-left: 5px;
}
.tagEntry.disabled {
  background: #ededed;
  color: #cccccc;
}
ul.tags li {
  float: left;
}
ul.tags li.tag,
ul.tags li a.tag {
  background: #e68b04;
  color: white;
  padding: 4px 19px 4px 7px;
  margin: 4px 0px 0px 4px;
  position: relative;
  border-radius: 3px;
  font-size: 12px;
  display: block;
}
ul.tags li.tag span,
ul.tags li a.tag span {
  display: block;
  position: absolute;
  right: 4px;
  top: 2px;
  padding: 3px 3px;
  line-height: 10px;
  height: 10px;
  cursor: pointer;
  color: #feeacb;
}
ul.tags li.tag a,
ul.tags li a.tag a {
  color: white;
}
ul.tags li.tag span:hover,
ul.tags li a.tag span:hover {
  background: #ab6803;
  color: white;
}
ul.tags li.tag.nocross,
ul.tags li a.tag.nocross {
  padding-right: 7px;
}
ul.tags li a.tag:hover {
  background: #29c0d5;
}
ul.tags li.tag:first-child,
ul.tags li:first-child a.tag {
  margin-left: 0px;
}
.record_list ul.tags {
  margin-top: 10px;
}
