body {
  padding-bottom: 70px;
}

.custom-invalid {
  color: #dc3644;
}

.custom-hint {
  color:#364fdc
}

.custom-nav-link {
  background-color: #f8f9fa !important;
  color: #000000 !important;
}

.custom-reload:hover {
  cursor: pointer;
}

.custom-readonly {
  background-color: #e9ecef !important;
}

/*Pagination*/
.pagination > li > a
{
    background-color: white;
    color: #6c757d;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #D3D3D4;
}

.pagination > .active > a
{
    color: white;
    background-color: #6c757d !important;
    border: solid 1px #6c757d !important;
}

.pagination > .active > a:hover
{
    background-color: #6c757d !important;
    border: solid 1px #6c757d;
}

.custom-pagination-select {
  border: solid 1px #D3D3D4 !important;
  color: #6c757d !important;
  /*background: #6c757d !important;*/
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") no-repeat right .75rem center/8px 10px !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  
  .ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  
  .ui-state-hover,
  .ui-state-active,
  .ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.custom-legend-columns {
    column-count: 4;
    display: flex;
}

.custom-legend-listitems {
    border-left: 1px solid rgb(0, 0, 0, 0.125);
    padding-left: 3px;
    padding-right: 10px;
}


@media (max-width: 575.99px){
  .custom-legend-columns {
      column-count: 2;
      display: block;
  }
}
