﻿/*-------------------------------------------------*/
/*
    ./widgets/measure/css/styles.css
*/
/*-------------------------------------------------*/
#toolbarDiv {
    position: absolute;
    top: 230px;
    right: 16px;
    cursor: default;
    display: flex;
    flex-direction: column;
}

.esri-measurement {
    position: absolute;
    top: 2px;
    right: 46px;
}

.esri-widget--button {
    border: 1px solid silver;
    width: 40px;
    height: 40px;
}

    .esri-widget--button.active,
    .esri-widget--button.active:hover,
    .esri-widget--button.active:focus {
        cursor: default;
        background-color: #999696;
    }

        .esri-widget--button.active path,
        .esri-widget--button.active:hover path,
        .esri-widget--button.active:focus path {
            fill: #E4E4E4;
        }
