/*FROM ADMIN TEMPLATE*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

/*OWN CUSTOMIZATION*/
a .feather, a .feather:active, a .feather:visited {
    color: #000;
}
a .feather:hover, .movementButton:hover {
    color: #de3535;
}
.footer {
    background-color: #EEE;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 0.8em;
    padding-top: 0.2em;
    z-index: 1000;
    text-align: center;
}
.form-group label {
    font-size: 120%;
    font-weight: bold;
}
.movementButton {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.showelementDetailInput {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out, background 0.5s linear;
  width: 100%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
}

.showelementDetailTextarea {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out, background 0.5s linear;
  width: 100%;
    display: block;
    height: 150px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
}

.seInputSmaller {
  width: 50%;
  margin-left: 25%;
}

.seInputHighlighted {
  background-color: lightyellow;
}

.highlightedGreen {
  background-color:green;
  transition: none;
}

.highlightedRed {
  background-color:red;
  transition: none;
}

.okButton {
  background-color: green;
  color: #FFF;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  font-size: 120%;
  width: 24px;
  height: 24px;
}

.okButton:hover {
  background-color: darkgreen;
}

.cancelButton {
  background-color: red;
  color: #FFF;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

.cancelButton:hover {
  background-color: darkred;
}

.editButton {

  color: darkblue;
  border-radius: 2px;
  margin-left: 15px;
  margin-right: 2px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.editButton:hover {
  color: blue;
}

.brandImageSelectItem {
  width: 200px;
}

/* Following code is new for tefa. Some of the old code may be obsolete */

.additional_field {
  padding: 15px;
  background-color: #DDD;
  margin-top: 15px;
  border-radius: 10px;
  position: relative;
}

.additional_field .form-group:last-child {
  margin-bottom: 0;
}

.additional_fields_buttons {
position: absolute;
right: 10px;
top: 10px;
}

.additional_field_delete {
margin-left: 10px;
}

.dt-select-checkbox {
  margin-right: 15px;
}

pre {
  font-size: 100%;
  white-space: pre-wrap;
}

h4:not(:first-child) {
  margin-top: 40px;
}

.modal-checkbox-group {
display: flex;
justify-content: center;
align-items: center;
}

.modal-checkbox-group label, .modal-checkbox-group input {
display: flex;
}

.modal-checkbox-group label {
margin-left: 10px;
}