button.btn.control,.control button.btn {
    border:1px solid black;
}

div[name="filters"] {
    margin-left:0 !important;
}
div[name="filters"] button {
    width: auto !important;
}

div[name="filters"] button[name="category_filter_button"] {
    border-radius:0 !important;
}
div[name="filters"] button[name="time_filter_button"] {
    border-radius:0 25px 25px 0 !important;
    margin-left:-5px;
}

button[name="do_unfilter_button"] {
    height:34px !important;
    width:34px !important;
    padding:5px 5px 5px 3px !important;
}

button[name="do_unfilter_button"] div{
    width:24px !important;
    height:24px !important;
    background: url('images/eye.png') no-repeat center;
    background-size: contain;
}

#my_position {
    top:90px;
    bottom:auto;
    height:34px;
    width:34px;
    padding:5px !important;
}

#my_position div {
    width:22px !important;
    height:22px !important;
    background: url('images/arrow.png') no-repeat center;
    background-size: contain;
}


#btn_list {
    bottom:110px !important;
    height:34px;
    width:34px;
    padding:5px !important;
}

#btn_list div{
    height:18px !important;
}

#all_messages {
    bottom:70px !important;
    height:34px;
    width:34px;
    padding:5px !important;
}

#all_messages div{
    width:22px !important;
    height:22px !important;
    background: url('images/envelope.png') no-repeat center;
    background-size: contain;
}


button[name="searchAddressButton"] div{
    height: 22px !important;
    width: 22px !important;
    background: url('images/search.png') no-repeat center;
}

#btn_new_marker {
    transform: translate(0, -50%);
    position: fixed;
    top:50%;
    right:0;
    height: 34px;
    padding: 5px;
    font-size: 14px;
    width: 50px;
}

#zoomin {
    top:10px;
    bottom:auto;
    height:34px;
    width:34px;
    padding:5px !important;
}

#zoomout {
    top:50px;
    bottom:auto;
    height:34px;
    width:34px;
    padding:5px !important;
}

#fit_all_button {
    height:34px;
    width:90px;
    padding:3px 5px 5px 15px !important;
}
#fit_all_button span.glyphicon{
    display:none;
}

#login_logout button{
    border-radius: 0 25px 25px 0 !important;
    margin-left: -5px;
    margin-bottom:5px;
}

