  /*
  * PedidoWeb
  * @version 1.0
  * @copyright 4S Assessoria e Desenvolvimento de Sistemas Ltda.
  * @date 15/03/2019
  * @author Eduardo Nazario  <desenvolvimento7@4ssistemas.com.br>
  */

  table,th, td {
    padding: 0px !important; 
    border: none; 
  }

  #tdparcelaMinima{
    margin:5px;
    color:#1c56a3;
  }

  #tdparcelaMinima{
    margin:5px;
    color:#1c56a3;
  }

  body,ul,div,font ,button{ 
    list-style-type:none; 
    line-height:normal!important;
  }

  #divCarrinho{
    max-width: 800px;
    margin: auto;
  }
  
  body{ background-color:#093355; }
  
  #app{
     display: none;
     margin: auto;
     margin-bottom: 0px!important;
     background-color: #f7f7f7; 
     max-width: 1550px;
  }
  
  #load{
      margin-top:50px;
  }
  
  #DS_PESQUISA{
      height:40px;
  }
  
  #BarraEspaco{ 
    width:100%;
    height:60px;
    float:left;
  }

  #login_title{
    color: white;
  }
  
  #divPesquisa{
    margin: 10px;
  }
  
  #btnProd,#btnCompra,#btnCart{
      float:right;
      cursor:pointer;
      font-size:20px;
      border-radius: 10px 10px 0 0 ;
      padding:10px 15px 4px 15px;
      margin:2px;
      margin-bottom:0px;
      z-index:9999;
      text-align: center;
  }

  .barraStatusPedido{
    font-size: 10px;
    color: rgb(206, 206, 206);
    min-height: 30px;
    margin-top: 10px;
  }

  .icostatusped{
    font-size: 16px;
    margin: 5px;
    padding: 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    background-color: #b8b8b8;
    border-radius: 50%; 
  }

  .tx-al-center{
    text-align: center;
  }
  
  #labelCondPagto{
    float: right;
    font-weight: bold;
    font-size: 20px;
  }

  .descMenuMobile{
    font-size: 50%;
    font-weight: bold;
  }
  
  #menu_usuario{
    --width: 110px;
    --font-weight: bold;
  }

  #FiltroCompras{
    margin:0px;
    margin-top:-5px;
    background-color: #f7f7f7;
    position:fixed;
    z-index: 970;
    width: 100%;
    max-width: 1550px;
    padding: 10px;
  }
  
  #pbSenha{
    padding-top: 5px;
  }
  
  #FormaPagto{
    border-radius: 0px;
    padding: 5px;
    margin: 5px;
    height: 45px;
    width: 100%;
    float: right;
  }

  .form-group {
    margin-bottom: 0px !important; 
  }

  .linkpagto{
    cursor: pointer!important; 
  }

#pagamentos{
  max-width: 664px;
    display: block;
    margin: auto;
}


  
  #buscaProd{
    position:fixed;
    z-index: 999;
    max-width: 1550px;
  }
  
  #buscaProdSpace{
    background-color: #f7f7f7;
  }
  
  .circulo{
    height:55px;
    width:55px;
    text-align:center;
    border-radius:50%;
    padding: 5px;
    padding-top:12px;
    font-weight: bold;
    font-size:25px;
    margin-right:5px;
  }

  .circulo-cart{
    height:40px;
    width:40px;
    text-align:center;
    border-radius:50%;
    padding: 10px;
    font-weight: bold;
    font-size:20px;
    margin-right:5px;
  }

  .statusCartlabelAtivo{
    color: #333!important;
  }

  .statusCartlabel{
    color:#dcdcdc;
    margin-top:20px;
    position: absolute;
  }
  
  #carrinho,#compras{
      display:none;
  }
  
  #imgProd{
      float:left;
      height:150px;
      width: 150px;
  }
  
  #imgProduto{
     float:left;
  }
  
  #itemProd{
     cursor:pointer;
     margin:5px; 
     border-bottom:1px solid silver;
     padding-bottom:5px;
  }
  
  #TotalDetalhePedido{
      float: right;
      width: 100%;
  }
  
  #itemCart{
     cursor:pointer;
     margin:5px; 
     border-bottom:1px solid silver;
     padding-bottom:5px;
  }

  .imgdetprod{
    height: auto;
    max-height: 400px;
    max-width: 400px;
    margin: auto;
  }
  
  #blockApp{
    background-color: rgba(0, 0, 0, 0.5);;
    opacity: 0.8;
    position:fixed; 
    z-index:6000;
    width:100%; 
    height:100%;
  }
  
  .addtocart{
    background-color:rgb(247, 247, 247);
    margin: 5px;
    padding: 10px !important;
    border-radius: 5px;
    height:80px;
    width: 550px;
  }

  .logoApp{
     padding: 10px;
     width: 110px;
     height: 110px;
  }
  
  .cabPedido{
     float: left;
     border-radius: 10px;
     margin: 3px;
     background-color: #fff;
     box-shadow: 2px 2px 2px rgba(80, 80, 80, 0.2);
     padding: 0px 10px 10px 10px;
  }
  .cabPedido:hover{
    box-shadow: 6px 6px 8px rgba(80, 80, 80, 0.2);
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
  }

  .pag-content{
    max-width: 600px;
    margin: auto;
  }
  
  .detalhePedido{
    float: left;
    padding:10px!important;
    margin: 10px;
    border:3px solid #f7f7f7;
    background-color: #f7f7f7;
    max-width: 600px;
  }
  
  .cartaodetped{
    border-radius: 10px;
    padding:15px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.2);
  }

  .cartaodetped:hover{
    box-shadow: 6px 6px 8px rgba(80, 80, 80, 0.2);
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
  }
  
  .cartaoprod{
    float: left;
    background-color: transparent; /*#fff;*/
    margin: 5px;
  }
  
  .Hprod_divpr,.prod_divpr { 
    width:100%; 
    background-color:white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.6);
    float: left;
    min-width: 200px;
    margin-top:10px;
    
  }

  .totaldetped{
    margin-bottom: 10px;
    position: relative;
    top: 10px;
  }

  #sujereBusca{
    margin: 40px 10px 0px 0px; 
    background-color: #f7f7f7;
    position: fixed;
    z-index: 1200;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
  
  }

  .w2ui-popup {
     z-index: 16000!important;
  }

  

  .closeSugBusca{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    font-weight: bold;
    cursor:pointer;
  }

  #contSujereBusca{
    margin: 0px 10px;
    overflow-y: scroll;
  }

  #cabsujereBusca{
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
  }

  .Hprod_divpr:hover{
    box-shadow: 6px 6px 8px rgba(80, 80, 80, 0.2);
  }
  
  .cartao{
    float: left;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px;
    padding: 5px;
    box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.363);
    width: 95%;
  }

  .cartao:hover{
    box-shadow: 6px 6px 8px rgba(80, 80, 80, 0.2);
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
  }
  
  #infProduto,#actionProduto{
      margin-left:10px;
  }
  
  #topnav{
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    max-width: 1550px;
    margin: auto;
  }
  
  #navMenu{
    padding: 10px!important;
    padding-bottom: 0px!important;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: #f7f7f7!important;
  }
  
  #topnavspace{
      width: 100%;
  }

  #copiaChave, #copiaQrCode{
    width: 100%;
    margin: 5px;
  }
  
  #descDivspace{
      width: 100%;
      background-color: #f7f7f7; 
  }

  #versaoApp{
    cursor: pointer;
  };
  
  #contnav{
    top:-200px!important;
  }
  
  #descDiv{
    font-size:25px!important;
    margin:0px;
    --font-weight:bold;
    border-radius:0px!important;
    padding:2px 0 5px 0;
    position: fixed;	
    z-index: 1000;
    width: 100%;
    max-width: 1550px;
  }
  
  #ListaProdutos{
       overflow:auto;
  }
  
  #ItensCompras{
      overflow:auto;
      padding-left:5px;
      /*padding-right:20px;*/
    
  }
  
  #listaPedidos{
      overflow:auto;
      /*overflow-y: scroll;*/
    border-bottom: 1px solid silver;
    margin: 5px;
    margin-top: 10px;
  }

  .btn-filtro{
    width:100%;
    margin:2px;
    text-align: left;
    background-color:#f7f7f7;
    white-space: normal;
    word-wrap: break-word;
  }

  .btn-filtro:hover{
    border: 1px solid #2e83e4;
    color: #2e83e4;
    background-color:#ffffff;
  }
  
  #carrinhobtn{
      padding:5px;
      border-bottom: 1px solid silver;
  }
  
  #addProduto{
     width:100px;
     margin:5px;
     margin-right:0px;
     z-index: 0;
  }
  
  
  
  #btnLimparCarrinho{
      width:150px;
  }
  
  #btnEnviarPedido{
    width:150px;
  }
  
  #btnLimparCarrinho{
      color:#913d49
  }
  
  #TotalCompra{
      text-align:right;
      margin-right:5px;
      margin-top:5px;
      font-size:30px;
      font-weight:bold;
  }
  
  .TotalItem{
      text-align:right;
      margin-right:5px;
      margin-top:5px;
      font-size:30px;
      font-weight:bold;
  }
  
  
  
  #descricaoTotal{
    font-size:15px;
    width:150px;
  }
  
  #Finalizacompra{
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
  }
  
  .btn-group-lg > .btn, .btn-lg{
     --border-radius: 0px!important;
  }
  
  #somaQnt,#dimiQnt{
      float:left;
      height:20px;
      width:25px;
      margin:0px;
      padding:0px;
  }
  
  #dimiQntCart{
      border-radius:0px!important;
  }
  
  #somaQntCart{
      border-radius:0px!important;
  }
  
  #somaQntCart,#dimiQntCart{
      float:left;
      height:20px;
      width:25px;
      margin:0px;
      padding:0px;
  }
  
  .addProdCart{
     margin-top:-5px;
     height:40px;
     width:40px; 
     margin:0px;
     padding:0px;
  }
  
  #remProdCart{
     height:26px;
     padding:3px!important;
     margin:5px 5px 5px 5px;
     color:#913d49;
  }
  
  .buscaProdCart{
    height:26px;
    padding:3px!important;
    margin:5px 5px 5px 5px;
    color:#093355;
  }
  
  .remqtProdCart{
    margin-top:-5px;
    height:40px;
    width:40px; 
    margin:0px;
    padding:0px;
    color:#913d49;
    border-right: 0px;
  }
  
  #prod_title{
     margin:5px 5px 2px 2px;
     font-size:20px;
     --font-weight:bold;
  }
  
  .addCart{
     margin-top:-5px;
     height:40px;
     width:40px; 
     margin:0px;
     padding:0px;
  }
  
  #remCart{
     margin-top:-5px;
     height:40px;
     width:40px; 
     margin:0px;
     padding:0px;
  }
  
  #labsemestoque{
      color:red;
      margin:10px;
      font-size:16;
      --font-weight:bold;
  }
  
  .filtroGrupo{
    cursor: pointer;
    margin: 3px;
    padding: 5px;
    font-weight: bold;
  }
  
  .filtroClass{
    cursor: pointer;
    margin: 3px;
    padding: 5px;
    font-weight: bold;
    width: 100%;
  }
  
  /*Item Produto*/
  #prod_colg { width:100%; min-width:150px;}
  /*#prod_ling { background-color: white; width:150px; border-top:1px solid silver;}*/
  
  .lista_prod_listimg {
    float:left; 
    cursor:pointer; 
    float:left; 
    width:150px; 
    height:100px; 
    overflow: hidden; 
    margin: 0px;
    margin-left: -3px !important;
    /*border:1px solid silver;*/ 
  }
  
  /*.tddescProd{
    padding-left: 10px !important;
  }*/

  .lista_prod_img  {
    max-height: 190px;
    max-width: 190px;
    margin:5px; 
  }

  .lista_prod_img_detped  {
    max-height: 94px;
    max-width: 94px;
    margin:5px; 
  }
  
  .td_img_buscaprod{
     width:  220px;
     height: 220px;
     min-width:100px;
     padding: 0px;
     margin: 0px;
     cursor: pointer;
  }

  #cadastro{
    padding: 10px;
  }

  /*.lista_prod_img  {
    margin:auto; 
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    cursor:pointer; 
    margin: auto;
    position: relative;
  }*/

  .lista_prod_col1 {width:150px;}
  .prodsetas{padding: 5px; cursor: pointer; color: #535353; font-size: 15px;}
  .prodsetas:hover{padding: 5px; cursor: pointer; color: #093355; font-size: 15px;}
  
  .prod_listimg {float:left; margin:0px 2px 5px 0px ; float:left; width:100px; height:100px;  }
  .prod_img  {margin:2px; max-width:190px; max-height: 190px; cursor:pointer;}
  .prod_imgdetped  {margin:2px; max-width:100px; max-height: 100px; cursor:pointer;}
  .prod_Preco {font-size:20px; text-align:right; float:right; z-index:999;}

  /*
  #prod_col0 {margin-left:2px; float:left; width:0%; min-width:0px;}
  #prod_col1 {margin-left:2px; float:left; width:0%; min-width:100px;}
  #prod_col2 {margin-left:2px; float:left; width:100%; min-width:200px; font-size:18px;}
  #prod_col3 {margin-left:2px; float:right; width:150px; min-width:150px; font-size:14px;}*/
  /*.prod_col5 {float:right;   font-size:14px;}
  #prod_col6 {float:left;}
  #prod_lin1 { color: #535353; padding: 2px;}*/
  
  
  /*Item Carrinho*/
  /*#cart_colg {float:left; width:100%; min-width:150px;}
  #cart_ling { background-color: white; width:3000%; border-top:1px solid silver;}
  #cart_col0 {margin:5px; float:left; width:0%; min-width:0px;}
  #cart_col1 {margin:5px; float:left; width:0%; min-width:100px;}
  .cart_col2 {margin:5px; float:left; width:40%; min-width:200px; font-size:18px;}
  #cart_col3 {margin:5px; float:left; width:22%; width:160px; font-size:14px;}
  #cart_col4 {margin:5px;float:left; width:20%; min-width:250px;}
  #cart_col5 {margin:5px;float:right;   font-size:14px; width:150px;}
  #cart_lin1 {font-size:90%;  }
  #cart_divpr {width:100%; background-color:white;  }*/
  
  /*Pedido*/
  /*#ped_colg {float:left; width:100%; min-width:150px;}
  #ped_ling { background-color: white; width:3000%; border-top:1px solid silver;}
  #ped_col1 {float:left; width:0%; min-width:0px;}
  #ped_col2 {float:left; width:40%; min-width:200px;}
  #ped_col3 {float:left; width:30%; min-width:80px;}
  #ped_col4 {float:left; width:12%; min-width:80px;}
  #ped_col5 {float:left; width:10%; min-width:160px;}
  #ped_lin1 { background-color: white; }
  #ped_divpr {width:100%; background-color:white;  }*/
  
  #snackbar {
      visibility: hidden;
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 16px;
      position: absolute;
      z-index:1000;
      bottom: 30px;
      font-size: 17px;
  }
  
  #snackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* simple "from > to" */
  @keyframes move {
    to {
        top: 30px;
    }
  }
  
  
  @-webkit-keyframes fadein {
      from {bottom: 0; opacity: 0;} 
      to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
      from {bottom: 0; opacity: 0;}
      to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
      from {bottom: 30px; opacity: 1;} 
      to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
      from {bottom: 30px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
  }
  
  #contfooter{
      overflow:auto;
      color:white;
  }
  
  .detalhes{
    max-height: 150px;
    overflow:auto;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    padding: 10px;
    border:1px solid #f7f7f7;
    box-shadow: 2px 2px 2px #f7f7f7;
  }

  .detalhesdetprod{
    max-height: 230px;
    overflow:auto;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    padding: 10px;
    border:1px solid #f7f7f7;
    box-shadow: 2px 2px 2px #f7f7f7;
    text-align: left !important;
  }

  

  .td_imgdetprod{
    text-align: center;
    height:380px;
    width: 380px;
    padding: 20px;
  }

  .detBuscaProd{
    cursor: pointer;
    text-align: right;
    padding: 10px !important;
  }
  
  .footer {
      position: absolute;
      left: 0;
      bottom: 0px;
        height: 20px;
      width: 100%;
      text-align: center;
        margin:auto;
        color:white;
  }
  
  .conteudo{
    margin: auto;
    max-width: 1550px;
  }
  
  .lateral{
      width: 250px;
      height: 1500px;
      float:left;	
  }
  
  #menuLateral{
    width:250px; 
    float:left;
    padding: 5px;
    overflow:auto;
    margin-left: 10px;
    display:none;
    background-color: #f7f7f7;
    border-radius: 20px;
    /*overflow-y: scroll;*/
  }
  
  
  @keyframes onmenuLateral {
    from {  width:0px;}
    to { width:180px;}
  }
  
  @keyframes ofmenuLateral {
    from {  width:180px;}
    to { width:0px;}
  }
  
  #listaCateg{
    margin: 0px;
    color: #535353 !important;
    font-size: 80%;
  }

  #descCateg,#descGrupo{
    margin: 5px;
  }
  
  #listagrupos{
    margin: 0px;
    color: #535353 !important;
    font-size: 80%;
  }
  
  #prodBusca{
    font-size: 22px!important;
  }
  
  #qtBusca{
    font-size: 12px!important;
    color: #535353 !important;
  }
  
  .corpo{
      width: 1340px;
  }
  
  .lds-roller {
    z-index:5000;
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px;
      top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -36px;   
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
  }
  
  .black div:after{
    background: #000!important;
  }
  
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  #divUsuario{
    max-width: 400px;
    margin: auto;
  }

  #divIdentifica{
    max-width: 800px;
    margin: auto;
  }
  
  .container{	
      padding:10px;
      padding-top:0px;
      height:100%;
      width: auto!important; 
  }

  .card-body {
    color: #777;
}
  
  .back{
    font-size:25px;
    Cursor:Pointer;
    float:left;
    margin:5px;
    border:1px solid #d9dadb;
    padding: 5px 7px 5px 7px;
    background-color: #f8f9fa;
    color: #777777;
  }

  .newCart{
    width: 300px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align:center;
  }

  .f-left{
    float: left;
  }

  .newCartButton{
    border:1px solid #d9dadb;
    padding: 15px;
    background-color: #f8f9fa;
    color: #777777;
    margin: 5px;
    font-size: 20px;
  }
    
  #logo{
      text-shadow: 5px 5px 5px rbga(0,0,0,0.5); 
  }
  
  #login{
      margin-bottom: 50px;
      margin:auto;
      max-height:450px;
      max-width:450px;
      padding: 20px;
      border-radius: 10px;
      background-color: white;
  }
  
  .FormLogin{
      max-width: 400px;
      margin: auto;
  }
  
  #acesso{
      margin:auto;
      min-width:300px;
      padding: 20px;
  }
  
  .alert{
      margin:10px;
  }
  
  #titulo-login{
      margin:0px;
      padding:5px;
      font-size:30px;
  }
   
  #panel-login{
     margin:5px;
      padding:0px;	
  }
  
  .btn-login{
      margin:5px;
  }
  
  input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    margin: 20px;
  }
  
  @-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
  }
  @-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
  }
  @-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  
  .fadeIn {
    -webkit-animation: fadeIn 3s ease-in-out;
    -moz-animation: fadeIn 3s ease-in-out;
    -o-animation: fadeIn 3s ease-in-out;
    animation: fadeIn 3s ease-in-out;
  }
  
  #snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 16px;
    position: absolute;
    z-index:1000;
    bottom: 30px;
    font-size: 17px;
    border-radius: 6px;
    border:2px solid; 
    width:380px;
  }
  
  #snackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  #loginScren{
      position:absolute;
      z-index:11;
      height:100%; 
      width:100%; 
      /*background: linear-gradient(to right, #0a3d67 , #093355 );*/
  }
  
  .tab-content{
      height: 50px;
  }
  
  .TituloLogin{
      color: white;
      font-size: 18px;
      font-weight: bold;
  }
  
  .input-group{
      padding-bottom:5px;
  }
  
  .form-label-group {
      position: relative;
      margin-bottom: 1rem;
      margin: 10px 0px 10px 0px; 
  }
    
    /*
      .form-label-group > input,
      .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
      } 
    */
    
    .form-label-group > label {
        position: absolute;
        top: 12px;
        left: 10px;
        display: block;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: rgb(187, 187, 187);;
        border: 1px solid transparent;
        transition: all .1s ease-in-out;
    }
  
    .form-label-group > i {
      margin: 0px;
    }
    
    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }
    
    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }
    
    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }
    
    .form-label-group input::-moz-placeholder {
        color: transparent;
    }
    
    .form-label-group input::placeholder {
        color: transparent;
    }
    
    .form-label-group input:not(:placeholder-shown) {
        padding-top:  20px;  
    }
    
    .form-label-group input:not(:placeholder-shown) ~ label {
        top: 2px;   
        font-size: 11px;
        color: rgb(134, 134, 134);
    }
    
    .form-control{
      padding-left: 8px;
    }

    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 10000;
      top: 0;
      left: 0;
      background-color: #f7f7f7;
      overflow-x: hidden;
      transition: 0.5s;
      text-align:center;
    }
    
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    
    }
    
    .sidenav a:hover{
      color: #f1f1f1;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }

    #menuLateralMobile{
      margin: 10px;
    }

    #filtros{
      background-color: #e1e1e1;
      padding: 10px;
      border-radius: 10px;
    }

    .holder {
      position: relative;
      width: 100%; 
      --background: white; 
      color: #000;
      margin: auto;
      padding-top: 20px;
      height: 30px;
    }

    .mask {
      position: relative; 
      z-index: 10; 
      overflow: hidden; 
      width: 0%; 
      background-color: red; 
      white-space:nowrap; 
      color: #FFF;
      animation: load 2s linear infinite ;
      height: 5px;
      border-radius: 2px;
  }

  @keyframes load {
      0%   { width: 0%;   }
      5%   { width: 10%;   }
      10%  { width: 20%;  }
      15%  { width: 30%;  }
      20%  { width: 40%;  }
      23%  { width: 50%;  }
      30%  { width: 60%;  }
      35%  { width: 70%;  }
      40%  { width: 80%;  }
      45%  { width: 90%;  }
      50%  { width: 100%;  left: 0%;}
      
      
      55%  { left: 10%;  }
      60%  { left: 20%;  }
      65%  { left: 30%;  }
      70%  { left: 40%;  }
      75%  { left: 50%;  }
      80%  { left: 60%;  }
      85%  { left: 70%;  }
      90%  { left: 80%;  }
      95%  { left: 90%;  }
      100% { left: 100%; }


  }