/*


 */

 li {
   list-style: none;
 }

td a, th a, li a, h4 a, h3 a, h5 a {
  color: inherit;
}


.breadcrumb-item::before {
  content: "";
}

.form-actions {
  margin: 1rem 0 0;
  padding: 1rem;
  background-color: #f8f9fa;
}


.list-cols-2 {
  columns:2
}

.list-cols-3 {
  columns:3
}

.list-cols-4 {
  columns:4
}

.list-cols-5 {
  columns:5
}


.error {

  color: #fd5f00;
  padding:0;
  text-decoration:underline;
}


.errorlist {
    color: #fd5f00;
    padding:0;
}

input[type="checkbox"].form-control {
  height:20px;
  width:20px;
  display:inline;
}

input[type="radio"].form-control{
  height:22px;
  width:22px;
  display:inline;
}

li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.actions select.form-control{
  display:inline;
}

.action-checkbox .form-control {

  height: 18px !important;
}

.pointer-none {
  pointer-events: none;
}

fieldset .field-id {

  display:none
}


.inline-group .aligned label {
  width: 160px;
}
.aligned label {
  display: block;
  padding: 4px 10px 0 0;
  float: left;
  width: 160px;
  word-wrap: break-word;
  line-height: 1;
}




.actions .form-control {
  max-width:200px;
}