﻿.menu-bg {
    display: none;
}

#barraSuperior {
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(226,226,226,1) 35%, rgba(210,210,210,1) 100%);
    height: auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #999 1px solid;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

#menuVersao {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-left: 5px;
}

    #menuVersao > .versao {
        font-size: 9px;
    }

.pnlBtnTopo {
    display: flex;
    gap: 20px;
}

#dataSincronizar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    #dataSincronizar > .middle {
        list-style: none;
    }

        #dataSincronizar > .middle > #btnSincronizar {
            padding: 4px 4px 4px 20px;
            background: #f7f7f7 url(../imgs/ico_sinc.png) no-repeat 4px 4px !important;
            color: #a3a3a3;
        }

#menuSuperiorBotoes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-right: 5px;
}

    #menuSuperiorBotoes > li {
    }

    #menuSuperiorBotoes input,
    #menuSuperiorBotoes a {
        color: #a3a3a3 !important;
        padding: 4px 4px 4px 20px;
        border: #ddd 1px solid !important;
    }

        #menuSuperiorBotoes input:hover, #menuSuperiorBotoes a:hover {
            color: #0e53bb !important;
            border: #999 1px solid !important;
        }

    #menuSuperiorBotoes a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }

#lblDataHora, #pnlLogado {
}

.btnHome {
    background: #f7f7f7 url(../imgs/ico_home.png) no-repeat 4px 4px !important;
}

.btnReportar {
    background: #f7f7f7 url(../imgs/reportar.png) no-repeat 4px 4px !important;
}

.btnConfiguracao {
    background: #f7f7f7 url(../imgs/ico_cfg.png) no-repeat 4px 4px !important;
}

.btnUsuarios {
    background: #f7f7f7 url(../imgs/ico_usr.png) no-repeat 4px 4px !important;
}

.btnSair {
    background: #f7f7f7 url(../imgs/ico_sair.png) no-repeat 4px 4px !important;
}

.btnApresentacao {
    background: #f7f7f7 url(../imgs/planilha.png) no-repeat 4px 4px !important;
}

@media (max-width: 1200px) {
    #barraSuperior {
        justify-content: space-around;
    }

    #menuVersao > #abreMenuPrincipal > #imgLogo {
        margin-right: 20px;
    }

    #menuVersao > .versao {
        display: none;
    }

    .pnlBtnTopo {
        gap: 1%;
    }

    #menuSuperiorBotoes {
        gap: 1.5px;
    }

    #cbxPesquisa {
    }

    #dataSincronizar > #lblDataHora {
        display: none;
    }

    #pnlLogado {
        display: none;
    }

    #cbxPesquisa {
        width: 100px;
    }
}
