#AppFooter_Global footer {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
    height: 70px;
    line-height: 70px;
    padding: 0px 10px;
    /*border-top: 1px solid #DDDDDD;
    background: #FFFFFF;*/
    text-align: center;
    z-index: 1000;
}

#AppFooter_Global footer .buttons {
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;        
}
#AppFooter_Global footer .buttons.wide {
    grid-template-columns: 1fr;        
}
#AppFooter_Global footer .buttons .center {
    flex: 1;
}
footer .buttons > div {
    /*min-width: 42px;
    width: 33%;*/
}
#AppFooter_Global footer .buttons.wide .icon {
    margin-left: -5px;
    margin-right: -5px;
}


#AppFooter_Global .footer { /* APP FOOTER */
    background: #EDEDED;
    height: 70px;
}

#AppFooter_Global .footer a.global {
    min-width: 60px;
}

#AppFooter_Global .footer a.global img.active {
    display: none;
}
#AppFooter_Global .footer a.global img.inactive {
    display: inline;
}
#AppFooter_Global .footer a.global.active img.active {
    display: inline;
}
#AppFooter_Global .footer a.global.active img.inactive {
    display: none;
}

footer .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    line-height: initial;
}

footer .icon.indent {
    margin-left: 30px;
}

footer .icon > span {
    display: flex;
    align-items: center;
}


footer .arrow {
    width: 18px;
}

/*
footer .icon img, footer .icon svg {
    width: 100%;
}
*/

footer .imagebg {
    display: inline-block;
    text-align: center;
}
footer .imagebg img, footer .imagebg svg {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#AppFooter_Global_All {
    text-align: center;
}
#AppPanelLeftMenu #AppFooter_Global_All {
    text-align: left;
}

#AppPanelLeftMenu #AppFooter_Global_All a {
    display: flex;
}

#AppPanelLeftMenu #AppFooter_Global_All .title {
    flex: 1;
}

footer .icon .title {
    font-size: 12px;
    font-weight: bold;    
    text-transform: uppercase;
}

#AppFooter_Global footer .icon .title {
    display: none;
}

#AppFooter_Global footer .icon .arrow {
    display: none;
}

#AppPanelLeftMenu a {
    display: block;
    background: #FFFFFF;
    color: #29282b;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#AppPanelLeftMenu a.active {
    background: #D61317;
    color: #FFFFFF;
}
#AppPanelLeftMenu footer .imagebg {
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px;
    background: #f6f3fa;
}



#AppPanelLeftMenu a .image .fill {
    fill: #29282b;
}
#AppPanelLeftMenu a .image .stroke {
    stroke: #29282b;
}
#AppPanelLeftMenu a.active .image .fill {
    fill: #D61317;
}
#AppPanelLeftMenu a.active .image .stroke {
    stroke: #D61317;
}
#AppPanelLeftMenu a .arrow .fill {
    fill: #D61317;
}
#AppPanelLeftMenu a .arrow .stroke {
    stroke: #D61317;
}
#AppPanelLeftMenu a.active .arrow .fill {
    fill: #FFFFFF;
}
#AppPanelLeftMenu a.active .arrow .stroke {
    stroke: #FFFFFF;
}



#AppFooter_Global a svg .fill {
    fill: #000000;
}
#AppFooter_Global a svg .stroke {
    stroke: #000000;
}

#AppFooter_Global .buttons {
    text-align: left;
}

#AppFooter_Global footer .buttons.wide .icon {
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
}
#AppFooter_Global footer .buttons.wide .icon.active  {
    opacity: 1;
}

#AppFooter_Global footer .image {
    width: 30px;
}
