div.iv-changeRequest div.iv-header {
  float: left;
  padding: 4px;
}
div.iv-changeRequest div.iv-header span.iv-header {
  font-weight: bold;
}
div.iv-changeRequest div.iv-changerequest-form {
  height: auto;
}
div.iv-changeRequest div.iv-form div.iv-form-rows {
  overflow-x: auto;
  overflow-y: auto;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr td.iv-displayfield {
  position: static;
  background-color: #eeeeee;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr td.iv-displayfield div.iv-field {
  background-color: #eeeeee;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr td.iv-displayfield div.iv-field input,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr td.iv-displayfield div.iv-field span {
  background-color: #eeeeee;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr:hover td.iv-displayfield,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.hovered td.iv-displayfield {
  position: static;
  background-color: #dbeafc;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr:hover td.iv-displayfield div.iv-field,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.hovered td.iv-displayfield div.iv-field {
  background-color: #dbeafc;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr:hover td.iv-displayfield div.iv-field input,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.hovered td.iv-displayfield div.iv-field input,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr:hover td.iv-displayfield div.iv-field span,
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.hovered td.iv-displayfield div.iv-field span {
  background-color: #dbeafc;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.iv-deleted td {
  background-color: #eeeeee;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.iv-deleted td div.iv-field {
  text-decoration: line-through;
}
div.iv-changeRequest div.iv-form div.iv-form-rows table tr.iv-deleted td div.iv-field input {
  text-decoration: line-through;
  background-color: #eeeeee;
}
div.iv-changeRequest li.divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
div.iv-changeRequest ul.iv-changerequest-dropdown-menu {
  position: relative;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:hover td div {
  background: #dbeafc !important;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr td,
div.iv-FolderConfigurationModule div.iv-form th {
  padding: 4px;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div {
  background: #f9f9f9;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div input {
  background: #f9f9f9;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:hover td div {
  background: #dbeafc !important;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr td,
div.iv-FolderConfigurationModule div.iv-form th {
  padding: 4px;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div {
  background: #f9f9f9;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div input {
  background: #f9f9f9;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:hover td div {
  background: #dbeafc !important;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr td,
div.iv-FolderConfigurationModule div.iv-form th {
  padding: 4px;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div {
  background: #f9f9f9;
}
div.iv-FolderConfigurationModule div.iv-form table.table-striped tr:nth-child(odd) td div input {
  background: #f9f9f9;
}
div.iv-EntityUserModule {
  overflow: auto;
  height: 100%;
}
div.iv-EntityUserModule div.span6 ul li.data-row {
  min-height: 22px;
  padding: 4px;
}
div.iv-EntityUserModule div.span6 ul li div.inline-block {
  display: inline-block;
}
div.iv-EntityUserModule div.span6 ul li div.FullWidth {
  width: 100%;
}
div.iv-EntityUserModule div.span6 ul li div.width-listContext {
  width: 65%;
  float: left;
  padding: 5px;
}
div.iv-EntityUserModule div.span6 ul li div.width-fieldContext {
  width: 25%;
  float: left;
}
div.iv-EntityUserModule div.span6 ul li div.iv-field {
  background-color: white;
  white-space: nowrap;
  height: 20px;
  padding: 2px;
  min-height: 22px;
  position: relative;
  border-collapse: collapse;
  border: 1px solid silver;
}
div.iv-EntityUserModule div.span6 ul li div.iv-field input {
  border: 0px none transparent;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  min-height: 19px;
  max-height: 19px;
  box-shadow: none;
  transition-property: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-timing-function: ease;
}
