.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 55px;
    width: 100%;
    font-size: 0.8em;
    z-index: 2;
}
.footer .z-hlayout-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer .z-hlayout-inner .footer__item {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.footer .z-hlayout-inner .footer__item img {
    height: 24px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}
.footer .z-hlayout-inner .footer__item:hover {
    background-color: lightblue;
}
.footer .z-hlayout-inner .footer__item:disabled {
    color: lightgray;
}
.footer .z-hlayout-inner .footer__item:disabled img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
@media only screen and (orientation: landscape) and (max-height: 160px) {
    .footer {
        display: none;
    }
}




/*new styles*/

.footer .z-button{
    color:#037660;
    font-size: 12px;
    box-shadow: none;
}

.footer {
    background-color: #F0F6F5 !important;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
    height: 60px;
}