﻿#enable-toolbar.active { position: fixed; top: 0; right: 0; width: 100%; height: 100%; overflow: visible; }
#enable-toolbar #enable-toolbar-content { position: absolute !important; width: 0; right: initial !important; height: 0; -webkit-transform: translateY(0) !important; -ms-transform: translateY(0) !important; transform: translateY(0) !important; background: transparent !important; border-bottom: none !important; padding: 0; }
#enable-toolbar.active #enable-toolbar-content { width: 100%; height: 100%; right: 0 !important; background: linear-gradient(180deg,rgba(7,51,75,.7) 0,#000) !important; border-bottom: 4px solid #368ec4 !important; bottom:initial !important; top: 0 !important;}
#enable-toolbar-buttons { opacity: 0; pointer-events: none; }
#enable-toolbar.active #enable-toolbar-buttons { opacity: 1; pointer-events: all; }
#enable-toolbar-links.enable-toolbar-links-bottomline { opacity: 0; pointer-events: none; }
#enable-toolbar.active #enable-toolbar-links.enable-toolbar-links-bottomline { opacity: 1; pointer-events: all; }
#enable-toolbar-trigger { top: initial !important; -webkit-transform: translateY(0) !important; -ms-transform: translateY(0) !important; transform: translateY(0) !important; overflow: hidden !important; left: 5px !important; right: initial !important; }
#enable-toolbar-links.enable-toolbar-links-bottomline { width: 0; overflow: hidden; }
#enable-toolbar.active #enable-toolbar-links.enable-toolbar-links-bottomline { width: 100%; overflow: visible; }

.enable-toolbar-notice-top { display:none !important;}