﻿.searchInputContainer {
    display: inline-block;
    margin: 0 -3px 0 0;
    position: relative;
}

.searchInputContainer > input[type="text"]::-ms-clear {
    display: none;
}

.searchInputContainer a.dnnSearchBoxClearText {
    display: block;
    position: absolute;
    right: 48px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: none;
    cursor: pointer;
    margin: 7px 0 7px 0;
    z-index: 20;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: url(../../../images/search/clearText.png) center center no-repeat;
}

ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    margin: 0;
    list-style: none;
    /* border: 1px solid #c9c9c9; */
    width: 350px;
    z-index: 200;
    padding: 0;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buscadorSticky ul.searchSkinObjectPreview{
    width:100%;
}

ul.searchSkinObjectPreview li {
    list-style: none;
}

ul.searchSkinObjectPreview > li {
    padding: 9px 12px 6px 12px;
    border-bottom: 1px solid #e4e4e4;
    color: #029089;
    cursor: pointer;
    position: relative;
    margin: 0;
    /* background: #eee; */
    text-transform: none;
    line-height: 20px;
    border-left: 4px solid transparent;
    -webkit-transition: border-left 0.3s;
    -moz-transition: border-left 0.3s;
    -o-transition: border-left 0.3s;
    -ms-transition: border-left 0.3s;
    transition: border-left 0.3s;
}

ul.searchSkinObjectPreview > li:hover {
    background-color: #e8f1fa;
    color: #029089;
    border-left: 4px solid #029089;
}

ul.searchSkinObjectPreview > li > span {
    font-weight:400;
    font-size:16px;
    /* line-height: 1px; */
}

ul.searchSkinObjectPreview > li > span img.userpic {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 4px;
}

    ul.searchSkinObjectPreview > li > span > b {
        font-weight: bold;
        color: #000;
    }

ul.searchSkinObjectPreview > li p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2em;
    color: #999;
    font-style: italic;
    white-space: normal;
}

ul.searchSkinObjectPreview > li p b {
    color: #000;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
    padding: 9px 12px 7px 12px;
    font-weight: bold;
    color: #fff;
    /* border-bottom: 2px solid #fff; */
    cursor: inherit;
    background: #029089;
    /* line-height: 36px; */
    text-transform: uppercase;
    /* border-bottom: 4px solid; */
    /* text-align: center; */
    /* border-left: 0; */
    border-left: 4px solid #029089;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group:hover {
    /* background-color: #fff; */
    /* color: #000; */
}

ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
    display: inline;
    position: static;
    background: none;
    z-index: inherit;
    width: auto;
    height: auto;
    text-indent: inherit;
    float: none;
    font-weight: 400;
    font-size: 16px;
    color: #029089;
}

ul.searchSkinObjectPreview > li:hover > a.searchSkinObjectPreview_more {
    color: #029089;
}
