@charset "UTF-8";
/* CSS Document */

a.b-busqueda {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    display: block;
    padding: 5px;
}

a.b-busqueda:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.02)
}

.b-busqueda h4 {
    margin: 0;
}

.b-busqueda .b-rama {
    font-weight: normal !important;
    font-size: 0.9em;;
    font-style: italic;
    color: #666;
}

.b-busqueda .b-escenario::before {
    content: "\f041 ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 3px;
    width: 10px;
}

/*.b-busqueda .b-prueba::before{
	content: "\f091 ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 3px;
	width: 10px;
}*/

.b-busqueda .b-atleta::before {
    content: "\f2bc ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 3px;
    width: 10px;
}

.b-busqueda .b-sede {
    font-weight: 500;
    color: #666;
}

.b-busqueda .b-sede::after {
    content: ", "
}

a.b-busqueda > div:nth-child(3) {
    margin-left: 10px;
}

a.b-busqueda > div:nth-child(4) {
    margin-left: 20px;
}

a.b-busqueda > div {
    line-height: 16px;
    font-size: 13px;
}

a.b-busqueda h4 strong {
    margin-right: 5px;
    font-weight: normal;
    background-color: lemonchiffon;
}

.b-busqueda .b-organizacion img {
    width: 16px;
    height: 13px;
    margin-right: 3px;
    vertical-align: baseline;
}


/*
.selectize-dropdown, .selectize-dropdown-content{
    max-height: 80vh !important;
}

.selectize-dropdown-content{
    max-height: 100% !important;
    height: 100% !important;
}*/