.mdl-layout__header, .mdl-layout__drawer .mdl-navigation .mdl-navigation__link, .mdl-layout__header, .mdl-layout__header-row .mdl-navigation__link {
    color: #99A6B5;
}

.mdl-layout__drawer-button {
    color: #99A6B5 !important;
}

.mdl-navigation__link {
    cursor: pointer;
    opacity: 1 !important;
    border-radius: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #topNav>.mdl-navigation__link {
        height: 100%;
    }
    #leftNav>.mdl-navigation__link {
        overflow: hidden;
        height: 67px;
    }
}

#topMenuTitle{margin-left:-15px;
    text-transform: capitalize;
    font-size: 11px;
}


@media screen and (max-width: 1024px) {
    .mdl-layout__header-row .mdl-navigation {
        right: 15px;
        position: absolute;
    }
}

#topNavTools {
    position: absolute;
    right: 20px;
    top:0px;
}

.mdl-menu__item {
    color: #99A6B5 !important;
}

.mdl-layout__header {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

.mdl-navigation__link > .svg {
    width: 24px;
    margin-right: 8px;
}

.mdl-menu__item > .svg {
    width: 15px;
    margin-right: 8px;
}

.mdl-layout__drawer > .svg {
    width: 35px;
    margin-right: 20px;
}

.mdl-navigation__link svg {
    pointer-events: none;
}

#titleLogo {
    background-image: url(../assets/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    margin-right: 6px;
    display: inline-block;
}

#titleVertex {
    background-image: url(../assets/vertex.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
}

#navLogo {
    background-image: url(../assets/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 20px;
    display: inline-block;
}

#navigationIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    min-width: 100%;
    *width: 100%;
    height: 1px;
    min-height: 100%;
    *height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

#topBar {
    position: relative;
}

#copyright {
    position: absolute;
    bottom: 2px;
    opacity: 0;
    line-height: 12px;
    right: 2px;
    font-size: 10px;
    text-align: right;
}

#langButton {
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
    padding: 6px;
    margin-right: 10px;
    margin-left: 10px;
}

#musicButton {
    margin-right: 10px;
    margin-left: 10px;
}

#fullscreenButton {
    margin-right: 10px;
    margin-left: 10px;
}

#infoButton {
    margin-right: 10px;
    margin-left: 10px;
}
@media screen and (max-width: 425px) {

    #appTitle {
        display: none !important;
    }
}

@media screen and (max-width: 510px) {
    #logoClient {
        display: none !important;
    }
    #btnInterest {
        font-size: 10px !important;
    }
}