/* Class for deactivated rows in datatables */
.deactivated{
  background-color: #f25c549c!important;
  /*#dee2e6 */
}

.isdeleted{
	background-color: #F25C54!important;
}

.activeRow{
	background-color: #fffaee!important;
}

/* Select2 adapt to Form validation styling */
.was-validated .custom-select:invalid + .select2 .select2-selection, .custom-select.is-invalid + .select2 .select2-selection {
    border-color: #ff4341!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection, .custom-select.is-valid + .select2 .select2-selection {
    border-color: #1dc944!important;
}
*:focus{
  outline:0px;
}

/* Hide edit tools for image editing  */                                
.docs-buttons .btn-edit {
  display: none;
}

.bolder{
  font-weight:bold;
}

.normal{
  font-weight:normal;
}

.postojeceKategorije{
  margin-bottom: 0px;
}

/* LightGallery icon delete */
#lg-delete:after{
  content: "\f2ed";
}

.center {
  margin: auto;
  padding: 10px;
}

.custom-switch {
  padding-left: 0px;
}

.custom-switch1 {
  padding-left: 2.46875rem;
}

#sortable .sort-icon {
  cursor: grab;
}
