#openid_connect_login {
    text-align: center;
}

#openid_connect {
    box-shadow: 7px 10px 12px -12px rgb(0 0 0 / 75%);
    background-color: #0178d4;
    color: #FFFFFF;
}
.holdcount { font-size : 105%; line-height : 200%; }
.holdcount a {
    border : 1px solid #a4bedd;
    background-color : #e4ecf5;
    font-weight : bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding : .1em .4em;
    text-decoration : none;
}
.holdcount a:hover { background-color : #ebeff7; }

/* 505 visualization improvements */
.contents .g:before{
    content: "\A";
    white-space: pre;
}

.contents .t:before {
    content: "\A→ ";
    white-space: pre
}

fieldset.rows .pagination li{
    float:none;
}

/* XeRepository */
.xerepositoryobjects {
    display: block;
    margin: 7px 0px 7px 0px;
}

.xerepositoryobjects a {
    border: 1px solid #b9d8d9;
    border-radius: 4px;
    padding: 2px 10px;
    margin-right: 14px;
    cursor: pointer;
}

.xerepositoryitemobjects a {
    border: 1px solid #b9d8d9;
    border-radius: 4px;
    padding: 2px 10px;
    cursor: pointer;
    margin-top: 3px;
    display: block;
}

div .modalgalleryitem img {
    border: 1px solid lightgray;
    margin: auto;
    display: block;
    max-width: 120px;
}

div.modal-body.see-digital-data-body {
    height: 500px;
    overflow-y: auto;
}

div.modalgalleryitem {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 144px;
    height: 200px;
}

img.xerepository {
    max-width: 100px;
    max-height: 100px;
}

/* ==============================
   Page loader
   ============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100;
    padding: 25px;
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 50px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(27, 27, 27, 0.37);
    border-right: 1px solid rgba(0, 0, 0, 0.84);
    border-bottom: 1px solid rgba(2, 1, 1, 0.43);
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation:  spin 700ms linear infinite;
    -moz-animation:  spin 700ms linear infinite;
    -ms-animation:  spin 700ms linear infinite;
    -o-animation:  spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
    z-index: 100001;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* END */