﻿.container_la {
    right: 0;
    bottom: 99.5%;
    top: initial;
    width: 215px;
    background-color: white;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    box-shadow: 5px 5px #888888;
    z-index: 1501;
    transition: all 0.7s ease-in-out;
}

.title_la {
    width: 100%;
    line-height: 300%;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: 600;
}

.container_la:hover {
    transform: translateY(95.6%);
}

.container_la a:hover {
    font-size: 12px;
    color: black;
    
}

.dx-list-item-content:hover {
    background-color: #337ab7;
    color: white;
}

a.item_la:hover {
    cursor: pointer;
    color: white;
}
