﻿#mapProgressLoadingIndicator {
    position: absolute;
    display: none;
    bottom: 3px;
    left: 0;
    height: 2px;
    background: rgba(0, 51, 102, 1);
    width: 0;
    transition: width 250ms;
    z-index: 17000;
}
