/*******************************************************************************
* COPYRIGHT (C) 726 TECHNOLOGY INC, 2017 - 2024            ALL RIGHTS RESERVED *
*******************************************************************************/
/* Button Bank CSS */
.ButtonBank { width: 100% }
.ButtonBank.centered { text-align: center; }
.ButtonRow { display: flex; justify-content: space-around; }
.ButtonRow:first-child { margin-bottom: 4vh; }
.ButtonBlock3 { width: 33%; text-align: center; }
.ButtonImgSVG { height: 11vh; width: 11vh; margin-top: 1vh; opacity: 0.6; transition: opacity 0.5s; }
.ButtonImgSVG.compact { height: 8vh; width: 8vh; }
.ButtonImgSVG.small { height: 4vh; width: 4vh; }
@media screen and (min-width: 1100px) and (orientation: landscape) {
    .ButtonImgSVG { height: 12vh; width: 12vh; }
    .ButtonImgSVG.compact { height: 12vh; width: 12vh; }
    .ButtonImgSVG.small { height: 6vh; width: 6vh; }
}
.ButtonImgSVG.disabled { opacity: 0.2; }
.ButtonImgSVG.dented { opacity: 0.4; }
@media screen and (min-width: 1100px) and (orientation: landscape) {
    .ButtonImgSVG:not(.disabled):hover { opacity: 1.0; }
    .ButtonImgSVG.clickable:not(.disabled):hover { cursor: pointer; }
}
.ButtonLabel { font-size: 1.5vh; font-family: monospace; color: #fff; }