#footer-menu,
#footer-menu.tmtl-app-footer{
    background-color:#f0f0f0;
    border-top:1px solid #d0d0d0;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    z-index:9999;
    box-shadow:0 -2px 6px rgba(0,0,0,.06);
}
#footer-menu .footer ul{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
}
#footer-menu .footer ul li{
    flex:1;
    margin:0;
    border-left:1px solid #d4d4d4;
    min-height:58px;
}
#footer-menu .footer ul li:first-child{
    border-left:none;
}
#footer-menu .footer ul li a,
#footer-menu .footer ul li a.footer-menu-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:8px 4px;
    height:100%;
    box-sizing:border-box;
}
#footer-menu .footer ul li a img{
    width:28px;
    height:28px;
    object-fit:contain;
    margin-bottom:4px;
    display:block;
}
#footer-menu .footer ul li a span{
    font-size:8px;
    color:#004694;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.02em;
    line-height:1.1;
    text-align:center;
}
#footer-menu .footer ul li a.is-active span{
    color:#85b037;
}
body.page-template-pageapp,
body.tmtl-has-app-footer{
    padding-bottom:62px !important;
}
#menu2{
    display:none !important;
}

.tmtl-scanner-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10060;
	background: rgba(0, 0, 0, 0.75);
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.tmtl-scanner-overlay .tmtl-scanner-panel {
	position: relative;
	width: 100%;
	max-width: 340px;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
}

.tmtl-scanner-overlay .tmtl-scanner-close {
	position: absolute;
	top: 4px;
	right: 8px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #004694;
	cursor: pointer;
	z-index: 2;
	padding: 4px;
}

.tmtl-scanner-overlay .tmtl-scanner-viewport {
	min-height: 280px;
	width: 100%;
}

#footer-menu .footer-menu-lector.is-active span {
	color: #004694;
}
