.uk-dropdown-small li {
    padding: 0px !important;
}

#lista_categorias .uk-dropdown-small.uk-dropdown-shown {
    top: 33px !important;
    left: 117px !important;
}

#map_search {
    height: 100% !important;
    overflow-y: auto !important;
}

.map_search_wrapper {
    height: 100%;
}

.map_search_list_wrapper > .md-card {
    height: 100% !important;
}

#map_search .md-list {
    height: calc(100% + 13px);
}

#map_search .md-card-content {
    height: calc(100% - 133px);
}

.caption_container {
    padding: 8px;
    min-height: 22px;
    z-index: 30000;
}

.file_container > .content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 15px;
}

.image_container {
    padding: 12px 0px;
    height: 100px;
    text-align: center !important;
    background: #dedede;
    cursor: pointer;
}

.image_container img {
    width: auto;
    height: 100%;
}

.file_actions {
    display: inline-block;
    position: relative;
    width: 25%;
    float: right;
    margin-top: -6px;
}

.file_actions > a {
    float: right;
}

.file_caption {
    display: inline-block;
    width: 75%;
}

.background_adjust {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.seleccion li:hover {
    cursor: pointer;
    background-color: rgba(153, 153, 153, 0.2);
}