﻿/*#enable-toolbar.active { position: fixed; bottom: 0; right: 0; width: 100%;height:300px;  overflow: visible; }*/
body.show-enable-toolbar #enable-toolbar { position: fixed; bottom: 0; right: 0; width: 100%; height: 300px; 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; }
body.show-enable-toolbar #enable-toolbar #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: 0 !important; top: initial !important; }
#enable-toolbar-buttons { opacity: 0; pointer-events: none; }
body.show-enable-toolbar #enable-toolbar #enable-toolbar-buttons { opacity: 1; pointer-events: all; }
#enable-toolbar-links.enable-toolbar-links-bottomline { opacity: 0; pointer-events: none; }
body.show-enable-toolbar #enable-toolbar #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; }
body.show-enable-toolbar #enable-toolbar #enable-toolbar-links.enable-toolbar-links-bottomline { width: 100%; overflow: visible; }

.enable-toolbar-notice-top { display: none !important; }

body.show-enable-toolbar { padding-bottom: 0 !important; }

@media only screen and (max-width : 1020px) {
    body.show-enable-toolbar #enable-toolbar { height: 100%; }
}
