.thumbnail-container {
    float: right;
    max-width: 33%;
}

.thumbnail-container img {
    max-width: 100%;
}

.search-result-text {
    float: left;
    max-width: 66%;
}

.searchResult::after {
    content: "";
    clear: both;
    display: table;
}

.other-page {
    height: 120px;
}

.contentPaginationLinks {
	margin: 0 5px;
}

.filefordownload{
    display: block;
    border-bottom: 1px #c9c9c9 solid;
    width: 100%;
    clear: both;
    position: relative;
}

.file-icon {
    display: inline-block;
    width: 15%;
}

.file-details {
    position: relative;
    display: inline-block;
    width: 70%;
    top: 0;
    margin-bottom: 5px;
}

.docPageImages {
    width: 50%;
}
.pagination-links {
    text-align: center;
}
.nav-link.nav-item a i {
    /* colour: #b10a0a; 
    background-image: linear-gradient(to right,#b10a0a, rgb(212, 127, 127)); */
    background: -webkit-linear-gradient( rgb(247, 103, 103), rgb(139, 53, 53));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hidden {
    display: none;
}


/* widgets */

/* XDB */

.xdb-tag-icon {
    color: #dc3545;
    border: 1px solid #dc3545;
    background-color: #fceced;
    display: inline-block;
    padding: .4rem .7rem 0.25rem .7rem;
    margin-bottom: 0.5rem;
    vertical-align: top;
    font-size: 75%;
    font-weight: 600;
    border-radius: 10rem;
    cursor: default;
}

.xdb-icon-img {
    height: 15px;
    width: 15px;
    margin-bottom: 3px;
}

#ui-id-1 {
    z-index: 5000 !important;
}

/* Redirects */
#old_url,
.page-title-autocomplete-input,
#tagged-content-text,
.tagged-content-select {
    width: 66% !important;
}

#tagged-content-text {
    display: inline-block;
    margin: 0.5rem 0;
}

.tagged-content-title {
    padding-left: 15px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
} 
/* People Search */
.peopleSearchInfo {
    margin-bottom: 1rem;
}

.photo-search-image {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.person-search-result {
    display: block;
    width: 100%;
    border-bottom: 2px #ededed solid;
    padding-top: 1em;
    padding-bottom: 2em;
    cursor: pointer !important;
}

.photo-search-details {
    width: 80%;
    display: inline-block;
}

.closePersonDisplay:hover,
.person-search-result:hover {
    cursor: pointer;
}

.personsImageStyles  {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px #d7d7d7 solid;
    margin-top: 1em;
    margin-bottom: 1rem;
}

.personShowDetailsTitle {
    padding: 1rem 0;
}

.personShowDetailsEmail,
.personShowDetailsPhoneNumber,
.personShowDetailsMobileNumber {
    padding-bottom: 1rem;
}
