.thumbnail {
    position: relative;
    z-index: 0;
}
.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}
.thumbnail span {
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img {
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span {
    visibility: visible;
    top: 0;
    left: 60px;
}
.tooltip {
    background-color: #eae9d4;
    padding: 6px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    display: none;
}
.tooltip-inner {
    background-color: transparent;
    max-width: none;
}
.enlarge {
    cursor: pointer;
}
.type_container.active{
    background: orange;
    color: #fff;
}
.type_container{
    text-align: center;
    background: #efefef;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}
.fb-navbar{
    background-color: #3b5998;
    border-bottom: 1px solid #29487d;
    height: 43px;
    padding: 5px;
}
.form-control{
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.form-control-feedback{
    pointer-events: auto;
    border: 0;
}
.custom_fields{
    list-style: none;
}
#floating-panel{
    position: absolute;
    right: 20px;
    top: 8px;
}
#map{
    position: relative;
}