/* *** INSPIRE Registry service webapp *** */
/* Custom CSS */

/* DataTable ECL fixes */
.ecl-pagination ul li a{
    cursor:pointer;
}
table.dataTable{
    border-collapse: collapse
}
.ecl-table__head .ecl-table__row:first-child {
    border-bottom: 1px solid #404040;
}
.ecl-form-label:last-child{
    text-align: right
}

/* Loading overlay */
div.overlay-loader {
    display:none;
    opacity:    0.5; 
    background: #000; 
    width:      100%;
    height:     100%; 
    z-index:    10;
    top:        0; 
    left:       0; 
    position:   fixed; 
}

div.overlay-loader .load-feedback{
    margin: auto;
    margin-top: auto;
    width: 25%;
    height: 50%;
    position: relative;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 19%;
}

.custom-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.dataTable{
    width: 100%;
}
[type="search"] {
    width: 85%;
}
.ecl-pagination__item {
    display: block;
}