| | |
| | | } |
| | | |
| | | .map-tool-box { |
| | | position: absolute; |
| | | position: relative; |
| | | left: 1px; |
| | | top: 10px; |
| | | z-index: 1000px; |
| | |
| | | } |
| | | |
| | | .map-factor-selector { |
| | | /* background-color: rgb(223, 223, 223); */ |
| | | position: absolute; |
| | | left: 1px; |
| | | /* left: 10px; */ |
| | | top: 120px; |
| | | top: 41px; |
| | | z-index: 100px; |
| | | /* display: flex; |
| | | align-items: flex-start; |
| | | flex-wrap: wrap-reverse; |
| | | flex-direction: column; */ |
| | | /* background-color: #ffffffb0; */ |
| | | /* min-height: 200px; */ |
| | | /* max-height: 50vh; */ |
| | | } |
| | | |
| | | .factorbox { |
| | |
| | | /* color: #009414; */ |
| | | } |
| | | |
| | | .map-date-selector { |
| | | position: absolute; |
| | | left: 0; |
| | | right: 0; |
| | | top: 70px; |
| | | padding: 0 4px; |
| | | /* background-color: #ffffffb0; */ |
| | | /* color: ffffffbd; */ |
| | | } |
| | | |
| | | |
| | | .map-animation-status { |
| | | position: absolute; |
| | |
| | | right: 0; |
| | | top: 0; |
| | | z-index: 1000px; |
| | | } |
| | | |
| | | .map-mode-change { |
| | | position: absolute; |
| | | left: 10px; |
| | | top: 80px; |
| | | z-index: 1000px; |
| | | padding: 1px; |
| | | font-size: 1rem; |
| | | font-weight: 900; |
| | | /* background-color: #ffffffad; */ |
| | | } |
| | | |
| | | .map-mode-change a:hover { |
| | | color: antiquewhite; |
| | | } |
| | | |
| | | .map-mode-change .mode-btn { |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .map-mode-change .btn-selected { |
| | | color: #ffffff; |
| | | padding: 4px 16px; |
| | | cursor: pointer; |
| | | border: 2px solid var(--border-color); |
| | | background-color: #23dad1; |
| | | transform: skew(-30deg); |
| | | text-decoration: none; |
| | | /* -moz-border-radius: 6px; Old Firefox */ |
| | | /* box-shadow: 5px 0px 2.5px #888888; */ |
| | | } |
| | | |
| | | .map-mode-change .btn-selected div { |
| | | transform: skew(30deg); |
| | | } |
| | | |
| | | .map-mode-change .btn-unselected { |
| | | color: #5555557e; |
| | | padding: 4px 16px; |
| | | cursor: pointer; |
| | | background-color: #ffffff; |
| | | border: 2px solid #00000015; |
| | | transform: skew(-30deg); |
| | | text-decoration: none; |
| | | /* -moz-border-radius: 6px; Old Firefox */ |
| | | /* box-shadow: 5px 0px 2.5px #888888; */ |
| | | } |
| | | |
| | | .map-mode-change .btn-unselected div { |
| | | transform: skew(30deg); |
| | | } |
| | | |
| | | .map-date-selector .label-date { |
| | | display: box; |
| | | display: -webkit-box; |
| | | /* OLD - iOS 6-, Safari 3.1-6 */ |
| | | display: -moz-box; |
| | | /* OLD - Firefox 19- (buggy but mostly works) */ |
| | | display: -ms-flexbox; |
| | | /* TWEENER - IE 10 */ |
| | | display: -webkit-flex; |
| | | /* NEW - Chrome */ |
| | | display: flex; |
| | | align-items: center; |
| | | -webkit-align-items: center; |
| | | box-align: center; |
| | | -moz-box-align: center; |
| | | -webkit-box-align: center; |
| | | /* margin-left: 0.5rem; */ |
| | | /* margin-top: 0.8rem; */ |
| | | /* background: #d14646; */ |
| | | height: auto; |
| | | } |
| | | |
| | | .map-date-selector .label-date .label-date-title { |
| | | /* margin-right: 15px; */ |
| | | /* color: #000000; */ |
| | | font-size: 1rem; |
| | | line-height: 1.11rem; |
| | | } |
| | | |
| | | .map-legend { |