﻿.fa-info-edit-download {
    float: right;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 20px;
    text-decoration: none;
    display: none;
}

.ui-draggable-dragging {
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 32%), 0 2px 10px 0 rgb(0 0 0 / 24%);
}

.bouton-selectionne {
    color: #2C85B5;
}


.optionCouche {
    padding-bottom: 5px;
}

.btnInterrogationCarte {
    float: right;
    margin-right: 5px;
    line-height: 2;
   
    cursor: pointer;
    vertical-align: top;
    font-size: 9px;
}

.btnLegende {
    float: right;
    margin-right: 5px;
    line-height: 2;
    color: rgb(5 142 217);
    cursor: pointer;
    vertical-align: top;
    font-size: 9px;
}

.btnLegende:hover {
    color: rgba(5,142, 2175,.9)
}

.optionCouche:hover .btnLegende {
    display: inline-block !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    margin-bottom: 50px !important;
}

.btn-outline-one {
    border-radius: 4px;
    color: #004346;
    border-color: #cecece;
}

    .btn-outline-one:hover {
        color: white;
        background-color: #058ED9;
        border-color: #058ED9;
    }

    .btn-outline-one:focus, .btn-outline-one.focus {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }

    .btn-outline-one.disabled, .btn-outline-one:disabled {
        color: #004346;
        background-color: transparent;
    }

    .btn-outline-one:not(:disabled):not(.disabled):active, .btn-outline-one:not(:disabled):not(.disabled).active,
    .show > .btn-outline-one.dropdown-toggle {
        color: #fff;
        background-color: #004346;
        border-color: #004346;
    }

        .btn-outline-one:not(:disabled):not(.disabled):active:focus, .btn-outline-one:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-one.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
        }
