.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#continents-list .continent.active a {
  cursor: pointer !important;
}
.editable:hover .icon-edit {
  visibility: visible;
}
.editable .icon-edit {
  visibility: hidden;
}
.editable .icon-edit:hover {
  background-position: -96px -74px;
}
.editable .icon-edit:active {
  background-position: -96px -72px;
}
.icon-remove:hover {
  background-position: -312px -2px;
}
.icon-remove:active {
  background-position: -312px 0;
}
.modal.large {
  top: 28% !important;
  width: 90%;
  /* respsonsive width */
  margin-left: -45%;
  /* width/2) */
  max-height: 92%;
}
.modal.large .modal-body {
  max-height: 80%;
}
.condition-edit-form {
  display: none;
  margin-bottom: 1em;
}
#dst-edit #i18n {
  margin-top: 1em;
}
#dst-edit #i18n label {
  width: 8%;
}
#dst-edit #i18n .control-group {
  margin-bottom: .3em;
}
#dst-edit #i18n .controls {
  margin-left: 9%;
}
#dst-edit #i18n .controls input {
  float: left;
}
#dst-edit .controls-row input {
  display: inline-block;
}
#categories label.control-label span {
  font-size: .8em;
}
#categories label.active,
#categories label.filled {
  font-weight: bold;
  font-size: 1.1em;
  color: black;
}
#categories .category {
  margin-bottom: 1em;
}
.uploaded {
  position: relative;
}
.uploaded .img,
.uploaded .placeholder {
  display: table-cell;
  width: 8em;
  height: 8em;
  border: 1px solid #878787;
  background-color: #eaeaea;
  text-align: center;
  vertical-align: middle;
  padding: .2em;
}
.uploaded .img img,
.uploaded .placeholder img {
  vertical-align: middle;
  width: auto;
  height: auto;
}
.uploaded .placeholder {
  width: 1em;
}
.uploaded .placeholder {
  position: relative;
}
.uploaded .placeholder .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6a0000;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  width: 95% !important;
}
.text-center {
  text-align: center !important;
}
