footer { height: 28px; } .display-none { display: none; } .btn-cell { cursor: pointer; height: 22px; margin-left: 3px; width: 10px; } .div-backdrop { opacity:0.5; background-color: white; } .div-cell { display: flex; } .div-modal { display:none; position:fixed; left:50%; transform:translateX(-50%); width:500px; max-width:500px; z-index: 1100; } .div-modal-lg { display:none; position:fixed; left:50%; transform:translateX(-50%); width:800px; max-width:800px; z-index: 1100; } .div-popover { z-index: 1150; max-width: 40%; } .div-spinner { display:none; z-index: 1200; } .popover-body { max-height: 80vh; overflow-y: auto; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .grid-event { position: relative; min-height: 10vh; height: 30vh; overflow: hidden; resize: vertical; } .grid-am { position: relative; flex-grow: 1; overflow: hidden; } .grid-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; } .help-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .max-element { height: 100%; width: 100%; } .max-height { height: 100%; } .max-width { width: 100%; } .toast-color-box { height:20px; width:20px; } .toast-body-shade { background-color: rgba(215,215,215,.85); } .value-cell { flex: 1; overflow: hidden; text-overflow: ellipsis; }