﻿/* Menú de búsqueda General en barra*/
@media only screen and (max-width : 590px) {
    .AreaBuscador > PanelFinderText {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        place-self: center;
        margin-top: 7px;
        margin-right: 7px;
        width: 100%;
    }
}

@media only screen and (min-width : 590px) {

    .AreaBuscador > PanelFinderText {
        display: flex;
        flex-direction: row;
        align-items: center;
        place-self: end;
        width: 100%;
    }
}

.margen-buscador {
    border-left: 2px solid rgb(0, 145, 220);
    border-top-color: rgb(0, 145, 220);
    border-right-color: rgb(0, 145, 220);
    border-bottom-color: rgb(0, 145, 220);
    height: 56px;
    background-color: #fff !important;
    padding-top: 12px;
}


/*opc 2*/
.Paginador {
    display: block;
    padding-left: 12px;
}

.AreaBuscador {
    /*display: flex;
    flex-direction: column;
    width: auto;*/
    display:list-item;
    flex-direction: column;
    width: 500px;
    height: 500px;

}

#PanelFounds{
    height:auto;
}

.panelPaginator {
    /*display: block !important;
    height: 48px;
    width: 100% !important;
    padding-top: 12px;
    border-radius: 0 0 8px 8px;*/
    display: block !important;
    padding-top: 12px;
    border-radius: 0 0 8px 8px;
    height: 48px;
    width: 100%;
}
    .AreaBuscador > PanelFinderText > FinderText {
        margin-left: 8px;
    }

    .AreaBuscador > PanelFinderText > Paginador > Etiquetas {
        width: 50%;
        text-align: end;
    }

        .AreaBuscador > PanelFinderText > Paginador > Etiquetas > label {
            display: inline-flex;
            height: 100%;
            align-items: center;
            font-size: 14px;
        }

        .AreaBuscador > PanelFinderText > Paginador > Etiquetas > Botones {
            flex-direction: row;
            width: 35px;
            cursor: pointer;
        }

.Botones > md-icon {
    cursor: pointer;
    margin-left: 7px;
    transform: rotate(270deg);
}

.BtnCancelar {
    /*font-size: 13px !important;
    border: 0;
    text-align: end;
    width: calc(100% - 180px);*/
    border: 2px;
    width: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    float: right;
    position: relative;
}

/*.AreaBuscador > PanelFounds {
    display: flex;
    flex-direction: column;
    width: 450px;
    place-self: end;
}*/


.ListaResultados {
    background-color: transparent;
    cursor: pointer;
}

    .ListaResultados > hr {
        border: 15px;
    }

.TituloResultado {
    width: 100% !important;
    max-width: 100% !important;
}

.TituloResultado > span {
    font-size: 14px;
    margin-left: 10px;
}

.SubtituloResultado {
}

    .SubtituloResultado > span {
        font-size: 10px;
        color: #a6a6a6;
        margin-left: 10px;
        height: auto !important;
        margin-top: 0px;
    }


/*Favoritos en index*/
.card-container {
    display: flex;
    flex-direction: row;
}

.card-text-container {
    display: flex;
    flex-direction: column;
}

.item1 {
    flex-grow: 3;
    cursor: pointer;
}

.item2 {
    flex-grow: 1;
    cursor: pointer;
}

.md-input-has-placeholder-finder {
    max-height: 80px !important;
}

.placeHolderBlack {
    width: 430px !important;
    height: 42px !important;
    padding: 8px !important;
    border-radius: 8px !important;
    margin-bottom: 10px;
}

.founded-container {
    padding: 0 0;
    margin-bottom: 8px;
    border-radius:15px;
    background-color: #eeeeee;
}

.icon-input-finder {
    position: absolute;
    right: 8px;
    top: 10px;
    color: lightgrey;
}

.icon-input-finder md-icon {
    color: lightgrey !important;
}