.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;
}

i .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;
    padding: 0 16px 0 16px !important;
}

#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: 1024px) {
    #infoButton {
        margin-right: 0px;
        margin-left: 0px;
    }
}

#logoClient {
    width: 150px;
}

#logoClient img {
    width: 90%;
}

.mdl-layout__drawer-buttonoff {
    background: #0bbb37;
    color: #fff;
    border: 1px solid #0bbb37;
    font-size: 1rem;
    box-shadow: 0 0 0 0 rgba(88, 243, 109, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 216, 87, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}

.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
    display: flex !important;
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button {
    display: none !important;
}

@media screen and (max-width: 1024px) and (min-height: 451px) {
    .mdl-layout__header-row .mdl-navigation__link {
        height: 56px !important;
    }
    .mdl-layout__header-row .mdl-navigation {
        right: 15px;
        position: absolute;
    }
}

@media screen and (max-width: 1024px) and (max-height: 450px) {
    .mdl-layout__header-row .mdl-navigation {
        position: absolute;
    }
}


@media screen and ((max-width: 820px) and (min-height: 451px)) {


    .mdl-layout__header-row .mdl-navigation__link {
        width: 45px;
    }
    .mdl-navigation__link>.svg {
        margin-right: 0px;
    }
}

@media screen and ((max-width: 820px) or (max-height: 450px)) {
    .mdl-navigation__link>.svg {
        margin-right: 0px;
    }
    .mdl-layout .mdl-layout__header-row .mdl-navigation__link {
        font-size: 0px;
    }

    #topNavTools {
        right: 0px;
    }

    /*#topBar {
        padding: 0 65px 0 16px !important;
    }*/

    .mdl-layout__header-row .mdl-navigation__link {
        line-height: 56px;
        padding: 0 0px;
        min-width: auto;
    }

    #infoButton {
        display: none;
    }
}

@media screen and (max-height: 450px) {

    .mdl-layout .mdl-layout__header-row .mdl-navigation__link {
        height: 50px !important;
    }
    #navigationIframe {
        left: 56px;
        min-width: calc(100% - 56px);
        *width: calc(100% - 56px);
    }

    #topNav {
        height: 100%;
        margin: auto;
        position: absolute;
    }

    #topBar {
        height: 100% !important;
        padding: 0 0 0 0 !important;
    }

    #topNavTools {
        right: 0px;
        position: absolute;
        height: 56px;
        margin-left: 10px;
        bottom: 0px;
    }

    /*.mdl-layout__header {
        height: 0px !important;
        min-height: auto !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }*/
    .mdl-layout__header {
        width: 56px;
        position: absolute;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        height: 100%;
    }
}
@media screen and (max-width: 389px) {
    #logoClient
    {
        display: none !important;
    }
}
@media screen and (max-height: 450px) {
    #logoClient
    {
        display: none !important;
    }
}

.mdl-layout__header
{
    background-color: rgb(47 47 47) !important;
}