.emtel-mapChooser-container{
    background-color:#ccc;
    bottom: 0;
    right: 0;
    margin-bottom: 30px!important;
    margin-right: 10px;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    height: 75px;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: width 0.4s,height 0.4s,opacity 0.6s ease-in,margin-bottom 0.4s;
    width: 75px;
    z-index: 7;
}
.emtel-mapChooser{
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-color: #4d4d4d;
}
.emtel-mapChooser-image{
    width: 128px; 
    height: 128px; 
    z-index: 2; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    transform-origin: left top 0px; 
}
.emtel-mapChooser-label{
    cursor: pointer;
    color:white;
    font-size: 11px;
    position: absolute;
    line-height: normal;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    height: 15px;
    text-shadow: rgba(0,0,0,0.7) 0px 1px 8px;
    text-align: center;"
    z-index: 3; 
}
