.error-message {
  color: #dd2c00;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.item {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  min-height: 200px;
}
.item .item-img {
  display: inline-block;
}
.item:hover {
  border: 1px dashed #838383;
  border-radius: 5px;
}
#clipboard {
  position: absolute;
  width: 100%;
  height: 150px;
  padding: 20px;
  bottom: 0px;
}
#clipboard div#clipboard-inner {
  width: 100%;
  height: 100%;
  border: 1px dashed #838383;
  text-align: center;
  position: relative;
}
#clipboard div#clipboard-inner #clipboard-empty {
  margin-top: 25%;
  display: inline-block;
}
#clipboard div#clipboard-inner #clipboard-content {
  margin-top: 10%;
  padding-top: 20px;
  padding-right: 20px;
}
#clipboard div#clipboard-inner #clipboard-content .img {
  text-align: center !important;
}
#clipboard div#clipboard-inner #clipboard-content .clipboard-cancel {
  position: absolute;
  top: 3px;
  right: 5px;
}
#clipboard div#clipboard-inner #clipboard-content .clipboard-cancel:hover {
  color: white;
  cursor: pointer;
}
#clipboard div#clipboard-inner #clipboard-content .clipboard-model {
  color: #e5e5e5;
  font-weight: bold;
  position: absolute;
  top: 3px;
  max-width: 200px;
  display: inline-block;
  left: 20px;
}
#clipboard div#clipboard-inner #clipboard-content .clipboard-items {
  margin-right: -20px;
  overflow-y: scroll;
  height: 107px;
}
#clipboard div#clipboard-inner #clipboard-content .clipboard-items > div {
  margin-bottom: 15px;
}
.nav-pills > li {
  cursor: pointer;
  margin-bottom: 5px;
}
.nav-pills > li a {
  border-bottom: none !important;
}
.tab-content,
.assoc-area {
  min-height: 500px;
}
.add-associated-item-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
body {
  overflow-y: scroll;
}
.no-margin-top {
  margin-top: 0px;
}
.no-padding-top {
  padding-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
#overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  z-index: 100000;
}
#overlay .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.compare-modal .modal-dialog {
  width: 1260px;
}
.compare-modal tr.not-equal {
  background-color: #d39e00 !important;
}
.text-bold {
  font-weight: bold;
}
.matrix-input {
  width: 45px;
  text-align: center;
}
.row-checked {
  background-color: #c3d7ff !important;
}
tr.chooseable:hover {
  cursor: pointer;
}
.traffic-light-label {
  font-weight: 700;
}
.i-button-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.i-button-status.red {
  background-color: red;
}
.i-button-status.yellow {
  background-color: yellow;
}
.i-button-status.green {
  background-color: green;
}
.position-bottom-minus-two {
  position: relative;
  bottom: -2px;
}
td.input {
  padding: 0px !important;
}
td.input > input[type=text] {
  border: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
td.input > input[type=text]:hover {
  cursor: pointer;
}
td.input-checkbox {
  text-align: center;
}
td.input-checkbox > input[type=checkbox] {
  margin: 11px 0px;
}
td.add-row:hover {
  background-color: #449d44;
  color: white;
  cursor: pointer;
}
.remove-row:hover {
  color: white;
  background-color: #d9534f;
  cursor: pointer;
}
.remove-row:hover.disabled {
  color: black;
  background-color: #ccc;
  cursor: not-allowed;
}
.remove-row.disabled {
  background-color: #ccc;
}
.modal-body {
  overflow: scroll;
}
.visibility {
  cursor: pointer;
}
.visibility .not-visible {
  color: #d9d9d9;
}
/*# sourceMappingURL=base.css.map */