+.ideditor .map-footer-bar {
+ pointer-events: all;
+ display: block;
+ height: 2.5em;
+ position: relative;
+}
+
+.ideditor .main-footer-wrap,
+.ideditor .flash-wrap {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-flex: 0;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -webkit-flex-flow: row nowrap;
+ -ms-flex-flow: row nowrap;
+ flex-flow: row nowrap;
+ -webkit-box-pack: justify;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ height: 100%;
+ position: absolute;
+ right: 0;
+ left: 0;
+}
+
+.ideditor .footer-show {
+ bottom: 0px;
+ -webkit-transition: bottom 75ms linear;
+ -o-transition: bottom 75ms linear;
+ transition: bottom 75ms linear;
+}
+
+.ideditor .footer-hide {
+ bottom: -100%;
+ -webkit-transition: bottom 75ms linear;
+ -o-transition: bottom 75ms linear;
+ transition: bottom 75ms linear;