﻿.blue {
    color: #367cfe;
}

div.fake-toggler-tools a span {
    font-size: 24px;
}

div.fake-toggler-tools a {
    font-size: 22px;
    text-decoration: none;
}

/*#region Toggler Tools */

.communitymaps-toggler-tools {
    position: fixed;
    right: 278px;
    top: 57px;
    cursor: pointer !important;
    z-index: 105;
}

    .communitymaps-toggler-tools.communitymaps-toggler-tools-collapsed {
        width: 90px;
        height: 37px;
    }

        /* if toggler is in collapsed state than hide the first/content div */
        .communitymaps-toggler-tools.communitymaps-toggler-tools-collapsed > div:nth-child(2) {
            display: none !important;
        }

    .communitymaps-toggler-tools.communitymaps-toggler-tools-expanded {
        width: 270px;
        height: 175px;
    }

.communitymaps-toggler-tools-top > div:first-child {
    height: 37px;
    text-align: center;
    line-height: 37px;
}

div.communitymaps-toggler-tools-top * {
    pointer-events: none;
}

.communitymaps-toggler-tools-bottom > div:last-child {
    height: 37px;
    text-align: center;
    line-height: 37px;
}

.communitymaps-toggler-tools-bottom > div:first-child {
    height: 99px;
    background-color: #f6f6f6;
    opacity: .7;
    text-align: center;
    /*line-height: 100px;*/
}

    .communitymaps-toggler-tools-bottom > div:first-child:hover {
        opacity: 1;
    }

.communitymaps-toggler-tools div > a:hover {
    color: #9ACD32;
}

.communitymaps-toggler-tools .communitymaps-toggler-tools-top div span.fas {
    font-weight: bold;
    font-size: 18px;
}

.communitymaps-toggler-tools-active {
    color: red !important;
}

/*#endregion */
