body {
    font-family: 'Roboto', sans-serif, serif;
}

#cabecalho {
    margin-top: 5px;
    margin-bottom: 20px;
}

#versao {
    font-size: 0.6em;
    color: #3B4293;
}

#titulo_principal {
    font-size: 0.8em;
    color: 	#3B4293;
}

@media only screen and (min-width: 500px) {
    #titulo_principal {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 768px) {
    #titulo_principal {
        font-size: 2.5em;
    }
}

#divAcesso {
    margin-top: 100px;
    border: solid;
    border-width: 4px 1px 1px 1px;
    border-color: #3B4293;
    padding: 20px 5px 10px 5px;
}

#tituloAcesso {
    margin-bottom: 30px;
}

.addon {
    margin-left: 20px;
    width: 40px;
}

.acesso {
    margin-right: 20px;
}

#barraHorizontal {
    margin-top: 30px;
    margin-bottom: 20px;
}

#esqueciSenha {
    font-size: 0.9em;
}

#msgErro {
    background-color: orange;
    font-size: 0.9em;
}

#msgSucesso {
    background-color: lightgreen;
    font-size: 0.9em;
}

#menu {
    border-bottom: solid;
    border-bottom-color: #3B4293;
    border-bottom-width: 1px;
}

.botaomenu {
    color: #3B4293;
}

.botaomenu:hover {
    color: #3B4293;
}

.listamenu {
    margin: 0;
    padding: 0;
    text-align: left;
    box-shadow: 3px 3px 3px grey;
}

.itemmenu {
    list-style-type: none;
}

.itemmenu a {
    text-decoration: none;
    color: #3B4293;
    padding: 2px;
    margin-bottom: 1px;
}

#divsaudacao {
    border-bottom: solid;
    border-bottom-color: #3B4293;
    border-bottom-width: 1px;
}

#conteudopagina {
    height: 100%;
}

#containerConteudo {
    min-height: 400px;
}

#conteudopagina {
    height: 100%;
}

#divconteudo {
    margin-top: 30px;    
}

#divsaudacao {
    font-size: 0.9em;
    color: #3B4293;
}

.btn-progress {
    overflow: hidden;
    position: relative;
    content: "Enviando dados...";
    color: #ffffff;
    background-color: #0b4986;
    background-image: -moz-linear-gradient(top, #123b6e, #005dab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#123b6e), to(#005dab));
    background-image: -webkit-linear-gradient(top, #123b6e, #005dab);
    background-image: -o-linear-gradient(top, #123b6e, #005dab);
    background-image: linear-gradient(to bottom, #123b6e, #005dab);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff123b6e', endColorstr='#ff005dab', GradientType=0);
    background-color: #005dab;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5,  transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px; 
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    -moz-animation: progress-bar-stripes 0.5s linear infinite;
    -ms-animation: progress-bar-stripes 0.5s linear infinite;
    -o-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Firefox */
@-moz-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* IE9 */
@-ms-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

/* Opera */
@-o-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Spec */
@keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

.filtroLateral {
    margin-left: -15px;
    border-right: solid;
    border-right-color: #3B4293;
    border-right-width: 1px;
    background-color: aliceblue;
}

.tituloFiltros {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listaResultadoBusca {
    margin-left: 15px;
    font-size: 0.9em;
}

.labelCadastro {
    margin-bottom: 0px;
    font-size: 0.9em;
}

.linhaEnderecoClienteAtivo {
    color: black;
    margin-bottom: 2px;
}

.linhaEnderecoClienteInativo {
    color: lightgrey;
    margin-bottom: 2px;
}

.idCadEndCliente {
    background-color: lightblue;
    width: 100%;
}

.divEndCliente {
    border-color: darkblue;
    border-width: thin;
    border-style: solid;
    margin-bottom: 10px;
    font-size: 0.9em;
    padding: 5px;
}

.divDadosCadastro{
    border-right: solid;
    border-right-color: #3B4293;
    border-right-width: 1px;
}

.divCadastrosDiversos {
    padding: 20px;
    font-size: 0.9em;   
}

.selectCadastroLoja{
    pointer-events: none;
    background-color: #efefef;
}

.tituloModal{
    font-size: 0.93em;
}

.corpoModal {
    font-size: 0.9em;
}

.rotuloModal {
    font-weight: bold;
}

.rotuloEndereco {
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-bottom: 5px;
}

.rotuloEndereco:hover {
    background-color: lightblue;
}

.itemlistaEndereco {
    list-style-type: none;
    margin-left: -40px;
}

.statusPedidoInativo{
    height: 100px;
    background-color: lightgrey;
    font-size: 0.8em;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
    color: grey;
}

.statusPedidoAtual{ 
    height: 100px;
    background-color: yellow;
    font-size: 0.8em;
    padding: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    font-weight: bold; 
}

.statusPedidoConcluido{
    height: 100px;
    background-color: limegreen;
    font-size: 0.8em;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgreen;
    font-weight: bold;
}

.linhaRastreio {
    margin-bottom: 2px;
    font-size: 0.95em;
}

.tituloRastrear{
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.05em;
}

.footergenerico {
    font-size: 0.95em;
}

#logoFS{
    width: 100px;
}

.divStatus{
    width: 15%;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    font-size: 0.9em;
    padding: 2px;
    margin-right: -30px;
    margin-bottom: 10px;
}

.divStatus:hover {
    cursor: help;
}

.statusAmarelo {
    background-image: url(../_imagens/status_amarelo.png);
}

.statusVerde {
    background-image: url(../_imagens/status_verde.png);
}

.statusVermelho {
    background-image: url(../_imagens/status_vermelho.png);
}

.statusCinza {
    background-image: url(../_imagens/status_cinza.png);
}

.statusFinalVermelho {
    background-image: url(../_imagens/status_final_vermelho.png);
}

.statusFinalVerde {
    background-image: url(../_imagens/status_final_verde.png);
}

.statusFinalCinza {
    background-image: url(../_imagens/status_final_cinza.png);
}

.conectorStatus {
    width: 150px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: -30px;
    background-image: url(../_imagens/conector_status.png);
}

.labelhora {
    margin-bottom: -15px;
    margin-top: 15px;
}

.labelhoraPrevista {
    margin-bottom: -15px;
    margin-top: 15px;
    color: white;
    font-weight: bold;
    background-color: red;
}

.labelSituacao{
    margin-bottom: 0px;
}

.abas {
    margin-left: 20px;
}

#observacaoEnderecoPedido{
    height: 95px;
    resize: none;
}

.botaoInserir{
    margin-top: 5px;
    margin-left: -11px;
}

#ajudante{
    height: 94px;
}

.cardObs{
    padding: 5px;
}

.txtAreaObs {
    width: 100%;
}

.botaoObs {
    height: 45px;
    padding-top: 10px;
}

.botaoMapa {
    padding: 0;
}

.iconeMapa {
    width: 100%;
}

#mapa {
    width: 100%;
    height: 300px;
}

#loader {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rbg(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#divCarregamento {
    width: 100%;
    height: 100%;
}

#dadosRastreioPedido {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.popup_carregamento {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rbg(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup_carregamento_none {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rbg(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.loader_rotas {
    position: fixed;
    left: 0;
    top: 50%;
}

.footer_romaneio {
    margin-top: 60px;
    margin-bottom: 5px;
}

.labelRastreio {
    margin-bottom: 0px;
    color: dimgrey;
}

.mapaRastreio {
    border-color: #3B4293;
    border-style: solid;
    border-width: 1px;
    height: 310px;
}

.dadosRastreio {
    border-color: #3B4293;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.sitRastCli {
    height: 100px;
    font-size: 0.90em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sitRastCli:hover {
    cursor: help;
}

.pNomeSit {
    height: 40px;
}

#titulo_principal_mobile {
    font-size: 1.2em;
    color: 	#3B4293;
}

#divsaudacao_mobile {
    border-bottom: solid;
    border-bottom-color: #3B4293;
    border-bottom-width: 1px;
    color: #3B4293;
    font-size: 0.8em;
    padding-bottom: 0px;
    margin-top: 5px;
}

.saudacao {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dadosEntrega {
    font-size: 0.8em;
}

.pEntrega {
    margin-bottom: 5px;
}

.divEntrega{
    margin-bottom: 10px;
}

.cabecalhoTabela {
    border-top-color: black;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: bold;
}

.linhaImpar {
    background-color: lightgrey;
}

.comTotal{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.valorTotal{
    border-top-color: black;
    border-top-width: 1px;
    border-top-style: solid;
}