﻿.scheme_original .copyright_wrap_inner {
    background-color: #ffffff !important;
}
.copyright3 {
    color: #808080 !important;
    font-weight: 600 !important;
    /*float: right !important;*/
}
a.geowix-logo {
    color: #ff617d !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.copyright_style_text {
    text-align: center !important;
    border-top: #d6d6d6 solid 1px !important;
    padding-top: 9px !important;
}


.checkbox {
    width: 100%;
    margin: 5px auto;
    position: relative;
    display: block;
}

    .checkbox input[type="checkbox"] {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
        margin-left: -20px;
    }

    .checkbox label {
        position: relative;
    }

        .checkbox label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 4px;
            width: 22px;
            height: 22px;
            transition: transform 0.28s ease;
            border-radius: 3px;
            border: 2px solid #ff617d;
        }

        .checkbox label:after {
            content: '';
            display: block;
            width: 10px;
            height: 5px;
            border-bottom: 2px solid #ff617d;
            border-left: 2px solid #ff617d;
            -webkit-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
            transition: transform ease 0.25s;
            will-change: transform;
            position: absolute;
            top: 12px;
            left: 10px;
        }

    .checkbox input[type="checkbox"]:checked ~ label::before {
        color: #ff617d;
    }

    .checkbox input[type="checkbox"]:checked ~ label::after {
        -webkit-transform: rotate(-45deg) scale(1);
        transform: rotate(-45deg) scale(1);
    }

    .checkbox label {
        min-height: 34px;
        display: block;
        padding-left: 40px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        vertical-align: sub;
    }

        .checkbox label span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: 0;
    }



.gm-fullscreen-control {
    border: 0px !important;
    margin: 10px !important;
    padding: 0px !important;
    text-transform: none !important;
    appearance: none !important;
    position: absolute !important;
    cursor: pointer !important;
    user-select: none !important;
    border-radius: 2px !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px !important;
    overflow: hidden !important;
    bottom: 0px !important;
    right: 0px !important;
}

.gm-control-active > img:nth-child(1) {
    display: block;
}

.map_model img {
    max-width: none !important;
}

.gm-control-active > img {
    box-sizing: content-box;
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.gw-modal-content-full-screen {
    width: 99% !important;
}
.gw-modal-full-screen {
    padding-top: 5px !important;
}