/*!
 * # Semantic UI 2.3.3 - Search
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.search {
    position: relative
}

.ui.search > .prompt {
    /*margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-shadow: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;
    transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease*/
}

.ui.search .prompt {
    /*border-radius: 500rem*/
}

.ui.search .prompt ~ .search.icon {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    font-size: 20px;
}

.ui.search > .results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    background: #fff;
    /*margin-top: .5em;*/
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    /*border: 1px solid #d4d4d5;*/
    z-index: 998
}

.ui.search > .results > :first-child {
    /*border-radius: .28571429rem .28571429rem 0 0*/
}

.ui.search > .results > :last-child {
    border-radius: 0 0 .28571429rem .28571429rem
}

.ui.search > .results .result {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 0.9em;
    /*padding: .85714286em 1.14285714em;*/
    padding: .55714286em 1.14285714em;
    color: rgba(0,0,0,.87);
    line-height: 1.33;
    /*border-bottom: 1px solid rgba(34,36,38,.1)*/
}

.ui.search > .results .result:last-child {
    border-bottom: none !important
}

.ui.search > .results .result .image {
    float: left;
    overflow: hidden;
    background: 0 0;
    min-width: 1.4em;
    height: 1.5em;
    border-radius: .25em;
    max-height: 5em;
}

.ui.search > .results .result .image img {
    display: block;
    width: auto;
    opacity:.5;
    /*height: 100%;*/
}

.ui.search > .results .result .image + .content {
    /*margin: 0 6em 0 0*/
    margin: 2px 0 0 2em;
}

.ui.search > .results .result .title {
    margin: -.14285714em 0 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,.85);
    display: inline;
}
.ui.search > .results .result .count {
    margin-left: 10px;
}

.ui.search > .results .result .description {
    margin-top: 0;
    font-size: .92857143em;
    color: rgba(0,0,0,.4)
}

.ui.search > .results .result .price {
    float: right;
    color: #21ba45
}

.ui.search > .results > .message {
    padding: 1em 1em
}

.ui.search > .results > .message .header {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(0,0,0,.87)
}

.ui.search > .results > .message .description {
    margin-top: .25rem;
    font-size: 1em;
    color: rgba(0,0,0,.87)
}

.ui.search > .results > .action {
    display: block;
    border-top: none;
    background: #f3f4f5;
    padding: .92857143em 1em;
    border-top: 1px solid #f1f1f1;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    color: #415abb!important;
}

.ui.search > .prompt:focus {
    /*border-color: #fff; /*rgba(34,36,38,.35);*/*/
    background: #fff;
    color: rgba(0,0,0,.95)
}

.ui.loading.search > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1);
    z-index: 2;
}

.ui.loading.search > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    z-index:2;
}

.ui.loading.search.input img.search-icon{
    display:none;
}

.ui.search.input i.icon.loading {
    display: none;
}
.ui.loading.search.input i.icon.loading {
    display: block;
}


.ui.category.search > .results .category .result:hover, .ui.search > .results .result:hover {
    text-decoration: none;
    background-color: #dfecfd;
    color: rgba(0,0,0,.85);
}

.ui.search > .results .result:hover .image img {
    opacity:1;
}

.ui.search > .results .result:hover .description {
    color: rgba(0, 0, 0, 0.55);
}

.ui.search > .results .result:hover .content .title {
    color: rgb(0, 0, 0);
}

.ui.search > .results .result:hover .content .title .matched, .ui.search > .results .result:hover .content .title em {
    color: black
}

.ui.search > .results .result .content .title .matched,
.ui.search > .results .result .content em{
    background: yellow;
    font-weight: bold;
    font-style: normal;
}

.ui.search .action:hover {
    background: #e0e0e0
}

.ui.category.search > .results .category.active {
    background: #f3f4f5
}

.ui.category.search > .results .category.active > .name {
    color: rgba(0,0,0,.87)
}

.ui.category.search > .results .category .result.active, .ui.search > .results .result.active {
    position: relative;
    border-left-color: rgba(34,36,38,.1);
    background: #f3f4f5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.search > .results .result.active .title {
    color: rgba(0,0,0,.85)
}

.ui.search > .results .result.active .description {
    color: rgba(0,0,0,.85)
}

.ui.disabled.search {
    cursor: default;
    pointer-events: none;
    opacity: .45
}

.ui.search.selection .prompt {
    border-radius: .28571429rem
}

.ui.search.selection > .icon.input > .remove.icon {
    pointer-events: none;
    position: absolute;
    left: auto;
    opacity: 0;
    color: '';
    top: 0;
    right: 0;
    -webkit-transition: color .1s ease,opacity .1s ease;
    transition: color .1s ease,opacity .1s ease
}

.ui.search.selection > .icon.input > .active.remove.icon {
    cursor: pointer;
    opacity: .8;
    pointer-events: auto
}

.ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
    right: 1.85714em
}

.ui.search.selection > .icon.input > .remove.icon:hover {
    opacity: 1;
    color: #db2828
}

.ui.category.search .results {
    width: 28em
}

    .ui.category.search .results.animating, .ui.category.search .results.visible {
        display: table
    }

.ui.category.search > .results .category {
    display: table-row;
    background: #f3f4f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background .1s ease,border-color .1s ease;
    transition: background .1s ease,border-color .1s ease
}

.ui.category.search > .results .category:last-child {
    border-bottom: none
}

.ui.category.search > .results .category:first-child .name + .result {
    border-radius: 0 .28571429rem 0 0
}

.ui.category.search > .results .category:last-child .result:last-child {
    border-radius: 0 0 .28571429rem 0
}

.ui.category.search > .results .category > .name {
    display: table-cell;
    text-overflow: ellipsis;
    width: 100px;
    white-space: nowrap;
    background: 0 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: .4em 1em;
    font-weight: 700;
    color: rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(34,36,38,.1)
}

.ui.category.search > .results .category .results {
    display: table-cell;
    background: #fff;
    border-left: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid rgba(34,36,38,.1)
}

.ui.category.search > .results .category .result {
    border-bottom: 1px solid rgba(34,36,38,.1);
    -webkit-transition: background .1s ease,border-color .1s ease;
    transition: background .1s ease,border-color .1s ease;
    padding: .85714286em 1.14285714em
}

.ui[class*="left aligned"].search > .results {
    right: auto;
    left: 0
}

.ui[class*="right aligned"].search > .results {
    right: 0;
    left: auto
}

.ui.fluid.search .results {
    width: 100%
}

.ui.mini.search {
    font-size: .78571429em
}

.ui.small.search {
    font-size: .92857143em
}

.ui.search {
    font-size: 1em
}

.ui.large.search {
    font-size: 1.14285714em
}

.ui.big.search {
    font-size: 1.28571429em
}

.ui.huge.search {
    font-size: 1.42857143em
}
/*Nuevo*/
.searchfacets {
    position: relative;
    width: 90%;
}
.searchfacets input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #658494;
    padding: 3px 5px;
    margin-top: 5px;
}
.searchfacets i.icon.loading {
    position: absolute;
    right: 0px;
    bottom: 7px;
}
.searchfacets .results {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #dadada;
    border-radius: 3px !important;
    font-size: 13px;
    border-top: 0;
}
.searchfacets .results .result {
    background-color: #fff;
    border-top: none;
    padding: 5px 6px!important;
    font-size: 13px!important;
}
.searchfacets .message.empty {
    background: #fff;
    padding: 5px!important;
}
.searchfacets .message.empty .description {
    color: #a6aaaf!important;
}
/*fin nuevo*/


.ui.massive.search {
    font-size: 1.71428571em
}

@media only screen and (max-width:767px) {
    .ui.search .results {
        max-width: calc(100vw - 2rem)
    }
}

/*--------------
    Loading
---------------*/

i.icon.loading {
    height: 1em;
    line-height: 1;
    -webkit-animation: icon-loading 2s linear infinite;
    animation: icon-loading 2s linear infinite;
    margin-left: 12px;
    margin-right: 12.5px;
}

@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}