﻿.mapsindoors.floor-selector {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    top: 206px!important;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}

    .mapsindoors.floor-selector a {
        position: relative;
        display: block;
        float: none;
        padding: 3px 0px;
        margin-top: -1px;
        line-height: 200%;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        background: #fff;
        z-index: 0;
        width: 40px;
    }

        .mapsindoors.floor-selector a:hover {
            background: #e0e0e0;
            border-color: #999;
            z-index: 2;
        }

        .mapsindoors.floor-selector a.active {
            background: #ddd;
            border-color: #00b1ff;
            z-index: 2;
        }

        .mapsindoors.floor-selector a:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .mapsindoors.floor-selector a:first-child:not(:last-child) {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .mapsindoors.floor-selector a:last-child:not(:first-child) {
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 0;
        }
        .admin-floor-selector {
            right: 14px!important;
        }