#search-result {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}

#search-autocomplete {
   visibility: hidden;
   opacity: 0;
   position: fixed;
   z-index: -1;
   width: 100%;
   transition: all 0.2s ease;
    top : 30px;
    left: 0px;
}

#search-autocomplete-result:before {
	display: block;
    position: fixed;
    content: "";
    border-bottom: 12px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    margin: -12px 0px 0px 30px;
}

body.top-search-open #search-autocomplete {
   visibility: visible;
   opacity: 1;
   z-index: 5556;
}

.btn-search {
    opacity: 1;
    position: fixed;
    z-index: 5557;
    top: 180px;
    right: 25px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #FFFFFF;
    background-color: #333333;
    transition: all 0.35s ease-out;
    text-decoration: none;
}

.tplHtmlBodyHome .btn-search,
.tplHtmlBodyPortal .btn-search {
    top: 60%;
}

.tplHtmlBodyHome.body-scroll .btn-search,
.tplHtmlBodyPortal.body-scroll .btn-search {
    top: 25px;
}

.body-scroll .btn-search {
    top: 115px;
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .btn-search.btn-search-navbar {
        top: 380px;
    }
    .body-scroll .btn-search.btn-search-navbar {
        top: 300px;
    }
}

.btn-search:hover {
    color: #008FD4;
    background-color: #ced4da;
    transition: all 0.5s ease-out;
    text-decoration: none;
    opacity: 1;
}

.btn-search i {
    font-size: 35px !important;
    line-height: 55px;
}

.btn-search i.icon-search-close {
	display: none;
}

body.top-search-open {
    /* position: fixed; */
	overflow: hidden;
    height: 100%;
}

body.top-search-open .btn-search i.icon-search-open {
	display: none;
}

body.top-search-open .btn-search {
	top: 26px;
    opacity: 1;
}

body.top-search-open .btn-search i.icon-search-close {
	display: block;
}

.sticky-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: rgba(39, 36, 37, 0.8);
}

.sticky-overlay.active,
body.top-search-open .sticky-overlay {
	visibility: visible;
    opacity: 1;
    z-index: 5550;
}

#search-autocomplete .list-group-item i {
   width: 1em;
   font-size: 25px;
   line-height: 21px;
   margin: 0px;
}

search-standard-result {
   transition: all 0.2s ease;
}

#search-standard-result .bg-img {
	width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f1f1f1;
    border: solid 5px #FFFFFF;
}

#search-standard-result .bg-img:hover {
    border: solid 5px #ced4da;
    transition: all 0.3s ease;
}

#search-standard-result .bg-img i {
	font-size: 35px;
    color: #6c757d;
    line-height: 90px;
}

#search-standard-result h3 .badge {
	font-size: 0.5em;
    vertical-align: middle;
}

#search-standard-result em,
#search-autocomplete-result em {
	color: #008FD4 !important;
}

#search-result-list-full .form-check-label {
    margin-bottom: 10px;
}

i.material-icons.node-type-:after {
    content: 'camera_alt';
}
i.material-icons.node-type-80:after {
    content: 'attach_file';
}

i.material-icons.node-type-3:after {
    content: 'text_format';
}

i.material-icons.node-type-4:after,
i.material-icons.node-type-104:after {
    content: 'list';
}

i.material-icons.node-type-5:after {
    content: 'link';
}

i.material-icons.node-type-41:after {
    content: 'contacts';
}

i.material-icons.node-type-42:after {
    content: 'perm_contact_calendar';
}

i.material-icons.node-type-84:after {
    content: 'movie';
}

i.material-icons.node-type-87:after {
    content: 'image';
}

i.material-icons.node-type-88:after {
    content: 'camera_roll';
}

label.btn i.clear {
	display: none !important;
}

label.btn.active i.clear {
	display: inline-block !important;
    margin-left: 10px;
}

label.btn i {
	font-size: 1.3em;
}
