@import "../globalCssVariables"; .searchItem-overview { display: flex; flex-direction: reverse; justify-content: flex-end; z-index: 0; } .searchBox-placeholder, .searchItem-overview .searchItem { width: 100%; background: $light-color-secondary; border-color: $intermediate-color; border-bottom-style: solid; padding: 10px; min-height: 50px; max-height: 150px; height: auto; z-index: 0; display: flex; overflow: visible; .searchItem-body { display: flex; flex-direction: row; width: 100%; .searchItem-title-container { width: 100%; overflow: hidden; .searchItem-title { text-transform: uppercase; text-align: left; width: 100%; font-weight: bold; } } .searchItem-info { display: flex; justify-content: flex-end; .icon-icons { width: 50px } .icon-live { width: 175px; height: 0px; } .icon-icons { height:auto; } .icon-icons, .icon-live { margin: auto; overflow: visible; .searchItem-type { display: inline-block; width: 100%; position: absolute; justify-content: center; align-items: center; position: relative; margin-right: 5px; } .pdfBox-cont { overflow: hidden; img { width: 100% !important; height: auto !important; } } .searchItem-type:hover+.searchItem-label { opacity: 1; } .searchItem-label { font-size: 10; position: relative; right: 0px; text-transform: capitalize; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } } .icon-live:hover { .pdfBox-cont { img { width: 100% !important; } } } } .searchItem-info:hover { width: 60%; } } } .searchItem:hover~.searchBox-instances, .searchBox-instances:hover, .searchBox-instances:active { opacity: 1; background: $lighter-alt-accent; } .searchItem:hover { transition: all 0.2s; background: $lighter-alt-accent; } .searchItem-highlighting { overflow: hidden; text-overflow: ellipsis; white-space: pre; } .searchBox-instances { opacity: 1; width:40px; height:40px; background: gray; transition: all 0.2s ease; color: black; overflow: hidden; right:-100; display:inline-block; } .searchItem-overview:hover { z-index: 1; } .searchBox-placeholder { min-height: 50px; margin-left: 150px; width: calc(100% - 150px); text-transform: uppercase; text-align: left; font-weight: bold; } .collection { display: flex; } .collection-item { width: 35px; }